html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background: rgba(0,0,0,0);
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

@font-face {
  font-family: "Unbounded";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight:600
}

@font-face {
    font-family:"HelveticaNeueCyr";src:url("../fonts/HelveticaNeueCyr-Medium.woff");font-weight:500;font-style:normal;
}

@font-face {
    font-family:"HelveticaNeueCyr";src:url("../fonts/HelveticaNeueCyr-Heavy.woff");font-weight:900;font-style:normal;
}

@font-face {
    font-family:"HelveticaNeueCyr";src:url("../fonts/HelveticaNeueCyr-Black.woff");font-weight:900;font-style:normal;
}

@font-face {
    font-family:"HelveticaNeueCyr";src:url("../fonts/HelveticaNeueCyr-Roman.woff");font-weight:normal;font-style:normal;
}

@font-face {
    font-family:"HelveticaNeueCyr";src:url("../fonts/HelveticaNeueCyr-Bold.woff");font-weight:bold;font-style:normal;
}

@font-face {
    font-family:"HelveticaNeueCyr";src:url("../fonts/HelveticaNeueCyr-Light.woff");font-weight:300;font-style:normal;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
}

body {
    min-height: 100vh;
    font-size: 16px;
    color: #fff;
    background-color: #16171b;
    font-family: "HelveticaNeueCyr",sans-serif;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1;
}

body.active {
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 90px;
    font-weight: 600;
    line-height: 122.222%;
}

p {
    font-size: 16px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,button {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    background-color: rgba(0,0,0,0);
}

a:active,button:active {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
}

a:hover,button:hover {
    opacity: .8;
}

mark {
    font-weight: 600;
    background-color: rgba(0,0,0,0);
    color: #ffdb4d;
    background-image: url("../img/mark.svg");
    display: inline-block;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    font-weight: 700;
}

.container {
    width: 100%;
    max-width: 1078px;
    padding: 0 22px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

h3,.h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

h2,.h2 {
    font-size: 56px;
    margin: 0 0 50px;
}

h2 i,.h2 i {
    font-style: normal;
    white-space: nowrap;
}

ul {
    list-style: none;
}

section,.section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

i {
    font-style: normal;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.fx,.wrap,.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap,.wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

ol li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 2.5px 0;
}

.dropdown {
    padding: 10px 0;
    border-bottom: 1px solid #2b2c34;
}

.dropdown__btn {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 20px 50px 20px 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    z-index: 1;
}

.dropdown__btn::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-filter: contrast(0) brightness(10);
    filter: contrast(0) brightness(10);
}

.dropdown__btn.active,.dropdown__btn:hover {
    color: #ffdb4d;
}

.dropdown__btn.active::after {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.dropdown__text {
    display: none;
    max-width: 90%;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding-bottom: 20px;
}

.headline {
    font-size: 48px;
    line-height: 100%;
}

input,textarea,select {
    background-color: rgba(0,0,0,0);
    color: #fff;
    border: 1px solid #2b2c34;
    padding: 0 20px;
    min-height: 54px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #fff;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #fff;
}

input::placeholder,textarea::placeholder,select::placeholder {
    color: #fff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
}

@media screen and (max-width: 1173px) {
    h2,.h2 {
        font-size: 37px;
        line-height: normal;
        margin-bottom: 40px;
    }

    .headline {
        font-size: 34px;
    }
}

@media screen and (max-width: 1000px) {
    section,.section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    h2,.h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 40px;
    }

    section,.section {
        padding: 40px 0;
    }

    .dropdown {
        padding: 0 0 10px;
    }

    .dropdown__btn {
        padding: 20px 50px 10px 0;
        font-size: 16px;
        line-height: 150%;
    }

    .dropdown__btn::after {
        width: 20px;
        height: 21px;
        top: 21px;
    }

    .headline {
        font-size: 30px;
        line-height: normal;
    }
}

.btn,.btn_2,.btn::after {
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    border: 0;
    color: #000;
    line-height: 30px;
    min-height: 54px;
    padding: 12px 50px;
    font-weight: 700;
    outline: rgba(0,0,0,0);
    position: relative;
}

.btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffdb4d;
    -webkit-clip-path: polygon(0 30%, 8% 0, 100% 0, 100% 70%, 92% 100%, 0 100%);
    clip-path: polygon(0 30%, 8% 0, 100% 0, 100% 70%, 92% 100%, 0 100%);
}

.btn img,.btn_2 img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: -1;
    left: -14px;
    width: 30px;
}

