/*Elizaveta Romanovna*/
/*https://betsyweb.ru*/

@font-face {
    font-family: 'Cygre';
    src: url('../fonts/Cygre-Black.eot');
    src: url('../fonts/Cygre-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cygre-Black.woff2') format('woff2'),
    url('../fonts/Cygre-Black.woff') format('woff'),
    url('../fonts/Cygre-Black.ttf') format('truetype'),
    url('../fonts/Cygre-Black.svg#Cygre-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.bannerTime-articleBottom__text,
.bannerTime.place--pop,
.bannerTime.place--bottom,
.bannerTime-articleTop__text{
    font-family: 'Cygre', "Arial Black", sans-serif;
}

.bannerTime.place--pop,
.bannerTime.place--bottom {
    position: fixed;
    z-index: 9999;
}

.bannerTime.place--bottom {
    bottom: 0;
    width: 100%;
    left: 0;
}

.bannerTime.place--pop {
    bottom: 100px;
    left: 50px;
}

.bannerTime-bottom .container {
    max-width: 1070px;
}

.bannerTime-bottom {
    padding: 16px 0;
}

.bannerTime-bottom__title {
    font-size: 36px;
    text-transform: uppercase;
    margin-right: auto;
}

.bannerTime-bottom i {
    display: flex;
    margin-right: 45px;
}

.bannerTime-btn:hover {
    -webkit-animation: shake24 5s linear infinite;
    animation: shake24 5s linear infinite;
}

@-webkit-keyframes shake24 {
    from, 50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%, 15%, 25%, 35%, 45% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    10%, 20%, 30%, 40% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes shake24 {
    from, 50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%, 15%, 25%, 35%, 45% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    10%, 20%, 30%, 40% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

.bannerTime-btn {
    border-radius: 200px;
    font-size: 13px;
    padding: 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    flex-shrink: 0;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

.bannerTime-bottom__img {
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.bannerTime-bottom__img--mobile {
    display: none;
}

.bannerTime-bottom__img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.bannerTime-pop__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 140%;
    margin-right: 40px;
    font-weight: 900;
}

.banner-pop__text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 130%;
    font-weight: normal;
    font-family: 'Gotham Pro', sans-serif;
}

.bannerTime-pop__img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    overflow: hidden;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    -webkit-animation: rotateIn 5s linear forwards;
    animation: rotateIn .5s linear forwards;
}
@-webkit-keyframes rotateIn {
    from{
        -webkit-transform: translate(-150px, 150px);
        transform: translate(-150px, 150px);
    }
}
@keyframes rotateIn {
    from{
        -webkit-transform: translate(-150px, 150px);
        transform: translate(-150px, 150px);
    }
}
.bannerTime-pop__img img {
    max-width: 100%;
    max-height: 100%;
}

.bannerTime-pop__right {
    border-radius: 16px 16px 16px 0;
    max-width: 380px;
    padding: 17px;
    opacity: 0;
    -webkit-animation: zoomIn .5s .5s linear forwards;
    animation: zoomIn .5s .5s linear forwards;
}
@-webkit-keyframes zoomIn {
    from{
        -webkit-transform: scale(0) translate(-600px, 0);
        transform: scale(0) translate(-600px, 0);
    }
    to{
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
    }
}
@keyframes zoomIn {
    from{
        -webkit-transform: scale(0) translate(-600px, 0);
        transform: scale(0) translate(-600px, 0);
    }
    to{
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
    }
}
.banner-pop__corner {
    left: -16px;
    bottom: 0;
}

.banner-pop__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 33;
}

.banner-pop__close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.place--pop.is--hidden {
    display: none;
}
.place--articleTop{
    max-width: 1920px;
    margin: 0 auto 40px;
}
.bannerTime-articleTop-type{
    height: 120px;
    padding: 0 56px;
}
.bannerTime-articleTop .bannerTime-btn{
    min-width: 305px;
    text-transform: uppercase;
}
.bannerTime-articleTop__text{
    text-transform: uppercase;
    line-height: 130%;
}
.place--articleBottom{
    margin-top: 40px;
    display: block;
}
.article .place--articleBottom{
    text-decoration: none;
}
.bannerTime-articleBottom-type{
    padding: 0 32px;
    height: 134px;
}
.bannerTime-articleBottom__text{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 130%;
}

.place--articleBottom .bannerTime-btn{
    font-size: 10px;
    height: 22px;
    border-radius: 6px;
}

.bannerTime--link{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerTime-articleTop:hover,
.bannerTime-articleTop:hover{
    opacity: 0.9;
}
@media screen and (max-width: 1199px) {
    .bannerTime-bottom .container {
        max-width: 760px;
    }

    .bannerTime-bottom__title {
        font-size: 26px
    }

    .bannerTime-bottom__img {
        height: 55px;
    }
    .bannerTime-articleTop .bannerTime-btn{
        min-width: 215px;
    }
    .bannerTime-articleTop-type {
        height: 80px;
        padding: 0 40px;
    }
    .place--articleTop{
        margin-bottom: 32px;
    }
    .bannerTime-articleTop__text{
        font-size: 24px;
    }
    .bannerTime-articleBottom-type{
        padding: 0 24px;
        height: 94px;
    }
    .place--articleBottom{
        margin-top: 32px;
    }
}

@media screen and (max-width: 990px) {
    .bannerTime-bottom__img {
        height: 50px;
    }

    .bannerTime.place--pop {
        bottom: 70px;
        left: 35px;
    }

    .bannerTime-pop__img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .bannerTime-articleTop .bannerTime-btn{
        min-width: unset;
    }
    .bannerTime-articleTop__text{
        font-size: 20px;
    }
    .bannerTime-articleTop-type{
        padding: 0 25px;
    }
    .place--articleTop {
        margin-bottom: 25px;
    }

    .bannerTime-articleBottom-type{
        padding: 0 25px;
        height: 80px;
    }
    .bannerTime-bottom__title {
        font-size: 20px;
    }

    .bannerTime-bottom__img {
        background-image: unset !important;
        padding: 0;
        height: unset;
    }

    .bannerTime-bottom__img--mobile {
        display: block;
    }

    .bannerTime-pop__right {
        max-width: 292px;
        padding: 10px;
    }

    .bannerTime-pop__title {
        font-size: 18px;
        margin-right: 30px;
    }

    .banner-pop__text {
        font-size: 11px;
    }

    .bannerTime.place--pop {
        left: 15px;
    }.place--articleBottom{
             margin-top: 20px;
         }
}

@media screen and (max-width: 600px) {
    .bannerTime-bottom__title {
        font-size: 16px;
        line-height: 100%;
    }

    .bannerTime-btn {
        font-size: 10px;
        padding: 0 20px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 390px) {
    .bannerTime-pop__right {
        max-width: 220px;
    }

    .bannerTime-pop__title {
        font-size: 12px;
    }

    .banner-pop__close {
        top: 10px;
        right: 10px;
    }
    .bannerTime-articleTop-type{
        padding: 0 15px;
    }
    .bannerTime-pop__img {
        margin-right: 8px;
    }
    .bannerTime-articleTop .bannerTime-btn{
        max-width: 120px;
        line-height: 100%;
        text-align: center;
        font-size: 10px;
    }
    .place--articleTop{
        margin-bottom: 20px;
    }

    .bannerTime-articleBottom-type{
        padding: 0 15px;
        height: 60px;
    }
}