:root {
    --br30: 30px;
}

body{
    font-family: 'Montserrat';
    font-weight: 400;
    color: #1F2021;
    margin: 0;
}

button{
    font-family: 'Montserrat';
}

html.has-scroll-smooth{
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

html.has-scroll-smooth .smooth-scroll{
    /*perspective: 1px;
    will-change: transform;*/
    width: 100vw;
}

.smooth-scroll{
    overflow: hidden;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

ul{
    padding-left: 0;
    margin: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
    color: #1F2021;
}

.container{
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row>div{
    padding-left: 15px;
    padding-right: 15px;
}

header{
    padding-top: 17px;
    padding-bottom: 17px;
}

header>.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul,
header .__right, .__icons{
    display: flex;
}

header nav ul>li:not(:first-child){
    margin-left: 50px;
}

header .__right{
    display: flex;
    align-items: center;
}

header .__right .__icons{
    margin-left: 22px;
}

.__icons>a{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .__icons>a{
    width: auto;
    height: auto;
}

.__icons>a:not(:first-child){
    margin-left: 27px;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: var(--br30);
    cursor: pointer;
    font-weight: 600;
    transition: .3s ease;
    font-size: 14px;
    color: #1F2021;
}

.btn.light-blue{
     background: #F2F7FD;
}

.btn.dark-blue{
     background: #8DB3DF;
}

.btn.light-blue:hover{
     background: #8DB3DF;
}

.btn.dark-blue:hover{
     background: #F2F7FD;
}

.__buttons{
    display: flex;
}

.__buttons .btn:not(:first-child){
    margin-left: 20px;
}

.space-beetwen{
    justify-content: space-between;
}

.ai-center{
    align-items: center;
}

section#top{
    margin-top: 100px;
}

section#top .row{
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

section#top .__buttons{
    margin-top: var(--br30);
}

section#top .btn{
    max-width: 250px;
}

section#top .__left{
    max-width: 600px;
}

h1, h2{
    font-weight: 800;
    font-size: 45px;
    line-height: 100%;
    color: #1F2021;
}

h1{
    margin-bottom: var(--br30);
}

h2:not(.no_scroll-animation){
    transform: translateY(70%);
    opacity: 0;
    transition: .7s ease;
    transition-property: transform, opacity;
}

h2.is-inview{
    opacity: 1;
    transform: translateX(0);
}

p{
    line-height: 20px;
}

section#catalog{
    padding-top: 135px;
}

section#catalog>.container>.row{
    justify-content: space-between;
    flex-wrap: nowrap;
}

section#catalog .__right{
    max-width: 680px;
    width: 100%;
}

.tabs.__info-item p{
    width: 80%;
}

section#catalog .__right .btn{
    width: 100%;
    margin-top: 10px;
}

section#catalog>.container>.row>.__left{
    margin-left: auto;
    margin-right: auto;
}

section#catalog img.catalog-selected{
    margin-top: 55px;
    max-height: 700px;
}

.tabs.__select{
    display: flex;
}

.tabs.__select span{
    font-weight: 600;
    font-size: 16px;
    color: #B5B5B5;
    padding-bottom: 8px;
    position: relative;
    cursor: pointer;
}

.tabs.__select span.active{
    color: #1F2021;
}

.tabs.__select span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #8DB3DF;
    opacity: 0;
    transition: opacity .3s ease;
}

.tabs.__select span.active:after{
    opacity: 1;
}

.tabs.__select span:not(:first-child){
    margin-left: 30px;
}

.tabs.__info-item>h2{
    margin-top: 40px;
    margin-bottom: 20px;
}

.__product-items.row{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 5px;
}

.__product-items>div{
    padding: 10px;
    width: 50%;
}

.__product-items>div>div{
    border-radius: var(--br30);
    height: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s ease;
    transition-property: background, border;
    border: 1px solid transparent;
}

.__product-items>div>div .__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.__product-items>div>div .__top img{
    width: 60px;
}

.__product-items>div>div .__bottom span{
    display: block;
}

