html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}


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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        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');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        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');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: local('Inter Extra Bold'), local('Inter-ExtraBold'),
        url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff'),
        url('../fonts/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter';
    color: #fff;
    background-color: #101010;
}

body,
html {
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
}

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}

.color {
    color: #FF4E01;
}

a {
    color: #fff;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
  margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0!important;
}

.container {
    position: relative;
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 5;
}

p{
    margin: 0 0 20px;
}

p:last-child{
    margin-bottom: 0;
}

img,
iframe{
    display: block;
    width: 100%;
}

/*     main     */

.wrapper {
    position: relative;
    padding: 24px 0;
    overflow: hidden;
}

.section {
    position: relative;
    max-width: 1872px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.section__anchor {
    position: relative;
    top: -160px;
}

.title {
    position: relative;
    font-weight: 700;
    font-size: 64px;
    line-height: 90px;
}

.title .bg {
    position: relative;
    padding: 5px 10px;
    background: #FF4E01;
    border-radius: 8px;
}

@media only screen and (max-width: 1871px){
    .wrapper {
        padding: 18px 14px;
    }

    .container {
        max-width: 1360px;
    }

    .title {
        font-size: 50px;
        line-height: 74px;
    }
}

@media only screen and (max-width: 1359px){
    .container {
        max-width: 1180px;
    }

    .title {
        font-size: 46px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 1179px){
    .container {
        max-width: 1024px;
    }

    .title .bg {
        padding: 0 10px;
    }

}

@media only screen and (max-width: 1023px){
    .container {
        max-width: 768px;
    }
}

@media only screen and (max-width: 767px){
    .wrapper {
        padding: 8px;
    }

    .section__anchor {
        top: -120px;
    }

    .container {
        max-width: 396px;
    }

    .title {
        font-size: 32px;
        line-height: 36px;
    }

    .line-mob {
        display: block;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 23px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    border-radius: 15px;
    white-space: nowrap;
}

.btn_orange {
    color: #fff;
    background: #FF4E01;
}

.btn_orange:hover {
    color: #FF4E01;
    background: #fff;
}

.btn_border_orange {
    color: #FF4E01;
    border: 1px solid #FF4E01;
    background: none;
}

.btn_border_orange:hover {
color: #fff;
    border: 1px solid #fff;
}

.btn_white {
    color: #FF4E01;
    background: #fff;
}

@media only screen and (max-width: 1871px){
    .btn_main {
        padding: 17px 19px;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1359px){
   
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
   
}

@media only screen and (max-width: 767px){
    .btn_main {
        padding: 14px;
        font-size: 16px;
        line-height: 19px;
        border-radius: 8px;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 56px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

.header_scroll {
    padding: 20px 0!important;
}

.header__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    display: flex;
    width: 200px;
    height: 36px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__menu {
    padding: 10px 22px;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 16px;
}

.header__menu ul {
    display: flex;
    column-gap: 10px;
}

.header__menu ul {
    display: flex;
}

.header__menu a {
    display: block;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__menu a:hover {
    color: #FF4E01;
}

.header__burger {
    display: none;
}

@media only screen and (max-width: 1871px){
    .header {
        padding: 44px 0;
    }

    .header__logo {
        width: 155px;
        height: 30px;
    }

    .header__menu {
        padding: 7px 18px;
    }

    .header__menu ul {
        column-gap: 8px;
    }

    .header__menu a {
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1359px){
   
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .header__logo {
        width: 135px;
    }

    .header__menu {
        padding: 8px;
    }

    .header__menu a {
        padding: 5px;
    }
}

@media only screen and (max-width: 767px){
    .header {
        padding: 20px 0;   
    }

    .header.active {
        height: 100vh;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .header__block {
        position: relative;
    }

    .header.active .header__block::before {
        position: absolute;
        content: '';
        top: -12px;
        left: -2px;
        right: -2px;
        bottom: -12px;
        background: #151515;
        border-radius: 24px;
        z-index: 1;
    }

    .header__block::after {
        position: absolute;
        content: '';
        top: 0;
        left: 12px;
        right: 12px;
        height: 64px;
        background: rgba(255, 255, 255, 0.05);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        border-radius: 12px;
        z-index: 2;
    }

    .header__logo {
        position: absolute;
        top: 19px;
        left: 28px;
        width: 134px;
        height: 25px;
        z-index: 3;
    }

    .header__menu {
        position: relative;
        display: none;
        width: calc(100% + 32px);
        margin: 88px 12px 0;
        z-index: 3;
    }

    .header.active .header__menu {
        display: flex;
    }

    .header__menu {
        padding: 0;
        background: none;
    }

    .header__menu ul {
        width: 100%;
        row-gap: 8px;
        flex-direction: column;
    }

    .header__menu a {
        width: 100%;
        padding: 16px;
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
        border: 1px solid rgba(54, 54, 54, 1);
        background-image: url(../img/icon-menu-arrow.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        border-radius: 8px;
    }

    .header__burger {
        position: absolute;
        top: 8px;
        right: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        z-index: 3;
    }

    .header__burger .close {
        display: none;
    }

    .header.active .header__burger .line {
        display: none;
    }

    .header.active .header__burger .close {
        display: flex;
    }
}

/*     first     */

.first {
    position: relative;
    padding: 144px 0 64px;
    background-color: #141414;
    background-image: url(../img/start-bg.jpg);
    background-position: center;
    background-size: 1872px;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
}

.first__block {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 824px;
}

.first__title {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
}

.first__text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.7;
}

.first__labels {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    height: 200px;
}

.first__labels-item {
    position: absolute;
    display: flex;
    column-gap: 12px;
    align-items: center;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 16px;
}

.first__labels-item.item-1 {
    top: 174px;
    left: calc(50% - 360px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

.first__labels-item.item-2 {
    top: 78px;
    left: calc(50% + 242px);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

.first__labels-item.item-3 {
    top: 270px;
    left: calc(50% + 244px);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

.first__btns {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

@media only screen and (max-width: 1871px){
    .first {
        padding: 70px 0 50px;
        background-size: 1442px;
    }

    .first__block {
        height: 675px;
    }

    .first__title {
        font-size: 62px;
        line-height: 72px;
    }

    .first__text {
        margin-top: 14px;
        font-size: 16px;
        line-height: 20px;
    }

    .first__labels-item {
        column-gap: 10px;
        padding: 12px 14px;
        font-size: 12px;
        line-height: 17px;
    }

    .first__labels-item svg {
        width: 36px;
        height: 36px;
    }

    .first__labels-item.item-1 {
        top: 151px;
        left: calc(50% - 280px);
    }

    .first__labels-item.item-2 {
        top: 78px;
        left: calc(50% + 184px);
    }

    .first__labels-item.item-3 {
        top: 225px;
        left: calc(50% + 184px);
    }
}

@media only screen and (max-width: 1359px){
   .first__title {
        font-size: 58px;
        line-height: 68px;
   }
}

@media only screen and (max-width: 1179px){
    .first__block {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        row-gap: 48px;
    }
}

@media only screen and (max-width: 1023px){
    .first::before {
        position: absolute;
        content: '';
        inset: 0;
        background: #000;
        opacity: 0.25;
        z-index: 1;
    }

    .first__labels {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .first {
        padding: 0;
        background: none;
    }

    .first::before {
        display: none;
    }
    .first__block {
        height: 800px;
        padding: 12px;
        row-gap: 24px;
        background-image: url(../img/first-bg.png);
        background-position: center;
        background-size: cover;
        border-radius: 24px;
    }

    .first__title {
        font-size: 36px;
        line-height: 40px;
        white-space: nowrap;
    }

    .first__text {
        margin-top: 16px;
        font-size: 14px;
        line-height: 17px;
    }

    .first__btns {
        width: 100%;
        row-gap: 8px;
        flex-direction: column;
    }

    .first__btns .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 375px){
    .first__block {
        height: 760px;
    }

    .first__title {
        font-size: 32px;
        line-height: 36px;
    }
}

/*     trust     */

.trust {
    position: relative;
    padding: 144px 0 152px;
    z-index: 1;
}

.trust::before {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(../img/shadow.svg);
    background-position: top -825px center;
    background-repeat: no-repeat;
    z-index: 1;
}

.trust__title {
    text-align: center;
}

.trust__description {
    margin-top: 38px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.trust__description p {
    margin-bottom: 24px;
}

.trust__list {
    display: flex;
    flex-wrap: wrap;
    margin: 64px -12px 0;
}

.trust__column {
    width: 50%;
    padding: 0 12px;
}

.trust__items {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}

.trust__slider {
    display: none;
}

.trust__item {
    display: flex;
    column-gap: 24px;
    align-items: center;
    padding: 24px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
    border-radius: 20px;
}

.trust__item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(
    350deg,
    rgba(255, 255, 255, 0) 58.72%,
    rgba(255, 255, 255, 0.15) 94.39%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
    mask-composite: exclude;
  pointer-events: none;
}

.trust__item-icon {
    flex: 0 0 64px;
}

.trust__item-icon svg {
    width: 64px;
    height: 64px;
}

.trust__item-content {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}

.trust__item-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
}

.trust__item-text {
    font-size: 18px;
    line-height: 22px;
    opacity: 0.7;
}

.trust__btn {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.trust__img {
    border-radius: 24px;
    overflow: hidden;
}

@media only screen and (max-width: 1871px){
    .trust {
        padding: 108px 0 116px;
    }

    .trust__description {
        margin-top: 27px;
        font-size: 18px;
        line-height: 23px;
    }

    .trust__description p {
        margin-bottom: 17px;
    }

    .trust__list {
        margin-top: 49px;
    }

    .trust__items {
        row-gap: 10px;
    }

    .trust__item {
        column-gap: 16px;
        padding: 17px;
    }

    .trust__item-icon {
        flex: 0 0 52px;
    }

    .trust__item-icon svg {
        width: 52px;
        height: 52px;
    }

    .trust__item-content {
        row-gap: 8px;
    }

    .trust__item-title {
        font-size: 19px;
        line-height: 24px;
    }

    .trust__item-text {
        font-size: 14px;
        line-height: 18px;
    }

    .trust__btn {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1359px){
   
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
   .trust__list {
        row-gap: 48px;
        flex-direction: column;
   }

    .trust__column {
        width: 100%;
    }

    .trust__column:nth-child(1) {
        order: 2;
    }

    .trust__column:nth-child(2) {
        order: 1;
    }
}

@media only screen and (max-width: 767px){
    .trust {
        padding: 105px 0 105px;
    }

    .trust::before {
        top: -500px;
        left: -8px;
        right: -8px;
        background-size: 580px;
        background-position: top 175px center;
    }

    .trust__description {
        margin-top: 22px;
        font-size: 14px;
        line-height: 17px;
    }
    
    .trust__list {
        row-gap: 33px;
        margin: 48px 0 0;
    }

    .trust__column {
        padding: 0;
    }

    .trust__img img {
        width: calc(100% + 24px);
        margin: 0 -12px;
    }

    .trust__items {
        display: none;
    }

    .trust__slider {
        display: block;
        margin: 0 7px;
    }

    .owl-trust {
        padding-bottom: 20px;
    }

    .owl-trust .owl-stage-outer {
        overflow: initial;
    }

    .trust__item {
        height: 190px;
        padding: 20px 20px 18px;
        row-gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        border-radius: 16px;
    }

    .trust__item-icon svg {
        width: 48px;
        height: 48px;
    }

    .trust__item-title {
        font-size: 16px;
        line-height: 19px;
    }

    .owl-trust .owl-nav {
        display: none!important;
    }

    .owl-trust .owl-dots {
        display: flex;
        column-gap: 4px;
        justify-content: center;
        margin-top: 12px;
    }

    .owl-trust .owl-dot {
        display: flex!important;
        width: 8px!important;
        height: 8px!important;
        background: rgba(255, 255, 255, 0.15)!important;
        border-radius: 4px!important;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .owl-trust .owl-dot.active {
        width: 51px!important;
        background: rgba(255, 255, 255, 1)!important;
    }

    .trust__btn {
        margin: 28px 12px 0;
    }

    .trust__btn .btn {
        width: 100%;
    }
}

/*     use     */

.use {
    padding: 120px 0 264px;
    background-color: #151515;
    border-radius: 32px;
}

.use__title {
    text-align: center;
}

.use__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 106px;
}

.use__column {
    position: relative;
}

.use__column:nth-child(1) {
    width: 71%;
    z-index: 1;
}

.use__column:nth-child(2) {
    width: 29%;
    z-index: 2;
}

.use__slider {
    position: relative;
    width: 854px;
    margin: 30px 0 0 300px;
    z-index: 1;
}

.use__slider .owl-carousel {
    position: relative;
    z-index: 2;
}

.use__slider::before {
    position: absolute;
    content: '';
    inset: 0;
    width: 854px;
    height: 474px;
    background-image: url(../img/use-item-shadow.svg);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.5;
    z-index: 3;
}

.use__slider::after {
    position: absolute;
    content: '';
    top: -113px;
    left: -226px;
    width: 1206px;
    height: 731px;
    background-image: url(../img/use-item-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.owl-nav {
    display: flex!important;
    column-gap: 12px!important;
}

.owl-nav button {
    width: 64px!important;
    height: 64px!important;
    background-color: #FF4E01!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    border-radius: 12px!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-nav button span {
    display: none!important;
}

.owl-nav button.disabled {
    background-color: #2B2B2B!important;
}

.owl-prev {
    background-image: url(../img/icon-arrow-prev.svg)!important;
}

.owl-prev.disabled {
    background-image: url(../img/icon-arrow-prev-disabled.svg)!important;
}

.owl-next {
    background-image: url(../img/icon-arrow-next.svg)!important;
}

.owl-next.disabled {
    background-image: url(../img/icon-arrow-next-disabled.svg)!important;
}

.use__info-item {
    width: 854px;
    height: 474px;
    background-color: #151515;
    background-size: cover;
}

.use__steps {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}

.use__steps-item {
    cursor: pointer;
    display: flex;
    column-gap: 24px;
    align-items: center;
    padding: 16px 20px 16px 32px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 20px;
}

.use__steps-item.active {
    cursor: default;
    padding: 24px 32px 24px 32px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

.use__steps-item strong {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.use__steps-item.active strong {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    font-size: 20px;
    color: rgba(255, 115, 55, 1);
    background: rgba(255, 188, 160, 0.1);
}

.use__steps-item span {
    display: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
}

.use__steps-item.active span {
    display: flex;
}

.owl-use .owl-nav {
    position: absolute;
    left: 285px;
    right: 0;
    bottom: -185px;
    justify-content: center;
}

@media only screen and (max-width: 1871px){
    .use {
        padding: 90px 0 202px;
    }

    .use__list {
        margin-top: 80px;
    }

    .use__slider {
        width: 657px;
        margin: 24px 0 0 232px;
    }

    .use__slider::before {
        width: 657px;
        height: 364px;
    }

    .use__slider::after {
        top: -97px;
        left: -175px;
        width: 928px;
        height: 580px;
    }

    .use__info-item {
        width: 657px;
        height: 364px;
    }

    .owl-use .owl-nav {
        left: 220px;
        bottom: -143px;
    }

    .owl-nav {
        column-gap: 8px !important;
    }

    .owl-nav button {
        width: 50px !important;
        height: 50px !important;
        background-size: 20px !important;
    }

    .use__steps {
        row-gap: 6px;
    }

    .use__steps-item {
        padding: 12px 16px 12px 23px;
        column-gap: 20px;
    }

    .use__steps-item.active {
        padding: 19px 29px 19px 25px;
    }

    .use__steps-item strong {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .use__steps-item.active strong {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        font-size: 15px;
    }

    .use__steps-item span {
        font-size: 15px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1359px){
    .use__column:nth-child(1) {
        width: 68%;
    }

    .use__column:nth-child(2) {
        width: 32%;
    }

    .use__slider {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1179px){
    .use__list {
        flex-direction: column;
    }

    .use__column:nth-child(1) {
        width: 100%;
    }

    .use__column:nth-child(2) {
        width: 100%;
    }
    
    .use__slider {
        margin-left: auto;
        margin-right: auto;
    }

    .owl-use .owl-nav {
        left: 0;
        bottom: -250px;
    }

    .use__list {
        row-gap: 48px;
    }

    .use__steps {
        align-items: center;
    }

    .use__steps-item {
        display: none;
    }

    .use__steps-item.active {
        display: flex;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    }
}

@media only screen and (max-width: 1023px){
   
}

@media only screen and (max-width: 767px){
    .use {
        padding: 66px 0 158px;
    }

    .use__title {
        line-height: 42px;
    }

    .use__list {
        margin-top: 40px;
        row-gap: 20px;
    }

    .use__slider {
        position: relative;
        left: 5px;
        width: 267px;
        margin: 24px auto 0;
    }

    .use__slider::before {
        width: 267px;
        height: 148px;
    }

    .use__slider::after {
        top: -37px;
        left: -73px;
        width: 379px;
        height: 230px;
    }

    .use__info-item {
        width: 267px;
        height: 148px;
    }
    
    .use__steps {
        width: 280px;
        margin: 0 auto;
    }

    .use__steps-item {
        width: 100%;
        height: 80px;
        border-radius: 0 0 12px 12px;
    }

    .use__steps-item.active {
        padding: 5px 19px;
        column-gap: 16px;
    }

    .use__steps-item.active strong {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .use__steps-item.active span {
        font-size: 14px;
        line-height: 17px;
        white-space: initial;
    }

    .use__steps-item.active span br {
        display: none;
    }

    .owl-use .owl-nav {
        left: -10px;
        bottom: -195px;
    }

    .owl-nav button {
        width: 48px !important;
        height: 48px !important;
        background-size: 18px !important;
        border-radius: 8px!important;
    }
}

/*     work     */

.work {
    padding: 145px 0 128px;
}

.work__title {
    text-align: center;
}

.work__slider {
    margin-top: 62px;
}

.owl-work .owl-stage-outer {
    overflow: initial;
}

.owl-work {
    height: 560px;
}

.owl-work .owl-stage {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.owl-work .owl-item {
    float: none !important;
    display: flex;
    justify-content: center;
    transition: all 0.25s ease;
    width: 720px;
}

.owl-work .item {
    width: 720px;
    height: 472px;
    background-color: #151515!important; 
    background-position: center!important; 
    background-repeat: no-repeat!important; 
    background-size: cover!important; 
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.owl-work .owl-item.center .item {
    width: 854px!important; 
    height: 560px!important;
}

.owl-work .owl-item.center .item {
    background: orange;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.owl-work.owl-loaded {
    display: block;
}

.owl-work .owl-stage-outer::before,
.owl-work .owl-stage-outer::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 267px;
    pointer-events: none;
    z-index: 2;
}

.owl-work .owl-stage-outer::before {
    left: 0;
    background: linear-gradient(270deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
}

.owl-work .owl-stage-outer::after {
    right: 0;
    background: linear-gradient(-270deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
}

.owl-work .owl-stage {
    z-index: 1;
}

.work__item {
    position: relative;
    border-radius: 25px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.work__item::before {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.owl-work .owl-item.center .work__item {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.owl-work .owl-item.center .work__item::before {
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
}

.work__item-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 48px;
    display: flex;
    column-gap: 16px;
    align-items: flex-end;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60.1%, #000000 100%);
}

.owl-item.center .work__item-main {
    padding: 36px;
}

.work__item-content {
    text-align: left;
}

.work__item-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
}

.work__item-text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
    opacity: 0.7;
}

.work__item-text br {
    display: none;
}

.owl-item.center .work__item-text br {
    display: block;
}

.owl-work .owl-nav {
    position: absolute !important;
    top: 248px !important;
    left: calc(50% - 516px) !important;
    width: 1034px !important;
    justify-content: space-between !important;
}

@media only screen and (max-width: 1871px){
    .work {
        padding: 110px 0 100px;
    }

    .work__slider {
        margin-top: 45px;
    }

    .owl-work {
        height: 430px;
    }

    .owl-work .item {
        width: 670px;
        height: 362px;
    }

    .owl-work .owl-stage-outer::before {
        left: -14px;
    }

    .owl-work .owl-stage-outer::after {
        right: -14px;
    }

    .owl-work .owl-item.center .item {
        width: 658px !important;
        height: 430px !important;
    }

    .owl-work .owl-nav {
        top: 190px !important;
        left: calc(50% - 398px) !important;
        width: 796px !important;
    }

    .work__item-main {
        padding: 38px;
    }

    .owl-item.center .work__item-main {
        padding: 26px;
    }

    .work__item-title {
        font-size: 18px;
        line-height: 23px;
    }

    .work__item-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 1359px){
   
}

@media only screen and (max-width: 1179px){
    .work {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1023px){
    .work {
        padding-bottom: 0;
    }

    .owl-work .owl-stage-outer::before,
    .owl-work .owl-stage-outer::after {
        width: 100px;
    }
}

@media only screen and (max-width: 767px){
    .work {
        padding: 107px 0 193px;
    }

    .work__slider {
        margin-top: 50px;
    }

    .owl-work .owl-stage-outer::before, .owl-work .owl-stage-outer::after {
        display: none;
    }

    .owl-work {
        height: 353px;
    }

    .owl-work .owl-item {
        opacity: 0;
    }

    .owl-work .owl-item.center {
        opacity: 1;
    }

    .owl-work .item,
    .owl-work .owl-item.center .item {
        width: 354px !important;
        height: 353px !important;
    }

    .work__item-main {
        flex-direction: column;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.7) 50%, #000000 100%);
    }

    .work__item {
        border-radius: 16px;
    }

    .owl-item.center .work__item-main {
        padding: 20px;
    }

    .work__item-title {
        font-size: 16px;
        line-height: 19px;
    }

    .work__item-text {
        margin-top: 7px;
    }

    .owl-item.center .work__item-text br {
        display: none;
    }

    .work__item-btn {
        width: 100%;
        margin-top: 16px;
    }

    .owl-work .owl-nav {
        position: relative!important;
        top: initial !important;
        left:  initial!important;
        width: 104px !important;
        margin: 50px auto 0!important;
    }
}

/*     deliciously     */

.deliciously {
    padding: 120px 0 12px;
}

.deliciously__title {
    text-align: center;
}

.deliciously__list {
    display: flex;
    row-gap: 36px;
    flex-direction: column;
    margin-top: 62px;
}

.deliciously__line {
    display: flex;
    justify-content: space-between;
    background: #151515;
    border-radius: 24px;
}

.deliciously__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 32px);
    padding: 40px;
}

.deliciously__line:nth-child(2n + 2) .deliciously__content {
    padding-left: 20px;
}

.deliciously__content-title {
    font-weight: 800;
    font-size: 44px;
    line-height: 54px;
}

.deliciously__content-text {
    margin-top: 12px;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.9;
}

.deliciously__content-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
}

.deliciously__slider {
    width: calc(50% - 32px);
    border-radius: 24px;
    overflow: hidden;
}

.deliciously__line:nth-child(2n + 2) .deliciously__slider {
    width: calc(50% - 14px);
}

.owl-deliciously .owl-nav {
    display: none!important;
}

.owl-deliciously .owl-dots {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 32px;
    display: flex!important;
    column-gap: 8px;
    justify-content: flex-start;
}

.owl-deliciously .owl-dot {
    display: flex!important;
    width: 8px!important;
    height: 8px!important;
    background: rgba(255, 255, 255, 0.4)!important;
    border-radius: 4px!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-deliciously .owl-dot.active {
    width: 51px!important;
    background: rgba(255, 255, 255, 1)!important;
}

@media only screen and (max-width: 1871px){
    .deliciously {
        padding: 90px 0 0;
    }

    .deliciously__list {
        row-gap: 28px;
        margin-top: 45px;
    }

    .deliciously__content {
        padding: 30px;
    }

    .deliciously__line:nth-child(2n + 2) .deliciously__content {
        padding-left: 8px;
    }

    .deliciously__slider {
        width: calc(50% - 24px);
    }

    .deliciously__line:nth-child(2n + 2) .deliciously__slider {
        width: calc(50% - 12px);
    }
    
    .deliciously__content-icon svg {
        width: 64px;
        height: 64px;
    }

    .deliciously__content-title {
        font-size: 34px;
        line-height: 40px;
    }

    .deliciously__content-text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .deliciously__content-text br {
        display: none;
    }  

    .deliciously__content-btn {
        margin-top: 26px;
    }

    .owl-deliciously .owl-dots {
        left: 25px;
        bottom: 24px;
    }
}

@media only screen and (max-width: 1359px){
    .deliciously {
        padding-top: 97px;
    }

    .deliciously__content-text {
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 1179px){
    .deliciously__content {
        padding: 20px;
    }

    .deliciously__content-title {
        font-size: 24px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 1023px){
    .deliciously__line {
        row-gap: 24px;
        flex-direction: column;
        border-radius: 16px;
    }

    .deliciously__slider  {
        width: 100%!important;
        border-radius: 16px 16px 0 0;
        order: 1;
    }

    .deliciously__content {
        width: 100%!important;
        padding-top: 0!important;
        order: 2;
    }

    .deliciously__content-title {
        margin-top: 38px;
    }
}

@media only screen and (max-width: 767px){
    .deliciously {
        padding-top: 50px;
    }

    .deliciously__list {
        row-gap: 35px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .deliciously__content {
        padding: 0 24px 24px!important;
    }

    .deliciously__content-text {
        margin-top: 12px;
    }

    .deliciously__content-btn {
        margin-top: 24px;
    }

    .deliciously__content-btn .btn {
        width: 100%;
    }
}

/*     assortment     */

.assortment {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1034px;
    background-image: url(../img/shadow.svg);
    background-position: top -825px center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.assortment::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 98, 30, 0) 0%, #FF621E 48.56%, rgba(255, 98, 30, 0) 100%);
    z-index: 5;
}

.assortment__content {
    position: relative;
    top: -43px;
    display: flex;
    row-gap: 40px;
    flex-direction: column;
    z-index: 2;
}

.assortment__description {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}

.assortment__title {
    text-align: center;
}

.assortment__slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/*
.assortment__item {
    position: absolute;
    inset: 0;
    display: none;
}

.assortment__item.active {
    display: block;
}
*/








/* Стили для каждого набора картинок */
.assortment__item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex !important; /* Чтобы работало выравнивание */
    justify-content: center;
    align-items: center;
    opacity: 0; /* Изначально скрыты */
    visibility: hidden;
    transform: translateY(40px); /* Смещение вниз для появления */
    will-change: transform, opacity;
}

/* Состояние по умолчанию для первого элемента */
.assortment__item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



/* Цвет и вид курсора TypeIt */
.ti-cursor {
    color: #f9d01a; /* Твой цвет */
    margin-left: 2px;
    font-weight: bold;
}

.assortment__title {
    min-height: 1.5em; /* Чтобы блок не схлопывался */
    display: block;
}



.assortment__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}

.assortment__item .img-1 {
    width: 236px;
    margin: -248px 0 0 -709px;
}

.assortment__item .img-2 {
    width: 209px;
    margin: -332px 0 0 -250px;
}

.assortment__item .img-3 {
    width: 263px;
    margin: -290px 0 0 508px;
}

.assortment__item .img-4 {
    width: 179px;
    margin: 246px 0 0 288px;
}

.assortment__item .img-5 {
    width: 236px;
    margin: 140px 0 0 708px;
}

.assortment__item .img-6 {
    width: 263px;
    margin: 318px 0 0 -496px;
}

.assortment__item .img-7 {
    width: 179px;
    margin: -373px 0 0 288px;
}

.assortment__item .img-8 {
    width: 236px;
    margin: -270px 0 0 708px;
}

.assortment__item .img-9 {
    width: 263px;
    margin: -361px 0 0 -496px;
}

.assortment__item .img-10 {
    width: 236px;
    margin: 383px 0 0 -709px;
}

.assortment__item .img-11 {
    width: 209px;
    margin: 478px 0 0 -250px;
}

.assortment__item .img-12 {
    width: 263px;
    margin: 550px 0 0 508px;
}

.assortment__item .img-13 {
    width: 264px;
    margin: -289px 0 0 508px;
}

.assortment__item .img-14 {
    width: 210px;
    margin: -182px 0 0 -427px;
}

.assortment__item .img-15 {
    width: 236px;
    margin: -450px 0 0 -759px;
}

.assortment__item .img-16 {
    width: 262px;
    margin: 346px 0 0 -628px;
}

.assortment__item .img-17 {
    width: 179px;
    margin: 241px 0 0 354px;
}

.assortment__item .img-18 {
    width: 236px;
    margin: 119px 0 0 732px;
}

.assortment__item .img-19 {
    width: 210px;
    margin: -332px 0 0 -251px;
}

.assortment__item .img-20 {
    width: 236px;
    margin: -507px 0 0 -709px;
}

.assortment__item .img-21 {
    width: 264px;
    margin: -339px 0 0 508px;
}

.assortment__item .img-22 {
    width: 262px;
    margin: 158px 0 0 -496px;
}

.assortment__item .img-23 {
    width: 179px;
    margin: 247px 0 0 286px;
}

.assortment__item .img-24 {
    width: 236px;
    margin: 141px 0 0 708px;
}


@media only screen and (max-width: 1871px){
    .assortment {
        height: 844px;
        background-position: top -645px center;
        background-size: 1024px;
    }

    .assortment__content {
        top: -57px;
        row-gap: 30px;
    }

    .assortment__description {
        font-size: 28px;
        line-height: 32px;
    }

    .assortment__item .img-1 {
        width: 182px;
        margin: -215px 0 0 -546px;
    }

    .assortment__item .img-2 {
        width: 160px;
        margin: -282px 0 0 -193px;
    }

    .assortment__item .img-3 {
        width: 202px;
        margin: -247px 0 0 391px;
    }

    .assortment__item .img-4 {
        width: 138px;
        margin: 166px 0 0 221px;
    }

    .assortment__item .img-5 {
        width: 180px;
        margin: 85px 0 0 545px;
    }

    .assortment__item .img-6 {
        width: 202px;
        margin: 220px 0 0 -382px;
    }


    .assortment__item .img-7 {
        margin: -283px 0 0 318px;
    }

    .assortment__item .img-8 {
        margin: -80px 0 0 608px;
    }

    .assortment__item .img-9 {
        margin: -231px 0 0 -436px;
    }

    .assortment__item .img-10 {
        margin: 193px 0 0 -529px;
    }

    .assortment__item .img-11 {
        margin: 318px 0 0 -120px;
    }

    .assortment__item .img-12 {
        margin: 370px 0 0 378px;
    }


    .assortment__item .img-13 {
        margin: -289px 0 0 398px;
    }

    .assortment__item .img-14 {
        margin: -262px 0 0 -247px;
    }

    .assortment__item .img-15 {
        margin: -310px 0 0 -619px;
    }

    .assortment__item .img-16 {
        margin: 246px 0 0 -428px;
    }

    .assortment__item .img-17 {
        margin: 211px 0 0 124px;
    }

    .assortment__item .img-18 {
        margin: 119px 0 0 492px;
    }

    .assortment__item .img-20 {
        margin: -417px 0 0 -649px;
    }

    .assortment__item .img-21 {
        margin: -299px 0 0 378px;
    }

    .assortment__item .img-22 {
        margin: 128px 0 0 -386px;
    }

    .assortment__item .img-23 {
        margin: 207px 0 0 236px;
    }

    .assortment__item .img-24 {
        margin: 71px 0 0 548px;
    }

}

@media only screen and (max-width: 1359px){
   
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
   
}

@media only screen and (max-width: 767px){
    .assortment {
        height: 792px;
    }

    .assortment__content {
        top: 8px;
        row-gap: 16px;
    }

    .assortment__description {
        font-size: 16px;
        line-height: 19px;
    }

    .assortment__item .img-1 {
        width: 95px;
        margin: -273px 0 0 -121px;
    }

    .assortment__item .img-2 {
        width: 83px;
        margin: -157px 0 0 -3px;
    }

    .assortment__item .img-3 {
        width: 105px;
        margin: -207px 0 0 170px;
    }

    .assortment__item .img-4 {
        width: 72px;
        margin: 152px 0 0 8px;
    }

    .assortment__item .img-5 {
        width: 94px;
        margin: 221px 0 0 130px;
    }

    .assortment__item .img-6 {
        width: 105px;
        margin: 250px 0 0 -121px;
    }




    .assortment__item .img-13 {
        width: 105px;
        margin: -210px 0 0 170px;
    }

    .assortment__item .img-14 {
        width: 83px;
        margin: -160px 0 0 -3px;
    }

    .assortment__item .img-15 {
        width: 95px;
        margin: -274px 0 0 -120px;
    }
 
    .assortment__item .img-16 {
        width: 105px;
        margin: 248px 0 0 -120px;
    }

    .assortment__item .img-17 {
        width: 72px;
        margin: 150px 0 0 10px;
    }

    .assortment__item .img-18 {
        width: 94px;
        margin: 220px 0 0 130px;
    }

    .assortment__item .img-19 {
        width: 83px;
        margin: -160px 0 0 -3px;
    }

    .assortment__item .img-20 {
        width: 95px;
        margin: -275px 0 0 -120px;
    }

    .assortment__item .img-21 {
        width: 105px;
        margin: -210px 0 0 170px;
    }

    .assortment__item .img-22 {
        width: 105px;
        margin: 247px 0 0 -120px;
    }

    .assortment__item .img-23 {
        width: 72px;
        margin: 150px 0 0 7px;
    }

    .assortment__item .img-24 {
        width: 94px;
        margin: 220px 0 0 130px;
    }

}


/*     individual     */

.individual {
    padding: 234px 0 152px;
}

.individual__title {
    text-align: center;
}

.individual__text {
    margin-top: 28px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.individual__list {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.individual__item {
    display: flex;
    row-gap: 56px;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 12px);
    padding: 37px 35px;
    background-color: #151515;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.individual__item.type-1 {
    background-image: url(../img/individual-bg-1.jpg);
}

.individual__item.type-2 {
    background-image: url(../img/individual-bg-2.jpg);
    border: 2px solid #FF4E01;
}

.individual__item-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
}

.individual__item-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
}

.type-1 .individual__item-text {
    opacity: 0.7;
}

.type-2 .individual__item-text {
    opacity: 0.9;
}

.individual__item-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 26px;
}

@media only screen and (max-width: 1871px){
    .individual {
        padding: 129px 0 120px;
    }

    .individual__text {
        margin-top: 17px;
        font-size: 19px;
        line-height: 24px;
    }

    .individual__list {
        margin-top: 48px;
    }

    .individual__item {
        row-gap: 40px;
        padding: 28px;
    }

    .individual__item-icon svg {
        width: 56px;
        height: 56px;
    }
    
    .individual__item-title {
        font-size: 22px;
        line-height: 28px;
    }

    .individual__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .individual__item-btn {
        margin-top: 16px;
    }

}

@media only screen and (max-width: 1359px){
    .individual {
        padding-top: 80px;
    }
    
    .individual__item-text br {
        display: none;
    }
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .individual__list {
        row-gap: 24px;
        flex-direction: column;
    }
    
    .individual__item {
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .individual {
        padding-bottom: 104px;
    }

    .individual__list {
        row-gap: 12px;
    }

    .individual__text {
        margin-top: 24px;
        font-size: 14px;
        line-height: 17px;
    }

    .individual__text br {
        display: none;
    }

    .individual__list {
        margin: 47px 7px 0;
    }

    .individual__item {
        height: 328px;
        padding: 18px 15px 18px;
        border-radius: 16px;
    }

    .individual__item-icon svg {
        width: 48px;
        height: 48px;
    }

    .individual__item-title {
        font-size: 24px;
    }

    .individual__item-text {
        margin-top: 14px;
    }

    .individual__item-btn,
    .individual__item-btn .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 375px){
    .individual__item-title {
        font-size: 22px;
        line-height: 26px;
    }

    .individual__item-btn .btn_main {
        font-size: 14px;
    }
}

/*     guarantees     */

.guarantees {
    padding: 120px 0 128px;
    background-color: #151515;
    border-radius: 32px;
}

.guarantees__title {
    text-align: center;
}

.guarantees__text {
    margin-top: 26px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.guarantees__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    margin: 64px 12px 0;
}

.guarantees__column {
    width: 33.33%;
    padding: 0 12px;
}

.guarantees__column:nth-child(4),
.guarantees__column:nth-child(5) {
    width: 50%;
}

.guarantees__item {
    display: flex;
    padding: 36px;
    row-gap: 48px;
    flex-direction: column;
    background: #222222;
    border-radius: 24px;
}

.guarantees__item-text {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
}

@media only screen and (max-width: 1871px){
    .guarantees {
        padding: 90px 0 98px;
    }

    .guarantees__text {
        margin-top: 16px;
        font-size: 19px;
        line-height: 24px;
    }

    .guarantees__list {
        row-gap: 20px;
        margin: 50px 8px 0;
    }

    .guarantees__item {
        padding: 26px;
        row-gap: 38px;
    }

    .guarantees__item-icon svg {
        width: 56px;
        height: 56px;
    }

    .guarantees__item-text {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1359px){
    .guarantees__item-text {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1179px){
    .guarantees__column {
        width: 50%;
    }

    .guarantees__column:nth-child(5) {
        width: 100%;
    }

    .guarantees__column:nth-child(4) .guarantees__item-text {
        max-width: 300px;
    }
}

@media only screen and (max-width: 1023px){
   
}

@media only screen and (max-width: 767px){
    .guarantees {
        padding: 65px 0 16px;
    }
 
    .guarantees__text {
        margin-top: 23px;
        font-size: 14px;
        line-height: 17px;
    }

    .guarantees__list {
        row-gap: 12px;
        margin: 48px 4px 0;
    }

    .guarantees__column {
        width: 100%!important;
    }

    .guarantees__item {
        padding: 20px;
        row-gap: 38px;
        align-items: center;
        column-gap: 16px;
        flex-direction: row;
        border-radius: 16px;
    }

    .guarantees__item-icon {
        flex: 0 0 48px;
    }

    .guarantees__item-icon svg {
        width: 48px;
        height: 48px;
    }

    .guarantees__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .guarantees__item-text br {
        display: none;
    }
}

/*     conditions     */

.conditions {
    padding-top: 144px;
}

.conditions__title {
    text-align: center;
}

.conditions__text {
    margin-top: 28px;
    font-weight: 800;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
}

.conditions__subtitle {
    margin-top: 66px;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
}

.conditions__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.conditions__list:after {
    position: absolute;
    content: "+";
    top: calc(50% - 15px);
    left: calc(50% - 8px);
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
}

.conditions__item {
    position: relative;
    display: flex;
    column-gap: 20px;
    align-items: center;
    width: calc(50% - 32px);
    padding: 24px;
    background: #151515;
    border-radius: 20px;
}

.conditions__item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(
    350deg,
    rgba(255, 255, 255, 0) 58.72%,
    rgba(255, 255, 255, 0.15) 94.39%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
    mask-composite: exclude;
  pointer-events: none;
}

.conditions__item-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
}

.conditions__item-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
}

.conditions__item-text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 22px;
    opacity: 0.7;
}

.conditions__slider {
    margin-top: 25px;
    border-radius: 24px;
    overflow: hidden;
}

.conditions__slider .owl-nav,
.conditions__slider .owl-dots {
    display: none!important;
}

.conditions__img {
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.conditions__img.img-1 {
    background-image:url(/wp-content/themes/aifood/img/conditions-1.jpg);
}

.conditions__img.img-2 {
    background-image:url(/wp-content/themes/aifood/img/conditions-2.jpg);
}

.conditions__img.img-3 {
    background-image:url(/wp-content/themes/aifood/img/conditions-3.jpg);
}

@media only screen and (max-width: 1871px){
    .conditions {
        padding-top: 110px;
    }

    .conditions__text {
        margin-top: 19px;
        font-size: 19px;
        line-height: 22px;
    }

    .conditions__subtitle {
        margin-top: 50px;
        font-size: 22px;
        line-height: 27px;
    }

    .conditions__list {
        margin-top: 17px;
    }

    .conditions__item {
        column-gap: 16px;
        width: calc(50% - 25px);
        padding: 19px;
    }

    .conditions__item-icon {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }

    .conditions__item-icon svg {
        width: 48px;
        height: 48px;
    }

    .conditions__item-title {
        font-size: 19px;
        line-height: 23px;
    }

    .conditions__item-text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .conditions__slider {
        margin-top: 17px;
    }
    
    .conditions__img {
        height: 370px;
    }
}

@media only screen and (max-width: 1359px){
    .conditions__img {
        height: 320px;
    }
}

@media only screen and (max-width: 1179px){
    .conditions__img {
        height: 270px;
    }   
}

@media only screen and (max-width: 1023px){
    .conditions__list {
        row-gap: 46px;
        flex-direction: column;
    }

    .conditions__item {
        width: 100%;
    }

    .conditions__text br {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .conditions {
        padding-top: 104px;
    }

    .conditions__text {
        margin-top: 25px;
        font-size: 14px;
        line-height: 17px;
    }

    .conditions__subtitle {
        margin-top: 47px;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }

    .conditions__list {
        margin: 8px 8px 0;
    }

    .conditions__item {
        row-gap: 21px;
        align-items: flex-start;
        flex-direction: column;
    }

    .conditions__item-icon svg {
        width: 48px;
        height: 48px;
    }

    .conditions__item-title {
        font-size: 16px;
        line-height: 19px;
    }

    .conditions__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .conditions__slider {
        position: relative;
        margin: 25px 7px 0;
    }

    .conditions__img {
        height: 361px;
        border-radius: 24px;
    }

    .owl-conditions .owl-dots {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 20px;
        display: flex!important;
        column-gap: 8px;
        justify-content: center;
    }

    .owl-conditions .owl-dot {
        display: flex!important;
        width: 8px!important;
        height: 8px!important;
        background: rgba(255, 255, 255, 0.4)!important;
        border-radius: 4px!important;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .owl-conditions .owl-dot.active {
        width: 51px!important;
        background: rgba(255, 255, 255, 1)!important;
    }

    .conditions__img.img-1 {
        background-image:url(/wp-content/themes/aifood/img/conditions-1-mob.jpg);
    }

    .conditions__img.img-2 {
        background-image:url(/wp-content/themes/aifood/img/conditions-2-mob.jpg);
    }

    .conditions__img.img-3 {
        background-image:url(/wp-content/themes/aifood/img/conditions-3-mob.jpg);
    }
}

/*     build     */

.build {
    padding: 254px 0 130px;
}

.build__title {
    line-height: 72px;
}

.build__block {
    padding: 64px 25px 59px 50.85%;
    background-color: #151515;
    background-image: url(../img/build-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    overflow: hidden;
}

.build__text {
    margin-top: 38px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
}

.build__info {
    margin-top: 48px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.build__list {
    margin-top: 15px;
}

.build__list ul {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}

.build__list ul li {
    position: relative;
    padding: 20px 24px 20px 36px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.015em;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 16px;
}

.build__list ul li:before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 12px;
    width: 8px;
    height: 8px;
    background-color: #FF4E01;
    border-radius: 50%;
}

.build__more {
    margin-top: 48px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.build__btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 48px;
}

@media only screen and (max-width: 1871px){
    .build {
        padding: 196px 0 98px;
    }

    .build__block {
        padding: 50px 25px 46px 50.85%;
    }

    .build__title {
        line-height: 56px;
    }

    .build__text {
        margin-top: 26px;
        font-size: 19px;
        line-height: 24px;
    }

    .build__info {
        margin-top: 35px;
        font-size: 19px;
        line-height: 24px;
    }

    .build__list {
        margin-top: 12px;
    }

    .build__list ul {
        row-gap: 6px;
    }

    .build__list ul li {
        padding: 15px 20px 15px 28px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0;
    }

    .build__list ul li:before {
        top: calc(50% - 3px);
        left: 10px;
        width: 6px;
        height: 6px;
    }

    .build__more {
        margin-top: 38px;
        font-size: 16px;
        line-height: 19px;
    }

    .build__btn {
        margin-top: 36px;
    }
}

@media only screen and (max-width: 1359px){
    .build {
        padding-top: 125px;
    }

    .build__text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .build__block {
        position: relative;
        padding: 50px;
    }

    .build__block::before {
        position: absolute;
        content: '';
        inset: 0;
        background: #000;
        opacity: 0.6;
        z-index: 1;
    }

    .build__block > * {
        position: relative;
        z-index: 2;
    }
}

@media only screen and (max-width: 767px){
    .build {
        padding-top: 104px;
    }

    .build__block {
        padding: 32px 15px;
    }

    .build__title {
        line-height: 36px;
    }

    .build__text {
        margin-top: 24px;
        line-height: 19px;
    }

    .build__info {
        margin-top: 48px;
        font-size: 16px;
        line-height: 19px;
    }

    .build__list {
        margin-top: 16px;
    }

    .build__list ul {
        row-gap: 4px;
    }

    .build__list ul li {
        width: 100%;
        padding: 12px 20px 12px 36px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 0 8px 8px 0;
    }

    .build__list ul li:before {
        top: calc(50% - 4px);
        left: 13px;
        width: 8px;
        height: 8px;
    }

    .build__more {
        margin-top: 48px;
        font-size: 14px;
        line-height: 17px;
    }

    .build__btn {
        margin-top: 48px;
    }

    .build__btn .btn {
        width: 100%;
    }
}

/*     footer     */

.footer {
    padding: 62px 0 65px;
    border-top: 1px solid  rgba(255, 255, 255, 0.15);
}

.footer__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__main {
    width: 20%;
}

.footer__logo {
    display: block;
    width: 267px;
    height: 48px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__copyright {
    margin-top: 22px;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.48;
}

.footer__contacts {
    display: flex;
    column-gap: 64px;
    justify-content: center;
}

.footer__contacts a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__contacts a:hover {
    color: #FF4E01;
}

.footer__contacts a svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__contacts a:hover svg path {
    fill: #FF4E01;
    fill-opacity: 1;
}

.footer__social {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
    width: 20%;
}

.footer__social a svg path,
.footer__social a svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__social a:hover svg path {
    fill: #fff;
}

.footer__social a:hover svg rect {
    stroke: #fff;
}

@media only screen and (max-width: 1871px){
    .footer {
        padding: 48px 0;
    }

    .footer__logo {
        width: 205px;
        height: 38px;
    }

    .footer__copyright {
        margin-top: 17px;
        font-size: 13px;
        line-height: 16px;
    }

    .footer__contacts {
        column-gap: 45px;
    }

    .footer__contacts a {
        column-gap: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .footer__contacts svg {
        width: 20px;
        height: 20px;
    }

    .footer__social svg {
        width: 49px;
        height: 49px;
    }
}

@media only screen and (max-width: 1359px){
   
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .footer__logo {
        width: 155px;
        height: 30px;
    }

   .footer__contacts {
        row-gap: 10px;
        flex-direction: column;
   }
}

@media only screen and (max-width: 767px){
    .footer {
        padding: 30px 0 40px;
    }

    .footer__block {
        position: relative;
        display: block;
        height: 162px;
        margin: 0 12px;
    }

    .footer__main {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
    }

    .footer__logo {
        width: 180px;
        height: 32px;
    }

    .footer__copyright {
        margin-top: 21px;
        font-size: 12px;
        line-height: 15px;
    }

    .footer__contacts {
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        row-gap: 24px;
    }
    
    .footer__contacts svg {
        width: 16px;
        height: 16px;
    }

    .footer__contacts a {
        column-gap: 8px;
        font-size: 14px;
        line-height: 17px;
    }

    .footer__social {
       position: absolute;
       top: 0;
       right: 0;
       column-gap: 8px;
       width: auto;
    }

    .footer__social svg {
        width: 44px;
        height: 44px;
    }
}

/*     thanks     */

.thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.thanks .first__text {
    margin-top: 40px;
    text-align: center;
}

.thanks .first__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .thanks .first__title {
        text-align: center;
    }

    .thanks .first__btn {
        margin-top: 50px;
    }

    .thanks .btn_main {
        width: 175px;
    }
}

/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.popup-order .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 480px;
    padding: 80px 40px 40px;
    transform: translate(-50%, -50%);
    background-color: #151515;
    border-radius: 24px;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 26px;
    right: 26px;
    z-index: 10;
}

.popup-close {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover {
    opacity: 0.5;
}

.popup-close svg {
    width: 26px;
    height: 26px;
}

.form__input {
    margin-bottom: 15px;
}

.form__input input {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter';
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid #363636;
    border-radius: 20px;
}

.form__input input:focus {
    border-color: #FF4E01;    
}

.wpcf7-not-valid-tip {
    padding-top: 5px!important;
    font-size: 12px!important;
    line-height: 16px!important;
    text-align: center!important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    padding: 10px!important;
    font-size: 12px!important;
    line-height: 16px!important;
}

.form__btn {
    position: relative;
    display: flex;
    justify-content: center;
}

.form__btn .btn {
    width: 200px;
    border: none;
    margin-top: 25px;
}

.wpcf7-spinner {
    position: absolute!important;
    top: calc(50% - 12px)!important;
    right: 0!important;
}

@media only screen and (max-width: 1023px){
    .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-close svg {
        width: 22px;
        height: 22px;
    }

    .popup-order .block {
        max-width: 340px;
        padding: 70px 20px 40px;
        border-radius: 16px;
    }

    .form__input input {
        font-size: 16px;
        line-height: 20px;
        border-radius: 15px;
    }

    .form__btn {
        width: 100%;
        display: block;
    }

    .form__btn .btn {
        width: 100%;
    }
}