html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;   
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    color: #545454;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    scroll-behavior: smooth;
    background: #fff;
}
.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
main.main{
    overflow: hidden;
}
.container{
    max-width: 1200px;
    padding: 0 16px;
    margin: 0 auto;
}
.title{
    color: #1F1F1F;
    font-family: "Playfair Display", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.btn,
.btn-second{
    padding: 16px 34px;
    color: #FF967C;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 16px;
    border: 1px solid #FF967C;
    box-shadow: 2px 3px 32px 0px rgba(237, 225, 222, 0.22);
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}
.btn-second{
    background: #FF967C;
    color: #151613;
}
.btn-second:hover{
    background-color: transparent;
    color: #FF967C;
}
.btn:hover,
.btn-second:active,
.btn:active{
    background-color: #FF967C;
    color: #151613;
}
@media (max-width: 1599px) {
    .container {
      max-width: 1200px;
    }
}
@media (max-width: 1199px) {
    .container {
      max-width: 768px;
    }
}
@media (max-width: 767px) {
    .container {
      max-width: 390px;
    }
    html,body{
        font-size: 16px;
        line-height: 24px; 
    }
    .btn, .btn-second{
        padding: 17px 42px;
        font-size: 18px;
    }
    .title{
        font-size: 32px;
    }
}
/* Start Section "header" */
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #151613;
    padding: 18px 0 19px;
    z-index: 10;
}
.header__name{
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 767px) {
    .header{
        padding: 11px 0;
    }
    .header__name{
        font-size: 12px;
    }
}
/* End Section "header" */