.__product-items>div>div .__bottom span:nth-child(1){
    font-weight: 700;
    font-size: 29px;
}

/*.__product-items>div:nth-child(1)>div.active{
    background: #8DB3DF !important;
}

.__product-items>div:nth-child(2)>div.active{
    background: #FFACAC !important;
}

.__product-items>div:nth-child(3)>div.active{
    background-color: #BDDBA6 !important;
}

.__product-items>div:nth-child(4)>div.active{
    background: #D3BDFF !important;
}

.__product-items>div:nth-child(5)>div.active{
    background: #8DB3DF !important;
}

.__product-items>div:nth-child(6)>div.active{
    background: #FFACAC !important;
}

.__product-items>div:nth-child(7)>div.active{
    background: #BDDBA6 !important;
}

.__product-items>div:nth-child(8)>div.active{
    background: #D3BDFF !important;
}*/

/*.__product-items>div:nth-child(1)>div{
    background: #F2F7FD;
}

.__product-items>div:nth-child(2)>div{
    background: #FCEAEA;
}

.__product-items>div:nth-child(3)>div{
    background: #F2FCEA;
}

.__product-items>div:nth-child(4)>div{
    background: #F0EAFC;
}

.__product-items>div:nth-child(5)>div{
    background: #F2F7FD;
}

.__product-items>div:nth-child(6)>div{
    background: #FCEAEA;
}

.__product-items>div:nth-child(7)>div{
    background: #F2FCEA;
}

.__product-items>div:nth-child(8)>div{
    background: #F0EAFC;
}*/

.__product-items h2{
    margin-top: 0;
    margin-bottom: 0;
}

.__icons:not(.__header) a{
    transition: background .3s ease;
    background: #EDFAFF;
}

.__icons:not(.__header) a:not(:first-child){
    margin-left: 10px;
}

.__icons:not(.__header) a:hover{
    background-color: #8DB3DF
}

.mt-20{
    margin-top: 20px !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

footer{
    margin-top: 150px;
    padding-top: 42px;
    padding-bottom: 20px;
    background: #FAFAFA;
}

footer .btn{
   height: 40px;
}

footer>.container>.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

footer>.container>.row>div.__contact{
    max-width: 230px;
}

footer>.container>.row>div ul li{
    margin-bottom: 10px;
}

footer>.container>.row>div ul li a{
    font-size: 14px;
}

footer>.container>.row>div h3{
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 20px;
}

footer .row.__bottom{
    margin-top: 15px;
}

footer .row.__bottom span{
    font-weight: 500;
    font-size: 10px;
    color: rgba(31, 32, 33, .4)
}

footer p{
    font-size: 12px;
    line-height: 125%;
}

footer .logo{
    margin-top: 18px;
    display: block;
}

.fixed-info{
    padding-top: 50px;
    margin-top: 100px;
}

.fixed-info .__outer{
    position: relative;
}

.fixed-info .__items{
    position: relative;
}

.fixed-info .__item:first-child{
    position: relative;
}

.fixed-info .__item{
    width: 100%;
    border-radius: var(--br30);
    position: absolute;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 1;
    display: flex;
}

.bg-pin{
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: -1;
}

.fixed-info .__item .__left,
.fixed-info .__item .__right{
    position: absolute;
}

.fixed-info .__item .__left{
    max-width: 490px;
    margin-top: 22%;
    left: 90px;
}

.fixed-info .__item .__right{
    right: 120px;
    height: 100%;
}

.fixed-info .__item .__left h2{
    margin-top: 0;
    margin-bottom: 40px;
}

.fixed-info .__item .__left p{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.fixed-info .__items .__item:nth-child(2){
    top: 20px;
}

.fixed-info .__items .__item:nth-child(3){
    top: 40px;
}

.fixed-info .__items .__item:nth-child(4){
    top: 60px;
}

.fixed-info .__items .__item:nth-child(5){
    top: 80px;
}

.fixed-info .__items .__item:nth-child(6){
    top: 100px;
}

.fixed-info .__items .__item:nth-child(1) path{
    fill: rgb(242, 247, 253);
}

.fixed-info .__items .__item:nth-child(2) path{
    fill: rgb(240, 234, 252);
}

.fixed-info .__items .__item:nth-child(3) path{
    fill: rgb(252, 234, 234);
}

.fixed-info .__items .__item:nth-child(4) path{
    fill: rgb(242, 247, 253);
}

.fixed-info .__items .__item:nth-child(5) path{
    fill: rgb(240, 234, 252);
}

.fixed-info .__items .__item:nth-child(6) path{
    fill: rgb(252, 234, 234);
}

.fixed-info .__circle{
    border-radius: 230px;
    border: var(--br30) solid #FFFFFF;
    width: 37vw;
    max-width: 500px;
    height: calc(100% - 70px);
    margin-top: 35px;
    object-fit: cover;
}

.top-layer{
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: var(--br30) 0;
    width: 50%;
    height: 20%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.top-layer h2{
    font-size: 50px;
    max-width: 460px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 90px;
}

.fixed-pagination{
    position: absolute;
    display: flex;
    left: 90px;
    bottom: 100px;
    z-index: 2;
}

.fixed-pagination span{
    width: 10px;
    height: 10px;
    background: #FFD9D9;
    position: relative;
    transition: background .3s ease;
    border-radius: 100%;
}

.fixed-pagination span.active{
    background: #FFACAC;
}

.fixed-pagination span:not(:last-child){
    margin-right: 30px;
}

.fixed-pagination span:not(:last-child):after{
    content: '';
    width: 20px;
    height: 2px;
    background: #FFD9D9;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 14px;
    top: 4px;
}

section#special{
    margin-top: 170px;
    padding-top: 30px;
    text-align: center;
}

section#special .row{
    flex-wrap: nowrap;
    margin-top: 50px;
}

section#special .__info-item{
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateY(70%);
    opacity: 0;
    transition: .7s ease;
    transition-property: opacity, transform;
}

