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

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


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


/*
    всплывающий в обзоре
*/
.popup-obzor {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    overflow: auto;
    display: none;
}
.popup-obzor-active .popup-obzor {
    display: flex;
}
html.popup-obzor-active{
    overflow: hidden;
    margin-right: 17px;
}

html.popup-obzor-active body {
    overflow: hidden;
}
.popup-item {
    position: relative;
    z-index: 20;
        width: 100%;
        max-width: 882px;
        margin: auto;
        background: #0A0F1A url(../img/obzor/bg-full.jpg) no-repeat center center;
        background-size: cover;
        border-radius: 12px;
        padding: 34px 30px;
        color: #fff;
        overflow: hidden;
        padding-top: 87px;
}
.popup-obzor__bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(10, 20, 40, 0.35);
    backdrop-filter: blur(3.8px);
    z-index: 15;
}

.popup-obzor__body {
    position: relative;
    z-index: 20;
    width: 100%;
}


.popup-obzor * {
    box-sizing: border-box;
}

.popup-item__close {
    background: no-repeat center center url(../img/obzor/close.svg) !Important;
    box-shadow: none;
    padding: 0;
    width: 24px;
    height: 24px;
    text-indent: -9000px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 25;
    border: 0 !important;
}
.popup-item__close:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.popup-item {
    width: 100%;
    max-width: 882px;
    margin: auto;
    background: #0A0F1A url(../img/obzor/bg-full.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    padding: 34px 30px;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding-top: 87px;
}

.popup-obzor__title {
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.9px;
    text-align: right;
    margin-left: auto;
    margin-bottom: 52px;
    text-transform: uppercase;
}

.popup-obzor__title span {
    color: #FFD700;
}

.popup-obzor__params {
    display: flex;
    justify-content: space-between;
    max-width: 652px;
    margin-left: auto;
}

.popup-obzor__params-item {
    background: rgba(10, 16, 27, 0.35);
    border: 1px solid #FFD700;
    box-shadow: 0px 0px 26.5px rgba(255, 215, 0, 0.35);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 19px 13px;
    width: 200px;
}

.popup-obzor__params-val {
    font-family: 'Bebas Neue',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 65px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: -3px;
    margin-bottom: 3px;
}

.popup-obzor__params-label {
    font-weight: 300;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.popup-obzor__action {
    margin-top: 85px;
    text-align: right;
    margin-right: 2px;
}

.popup-obzor__icons {
    position: absolute;
    left: 16px;
    top: 15px;
    display: flex;
    align-items: center;
}

.popup-obzor__btn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 32px;
    line-height: 33px;
    letter-spacing: 0.04em;
    color: #182738 !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    background: linear-gradient(183.48deg, #00FF7F 2.74%, #5DFFAE 97.02%);
    border: 1px solid #C9FFE4;
    box-shadow: 0px 9px 11.6px #1A293B, inset 4px 4px 7.2px rgba(255, 255, 255, 0.25);
    border-radius: 11px;
    padding: 24px 34px;
}

.popup-obzor__icons-label {
    background: #FFD700;
    border-radius: 3px;
    flex: 0 0 auto;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.04em;
    color: #0A0F1A;
    padding: 0 10px;
    margin-right: 12px;
}

.popup-obzor__icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    border-radius: 6px;
}

.popup-obzor__icon img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.popup-obzor__icon:nth-child(2) {
    box-shadow: 0px 0px 4px rgba(201, 201, 201, 0.25);
}

.popup-obzor__btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup-obzor__btn:hover {
    opacity: .7;
}