/* Start Section "hero" */
.hero{
    margin-top: 56px;
    height: 720px;
    background-color: #F8FCFF;
    position: relative;
    z-index: 1;
    padding-top: 120px;
}
.hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18%;
    background: linear-gradient(180deg, #F8FCFF 0%, #EAF6FF 100%);
    z-index: -1;
}
.hero::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18%;
    background: #EEF8FF;
    z-index: -1;
}
.hero .container{
    max-width: 1400px;
}
.hero__inner{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 71px;
}
.hero__content{
    max-width: 600px;
    position: relative;
    z-index: 1;
}
.hero__content::before{
    content: '';
    position: absolute;
    width: 90.714px;
    height: 90.714px;
    transform: rotate(-43.472deg);
    border-radius: 10px;
    background: linear-gradient(134deg, #F8FCFF 13.89%, #EAF6FF 93.8%);
    bottom: -47px;
    right: 100px;
    z-index: -1;
}
.hero__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
}
.hero__logo img{
    width: 200px;
}
.hero__title{
    color: #151613;
    font-family: "Playfair Display", sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-top: 40px;
    line-height: normal;
}
.hero__descr{
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
}
.hero__btn{
    margin-top: 40px;
}
.hero__block{
    display: flex;
    gap: 53px;
    position: relative;
    z-index: 1;
}
.hero__block::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 180.268px;
    height: 177.184px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='181' height='178' viewBox='0 0 181 178' fill='none'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='72.7157' cy='104.832' r='5.86569' transform='rotate(179.364 72.7157 104.832)' fill='%23D6EBFB'/%3E%3Ccircle cx='73.4454' cy='170.524' r='5.86569' transform='rotate(179.364 73.4454 170.524)' fill='%23D6EBFB'/%3E%3Ccircle cx='71.987' cy='39.1409' r='5.86569' transform='rotate(179.364 71.987 39.1409)' fill='%23D6EBFB'/%3E%3Ccircle cx='72.3513' cy='71.9865' r='5.86569' transform='rotate(179.364 72.3513 71.9865)' fill='%23D6EBFB'/%3E%3Ccircle cx='73.0806' cy='137.678' r='5.86569' transform='rotate(179.364 73.0806 137.678)' fill='%23D6EBFB'/%3E%3Ccircle cx='71.6222' cy='6.29471' r='5.86569' transform='rotate(179.364 71.6222 6.29471)' fill='%23D6EBFB'/%3E%3Ccircle cx='39.8701' cy='105.197' r='5.86569' transform='rotate(179.364 39.8701 105.197)' fill='%23D6EBFB'/%3E%3Ccircle cx='173.608' cy='105.197' r='5.86569' transform='rotate(179.364 173.608 105.197)' fill='%23D6EBFB'/%3E%3Ccircle cx='40.5999' cy='170.889' r='5.86569' transform='rotate(179.364 40.5999 170.889)' fill='%23D6EBFB'/%3E%3Ccircle cx='174.338' cy='170.889' r='5.86569' transform='rotate(179.364 174.338 170.889)' fill='%23D6EBFB'/%3E%3Ccircle cx='39.1409' cy='39.5052' r='5.86569' transform='rotate(179.364 39.1409 39.5052)' fill='%23D6EBFB'/%3E%3Ccircle cx='172.879' cy='39.5052' r='5.86569' transform='rotate(179.364 172.879 39.5052)' fill='%23D6EBFB'/%3E%3Ccircle cx='39.5058' cy='72.3514' r='5.86569' transform='rotate(179.364 39.5058 72.3514)' fill='%23D6EBFB'/%3E%3Ccircle cx='173.243' cy='72.3514' r='5.86569' transform='rotate(179.364 173.243 72.3514)' fill='%23D6EBFB'/%3E%3Ccircle cx='40.235' cy='138.042' r='5.86569' transform='rotate(179.364 40.235 138.042)' fill='%23D6EBFB'/%3E%3Ccircle cx='173.973' cy='138.042' r='5.86569' transform='rotate(179.364 173.973 138.042)' fill='%23D6EBFB'/%3E%3Ccircle cx='38.776' cy='6.6596' r='5.86569' transform='rotate(179.364 38.776 6.6596)' fill='%23D6EBFB'/%3E%3Ccircle cx='172.514' cy='6.6596' r='5.86569' transform='rotate(179.364 172.514 6.6596)' fill='%23D6EBFB'/%3E%3Ccircle cx='105.562' cy='104.468' r='5.86569' transform='rotate(179.364 105.562 104.468)' fill='%23D6EBFB'/%3E%3Ccircle cx='106.291' cy='170.159' r='5.86569' transform='rotate(179.364 106.291 170.159)' fill='%23D6EBFB'/%3E%3Ccircle cx='104.833' cy='38.776' r='5.86569' transform='rotate(179.364 104.833 38.776)' fill='%23D6EBFB'/%3E%3Ccircle cx='105.197' cy='71.6221' r='5.86569' transform='rotate(179.364 105.197 71.6221)' fill='%23D6EBFB'/%3E%3Ccircle cx='105.927' cy='137.313' r='5.86569' transform='rotate(179.364 105.927 137.313)' fill='%23D6EBFB'/%3E%3Ccircle cx='104.468' cy='5.93046' r='5.86569' transform='rotate(179.364 104.468 5.93046)' fill='%23D6EBFB'/%3E%3Ccircle cx='7.02453' cy='105.562' r='5.86569' transform='rotate(179.364 7.02453 105.562)' fill='%23D6EBFB'/%3E%3Ccircle cx='140.762' cy='105.562' r='5.86569' transform='rotate(179.364 140.762 105.562)' fill='%23D6EBFB'/%3E%3Ccircle cx='7.75373' cy='171.253' r='5.86569' transform='rotate(179.364 7.75373 171.253)' fill='%23D6EBFB'/%3E%3Ccircle cx='141.491' cy='171.253' r='5.86569' transform='rotate(179.364 141.491 171.253)' fill='%23D6EBFB'/%3E%3Ccircle cx='6.29476' cy='39.87' r='5.86569' transform='rotate(179.364 6.29476 39.87)' fill='%23D6EBFB'/%3E%3Ccircle cx='140.032' cy='39.87' r='5.86569' transform='rotate(179.364 140.032 39.87)' fill='%23D6EBFB'/%3E%3Ccircle cx='6.65964' cy='72.7156' r='5.86569' transform='rotate(179.364 6.65964 72.7156)' fill='%23D6EBFB'/%3E%3Ccircle cx='140.397' cy='72.7156' r='5.86569' transform='rotate(179.364 140.397 72.7156)' fill='%23D6EBFB'/%3E%3Ccircle cx='7.38885' cy='138.407' r='5.86569' transform='rotate(179.364 7.38885 138.407)' fill='%23D6EBFB'/%3E%3Ccircle cx='141.127' cy='138.407' r='5.86569' transform='rotate(179.364 141.127 138.407)' fill='%23D6EBFB'/%3E%3Ccircle cx='5.93044' cy='7.02397' r='5.86569' transform='rotate(179.364 5.93044 7.02397)' fill='%23D6EBFB'/%3E%3Ccircle cx='139.668' cy='7.02397' r='5.86569' transform='rotate(179.364 139.668 7.02397)' fill='%23D6EBFB'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 100px;
    left: -61px;
}
.hero__image{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: max-content;
}
.hero__image::before{
    content: '';
    position: absolute;
    width: 100%;
    border-radius: 40px;
    z-index: -1;
}
.hero__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 36px;
}
.hero__image:nth-of-type(1)::before{
    top: -18px;
    left: -20px;
    bottom: 18px;
    border: 1px solid #89C1EA;
    background: #FFF;
}
.hero__image:nth-of-type(2)::before{
    top: -20px;
    right: -20px;
    bottom: 20px;
    border: 1px solid #FF967C;
}
.hero__image:nth-of-type(2){
    margin-top: 81px;
}
.hero__price{
    z-index: 1;
    position: absolute;
    left: 50%;
    top: -200px;
    transform: translateX(-50%);
}
.hero__title br{
    display: none;
}
@media (max-width: 1599px) {
    .hero .container{
        max-width: 1200px;
    }
    .hero__content{
        max-width: 550px;
    }
    .hero__title{
        font-size: 66px;
    }
    .hero__btn {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .hero{
        height: auto;
        padding: 50px 0;
    }
    .hero .container{
        max-width: 768px;
    }
    .hero__inner{
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .hero{
        padding: 30px 0 60px;
        margin-top: 36px;
    }
    .hero .container{
        max-width: 390px;
    }
    .hero__inner{
        gap: 48px;
    }
    .hero__title {
        font-size: 48px;
        text-align: center;
        margin: 20px auto 0;
    }
    .hero__title br{
        display: block;
    }
    .hero__logo{
        max-width: 150px;
        margin: 0 auto;
    }
    .hero__descr{
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        max-width: 259px;
        margin: 20px auto 0;
    }
    .hero__btn{
        margin: 30px auto 0;
        position: relative;
        z-index: 2;
    }
    .hero__block{
        gap: 22px;
    }
    .hero__price {
        max-width: 75px;
        top: -48px;
        height: 120px;
        overflow: hidden;
        display: flex;
        align-items: end;
    }
    .hero__price img{
        width: 100%;
    }
    .hero__image::before{
        border-radius: 20px;
    }
    .hero__image img{
        border-radius: 16px;
    }
    .hero__image:nth-of-type(1)::before {
        top: -8px;
        left: -8px;
        bottom: 8px;
    }
    .hero__image:nth-of-type(2)::before {
        top: -8px;
        right: -8px;
        bottom: 8px;
    }
    .hero__block::before,
    .hero__content::before{
        content: none;
    }
}
@media (max-width: 389px) {
    .hero .container{
        max-width: 390px;
    }
}
/* End Section "hero" */

/* Start Section "ways" */
.ways{
    margin-top: 120px;
}
.ways__inner{
    position: relative;
    border-radius: 30px;
    border: 1px solid #FBEBE7;
    background: #FFF;
    box-shadow: 2px 3px 32px 0px rgba(210, 224, 234, 0.24);
    padding: 100px 50px;
}
.ways__inner::after{
    content: '';
    position: absolute;
    right: 60px;
    top: 0px;
    background-image: url('../img/ways.svg');
    width: 145px;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
}
.ways__title{
    text-align: center;
}
.ways__descr{
    text-align: center;
    margin: 30px auto 0;
    max-width: 600px;
}
.ways__block{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 1;
}
.ways__block::after{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='917' height='106' viewBox='0 0 917 106' fill='none'%3E%3Cpath d='M1 47.4999C62.4636 5.64437 211.071 -27.2333 419.5 39.5C800.124 161.365 815 80.9794 916.5 39.4999' stroke='%23FF967C' stroke-width='2' stroke-dasharray='8 8'/%3E%3C/svg%3E");
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 920px;
    height: 110px;
    z-index: -1;
    max-width: 70%;
    background-size: 100%;
    overflow: hidden;
}
.ways__item{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 50px;
}
.ways__item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 100px;
    border: 1px solid #FFEEEA;
    background: #FFF5F2;
}
.ways__item-descr{
    color: #151613;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 1199px) {
    .ways {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .ways {
        margin-top: 60px;
    }
    .ways__inner{
        border-radius: 20px;
    }
    .ways__block{
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ways__inner{
        padding: 107px 30px 30px;
    }
    .ways__inner::after{
        width: 78px;
        height: 76px;
        background-size: 100%;
        right: 20px;
    }
    .ways__descr{
        margin-top: 12px;
    }
    .ways__block::after{
        content: none;
    }
    .ways__item{
        gap: 12px;
    }
    .ways__item-descr{
        font-size: 20px;
    }
    .ways__item-icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
        border-radius: 50%;
    }
}
/* End Section "ways" */

/* Start Section "possibilities" */
.possibilities{
    margin-top: 170px;
    position: relative;
}
.possibilities::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 900px;
    background-color: #FF967C;
    opacity: 0.12;
    bottom: -1060px;
}
.possibilities__inner{
    position: relative;
}
.possibilities__content{
    max-width: 595px;
    width: 100%;
    margin-left: auto;
}
.possibilities__descr{
    margin-top: 30px;
}
.possibilities__btn{
    margin-top: 60px;
}
.possibilities__block{
    position: absolute;
    display: flex;
    gap: 20px;
    left: -500px;
    top: 50px;
    pointer-events: none;
}
.possibilities__image{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: max-content;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.possibilities__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.possibilities__image:nth-of-type(2){
    margin-top: 165px;
}
.possibilities__image:nth-of-type(3){
    margin-top: 338px;
    margin-left: 80px;
    border-radius: 22px;
    z-index: 3;
    outline: 20px solid #fff;
}
.possibilities__span{
    position: absolute;
    border-radius: 30px;
    border: 20px solid #fff;
    width: 360px;
    height: 655px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60px;
    left: 661px;
    outline: 1px solid #151613;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 1599px) {
    .possibilities__block {
        gap: 20px;
        left: -197px;
        top: 204px;
    }
}
@media (max-width: 1199px) {
    .possibilities{
        margin-top: 100px;
    }
    .possibilities__block{
        width: 143%;
    }
    .possibilities__span {
        width: 250px;
        height: 475px;
        top: 90px;
        left: 571px;
    }
}
@media (max-width: 767px) {
    .possibilities{
        margin-top: 60px;
    }
    .possibilities__block {
        position: relative;
        gap: 5px;
        margin-top: 30px;
        left: initial;
        top: initial;
        width: 100%;
        margin-left: -16px;
    }
    .possibilities__image{
        border-radius: 16px;
    }
    .possibilities__image:nth-of-type(2) {
        margin-top: 45px;
    }
    .possibilities__image:nth-of-type(3) {
        margin-top: 90px;
        margin-left: 26px;
        border-radius: 16px;
        outline: 5px solid #fff;
    }
    .possibilities__span {
        top: 15px;
        left: initial;
        width: 96.273px;
        height: 175.164px;
        right: 83px;
        border-radius: 16px;
    }
    .possibilities__title{
        text-align: center;
    }
    .possibilities__descr {
        margin: 12px auto 0;
        text-align: center;
        max-width: 251px;
    }
    .possibilities__btn{
        margin: 30px auto 0;
    }
    .possibilities::after {
        height: 906px;
        bottom: -826px;
    }
}
/* End Section "possibilities" */

/* Start Section "covered" */
.covered{
    margin-top: 680px;
    position: relative;
    z-index: 2;
}
.covered__title{
    text-align: center;
}
.covered__desc{
    text-align: center;
    margin: 30px auto 0;
    max-width: 600px;
}
.covered__block{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.covered__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #FFE7E1;
    background: #FFF;
    padding: 40px;
}
.covered__item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 30px;
    background: #FFF6F3;
}
.covered__item-icon svg {
    width: 60px;
}
.covered__item-name{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #151613;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.covered__item-descr{
    text-align: center;
}
@media (max-width: 1599px) {

}
@media (max-width: 1199px) {
    .covered{
        margin-top: 600px;
    }
    .covered__block{
        grid-template-columns: 1fr 1fr;
    }
    .covered__item:last-of-type{
        grid-column: span 2;
    }
}
@media (max-width: 767px) {
    .covered{
        margin-top: 60px;
    }
    .covered__desc{
        max-width: 251px;
        margin: 12px auto 0;
    }
    .covered__block{
        grid-template-columns: 1fr;
        margin-top: 30px;
        gap: 12px;
    }
    .covered__item:last-of-type{
        grid-column: auto;
    }
    .covered__item{
        padding: 30px;
        border-radius: 20px;
    }
    .covered__item-icon svg{
        max-width: 42px;
        max-height: 42px;
    }
    .covered__item-icon {
        width: 90px;
        height: 90px;
        min-width: 90px;
        border-radius: 20px;
    }
    .covered__item-name{
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 20px;
    }
}
/* End Section "covered" */

/* Start Section "features" */
.features{
    margin-top: 120px;
}
.features__inner{
    padding: 40px 30px 40px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid #FBEBE7;
    background: #FFF;
    box-shadow: 2px 3px 32px 0px rgba(233, 216, 217, 0.22);
}
.features__content{
    width: 100%;
    max-width: 500px;
}
.features__descr{
    margin-top: 20px;
    max-width: 372px;
}
.features__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 865px;
}
.features__name{
    border-radius: 24px;
    background: #FFF6F3;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    color: #151613;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.features__name::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 36.6667C29.1666 36.6667 36.6666 29.1667 36.6666 20C36.6666 10.8333 29.1666 3.33334 20 3.33334C10.8333 3.33334 3.33331 10.8333 3.33331 20C3.33331 29.1667 10.8333 36.6667 20 36.6667Z' fill='%23FFF6F3' stroke='%23FF967C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.9167 20L17.6334 24.7167L27.0834 15.2833' stroke='%23FF967C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1199px) {
    .features{
        margin-top: 100px;
    }
    .features__inner{
        flex-direction: column;
    }
    .features__title{
        text-align: center;
    }
    .features__descr{
        text-align: center;
    }
}
@media (max-width: 767px) {
    .features{
        margin-top: 60px;
    }
    .features__inner{
        padding: 30px 10px;
        border-radius: 20px;
        gap: 30px;
    }
    .features__descr {
        margin: 12px auto 0;
        text-align: center;
        max-width: 251px;
    }
    .features__block{
        gap: 12px;
    }
    .features__name{
        border-radius: 16px;
        padding: 16px;     
        font-size: 16px;
        align-items: start;
        line-height: 26px;   
    }
    .features__name:last-of-type{
        gap: 13px;
    }
    .features__name::after{
        width: 22px;
        min-width: 22px;
        height: 22px;
        margin-top: 4px;
    }
}
/* End Section "features" */