.btn::after,.btn_2::after {
    --slice-0--: inset(50% 50% 50% 50%);
    --slice-1--: inset(80% -6px 0 0);
    --slice-2--: inset(50% -6px 30% 0);
    --slice-3--: inset(10% -6px 85% 0);
    --slice-4--: inset(40% -6px 43% 0);
    --slice-5--: inset(80% -6px 5% 0);
    content: "Выездной шиномонтаж";
    display: block;
    position: absolute;
    min-height: unset;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    background: -webkit-linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 219, 77, 0.8) 5%);
    background: -moz-linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 219, 77, 0.8) 5%);
    background: -o-linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 219, 77, 0.8) 5%);
    background: linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 219, 77, 0.8) 5%);
    text-shadow: -3px -3px 0 #f8f005,3px 3px 0 red;
    -webkit-clip-path: var(--slice-0--);
    clip-path: var(--slice-0--);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.btn:hover,.btn_2:hover {
    opacity: 1;
}

.btn:hover::after,.btn_2:hover::after {
    -webkit-animation: .8s glitch infinite alternate;
    -moz-animation: .8s glitch infinite alternate;
    -o-animation: .8s glitch infinite alternate;
    animation: .8s glitch infinite alternate;
    -webkit-animation-timing-function: steps(1 end);
    -moz-animation-timing-function: steps(1 end);
    -o-animation-timing-function: steps(1 end);
    animation-timing-function: steps(1 end);
}

.btn_2 {
    color: #fff;
    background-color: rgba(0,0,0,0);
    -webkit-clip-path: none;
    clip-path: none;
    background-image: url("../img/outline.svg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn_2:hover {
    background-color: rgba(0,0,0,0);
}

.btn_2::after {
    content: "Написать в Whatsapp";
    background: -webkit-linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 255, 255, 0.1) 5%);
    background: -moz-linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 255, 255, 0.1) 5%);
    background: -o-linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 255, 255, 0.1) 5%);
    background: linear-gradient(45deg, transparent 3%, #5BBFC8 3%, #5BBFC8 5%, rgba(255, 255, 255, 0.1) 5%);
}

