@font-face {
    font-family: 'MontBold';
    src: url('../fonts/Mont-Bold.eot');
    src: url('../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Bold.woff') format('woff'),
        url('../fonts/Mont-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontRegular';
    src: url('../fonts/Mont-Regular.eot');
    src: url('../fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Regular.woff') format('woff'),
        url('../fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontSemiBold';
    src: url('../fonts/Mont-SemiBold.eot');
    src: url('../fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-SemiBold.woff') format('woff'),
        url('../fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontLight';
    src: url('../fonts/Mont-Light.eot');
    src: url('../fonts/Mont-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Light.woff') format('woff'),
        url('../fonts/Mont-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GigaSansSemiBold';
    src: url('../fonts/GigaSans-SemiBold.eot');
    src: url('../fonts/GigaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GigaSans-SemiBold.woff') format('woff'),
        url('../fonts/GigaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GigaSansLight';
    src: url('../fonts/GigaSans-Light.eot');
    src: url('../fonts/GigaSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GigaSans-Light.woff') format('woff'),
        url('../fonts/GigaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RFDewiExpanded-Regular';
    src: url('../fonts/RFDewiExpanded-Regular.eot');
    src: url('../fonts/RFDewiExpanded-Regular?#iefix') format('embedded-opentype'),
        url('../fonts/RFDewiExpanded-Regular.woff') format('woff'),
        url('../fonts/RFDewiExpanded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px;
}
::-webkit-scrollbar-track {
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#142d6d;
}
::-webkit-scrollbar-thumb:hover{
    
}
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:6px;
    height:0px;
}
::-webkit-scrollbar{
    width: 6px;
    height: 3px;
} */
html{
    height:100%;
    position: relative;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    position: relative;
    background: #fff;
    margin: 0;
    font-size:16px;
    color:#000;
    font-family: 'MontRegular';
    font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin:0;
}
img{
    display: block;
}
ul{
    padding:0;
    margin:0;
}
ul li{
    list-style: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding:0 15px;
  position: relative;
  max-width: 1710px;
  width:100%;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 1769.98px) {
    .container {
        max-width: 1390px;
    }
}
@media (max-width: 1399.98px) {
    .container {
        max-width: 1230px;
    }
}
@media (max-width: 1239.98px) {
    .container {
        max-width: 990px;
    }
}
@media (max-width: 1023.98px) {
    .container {
        max-width: 740px;
    }
}

.wow {
    visibility: hidden;
}
@media (max-width: 1023px) {
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

.noscroll {
    overflow: hidden;
    padding-right: 17px;
}
@media (max-width: 1023px) {
    .noscroll {
        padding-right: 0;
    }
}

.d-flex{
    display: flex;
    flex-wrap:wrap;
}
.nowrap{
    flex-wrap: nowrap;
}
.t-nowrap{
    white-space: nowrap;
}
.j-between{
    justify-content: space-between;
}
.j-center{
    justify-content: center;
}
.j-end{
    justify-content: flex-end;
}
.a-center{
    align-items: center;
}
.a-start{
    align-items: flex-start;
}
.a-end{
    align-items: flex-end;
}
.dir-column{
    flex-direction: column;
}
.page-main{
    background: url('../images/bg-main-1.jpg') no-repeat top center;
}
header{
    padding: 20px 0 15px 0;
    top:-100px;
    transition: .5s;
    /* background: linear-gradient(93deg, #A3B2CB 0.17%, #828DA0 95.6%); */
}
header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-radius: 0px 0px 60px 60px;
    background: rgba(146, 159, 182, 0.85);
    backdrop-filter: blur(10px);
    z-index: 10;
    transition: .5s;
}
.header__logo {
    display: flex;
}
header .burger{
    padding: 0 0 0 56px;
    margin: 0 0 0 90px;
    color: #fff;
    /* font-family: 'MontSemiBold'; */
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
header .burger:hover{
    color: #DD0505;
}
header .burger::before{
    content:'';
    width: 35px;
    height:1.5px;
    background: #fff;
    position: absolute;
    left:0;
    top:4px;
}
header .burger::after{
    content:'';
    width: 35px;
    height:2px;
    background: #fff;
    position: absolute;
    left:0;
    bottom:4px;
}
header .burger:hover::before,
header .burger:hover::after{
    background: #DD0505;
}
nav ul{
    text-align: center;
    /* padding: 32px 0 0 0; */
    margin:0;
}
nav ul li {
    margin:0 50px;
    display: inline-block;
}
nav ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.90);
    font-size: 20px;
    /* font-family: 'MontSemiBold'; */
    line-height: 1.3;
}
nav ul li a:hover{
    color:#DD0505;
    text-decoration: underline;
}
.header__contacts{
    /* margin:14px 0 0 0; */
    padding: 5px 0px 17px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header__contacts .wa{
    width: 44px;
    height: 44px;
    display: block;
    margin-left: 36px;
    background: url('../images/whatsapp-icon.svg') no-repeat right top;
}
.header__contacts::after{
    content:'';
    position: absolute;
    width: 70px;
    height: 30px;
    background: url('../images/arr-phone.png') no-repeat;
    right:0;
    bottom:0;
}
.header__contacts a{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'MontSemiBold';
    font-size: 27px;
    line-height: 1.1;
    text-decoration: none;
}
.header__contacts a span{
    color:#fff;
}
.header__contacts a:hover{
    color: rgba(221, 5, 5, 0.40);
}
.header__contacts a:hover span{
    color: #DD0505;
}
.header__contacts p{
    margin:10px 0 0 0;
    padding: 0 5px 0 0;
    color: #fff;
    text-align: right;
    font-family: 'MontLight';
    font-size: 16px;
    line-height: 18px;
}
.header__contacts p span{
    font-family: 'MontSemiBold';
}
.header__btn {
    display: none !important;
}


@media (max-width: 1769.98px) {
    header {
        padding-top: 15px;
    }
    .header__logo img {
        max-height: 75px;
    }
    nav ul li {
        margin: 0 35px;
    }
    nav ul li a {
        font-size: 18px;
    }
    .header__contacts .wa {
        width: 40px; height: 40px;
        background-size: 100%;
    }
}
@media (max-width: 1399.98px) {
    header .burger {
        margin-left: 60px;
      
    }
    nav ul li {
        margin: 0 25px;
    }
    nav ul li a {
        font-size: 16px;
    }
    .header__contacts a {
        font-size: 22px;
    }
    .header__contacts p {
        font-size: 13px;
        line-height: 1.1;
        margin-top: 7px;
    }
    .header__contacts .wa {
        width: 35px; height: 35px;
        margin-left: 30px;
    }
    .header__contacts::after {
        width: 60px;
        background-size: 100%;
    }
}
@media (max-width: 1239.98px) {

}
@media (max-width: 1023.98px) {
    nav {
        display: none;
    }
    .header__contacts {
        display: none;
    }
    .header__left {
        width: 100%;
        justify-content: space-between;
    }
    header .burger {
        margin: 0;
    }
    .header__btn {
        display: flex !important;
        background: url(../images/rect-btn.svg) no-repeat center !important;
        background-size: 100% 100% !important;
        color: #DD0505 !important;
    }
    .header__btn::before,
    .header__btn::after {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    header.sticky {
        border-radius: 0 0 30px 30px;
        padding: 10px 0;
    }
    .header__logo img {
        max-height: 45px;
    }
    .header__btn {
        font-size: 12px !important;
        padding: 14px 25px !important;
    }
    header .burger
    {
        margin: 0;
        width: 35px;
        overflow: hidden;
        padding-left: 35px;
    }
}
@media (max-width: 609.98px) {

}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {
    .header__logo img {
        max-height: 35px;
    }
    .header__btn {
        font-size: 10px !important;
        padding: 14px 20px !important;
    }

}


.popup-menu{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5555;
    top: 0px;
    left:0;
    background: #000;
    padding:20px 0 0 0;
    display: none;
    overflow: scroll;
}
.popup-menu .close{
    width: 94px;
    height: 88px;
    background: url('../images/icon-close.svg') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top:0px;
}
.popup-menu .close:hover{
    background-image: url('../images/icon-close-hover.svg');
}
.popup-menu__logo {
    display: flex;
}

.menu-wrap{
    width: 80%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 122px 0 0 0;
}
.menu-wrap ul{
    padding: 0;
    margin:0;
}
.menu-wrap li{
    margin: 0 0 63px 0;
}
.menu-wrap li a{
    color: rgba(255, 255, 255, 0.90);
    font-family: 'MontSemiBold';
    font-size: 57px;
    line-height: 0.65;
    text-decoration: none;
}
.menu-wrap li a:hover{
    color: #DD0505;
}
.menu-wrap li a:hover span{
    color: #DD0505;
}
.menu-wrap li a span{
    color: rgba(255, 255, 255, 0.40);
    font-family: 'RFDewiExpanded-Regular';
    font-size: 20px;
    line-height: 1.85;
    padding: 0 15px 0 0;
}
.menu-wrap p.label{
    color: rgba(255, 255, 255, 0.50);
    font-family: 'MontLight';
    font-size: 14px;
    line-height: 1.7;
    margin:0 0 24px 0;
}
.menu-wrap ul.soc{
    padding: 0 0 45px 0;
    margin:0;
    display: block;
}
.menu-wrap ul.soc li{
    margin:0 0 20px 0;
    display: block;
}
.menu-wrap ul.soc li a{
    color: #fff;
    font-family: 'MontSemiBold';
    font-size: 25px;
    font-weight: 700;
    line-height: 1.12;
    text-decoration: none;
}
.menu-wrap ul.soc li a:hover{
    text-decoration: underline;
}
.menu-wrap a.phone{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'MontSemiBold';
    font-size: 25px;
}
.menu-wrap a.phone span{
    color: #fff;
}
.menu-wrap a.btn{
    margin: 277px 0 0 0;
}
.menu-wrap a.phone:hover{
    text-decoration: underline;
}
.menu-contacts__call .sign {
    display: none;
}



@media (max-width: 1769.98px) {
    .popup-menu {
        padding-top: 18px;
    }
    .popup-menu .close {
        width: 64px; height: 64px;
    }    
    .popup-menu__logo img {
        max-height: 75px;
    }
    .menu-wrap {
        padding-top: 90px;
    }
    .menu-wrap li {
        margin-bottom: 40px;
    }
    .menu-wrap li a {
        font-size: 44px;
    }
    .menu-wrap li a span {
        font-size: 14px;
    }
    .menu-wrap ul.soc li a {
        font-size: 20px;
    }
    .menu-wrap p.label {
        margin-bottom: 17px;
    }
    .menu-wrap a.btn {
        margin-top: 100px;
    }
}
@media (max-width: 1239.98px) {
    .menu-wrap {
        padding-top: 50px;
        width: 100%;
    }
    .menu-wrap li {
        margin-bottom: 40px;
    }
    .menu-wrap li a {
        font-size: 34px;
    }
    .menu-contacts {
        width: 40%;
    }
}

@media (max-width: 1023.98px) {
    .menu-wrap {
        padding-top: 100px;
        position: relative;
    }
    .menu-wrap li {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
      
    .popup-menu__logo img {
        max-height: 55px;
    }
    .popup-menu .close {
        width: 50px; height: 48px;
        top: 7px;
    } 
    .menu-cols {
        flex-direction: column;
    }
    .menu-wrap {
        margin-top: 30px;
    }
    .menu-wrap li {
        margin-bottom: 30px;
    }
    .menu-wrap li a {
        font-size: 22px;
    }
    .menu-wrap li a span {
        font-size: 16px;
    }
    .menu-contacts {
        width: 100%;
        margin-top: 20px;
        display: block;
    }
    .menu-contacts__soc {
        display: none;
    }
    .menu-contacts__call {
        position: relative;
        padding-right: 60px;
        display: inline-block;
    }
    .menu-contacts__call .label {
        display: none;
    }
    .menu-contacts__call .sign {
        display: block;
        font-size: 15px;
        font-family: 'MontLight';
        color: #fff;
        margin: 5px 0 0;
    }
    .menu-contacts__call .sign b {
        font-family: 'MontSemiBold';
    }
    .menu-contacts__call .wa {
        position: absolute;
        right: 0; top: -6px;
        width: 42px;
        height: 42px;
        display: block;
        background: url('../images/whatsapp-icon.svg') no-repeat right top;
        background-size: 100%;
    }
    .menu-wrap a.phone {
        text-decoration: none !important;
    }
    .menu-wrap a.btn {
        position: absolute;
        left: 0; top: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        animation: none;
    }
}
@media (max-width: 359.98px) {
    .menu-wrap li {
        margin-bottom: 22px;
    }
    .menu-wrap li a {
        font-size: 18px;
    }
    .menu-wrap li a span {
        font-size: 14px;
    }
}

/************************************************************/
.bg-gray{
    position: relative;
}
.bg-gray::after {
    position: absolute;
    left: 0; bottom: 0;
    width: 100%; height: calc(100% + 500px);
    background: linear-gradient(93deg, #A3B2CB 0.17%, #828DA0 95.6%);
    content: '';
    z-index: -1;
}
.f-screen{
    padding: 54px 0 60px 0;
    /* background: url('../images/bg-f-1.png') no-repeat left -30px bottom 191px,
    url('../images/bg-f-3.png') no-repeat left 574px bottom 0,
    url('../images/bg-f-2.png') no-repeat right 0 bottom 28px; */
    position: relative;
    overflow: hidden;
}
.f-screen__img {
    position: absolute;
    left: 32%; bottom: 0;
    width: 50%;
    max-width: 960px;
    z-index: 1;
}
.f-screen__img img {
    max-width: 100%;
}
.f-screen__lt1 {
    position: absolute;
    bottom: 230px; right: 47%;
    max-width: 1070px;
    width: 56%;
    z-index: 2;
}
.f-screen__lt2 {
    position: absolute;
    bottom: 70px; left: 75%;
    max-width: 632px;
    width: 31%;
}
.banner__info {
    position: relative;
}
.banner__info-cont {
    width: 70%;
}
.banner__info h1{
    color: #fff;
    font-family: 'MontSemiBold';
    font-size: 61px;
    line-height: 1.1;
    /*max-width: 965px;*/
    margin:0;
}
.banner__info p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4; 
    font-family: 'GigaSansSemiBold';
    margin:27px 0 0 0;
}
.banner__info p span{
    font-family: 'GigaSansLight';
    font-weight: 300;
}
.banner__info .btn{
    margin: 45px 0 0 0;
}
.banner__info .loz{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 27px 0 0 0;
}
.banner__info .loz__item {
    text-decoration: none;

}
.banner__info .loz span{
    display: flex;
    padding: 8px 24px;
    border-radius: 26.5px;
    border: 1.5px solid #fff;
    color: #FFF;
    font-family: 'MontSemiBold';
    font-size: 20px;
    text-decoration: none;
}
.banner__info .loz__item:first-child{
    transform: rotate(-4.13deg);
    margin-right: -7px;
    margin-top: -3px;
}
.banner__info .loz__item:nth-child(2){
    transform: rotate(5.037deg);
    margin-right: -8px;
    margin-top: -8px;
}
a.client{
    width: 137px;
    height: 137px;
    border:1.5px solid #fff;
    padding:70px 0 0 0;
    margin:70px 0 0 0;
    text-decoration: none;
    display: flex;
    color: #fff;
    text-align: center;
    font-family: 'MontSemiBold';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    position: relative;
    border-radius: 50%;
    background: url('../images/arr-client.svg') no-repeat top 40px center;
}
a.client::after{
    content: '';
    top:17px;
    left:-37px;
    border:1.5px solid rgba(255, 255, 255, 0.30);
    width: 145px;
    height: 145px;
    position: absolute;
    display: block;
    border-radius: 50%;
}
p.assort{
    color: #FFF;
    margin:205px 0 0 0;
    font-size: 20px;
    font-family: 'MontLight';
    font-weight: 400;
    line-height: 29px;
    max-width: 323px;
    text-align: right;
    
}
p.assort-m {
    display: none;
}
.b-video{
    margin: 165px 0 0 0;
}
a.video{
    width: 181px;
    height: 100px;
    background: url('../images/video-preview.jpg') no-repeat;
    position: relative;
    margin:0 30px 0 0;
    flex: 0 0 auto;
}
a.video::before{
    content: '';
    border:1.5px solid #fff;
    width: 63px;
    height: 63px;
    position: absolute;
    border-radius: 50%;
    top:18px;
    margin:auto;
    left:0;
    right:0;
    z-index: 0;
    transition: .3s;
    background: url('../images/arr-video.svg') no-repeat left 25px center;
}
a.video:hover::before{
    border: 1.5px solid #DD0505;
    background: #F9F9F9 url('../images/arr-video-hov.svg') no-repeat left 25px center;
}
.b-video span{
    color: #FFF;
    font-family: 'MontLight';
    font-size: 20px;
    line-height: 1.4;
}
p.title {
    color: #222;
    font-family: 'MontSemibold';
    font-size: 65px;
    line-height: 1.15; 
    margin:0 0 80px 0;
    flex:0 0 72%;
}
p.title span.wow {
    display: inline-block;
}
p.subtitle{
    color: #222;
    /* font-family: 'MontSemiBold'; */
    font-size: 18px;
    margin:0;
    line-height: 1.33;
    flex:0 0 28%;
    padding-right: 30px;
}
.d-flex p.subtitle {
    padding-top: 10px;
}



@media (max-width: 1769.98px) {
    .f-screen {
        padding-top: 30px;
    }
    .banner__info h1 {
        font-size: 54px;
    }
    .banner__info p {
        font-size: 20px;
    }
    .banner__info .loz span {
        font-size: 16px;
    }
    p.assort {
        font-size: 18px;
        margin-top: 155px;
    }
    .b-video {
        margin-top: 105px;
    }
    .b-video span {
        font-size: 18px;
    }

    p.title{ 
        font-size: 60px;
    }
    p.subtitle {
        font-size: 16px;
    }

}
@media (max-width: 1399.98px) {
    .banner__info h1 {
        font-size: 48px;
    }
    .banner__info p {
        font-size: 18px;
    }
    .banner__info .loz span {
        font-size: 14px;
    }
    p.assort {
        font-size: 16px;
        margin-top: 100px;
    }
    .b-video {
        margin-top: 60px;
    }
    .f-screen__lt1 {
        max-height: 100px;
        bottom: 188px;
    }
    
    p.title{ 
        font-size: 50px;
    }
    p.subtitle {
        font-size: 14px;
    }
}
@media (max-width: 1239.98px) {
    .banner__info h1 {
        font-size: 38px;
    }
    p.title{ 
        font-size: 40px;
    }

}
@media (max-width: 1023.98px) {
    .s-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    p.title {
        margin: 0;
    }
    p.subtitle {
        
        order: 2;
    }
    p.subtitle br {
        display: none;
    }

    .banner__info-cont {
        width: 100%;
    }
    .banner__info h1 {
        font-size: 48px;
    }
    .b-video {
        max-width: 460px;
    }
    .b-video span br {
        display: none;
    }
    p.assort-m {
        display: block;
        text-align: left;
        margin-top: 25px;
        line-height: 1.5;
    }
    .f-screen {
        padding-bottom: 0;
    }
    .f-screen__right {
        display: none;
    }
    .f-sccreen__illustr {
        position: relative;
        margin-top: 36px;
    }
    .f-screen__img {
        position: relative;
        left: 50%;
        transform: translateX(-53%);
        width: 90%;
        max-width: 500px;
    }
}
@media (max-width: 767.98px) {
    p.title {
        font-size: 30px;
      }
    p.title br {
        display: none;
    }  
    p.title span.wow {
        display: initial;
    }
}
@media (max-width: 609.98px) {
    .s-head {
        margin-bottom: 30px;
    }
    .banner__info h1 {
        font-size: 27px;
    }
    .banner__info h1 br {
        display: none;
    }
    .banner__info p {
        font-size: 16px;
        margin-top: 18px;
    }
    .banner__info .btn {
        margin-top: 35px;
        width: 100%;
        max-width: 480px;
    }
    .b-video {
        margin-top: 45px;
    }
    a.video {
        width: 106px;
        height: 58px;
        background-size: cover;
        margin-right: 15px;
    }
    a.video::before {
        top: 11px;
        width: 36px; height: 36px;
        background-size: 30% !important;
        background-position: left 13px center !important;
    }
    .b-video span {
            font-size: 16px;
    }
    .f-screen__lt1 {
        bottom: 30%;
        right: 34%;
        width: 67%;
    }
    .f-screen__lt2 {
        bottom: 10%;
        left: 78%;
        width: 40%;
    }
}
@media (max-width: 479.98px) {
    p.title  {
        font-size: 22px;
    }
    p.subtitle {
        padding-right: 0;
    }
}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

    p.title  {
        font-size: 18px;
    }
    p.subtitle {
        font-size: 12px;
    }

    .banner__info h1 {
        font-size: 24px;
    }
    .banner__info p {
        font-size: 13px;
    }
    .b-video span {
        font-size: 12px;
    }
    p.assort-m {
        font-size: 12px;
    }
}



/***********************************************************************************************************/
.b-action{
    background: #F9F9F9;
    border-radius: 50px 50px 0 0;
    padding: 150px 0 0 0;
    overflow: hidden;
}
.b-action__cols {
    gap: 40px;
}
.b-action__img {
    flex: 1 0 0;
    position: relative;
}
.b-action__img img {
    max-width: 100%;
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.action-slider{
    flex: 0 0 auto;
    width: 36%;
    max-width: 590px;
    padding-bottom: 150px;
}
.action-slider .item img {
    max-width: 100%;
}
.action-slider p.name{
    color: #222;
    font-family: 'MontBold';
    font-size: 35px;
    line-height: 1.42;
    margin:30px 0 0 0;
    max-width: 100%;
}
.action-slider p{
    max-width: 400px;
    color: rgba(0, 0, 0, 0.80);
    margin:12px 0 0 0;
    font-size: 19px;
    font-family: 'MontRegular';
    font-family: 'MontLight';
    line-height: 1.36;
}
.slick-arrow{
    width: 70px;
    height: 47px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    font-size: 0;
    border:none;
    z-index: 10;
}
.slick-prev{
    width: 94px;
    height: 94px;
    right:0;
    border: 1px solid #222;
    border-radius: 50%;
    position: absolute;
    right: 132px;
    bottom:0;
    background: url('../images/arr-slider.png') no-repeat center;
    transform: rotate(180deg);
}
.slick-prev:hover{
    border: 1px solid #DD0505;
    background: url('../images/arr-slider-hover.png') no-repeat center;
    transform: rotate(180deg);
}
.slick-next{
    width: 94px;
    height: 94px;
    right:0;
    border: 1px solid #222;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom:0;
    background: url('../images/arr-slider.png') no-repeat center;
}
.slick-next:hover{ 
    border: 1px solid #DD0505;
    background: url('../images/arr-slider-hover.png') no-repeat center;
}
.slick-next.slick-disabled{
    transform: rotate(180deg);
    border: 1px solid rgba(34,34,34,0.2);
    background: url('../images/arr-slider-disabled.png') no-repeat center;
}
.slick-prev.slick-disabled{
    border: 1px solid rgba(34,34,34,0.2);
    transform: none;
    background: url('../images/arr-slider-disabled.png') no-repeat center;
}
.bg-dark{
    background: #000;
}


@media (max-width: 1769.98px) {
    .b-action {
        padding-top: 100px;
    }
    .action-slider {
        padding-bottom: 100px;
    }
    .action-slider p.name {
        font-size: 28px;
    }
    .action-slider p {
        font-size: 17px;
    }
    .slick-next,
    .slick-prev {
        width: 60px;
        height: 60px;
    }
    .slick-prev {
        right: 90px;
    }
}
@media (max-width: 1399.98px) {

}
@media (max-width: 1239.98px) {

}
@media (max-width: 1023.98px) {
    .b-action {
        padding-top: 60px;
    }
    .b-action__cols {
        flex-direction: column;
    }
    .b-action__img {
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 80%;
    }
    .action-slider {
        width: 100%;
        max-width: 500px;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {
    .b-action {
        padding-top: 50px;
        border-radius: 30px 30px 0 0;
    }
    .action-slider {
        padding-bottom: 70px;
    }
    .action-slider p.name {
        margin-top: 20px;
        font-size: 24px;
    }
    .action-slider p {
        font-size: 15px;
    }
    .slick-next,
    .slick-prev {
        width: 45px;
        height: 45px;
        background-size: 17px !important;
    }
    .slick-prev {
        right: 60px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}



/***********************************************************************************************************/
.b-preims{
    background: #F9F9F9;
    border-radius: 0 0 50px 50px;
    padding: 150px 0 110px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.preims-block {
    margin: 80px 0 0 0;
    padding-bottom: 40px;
    /* background: url('../images/coffeemachine.png') no-repeat left 380px top,
    url('../images/roo.png') no-repeat left 60px top 0,
    url('../images/ma.png') no-repeat left 0 top 313px,
    url('../images/s.png') no-repeat right 481px bottom,
    url('../images/a10.png') no-repeat right 0 bottom 356px; */
    position: relative;
}
.f-preims__img {
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-62%);
    width: 50%;
    max-width: 940px;
    z-index: 1;
}
.f-preims__img img {
    max-width: 100%;
}
.f-preims__lt1 {
    position: absolute;
    top: 10px; left: 4.5%;
    max-width: 820px;
    width: 55%;
}
.f-preims__lt2 {
    position: absolute;
    top: 26%; left: 0;
    max-width: 500px;
    width: 31%;
}
.f-preims__lt3 {
    position: absolute;
    top: 51%; right: 0;
    max-width: 690px;
    width: 40%;
}
.f-preims__lt4 {
    position: absolute;
    bottom: -50px; left: 65%;
    max-width: 250px;
    width: 10%;
}
.f-preims__arrow {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 94px;
    height: 94px;
    border: 1px solid #222;
    border-radius: 50%;
    outline: none;
}
.f-preims__arrow::before {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: url('../images/arr-slider.png') no-repeat center;
    transform: rotate(90deg);
    content: '';
}

.preim-row{
    margin-bottom: 95px;
}
.preim-item{
    margin:32px 0 0 0;
    width: 100%;
    max-width: 440px;
    position: relative;
}
.preim-item.small{
    max-width: 320px;
}
.preim-item figure{
    padding: 0 0 24px 0;
    position: relative;
}
.preim-item figure:before{
    content:'';
    width: 100%;
    height: 1px;
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(34, 34, 34, 0.60);
}
.preim-item:first-child figure:after{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(34, 34, 34, 0.60);
    position: absolute;
    right:0;
    bottom:-2px;
}
.preim-item:last-child figure:after{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(34, 34, 34, 0.60);
    position: absolute;
    left:0;
    bottom:-2px;
}
.preim-item:last-child figure img{
    margin: 0 0 0 46px;
}
.preim-item p{
    color: #222;
    font-family: 'MontBold';
    font-family: 'MontSemiBold';
    font-size: 34px;
    line-height: 1;
    margin:32px 0 15px 0;
}
.preim-item span:not(.t-nowrap){
    color: rgba(34, 34, 34, 0.85);
    font-family: 'MontRegular';
    font-family: 'MontLight';
    font-size: 15px;
    line-height: 21.64px;
}
.preim-item span.info{
    background: url('../images/ph_info.svg') no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 7px;
}
.preim-item span.tooltip{
    border-radius: 5px;
    border: 1px solid rgba(34, 34, 34, 0.20);
    background: #fff;
    box-shadow: 4px 4px 15.2px 0px rgba(34, 34, 34, 0.06);
    padding: 15px 20px;
    color: rgba(34, 34, 34, 0.70);
    font-family: 'MontSemiBold';
    font-family: 'MontRegular';
    font-size: 12px !important;
    line-height: 17px; 
    position: absolute;
    left:59px;
    bottom:-71px;
    max-width: 240px;
    display: none !important;
    z-index: 9;
    min-width: 240px;
}
.preim-item span.info:hover + .tooltip{
    display: block !important;
}
.preims-block .att {
    /* position: absolute;
    left: 0; bottom: 0; */
    font-family: 'MontSemiBold';
    font-size: 14px;
    margin: 120px 0 0;
}



@media (max-width: 1769.98px) {
    .b-preims {
        padding: 100px 0 80px;
    }
    .preims-block {
        margin: 0;
    }
    .preim-row {
        margin-bottom: 60px;
    }
    .preim-item {
        width: 360px;
        margin-top: 20px;
    }
    .preim-item.small {
         max-width: 280px;
    }
    .preim-item figure {
        padding: 0 0 16px 0;
    }
    .preim-item:last-child figure img {
        margin: 0 0 0 30px;
    }
    .preim-item p{ 
        font-size: 28px;
        margin: 24px 0 10px 0;
    }
    .preim-item span:not(.t-nowrap){
        font-size: 14px;
    }
    .preim-item span.info {
        width: 18px; height: 18px;
    }
    .preims-block .att {
        margin-top: 100px;
    }
    .f-preims__arrow {
        bottom: -40px;
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 1399.98px) {

    .preim-row {
        margin-bottom: 0px;
    }
    .preim-item {
        width: 300px;
        margin-bottom: 0;
    }
    .preim-item p{ 
        font-size: 24px;
    }
    .f-preims__img {
        width: 36%;
        bottom: 50%;
        transform: translate(-60%, 50%);
    }  
    .preims-block .att {
        margin-top: 50px;
    }
    .f-preims__lt4 {
        bottom: 50px;
    }
}
@media (max-width: 1239.98px) {

}
@media (max-width: 1023.98px) {
    .b-preims {
        padding: 80px 0 40px;
    }
    .preims-block {
        padding: 0;
    }
    .preims-block .att,
    .f-preims__arrow {
        display: none;
    }
    .f-preims__img {
        margin-top: 40px;
        position: relative;
        width: 90%;
        max-width: 500px;
        transform: translateX(-58%);
        bottom: auto;
    }
    .f-preims__lt2 {
        top: 14%;
    }
    .f-preims__lt3 {
        top: 23%;
    }
    .f-preims__lt4 {
        bottom: auto;
        top: 38%;
        width: 15%;
        left: 80%;
    }
}
@media (max-width: 767.98px) {
    .preim-item:last-child {
        margin-left: auto;
        text-align: right;
    }
    .preim-item:last-child figure {
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 609.98px) {
    .b-preims {
        padding: 60px 0 30px;
        border-radius: 0 0 30px 30px;
    }
    .preim-item {
        width: 80%;
        max-width: 300px;
        margin-top: 0;
    }
    .preim-item figure {
        margin-bottom: 10px;
    }
    .preim-item figure img {
        max-width: 25px;
    }
    .preim-item p {
        font-size: 20px;
        margin-top: 15px;
    }
    .preim-item span:not(.t-nowrap) {
        font-size: 12px;
        line-height: 1.4;
        display: inline-block;
    }
    .preim-item span.tooltip {
        left: 10px;
    }
    .preim-item:last-child span.tooltip {
        left: auto;
        right: 10px;
    }
    .f-preims__lt1 {
        width: 85%;
        top: 10%;
    }
    .f-preims__lt2 {
        top: 24%;
        width: 55%;
    }
    .f-preims__lt3 {
        top: 39%;
        width: 63%;
    }
    .f-preims__lt4 {
        top: 57%;
        left: 5%;
        width: 20%;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}


/************************************************************************/
.b-about{
    margin-top: -130px;
    padding: 231px 0 153px 0;
    background: url('../images/bg-about.jpg') no-repeat top center;
    background-size: cover;
}
.b-about__intro {
    color: rgba(255, 255, 255, 0.50);
    font-size: 30px;
    font-family: 'MontSemiBold';
    line-height: 1.4; 
    margin:0;
}
.b-about .xar{
    margin:7px 0 48px 0;
    text-align: right;
}
.b-about .xar p{
    margin:0 0 6px 0;
    color: #fff;
    text-align: right;
    font-size: 27px;
    font-family: 'MontSemiBold';
    line-height: 1.26;
}
.b-about .xar span{
    color: rgba(255, 255, 255, 0.60);
    font-size: 15px;
    font-family: 'MontRegular';
    line-height: 1.6; 
}
.b-about h2 {
    color: #fff;
    font-size: 65px;
    font-family: 'MontSemiBold';
    line-height: 1.1;
    margin: 237px 0 0 0;
}
.b-about h2 .wow {
    display: inline-block;
}
.xar__list{
    border-top:1px solid rgba(255, 255, 255, 0.60);
    margin: 69px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.xar-item{
    margin: 72px 0 0 0;
    display: flex;
    align-items: flex-start;
}
.b-about .xar-item p{
    margin:0 0 6px 0;
    color: #fff;
    font-size: 27px;
    font-family: 'MontSemiBold';
    line-height: 1.26; 
}
.xar-item p span{
    color: rgba(255, 255, 255, 0.60);
    font-size: 15px;
    font-family: 'MontRegular';
    line-height: 1.6;
}
.xar-item img{
    margin-right: 20px;
    margin-top: 3px;
}      




@media (max-width: 1769.98px) {
    .b-about h2 {
        font-size: 58px;
        margin-top: 180px;
    }
    .b-about .xar-item p {
        font-size: 25px;
    }
    .xar-item p span {
        font-size: 14px;
    }
    .xar-item img {
        max-width: 25px;
        margin-right: 15px;
    }
}
@media (max-width: 1399.98px) {
    .b-about__intro {
        font-size: 22px;
    }
    .b-about .xar{
        margin-bottom: 30px;
    }
    .b-about .xar p{
        font-size: 22px;
    }
    .b-about .xar span{
        font-size: 13px;
    }
    .b-about h2 {
        font-size: 40px;
        margin-top: 120px;
    }
    .b-about .xar-item p {
        font-size: 20px;
    }
    .xar__list {
        margin-top: 50px;
    }
    .xar-item {
        margin-top: 50px;
    }
    .xar-item p span {
        font-size: 12px;
    }
    .xar-item img {
        max-width: 20px;
        margin-right: 10px;
    }
}
@media (max-width: 1239.98px) {

}
@media (max-width: 1023.98px) {
    .b-about {
        margin-top: -50px;
        padding: 110px 0;
    }
    .b-about h2 {
        font-size: 34px;
    }
    .b-about h2 .wow {
        display: initial !important;
    }
    .xar__list {
        flex-wrap: wrap;
    }
    .xar-item {
        width: 50%;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {
    .b-about {
        padding: 90px 0;
    }
    .b-about__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .b-about__intro {
        font-size: 18px;
    }

    .b-about__intro br {
        display: none;
    }
    .b-about .xar {
        margin-bottom: 20px;
        text-align: left;
    }
    .b-about .xar p {
        font-size: 20px;
        text-align: left;
    }
    .b-about .xar span {
        font-size: 12px;
        text-align: left;
    }
    .b-about h2
    {
        font-size: 26px;
        margin-top: 60px;
      }
      .b-about h2 br {
        display: none;
    }
    .xar__list {
        margin-top: 30px;
    }
    .xar-item {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}


/*********************************************************************/
.bg-light{
   /* background: #F9F9F9;*/
}
.b-quiz{
    padding: 103px 0 94px 0;
    border-radius: 60px;
    margin: -55px 0 0 0;
    position: relative;
    background: linear-gradient(93deg, #A3B2CB 0.17%, #828DA0 95.6%);
    /* overflow: hidden; */
}
.bg-catalog{
    width: 100%;
    height: 1046px;
    top:-162px;
    z-index: 0;
    position: absolute;
    left:0;
    overflow: hidden;
}
.bg-catalog div {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: url('../images/catalog.png') no-repeat right 0 top;
}
.b-quiz h2{
    color: #fff;
    font-family: 'MontBold';
    font-family: 'MontSemiBold';
    font-size: 65px;
    line-height: 1.15;
    margin:0;
}
.b-quiz h2 .wow {
    display: inline-block;
}
.b-quiz h2 + p{
    color: rgba(255, 255, 255, 0.80);
    margin:18px 0 0 0;
    font-family: 'MontLight';
    font-size: 20px;
    line-height: 1.4;
}
.b-quiz p b {
    font-family: 'MontSemiBold';
}
.quiz-form{
    margin:90px 0 0 0;
}
.quiz-step{
    height: 377px;
    display: none;
}
.quiz-step.active{
    display: block;
}
.title-step{
    margin:0;
    color: #fff;
    font-size: 32px;
    font-family: 'MontBold';
    line-height: 1.19;
}
.quiz-form input[type="radio"] { 
    position: absolute; 
    left: -9999px; 
}
.quiz-form input[type="radio"] + label { 
    width: 17%;
    max-width:247px;
    margin: 43px 2% 0 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
    cursor: pointer;
}
.quiz-form input[type="radio"] + label img{
    border-radius: 20px 20px 0px 0px;
    max-width: 100%;
}
.quiz-form input[type="radio"] + label div{
    height: 92px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 22px;
    font-family: 'MontSemiBold';
    line-height: 1.18; 
    position: relative;
    text-align: center;
}
.quiz-form input[type="radio"] + label:last-child{
    margin:43px 0 0 0;
}
.quiz-form input[type="radio"]:checked + label { 
    background: #fff;
}
.quiz-form input[type="radio"]:checked + label div{
    color: #DD0505;
    font-family: 'MontBold';
}
.quiz-form input[type="radio"]:checked + label div::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    width: 22px;
    height: 22px;
    background: url('../images/icon-check.svg') no-repeat;
}
.quiz-step .forms{
    padding: 39px 0 0 0;
}
.quiz-step .forms label{
    margin: 10px 0 0 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    line-height: 1.75;
    display: block;
}
.quiz-step .forms input[type="text"],
.quiz-step .forms input[type="email"],
.quiz-step .forms input[type="tel"]{
    width: 100%;
    max-width: 546px;
    height: 67px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.40);
    margin: 2px 0 0 0;
    outline: none;
    padding: 0 0 0 35px;
    background: none;
    color: #fff;
    font-size: 20px;
    font-family: 'MontSemiBold';
    font-weight: 600;
    line-height: 28px;
}
.quiz-step .forms input[type="text"]:focus,
.quiz-step .forms input[type="email"]:focus,
.quiz-step .forms input[type="tel"]:focus{
    border: 1.5px solid #fff;
}
.quiz-step .forms input::-webkit-input-placeholder { 
    color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    font-family: 'MontSemiBold';
    font-weight: 600;
    line-height: 28px;
}
.quiz-step .forms input:-moz-placeholder { 
    color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    font-family: 'MontSemiBold';
    font-weight: 600;
    line-height: 28px;
}
.quiz-step .forms input[type="radio"] { 
    position: absolute; 
    left: -9999px; 
}
.quiz-step .forms input[type="radio"] + label { 
    padding: 4px 18px 0;
    height: 54px;
    color: #fff;
    margin:15px 15px 0 0;
    font-size: 16px;
    font-family: 'MontRegular';
    line-height: normal; 
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'GigaSansSemiBold';
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.50);
    width: auto;
    display: flex;
    align-items: center;
    gap: 13px;
}
.quiz-step .forms input[type="radio"] + label.wa{
    /* padding: 15px 10px 13px 61px; */
}
.quiz-step .forms input[type="radio"] + label.mail{
    /* padding: 15px 22px 13px 61px; */
}
.quiz-step .forms input[type="radio"] + label.wa::before{
    content:'';
    /* top:11px;
    left:18px;
    position: absolute; */
    background: url('../images/logoswhatsapp-icon-active.svg');
    width: 30px;
    height: 30px;
    border:none;
    border-radius: 0;
    transform: translateY(-3px);
}
.quiz-step .forms input[type="radio"]:checked + label.wa::before{
    background: url('../images/logoswhatsapp-icon.svg');
}
.quiz-step .forms input[type="radio"] + label.mail::before{
    content:'';
    /* top:11px;
    left:18px;
    position: absolute; */
    background: url('../images/email-icon.svg');
    width: 30px;
    height: 30px;
    border:none;
    border-radius: 0;
    transform: translateY(-3px);
}
.quiz-step .forms input[type="radio"]:checked + label.mail::before{
    background: url('../images/email-icon-active.svg');
}
.quiz-step .forms input[type="radio"]:checked + label {
    color: #fff;
    text-decoration-line: underline;
    border: 1.5px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
}
.quiz__footer{
    padding: 99px 0 0 0;
}
.quiz__footer .btn {
    width: auto;
    padding: 38px 58px 35px 57px;
    max-width: 100%;
    color: #fff;
    font-family: 'MontSemiBold';
    font-size: 26px;
    line-height: 1;
}
.quiz__footer .policy {
    margin-top: 17px !important;
}
.quiz__footer .policy span {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}
.quiz__footer input[type="checkbox"] { 
    position: absolute; 
    left: -9999px; 
}
.quiz__footer input[type="checkbox"] + label { 
    padding:0 0 0 28px;
    color: #fff;
    margin:30px 0 0 0;
    font-size: 12px;
    font-family: 'MontRegular';
    line-height: 16px; 
    position: relative;
    cursor: pointer;
    display: none;
}
.quiz__footer input[type="checkbox"] + label::before{
    content:'';
    border-radius: 3px;
    border: 1px solid #DD0505;
    position: absolute;
    left:0px;
    width: 20px;
    height: 20px;
    top:5px;
}
.quiz__footer input[type="checkbox"]:checked + label::after { 
    content: '';
    width: 12px;
    height: 9px;
    position: absolute;
    background: url(../images/check-policy.svg) no-repeat;
    left: 4px;
    top: 10px;
}
.quiz__footer input[type="checkbox"] + label a{
    color: #DD0505;
    font-family: 'MontBold';
    line-height: 16px;
    text-decoration: underline;
}
.quiz__footer .submit{
    display: none;
}
.bonus{
    width: 100%;
    max-width: 412px;
    padding: 15px 138px 19px 0;
    text-align: right;
    background: url('../images/icon-sale.svg') no-repeat right center;
    color: #fff;
    font-size: 18px;
    font-family: 'MontRegular';
    line-height: 1.55;
}
.bonus span{
    font-family: 'MontBold';
}
.load-coffee{
    width: 347px;
    margin: 74px 0 0 0;
}
.load-coffee .track{
    border-radius: 10.5px;
    background: rgba(255, 255, 255, 0.50);
    width: 100%;
    height: 8px;
    position: relative;
}
.load-coffee .thumb{
    border-radius: 10.5px;
    background: #fff;
    height: 8px;
    position: absolute;
    left:0;
    transition: .5s;
}
.load-coffee .thumb::after{
    content:'';
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right:-7px;
    top:-8px;
}
.load-coffee .thumb::before{
    content:'';
    width: 60px;
    height: 62px;
    background: url('../images/cup.svg') no-repeat;
    position: absolute;
    right:-31px;
    top:-70px;
}
.load-coffee .thumb.step2::before{
    background: url('../images/cup50.svg') no-repeat;
}
.load-coffee .thumb.step3::before{
    background: url('../images/cup75.svg') no-repeat;
}
.load-coffee .thumb.step4::before{
    background: url('../images/cup100.svg') no-repeat;
}
.load-coffee p{
    margin:15px 0 0 0;
    color: #fff;
    font-size: 20px;
    font-family: 'MontBold';
    line-height: 28px;
}
.quiz-form .count__list input[type="radio"] + label { 
    width:auto; max-width: initial;
    padding:30px 30px 30px 82px;
    margin: 56px 30px 0 0;
    cursor: pointer;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    font-size: 25px;
    line-height: 36px;
    position: relative;
    border:2px solid rgba(255, 255, 255, 0.20);
}
.quiz-form .count__list input[type="radio"] + label::before{
    content: '';
    position: absolute;
    left:32px;
    top:32px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:1px solid #fff;
}
.quiz-form .count__list input[type="radio"] + label:last-child{
    margin-right: 0;
}
.quiz-form .count__list input[type="radio"]:checked + label { 
    font-weight: 800;
    border: 2px solid #fff;
}
.quiz-form .count__list input[type="radio"]:checked + label::before{
    border:none;
    background: url('../images/icon-circle.svg') no-repeat;
}
.check__list input[type="checkbox"] { 
    position: absolute; 
    left: -9999px; 
}
.check__list{
    width: 100%;
    max-width: 1090px;
    padding: 10px 0 0 0;
}
.check__list input[type="checkbox"] + label { 
    width:calc(50% - 25px);
    padding:30px 15px 30px 82px;
    margin: 35px 0 0 0;
    cursor: pointer;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.20);
    font-family: 'MontSemiBold';
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    position: relative;
    border:2px solid rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
}
.check__list input[type="checkbox"] + label::before{
    content: '';
    position: absolute;
    left:32px;
    top:50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border:1px solid #fff;
}
.check__list input[type="checkbox"]:checked + label { 
    border: 2px solid #fff;
    font-family: 'MontBold';
}
.check__list input[type="checkbox"]:checked + label::before{
    border:none;
    background: url('../images/icon-checkbox.svg') no-repeat;
}


.load-count{
    margin: 96px 0 0 0;
    width: 95%;
    max-width: 1089px;
}
.load-count .track{
    height: 15px;
    border-radius: 10.5px;
    background: rgba(255, 255, 255, 0.80);
    width: 100%;
}
.load-count .track .thumb{
    height: 15px;
    border-radius: 10.5px;
    background: #DD0505;
    position: relative;
}
.load-count .thumb::before{
    content:'';
    width: 43px;
    height: 43px;
    background: url('../images/icon-coffee.svg') no-repeat;
    position: absolute;
    right:-29px;
    top:-14px;
}
.load-count .thumb p{
    color: #fff;
    margin:0;
    position: absolute;
    font-family: 'MontBold';
    font-size: 22px;
    line-height: 31px;
    top:-53px;
    right: -70px;
}




@media (max-width: 1769.98px) {
    .bg-catalog {
        top: -100px;
    }
    .bg-catalog div {
        
        background-size: 35%;
    }
    .b-quiz h2 {
        font-size: 60px;
    }
    .b-quiz h2 + p {
        font-size: 18px;
    }
    .title-step {
        font-size: 28px;
    }
    .quiz-step {
        min-height: 300px;
        height: auto;
    }
    .quiz-form input[type="radio"] + label div {
        font-size: 18px;
        height: 80px;
    }
    .quiz-form input[type="radio"]:checked + label div::before {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
    .quiz-form .count__list input[type="radio"] + label {
        padding: 25px 25px 25px 65px;
        margin: 56px 2% 0 0;
        font-size: 20px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    .quiz-form .count__list input[type="radio"] + label::before {
        top: 26px; left: 24px;
        width: 26px;
        height: 26px;
        background-size: 100% !important;
    }
    .check__list {
        max-width: 1000px;
    }
    .check__list input[type="checkbox"] + label {
        font-size: 20px;
        width: calc(50% - 20px);
        padding: 27px 25px 24px 65px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    .check__list input[type="checkbox"] + label::before {
        top: 50%; left: 24px;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        background-size: 100% !important;
    }
    .quiz__footer {
        padding: 80px 0 0 0;
    }
    .quiz__footer .btn {
        font-size: 22px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .bonus {
        max-width: 395px;
        font-size: 16px;
    }
    .load-count {
        max-width: 800px;
    }
}
@media (max-width: 1399.98px) {
    .b-quiz h2 {
        font-size: 48px;
    }
    .b-quiz h2 + p {
        font-size: 16px;
    }
    .quiz-form input[type="radio"] + label {
        width: 23%;
    }
    .quiz-form .count__list input[type="radio"] + label {
        width: 40%;
    }
}
@media (max-width: 1239.98px) {

}
@media (max-width: 1023.98px) {
    .b-quiz {
        padding-top: 60px;
        padding-bottom: 50%;
    }
    .bg-catalog {
        top: auto;
        bottom: 0;
        height: auto;
        padding-bottom: 59%;
    }
    .bg-catalog div {
        
        background-size: 70%;
    }
    .b-quiz h2 {
        font-size: 40px;
    }
    b-quiz h2 .wow {
        display: initial !important;
    }
    .quiz-form {
        margin-top: 60px;
        position: relative;
        padding-top: 100px;
    }
    .title-step {
        font-size: 24px;
    }
    .title-step br {
        display: none;
    }
    .quiz-form input[type="radio"]+label {
        width: 51%;
        margin: 20px 20px 0 0 !important;
    }
    .quiz-step .forms input[type="radio"] + label {
        margin: 15px 15px 0 0 !important;
    }
    .load-count {
        margin-bottom: 30px;
        margin-top: 70px;
    }
    .load-count .thumb p {
        font-size: 16px;
    }
    .load-count .thumb:before {
        width: 35px;
        height: 35px;
        background-size: 100%;
        right: -5px;
        top: -12px;
    }
    .load-count .track,
    .load-count .track .thumb {
        height: 10px;
    }

    .load-coffee {
        position: absolute;
        left: 0; top: -35px;
        /* width: 100%; */
        max-width: 95%;
    }
    .quiz__footer {
        padding: 60px 0 0 0;
        justify-content: center;
        gap: 30px;
    }
    .quiz__footer .policy {
        margin-top: 12px !important;
    }

}
@media (max-width: 767.98px) {
    .b-quiz {
        padding-top: 50px;
        border-radius: 30px 30px;
    }
    .b-quiz h2 {
        font-size: 30px;
    }
    .b-quiz h2+p {
        font-size: 14px;
        margin-top: 10px;
    }

    .b-quiz h2+p br {
        display: none;
    }

    .quiz-form {
        margin-top: 30px;
    }
    .title-step {
        font-size: 18px;
    }
    .quiz-step .forms {
        padding: 25px 0 0 0;
    }
    .quiz-step .forms label {
        font-size: 14px;
    }
    .quiz-step .forms input[type="text"],
    .quiz-step .forms input[type="email"],
    .quiz-step .forms input[type="tel"] {
        height: 50px;
        font-size: 16px;
        padding: 0 15px;
    }

    .quiz-step .form-field {
        padding: 0;
        margin: 10px 0px 0 0;
        width: 100%;
        max-width: 100%;
    }
    .quiz-step .variant {
        padding: 15px 0 0 0;
    }

    .quiz-step .forms input[type="radio"]+label {
        margin: 10px 10px 0 0 !important;
        font-size: 14px;
        height: 45px;
        gap: 10px;
    }
    .quiz-step .forms input[type="radio"]+label::before {
        width: 24px !important; height: 24px !important;
        background-size: 100% !important;
        transform: translateY(-2px) !important;
    }

    .quiz__footer {
        padding-top: 30px;
        justify-content: flex-start;
    }
    .load-coffee p {
        font-size: 16px;
        margin-top: 10px;
    }
    .load-coffee .thumb,
    .load-coffee .track {
        height: 4px;
    }
    .load-coffee .thumb::after {
        width: 18px; height: 18px;
    }
    .load-coffee .thumb:before {
        width: 48px;
        height: 48px;
        background-size: 100% !important;
        top: -55px;
        right: -25px;
    }
    
    .quiz__buttons {
        width: 100%;
        /* display: inline-block; */
        max-width: 400px;
    }
    .quiz__footer .btn {
        font-size: 16px;
        width: 100%;
        max-width: 480px;
        padding: 25px 30px;
    }

    .quiz__footer .policy {
        margin-top: 10px !important;
    }

    .bonus {
        max-width: 300px;
        font-size: 12px;
        background-size: 80px;
        padding: 10px 0 15px 90px;
        text-align: left;
        background-position: left center;
    }
      

}
@media (max-width: 609.98px) {
    .b-quiz h2 {
        font-size: 22px;
    }

    .title-step {
        margin-bottom: 10px;
    }

    .quiz-form input[type="radio"]+label {
        width: 48%;
        margin: 2% 2% 0 0 !important;
    }

    .quiz-form input[type="radio"]+label div {
        font-size: 14px;
        height: 54px;
    }

    .quiz-form .count__list input[type="radio"]+label {
        width: 100%;
    }
    .check__list input[type="checkbox"] + label
    {
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
        padding: 22px 20px 20px 65px;
        margin-top: 2%;
      }
      .load-count .thumb p {
        font-size: 13px;
        top: -50px; right: -30px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}



/*****************************************************************************/
.b-reviews{
    padding: 130px 0 0 0;
    border-radius: 0px 0px 60px 60px;
    background: #F9F9F9;
    position: relative;
    z-index: 1;
}
.reviews-slider .item div.reviews-block{
    padding: 0 120px 0 75px;
    min-width: 750px;
    max-width: 750px; 
    position: relative;
    flex: 0 0 auto;
}
.reviews-slider .reviews-block__label{
    content: '';
    width: 208px;
    height: 208px;
    bottom: 188px;
    left:-100px;
    position: absolute;
    -webkit-animation: circle_anim 12s infinite linear;
    animation: circle_anim 12s infinite linear;
}
.reviews-slider .reviews-block__label img {
    max-width: 100%;
}
.reviews-slider .item {
    padding-top: 10px;
}
.reviews-slider .item p{
    margin: 55px 0 0 0;
    color: #222;
    font-size: 28px;
    font-family: 'MontSemiBold';
    line-height: 1.5;
}
.reviews-slider .item p.reviews-info{
    position: absolute;
    bottom: 80px;
    left:75px;
    color: #222;
    font-size: 24px;
    font-family: 'MontLight';
    font-weight: 400;
    line-height: 36px;
}
.reviews-slider .item p.reviews-info span{
    font-size: 18px;
}
.reviews-slider .links{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 4px 0 0 0;
}
.reviews-slider .links__item {

}
.reviews-slider .links__item:first-child{
    transform: rotate(-4.13deg);
    margin-right: -8px;
    margin-top: -3px;
}
.reviews-slider .links__item:nth-child(2){
    transform: rotate(5.037deg);
    margin-right: -10px;
    margin-top: -4px;
}
.reviews-slider .links span{
    display: flex;
    padding: 7px 21px;
    border-radius: 26.5px;
    border: 1.371px solid #DD0505;
    background: #F9F9F9;
    font-family: 'MontSemiBold';
    color: #DD0505;
    font-size: 18px;
    white-space: nowrap;
}
.reviews-slider figure {
    flex: 1 0 0;
    border-radius: 0 0 0 60px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40%;
}
.reviews-slider figure img{
    max-width: 100%;
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.reviews-slider .slick-next,
.reviews-slider .slick-prev{
    bottom: 80px;
}
.reviews-slider .slick-next{
    right: 118px;
}
.reviews-slider .slick-prev{
    right: 250px;
}



@media (max-width: 1769.98px) {
    .b-reviews {
        padding-top: 100px;
    }
    .reviews-slider .links span {
        font-size: 16px;
    }
    .reviews-slider .item div.reviews-block {
        padding-right: calc((100% - 1360px) / 2);
        min-width: 650px;
        max-width: 650px;
    }
    .reviews-slider .slick-next {
        right: calc((100% - 1360px) / 2);
        bottom: 40px;
    }
    .reviews-slider .slick-prev {
        right: calc((100% - 1360px) / 2 + 80px);
        bottom: 40px;
    }
    .reviews-slider .item p {
        font-size: 26px;
        margin-top: 40px;
    }
    .reviews-slider .item p.reviews-info {
        bottom: 40px;
    }
    .reviews-slider .reviews-block__label{
        width: 140px;
        height: 140px;
        bottom: 110px;
        left: -70px;
    }
}
@media (max-width: 1399.98px) {
    .reviews-slider .item div.reviews-block {
        padding-right: 30px;
        padding-left: 30px;
        min-width: 550px;
        max-width: 550px;
    }
    .reviews-slider .links span {
        font-size: 14px;
    }
    .reviews-slider .item p {
        font-size: 22px;
        margin-top: 30px;
    }
    .reviews-slider .item p.reviews-info {
        left: 30px;
    }
    .reviews-slider .slick-next {
        right: 30px;
    }
    .reviews-slider .slick-prev {
        right: 100px;
    }
    .reviews-slider .reviews-block__label{
        width: 100px;
        height: 100px;
        bottom: 110px;
        left: -70px;
    }

}
@media (max-width: 1239.98px) {
    .reviews-slider .item p {
        font-size: 18px;
    }

}
@media (max-width: 1023.98px) {
    .b-reviews {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .reviews-slider {
        max-width: 740px;
        margin: 0 auto;
    }
    .reviews-slider .item-cols {
        flex-direction: column-reverse;
    }
    .reviews-slider .item {
        
        padding: 0 15px;
    }
    .reviews-slider .item div.reviews-block {
        width: 100%;
        max-width: 100%;
        min-width: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .reviews-slider .item p.reviews-info {
        position: relative;
        left: auto;
        bottom: auto;
    }
    
    .reviews-slider .links {
        margin-top: 7px;
    }
    .reviews-slider figure {
        height: 350px;
        border-radius: 30px;
        flex: 0 0 auto;
    }
    .reviews-slider .slick-next {
        right: 15px;
        bottom: 380px;
    }
    .reviews-slider .slick-prev {
        right:  95px;
        bottom: 380px;
    }
    .reviews-slider .reviews-block__label
    {
        bottom: 0;
        left: 50%;
      }
}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {
    .b-reviews {
        padding-top: 60px;
        padding-bottom: 30px;
        border-radius: 0 0 30px 30px;
    }
    .reviews-slider .item p
    {
        font-size: 16px;
        margin-top: 20px;
    }
    .reviews-slider figure {
        height: 280px;
    }
    .reviews-slider .slick-next {
        bottom: 310px;
    }
    .reviews-slider .slick-prev {
        right:  75px;
        bottom: 310px;
    }
    .reviews-slider .item p.reviews-info {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 35px;
    }
    .reviews-slider .item p.reviews-info span {
        font-size: 12px;
    }
    .reviews-slider .reviews-block__label
    {
        bottom: -114px;
        left: auto;
        right: -5px;
        /* width: 70px; height: 70px; */
    }
    .reviews-slider .links span
    {
        font-size: 10px;
        padding: 7px 16px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {
    .reviews-slider .links span
    {
        font-size: 8px;
    }

}

/****************************************************************/

.b-gid{
    margin-top: -60px;
    padding: 170px 0 107px 0;
    border-radius: 0px 0px 60px 60px;
    background: linear-gradient(93deg, #A3B2CB 0.17%, #828DA0 95.6%);
    position: relative;
    overflow: hidden;
}
.b-gid p.theme{
    color: #fff;
    font-family: 'MontSemiBold';
    font-size: 65px;
    line-height: 1.15;
}
.b-gid p{
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    line-height: 1.4;
    margin:0;
}
.gid-info{
    padding: 55px 0 0 0;
}
.b-gid a.btn{
    margin: 0 109px 0 0;
    min-width: 390px;
    max-width: fit-content;
}
.gid-info p::after{
    content: '';
    top:-84px;
    position: absolute;
    right: -194px;
    background: url('../images/arrow-gid.svg') no-repeat;
    width: 92px;
    height: 194px;
}
.b-gid__inner {
    width: 50%;
    position: relative;
    z-index: 1;
}
.b-gid__img {
    position: absolute;
    left: 45%; bottom: 0;
    width: 60%;
}
.b-gid__img img {
    max-width: 100%;
}

@media (max-width: 1769.98px) {
    .b-gid {
        padding-top: 140px;
        padding-bottom: 80px;
    }
    .b-gid p.theme {
        font-size: 56px;
    }
    .b-gid p {
        font-size: 18px;
    }
    .b-gid a.btn{
        margin: 0 80px 0 0;
        min-width: 350px;
    }
    .b-gid__img {
        left: 50%;
    }
}
@media (max-width: 1399.98px) {
    .b-gid__inner {
        width: 60%;
    }
    .b-gid p.theme {
        font-size: 44px;
    }
    .b-gid a.btn {
        margin-right: 40px;
        min-width: 300px;
    }
}
@media (max-width: 1239.98px) {
    .b-gid p.theme {
        font-size: 34px;
    }
    .b-gid p {
        font-size: 16px;
    }
    .gid-info {
        padding-top: 40px;
    }
    .gid-info p::after
    {
    top: -101px;
    right: -97px;
    background-size: 100%;
    width: 70px;
    height: 150px;
    }

}
@media (max-width: 1023.98px) {
    .b-gid {
        padding-top: 120px;
    }
    .b-gid__inner
    {
        width: 88%;
      }
}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {
    .b-gid {
        padding-bottom: 0;
        border-radius: 0 0 30px 30px;
    }
    .b-gid__inner {
        width: 100%;
    }

    .b-gid p.theme {
        font-size: 22px;
    }
    .b-gid__img {
        left: 5%;
        position: relative;
        width: 100%;
    }
    .b-gid a.btn {
        margin-right: 0;
        width: 100%;
        max-width: 480px;
    }
    .b-gid p {
        font-size: 14px;
        margin-top: 20px;
    }
    .gid-info p::after {
        top: -13px;
        right: -97px;
        background-size: 100%;
        width: 40px;
        height: 87px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}         

/******************************************************************/
.b-conditions{
    padding: 150px 0 0 0;
    background: #fff;
}
.condition__list{
    padding: 0;
}
.condition{
    width: calc(100%/3 - 20px);
}
.condition_item{
    margin:  0 0 30px 0;
    padding: 35px;
    width: 100%;
    position: relative;
    min-height: 270px;
}
.condition:nth-child(1) .condition_item{
    background: #D7DBDF;
}
.condition:nth-child(2) .condition_item{
    background: #D8DBE2;
}
.condition:nth-child(3) .condition_item{
    background: #E7E8E9;
}
.condition_item-title{
    margin:10px 0 0 0;
    color: #222;
    font-size: 24px;
    font-family: 'MontSemiBold';
    line-height: 1.33;
}
.condition_item-subtitle{
    color: rgba(34, 34, 34, 0.30);
    font-size: 14px;
    line-height: 1.7;
}
.condition_item img{
    position: absolute;
    left:35px;
    bottom: 35px;
}
.condition figure{
    margin: 0 0 30px 0;
    max-width: 100%;
}
.condition figure img {
    max-width: 100%;
}
.buttons_panel{
    padding: 50px 0 0 0;
}
.buttons_panel .btn{
    padding: 38px 107px 35px 107px;
    max-width: fit-content;
    margin:0 25px;
}



@media (max-width: 1769.98px) {
    .b-conditions {
        padding-top: 100px;
    }
    .condition_item {
        padding: 30px 30px 60px;
    }
    .condition_item-title{
        margin:10px 0 0 0;
        font-size: 20px;
    }
    .condition_item-subtitle{
        font-size: 13px;
    }
    .condition_item img{
        left:30px;
        bottom: 20px;
    }
    .condition figure{
        margin: 0 0 25px 0;
    }
    .buttons_panel .btn {
        padding: 30px 80px;
    }
}
@media (max-width: 1399.98px) {

}
@media (max-width: 1239.98px) {
    .condition_item-title {
        font-size: 16px;
    }

}
@media (max-width: 1023.98px) {
    .b-conditions {
        padding-top: 60px;
    }

    .condition {
        width: calc(100%/2 - 10px);
    }

    .condition:last-child {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .condition_item {
        margin-bottom: 25px;
    }

    .buttons_panel .btn {
        padding: 25px 60px;
        margin: 10px 15px;
    }

    .buttons_panel {
        padding-top: 30px;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {

    .condition {
        width: 100%;
    }
    .condition:last-child {
        flex-direction: column-reverse;
        gap: 0;
    }
    .condition figure {
        margin-bottom: 15px;
    }
    .condition_item {
        padding: 20px 20px 70px;
    }
    .condition_item img {
        left: 20px;
    }
    .buttons_panel {
        padding-top: 15px;
    }
    .buttons_panel .btn {
        width: 100%;
        max-width: 480px;
        padding: 20px 30px;
        margin: 15px 0 0;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}


/**********************************************************/
.b-faq{
    padding: 150px 0 150px 0;
    border-radius: 0px 0px 60px 60px;
    background: #fff;
    margin-bottom: -60px;
    z-index: 1;
    position: relative;
}
.faq-content{
    width: 100%;
}
.faq-sidebar{
    max-width: 487px;
    width: 30%;
    flex: 0 0 auto;
    margin-left: 4%;
}
.faq-sidebar img{
    margin: 0 0 50px 0;
    max-width: 100%;
}
.faq-sidebar .btn{
    max-width: 100%;
}
.faq__item{
    width: 100%;
    padding: 40px 130px 45px 45px;
    position: relative;
    border-radius: 30px;
    background: #EBEDF2;
    cursor: pointer;
}
.faq__item +  .faq__item {
    margin-top: 20px;
}
.faq__item span{
    color: rgba(34, 34, 34, 0.85);
    font-size: 15px;
    font-family: 'MontLight';
}
.faq__item p.ques{
    margin: 15px 0 0 0;
    color: #222;
    font-family: 'MontSemiBold';
    font-size: 30px;
    line-height: 1.11; 
}
.faq__item p.answ{
    display: none;
    margin:20px 0 0 0;
    color: rgba(34, 34, 34, 0.85);
    font-family: 'MontLight';
    font-size: 20px;
    line-height: 1.5; 
}
.faq__item p.answ a{
    text-decoration: underline;
    color: rgba(34, 34, 34, 0.85);
}
.faq__item p.answ a:hover{
    text-decoration: none;
}
.faq__item-head {
    position: relative;
}
.faq__item-head::before{
    content: '';
    width: 57px;
    height: 57px;
    border:1px solid rgba(34,34,34,0.3);
    border-radius: 50%;
    top:50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 20px;
    position: absolute;
    background: url('../images/arr-faq.svg') no-repeat center center;
}
.faq__item:hover .faq__item-head::before{
    background: url('../images/arr-faq-hover.svg') no-repeat center center;
}
.faq__item.active{
    background: #CCD2E1;
}
.faq__item.active .faq__item-head::before{
    background: url('../images/arr-faq-active.svg') no-repeat center center;
}



@media (max-width: 1769.98px) {
    .b-faq {
        padding: 100px 0;
    }
    .faq__item{
        width: 100%;
        padding: 35px 110px 40px 40px;
    }
    .faq__item-head {
        position: relative;
    }
    .faq__item-head::before{
        width: 50px;
        height: 50px;
    }
    .faq__item span{
        font-size: 14px;
    }
    .faq__item p.ques{
        margin: 15px 0 0 0;
        font-size: 24px;
    }
    .faq__item p.answ{
        margin:20px 0 0 0;
        font-size: 17px;
    }
}
@media (max-width: 1399.98px) {

}
@media (max-width: 1239.98px) {
    .faq__item {
        padding: 20px 100px 20px 30px;
    }
    .faq__item-head::before {
        right: 20px;
    }

}
@media (max-width: 1023.98px) {
    .b-faq {
        padding: 80px 0;
    }
    .faq-cols {
        flex-direction: column;
    }
    .faq-sidebar {
        margin: 50px 0 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .faq-sidebar__img {
        position: relative;
        padding-bottom: 70%;
        border-radius: 30px;
        overflow: hidden;
    }
    .faq-sidebar__img img {
        position: absolute;
        left: 0; top: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
    .faq-sidebar .btn {
        max-width: 400px;
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {
    .b-faq {
        padding: 60px 0 40px;
        border-radius: 0 0 30px 30px;
    }
    .faq__item {
        padding: 15px 15px 15px 20px;
        border-radius: 20px;
    }

    .faq__item+.faq__item {
        margin-top: 10px;
    }

    .faq__item-head {
        padding-right: 60px;
    }

    .faq__item-head::before {
        left: auto;
        right: 0px;
        width: 40px;
        height: 40px;
        background-size: 15px !important;
    }

    .faq__item span {
        font-size: 12px;
    }

    .faq__item p.ques {
        margin: 5px 0 0 0;
        font-size: 16px;
    }

    .faq__item p.answ {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}


/***************************************************************/
.bg-footer{
    background: #000 url('../images/bg-footer.jpg') no-repeat right bottom;
    overflow: hidden;
}
.footer{
    padding: 0 0 90px 0;
    /* background: url('../images/footer-rooma.png') no-repeat left top 69px,
    url('../images/footer-a10s.png') no-repeat right bottom 27px; */
    background: #000;
    overflow: hidden;
    position: relative;
}
.footer__img {
    position: absolute;
    right: 0; bottom: 0;
    width: 36%; height: 100%;
}
.footer__img img {
    position: absolute;
    right: 0; top: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.footer__tl1 {
    position: absolute;
    top: 180px; right: 39%;
    width: 70%;
    max-width: 1300px;
}
.footer__tl1 img {
    max-width: 100%;
}
.footer__tl2 {
    position: absolute;
    bottom: 00px;
    left: 61%;
    width: 48%;
    max-width: 810px;
}
.footer__tl2 img {
    max-width: 100%;
}
.footer-content{
    padding: 481px 0 0 0;
    width: 100%;
    max-width: 840px;
    position: relative;
}
.footer-content p{
    margin:0;
    color: rgba(255, 255, 255, 0.50);
    font-size: 20px;
    line-height: 1.9;
}
.footer-content .contacts{
    width: 260px;
}
.footer-content .contacts span{
    color: rgba(255, 255, 255, 0.50);
    font-family: 'MontLight';
    font-size: 20px;
    line-height: 1.7;
}
.footer-content .contacts a.phone{
    color: rgba(255, 255, 255, 0.50);
    font-size: 24px;
    line-height: 1.2; 
    font-family: 'MontSemiBold';
    margin:7px 0 51px 0;
    display: block;
    text-decoration: none;
}
.footer-content .contacts a.phone:hover{
    text-decoration: underline;
}
.footer-content .contacts a.phone b{
    color: #fff;
    font-family: 'MontBold';
}
.footer-content .contacts p.adres{
    display: block;
    margin: 7px 0 22px 0;
    color: #fff;
    font-size: 24px;
    font-family: 'MontSemiBold';
    line-height: 1.2;
}
.footer-content .angle{
    margin: 53px 0 0 0;
    max-width: fit-content;
    color: #fff;
    background: linear-gradient(135deg, transparent 20px, #ffffff 0) top left, linear-gradient(225deg, transparent 0, #ffffff 0) top right, linear-gradient(-45deg, transparent 20px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 0, #ffffff 0) bottom left;
    background-size: 50.2% 50.2%;
  background-repeat: no-repeat;
}
.footer-content .angle::before {
    opacity: 1;
    background: linear-gradient(135deg, transparent 20px, #000 0) top left, linear-gradient(225deg, transparent 0, #000 0) top right, linear-gradient(-45deg, transparent 20px, #000 0) bottom right, linear-gradient(45deg, transparent 0, #000 0) bottom left;
    background-repeat: no-repeat;
    background-size: 50.2% 50.2%;
}
.footer-content .angle:hover::before{
    opacity: 0;
}
.footer-content .map{
    color: #fff;
    font-family: 'MontBold';
    font-size: 17.062px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.062px;
    padding: 0 0 5px 24px;
    border-bottom: 1px solid #fff;
    position: relative;
    text-decoration: none;
}
.footer-content .map::before{
    content: '';
    position: absolute;
    left:0;
    width: 15px;
    height: 18px;
    background: url('../images/icon-adres.png') no-repeat;
    filter: grayscale(1) brightness(1000%);
}
.footer-content .map:hover{
    color: #DD0505;
    text-decoration: none;
    border-bottom: 1px solid #DD0505;
}
.footer-content .map:hover:before{
    filter: inherit;
    
}
.bottom{
    padding: 120px 0 0 0;
}
.bottom ul{
    padding: 0;
    margin: 0;
}
.bottom ul li{
    margin: 44px 41px 0 0;
    display: inline-block;
}
.bottom ul li a{
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    font-family: 'MontLight';
    line-height: 17px;
    text-decoration-line: underline;
}
.bottom ul li a:hover{
    color:#fff;
}
.soc{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 260px;
}
.soc > a {
    display: flex;
    width: 60px;
    height: 60px;
}
.soc figure{
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border:1px solid rgba(255, 255, 255, 0.60);
}
.soc img {
    filter: grayscale(1) brightness(1000%);
}
.soc-in figure{
    padding-bottom: 1px;
}
.soc-you figure{
    padding-bottom: 1px;
    padding-left: 1px;
}
.soc-tg figure{
    padding-right: 2px;
    padding-bottom: 1px;
}
.soc figure:hover {
    border-color: #fff;
    background: #fff;
}
.soc figure:hover img,
.soc img:hover{
    filter: inherit;
}




@media (max-width: 1769.98px) {
    .footer__tl1 {
        top: 150px;
    }
    .footer-content {
        padding-top: 400px;
        max-width: 780px;
    }
    .footer-content p {
        font-size: 14px;
    }
    .footer-content .contacts span {
        font-size: 13px;
    }
    .footer-content .contacts p.adres {
        font-size: 20px;
    }
    .footer-content .contacts a.phone {
        font-size: 20px;
    }
    .bottom
    {
        padding: 100px 0 0 0;
    }
    .soc > a {
        width: 50px; height: 50px;
    }
    .soc img {
        max-width: 45%;
    }
}
@media (max-width: 1399.98px) {
    .footer__img img,
    .footer__tl1,
    .footer__tl2 {
        display: none;
    }
    .footer-content {
        padding-top: 100px;
    }
    .footer-content .map {
        font-size: 14px;
    }
}
@media (max-width: 1239.98px) {

}
@media (max-width: 1023.98px) {

}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {
    .footer {
        padding-bottom: 60px;
    }

    .footer-top {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .footer-content .angle {
        margin-top: 30px;
        width: 100%;
        max-width: 480px;
    }

    .footer-content .contacts {
        width: 100%;
    }

    .footer-content .contacts a.phone {
        margin-bottom: 30px;
    }

    .bottom {
        padding: 45px 0 0 0;
        flex-direction: column-reverse;
    }

    .bottom ul li {
        margin: 15px 0 0 0;
        display: block;
    }

    .bottom .soc {
        margin-bottom: 20px;
        justify-content: flex-start;
        gap: 20px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}

/*********************************************************/
.overlay{
    background: rgba(0,0,0,0.6);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.popup{
    padding: 70px;
    position: fixed;
    left:0;
    right: 0;
    margin: auto;
    top:100px;
    width: 95%;
    max-width: 927px;
    z-index: 999999;
    border-radius: 50px;
    display: none;
    background: linear-gradient(108deg, #939FB5 1.1%, #828DA1 117.01%);
}
.popup .close{
    width: 62px;
    height: 58px;
    background: url('../images/icon-close.svg') no-repeat;
    position: absolute;
    right: 40px;
    top:40px;
}
.popup .close:hover{
    background: url('../images/icon-close-hover.svg') no-repeat;
}
.popup form{
    padding: 30px 0 0 0;
}
.popup label{
    margin: 10px 0 0 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    line-height: 1.75;
    display: block;
}
.popup p.title{
    color: #fff;
    font-family: 'MontBold';
    font-size: 40px;
    margin:0;
    line-height: 1.1;
}
.popup p.subtitle{
    font-size: 20px;
    line-height: 1.4;
    margin: 16px 0 0 0;
    color: rgba(255, 255, 255, 0.75);
}
.popup p.subtitle span{
    font-family: 'MontBold';
    color: rgba(255, 255, 255, 0.85);
}
.popup input[type="text"],
.popup input[type="email"],
.popup input[type="tel"] {
    width: 100%;
    max-width: 546px;
    height: 67px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.40);
    background: none;
    margin: 2px 0 0 0;
    outline: none;
    padding: 0 0 0 35px;
    background: none;
    color: #fff;
    font-size: 20px;
    font-family: 'MontRegular';
}
.popup input[type="text"]:focus,
.popup input[type="email"]:focus,
.popup input[type="tel"]:focus {
    border-color: #fff;
    border-width: 2.5px;
}
.popup input::-webkit-input-placeholder { 
    color: rgba(255, 255, 255, 0.40);
}
.popup input:-moz-placeholder { 
    color: rgba(255, 255, 255, 0.40);
}
.form_footer{
    padding: 60px 0 0 0;
}
.popup button{
    
}
.popup label.policy{
    
}
.popup label.policy a{
    text-decoration: underline;
    color: #DD0505;
    font-family: 'MontBold';
}
.popup input[type="checkbox"] { 
    position: absolute; 
    left: -9999px; 
}
.popup input[type="checkbox"] + label { 
    padding:0 0 0 68px;
    color: #fff;
    margin:0;
    font-size: 12px;
    font-family: 'MontRegular';
    line-height: 16px; 
    position: relative;
    cursor: pointer;
}
.popup input[type="checkbox"] + label::before{
    content:'';
    border-radius: 3px;
    border: 1px solid #DD0505;
    position: absolute;
    left:40px;
    width: 20px;
    height: 20px;
    top:5px;
}
.popup input[type="checkbox"]:checked + label::after { 
    content: '';
    width: 12px;
    height: 9px;
    position: absolute;
    background: url(../images/check-policy.svg) no-repeat;
    left: 44px;
    top: 10px;
}
.form-field{
    padding: 25px 0 0 0;
    margin: 0 40px 0 0;
    width: 100%;
    max-width: 298px;
}
.form-field.hidden{
    display: none;
}
.form-field.active{
    display: block;
}
.popup input[type="radio"] { 
    position: absolute; 
    left: -9999px; 
}
.popup input[type="radio"] + label { 
    padding: 4px 18px 0;
    height: 54px;
    color: #fff;
    margin:15px 15px 0 0;
    font-size: 16px;
    font-family: 'MontRegular';
    line-height: normal; 
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'GigaSansSemiBold';
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.50);
    width: auto;
    display: flex;
    align-items: center;
    gap: 13px;
}
.popup input[type="radio"] + label.wa{
    /* padding: 15px 10px 13px 61px; */
}
.popup input[type="radio"] + label.mail{
    /* padding: 15px 22px 13px 61px; */
}
.popup input[type="radio"] + label.wa::before{
    content:'';
    /* top:11px;
    left:18px;
    position: absolute; */
    background: url('../images/logoswhatsapp-icon-active.svg');
    width: 30px;
    height: 30px;
    border:none;
    border-radius: 0;
    transform: translateY(-3px);
}
.popup input[type="radio"] + label.mail::before{
    content:'';
    /* top:11px;
    left:18px;
    position: absolute; */
    background: url('../images/email-icon.svg');
    width: 30px;
    height: 30px;
    border:none;
    border-radius: 0;
    transform: translateY(-3px);
}
.popup input[type="radio"]:checked + label.wa::before{
    background: url('../images/logoswhatsapp-icon.svg');
}
.popup input[type="radio"]:checked + label.mail::before{
    background: url('../images/email-icon-active.svg');
}
.popup input[type="radio"]:checked + label {
    color: #fff;
    text-decoration-line: underline;
    border: 1.5px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
}
.variant{
    padding: 25px 0 0 0;
}
.form_footer .btn {
    min-width: 300px;
}



@media (max-width: 1769.98px) {
    .popup {
        top: 50px;
        max-width: 800px;
        padding: 60px 50px;
    }
    .popup .close {
        top: 30px; right: 30px;
    }
    .popup p.title {
        font-size: 36px;
    }
    .popup p.subtitle {
        font-size: 18px;
    }
    .popup form
    {
    padding: 20px 0 0 0;
    }
    .popup .form-field {
        padding-top: 15px;
    }
    .popup .variant{
        padding: 15px 0 0 0;
    }
    .form_footer
    {
    padding: 40px 0 0 0;
    }
}
@media (max-width: 1399.98px) {

}
@media (max-width: 1239.98px) {

}
@media (max-width: 1023.98px) {
    .popup {
        top: 50px;
        max-width: 660px;
        padding: 40px 40px;
        border-radius: 30px;
    }
    .popup .close {
        top: 20px; right: 20px;
        width: 42px;
        height: 40px;
        background-size: 100% !important;
    }
    .popup p.title {
        font-size: 30px;
    }
    .popup p.subtitle {
        font-size: 16px;
    }
    .popup form
    {
        padding: 20px 0 0 0;
    }
    .popup .form-field {
        padding-top: 15px;
        margin-right: 15px;
        flex: 1 0 0;
    }
    .popup .variant{
        padding: 15px 0 0 0;
    }
    .form_footer
    {
        padding: 40px 0 0 0;
    }
    .form_footer .btn {
        min-width: 280px;
    }
    .popup label {
        margin: 0;
        font-size: 14px;
    }
    .popup input[type="text"], .popup input[type="email"], .popup input[type="tel"] {
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
    }
    .popup input[type="radio"] + label {
        margin: 7px 10px 0 0 !important;
        font-size: 14px;
        height: 45px;
        gap: 10px;
    }
    .popup input[type="radio"] + label::before {
        width: 24px !important; height: 24px !important;
        background-size: 100% !important;
        transform: translateY(-2px) !important;
    }
    .popup input[type="checkbox"] + label {
        padding-left: 50px;
    }
    .popup input[type="checkbox"] + label::before {
        left: 20px;
    }
    .popup input[type="checkbox"]:checked + label::after {
        left: 24px;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 609.98px) {
    
    .popup {
        padding: 42px 25px;
        border-radius: 20px;
    }
    .popup .close {
        top: 6px; right: 6px;
        width: 38px;
        height: 36px;
        background-size: 100% !important;
    }
    .popup .form-field  {
        width: 100%;
        margin-right: 0;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .popup p.title {
        font-size: 24px;
    }
    .popup p.subtitle {
        font-size: 14px;
    }
    .form_footer .btn
    {
        min-width: 280px;
        width: 100%;
        max-width: 480px;
      }
      
    .popup input[type="checkbox"] + label {
        padding-left: 30px;
        margin-top: 15px;
    }
    .popup input[type="checkbox"] + label::before {
        left: 0px;
    }
    .popup input[type="checkbox"]:checked + label::after {
        left: 4px;
    }
}
@media (max-width: 479.98px) {

}
@media (max-width: 399.98px) {

}
@media (max-width: 359.98px) {

}


.angle {
  position: relative;
  text-decoration: none;
  color: #000;
  /* background:
  linear-gradient(135deg, transparent 20px, #DD0505 0) top left,
  linear-gradient(225deg, transparent 0, #DD0505 0) top right,
  linear-gradient(-45deg, transparent 20px, #DD0505 0) bottom right,
  linear-gradient(45deg, transparent 0, #DD0505 0) bottom left;
  background-size: 50.2% 50.2%;
  background-repeat: no-repeat; */
  background: #DD0505;  
  clip-path: polygon(20px 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0% 20px);
  text-align: center;
  transition: 0.2s ease-out;
  cursor: pointer;
  border: none;
  display: inline-block;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  z-index: 3;
  color: #fff;
  font-family: 'MontSemiBold';
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    padding:38px 58px 35px 57px;
    width: 100%;
    max-width: fit-content;
}
.angle::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
      /* background:      
        linear-gradient(135deg, transparent 19px, #fff 0) top left,
        linear-gradient(225deg, transparent 0, #fff 0) top right,
        linear-gradient(-45deg, transparent 19px, #fff 0) bottom right,
        linear-gradient(45deg, transparent 0, #fff 0) bottom left; */
    z-index: -2;
    /* background-repeat: no-repeat;
    background-size: 50.2% 50.2%; */
    background: #fff;
    
  clip-path: polygon(19px 0%, 100% 0px, 100% calc(100% - 19px), calc(100% - 19px) 100%, 0px 100%, 0% 19px);
    pointer-events: none;
    transition: 0.2s ease-in-out;
    opacity:0;
}
.angle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:
      linear-gradient(135deg, transparent 0, #ff9800 0) top left,
      linear-gradient(225deg, transparent 20px, #ff9800 0) top right,
      linear-gradient(-45deg, transparent 0, #ff9800 0) bottom right,
      linear-gradient(45deg, transparent 20px, #ff9800 0) bottom left; */
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out;
  }
.angle:active{
    color: #DD0505;
}   
@media (any-hover: hover) {
    .angle:hover{
        color: #DD0505;
    }   
    .angle:hover::before{
        opacity:1;
    }
}    
.angle.nobg{
    color: #DD0505;
}
.angle.nobg::before{
    opacity:1;
}
@media (any-hover: hover) {
    .angle.nobg:hover:before{
        opacity: 0;
    }
    .angle.nobg:hover{
        color: #fff;
    } 
    
}
@media (max-width: 1769.98px) {
    .angle {
        font-size: 22px;
        padding: 30px 50px 30px 50px;
    }
}
@media (max-width: 1239.98px) {
    .angle {
        font-size: 18px;
        padding: 25px 40px 25px 40px;
    }

}
@media (max-width: 767.98px) {
    .angle {
        font-size: 16px;
        padding: 20px 30px 20px 30px;
    }

}




input.error{
    border:1px solid red!important;
}
#map{
    width: 80%;
    height: 80%;
    display: none;
    padding: 0;
}
.btn---anim {
    animation: btn-anim 2.5s infinite linear;
}
@keyframes btn-anim {
    0% { transform: scale(1); }
    50%   { transform: scale(1.1); }
    100%   { transform: scale(1); }
}
@media (max-width: 767.98px) {
    @keyframes btn-anim {
        0% { transform: scale(1); }
        50%   { transform: scale(1.05); }
        100%   { transform: scale(1); }
    }
    .btn---anim {
        animation-duration: 2s;
    }
}





.widget {
    position: fixed;
    right: 5.2083333333vw;
    bottom: 2.8645833333vw;
    z-index: 999;
    display: none;
  }
  .thank .widget {
    display: none !important;
  }
  .widget__buttons {
    transition: all 0.3s;
  }
  .widget__buttons-wrap {
    position: relative;
    transition: all 0.3s;
    margin-top: 3.6458333333vw;
  }
  .widget__buttons-text {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 50px;
    border-radius: 10px;
    background: rgba(146, 159, 182, 0.85);
    backdrop-filter: blur(10px);
    padding: 16px 40px 16px 24px;
    font-size: 16px; color: #fff;
    font-family: 'MontSemiBold';
    line-height: 1.1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: all 0.3s;
  }
  .widget__buttons-text.opened {
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  .widget__buttons-text__close {
    position: absolute;
    top: 9px; right: 9px;
}

  .widget__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: relative;
  }
  .widget__btn-ill {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 155%;
    height: 155%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
  .widget__btn-ill:before {
    position: absolute;
    left: 0%; top: 0%;
    width: 100%; height: 100%;
    z-index: -1;
    background: url(../images/w-order-bg1.svg) no-repeat center center;
    background-size: 100%;
    /* animation: circle_anim 3s infinite linear; */
    content: "";
  }
  .widget__btn-ill:after {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    z-index: -2;
    background: url(../images/w-order-bg2.svg) no-repeat center center;
    background-size: 100%;
    content: "";
    /* animation: circle_anim 3s infinite linear; */
  }
  .widget__btn img {
    max-width: 40%;
    max-height: 40%;
  }
  .widget__btn--order {
    background: #DD0505;
  }
  @keyframes pulse_shadow_wd {
    0% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.9);
    }
    50% {
      opacity: 0.8;
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1.2);
    }
  }
  @media (max-width: 1023.98px) {
    .widget__btn {
      width: 45px;
      height: 45px;
    }
    .widget__buttons-text {
      padding: 10px 25px 10px 10px;
      font-size: 14px;
    }
    .widget__buttons-text {
        margin-right: 40px;
    }
}
@media (max-width: 609.98px) {
    .widget__buttons-text {
        right: 0;
        top: 0;
        transform: translateY(-150%);
        margin: 0;
    }
}