section#special .__info-item.is-inview{
    opacity: 1;
    transform: translateY(0);
}

section#special .__info-item p{
    margin-top: 15px;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0;
    max-width: 340px;
}

section#special .__left,
section#special .__right{
    flex: 1;
}

section#special .__left>div:not(:first-child),
section#special .__right>div:not(:first-child){
    margin-top: 130px;
}

section#special .__left>div:nth-child(2){
    margin-left: -80px;
    width: 100%;
}

section#special .__right>div:nth-child(2){
    margin-right: -80px;
    margin-top: 90px;
}

section#special .__right>div:nth-child(3){
    margin-top: 100px;
}

section#special .__center{
    display: flex;
    align-items: center;
    justify-content: center;
}

section#special .__center .__inner{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.5);
}

section#special .__center .__inner.is-inview{
    transform: scale(1);
    transition: 1s ease;
}

section#special .__center .__inner:before{
    content: '';
    padding-top: 100%;
    padding-left: 100%;
    background: #DEEEFF;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
}

#digits{
    padding-top: 120px;
}

#digits>.container>.row{
    height: 82vh;
    min-height: 600px;
    max-height: 800px;
}

#digits .__left,
#digits .__right{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#digits .__item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--br30);
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
    height: 100%;
    transition: transform 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transform: rotateX(90deg);
    transform-origin: bottom;
}

#digits .__item.is-inview{
    transform: rotateX(0);
}

#digits .__item span{
    display: block;
    color: #1F2021;
}

#digits .__left .__item{
    background: #F2FCEA;
    transition-duration: 1.2s;
}

#digits .__left .__item span:nth-child(1){
    font-weight: 700;
    font-size: 205px;
}

#digits .__left .__item span:nth-child(2){
    font-weight: 700;
    font-size: 40px;
    width: 85%;
}

#digits .__right>.__item:first-child{
    background: #F2F7FD;
    height: 50%;
}

#digits .__right .__item span:nth-child(1){
    font-weight: 700;
    font-size: 100px;
}

#digits .__right .__item span:nth-child(2){
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #1F2021;
    max-width: 240px;
}