/* Start Section "quality" */
.quality{
    margin-top: 180px;
}
.quality__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}
.quality__content{
    max-width: 432px;
}
.quality__image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
    margin-left: 20px;
    border-radius: 30px;
    overflow: hidden;
}
.quality__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.quality__descr{
    margin-top: 20px;
}
.quality__btn{
    margin-top: 40px;
}
.quality__block-image{
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #89C1EA;
    background: #FFF;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    position: absolute;
    right: -196px;
    width: 66%;
}
.quality__block-image img{
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 30px 30px;
}
@media (max-width: 1199px) {
    .quality{
        margin-top: 100px;
    }
    .quality__inner{
        flex-direction: column;
    }
    .quality__block-image {
        position: initial;
        width: 100%;
        margin-right: -140px;
    }
    .quality__title{
        text-align: center;
    }
    .quality__image{
        margin: 50px auto 0;
    }
    .quality__descr{
        text-align: center;
    }
    .quality__btn{
        margin: 40px auto 0;
    }
}
@media (max-width: 767px) {
    .quality{
        margin-top: 60px;
    }
    .quality__inner{
        gap: 30px;
    }
    .quality__image{
        margin-top: 30px;
        border-radius: 20px;
    }
    .quality__descr{
        margin: 12px auto 0;
        text-align: center;
        max-width: 251px;
    }
    .quality__btn{
        margin-top: 30px;
    }
    .quality__block-image img{
        border-radius: 16px 0 0 16px;
    }
    .quality__block-image {
        border-radius: 20px 0px 0px 20px;
        padding: 11px 0 11px 11px;
        width: calc(100% + 26px);
        margin-right: -26px;
    }
}
/* End Section "quality" */

