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

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

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

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

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

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

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

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

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

/*
    всплывающий в обзоре
*/
.popup-obzor {
    font-family: 'Onest',sans-serif;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    overflow: auto;
    display: none;
    color: #000;
}
.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;
}
.popup-obzor__bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 15;
}

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

.popup-item {
    width: 100%;
    max-width: 699px;
    margin: auto;
    background: #fff;
    background-size: cover;
    border-radius: 24px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

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

.popup-item__close {
    background: #fff no-repeat center center url(../img/obzor/close.svg) !Important;
    box-shadow: none;
    padding: 0;
    width: 48px;
    height: 48px;
    text-indent: -9000px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 25;
    border: 0 !important;
    border-radius: 60px;
}
.popup-item__close:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}

.popup-item__header {
    height: 309px;
    background: #000;
    position: relative;
    border-radius: 20px;
}

.popup-item__verify {
    position: absolute;
    left: 15px;
    top: 17px;
    background: #00B51E;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 7px 9px;
    padding-left: 41px;
    border-radius: 30px;
    z-index: 24;
}

.popup-item__verify:after {
    content: '';
    position: absolute;
    left: 9px;
    height: 24px;
    width: 24px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    background: no-repeat center center url(../img/obzor/verify.svg);
}

.popup-item__img {
    position: absolute;
    left: 0;
    right: 0;
    top: 77px;
    bottom: 0;
    max-width: 366px;
    margin: auto;
    background: no-repeat center bottom url(../img/obzor/image.png);
    background-size: contain;
}

.popup-obzor__content {
    margin-top: 16px;
}

.popup-obzor__title {
    font-weight: 700;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.8px;
    color: #000000;
}

.popup-obzor__params {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popup-obzor__params-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.popup-obzor__params-icon {
    width: 46px;
    height: 46px;
    flex: 1 1 auto;
    min-width: 46px;
    margin-right: 12px;
    background: rgba(0, 0, 0, 0.05) no-repeat center center;
    border-radius: 12px;
}

.popup-obzor__params-icon--1 {
    background-image: url(../img/obzor/icon-1.svg);
}
.popup-obzor__params-icon--2 {
    background-image: url(../img/obzor/icon-2.svg);
}
.popup-obzor__params-icon--3 {
    background-image: url(../img/obzor/icon-3.svg);
}

.popup-obzor__params-item:nth-child(2) {
    min-width: 232px;
}

.popup-obzor__params-item:nth-child(1) {
    width: 174px;
}

.popup-obzor__params-item:nth-child(2) {
    width: 232px;
}

.popup-obzor__params-item:nth-child(3) {
    width: 204px;
}

.popup-obzor__action {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.popup-obzor__btn {
    width: calc((100% - 21px) / 2 );
    text-align: center !important;
    display: inline-flex !important;
    text-decoration: none !important;
    padding: 20px 24px !important;
    background: #000000;
    border-radius: 12px;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: -0.01em;
    font-family: 'Onest', sans-serif;
}

.popup-obzor__btn-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    background: no-repeat center center;
}

.popup-obzor__btn--style-1 {
    background: #00BBFF;
}

.popup-obzor__btn:hover,.popup-item__close:hover {
    opacity: .9;
}


.popup-obzor__btn--style-1 .popup-obzor__btn-icon {
    background-image: url(../img/obzor/tg.svg);
}

.popup-obzor__btn--style-2 .popup-obzor__btn-icon {
    background-image: url(../img/obzor/comments.svg);
}

@media screen and (max-width: 620px) {
    .popup-obzor__params-item:nth-child(1),.popup-obzor__params-item:nth-child(2),.popup-obzor__params-item:nth-child(3) {
        width: 100%;
        margin: 0;
        margin-bottom: 8px;
    }

    .popup-item {padding: 16px;}

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

    .popup-obzor__params {
        margin-top: 16px;
    }

    .popup-obzor__action {
        margin-top: 16px;
    }

    .popup-obzor__params-icon {
        max-width: 46px;
    }

    .popup-obzor__params-item:nth-child(3) {
        margin-bottom: 0;
    }

    span.popup-obzor__btn-txt {
        text-align: left;
    }

    .popup-item__header {
        overflow: hidden;
    }

    .popup-obzor__title {
        font-size: 24px;
        line-height: 31px;
    }
}
@media screen and (max-width: 490px) {
    .popup-obzor__btn-txt span {
        display: block;
    }
}
@media screen and (max-width: 460px) {
.popup-item {
    max-width: 358px;
}

.popup-item__verify {
    left: 5px;
    top: 8px;
    width: 119px;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 9px;
    padding-left: 41px;
}

.popup-item__close {
    width: 38px;
    height: 38px;
    right: 10px;
    top: 12px;
}

.popup-item__img {
    max-width: 252px;
    top: 0;
    background-image: url(../img/obzor/image-mob.png);
}

.popup-item__header {
    height: 211px;
}

.popup-obzor__params-icon {
    width: 24px;
    height: 24px;
    flex: 1 1 auto;
    min-width: 24px;
    max-width: 24px;
    background-color: transparent;
}

.popup-obzor__params-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.popup-obzor__btn {
    width: calc((100% - 8px) / 2);
    padding: 7px 10px !important;
    justify-content: center;
}

.popup-obzor__btn-icon {
    flex: 1 1 auto;
    min-width: 24px;
    max-width: 24px;
}

span.popup-obzor__btn-txt {
    font-size: 14px;
}


    .popup-obzor__btn--style-1 .popup-obzor__btn-txt {
        width: 75px;
    }
}