#digits .__right .row{
    flex-wrap: nowrap;
    flex: 1;
    padding-top: 20px;
}

#digits .__right .row>div{
    width: 50%;
}

#digits .__right .row>div:nth-child(1) .__item{
    background: #F0EAFC;
}

#digits .__right .row>div:nth-child(2) .__item{
    background: #FCEAEA;
}

#digits .row{
    margin-left: -10px;
    margin-right: -10px;
}

#digits .row>div{
    padding-left: 10px;
    padding-right: 10px;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 42s linear infinite;
}

#cooperation{
    margin-top: 150px;
}

#cooperation .__left{
    width: 65%;
}

#cooperation .__left h2{
    margin-bottom: 30px;
}

#cooperation .__left form h3{
    font-weight: 800;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#cooperation .__left form .row{
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
}

#cooperation .__left form .row>div{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

form input{
    width: 100%;
    background: #FFFFFF;
    border-radius: var(--br30);
    height: 50px;
    text-align: center;
    border: 1px solid #8DB3DF;
}

#cooperation .__left .__top{
    background: #EDFAFF;
    border-radius: var(--br30) var(--br30) var(--br30) 0;
    padding: 38px 90px 50px 30px;
}

#cooperation .__left .__bottom{
    position: relative;
    display: flex;
}

#cooperation .__left .__bottom h2{
    margin-top: 0;
}

#cooperation .__left .__bottom>div:first-child{
    border-bottom-left-radius: var(--br30);
    border-bottom-right-radius: var(--br30);
    background: #EDFAFF;
    padding-left: 30px;
    padding-bottom: 38px;
    padding-right: 20%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#cooperation .__left .__bottom>div:first-child:after{
    content: '';
    display: block;
    width: var(--br30);
    height: var(--br30);
    border-top-left-radius: var(--br30);
    box-shadow: calc(var(--br30) * -.25) calc(var(--br30) * -.25) 0 calc(var(--br30) * .25) #EDFAFF;
    position: absolute;
    left: 100%;
    top: 0;
    pointer-events: none;
}

#cooperation .__left .__bottom>div:first-child p{
    margin-top: 0;
    margin-bottom: 0;
}

#cooperation .__left .__bottom>div:last-child{
    padding: 40px;
    background-color: #ffffff;
    right: 0;
    bottom: 0;
}

#cooperation .__right{
    flex: 1;
    padding-left: 7.5%;
}

#cooperation .__right h2{
    font-size: 50px;
    margin-bottom: 60px;
}

#cooperation .__right .__items>div h3{
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
}

#cooperation .__right .__items>div{
    margin-bottom: 30px;
}

#cooperation .__right .__items .__icons{
    margin-top: 20px;
}

.overlay-forms{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.34);
    z-index: 5;
    justify-content: center;
    padding-top: 200px;
    display: none;
}

.overlay-forms form{
    background: rgb(232 248 254);
    border-radius: var(--br30);
    padding: 40px 44px 44px;
    text-align: center;
    height: fit-content;
    max-width: 465px;
    display: none;
}

.overlay-forms form h2{
    font-size: 40px;
    margin-top: 0;
}

.overlay-forms form p{
    margin-top: 20px;
    font-size: 16px;
}

.overlay-forms .__inputs{
    margin-top: 50px;
}

.overlay-forms .__inputs input,
.overlay-forms .__inputs .iti{
    margin-bottom: 20px;
    display: block;
}

form input::placeholder{
    color: #B5B5B5;
}

.overlay-forms form .btn[type="submit"]{
    margin-top: 50px;
}

.overlay-forms form#form_presentation .btn[type="submit"]{
    margin-top: 20px;
}

.mobile-visible__block{
    display: none !important;
}

.lang-select ul{
    display: flex;
}

.lang-select ul li a{
    font-weight: 500;
    color: #B5B5B5;
}

.lang-select ul li:not(:first-child){
    margin-left: 10px;
}

.lang-select ul li{
    position: relative;
}

.lang-select ul li.active:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background: #8DB3DF;
    border-radius: 3px;
}