@media screen and (max-width: 879px) {
    .popup-item {
        padding-left: 12px;
        padding-right: 12px;
    }

    .popup-obzor__body {
        padding: 0 3px;
    }

    .popup-obzor__title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (max-width: 675px) {
    .popup-obzor__icons {
        position: static;
    }

    .popup-item__close {
        width: 18px;
        height: 12px;
        background-size: contain;
        right: 8px;
        top: 11px;
    }

    .popup-item {
        max-width: 384px;
        padding-top: 34px;
        padding-bottom: 11px;
        background-image: url(../img/obzor/bg-full-mob.jpg);
    }

    .popup-obzor__title {
        font-size: 20px;
        text-align: center;
        max-width: 100%;
        line-height: 30px;
        letter-spacing: -0.3px;
        margin-bottom: 11px;
    }

    .popup-obzor__title br {
    }

    .popup-obzor__header {
        margin-left: -12px;
        margin-right: -12px;
    }

    .popup-obzor__params-item {
        padding: 11px 5px;
        padding-bottom: 8px;
        width: calc(33.33% - 8px);
    }

    .popup-obzor__params-val {
        font-size: 40px;
        line-height: 42px;
    }

    .popup-obzor__params-label {
        font-size: 16px;
        line-height: 20px;
    }

    .popup-obzor__params {
        max-width: 100%;
        margin-bottom: 11px;
    }

    .popup-obzor__icons-label {
        font-size: 14px;
        line-height: 19px;
        padding: 0 5px;
        margin-right: 7px;
    }

    .popup-obzor__icon {
        max-width: 35px;
    }

    .popup-obzor__icon:nth-child(3) {
        max-width: 29px;
    }

    .popup-obzor__icon:nth-child(4) {
        max-width: 27px;
    }

    .popup-obzor__action {
        margin-top: 102px;
        text-align: center;
    }

    .popup-obzor__btn {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.04em;
        text-align: center;
        padding: 22px 34px;
        padding-bottom: 20px;
    }
}

@media screen and (max-height: 380px) {
    .popup-obzor__title {
        font-size: 18px;
        line-height: 27px;
    }

    .popup-obzor__params-label {
        font-size: 14px;
        line-height: 18px;
    }

    .popup-obzor__params-val {
        font-size: 36px;
        line-height: 38px;
    }

    .popup-obzor__params-item {
        width: calc(33.33% - 6px);
    }

    .popup-obzor__header {
        margin: 0;
    }
}

/*
баннер в подвале
*/
.popup-footer {
    position: fixed;
    right: 0;
    left: 0;
    bottom: -700px;
    transition: all 1s ease-in-out;
    max-width: 100%;
    z-index: 9999999;
    background: #1E2A38;
    box-shadow: 0px -10px 20.1px rgba(30, 42, 56, 0.25);
    color: #FFFFFF;

}
.popup-footer__wrap {
    padding-right: 53px;
    padding-left: 393px;
}

.popup-footer.show {
    bottom: 0;
    transition: all 1s ease-in-out;
}

.popup-footer__img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 318px;
    width: 382px;
    z-index: 10;
    background: no-repeat left bottom;
    background-image: url(../img/footer/image.png);
}

.popup-footer__wrap {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.popup-footer__content {
    padding: 27px 0;
    padding-right: 10px;
}
.popup-footer__close {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    z-index: 100;
}

.popup-footer__close:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}

.popup-footer__title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 31px;
    color: #FFFFFF;
    background: #2EDF8E;
    border-radius: 8px;
    padding: 16px 10px;
}

.popup-footer__action {
    padding-top: 47px;
    padding-bottom: 47px;
}