@-webkit-keyframes glitch {
    0% {
        -webkit-clip-path: var(--slice-1--);
        clip-path: var(--slice-1--);
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    10% {
        -webkit-clip-path: var(--slice-3--);
        clip-path: var(--slice-3--);
        -webkit-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }

    20% {
        -webkit-clip-path: var(--slice-4--);
        clip-path: var(--slice-4--);
        -webkit-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px);
    }

    30% {
        -webkit-clip-path: var(--slice-2--);
        clip-path: var(--slice-2--);
        -webkit-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    40% {
        -webkit-clip-path: var(--slice-1--);
        clip-path: var(--slice-1--);
        -webkit-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    50% {
        -webkit-clip-path: var(--slice-5--);
        clip-path: var(--slice-5--);
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    60% {
        -webkit-clip-path: var(--slice-2--);
        clip-path: var(--slice-2--);
        -webkit-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    70% {
        -webkit-clip-path: var(--slice-3--);
        clip-path: var(--slice-3--);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    80% {
        -webkit-clip-path: var(--slice-5--);
        clip-path: var(--slice-5--);
        -webkit-transform: translate(-5px, -10px);
        transform: translate(-5px, -10px);
    }

    90% {
        -webkit-clip-path: var(--slice-4--);
        clip-path: var(--slice-4--);
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        -webkit-clip-path: var(--slice-1--);
        clip-path: var(--slice-1--);
        -webkit-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }
}

@-moz-keyframes glitch {
    0% {
        clip-path: var(--slice-1--);
        -moz-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    10% {
        clip-path: var(--slice-3--);
        -moz-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }

    20% {
        clip-path: var(--slice-4--);
        -moz-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px);
    }

    30% {
        clip-path: var(--slice-2--);
        -moz-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    40% {
        clip-path: var(--slice-1--);
        -moz-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    50% {
        clip-path: var(--slice-5--);
        -moz-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    60% {
        clip-path: var(--slice-2--);
        -moz-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    70% {
        clip-path: var(--slice-3--);
        -moz-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    80% {
        clip-path: var(--slice-5--);
        -moz-transform: translate(-5px, -10px);
        transform: translate(-5px, -10px);
    }

    90% {
        clip-path: var(--slice-4--);
        -moz-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        clip-path: var(--slice-1--);
        -moz-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }
}

@-o-keyframes glitch {
    0% {
        clip-path: var(--slice-1--);
        -o-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    10% {
        clip-path: var(--slice-3--);
        -o-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }

    20% {
        clip-path: var(--slice-4--);
        -o-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px);
    }

    30% {
        clip-path: var(--slice-2--);
        -o-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    40% {
        clip-path: var(--slice-1--);
        -o-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    50% {
        clip-path: var(--slice-5--);
        -o-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    60% {
        clip-path: var(--slice-2--);
        -o-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    70% {
        clip-path: var(--slice-3--);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    80% {
        clip-path: var(--slice-5--);
        -o-transform: translate(-5px, -10px);
        transform: translate(-5px, -10px);
    }

    90% {
        clip-path: var(--slice-4--);
        -o-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        clip-path: var(--slice-1--);
        -o-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }
}

@keyframes glitch {
    0% {
        -webkit-clip-path: var(--slice-1--);
        clip-path: var(--slice-1--);
        -webkit-transform: translate(-10px, 10px);
        -moz-transform: translate(-10px, 10px);
        -o-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    10% {
        -webkit-clip-path: var(--slice-3--);
        clip-path: var(--slice-3--);
        -webkit-transform: translate(-5px, 10px);
        -moz-transform: translate(-5px, 10px);
        -o-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }

    20% {
        -webkit-clip-path: var(--slice-4--);
        clip-path: var(--slice-4--);
        -webkit-transform: translate(-5px, 5px);
        -moz-transform: translate(-5px, 5px);
        -o-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px);
    }

    30% {
        -webkit-clip-path: var(--slice-2--);
        clip-path: var(--slice-2--);
        -webkit-transform: translate(5px, 0px);
        -moz-transform: translate(5px, 0px);
        -o-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }

    40% {
        -webkit-clip-path: var(--slice-1--);
        clip-path: var(--slice-1--);
        -webkit-transform: translate(10px, 5px);
        -moz-transform: translate(10px, 5px);
        -o-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    50% {
        -webkit-clip-path: var(--slice-5--);
        clip-path: var(--slice-5--);
        -webkit-transform: translate(5px, 10px);
        -moz-transform: translate(5px, 10px);
        -o-transform: translate(5px, 10px);
        transform: translate(5px, 10px);
    }

    60% {
        -webkit-clip-path: var(--slice-2--);
        clip-path: var(--slice-2--);
        -webkit-transform: translate(10px, 5px);
        -moz-transform: translate(10px, 5px);
        -o-transform: translate(10px, 5px);
        transform: translate(10px, 5px);
    }

    70% {
        -webkit-clip-path: var(--slice-3--);
        clip-path: var(--slice-3--);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    80% {
        -webkit-clip-path: var(--slice-5--);
        clip-path: var(--slice-5--);
        -webkit-transform: translate(-5px, -10px);
        -moz-transform: translate(-5px, -10px);
        -o-transform: translate(-5px, -10px);
        transform: translate(-5px, -10px);
    }

    90% {
        -webkit-clip-path: var(--slice-4--);
        clip-path: var(--slice-4--);
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        -webkit-clip-path: var(--slice-1--);
        clip-path: var(--slice-1--);
        -webkit-transform: translate(-5px, 10px);
        -moz-transform: translate(-5px, 10px);
        -o-transform: translate(-5px, 10px);
        transform: translate(-5px, 10px);
    }
}

@media screen and (max-width: 700px) {
    .btn,.btn_2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 13px;
        font-size: 12px;
        line-height: 133.333%;
        text-align: left;
        gap: 10px;
        width: 150px;
        max-width: 47%;
    }

    .btn img,.btn_2 img {
        width: 28px;
        max-width: 25%;
        left: 0;
    }

    .btn_2 {
        background-image: url("../img/outline_mob.svg");
    }
}

header {
    width: 100%;
    z-index: 99999;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    margin-bottom: 70px;
    padding-top: 40px;
}

header .logo {
    display: block;
    width: 133px;
}

header .logo img {
    width: 100%;
    display: block;
}

header a {
    font-family: "Unbounded", sans-serif;
}

@media screen and (min-width: 1000px) {
    header a {
        position: relative;
        z-index: 1;
    }

    header a::after {
        -webkit-transition: all ease .4s;
        -o-transition: all ease .4s;
        -moz-transition: all ease .4s;
        transition: all ease .4s;
        content: "";
        display: block;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 1px;
        left: 15px;
        position: absolute;
        bottom: 8px;
        background-color: #ffdb4d;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    header a:hover {
        opacity: 1;
        color: #ffdb4d;
    }

    header a:hover::after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

header .phone::after {
    width: 100%;
    left: 0;
    bottom: -4px;
}

header nav a {
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 15px;
}

header .btnMenu {
    display: none;
    width: 55px;
    height: 55px;
    position: relative;
    z-index: 9999;
}

@media screen and (max-width: 1000px) {
    header {
        padding: 20px 0;
        margin-bottom: 20px;
        text-align: left;
    }

    header .phone {
        display: none;
    }

    header .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 270px;
        max-width: 80%;
        display: block;
        background-color: #ffdb4d;
        height: 100vh;
        height: 100lvh;
        z-index: 9999;
        padding-top: 80px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all cubic-bezier(0, 0, 0.2, 1) .5s;
        -o-transition: all cubic-bezier(0, 0, 0.2, 1) .5s;
        -moz-transition: all cubic-bezier(0, 0, 0.2, 1) .5s;
        transition: all cubic-bezier(0, 0, 0.2, 1) .5s;
    }

    header .nav a {
        display: block;
        color: #1d1d1d;
        padding: 10px 30px;
    }

    header .nav.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    header .btnMenu {
        background-image: url("../img/ic-menu.svg");
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: relative;
        right: -16px;
        opacity: 1 !important;
    }

    header .btnMenu::before,header .btnMenu::after {
        content: "";
        display: block;
        width: 60%;
        margin: 0 auto;
        height: 3px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #fff;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
        position: relative;
        top: 1px;
        opacity: 0;
        pointer-events: none;
    }

    header .btnMenu::after {
        top: -1px;
    }

    header .btnMenu.active {
        background-image: none;
    }

    header .btnMenu.active::before {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header .btnMenu.active::after {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media screen and (max-width: 700px) {
    header .logo {
        max-width: 84px;
    }

    header .btnMenu {
        height: 40px;
    }
}

.marquee {
    text-align: center;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 101vw;
    left: 50%;
    background-color: #ffdb4d;
    padding: 3px 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(2deg) translateX(-50%);
    -moz-transform: rotate(2deg) translateX(-50%);
    -ms-transform: rotate(2deg) translateX(-50%);
    -o-transform: rotate(2deg) translateX(-50%);
    transform: rotate(2deg) translateX(-50%);
    position: absolute;
    bottom: 0;
}

.marquee-content {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-animation: scroll 30s linear infinite;
    -moz-animation: scroll 30s linear infinite;
    -o-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.marquee-content.reverce {
    animation: scroll 15s linear infinite reverse;
}

.marquee:hover .marquee-content {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee li {
    font-family: "Unbounded", sans-serif;
    margin: 0 15px;
    padding: 10px 60px 10px 0;
    color: #1d1d1d;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    background-image: url("../img/ic-star.svg");
    background-repeat: no-repeat;
    background-position: center right;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-moz-keyframes scroll {
    from {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-o-keyframes scroll {
    from {
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.slick-slider:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider {
    width: 100%;
    position: relative;
    left: 0;
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    margin: 0;
    min-height: 1px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0,0,0,0);
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    width: 26px;
    height: 26px;
    font-size: 0;
    color: rgba(0,0,0,0);
    position: absolute;
    z-index: 100;
    bottom: 20px;
    border: none;
    background-image: url("../img/slider_arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
    display: inline-block;
}

.slick-arrow::before {
    display: none;
}

.slick-prev {
    left: 47%;
    -webkit-transform: scale(-1) !important;
    -moz-transform: scale(-1) !important;
    -ms-transform: scale(-1) !important;
    -o-transform: scale(-1) !important;
    transform: scale(-1) !important;
}

.slick-next {
    right: 47%;
}

.slick-disabled {
    cursor: no-drop;
    pointer-events: none;
    -webkit-filter: grayscale(10);
    filter: grayscale(10);
    opacity: .5;
}

.slick-dots {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    width: unset;
    display: inline-block;
    margin: 0;
    padding: 0 4px;
}

.slick-dots li::before {
    display: none;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0);
}

.slick-dots .slick-active button {
    border-color: #ffdb4d;
    background-color: #ffdb4d;
}

@media screen and (max-width: 1200px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

.footer {
    background-color: #16171b;
    padding: 40px 0 50px;
    overflow: hidden;
}

.footer .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.footer__text {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
}

.footer__text a {
    color: #6a6a6a;
    padding: 0;
    text-decoration: underline;
}

.footer__text a:hover {
    opacity: 1;
    color: #ffdb4d;
    text-decoration: none;
}

.footer .col {
    max-width: 37%;
}

.footer .col a:not(.btn) {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 400;
    line-height: 171.429%;
}

.footer .col a:not(.btn):hover {
    opacity: 1;
    color: #ffdb4d;
    text-decoration: underline;
}

.footer__phone {
    color: #ffdb4d;
    font-weight: 700;
}

.footer__phone:hover {
    color: #5bbfc8 !important;
}

.footer .btn {
    padding: 12px 18px;
    min-height: unset;
    font-size: 12px;
    line-height: 100%;
}

.footer__heading {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 171.429%;
}

.footer__email {
    text-decoration: underline;
    margin-bottom: 25px;
}

.footer__external {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 20px;
}

.footer__external img {
    display: block;
}

@media screen and (max-width: 860px) {
    .footer .logo {
        margin-bottom: 15px;
    }

    .footer .container {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .footer__heading {
        display: none;
    }

    .footer nav {
        display: none;
    }

    .footer .col {
        max-width: 50%;
    }
}

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

    .footer .container {
        padding-top: 100px;
    }

    .footer .col {
        max-width: 100%;
        text-align: center;
    }

    .footer .col:first-child {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer .col:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
    }

    .footer .btn {
        width: unset;
        display: inline-block;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer .logo {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .footer__external {
        margin: 0;
        display: block !important;
        margin: 0 auto;
        max-width: 100px;
    }

    .footer__phone {
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
    }
}

.main {
    position: relative;
    z-index: 999;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}

.main h1 {
    margin: 0 0 100px;
}

.main .btn {
    margin-right: 20px;
}

.main .container {
    min-height: 920px;
    z-index: 99;
}

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

.main__img {
    display: block;
    margin: 0 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    z-index: -1;
}

@media screen and (min-width: 1000px) {
    .main__img {
        max-height: 80%;
        max-width: 54%;
        position: absolute;
        right: -6%;
        bottom: 20px;
    }
}

.main__bg {
    position: absolute;
    width: 106%;
    max-width: unset;
    margin-left: -3%;
    height: 106%;
    margin-top: -4%;
    z-index: -111;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
}

.main .scene {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.wk {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0 134px;
}

.wk-slider {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wk-slider .slick-list {
    padding-left: -webkit-calc((100% - 1032px)/2);
    padding-left: -moz-calc((100% - 1032px)/2);
    padding-left: calc((100% - 1032px)/2);
}

@media screen and (max-width: 1078px) {
    .wk-slider .slick-list {
        padding-left: 22px;
    }
}

@media screen and (max-width: 1000px) {
    .wk-slider {
        padding: 0 12px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .wk-slider::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}

.wk-item {
    min-width: 504px;
    width: 504px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #ffdb4d;
    -webkit-clip-path: polygon(0 30px, 30px 0, 100% 0, 100% -webkit-calc(100% - 30px), -webkit-calc(100% - 30px) 100%, 0 100%);
    clip-path: polygon(0 30px, 30px 0, 100% 0, 100% -moz-calc(100% - 30px), -moz-calc(100% - 30px) 100%, 0 100%);
    clip-path: polygon(0 30px, 30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    margin: 0 12px;
}

@media screen and (max-width: 1000px) {
    .wk-item {
        margin: 0 10px;
    }
}

.wk__img {
    width: 240px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-right: 1px solid #000;
}

.wk-title {
    color: #1d1d1d;
    padding: 30px;
}

.wk__label {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.wk__heading {
    padding-right: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    border-bottom: 1px solid #1d1d1d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wk__textbg {
    display: none;
}

@media screen and (min-width: 1000px) {
    .wk__textbg {
        display: block;
        white-space: nowrap;
        position: absolute;
        z-index: -11;
        margin: 0;
        font-size: 160px;
        font-style: normal;
        font-weight: 600;
        line-height: 90%;
        text-transform: uppercase;
        color: #16171b;
        text-shadow: 1px 1px #2b2c34,-1px -1px #2b2c34;
    }
}

.wk .scene {
    display: none;
}

@media screen and (min-width: 1000px) {
    .wk .scene {
        display: block;
        width: 100%;
        height: 180px;
        position: absolute;
        bottom: 20px !important;
        left: 0 !important;
        z-index: -1;
    }
}

.mobile {
    padding: 80px 0 140px;
    color: #fff;
    background-color: #5bbfc8;
}

.mobile h2 {
    max-width: 743px;
    margin-bottom: 80px;
}

.mobile-item {
    width: 32%;
    gap: 20px;
    padding: 18px;
    color: #ffdb4d;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    z-index: 1;
    background-color: #ffdb4d;
    -webkit-clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -moz-calc(100% - 20px), -moz-calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.mobile-item::before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -1;
    pointer-events: none;
    background-color: #5bbfc8;
    -webkit-clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -moz-calc(100% - 20px), -moz-calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.mobile-item span {
    display: block;
    max-width: 59%;
}

.mobile-icon {
    max-width: 40%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.features {
    padding: 80px 0 150px;
}

.features h2 {
    margin-bottom: 100px;
}

.features-list {
    position: relative;
    z-index: 1;
    gap: 0 30%;
}

.features-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 25px 0;
    color: #ffdb4d;
    text-align: left;
    border-bottom: 1px solid #2b2c34;
}

@media screen and (min-width: 700px) {
    .features-item {
        max-width: 28%;
        width: 261px;
    }

    .features-item:nth-child(8),.features-item:nth-child(9) {
        border: none;
    }

    .features-item:nth-child(even) {
        width: 284px;
        text-align: right;
    }
}

.features-img {
    padding: 0;
}

.features-img img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 700px) {
    .features-img {
        position: absolute;
        top: 50%;
        left: 51%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 328px;
        max-width: 32%;
    }

    .features-img::before,.features-img::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-image: url("../img/bg-outline_2.svg");
        animation: rotate 13s ease forwards alternate-reverse infinite;
    }

    .features-img::after {
        background-image: url("../img/bg-outline.svg");
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s;
    }

    .features-img img {
        -webkit-clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 0 100%);
        clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -moz-calc(100% - 20px), -moz-calc(100% - 20px) 100%, 0 100%);
        clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    }
}

.services {
    background-color: #5bbfc8;
    overflow: hidden;
    padding: 80px 0 114px;
}

.services .wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 50px;
}

.services h2 {
    margin-bottom: 30px;
}

.services__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 60px;
    padding-top: 60px;
    background-image: url("../img/quote.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 38px auto;
    -moz-background-size: 38px auto;
    -o-background-size: 38px auto;
    background-size: 38px auto;
    line-height: 30px;
}

.services-item {
    text-align: center;
    width: 240px;
    position: relative;
    z-index: 1;
}

.services-item::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-image: url("../img/bg-outline_3.svg");
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateZ 4s infinite;
    -moz-animation: rotateZ 4s infinite;
    -o-animation: rotateZ 4s infinite;
    animation: rotateZ 4s infinite;
    pointer-events: none;
}

.services-item:nth-child(2)::before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.services-item:nth-child(3)::before {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.services-item:nth-child(4)::before {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.services-item:nth-child(5)::before {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.services-item:nth-child(6)::before {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.services-item img {
    width: 100%;
    aspect-ratio: 1/1;
    -webkit-clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -moz-calc(100% - 20px), -moz-calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    display: block;
    margin: 0 0 40px;
}

@media screen and (max-width: 1000px) {
    .services {
        text-align: center;
    }

    .services__text {
        background-position: top center;
        max-width: 400px;
        margin: 0 auto 60px;
    }

    .services .wrap {
        gap: 100px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .services .wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 700px) {
    .services {
        padding: 40px 0;
    }

    .services .wrap {
        width: 100vw;
        position: relative;
        left: -22px;
    }

    .services__text {
        margin-bottom: 0;
        font-size: 16px;
        max-width: 315px;
    }

    .services-item {
        width: 204px;
        margin: 34px 10vh 0;
    }
}

.price {
    background-color: #ffdb4d;
    color: #1d1d1d;
}

.price h2 {
    margin-bottom: 20px;
}

.price a {
    color: #5bbfc8;
    font-weight: bold;
    text-decoration: underline;
}

.price__descr {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 60px;
}

@media screen and (min-width: 1000px) {
    .price .filter {
        display: none;
    }
}

.price-table {
    border: 1px solid #1d1d1d;
    border-right: none;
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 1;
}

.price-table::before,.price-table::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #ffdb4d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price-table::before {
    border-right: 1px solid #1d1d1d;
    top: -16px;
    left: -16px;
}

.price-table::after {
    bottom: -16px;
    right: -16px;
    border-left: 1px solid #1d1d1d;
}

.price .col,.price .row {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.price .col {
    width: 13.5%;
    text-align: center;
}

.price .col:first-child {
    text-align: left;
    width: 46%;
}

.price .col:first-child .td,.price .col:first-child .th {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.price .row {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.price .row .td {
    width: 54%;
    border-top: 1px solid #1d1d1d;
    height: unset !important;
    min-height: 80px;
}

.price .row .td:first-child {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 46%;
    border-bottom: none;
}

.price .row .col {
    width: 54%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price .row .col .td {
    width: 25%;
    border-bottom: none;
}

@media screen and (max-width: 1000px) {
    .price .row .col {
        width: 37%;
    }

    .price .row .col .td {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        width: 50% !important;
    }
}

@media screen and (max-width: 700px) {
    .price .row .col {
        width: 30%;
    }

    .price .row .col .td {
        width: 100% !important;
        min-height: unset;
    }
}

.price .td:last-child {
    border-bottom: none;
}

.price .th {
    font-weight: 600;
}

.price .td,.price .th {
    border-bottom: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    height: 14.2%;
}

.low {
    padding: 100px 0 10px;
}

.low .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.low-img {
    width: 416px;
    max-width: 42%;
}

.low-img img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

@media screen and (min-width: 700px) {
    .low-img {
        position: relative;
    }

    .low-img::before,.low-img::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-image: url("../img/bg-outline_2.svg");
        animation: rotate 13s ease forwards alternate-reverse infinite;
    }

    .low-img::after {
        background-image: url("../img/bg-outline.svg");
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s;
    }
}

.low-title {
    width: 48%;
}

.low-list {
    margin-bottom: 50px;
}

.low-list li {
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
    background-image: url("../img/list-arrow.svg");
    background-repeat: no-repeat;
    background-position: center left;
    padding: 15px 0 15px 38px;
    color: #ffdb4d;
}

@media screen and (max-width: 1000px) {
    .low-list li {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    .low-list li {
        font-size: 18px;
    }
}

.low form input {
    width: 250px;
    max-width: 49%;
}

.low form .btn {
    padding: 12px 38px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .low form {
        width: 100%;
        max-width: 400px;
        margin: 0;
    }

    .low form input,.low form .btn {
        max-width: 100%;
        width: 100%;
    }

    .low form .btn {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1000px) {
    .low .headline {
        font-size: 40px;
    }
}

@media screen and (max-width: 700px) {
    .low {
        padding: 40px 0 10px;
    }

    .low .headline {
        max-width: 344px;
        margin-bottom: -webkit-calc(100vw - 4px);
        margin-bottom: -moz-calc(100vw - 4px);
        margin-bottom: calc(100vw - 4px);
    }

    .low .wrap {
        position: relative;
        z-index: 1;
        max-width: 500px;
    }

    .low-list {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .low-title {
        width: 100%;
        max-width: 100%;
    }

    .low-img {
        position: absolute;
        top: 110px;
        left: 22px;
        width: -webkit-calc(100vw - 44px);
        width: -moz-calc(100vw - 44px);
        width: calc(100vw - 44px);
        max-width: 500px;
    }
}

.reviews {
    position: relative;
    overflow: hidden;
}

.reviews .wk__textbg {
    font-weight: 400;
}

@media screen and (max-width: 1090px) {
    .reviews {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .reviews {
        padding-bottom: 10px;
    }
}

.reviews .scene {
    display: none;
}

@media screen and (min-width: 1000px) {
    .reviews .scene {
        display: block;
        width: 100%;
        height: 180px;
        position: absolute;
        bottom: 0px !important;
        left: 0 !important;
        z-index: -1;
    }
}

.review {
    padding: 30px 30px 20px;
    color: #1d1d1d;
    width: 504px;
    min-width: 504px;
    position: relative;
    z-index: 1;
    margin: 0 24px 10px 0;
}

.review::before,.review::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.review::before {
    top: 0;
    left: 0;
    background-color: #5bbfc8;
    -webkit-clip-path: polygon(0 18px, 18px 0, 100% 0, 100% -webkit-calc(100% - 18px), -webkit-calc(100% - 18px) 100%, 0 100%);
    clip-path: polygon(0 18px, 18px 0, 100% 0, 100% -moz-calc(100% - 18px), -moz-calc(100% - 18px) 100%, 0 100%);
    clip-path: polygon(0 18px, 18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.review::after {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    border-left: 1px solid #ffdb4d;
    background-image: url("../img/bg-outline_4.svg");
    background-repeat: no-repeat;
    background-position: right 1px bottom;
    right: -10px;
    bottom: -10px;
    z-index: -100;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.review-header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 17px;
}

.review-header img {
    width: 36px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.review-header strong {
    display: block;
    font-weight: 700;
}

.review__stars {
    display: inline-block !important;
    margin-right: 7px;
    vertical-align: middle;
}

.review__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 20px;
}

.review__from {
    font-size: 18px;
    font-weight: 400;
    line-height: 133%;
}

@media screen and (max-width: 1090px) {
    .review {
        width: 470px;
        min-width: 470px;
    }
}

@media screen and (max-width: 1000px) {
    .review {
        padding: 20px 20px 15px;
        width: 260px;
        min-width: 260px;
        margin: 0 10px 5px 10px;
    }

    .review::after {
        bottom: -5px;
        right: -5px;
    }

    .review__stars {
        margin-right: 2px;
    }

    .review-header {
        margin-bottom: 10px;
    }

    .review__text {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .review__from {
        font-size: 12px;
    }
}

.faq {
    padding-top: 50px;
}

.how {
    background-color: #ffdb4d;
    color: #000;
    padding: 80px 0 100px;
}

.how h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}

.how a {
    white-space: nowrap;
    color: #000;
    font-weight: 600;
}

.how a:hover {
    text-decoration: underline;
}

.how ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 60px;
    border-top: 1px solid #000;
}

.how ul li {
    color: #000;
    max-width: 30%;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes rotateZ {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-moz-keyframes rotateZ {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-o-keyframes rotateZ {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotateZ {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 1000px) {
    .main {
        text-align: center;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .main .container {
        min-height: unset;
    }

    .main h1 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 30px;
    }

    .main__img {
        position: relative;
        right: -40px;
        max-width: 95%;
        margin-top: 40px;
    }

    .main .btn,.main .btn_2 {
        margin: 3px;
    }

    .main__bg {
        -o-object-position: bottom center;
        object-position: bottom center;
        margin-top: -6%;
    }

    .wk {
        padding: 60px 0 70px;
    }

    .mobile {
        padding: 60px 0;
    }

    .mobile h2 {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .mobile .wrap {
        gap: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mobile-item {
        width: 310px;
    }

    .price__descr {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .price .filter {
        gap: 20px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .price .filter__btn {
        font-size: 14px;
        font-weight: 700;
        line-height: 111.111%;
        padding: 12px 20px 10px;
        opacity: 1;
        border: 1px solid #1d1d1d;
        color: #1d1d1d;
    }

    .price .filter__btn.active {
        background-color: #1d1d1d;
        color: #fff;
    }

    .price .col {
        display: none;
        width: 37%;
    }

    .price .col:nth-child(2) {
        display: block;
    }

    .price .col:first-child {
        display: block;
        text-align: left;
        width: 63%;
    }

    .price .row .td {
        width: 37%;
    }

    .price .row .td:first-child {
        width: 63%;
    }

    .how {
        padding: 60px 0;
    }

    .how h2 {
        font-size: 24px;
    }

    .how ul {
        padding-top: 40px;
    }

    .how ul li {
        width: 31%;
        max-width: 31%;
        font-size: 14px;
        line-height: 171.429%;
    }
}

@media screen and (max-width: 700px) {
    .wk-item {
        width: 214px;
        min-width: 214px;
        display: block !important;
    }

    .wk__img {
        width: 100%;
        height: 204px;
        aspect-ratio: 1/1;
        border-right: none;
        border-bottom: 1px solid #1d1d1d;
    }

    .wk-title {
        padding: 15px;
    }

    .wk__label,.wk__heading {
        display: inline;
        padding-right: 0;
        font-size: 12px;
        font-style: normal;
    }

    .wk__heading {
        display: block;
    }

    .wk__heading:last-child {
        border-bottom: none;
        padding: 0;
        margin-bottom: 0;
    }

    .mobile {
        padding: 40px 0;
    }

    .mobile .wrap {
        gap: 20px;
    }

    .mobile-item {
        gap: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 13px 20px;
    }

    .mobile-item span {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
    }

    .mobile-icon {
        width: 66px;
        height: 54px;
    }

    .features h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .features-list {
        border: 1px solid #2b2c34;
        -webkit-clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 0 100%);
        clip-path: polygon(0 20px, 20px 0, 100% 0, 100% -moz-calc(100% - 20px), -moz-calc(100% - 20px) 100%, 0 100%);
        clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    }

    .features-list::after {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #2b2c34;
        position: absolute;
        bottom: 13px;
        right: -15px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .features-item {
        width: 100%;
        text-align: center;
        padding: 20px 10px;
        max-width: -webkit-calc(100% - 40px);
        max-width: -moz-calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    .features-item:nth-child(9) {
        border: none;
    }

    .features-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .price h2 {
        margin-bottom: 10px;
    }

    .price .col,.price .row {
        font-size: 12px;
        line-height: 140%;
    }

    .price .col {
        width: 30%;
    }

    .price .col:first-child {
        width: 70%;
    }

    .price .td,.price th {
        min-height: 74px;
        height: unset;
        padding: 11px 14px;
    }

    .price .row .td {
        width: 30%;
    }

    .price .row .td:first-child {
        width: 70%;
    }

    .price__descr {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .price__descr b {
        display: block;
    }

    .price .filter {
        gap: 10px;
    }

    .price .filter__btn {
        font-size: 9px;
        padding: 8px 7px 7px;
    }

    .faq h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .how {
        padding: 40px 0;
    }

    .how h2 {
        margin-bottom: 20px;
    }

    .how ul {
        display: block;
        padding-top: 0;
        border-top: none;
    }

    .how ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .how ul li:last-child {
        margin-bottom: 0;
    }
}