.my-intro{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    z-index: 150;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform 1s cubic-bezier(0.83, 0, 0.17, 1);
}

.my-intro.close{
    transform: translateY(-100%);
}

.my-intro img{
    -webkit-animation: pulsing 3s infinite;
    animation: pulsing 3s infinite;
}

.socials-outer{
    display: flex;
    margin-right: 62px;
}

.iti{
    width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code{
    font-size: 14px;
}

.iti__selected-flag{
    border-radius: var(--br30);
    overflow: hidden;
}

.iti input{
    text-align: left;
}

.iti__flag {background-image: url("../img/flags/flags.png");}

.pre-loader{
    margin-top: 10px;
    width: 30px;
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../img/flags/flags@2x.png");}
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }
    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }
    100% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

@media screen and (min-width: 1600px){
    .container{
        max-width: 1500px;
    }
}

@media screen and (max-width: 1600px){
    .ellipse-center{
        width: 500px;
    }

    .pants-center{
        width: 360px;
    }

    section#special .__info-item p{
        font-size: 18px;
    }

    .fixed-info .__circle{
        width: 32vw;
    }
}

@media screen and (max-width: 1366px){
    .container{
        max-width: 1250px;
    }

    .fixed-info{
        padding-top: 30px;
    }

    .fixed-info .__item .__left{
        left: 70px;
    }

    .top-layer h2{
        margin-left: 70px;
    }

    .fixed-info .__item .__right {
        right: 55px;
    }

    .fixed-pagination{
        bottom: 30px;
    }
}