/* Start Section "customers" */
.customers{
    margin-top: 300px;
    position: relative;
}
.customers__inner{
    display: flex;
    gap: 40px;
    position: relative;
}
.customers__content{
    width: 100%;
    max-width: 493px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}
.customers__content::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: -50px;
    bottom: -50px;
    right: -20px;
    left: -100vw;
    background-color: #fff;
} 
.customers__descr{
    margin-top: 30px;
}
.customers__slider-content{
    width: 100%;
    max-width: 660px;
    position: relative;
    z-index: 1;
}
.customers__slider-content::before{
    content: '';
    position: absolute;
    z-index: 1;
    top: -120px;
    bottom: -120px;
    background-color: #ECF5FB;
    width: 100vw;
    left: 25%;
    border-radius: 30px 0 0 30px;
}
.customers__btns{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.customers__btns .swiper-button-disabled{
    filter: none;
    border-color: #CFBDB8;
}
.customers__btns .swiper-button-disabled svg path{
    stroke: #CFBDB8;;
}
.customers__slide-next,
.customers__slide-prev{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    border: 1px solid #FF967C;
    cursor: pointer;
    filter: drop-shadow(2px 3px 32px rgba(228, 207, 207, 0.22));
}
.customers__slide{
    border-radius: 30px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 40px;
}
.customers__slide-stars{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: max-content;
}
.customers__slide-message{
    margin-top: 20px;
    color: #363636;
    font-size: 18px;
    line-height: 24px;
    max-width: 561px;
}
.customers__slide-bottom{
    padding-top: 30px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #DDE9F0;
}
.customers__slide-image{
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    border: 1.5px solid #FFF;
    box-shadow: 2px 3px 24px 0px rgba(228, 172, 170, 0.08);   
    overflow: hidden;
    margin-left: 10px;
}
.customers__slide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.customers__slide-name{
    margin-bottom: 16px;
    color: #151613;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.customers__slide-address{
    position: relative;
    color: #565656;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 6px;
}
.customers__slide-address::before{
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='vuesax/linear/location'%3E%3Cg id='location'%3E%3Cpath id='Vector' d='M9 10.0726C10.2923 10.0726 11.34 9.02492 11.34 7.73258C11.34 6.44023 10.2923 5.39258 9 5.39258C7.70766 5.39258 6.66 6.44023 6.66 7.73258C6.66 9.02492 7.70766 10.0726 9 10.0726Z' stroke='%23565656'/%3E%3Cpath id='Vector_2' d='M2.715 6.3675C4.1925 -0.127498 13.815 -0.119998 15.285 6.375C16.1475 10.185 13.7775 13.41 11.7 15.405C10.1925 16.86 7.8075 16.86 6.2925 15.405C4.2225 13.41 1.8525 10.1775 2.715 6.3675Z' stroke='%23565656'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1599px) {
    .customers{
        margin-top: 300px;
    }
}
@media (max-width: 1199px) {
    .customers {
        margin-top: 100px;
    }
    .customers__inner{
        flex-direction: column;
        gap: 60px;
    }
    .customers__btns{
        display: none;
    }
    .customers__content::before{
        content: none;
    }
    .customers__slider-content::before{
        top: -40px;
        bottom: -40px;
    }
}
@media (max-width: 767px) {
    .customers {
        margin-top: 60px;
    }
    .customers__title{
        text-align: center;
    }
    .customers__descr {
        margin: 12px auto 0;
        text-align: center;
        max-width: 251px;
    }
    .customers__slider-content::before {
        top: -30px;
        bottom: -30px;
    }
    .customers__slide{
        padding: 20px;
        border-radius: 20px;
    }
    .customers__slide-stars svg{
        max-width: 13px;
        max-height: 13px;
    }
    .customers__slide-message{
        font-size: 14px;
        line-height: 22px;
        margin-top: 16px;
    }
    .customers__slide-bottom {
        padding-top: 16px;
        margin-top: 16px;
        gap: 16px;
    }
    .customers__slide-image {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-left: 0px;
    }
    .customers__slide-name {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .customers__slide-address{
        font-size: 14px;
    }
}
/* End Section "customers" */

/* Start Section "questions" */
.questions{
    margin-top: 280px;
}
.questions__title{
    max-width: 595px;
    margin: 0 auto;
    text-align: center;
}
.questions__block{
    margin-top: 60px;
}
.questions__item{
    display: flex;
    gap: 60px;
    position: relative;
}
.questions__item-num{
    margin-top: 30px;
    color: #151613;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.questions__item + .questions__item{
    margin-top: 16px;
    padding-top: 16px;
}
.questions__item::after{
    content: '';
    position: absolute;
    bottom: -16px;
    left: 100px;
    right: 0;
    height: 1px;
    background-color: #F8E7E3;
}
.questions__item.active::after{
    content: none;
}
.questions__item-content{
    padding: 30px 60px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    border: 1px solid transparent;
}
.questions__item-name{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #151613;
    cursor: pointer;
    position: relative;
    padding-right: 80px;
}
.questions__item-name::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='29.5' transform='rotate(-90 30 30)' fill='white' stroke='%23CFBDB8'/%3E%3Cpath d='M22.4125 33.0376L30 40.6251L37.5875 33.0376' stroke='%23CFBDB8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 19.375V40.4125' stroke='%23CFBDB8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.questions__item.active .questions__item-name::after{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='29.5' transform='rotate(90 30 30)' fill='white' stroke='%23FF967C'/%3E%3Cpath d='M37.5875 26.9624L30 19.3749L22.4125 26.9624' stroke='%23FF967C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 40.625V19.5875' stroke='%23FF967C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.questions__item-descr{
    font-size: 18px;
    line-height: 24px;
    max-width: 1136px;
    padding-right: 50px;
    display: none;
}
.questions__item.active .questions__item-content{
    border: 1px solid #FF967C;
    background: #FFF9F8;
}
.questions__item.active .questions__item-descr{
    display: block;
}
@media (max-width: 1199px) {
    .questions {
        margin-top: 120px;
    }
}
@media (max-width: 767px) {
    .questions {
        margin-top: 90px;
    }
    .questions__block{
        margin-top: 30px;
    }
    .questions__item{
        gap: 19px;
    }
    .questions__item-num{
        margin-top: 20px;
        font-size: 18px;
    }
    .questions__item-name{
        font-size: 18px;
        line-height: 26px;
        text-transform: capitalize;
    }
    .questions__item-name::after{
        width: 40px;
        height: 40px;
        min-width: 40px;
        background-size: 100%;
    }
    .questions__item-content{
        padding: 20px;
        gap: 12px;
    }
    .questions__item-descr{
        padding: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .questions__item + .questions__item{
        margin-top: 0;
        padding-top: 0;
    }
    .questions__item:first-of-type::after{
        content: none;
    }
    .questions__item::after {
        top: 0;
        bottom: initial;
        left: 40px;
    }
    .questions__item.active::after{
        content: none;
    }
    .questions__item.active + .questions__item::after{
        content: none;
    }
    .questions__item:last-of-type:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 40px;
        right: 0;
        height: 1px;
        background-color: #F8E7E3;
    }
    .questions__item.active:last-of-type:before {
        content: none;
    }
}
/* End Section "questions" */

/* Start Section "banner" */
.banner{
    margin-top: 160px;
    padding-bottom: 40px;
}
.banner .container{
    position: relative;
}
.banner__inner{
    display: flex;
    align-items: center;
    gap: 130px;
    padding: 60px;
    border-radius: 30px;
    background: #151613;
    position: relative;
    z-index: 2;
}
.banner-bg{
    position: absolute;
    top: 100px;
    left: -10px;
    bottom: -30px;
    right: -10px;
    z-index: 1;
    background-color: #fff;
    border-radius: 30px;
}
.banner__image{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    max-width: 591px;
}
.banner__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner__content{
    width: 100%;
    max-width: 563px;
}
.banner__title{
    color: #fff;
}
.banner__descr{
    color: #fff;
    margin-top: 20px;
}
.banner__form{
    margin-top: 57px;
    position: relative;
    width: 100%;
}
.banner__form input{
    padding: 22px 30px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #151613;
    width: 100%;
}
.banner__form input,
.banner__form input::placeholder{
    color: #DFDFDF;
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}
.banner__form button{
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    outline: none;
    filter: none;
    box-shadow: none;
}
@media (max-width: 1199px) {
    .banner{
        margin-top: 100px;
    }
    .banner__inner{
        flex-direction: column;
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .banner__inner{
        padding: 20px 20px 30px;
        border-radius: 20px;
    }
    .banner-bg{
        left: 0px;
        bottom: -10px;
        right: 0px;
    }
    .banner__title{
        text-align: center;
    }
    .banner__descr {
        margin-top: 12px;
        text-align: center;
    }
    .banner__form{
        margin-top: 20px;
    }
    .banner__form input{
        border-radius: 16px;
        padding: 20px;
    }
    .banner__form input, .banner__form input::placeholder{
        font-size: 16px;
        line-height: normal;
    }
    .banner__form button{
        position: initial;
        margin: 30px auto 0;
    }
}
/* End Section "banner" */

/* Start Section "footer" */
.footer{
    margin-top: -300px;
    background-color: #EEF8FF;
    padding: 440px 0 100px;
}
.footer__inner{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.footer__logo{
    width: 100%;
    max-width: 259px;
    display: flex;
    align-items: center;
}
.footer__logo img{
    width: 200px;
}
.footer__socials{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}
.footer__socials-item{
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 1px solid #C7D5DF;
    background-color: #ECF5FB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer__socials-item svg {
    width: 20px;
}
.footer__copy{
    margin-top: auto;
}
.footer__block{
    max-width: 343px;
    display: flex;
    flex-direction: column;
}
.footer__block:first-of-type{
    max-width: 414px;
}
.footer__block-name{
    margin-bottom: 40px;
    color: #1F1F1F;
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.footer__block ul li + li{
    margin-top: 30px;
}
.footer__block-descr{
    color: #363636;
    font-size: 18px;
    line-height: 24px; /* 181.818% */
    display: flex;
    gap: 12px;
    max-width: max-content;
}
.footer__block-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
.footer__copy.on-mobile{
    display: none;
}
@media (max-width: 1199px) {
    .footer{
        padding-bottom: 40px;
    }
    .footer__inner{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    .footer__block:first-of-type{
        grid-column: span 2;
    }
    .footer__copy.footer-no-mobile{
        display: none;
    }
    .footer__copy.on-mobile{
        display: block;
        margin-top: 50px;
        text-align: center;
        margin-top: 60px;
        padding-top: 20px;
        border-top: 1px solid #D8E8F4;
    }
}
@media (max-width: 767px) {
    .footer{
        margin-top: -272px;
        padding-top: 302px;
        padding-bottom: 20px;
    }
    .footer__inner{
        grid-template-columns: 1fr;
    }
    .footer__block:first-of-type{
        grid-column: auto;
    }
    .footer__top{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer__logo{
        max-width: 194px;
    }
    .footer__socials{
        gap: 14px;
        margin-top: 40px;
    }
    .footer__socials-item {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }
    .footer__socials-item svg{
        max-width: 18.2px;
        max-height: 18.2px;
    }
    .footer__block-name{
        margin-bottom: 30px; 
        font-size: 28px;
    }
    .footer__block:nth-of-type(2) ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__block:nth-of-type(2) ul li + li{
        margin-top: 0;
    }
    .footer__block-descr{
        font-size: 16px;
        line-height: 24px;
    }
    .footer__block:nth-of-type(2) ul li:nth-of-type(3){
        order: 1;
    }
    .footer__block-icon{
        margin-top: 3px;
        margin-top: 0;
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
}
/* End Section "footer" */