.popup-footer__btn {
    background: linear-gradient(180deg, #FFDF81 0%, #DBA500 100%);
    box-shadow: 0px 4px 10.9px #0B1015;
    border-radius: 89px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #1E2A38 !important;
    border: 0 !important;
    text-decoration: none !important;
    padding: 31px 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.popup-footer__btn-icon {
    width: 45px;
    height: 45px;
    margin-right: 37px;
    background: no-repeat left bottom;
    background-image: url(../img/footer/tg.svg?v=1);
    background-size: contain;
}

.popup-footer__btn span {
    font-size: 32px;
    line-height: 34px;
    font-family: 'Inter', sans-serif;
}

.popup-footer__text {
    margin-left: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-top: 6px;
}

.popup-footer__text p {
    margin: 4px 0 !important;
    padding: 0 !important;
    font-size: inherit;
    line-height: inherit;
}
.popup-footer__btn:hover {
    opacity: .9;
}

.popup-footer__btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 1890px) {
    .popup-footer__action {
        flex: 0 0 auto;
    }

    .popup-footer__title {
        font-size: 30px;
    }


    .popup-footer__wrap {
        padding-right: 20px;
    }
    .popup-footer__text {
        font-size: 20px;
        line-height: 30px;
    }

    .popup-footer__wrap {
        align-items: center;
    }


}
@media screen and (max-width: 1750px) {
    .popup-footer__wrap {
        padding-left: 280px;
    }
    .popup-footer__img {
        background-size: contain;
        left: -90px;
        height: 296px;
    }
}

@media screen and (max-width: 1600px) {
.popup-footer__btn {
    padding: 25px 41px;
    font-size: 20px;
}

.popup-footer__btn-icon {
    width: 35px;
    height: 35px;
    margin-right: 16px;
}

.popup-footer__btn span {
    font-size: 26px;
    line-height: 28px;
}

.popup-footer__title {
    font-size: 30px;
    padding: 14px 10px;
}

.popup-footer__text {
    font-size: 18px;
    line-height: 26px;
}
}
@media screen and (max-width: 1500px) {
    .popup-footer__title {
        font-size: 25px;
    }
}
@media screen and (max-width: 1340px) {
    .popup-footer__title {
        font-size: 20px;
        line-height: 26px;
    }

}
@media screen and (max-width: 1240px) {
    .popup-footer__text {
        font-size: 16px;
        line-height: 22px;
    }
    .popup-footer__btn {
        padding: 21px 35px;
    }

    .popup-footer__btn span {
        font-size: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .popup-footer__title {
        max-width: 340px;
    }
}
@media screen and (max-width: 1000px) {
    .popup-footer__btn {
        padding: 21px 35px;
    }

    .popup-footer__btn span {
        font-size: 20px;
    }

    .popup-footer__btn-icon {
    }

    .popup-footer__title {
        max-width: 340px;
    }

    .popup-footer__img {
        left: -53px;
        height: 214px;
    }


    .popup-footer__wrap {
        padding-left: 210px;
    }
    .popup-footer__title {
        padding: 10px;
    }
}
@media screen and (max-width: 880px) {
    .popup-footer__wrap {
        flex-direction: column;
        align-items: flex-end;
    }

    .popup-footer__action {
        padding-top: 20px;
        padding-bottom: 21px;
    }

    .popup-footer__content {
        padding-bottom: 0;
        padding-right: 46px;
    }

    .popup-footer__text {
        max-width: 313px;
    }
    .popup-footer__img {
        height: 350px;
    }
}

@media screen and (max-width: 740px) {
.popup-footer__img {
    height: 350px;
}

.popup-footer__img {
    left: 0;
    bottom: 0;
    top: 0;
    background-image: url("../img/footer/image-mob.png");
}

    .popup-footer__wrap {
        padding-right: 0;
        padding-left: 0;
    }
.popup-footer__content {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 54px;
    margin: 0;
    align-items: flex-start;
}

.popup-footer__title {
    max-width: 322px;
}

.popup-footer__wrap {
    justify-content: flex-start;
    margin: 0;
}

.popup-footer__text {
    margin-left: 1px;
}

.popup-footer__action {
    padding-top: 95px;
    padding-right: 12px;
}

}
@media screen and (min-width: 880px) and (min-height: 840px) {
    .active-banner-show .popup-obzor {
		bottom: 211px;
	}

    .active-banner-show .popup-obzor__bg {
		bottom: 201px;
	}
    .active-banner-show .popup-footer {
    z-index: 999999999;
}
}
@media screen and (min-width: 880px) and (max-width: 1600px) and (min-height: 840px) {
    .active-banner-show .popup-obzor {
		bottom: 196px;
	}

    .active-banner-show .popup-obzor__bg {
		bottom: 179px;
	}
    .active-banner-show .popup-footer {
    z-index: 999999999;
}
}
@media screen and (min-width: 880px) and (max-width: 1235px) and (min-height: 840px) {
    .active-banner-show .popup-obzor__bg {
		bottom: 170px;
	}
    .active-banner-show .popup-footer {
    z-index: 999999999;
}
}
@media screen and (min-width: 880px) and (max-width: 1135px) and (min-height: 840px) {
    .active-banner-show .popup-obzor__bg {
        bottom: 187px;
    }
    .active-banner-show .popup-footer {
    z-index: 999999999;
}
 }
@media screen and (min-width: 880px) and (max-width: 1080px) and (min-height: 840px) {
    .active-banner-show .popup-obzor {
		bottom: 211px;
	}
    .active-banner-show .popup-obzor__bg {
		bottom: 208px;
	}
    .active-banner-show .popup-footer {
    z-index: 999999999;
}
}
@media screen and (min-width: 880px) and (max-width: 1001px) and (min-height: 840px) {
.active-banner-show .popup-obzor__bg {
    bottom: 201px;
}
    .active-banner-show .popup-footer {
    z-index: 999999999;
}
}
@media screen and (max-width: 660px) {
.popup-footer__img {
    background-size: auto;
}
}
@media screen and (max-width: 389px) {
.popup-footer__content {
    padding-left: 12px;
}

.popup-footer__text {
    font-size: 14px;
}
}