@media screen and (max-width: 991px){
    :root {
        --br30: 15px;
    }

    .mobile-visible__block{
        display: block !important;
    }

    .btn{
        --br30: 30px;
    }

    header nav,
    header .__right>span,
    header .__right .__icons{
        display: none;
    }

    .logo{
        width: 91px;
    }

    footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer>.container>.row{
        flex-direction: column;
    }

    footer>.container>.row>div.__contact{
        max-width: 100%;
    }

    footer .logo{
        margin-bottom: 40px;
    }

    footer p{
        max-width: 200px;
    }

    footer>.container>.row>div h3{
        margin-top: 25px;
    }

    footer>.container>.row>div h3.__soc-h,
    footer>.container>.row>div.__contact h3{
        margin-bottom: 10px;
    }

    footer .row.__bottom{
        margin-top: 26px;
        text-align: center;
    }

    .overlay-forms{
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .overlay-forms form{
        padding: 35px 20px 35px;
    }

    section#top{
        margin-top: 52px;
    }

    section#top .row{
        flex-direction: column-reverse;
    }

    section#top .row .__right img{
        width: 100%;
    }

    h1{
        margin-bottom: 20px;
    }

    h1, h2{
        font-size: 30px;
    }

    p{
        font-size: 14px;
    }

    section#top .__left p{
        font-size: 16px;
    }

    .btn{
        width: 100%;
    }

    section#top .btn{
        max-width: 100%;
    }

    .__buttons{
        flex-direction: column;
    }

    .__buttons .btn:not(:first-child){
        margin-left: 0;
        margin-top: 10px;
    }

    section#catalog{
        padding-top: 60px;
    }

    section#catalog>.container>.row{
        flex-direction: column-reverse;
    }

    .tabs.__select{
        justify-content: center;
    }

    .tabs.__info-item h2,
    .tabs.__info-item p{
        text-align: center;
    }

    .__product-items.row{
        margin-left: -5px;
        margin-right: -5px;
    }

    .__product-items>div{
        padding: 5px;
    }

    section#catalog .__right .btn{
        margin-top: 5px;
    }

    .__product-items>div>div{
        height: 168px;
        padding: 10px;
    }

    .__product-items>div>div .__bottom span{
        font-size: 14px;
    }

    .__product-items>div>div .__top img{
        display: none;
    }

    section#catalog .__left{
        display: none;
    }

    .tabs.__info-item p{
        width: 100%;
    }

    section#catalog img.catalog-selected.mobile-visible__block{
        max-width: 100%;
        max-height: 310px;
        margin: 10px auto 25px;
    }

    .fixed-info{
        overflow: initial !important;
    }

    .fixed-info .__right{
        display: none;
    }

    .fixed-info .__circle.mobile-visible__block{
        width: 53vw;
        height: 32vh;
        margin: 25% auto 30px;
    }

    .top-layer {
        width: 83%;
        height: 14%;
    }

    .top-layer h2{
        margin-left: 0;
        font-size: 30px;
    }

    .fixed-info .__item .__left{
        left: 20px;
        right: 20px;
        width: initial;
        max-width: initial;
        margin-top: 95px;
    }

    .fixed-info .__item .__left h2{
        margin-bottom: 20px;
        font-size: 28px;
    }

    .fixed-info .__item .__left p{
        font-size: 14px;
    }

    .fixed-pagination{
        left: 20px;
        bottom: 20px;
    }

    .container{
        max-width: 100%;
    }

    section#catalog .__right{
        max-width: 100%;
    }

    section#special .__left, section#special .__right{
        display: none;
    }

    .ellipse-center{
        width: 77%;
    }

    .pants-center {
        width: 215px;
    }

    section#special .row{
        flex-direction: column;
    }

    .swiper-container{
        width: 100%;
    }

    #swiper-special{
        margin-top: 55px;
        padding-bottom: 20px;
    }

    #swiper-special .swiper-slide img{
        width: 90px;
    }

    #swiper-special .swiper-slide p{
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }

    #swiper-special.swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 0;
    }

    .swiper-pagination-bullet{
        background: #F2F7FD !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullet-active{
        background: #8DB3DF !important;
    }

    #digits .__left, #digits .__right{
        width: 100%;
    }

    #digits .__left{
        padding-bottom: 10px;
    }

    #digits .__right .row{
        padding-top: 10px;
    }

    #digits>.container>.row{
        flex-direction: column;
        flex-wrap: initial;
    }

    #digits .__left .__item span:nth-child(1){
        font-size: 105px;
        line-height: 130%;
    }

    #digits .__left .__item span:nth-child(2){
        font-size: 24px;
        line-height: 29px;
    }

    #digits>.container>.row{
        height: 87vh;
    }

    #digits .row{
        margin-left: -5px;
        margin-right: -5px;
    }

    #digits .row>div{
        padding-left: 5px;
        padding-right: 5px;
    }

    #digits .__right .__item span:nth-child(1){
        font-size: 50px;
        line-height: 156%;
    }

    #digits .__right .__item span:nth-child(2){
        font-size: 14px;
    }

    #digits .__item{
        padding-left: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        height: 100%;
    }

    #cooperation{
        --br30: 30px;
    }

    #cooperation .__right{
        display: none;
    }

    #cooperation .__left{
        width: 100%;
    }

    #cooperation .__left .__top,
    #cooperation .__left .__bottom>div:first-child{
        padding: 20px;
    }

    #cooperation .__left .__top{
        padding-bottom: 90px;
    }

    #cooperation .__left form h3{
        margin-top: 50px;
    }

    #cooperation .__left form .row{
        --br30: 30px;
    }

    #cooperation .__left form .row>div{
        width: 100%;
    }

    #cooperation .__left h2 {
        margin-bottom: 20px;
    }

    #cooperation .__left .__bottom>div:last-child{
        display: flex;
        align-items: center;
    }

    #cooperation .__left .__bottom h2{
        position: absolute;
        top: -26px;
    }

    #digits{
        padding-top: 70px;
    }

    section#special{
        margin-top: 80px;
    }

    section.fixed-info{
        margin-top: 50px;
    }

    #cooperation{
        margin-top: 120px;
    }

    footer{
        margin-top: 80px;
    }

    header .socials-outer{
        display: none;
    }

    .overlay-forms .__inputs{
        --br30: 30px;
    }
}

@media screen and (max-width: 767px){
    .fixed-info .__circle.mobile-visible__block{
        margin: 15% auto 30px;
    }
}
