@font-face {
    font-family: 'Mont';
    src: local('Mont Semi Bold'), local('Mont-Semi-Bold'),
    url('../fonts/Mont-SemiBold.woff2') format('woff2'),
    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: 'Mont';
    src: local('Mont Regular'), local('Mont-Regular'),
    url('../fonts/Mont-Regular.woff2') format('woff2'),
    url('../fonts/Mont-Regular.woff') format('woff'),
    url('../fonts/Mont-Regular.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Mont';
    src: local('Mont Bold'), local('Mont-Bold'),
    url('../fonts/Mont-Bold.woff2') format('woff2'),
    url('../fonts/Mont-Bold.woff') format('woff'),
    url('../fonts/Mont-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
    url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
    url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype'),
    url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype'),
    url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*, ::before, ::after{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html{
    overflow-x: hidden;
}
body{
    font-family: 'Mont', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.45px;
    text-align: left;
    color: #333333;
    overflow-x: hidden;
}
h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46.88px;
    text-align: left;
    color: #333333;
}
a{
    font-family: 'Mont', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.45px;
    text-align: left;
    color: #333333;
    display: block;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
img{
    display: block;
}
.wrapper{
    max-width: 1391px;
    padding: 0 15px;
    margin: 0 auto;
}
.box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
header{
    padding: 37px 0 0 0;
    position: relative;
    z-index: 2;
}
header .wrapper{
    max-width: 1784px;
}
header .logo{
    margin: 0 0 0 -13px;
}
header .logo a{
    width: 356px;
}
header .logo a img{
    width: 100%;
}
header nav{
    width: 395px;
    margin: -1px 0 0 0;
}
header nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.sec-1{
    padding: 60px 0 0 0;
    position: relative;
}
.sec-1 .wrapper{
    max-width: 1784px;
}
.sec-1:after{
    content: '';
    background: url('../img/bg.jpg') 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 447px;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.sec-1 .box{
    position: relative;
    z-index: 1;
}
.sec-1 .box .left{
    width: 35%;
    position: relative;
    z-index: 1;
}
.sec-1 .box .left h1{
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sec-1 .box .left .sub-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42.19px;
    text-align: left;
    color: #979797;
    text-transform: uppercase;
    margin-bottom: 115px;
}
.sec-1 .box .left .soc{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.sec-1 .box .left .soc a{
    width: 239px;
}
.sec-1 .box .left .soc a img{
    width: 100%;
}
.sec-1 .box .right{
    width: 56%;
    display: flex;
    justify-content: flex-start;
}
.sec-1 .box .right img{
    object-fit: contain;
}
.sec-1 .box .right img:nth-child(1){
    margin: -355px 0 0 -170px;
    width: 620px;
}
.sec-1 .box .right img:nth-child(2){
    margin: -578px 0 0 -173px;
    width: 677px;
}
.sec-1 .box .right img:nth-child(3){
    margin: -373px 0 0 -344px;
    width: 425px;
}
.sec-2{
    padding: 131px 0 0 0;
}
.sec-2 .item{
    margin-bottom: 34px;
}
.sec-2 .item .box{

}
.sec-2 .item .box .left{
    width: 41%;
    padding: 80px 0 0 0;
}
.sec-2 .item .box .left .title{
    font-family: 'Mont', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 51.12px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 54px;
}
.sec-2 .item .box .left .text{
    font-family: 'Mont', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 34.51px;
    text-align: left;
}
.sec-2 .item .box .left .text p{
    margin-bottom: 12px;
}
.sec-2 .item .box .left .text p strong{
    font-family: 'Mont', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 30.67px;
    text-align: left;
    color: #333333;
}
.sec-2 .item .box .left .text ul{
    padding: 0 0 0 51px;
    margin: 0 0 36px 0;
}
.sec-2 .item .box .left .text ul li{
    font-family: 'Mont', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.67px;
    text-align: left;
    color: #333333;
    padding: 0 0 15px 6px;
}
.sec-2 .item .box .right{
    width: 40.5%;
    position: relative;
}
.sec-2 .item .box .right:after{
    content: '';
    background: linear-gradient(90deg, #50E9EC 0%, #33B7DF 100%);
    width: 550px;
    height: 550px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.sec-2 .item .box .right img{
    width: 62%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.sec-2 .item:last-child .left{
    order: 1;
    padding: 258px 0 0 0;
    width: 42%;
}
.sec-2 .item:last-child .left .title{
    text-transform: none;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 5px;
}
.sec-2 .item:last-child .left .text{
    margin-bottom: 37px;
}
.sec-2 .item:last-child .left .text + .title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 11px;
}
.sec-2 .item:last-child .right img{
    width: calc(100% + 30px);
    margin: 0 0 0 67px;
}
.sec-2 .item:last-child .right:after{
    bottom: 100px;
}
.sec-3{
    padding: 13px 0 0 0;
}
.sec-3 .wrapper{
    max-width: 1784px;
}
.sec-3 .box{
    width: calc(100% - 14px);
}
.sec-3 .box .left{
    width: 46%;
}
.sec-3 .box .left .title{
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #333333;
}
.sec-3 .box .left .img{
    width: 100%;
}
.sec-3 .box .left .img .img1{
    width: 344px;
    margin: 113px 0 246px 129px;
}
.sec-3 .box .left .img .img2{
    width: 224px;
    margin: 0 0 22px 29px
}
.sec-3 .box .left .img .img3{
    width: 623px;
    margin: -127px 0 0 127px;
}
.sec-3 .box .right{
    width: 53.4%;
    padding: 22px 0 0 0;
}
.sec-3 .box .right .accordion{
    width: 100%;
}
.sec-3 .box .right .accordion__item {
    margin-bottom: 20px;
}
.sec-3 .box .right .accordion__header {
    padding: 10px 122px 10px 61px;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -0.01em;
    text-align: left;
    cursor: pointer;
    background: #EFFAFF;
    position: relative;
    min-height: 132px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec-3 .box .right .accordion__header::after {
    flex-shrink: 0;
    width: 33px;
    height: 20px;
    background: url('../img/arrow.svg') 0 0 no-repeat;
    content: "";
    transition: all 0.5s;
    transform: rotate(180deg);
    position: absolute;
    right: 52px;
    top: 55px;
}
.sec-3 .box .right .accordion__item_show .accordion__header::after,
.sec-3 .box .right .accordion__item_slidedown .accordion__header::after {
    transform: rotate(0deg);
}
.sec-3 .box .right .accordion__content {
    padding: 16px 65px 0 60px;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 65px;
    text-align: left;
    color: #333333;
}
.sec-3 .box .right .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}
.sec-4{
    padding: 137px 0 0 0;
}
.sec-4 .wrapper{
    max-width: 1631px;
}
.sec-4 .title{
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}
.sec-4 .box{

}
.sec-4 .box .item{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #333333;
    border: 1px solid #f6f6f6;
    background: #fcfcfc;
    border-radius: 12px;
    padding: 20px;
    margin: 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
}
.sec-4 .box .item span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 4px 0 0 auto;
    width: fit-content;
}
/*.sec-4 .box .item:before{
    content: '';
    width: 34px;
    height: 27px;
    position: absolute;
    top: 16px;
    left: 23px;
}
.sec-4 .box .item.yellow:before{
    background: url("../img/yellow.svg") 0 0 no-repeat;
}
.sec-4 .box .item.blue:before{
    background: url("../img/blue.svg") 0 0 no-repeat;
}
.sec-4 .box .item.red:before{
    background: url("../img/red.svg") 0 0 no-repeat;
}
.sec-4 .box .item.green:before{
    background: url("../img/green.svg") 0 0 no-repeat;
}
.sec-4 .box .item:nth-child(4){
    width: 65.9%;
    padding: 49px 30px 1px 57px;
}
.sec-4 .box .item:nth-child(4) span{
    margin: -6px 0 10px auto;
}*/
.slick-track{
    display: flex;
}
.slick-arrow{
    position: absolute;
    background: url('../img/arrow2.png') 0 0 no-repeat;
    background-size: cover;
    border: none;
    font-size: 0;
    width: 30px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
}
.slick-arrow.slick-prev{
    left: -40px;
}
.slick-arrow.slick-next{
    right: -40px;
    transform: rotate(180deg);
}
.sec-4 .info{
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: center;
    color: #0096df;
    margin-top: 50px;
}
footer{
    padding: 159px 0 30px 0;
    background: url("../img/bg1.png") 0 0 no-repeat;
}
footer .soc-app{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 37.7%;
    margin: 0 auto;
}
footer .soc-app a{
    width: 239px;
}
footer .soc-app a img{
    width: 100%;
}
footer .soc{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: fit-content;
    margin: 144px 0 0 auto;
    gap: 20px;
}
footer .soc a{
    width: 50px;
}
footer .soc a img{
    width: 100%;
}
.mobile{
    display: none;
}
@media (max-width: 1814px) {
    .sec-3 .wrapper,
    .sec-1 .wrapper,
    header .wrapper{
        max-width: 1631px;
    }
    .slick-arrow.slick-prev {
        left: -20px;
    }
    .slick-arrow.slick-next {
        right: -20px;
    }
}
@media (max-width: 1661px) {
    .wrapper {
        max-width: 1200px;
    }
    .sec-3 .wrapper,
    .sec-4 .wrapper,
    .sec-1 .wrapper,
    header .wrapper{
        max-width: 1391px;
    }
    .sec-1 .box .left {
        width: 38%;
    }
    .sec-1 .box .right img:nth-child(2) {
        margin: -560px -100px 0 -280px;
        position: relative;
    }
    .sec-2 .item .box .left {
        width: 42%;
    }
    .sec-2 .item .box .right:after{
        width: 475px;
        height: 475px;
    }
    .sec-2 .item:last-child .right img {
        margin: 0 0 0 55px;
    }
    .sec-3 .box .right .accordion__header{
        font-size: 28px;
    }
    .sec-3 .box .right .accordion__content{
        font-size: 28px;
        line-height: 48px;
    }
    .sec-3 .box .left .img .img3{
        margin: -127px 0 0 70px;
    }
    footer .soc-app{
        width: 45%;
    }
    .slick-arrow.slick-prev {
        left: -30px;
    }
    .slick-arrow.slick-next{
        right: -30px;
    }
}
@media (max-width: 1440px) {
    .wrapper{
        max-width: 975px;
    }
    .sec-3 .wrapper,
    .sec-4 .wrapper,
    .sec-1 .wrapper,
    header .wrapper{
        max-width: 1140px;
    }
    header {
        padding: 37px 0 70px 0;
    }
    header .logo a {
        width: 230px;
    }
    .sec-1 .box .left {
        width: 43%;
    }
    .sec-1 .box .left .soc a {
        width: 210px;
    }
    .sec-1 .box .left .sub-title{
        margin-bottom: 90px;
    }
    .sec-1 .box .right img:nth-child(2) {
        margin: -530px -155px 0 -365px;
    }
    .sec-2 .item .box .left {
        width: 45%;
        padding: 0;
    }
    .sec-2 .item:last-child .left{
        padding: 140px 0 0 0;
    }
    .sec-2 .item .box .right:after{
        width: 380px;
        height: 380px;
    }
    .sec-2 .item .box .right{
        height: 100%;
    }
    .sec-2 .item .box .left {
        width: 53%;
    }
    .sec-2 .item:last-child .right img {
        margin: 0 0 0 45px;
    }
    .sec-3 .box .left .title{
        font-size: 48px;
        line-height: 60px;
    }
    .sec-3 .box .left .img .img1 {
        margin: 60px 0 125px 100px;
        width: 210px;
    }
    .sec-3 .box .left .img .img2 {
        width: 140px;
    }
    .sec-3 .box .left .img .img3 {
        margin: -90px 0 0 100px;
        width: 420px;
    }
    .sec-3 .box .right{
        padding: 0;
    }
    .sec-3 .box .right .accordion__header {
        font-size: 21px;
        line-height: 35px;
        min-height: 85px;
    }
    .sec-3 .box .right .accordion__content {
        font-size: 21px;
        line-height: 35px;
    }
    .sec-3 .box .right .accordion__header::after{
        right: 28px;
        top: 37px;
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    footer .soc-app{
        width: 55%;
    }
}
@media (max-width: 1199px) {
    .wrapper,
    .sec-3 .wrapper,
    .sec-4 .wrapper,
    .sec-1 .wrapper,
    header .wrapper{
        max-width: 960px;
    }
    .sec-1 {
        padding: 0;
    }
    .sec-1 .box .right img:nth-child(2) {
        margin: -475px -258px 0 -400px;
    }
    .sec-1 .box .right img:nth-child(1) {
        margin: -280px 0 0 -170px;
    }
    .sec-1 .box .right img:nth-child(3) {
        margin: -280px 0 0 -305px;
    }
    .sec-1 .box .left .sub-title {
        margin-bottom: 45px;
    }
    .sec-1 .box .left .soc a {
        width: 190px;
    }
    .sec-1 .box .left .soc{
        gap: 10px;
    }
    .sec-2 {
        padding: 50px 0 0 0;
    }
    .sec-2 .item .box .left {
        width: 55%;
    }
    .sec-2 .item .box .right {
        height: 100%;
    }
    .sec-2 .item .box .right:after {
        width: 375px;
        height: 375px;
    }
    .sec-2 .item:last-child .right img {
        margin: 0 0 0 40px;
    }
    .sec-2 .item:last-child .left {
        padding: 135px 0 0 0;
    }
    .sec-3 .box .left{
        width: 100%;
    }
    .sec-3 .box .left .title {
        text-align: center;
        margin-bottom: 40px;
    }
    .sec-3 .box .left .img .img1{
        display: none;
    }
    .sec-3 .box .left .img {
        width: fit-content;
        margin: 0 auto;
    }
    .sec-3 .box .right {
        padding: 0;
        margin-top: -140px;
        width: 100%;
    }
    .sec-4 .info{
        font-size: 40px;
    }
    footer .soc-app {
        width: 55%;
    }
    .slick-arrow.slick-prev {
        left: -20px;
    }
    .slick-arrow.slick-next {
        right: -20px;
    }
}
@media (max-width: 991px) {
    .wrapper,
    .sec-3 .wrapper,
    .sec-4 .wrapper,
    .sec-1 .wrapper,
    header .wrapper{
        max-width: 720px;
    }
    .sec-1 .box .right img:nth-child(1),
    .sec-1 .box .right img:nth-child(3){
        display: none;
    }
    .sec-1 .box .right img:nth-child(2) {
        margin: -360px 0 0 -35px;
    }
    .sec-1 .box .right {
        width: 50%;
    }
    .sec-1 .box .left {
        width: 48%;
        order: 1;
    }
    h1{
        font-size: 35px;
    }
    .sec-1 .box .left .sub-title{
        font-size: 25px;
    }
    .sec-1 .box .left .soc a {
        width: 239px;
    }
    .sec-2 .item .box .left {
        width: 100%;
        order: 0;
    }
    .sec-2 .item .box .right{
        width: 100%;
    }
    .sec-2 .item:last-child{
        margin-bottom: 0;
    }
    .sec-2 .item .box .right:after{
        display: none;
    }
    .sec-2 .item:last-child .right img {
        margin: 0 0 0 95px;
        width: 100%;
    }
    .sec-2 .item:last-child .left {
        padding: 0;
    }
    .sec-3 {
        padding: 0;
        margin-top: -130px;
    }
    .slick-dots{
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 20px auto 0 auto;
    }
    .slick-dots li{

    }
    .slick-dots li button{
        font-size: 0;
        background: #dddddd;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
        border: none;
    }
    .slick-dots li.slick-active button{
        background: #52ABEF;
    }
    .sec-4 .info {
        font-size: 28px;
        margin-top: 30px;
    }
    footer .soc-app {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .wrapper,
    .sec-3 .wrapper,
    .sec-4 .wrapper,
    .sec-1 .wrapper,
    header .wrapper{
        max-width: 540px;
    }
    header .logo {
        margin: 30px 0 0 0;
        order: 1;
    }
    header nav {
        width: 100%;
        margin: 0;
    }
    header nav ul{
        justify-content: flex-end;
        gap: 20px;
    }
    header nav ul li a{
        text-transform: uppercase;
    }
    header nav ul li:first-child{
        order: 1;
        margin: -3px 0 0 0;
    }
    header nav ul li:last-child{
        display: none;
    }
    .sec-1 .box .right img:nth-child(2) {
        margin: -280px 0 0 -43px;
        width: 530px;
    }
    h1 {
        font-size: 27px;
    }
    .sec-1 .box .left .sub-title {
        font-size: 24px;
    }
    .sec-2 .item .box .right:after{
        display: none;
    }
    .sec-2 .item {
        margin-bottom: 100px;
    }
    .sec-2 .item:last-child .right img {
        margin: 0 0 0 70px;
    }
    .sec-3 .box .left .img {
        width: 100%;
    }
    .sec-3 .box .left .img .img2 {
        margin: 0 0 22px auto;
    }
    .sec-3 .box .left .img .img3 {
        margin: -127px 0 0 45px;
    }
    .sec-3 .box .right .accordion__header {
        padding: 10px 50px 10px 20px;
        font-size: 23px;
        line-height: 35px;
    }
    .sec-3 .box .right .accordion__header::after{
        right: 10px;
    }
    .sec-3 .box .right .accordion__content {
        font-size: 20px;
        line-height: 40px;
        padding: 16px 20px 0 20px;
    }
    .sec-4 .title{
        font-size: 40px;
    }
    .sec-4 .info {
        font-size: 20px;
    }
    footer .soc-app {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .wrapper,
    .sec-3 .wrapper,
    .sec-4 .wrapper,
    .sec-1 .wrapper,
    header .wrapper{
        max-width: 100%;
    }
    header {
        padding: 10px 0 30px 0;
    }
    header nav ul img{
        width: 24px;
    }
    header nav ul a{
        text-transform: uppercase;
        font-size: 15px;
    }
    header nav {
        padding: 2px 2px 0 8px;
    }
    header nav ul li a {
        line-height: 15px;
    }
    header .logo {
        margin: 26px 0 0 25px;
    }
    header .logo a {
        width: 149px;
    }
    .sec-1 .box .right img:nth-child(2) {
        margin: -195px 0 6px -14px;
        width: 370px;
    }
    .sec-1 .box .left {
        width: 41.5%;
        padding: 85px 0 0 0;
    }
    h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-1 .box .left h1{
        margin-bottom: 11px;
    }
    .sec-1 .box .left h1:after{
        content: '';
        background: url("../img/star.svg") 0 0 no-repeat;
        width: 137px;
        height: 22px;
        display: block;
        margin: 7px 0 0 0;
    }
    .sec-1 .box .left .sub-title{
        font-size: 0;
        line-height: 0;
        margin-bottom: 19px;
        width: 135px;
    }
    .sec-1 .box .left .sub-title:before{
        content: 'По отзывам заказчиков и дизайнеров интерьера.';
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 11px;
        font-weight: 700;
        line-height: 15px;
        text-align: left;
        color: #8B8D8F;
        text-transform: uppercase;
    }
    .sec-1 .box .left .soc a {
        width: 120px;
    }
    .sec-1:after {
        background: url('../img/bg2.png') 0 0 no-repeat;
        height: 189px;
        bottom: 0;
        background-size: cover;
    }
    .sec-2 .item .box .left .title{
        display: none;
    }
    .sec-2 {
        padding: 35px 0 0 0;
    }
    .sec-2 .item .box .left .text .mobile + p{
        display: none;
    }
    .sec-2 .item .box .left .text .mobile{
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 21px;
        line-height: 30px;
    }
    .sec-2 .item .box .left .text .mobile strong{
        font-size: 22px;
    }
    .sec-2 .item .box .left .text ul li{
        background: url('../img/arrow1.svg') 0 5px no-repeat;
        padding: 0 0 35px 68px;
        font-size: 19px;
        line-height: 28px;
    }
    .sec-2 .item .box .left .text ul {
        padding: 34px 27px 0 35px;
        margin: 0 0 18px 0;
        list-style: none;
    }
    .sec-2 .item .box .right{
        display: none;
    }
    .sec-2 .item .box .left .text img.mobile{
        width: 94%;
        margin: -76px auto -56px auto;
    }
    .sec-2 .item .box .left .text img.mobile + .mobile{
        display: block;
        margin: 26px auto 0 auto;
        width: 82%;
        font-size: 19px;
    }
    .sec-2 .item .box .left .text img.mobile + .mobile strong{
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 27px;
    }
    .sec-2 .item .box .left .text img.mobile + .mobile + p + ul{
        display: none;
    }
    .sec-2 .item:last-child .left .title{
        display: block;
        text-transform: uppercase;
        font-size: 23px;
        padding: 60px 0 0 15px;
        position: relative;
        margin: 0 0 0 0;
    }
    .sec-2 .item:last-child .left .title:before{
        content: '';
        background: url('../img/arrow1.svg') 0 0 no-repeat;
        background-size: 76px;
        width: 76px;
        height: 68px;
        display: block;
        position: absolute;
        top: -28px;
        left: -15px;
    }
    .sec-2 .item:last-child .left .text {
        margin-bottom: 60px;
        font-size: 18px;
        line-height: 28px;
        padding: 0 0 0 14px;
    }
    .sec-2 .item:last-child .left .text + .title {
        font-size: 23px;
        line-height: 40px;
        margin-bottom: 0;
        padding: 60px 0 0 5px;
    }
    .sec-2 .item:last-child .left .text + .title:before{
        opacity: 0.5;
    }
    .sec-2 .item:last-child .left .text + .title + .text{
        padding: 0 0 0 5px;
        margin: 0;
    }
    .sec-3 .box .left .mobile{
        display: block;
        background: #B5D8FE;
        color: #fff;
        text-transform: uppercase;
        margin: 0 -42px 58px auto;
        width: 340px;
        padding: 11px 10px 7px 19px;
        font-size: 15px;
        line-height: 23px;
    }
    .sec-3 .box .left .title{
        display: none;
    }
    .sec-3 {
        padding: 40px 0 0 0;
        margin: 0;
    }
    .sec-3 .wrapper{
        padding: 0;
    }
    .sec-3 .box .left .img .img2 {
        margin: 0 28px 0 auto;
        width: 109px;
    }
    .sec-3 .box .left .img .img3 {
        margin: -100px 0 0 0;
        width: 375px;
    }
    .sec-3 .box .left .img {
        width: 100%;
    }
    .sec-3 .box .right {
        padding: 26px 0 0 0;
    }
    .sec-3 .box .right .accordion__header {
        padding: 8px 25px 9px 23px;
        font-size: 16px;
        line-height: 20px;
        min-height: auto;
    }
    .sec-3 .box {
        width: 100%;
    }
    .sec-3 .box .right .accordion__header::after {
        right: 2px;
        background-size: 13px;
        top: 15px;
    }
    .sec-3 .box .right .accordion__content {
        font-size: 15px;
        line-height: 28px;
        padding: 4px 20px 25px 20px;
    }
    .sec-3 .box .right .accordion__content br{
        display: none;
    }
    .sec-4 {
        padding: 6px 0 0 0;
    }
    .sec-4 .mobile{
        display: block;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: -0.01em;
        text-align: center;
        color: #333333;
        margin-bottom: 13px;
        text-transform: uppercase;
    }
    .sec-4 .mobile strong{
        display: block;
    }
    .sec-4 .title{
        display: none;
    }
    .sec-4 .box .item{
        width: 300px;
        margin: 0 15px;
    }
    .sec-4 .box .item:before{
        top: 5px;
        left: 14px;
        background-size: 16px !important;
    }
    .sec-4 .box .item br{
        display: none;
    }
    .sec-4 .box .item span{
        font-size: 25px;
    }
    .slick-dots{
        margin: 17px auto 0 auto;
    }
    .sec-4 .info {
        font-size: 13px;
        margin: 43px auto 0 auto;
        border: none;
        background: #B5D8FE;
        width: 93%;
        line-height: normal;
        padding: 7px 0;
        border-radius: 7px;
    }
    footer {
        padding: 30px 0;
        background: none;
    }
    footer .soc-app {
        width: 120px;
        margin: 0 0 0 6px;
    }
    footer .soc-app a {
        width: 100%;
        margin-bottom: 4px;
    }
    footer .wrapper{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    footer .soc a img{
        width: 100%;
    }
    footer .soc a {
        width: 28px;
    }
    footer .soc{
        margin: 37px 9px 0 auto;
        gap: 9px;
    }
    .slick-arrow.slick-prev {
        left: -15px;
    }
    .slick-arrow.slick-next {
        right: -15px;
    }
}