/*   
Theme Name: ADVGO
Theme URI: http://wp-themes/
Description:
Author: Vladislav Yurchenko
Author URI: 
Version: 1.0
*/

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

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

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

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiboldItalic.eot');
    src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'),
        url('fonts/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-SemiboldItalic.woff2') format('woff2'),
        url('fonts/Gilroy-SemiboldItalic.woff') format('woff'),
        url('fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
        url('fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-BoldItalic.woff2') format('woff2'),
        url('fonts/Gilroy-BoldItalic.woff') format('woff'),
        url('fonts/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-HeavyItalic.eot');
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
        url('fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-HeavyItalic.woff2') format('woff2'),
        url('fonts/Gilroy-HeavyItalic.woff') format('woff'),
        url('fonts/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

html,
body,
div,
footer,
header,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
form,
label,
img,
iframe,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

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

a,
button,
label,
input,
textarea {
    outline: none!important;
    -webkit-tap-highlight-color: transparent!important;
}

input,
textarea,
button {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
}

body {
    position: relative;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    background-color: #fff;
}

.overflow {
    overflow: hidden;
}

.wrap {
    max-width: 1235px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 1235px) {
    .wrap {
        max-width: 1140px;
    }
}

@media screen and (max-width: 1140px) {
    .wrap {
        max-width: 960px;
    }
}

@media screen and (max-width: 960px) {
    .wrap {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        max-width: 640px;
    }
}

@media screen and (max-width: 640px) {
    .wrap {
        max-width: 560px;
    }
}

@media screen and (max-width: 560px) {
    .wrap {
        max-width: 460px;
    }
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

svg {
    display: block;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video iframe,
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

/* ---------------------------------------------- Text */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy', sans-serif;
    color: #0A0A0A;
    font-weight: bold;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

.btn__subtitle {
    display: inline-block;
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 16px;
    padding: 12px 42px 14px;
    border: 1px solid #1A1A1A;
    border-radius: 37px;
    box-sizing: border-box;
    text-align: center;
}

.title {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.12;
}

.title > span {
    color: #58D1D1;
}

.page__title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.page__title + .content {
    margin-top: 24px;
}

p,
a,
li {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    color: #1A1A1A;
}

a {
    text-decoration: underline;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

a:hover {
    color: #58D1D1;
    text-decoration: none;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
p > a,
li > a,
span > a,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
p > span,
a > span,
li > span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.btn {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 19px 30px 21px;
    border: 2px solid #F13F21;
    border-radius: 9px;
    box-sizing: border-box;
    background-color: #F13F21;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
}

.btn:hover {
    color: #F13F21;
    background-color: transparent;
}

@media screen and (max-width: 1235px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
    
    .btn__subtitle {
        font-size: 18px;
        padding-bottom: 12px;
    }
    
    .title {
        font-size: 52px;
    }
    
    .page__title {
        font-size: 36px;
    }
    
    .btn {
        padding: 18px 30px 20px;
    }
}

@media screen and (max-width: 1140px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    
    .btn__subtitle {
        padding: 11px 40px;
    }
    
    .title {
        font-size: 46px;
    }
    
    .page__title {
        font-size: 32px;
    }
    
    .btn {
        font-size: 18px;
        padding: 17px 30px 18px;
    }
}

@media screen and (max-width: 768px) {
    .btn__subtitle {
        padding: 11px 38px;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }
    
    .btn__subtitle {
        font-size: 16px;
        padding: 11px 36px;
    }
    
    .title {
        font-size: 42px;
    }
    
    .page__title {
        font-size: 28px;
    }
    
    .btn {
        font-size: 16px;
        font-weight: 600;
    }
}

@media screen and (max-width: 560px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }
    
    .btn__subtitle {
        font-size: 14px;
        padding: 11px 34px;
    }
    
    .title {
        font-size: 36px;
    }
    
    .page__title {
        font-size: 26px;
    }
    
    p,
    a,
    li {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 12px;
    }
    
    .btn__subtitle {
        font-size: 12px;
        padding: 10px 28px 9px;
        letter-spacing: 0.01em;
    }
    
    .title {
        font-size: 32px;
    }
    
    .page__title {
        font-size: 24px;
    }

    p,
    a,
    li {
        font-size: 12px;
    }
    
    .btn {
        letter-spacing: 0.02em;
    }
}

a.phone {
    text-decoration: none!important;
    cursor: text!important;
}

/* ---------------------------------------------- Content */

.content::after {
    content: '';
    clear: both;
    display: block;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin: 0 0 19px 0;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.content p + h1,
.content p + h2,
.content p + h3,
.content p + h4,
.content p + h5,
.content p + h6 {
    margin-top: 33px;
}

.content p {
    margin-bottom: 20px;
    letter-spacing: 0.01em;
}

.content ul {
    margin-bottom: 20px;
}

.content ul li {
    position: relative;
    margin-bottom: 1px;
    padding-left: 19px;
    list-style: none;
    letter-spacing: 0.01em;
}

.content ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 11px;
    background-image: url('img/point-check.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

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

.content ol li {
    margin-bottom: 1px;
    list-style: decimal;
    letter-spacing: 0.01em;
}

.content img {
    display: block;
    margin-bottom: 30px;
}

.content img.aligncenter {
    margin: 0 auto 30px;
}

.content img.alignleft {
    float: left;
    margin-right: 30px;
}

.content img.alignright {
    float: right;
    margin-left: 30px;
}

@media screen and (max-width: 460px) {
    .content img.alignleft {
        float: none;
        margin-right: auto;
    }

    .content img.alignright {
        float: none;
        margin-left: auto;
    }
}

.content p + p > img,
.content h1 + p > img,
.content h2 + p > img,
.content h3 + p > img,
.content h4 + p > img,
.content h5 + p > img,
.content h6 + p > img {
    margin-top: 30px;
}

.content hr {
    margin: 30px 0;
    border-top: 0;
    border-color: #000;
}

/* -------------------------------------------- Tables */

table {
    width: 100%;
}

.content > table {
    width: auto!important;
    margin: 30px auto;
}

table tr th,
table tr td {
    font-family: 'Gilroy', sans-serif;
    vertical-align: middle;
    padding: 10px 15px;
    text-align: center;
    box-sizing: border-box;
}

table tr th {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    background: #58D1D1;
}

table tr td {
    font-size: 16px;
    color: #1F1F1F;
    border: 1px solid #000;
}

table tr td p,
table tr td a {
    font-size: inherit;
    color: inherit;
}

/* --------------------------------------------------- Forms */

form.f {
    width: 100%;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    width: 100%;
    padding: 17px;
    border: 1px solid #EAF3F3;
    border-radius: 9px;
    box-sizing: border-box;
    background-color: #fff;
    letter-spacing: 0.01em;
}

textarea {
    display: block;
    resize: vertical;
}

form.f input[type="text"],
form.f input[type="password"],
form.f input[type="tel"],
form.f input[type="email"] {
    margin-bottom: 11px;
}

/* Placeholders */

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8D8D8D;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8D8D8D;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8D8D8D;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8D8D8D;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #8D8D8D;
}

/* Labels */

label {
    cursor: pointer;
}

form.f > label:not(.flex) {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 10px;
}

form.f > label.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
}

/* Upload File */

.upload__wrap {
    position: relative;
}

.upload__wrap > input {
    padding-right: 50px!important;
}

.upload__file {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 16px;
    height: 15px;
    margin-top: -11px;
    background-image: url('img/form-download.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.upload__file__input,
.upload__file__input1 {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
    z-index: -1;
}

.uploaded__files.flex {
    justify-content: flex-start;
    margin: 0 -30px 11px 0;
}

.uploaded__file {
    position: relative;
    margin: 0 30px 5px 0;
    padding: 0 20px;
    background-image: url('img/file.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 center;
}

.uploaded__file p {
    font-size: 14px;
    color: #90B1B1;
    letter-spacing: 0.01em;
}

.delete__file {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.delete__file::before,
.delete__file::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    margin-left: -5px;
    background: #DADADA;
    transform-origin: center;
}

.delete__file::before {
    transform: rotate(45deg);
}

.delete__file::after {
    transform: rotate(-45deg);
}

/* Checkbox */

input[type="checkbox"] {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-image: url('img/form-checkbox.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 2px 3px;
}

/* Privacy Policy */

.form__privacy__policy {
    margin: 10px 0 20px;
}

.form__privacy__policy p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.01em;
}

.form__privacy__policy a {
    color: #fff;
}

/* Submit Btn */

.submit__btn__wrap {
    display: inline-block;
}

.submit__btn__wrap input[type="submit"] {
    font-family: 'Gilroy', sans-serif;
    width: 100%;
    transition: all 0.25s ease-in-out;
}

input[type="submit"]:disabled {
    cursor: wait;
}

.loading {
    position: relative;
    z-index: 1;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: #F13F21;
    background-image: url('img/preloader.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: 1;
}

.loading input[type="submit"] {
    pointer-events: none;
    cursor: wait;
}

/* Responses */

.input__not__valid {
    border-color: #FD2305!important;
    animation: input_not_valid 0.5s ease 0.3s;
}

@keyframes input_not_valid {
    0% {
        transform: translateX(0px);
    }
    25% {
        transform: translateX(-3px);
    }
    50% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0px);
    }
}

.input__not__valid::-webkit-input-placeholder {
    color: #FF512F!important;
}

.input__not__valid::-moz-placeholder {
    color: #FF512F!important;
}

.input__not__valid:-moz-placeholder {
    color: #FF512F!important;
}

.input__not__valid:-ms-input-placeholder {
    color: #FF512F!important;
}

.input__not__valid::-ms-input-placeholder {
    color: #FF512F!important;
}

.input__notice {
    display: none;
    width: 100%;
    margin-top: -7px;
    padding: 0 5px;
    box-sizing: border-box;
}

.input__notice.input__notice__privacy_policy {
    margin: -7px 0 15px;
}

.input__notice p,
.input__notice a {
    font-size: 12px;
    color: #F13F21;
    text-align: right;
}

.form__success,
.form__error {
    display: none;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.form__success {
    border: 1px solid #6BD5A7;
}

.form__error {
    border: 1px solid #FD2305;
}

.form__success p,
.form__success li,
.form__success a {
    color: #6BD5A7;
}

.form__error p,
.form__error li,
.form__error a {
    color: #FD2305;
}

.form__success.active,
.form__error.active {
    animation: form_response_msg 2s ease;
}

@keyframes form_response_msg {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(-5deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

@media screen and (max-width: 640px) {
    form.f > label:not(.flex) {
        font-size: 18px;
    }
}

@media screen and (max-width: 460px) {
    form.f > label:not(.flex) {
        font-size: 16px;
        font-weight: 600;
    }
}

/* ---------------------------------------- Modal */

.modal__overlay.flex {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: visibility 0.25s ease-in-out, background 0.25s ease-in-out, z-index 0s ease-in-out 0.25s;
    z-index: -5;
}

html.modal__active .modal__overlay.flex {
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
    transition: visibility 0.25s ease-in-out, background 0.25s ease-in-out, z-index 0s ease-in-out 0s;
    z-index: 500;
}

.modal {
    visibility: hidden;
    position: absolute;
    max-width: 1023px;
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    overflow-y: auto;
    opacity: 0;
    transform: translateY(25%);
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    z-index: -1;
}

.modal.active {
    visibility: visible;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}

.modal__content {
    position: relative;
    padding: 45px 65px 50px;
    box-sizing: border-box;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}

.modal__content.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.modal__left {
    max-width: 546px;
    min-width: 546px;
}

.modal__title {
    font-size: 40px;
    font-weight: bold;
    color: #15ADAE;
    margin-bottom: 30px;
    line-height: 1.1;
}

form.modal__form {
    max-width: 420px;
}

form.modal__form input[type="text"],
form.modal__form input[type="password"],
form.modal__form input[type="tel"],
form.modal__form input[type="email"],
form.modal__form textarea {
    padding: 15px 17px;
}

form.modal__form input[type="checkbox"] {
    border-color: #58D1D1;
}

form.modal__form input[type="checkbox"]:checked {
    background-image: url('img/form-checkbox-green.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 2px 3px;
}

form.modal__form .form__privacy__policy p,
form.modal__form .form__privacy__policy a {
    color: #696F79;
}

form.modal__form .submit__btn__wrap {
    width: 100%;
}

.modal__img {
    margin-left: -21px;
}

/* Close Modal */

.close__modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    z-index: 1;
    cursor: pointer;
}

.close__modal::before,
.close__modal::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    margin: -1px 0 0 -13px;
    background: #000;
    border-radius: 10px;
    transform-origin: center;
}

.close__modal::before {
    transform: rotate(45deg);
}

.close__modal::after {
    transform: rotate(-45deg);
}

.close__modal:hover {
    transform: rotate(180deg);
}

@media screen and (max-width: 1235px) {
    .modal {
        max-width: 969px;
    }
    
    .modal__left {
        max-width: 492px;
        min-width: 492px;
    }
    
    .modal__title {
        font-size: 36px;
    }
    
    form.modal__form {
        max-width: 370px;
    }
}

@media screen and (max-width: 1140px) {
    .modal {
        max-width: 915px;
    }
    
    .modal__left {
        min-width: 438px;
        max-width: 438px;
    }
    
    .modal__title {
        font-size: 32px;
    }
    
    form.modal__form {
        max-width: 340px;
    }
}

@media screen and (max-width: 960px) {
    .modal__left {
        min-width: 340px;
        max-width: 340px;
        margin-right: 40px;
    }
    
    .modal__title {
        margin-bottom: 25px;
    }
    
    form.modal__form {
        max-width: 100%;
    }
    
    .modal__img {
        margin-left: 0;
    }
}

@media screen and (max-width: 910px) {
    .modal__left {
        min-width: 320px;
        max-width: 320px;
    }
}

@media screen and (max-width: 880px) {
    .modal__content {
        padding: 45px 50px 50px;
    }
}

@media screen and (max-width: 860px) {
    .modal {
        max-width: 480px;
    }
    
    .modal__content {
        display: block;
    }
    
    .modal__left {
        min-width: initial;
        max-width: 100%;
        margin-right: 0;
    }
    
    .modal__title {
        text-align: center;
    }

    .modal__img {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .modal__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 560px) {
    .modal {
        max-width: 460px;
    }
    
    .modal__content {
        padding: 45px 45px 45px;
    }
    
    .modal__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 460px) {
    .modal__title {
        font-size: 24px;
    }
    
    .modal__content {
        padding: 45px 40px 45px;
        border-radius: 9px;
    }
}

@media screen and (max-width: 420px) {
    .modal__content {
        padding: 45px 30px 40px;
    }
}

@media screen and (max-width: 359px) {
    .modal__content {
        padding: 45px 25px 40px;
    }
}

/* ---------------------------------------- Portfolio Modal */

.portfolio__modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: background 0.6s ease-in 0s, z-index 0s ease-in-out 0.6s;
    z-index: -5;
}

html.portfolio__modal__active .portfolio__modal__overlay {
    background: #000;
    transition: background 0.6s ease-in-out 0s, z-index 0s ease-in-out 0s;
    z-index: 499;
}

.portfolio__modal,
.portfolio__modal__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

.portfolio__modal {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(.85,.02,.65,.94), visibility 0s ease-in-out 0.6s, opacity 0s ease-in-out 0.6s;
    z-index: -1;
}

html.overflow__hidden__modal .portfolio__modal:not(.active){
    transform: translateY(-100%);
}

.portfolio__modal__wrap {
    transform: translateY(-50%);
    transition: transform 0.6s cubic-bezier(.85,.02,.65,.94);
}

html.overflow__hidden__modal .portfolio__modal__wrap {
    transform: translateY(50%);
}

.portfolio__modal.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(.85,.02,.65,.94), visibility 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    z-index: 1;
}

.portfolio__modal.active .portfolio__modal__wrap {
    transform: translateY(0);
}

.portfolio__modal__scroll {
    max-height: 100%;
    overflow-y: auto;
}

.portfolio__modal__content {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.portfolio__modal__content > .wrap {
    padding: 50px 15px 100px;
}

.portfolio__modal__header.flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.portfolio__modal__img {
    margin-right: -134px;
}

/*
.portfolio__modal__img > img {
    max-width: initial;
}
*/

.portfolio__modal__header__content {
    max-width: 380px;
    min-width: 380px;
    padding-top: 70px;
    box-sizing: border-box;
}

.portfolio__modal__logo {
    margin-bottom: 18px;
}

.portfolio__modal__text {
    font-size: 20px;
    color: #fff;
}

.portfolio__modal__btn {
    margin-top: 92px;
}

.portfolio__modal__btn,
.portfolio__modal__btn__mob {
    border-color: #58D1D1;
    background-color: #58D1D1;
}

.portfolio__modal__btn:hover,
.portfolio__modal__btn__mob:hover {
    color: #58D1D1;
}

.portfolio__modal__btn__mob {
    display: none;
}

/* Portfolio Modal Services */

.portfolio__modal__services.flex {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -35px 20px 0;
}

.portfolio__service {
    width: calc(33.33% - 35px);
    margin: 0 35px 55px 0;
}

.portfolio__service__header.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.portfolio__service__number {
    font-size: 73px;
    font-weight: bold;
    color: #fff;
    min-width: 76px;
    margin-right: 14px;
    letter-spacing: 0.01em;
}

.portfolio__service__title {
    font-size: 24px;
    font-weight: bold;
    color: #58D1D1;
    letter-spacing: 0.01em;
}

.portfolio__service__text {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.01em;
}

/* Close Portfolio Modal */

.portfolio__modal .close__modal {
    position: fixed;
    top: 30px;
    right: 35px;
}

.portfolio__modal .close__modal::before,
.portfolio__modal .close__modal::after {
    background: #fff;
}

@media screen and (max-width: 1235px) {
    .portfolio__modal__header__content {
        padding-top: 65px;
    }
    
    .portfolio__modal__img {
        margin-right: -115px;
    }
    
    .portfolio__modal__header__content {
        min-width: 360px;
        max-width: 360px;
    }
    
    .portfolio__modal__text {
        font-size: 18px;
    }
    
    .portfolio__modal__btn {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1140px) {
    .portfolio__modal__content > .wrap {
        padding-bottom: 90px;
    }
    
    .portfolio__modal__header__content {
        padding-top: 50px;
    }

    .portfolio__modal__img {
        margin-right: -95px;
    }
    
    .portfolio__modal__header__content {
        min-width: 320px;
        max-width: 320px;
    }
    
    .portfolio__modal__btn {
        margin-top: 40px;
    }
    
    .portfolio__service__header.flex {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 960px) {
    .portfolio__modal__content > .wrap {
        padding-bottom: 80px;
    }
    
    .portfolio__modal__header__content {
        padding-top: 30px;
    }
    
    .portfolio__modal__header.flex {
        flex-direction: column;
    }
    
    .portfolio__modal__header__content {
        order: -1;
        max-width: 100%;
        min-width: 100%;
    }
    
    .portfolio__modal__logo {
        max-width: 350px;
    }

    .portfolio__modal__img {
        margin-right: -45px;
    }

    .portfolio__modal__services.flex {
        margin-right: -60px;
    }
    
    .portfolio__service {
        width: calc(50% - 60px);
        margin-right: 60px;
    }
}

@media screen and (max-width: 768px) {
    .portfolio__modal__btn {
        margin-top: 35px;
    }
    
    .portfolio__modal__services.flex {
        margin: 0 -40px 25px 0;
    }
    
    .portfolio__service {
        width: calc(50% - 40px);
        margin: 0 40px 50px 0;
    }
    
    .portfolio__service__header.flex {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .portfolio__modal__content > .wrap {
        padding-bottom: 70px;
    }
    
    .portfolio__modal__text {
        font-size: 16px;
    }
    
    .portfolio__modal__btn {
        margin-top: 30px;
    }

    .portfolio__modal__services.flex {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 0;
    }
    
    .portfolio__service {
        width: 100%;
        margin: 0 0 35px;
    }
}

@media screen and (max-width: 560px) {
    .portfolio__modal__content > .wrap {
        padding-bottom: 60px;
    }
    
    .portfolio__modal__text {
        font-size: 14px;
    }

    .portfolio__modal__img {
        margin-right: -42px;
    }
    
    .portfolio__service__header.flex {
        margin-bottom: 15px;
    }

    .portfolio__service__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .portfolio__modal__content > .wrap {
        padding-bottom: 55px;
    }
    
    .portfolio__modal__text {
        font-size: 12px;
    }
    
    .portfolio__modal__btn {
        display: none;
    }
    
    .portfolio__modal__img {
        margin-right: -40px;
    }

    .portfolio__modal__btn__mob {
        display: inline-block;
        width: 100%;
        margin-top: 16px;
    }

    .portfolio__service {
        margin-bottom: 25px;
    }
    
    .portfolio__service__header.flex {
        margin-bottom: 10px;
    }
    
    .portfolio__service__text {
        font-size: 12px;
    }
}

/* -------------------------------------------- Disable Scrollbar */

html.overflow__hidden__modal,
html.overflow__hidden__modal body,
html.overflow__hidden__menu,
html.overflow__hidden__menu body {
    overflow: hidden;
}

html:not(.overflow__hidden__modal):not(.overflow__hidden__menu) body {
    padding-right: 0!important;
}

/* ----------------------------------- Animation */

.animation {
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.animation.up__down {
    transform: translate3d(0px, -10px, 0);
}

.animation.down__up {
    transform: translate3d(0px, 10px, 0);
}

.animation.left__right {
    transform: translate3d(-10px, 0px, 0);
}

.animation.right__left {
    transform: translate3d(10px, 0px, 0);
}

.animation.up__down__left__right {
    transform: translate3d(-10px, -10px, 0);
}

.animation.up__down__right__left {
    transform: translate3d(10px, -10px, 0);
}

.animation.active {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .animation {
        transform: translate3d(0px, 0px, 0px)!important;
        opacity: 1!important;
    }
}

/* -------------------------------------------- Header */

.header__info {
    position: relative;
    background-color: #1A1A1A;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
    text-align: center;
    z-index: 201;
}

.header__info > .wrap {
    position: relative;
    padding: 6px 15px 8px;
}

.header__info p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.01em;
}

.header__info a {
    color: #fff;
}

/* Close Header Info */

.close__header__info {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 30px;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    cursor: pointer;
}

.close__header__info::before,
.close__header__info::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 1px;
    margin-left: -8px;
    background: #fff;
    border-radius: 10px;
    transform-origin: center;
}

.close__header__info::before {
    transform: rotate(45deg);
}

.close__header__info::after {
    transform: rotate(-45deg);
}

/* Header */

.header {
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 17px rgba(220, 239, 239, 0.25);
    z-index: 201;
}

.header.sticky__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

html:not(.overflow__hidden__modal):not(.overflow__hidden__menu) .header.sticky__header,
.header:not(.sticky__header) {
    padding-right: 0!important;
}

.header > .wrap.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 23px 15px 22px;
}

.logo {
    max-width: 187px;
    min-width: 187px;
    margin-right: 30px;
}

a.logo {
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 1235px) {
    .header > .wrap.flex {
        padding: 15px;
    }
}

@media screen and (max-width: 1140px) {
    .header > .wrap.flex {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 960px) {
    .logo {
        max-width: 160px;
        min-width: 160px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        max-width: 140px;
        min-width: 140px;
    }
}

@media screen and (max-width: 640px) {
    .header__info p {
        font-size: 12px;
    }
}

@media screen and (max-width: 560px) {
    .header__info p {
        font-size: 10px;
    }
}

@media screen and (max-width: 460px) {
    .header__info p {
        font-size: 8px;
    }
    
    .logo {
        max-width: 120px;
        min-width: 120px;
    }
}

/* Multilevel Menu */

@media screen and (min-width: 1141px) {
    .menu__toggle,
    .arr__submenu,
    .close__menu {
        display: none;
    }

    ul.menu.flex {
        flex-wrap: nowrap;
    }

    ul.menu li {
        list-style: none;
    }

    ul.menu li a {
        display: block;
        box-sizing: border-box;
        text-decoration: none;
    }
    
    /* 1 level */

    ul.menu > li {
        margin-left: 35px;
    }

    ul.menu > li > a {
        position: relative;
        font-size: 16px;
        color: #263238;
        padding-bottom: 10px;
        letter-spacing: 0.01em;
    }
    
    ul.menu > li > a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background: #FD2305;
        border-radius: 1px;
        transition: width 0.25s ease-in-out;
    }

    html:not(.anchor__links__active) body.home ul.menu > li.current-menu-item.menu-item-home > a,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.current-menu-item > a,
    html:not(.anchor__links__active) ul.menu > li.menu-item-has-children.parent__current > a,
    html.anchor__links__active ul.menu > li.active__anchor__link > a {
        color: #FD2305;
    }

    ul.menu > li:hover > a::after,
    html:not(.anchor__links__active) body.home ul.menu > li.current-menu-item.menu-item-home > a::after,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.current-menu-item > a::after,
    html:not(.anchor__links__active) ul.menu > li.menu-item-has-children.parent__current > a::after,
    html.anchor__links__active ul.menu > li.active__anchor__link > a::after {
        width: 24px;
    }

    /* 2 level */

    ul.menu > li.menu-item-has-children {
        position: relative;
    }

    /* Sub menu */

    ul.menu > li.menu-item-has-children > ul {
        position: absolute;
        top: calc(100% + 8px);
        left: -9999px;
        visibility: hidden;
        min-width: 195px;
        border-radius: 4px;
        background-color: #1F1F1F;
        opacity: 0;
        box-shadow: 0px 1px 44px rgba(0, 0, 0, 0.1);
        transform: translateY(30px);
        transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, z-index 0s ease 0.4s, left 0s ease 0.4s, right 0s ease 0.4s;
        z-index: -1;
    }
    
    ul.menu > li.menu-item-has-children:nth-last-child(-n + 2) > ul {
        left: auto!important;
        right: 9999px;
    }

    ul.menu > li.menu-item-has-children > ul::before {
        content: '';
        position: absolute;
        top: -8px;
        width: 100%;
        height: 8px;
    }
    
    ul.menu > li.menu-item-has-children > ul ul {
        display: none;
    }

    ul.menu > li.menu-item-has-children:hover > ul {
        visibility: visible;
        left: 0;
        opacity: 1;
        transform: translateY(0px);
        transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, z-index 0s ease 0s, left 0s ease 0s, right 0s ease 0s;
        z-index: 5;
    }
    
    ul.menu > li.menu-item-has-children:nth-last-child(-n + 2):hover > ul {
        right: 0;
    }
    
    ul.menu > li.menu-item-has-children > ul > li {
        border-bottom: 1px solid rgba(108, 107, 107, 0.07);
    }
    
    ul.menu > li.menu-item-has-children > ul > li:last-child {
        border-bottom: none;
    }
    
    ul.menu > li.menu-item-has-children > ul > li:first-child {
        position: relative;
    }
    
    ul.menu > li.menu-item-has-children > ul > li:first-child::before {
        content: '';
        position: absolute;
        top: -5px;
        left: 5px;
        border: 6px solid transparent;
        border-top: 6px solid #1f1f1f;
        border-right: 6px solid #1f1f1f;
        transform: rotate(-45deg);
        border-radius: 2px;
        transition: border-color 0.25s ease-in-out;
    }
    
    ul.menu > li.menu-item-has-children > ul > li:first-child:hover::before,
    html:not(.anchor__links__active) ul.menu > li.menu-item-has-children > ul > li.current-menu-item:first-child::before,
    html.anchor__links__active ul.menu > li.menu-item-has-children > ul > li.active__anchor__link:first-child::before {
        border-top-color: #727a7a;
        border-right-color: #727a7a;
    }

    ul.menu > li.menu-item-has-children > ul > li > a {
        font-size: 14px;
        color: #fff;
        padding: 13px 11px 11px 25px;
        white-space: nowrap;
    }
    
    ul.menu > li.menu-item-has-children > ul > li:first-child > a {
        padding-top: 22px;
        border-radius: 5px 5px 0 0;
    }
    
    ul.menu > li.menu-item-has-children > ul > li:last-child > a {
        padding-bottom: 20px;
        border-radius: 0 0 5px 5px;
    }
    
    ul.menu > li.menu-item-has-children:nth-last-child(-n + 2) > ul > li > a {
        text-align: right;
    }

    ul.menu > li.menu-item-has-children > ul > li:hover > a,
    html:not(.anchor__links__active) ul.menu > li.menu-item-has-children > ul > li.current-menu-item > a,
    html.anchor__links__active ul.menu > li.menu-item-has-children > ul > li.active__anchor__link > a {
        background-color: #727a7a;
    }
    
    ul.menu > li.menu-item-has-children > ul > li.user__acquisition__link > a,
    ul.menu > li.menu-item-has-children > ul > li.aso__link > a,
    ul.menu > li.menu-item-has-children > ul > li.analytics__link > a,
    ul.menu > li.menu-item-has-children > ul > li.creatives__link > a,
    ul.menu > li.menu-item-has-children > ul > li.optimization__link > a,
    ul.menu > li.menu-item-has-children > ul > li.recruiting__link a {
        position: relative;
        padding-left: 47px;
    }
    
    ul.menu > li.menu-item-has-children > ul > li.user__acquisition__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.aso__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.analytics__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.creatives__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.optimization__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.recruiting__link a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 14px;
        bottom: 0;
        width: 26px;
        background-repeat: no-repeat!important;
        background-size: auto!important;
        background-position: center!important;
    }
    
    ul.menu > li.menu-item-has-children > ul > li.user__acquisition__link > a::before {
        top: 8px;
        background-image: url('img/user-acquisition-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.aso__link > a::before {
        background-image: url('img/aso-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.analytics__link > a::before {
        background-image: url('img/analytics-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.creatives__link > a::before {
        background-image: url('img/creatives-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.optimization__link > a::before {
        bottom: 6px;
        background-image: url('img/in-house-optimization-menu-img.svg');
    }
    ul.menu > li.menu-item-has-children > ul > li.recruiting__link a::before{
        background-image: url('//advgo42.com/wp-content/uploads/ico-menu.png');
        background-size: 20px !important;
        top: -6px;
    }
    
    /* Arrow */
    
    ul.menu > li.menu-item-has-children > a {
        padding-right: 12px;
    }

    ul.menu > li.menu-item-has-children > a::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 7px;
        height: 4px;
        margin-top: -7px;
        background-image: url('img/menu-arr.svg');
        background-repeat: no-repeat!important;
        background-size: auto!important;
        background-position: center!important;
        transition: transform 0.25s ease-in-out;
    }

    html:not(.anchor__links__active) body.home ul.menu > li.menu-item-has-children.current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.menu-item-has-children.current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li.menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li.menu-item-has-children.active__anchor__link > a::before {
        background-image: url('img/menu-arr-red.svg');
    }

    ul.menu > li.menu-item-has-children:hover > a::before {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 1140px) {
    .overflow::before {
        content: '';
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: visibility 0.25s ease-in-out, background 0.25s ease-in-out, z-index 0s ease-in-out 0.25s;
        z-index: -1;
    }
    
    .header::before {
        content: '';
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: visibility 0.25s ease-in-out, background 0.25s ease-in-out, z-index 0s ease-in-out 0.25s;
        z-index: -1;
    }
    
    html.menu__active .overflow::before,
    html.menu__active .header::before {
        visibility: visible;
        background: rgba(43, 43, 43, 0.6);
        transition: visibility 0.25s ease-in-out, background 0.25s ease-in-out, z-index 0s ease-in-out 0s;
        z-index: 200;
    }

    /* Menu toggle */
    
    .menu__toggle {
        display: block;
        position: relative;
        min-width: 18px;
        max-width: 18px;
        height: 14px;
        margin-left: 30px;
        cursor: pointer;
    }

    .menu__toggle div {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        margin-top: -1px;
        border-radius: 4px;
        background: #F13F21;
    }

    .menu__toggle div::before,
    .menu__toggle div::after {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        height: 2px;
        border-radius: 4px;
        background: #F13F21;
        transform-origin: center;
    }

    .menu__toggle div::before {
        top: -6px;
        width: 100%;
    }

    .menu__toggle div::after {
        bottom: -6px;
        width: calc(100% - 5px);
    }

    /* Menu Wrap */
    
    .menu__wrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 320px;
        padding: 82px 0 30px;
        box-sizing: border-box;
        overflow-y: auto;
        background-color: #58D1D1;
        background-color: #1f1f1f;
        transform: translateX(-320px);
        transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
        z-index: 201;
    }
    
    html.menu__active .menu__wrap {
        transform: translateX(0);
        box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3);
        transition: transform 0.25s ease-in-out 0.01s, box-shadow 0.25s ease-in-out;
    }
    
    .menu__wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: 121px;
        height: 82px;
        background-image: url('img/mobile-menu-logo.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    /* Menu */

    ul.menu.flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
    }
    
    ul.menu li {
        list-style: none;
    }

    ul.menu li a {
        position: relative;
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 19px 15px 19px 61px;
        box-sizing: border-box;
        text-decoration: none;
        letter-spacing: 0.01em;
    }

/*    ul.menu li:hover > a,*/
    html:not(.anchor__links__active) body.home ul.menu > li.current-menu-item.menu-item-home > a,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.current-menu-item > a,
    html:not(.anchor__links__active) ul.menu > li.menu-item-has-children.parent__current > a,
    html.anchor__links__active ul.menu > li.active__anchor__link > a {
        color: #1f1f1f!important;
        background: #fff!important;
    }

    ul.menu > li > a::before {
        content: '';
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 15px;
        width: 21px;
        background-repeat: no-repeat!important;
        background-size: contain;
        background-position: center!important;
        transition: background 0.25s ease-in-out;
    }
    
    ul.menu > li:first-child > a::before {
        background-image: url('img/mobile-menu-icon1.svg');
    }

/*    ul.menu > li:first-child:hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:first-child.current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:first-child.current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:first-child.menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:first-child.active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon1-hover.svg');
    }
    
    ul.menu > li:nth-child(2) > a::before {
        background-image: url('img/mobile-menu-icon2.svg');
    }
    
/*    ul.menu > li:nth-child(2):hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:nth-child(2).current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:nth-child(2).current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:nth-child(2).menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:nth-child(2).active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon2-hover.svg');
    }
    
    ul.menu > li:nth-child(3) > a::before {
        background-image: url('img/mobile-menu-icon3.svg');
    }
    
/*    ul.menu > li:nth-child(3):hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:nth-child(3).current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:nth-child(3).current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:nth-child(3).menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:nth-child(3).active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon3-hover.svg');
    }
    
    ul.menu > li:nth-child(4) > a::before {
        background-image: url('img/mobile-menu-icon4.svg');
    }
    
/*    ul.menu > li:nth-child(4):hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:nth-child(4).current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:nth-child(4).current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:nth-child(4).menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:nth-child(4).active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon4-hover.svg');
    }
    
    ul.menu > li:nth-child(5) > a::before {
        background-image: url('img/mobile-menu-icon5.svg');
    }
    
/*    ul.menu > li:nth-child(5):hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:nth-child(5).current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:nth-child(5).current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:nth-child(5).menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:nth-child(5).active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon5-hover.svg');
    }
    
    ul.menu > li:nth-child(6) > a::before {
        background-image: url('img/mobile-menu-icon6.svg');
    }
    
/*    ul.menu > li:nth-child(6):hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:nth-child(6).current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:nth-child(6).current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:nth-child(6).menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:nth-child(6).active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon6-hover.svg');
    }
    
    ul.menu > li:nth-child(7) > a::before {
        background-image: url('img/mobile-menu-icon7.svg');
    }
    
/*    ul.menu > li:nth-child(7):hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:nth-child(7).current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:nth-child(7).current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:nth-child(7).menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:nth-child(7).active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon7-hover.svg');
    }
    
    ul.menu > li:nth-child(8) > a::before {
        background-image: url('img/mobile-menu-icon8.svg');
    }
    
/*    ul.menu > li:nth-child(8):hover > a::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li:nth-child(8).current-menu-item.menu-item-home > a::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li:nth-child(8).current-menu-item > a::before,
    html:not(.anchor__links__active) ul.menu > li:nth-child(8).menu-item-has-children.parent__current > a::before,
    html.anchor__links__active ul.menu > li:nth-child(8).active__anchor__link > a::before {
        background-image: url('img/mobile-menu-icon8-hover.svg');
    }
    
    /* Arrow */

    ul.menu > li.menu-item-has-children > a {
        margin-right: 60px;
    }
    
    .arr__submenu {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -60px;
        width: 60px;
        box-sizing: border-box;
        transition: background 0.25s ease-in-out;
        cursor: pointer;
        z-index: 1;
    }
    
    .arr__submenu::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        margin: -11px 0 0 -11px;
        background-color: #ABE8E8;
        background-image: url('img/menu-arr.svg');
        background-repeat: no-repeat!important;
        background-size: auto!important;
        background-position: 8px 10px!important;
        transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
        border-radius: 50%;
    }

/*    ul.menu li:hover > a > .arr__submenu,*/
    html:not(.anchor__links__active) body.home ul.menu > li.menu-item-has-children.current-menu-item.menu-item-home > a > .arr__submenu,
    html:not(.anchor__links__active) body:not(.home) ul.menu li.menu-item-has-children.current-menu-item > a > .arr__submenu,
    html:not(.anchor__links__active) ul.menu li.menu-item-has-children.parent__current > a > .arr__submenu,
    html.anchor__links__active ul.menu li.menu-item-has-children.active__anchor__link > a > .arr__submenu {
        background-color: #fff;
    }
    
/*    ul.menu li:hover > a > .arr__submenu::before,*/
    html:not(.anchor__links__active) body.home ul.menu > li.menu-item-has-children.current-menu-item.menu-item-home > a > .arr__submenu::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu li.menu-item-has-children.current-menu-item > a > .arr__submenu::before,
    html:not(.anchor__links__active) ul.menu li.menu-item-has-children.parent__current > a > .arr__submenu::before,
    html.anchor__links__active ul.menu li.menu-item-has-children.active__anchor__link > a > .arr__submenu::before {
        background-color: #58D1D1;
        background-image: url('img/menu-arr-white.svg');
    }

    html:not(.anchor__links__active) body.home ul.menu > li.menu-item-has-children.menu-item-home:not(.current-menu-item):not(.parent__current) > a.active > .arr__submenu::before,
    html:not(.anchor__links__active) body.home ul.menu > li.menu-item-has-children.current-menu-item:not(.menu-item-home):not(.parent__current) > a.active > .arr__submenu::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.menu-item-has-children:not(.current-menu-item):not(.parent__current) > a.active > .arr__submenu::before,
    html.anchor__links__active ul.menu > li.menu-item-has-children:not(.active__anchor__link):not(.parent__current) > a.active > .arr__submenu::before,
    html:not(.anchor__links__active) body.home ul.menu > li.menu-item-has-children.current-menu-item.menu-item-home > a:not(.active) > .arr__submenu::before,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.menu-item-has-children.current-menu-item > a:not(.active) > .arr__submenu::before,
    html:not(.anchor__links__active) ul.menu > li.menu-item-has-children.parent__current > a:not(.active) > .arr__submenu::before,
    html.anchor__links__active ul.menu > li.menu-item-has-children.active__anchor__link > a:not(.active) > .arr__submenu::before {
        transform: rotate(180deg);
    }

    /* Sub Menu */

    ul.menu > li.menu-item-has-children > ul {
        display: none;
        background: #373939;
    }

    html:not(.anchor__links__active) body.home ul.menu > li.menu-item-has-children.current-menu-item.menu-item-home > ul,
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.menu-item-has-children.current-menu-item > ul,
    html:not(.anchor__links__active) ul.menu li.menu-item-has-children.parent__current > ul,
    html.anchor__links__active ul.menu li.menu-item-has-children.active__anchor__link > ul {
        display: block;
    }
    
    ul.menu > li.menu-item-has-children > ul ul {
        display: none!important;
    }
    
    /*    ul.menu > li.menu-item-has-children > ul > li:hover > a,*/
    html:not(.anchor__links__active) body:not(.home) ul.menu > li.menu-item-has-children > ul > li.current-menu-item > a,
    html.anchor__links__active ul.menu > li.menu-item-has-children > ul > li.active__anchor__link > a {
        color: #fff!important;
        background: #727A7A!important;
    }
    
    ul.menu > li.menu-item-has-children > ul > li.user__acquisition__link > a,
    ul.menu > li.menu-item-has-children > ul > li.aso__link > a,
    ul.menu > li.menu-item-has-children > ul > li.analytics__link > a,
    ul.menu > li.menu-item-has-children > ul > li.creatives__link > a,
    ul.menu > li.menu-item-has-children > ul > li.optimization__link > a, 
    ul.menu > li.menu-item-has-children > ul > li.recruiting__link a{
        padding-left: 100px;
    }
    
    
    ul.menu > li.menu-item-has-children > ul > li.user__acquisition__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.aso__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.analytics__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.creatives__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.optimization__link > a::before,
    ul.menu > li.menu-item-has-children > ul > li.recruiting__link a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 60px;
        bottom: 0;
        width: 26px;
        background-repeat: no-repeat!important;
        background-size: auto!important;
        background-position: center!important;
    }
    
    ul.menu > li.menu-item-has-children > ul > li.user__acquisition__link > a::before {
        background-image: url('img/user-acquisition-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.aso__link > a::before {
        background-image: url('img/aso-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.analytics__link > a::before {
        background-image: url('img/analytics-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.creatives__link > a::before {
        background-image: url('img/creatives-menu-img.svg');
    }
    
    ul.menu > li.menu-item-has-children > ul > li.optimization__link > a::before {
        background-image: url('img/in-house-optimization-menu-img.svg');
    }

    ul.menu > li.menu-item-has-children > ul > li.recruiting__link a::before{
        background-image: url('//advgo42.com/wp-content/uploads/ico-menu.png');
        background-size: 20px !important;
        top: -6px;
    }
    
    /* Close menu */
    
    .close__menu {
        position: absolute;
        top: 31px;
        right: 15px;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .close__menu::before,
    .close__menu::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 2px;
        margin: -1px 0 0 -11px;
        background: #fff;
        border-radius: 10px;
        transform-origin: center;
    }

    .close__menu::before {
        transform: rotate(45deg);
    }

    .close__menu::after {
        transform: rotate(-45deg);
    }
}

@media screen and (max-width: 960px) {
    .menu__wrap {
        padding-top: 73px;
    }
    
    .menu__wrap::before {
        height: 73px;
    }
    
    .close__menu {
        top: 27px;
    }
}

@media screen and (max-width: 768px) {
    .menu__wrap {
        padding-top: 66px;
    }
    
    .menu__wrap::before {
        height: 66px;
    }
    
    .close__menu {
        top: 24px;
    }
}

@media screen and (max-width: 460px) {
    .menu__wrap {
        padding-top: 60px;
    }
    
    .menu__wrap::before {
        height: 60px;
    }

    .close__menu {
        top: 21px;
    }
}

@media screen and (max-width: 400px) {
    .menu__wrap {
        width: 100%;
        transform: translateX(-100%);
    }
}

/* -------------------------------------------- Footer */

.footer {
    background-color: #0C0F0F;
}

.footer__up > .wrap.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 60px 15px 30px;
}

.footer__left {
    margin-right: 80px;
}

.footer__logo {
    max-width: 223px;
    min-width: 223px;
    margin-bottom: 72px;
}

a.footer__logo {
    display: block;
    text-decoration: none;
}

.footer__contacts p,
.footer__contacts a {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 26px;
    padding-left: 19px;
    letter-spacing: 0.01em;
}

.footer__contacts a {
    display: inline-block;
    text-decoration: none;
}

.footer__contacts .footer__person {
    font-size: 18px;
    line-height: 1.1;
}

.footer__person span {
    font-size: 16px;
    color: #15ADAE;
}

.footer__person::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 15px;
    background-image: url('img/footer-user.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.footer__email::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 9px;
    background-image: url('img/footer-envelope.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.footer__address::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 12px;
    height: 14px;
    background-image: url('img/footer-map.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

/* Footer Right */

.footer__right {
    padding-top: 21px;
}

.footer__right__title {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 51px;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.footer__right__link {
    position: relative;
    font-size: 20px;
    color: #fff!important;
    padding-right: 40px;
    text-decoration: none;
}

.footer__right__link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    height: 12px;
    margin-top: -5px;
    background-image: url('img/footer-arr.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

/* Footer Down */

.footer__down {
    border: 1px solid rgba(132, 149, 150, 0.04);
}

.footer__down > .wrap.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 31px 15px 32px;
}

.copyright {
    font-size: 12px;
    color: #778083;
    letter-spacing: 0.01em;
}

.footer__links.flex {
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.footer__links a {
    font-size: 12px;
    color: #778083;
    margin-left: 30px;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 1235px) {
    .footer__logo {
        margin-bottom: 60px;
    }
    
    .footer__right {
        padding-top: 15px;
    }
    
    .footer__right__title {
        font-size: 36px;
    }
    
    .footer__right__link {
        font-size: 18px;
    }
}

@media screen and (max-width: 1140px) {
    .footer__up > .wrap.flex {
        padding-bottom: 20px;
    }
    
    .footer__logo {
        margin-bottom: 50px;
    }
    
    .footer__right__title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .footer__right {
        padding-top: 12px;
    }
}

@media screen and (max-width: 640px) {
    .footer__right {
        padding-top: 10px;
    }
}

@media screen and (max-width: 560px) {
    .footer__up > .wrap.flex {
        flex-direction: column;
        padding: 50px 15px 10px;
    }
    
    .footer__logo {
        margin-bottom: 45px;
    }

    .footer__right__title {
        margin-bottom: 30px;
    }
    
    .footer__down {
        border: none;
    }
}

@media screen and (max-width: 460px) {
    .footer__logo {
        max-width: 191px;
        min-width: 191px;
        margin-bottom: 40px;
    }
    
    .footer__right__title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .footer__right__link {
        font-size: 16px;
    }
    
    .footer__down > .wrap.flex {
        flex-direction: column;
    }
    
    .copyright {
        order: 1;
    }
    
    .footer__links.flex {
        justify-content: flex-start;
    }
    
    .footer__links a {
        margin: 0 30px 25px 0;
    }
}

/* Sticky Btn */

a.sticky__btn {
    position: fixed;
    right: 15px;
    bottom: 60px;
    display: block;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #F13F21;
    background-image: url('img/sticky-btn-envelope.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    box-shadow: 1px 14px 21px rgba(17, 17, 17, 0.11);
    transition: transform 0.25s ease-in-out;
    z-index: 20;
}

a.sticky__btn:hover {
    transform: scale(1.1);
}

html:not(.overflow__hidden__modal):not(.overflow__hidden__menu) a.sticky__btn {
    margin-right: 0!important;
}

@media screen and (max-width: 768px) {
    a.sticky__btn {
        width: 55px;
        height: 55px;
        background-size: 26px;
    }
}

/* -------------------------------------- Owl Carousel */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
/*
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
*/
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

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

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
.owl-carousel.owl-grab .owl-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
*/

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {

}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy[src^=""],
.owl-carousel .owl-item img.owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/* Owl Theme */

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    display: block;
    position: absolute;
    top: -16px;
    width: 32px;
    height: 32px;
    opacity: 0;
    background: url('img/fotorama.png') no-repeat!important;
    transition: transform 0.3s, opacity 0.3s;
    z-index: 2;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 2px;
    background-position: 0 0!important;
    transform: translate3d(-48px, 0, 0);
}

.owl-carousel .owl-nav button.owl-next {
    right: 2px;
    background-position: -32px 0!important;
    transform: translate3d(48px, 0, 0);
}

.owl-theme:hover .owl-nav [class*='owl-'] {
    opacity: 1;
    transform: translate3d(0, 0, 0)!important;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}

.owl-theme .owl-dots {
    margin-top: 15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 12px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    -webkit-backface-visibility: visible;
    transition: background 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1A82FF;
}

@media screen and (max-width: 1230px) {
    .owl-theme .owl-nav [class*='owl-'] {
        top: -30px;
        width: 20px;
        height: 40px;
    }
    
    .owl-theme .owl-nav [class*='owl-']::before,
    .owl-theme .owl-nav [class*='owl-']::after {
        width: 28px;
    }
}

/* -------------------------------------------- Front page */

.b1 > .wrap.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 40px 15px 80px;
}

.b1__content {
    max-width: 515px;
    min-width: 515px;
    margin-right: 60px;
    padding-top: 20px;
    box-sizing: border-box;
}

.b1__title {
    font-size: 64px;
    font-weight: 900;
    color: #0A0A0A;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    line-height: 1.05;
}

.b1__title > span {
    color: #58D1D1;
}

.b1__text {
    font-size: 24px;
    color: #1F1F1F;
    margin-top: 31px;
}

.b1__btn__wrap {
    margin-top: 56px;
}

.b1__img {
    pointer-events: none;
}

.b1__img > img {
    max-width: initial;
}

.b1__btn__wrap__mob {
    display: none;
}

@media screen and (max-width: 1235px) {
    .b1__content {
        min-width: 450px;
        max-width: 450px;
        padding-top: 10px;
    }
    
    .b1__title {
        font-size: 56px;
    }
    
    .b1__text {
        font-size: 22px;
    }
    
    .b1__btn__wrap {
        margin-top: 50px;
    }
    
    .b1__img > img {
        max-width: 700px;
    }
}

@media screen and (max-width: 1140px) {
    .b1__content {
        min-width: 420px;
        max-width: 420px;
        margin-right: 50px;
    }
    
    .b1__title {
        font-size: 52px;
    }
    
    .b1__text {
        font-size: 20px;
    }
    
    .b1__btn__wrap {
        margin-top: 40px;
    }

    .b1__img > img {
        max-width: 600px;
    }
}

@media screen and (max-width: 960px) {
    .b1 > .wrap.flex {
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 70px;
    }
    
    .b1__content {
        max-width: 100%;
        min-width: initial;
        margin: 0 0 50px;
        padding-top: 0;
        text-align: center;
    }
    
    .b1__title br,
    .b1__text br {
        display: none;
    }
    
    .b1__img > img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .b1 > .wrap.flex {
        padding-bottom: 70px;
    }

    .b1__content {
        margin-bottom: 45px;
    }
    
    .b1__btn__wrap {
        margin-top: 35px;
    }
}

@media screen and (max-width: 640px) {
    .b1__title {
        font-size: 46px;
    }

    .b1__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    .b1 > .wrap.flex {
        padding: 60px 15px;
    }
    
    .b1__content {
        margin-bottom: 40px;
    }
    
    .b1__title {
        font-size: 42px;
    }
    
    .b1__text {
        font-size: 16px;
        margin-top: 25px;
    }
    
    .b1__btn__wrap {
        margin-top: 30px;
    }
}

@media screen and (max-width: 460px) {
    .b1 > .wrap.flex {
        padding: 24px 15px 56px;
    }
    
    .b1__content {
        text-align: left;
        margin-bottom: 26px;
    }
    
    .b1__title {
        font-size: 36px;
    }
    
    .b1__text {
        font-size: 12px;
        margin-top: 16px;
    }
    
    .b1__btn__wrap {
        display: none;
    }
    
    .b1__btn__wrap__mob {
        display: block;
        width: 100%;
        margin-top: 16px;
    }
    
    .b1__btn__mob {
        width: 100%;
    }
}

/* -------------------------------------------- Advantages */

.advantages {
    position: relative;
    background-color: #58D1D1;
}

.advantages__right__text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
}

.advantages__right__text img {
    width: auto;
    max-height: 100%;
}

.advantages > .wrap {
    padding: 108px 15px 104px;
}

.advantages__header.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 56px;
}

.advantages__header__title > span {
    color: #fff;
}

.advantages__header__right {
    max-width: 585px;
    margin-left: 80px;
    padding-top: 78px;
    box-sizing: border-box;
    text-align: right;
}

.advantages__header__text {
    font-size: 20px;
    color: #fff;
}

/* Advantages Items */

.advantages__slider:not(.owl-loaded) {
    display: flex;
    width: auto;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.advantages__slider,
.advantages__slider.owl-carousel .owl-stage-outer {
    overflow: initial;
}

.advantage__item {
    position: relative;
    padding: 23px 22px 36px 30px;
    border-radius: 9px;
    box-sizing: border-box;
}

.advantages__slider:not(.owl-loaded) .advantage__item {
    width: calc(20% - 12px);
    margin-right: 15px;
}

.advantages__slider:not(.owl-loaded) .advantage__item:last-child {
    margin-right: 0;
}

.advantages__slider.owl-loaded .advantage__item {
    height: 100%;
}

.advantage__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: #F1F6F6;
    background-image: url('img/advan-lines.svg');
    background-repeat: no-repeat!important;
    background-size: auto!important;
    background-position: 100% 0!important;
    transition: background 0.25s ease-in-out;
    z-index: -1;
}

.advantage__item:hover::before {
    background-color: #283030;
    background-image: url('img/advan-lines-hover.svg');
}

.advantage__img.flex {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    height: 42px;
    margin-bottom: 44px;
}

.advantage__img img {
    width: auto;
    max-height: 100%;
}

.advantage__img__hover.flex {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
}

.advantage__img > img,
.advantage__img__hover {
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.advantage__item:hover .advantage__img > img {
    visibility: hidden;
    opacity: 0;
}

.advantage__item:hover .advantage__img__hover.flex {
    visibility: visible;
    opacity: 1;
}

.advantage__title {
    font-size: 40px;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 25px;
    transition: color 0.25s ease-in-out;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.advantage__item:hover .advantage__title {
    color: #fff;
}

.advantage__text {
    font-size: 16px;
    color: #283030;
    transition: color 0.25s ease-in-out;
    letter-spacing: 0.01em;
}

.advantage__item:hover .advantage__text {
    color: #DADADA;
}

@media screen and (max-width: 1235px) {
    .advantages > .wrap {
        padding: 90px 15px;
    }
    
    .advantages__header__text {
        font-size: 18px;
    }
    
    .advantages__header__text br {
        display: none;
    }
    
    .advantage__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 1140px) {
    .advantages > .wrap {
        padding: 80px 15px;
    }
    
    .advantages__right__text {
        display: none;
    }
    
    .advantages__header__right {
        max-width: 534px;
    }
}

@media screen and (max-width: 960px) {
    .advantages__header.flex {
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .advantages__header__title {
        position: relative;
        margin-bottom: 36px;
        padding-bottom: 36px;
    }
    
    .advantages__header__title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 44px;
        height: 5px;
        background: #fff;
        border-radius: 3px;
    }
    
    .advantages__header__right {
        max-width: 100%;
        margin-left: 0;
        padding-top: 0;
        text-align: left;
    }
    
    .advantage__item::before {
        background-color: #F1F6F6!important;
    }
    
    .advantage__img > img {
        visibility: visible!important;
        opacity: 1!important;
    }

    .advantage__img__hover.flex {
        visibility: hidden!important;
        opacity: 0!important;
    }
    
    .advantage__title {
        color: #283030!important;
    }
    
    .advantage__text {
        color: #283030!important;
    }
}

@media screen and (max-width: 768px) {
    .advantages > .wrap {
        padding: 70px 15px;
    }
    
    .advantages__header.flex {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 640px) {
    .advantages__header__title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .advantages__header__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    .advantages > .wrap {
        padding: 60px 15px;
    }
    
    .advantages__header.flex {
        margin-bottom: 40px;
    }
    
    .advantages__header__text {
        font-size: 14px;
    }
    
    .advantage__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 460px) {
    .advantages > .wrap {
        padding: 55px 15px;
    }
    
    .advantages__header.flex {
        margin-bottom: 30px;
    }
    
    .advantages__header__title {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    
    .advantages__header__text {
        font-size: 12px;
    }
    
    .advantage__item {
        width: 211px;
        min-width: 211px;
        max-width: 211px;
    }
    
    .advantage__title {
        font-size: 30px;
    }
    
    .advantage__text {
        font-size: 14px;
    }
}

/* -------------------------------------------- Services */

.services > .wrap {
    padding: 108px 15px 30px;
}

.services__items.flex {
    justify-content: flex-start;
    align-items: stretch;
    margin-right: -80px;
}

.services__items > * {
    width: calc(33.33% - 80px);
    margin: 0 80px 10px 0;
}

.services__header {
    padding-bottom: 20px;
    box-sizing: border-box;
}

.services__header__title {
    position: relative;
    color: #000;
    margin-bottom: 45px;
    padding-bottom: 36px;
    box-sizing: border-box;
}

.services__header__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 5px;
    border-radius: 3px;
    background: #58D1D1;
}

.services__header__text {
    font-size: 20px;
    color: #283030;
}

.service__wrap:nth-child(2),
.service__wrap:nth-child(3) {
    margin-top: 50px;
}

.service {
    position: relative;
    display: block;
    height: 100%;
    padding: 27px 10px 79px 24px;
    border-radius: 9px;
    box-sizing: border-box;
    text-decoration: none;
}

.service::before {
    visibility: hidden;
    content: '';
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 41px;
    height: 41px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    opacity: 0;
    transform: rotate(45deg);
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.service::after {
    visibility: hidden;
    content: '';
    position: absolute;
    right: 39px;
    bottom: 41px;
    width: 14px;
    height: 7px;
    background-image: url('img/service-arr.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    opacity: 0;
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.service:hover {
    background-color: #58D1D1;
}

.service:hover::before,
.service:hover::after {
    visibility: visible;
    opacity: 1;
} 

.service__img.flex {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 168px;
    margin-bottom: 29px;
}

.service__img img {
    max-height: 100%;
    width: auto;
}

.service__title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 19px;
    transition: color 0.25s ease-in-out;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.service:hover .service__title {
    color: #fff;
}

.service__text {
    font-size: 16px;
    color: #1F1F1F;
    transition: color 0.25s ease-in-out;
    letter-spacing: 0.01em;
}

.service:hover .service__text {
    color: #fff;
}

@media screen and (max-width: 1235px) {
    .services > .wrap {
        padding-top: 90px;
    }
    
    .services__items.flex {
        margin-right: -60px;
    }
    
    .services__items > * {
        width: calc(33.33% - 60px);
        margin-right: 60px;
    }
    
    .services__header__title br {
        display: none;
    }
    
    .services__header__text {
        font-size: 18px;
    }
    
    .services__header__text br {
        display: none;
    }
    
    .service__wrap:nth-child(2),
    .service__wrap:nth-child(3) {
        margin-top: 42px;
    }
    
    .service__title {
        font-size: 36px;
    }
    
    .service__text br {
        display: none;
    }
}

@media screen and (max-width: 1140px) {
    .services > .wrap {
        padding-top: 80px;
    }
    
    .services__items.flex {
        margin-right: -40px;
    }
    
    .services__items > * {
        width: calc(33.33% - 40px);
        margin-right: 40px;
    }
    
    .service__wrap:nth-child(2),
    .service__wrap:nth-child(3) {
        margin-top: 36px;
    }
    
    .service {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 25px 24px 32px;
    }
    
    .service__img.flex {
        margin-bottom: 25px;
    }
    
    .service__title {
        font-size: 32px;
    }
    
    .service__text {
        margin-bottom: 25px;
    }
    
    .service::before {
        display: none;
    }
    
    .service::after {
        content: 'Further';
        display: inline-block;
        visibility: visible;
        position: static;
        font-size: 16px;
        font-weight: 600;
        color: #1F1F1F;
        width: 100%;
        height: auto;
        margin-top: auto;
        padding: 18px 30px 19px;
        border: 1px solid #1F1F1F;
        border-radius: 8px;
        box-sizing: border-box;
        background: transparent;
        opacity: 1;
        transform: none;
        transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
        letter-spacing: 0.01em;
        line-height: 1;
        text-align: center;
    }
    
    .service:hover::after {
        color: #fff;
        border-color: #fff;
    }
}

@media screen and (max-width: 960px) {
    .services__items.flex {
        margin-right: -60px;
    }
    
    .services__items > * {
        width: calc(50% - 60px);
        margin-right: 60px;
    }
    
    .services__header__title {
        margin-bottom: 36px;
    }
    
    .service__wrap:nth-child(2),
    .service__wrap:nth-child(3) {
        margin-top: 0;
    }
    
    .service {
        padding: 25px 28px 32px;
    }
}

@media screen and (max-width: 768px) {
    .services > .wrap {
        padding-top: 70px;
    }
    
    .services__items.flex {
        margin-right: -40px;
    }
    
    .services__items > * {
        width: calc(50% - 40px);
        margin-right: 40px;
    }
    
    .service {
        padding-bottom: 30px;
    }
    
    .service__img.flex {
        width: 140px;
        height: 129px;
    }
}

@media screen and (max-width: 640px) {
    .services__items.flex {
        margin-right: -30px;
    }
    
    .services__items > * {
        width: calc(50% - 30px);
        margin-right: 30px;
    }
    
    .services__header__title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .services__header__text {
        font-size: 16px;
    }
    
    .service {
        padding: 22px 28px;
    }
    
    .service__img.flex {
        width: 134px;
        height: 124px;
    }
    
    .service__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 560px) {
    .services > .wrap {
        padding-top: 60px;
    }
    
    .services__items.flex {
        margin-right: -20px;
    }
    
    .services__items > * {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    
    .services__header__text {
        font-size: 14px;
    }
    
    .service {
        padding: 22px 20px;
    }
    
    .service__img.flex {
        width: 116px;
        height: 107px;
    }

    .service__title {
        font-size: 24px;
    }

    .service__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .services > .wrap {
        padding-top: 55px;
    }
    
    .services__items.flex {
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        margin-right: 0;
    }
    
    .services__items > * {
        width: 100%;
        margin-right: 0;
    }

    .services__header__title {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    
    .services__header__text {
        font-size: 12px;
    }
    
    .service {
        padding: 22px 28px;
    }

    .service__img.flex {
        margin-bottom: 20px;
    }
    
    .service__title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .service__title br {
        display: none;
    }
    
    .service__text {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

/* -------------------------------------------- Steps */

.steps {
/*    background-color: #F9F9F9;*/
}

.steps > .wrap {
    padding: 108px 15px 86px;
}

.steps__header.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 81px;
}

.steps__header__title {
    position: relative;
    padding-bottom: 36px;
    box-sizing: border-box;
}

.steps__header__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 5px;
    border-radius: 3px;
    background: #58D1D1;
}

.steps__header__right {
    max-width: 585px;
    margin-left: 80px;
    padding-top: 78px;
    box-sizing: border-box;
    text-align: right;
}

.steps__header__text {
    font-size: 20px;
    color: #1F1F1F;
}

/* Steps */

.steps__items.flex {
    justify-content: flex-start;
    align-items: flex-start;
}

.step__item__wrap {
    position: relative;
    width: calc(20% - 7px);
}

.step__item__wrap:first-child {
    z-index: 5;
}

.step__item__wrap:nth-child(3) {
    z-index: 4;
}

.step__item__wrap:nth-child(5) {
    z-index: 3;
}

.step__item__wrap:nth-child(7) {
    z-index: 2;
}

.step__item__wrap:nth-child(9) {
    z-index: 1;
}

.step__item__wrap::before,
.step__item__wrap::after {
    content: '';
    position: absolute;
    right: -42px;
    width: 57px;
    height: 57px;
    border-radius: 8px;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
}

.step__item__wrap::before {
    top: calc(50% + 1px);
    transform: rotate(50deg);
    transform-origin: right top;
}

.step__item__wrap::after {
    bottom: calc(50% + 1px);
    transform: rotate(-51deg);
    transform-origin: right bottom;
}

.step__item__wrap:nth-child(9)::before,
.step__item__wrap:nth-child(9)::after {
    display: none;
}

.step__item.flex {
    height: 79px;
    padding-left: 124px;
    box-sizing: border-box;
    text-align: center;
}

.step__item::before,
.step__item::after {
    content: '';
    position: absolute;
    right: -37px;
    width: 57px;
    height: 57px;
    border-radius: 8px;
    z-index: 1;
    pointer-events: none;
}

.step__item::before {
    top: calc(50% + 1px);
    transform: rotate(49.5deg);
    transform-origin: right top;
}

.step__item::after {
    bottom: calc(50% + 1px);
    transform: rotate(-51deg);
    transform-origin: right bottom;
}

.step__item__wrap:first-child .step__item.flex {
    padding-left: 104px;
    background-color: #52D8C7;
}

.step__item__wrap:first-child .step__item::before,
.step__item__wrap:first-child .step__item::after {
    background-color: #52D8C7;
}

.step__item__wrap:nth-child(3) .step__item.flex {
    background-color: #39C7C7;
}

.step__item__wrap:nth-child(3) .step__item::before,
.step__item__wrap:nth-child(3) .step__item::after {
    background-color: #39C7C7;
}

.step__item__wrap:nth-child(5) .step__item.flex {
    background-color: #2DA0A0;
}

.step__item__wrap:nth-child(5) .step__item::before,
.step__item__wrap:nth-child(5) .step__item::after {
    background-color: #2DA0A0;
}

.step__item__wrap:nth-child(7) .step__item.flex {
    background-color: #227878;
}

.step__item__wrap:nth-child(7) .step__item::before,
.step__item__wrap:nth-child(7) .step__item::after {
    background-color: #227878;
}

.step__item__wrap:nth-child(9) .step__item.flex {
    background-color: #FF512F;
}

.step__item__wrap:nth-child(9) .step__item::before,
.step__item__wrap:nth-child(9) .step__item::after {
    background-color: #FF512F;
}

/* Step Img */

.step__img {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    background-repeat: no-repeat!important;
    background-size: auto!important;
    background-position: center!important;
    z-index: 2;
}

.step__item__wrap:first-child .step__img {
    left: 20px;
    border: 8px solid #52D8C7;
    background-image: url('img/step1.svg');
    box-shadow: 0px 1px 44px rgba(15, 153, 162, 0.25);
}

.step__item__wrap:first-child .step__img::before,
.step__item__wrap:first-child .step__img::after {
    content: '';
    position: absolute;
    left: -60px;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
}

.step__item__wrap:first-child .step__img::before {
    top: calc(50% + 3px);
    transform: rotate(63deg);
    transform-origin: right top;
}

.step__item__wrap:first-child .step__img::after {
    bottom: calc(50% + 3px);
    transform: rotate(-63deg);
    transform-origin: right bottom;
}

.step__item__wrap:nth-child(3) .step__img {
    border: 8px solid #2CD6D6;
    background-image: url('img/step2.svg');
    box-shadow: 0px 1px 44px rgba(15, 153, 162, 0.25);
}

.step__item__wrap:nth-child(5) .step__img {
    border: 8px solid #39C7C7;
    background-image: url('img/step3.svg');
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

.step__item__wrap:nth-child(7) .step__img {
    border: 8px solid #2DA0A0;
    background-image: url('img/step4.svg');
    box-shadow: 0px 0px 17px rgba(60, 133, 143, 0.44);
}

.step__item__wrap:nth-child(9) .step__img {
    border: 5px solid #FD5C3C;
    background-image: url('img/step5.svg');
    box-shadow: 0px 6px 12px rgba(50, 73, 100, 0.1);
}

/* Step Title */

.step__title {
    position: relative;
    flex-grow: 1;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

/* Step Content */

.step__content {
    position: relative;
    order: 1;
    width: calc(20% - 7px);
    margin-bottom: 40px;
    padding: 103px 20px 0 0;
    box-sizing: border-box;
}

.step__content:nth-child(2) {
    margin: 0 20px 40px 55px;
}

.step__content:nth-child(10) {
    width: calc(20% - 47px);
}

.step__content::before,
.step__content::after {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: -1;
}

.step__content::before {
    top: 9px;
}

.step__content::after {
    top: 76px;
}

.step__content:nth-child(2)::before,
.step__content:nth-child(2)::after {
    background-color: #77D7CC;
}

.step__content:nth-child(4)::before,
.step__content:nth-child(4)::after {
    background-color: #39C7C7;
}

.step__content:nth-child(6)::before,
.step__content:nth-child(6)::after {
    background-color: #2DA0A0;
}

.step__content:nth-child(8)::before,
.step__content:nth-child(8)::after {
    background-color: #227878;
}

.step__content:nth-child(10)::before,
.step__content:nth-child(10)::after {
    background-color: #FF512F;
}

.step__text {
    font-size: 24px;
    font-weight: 600;
    color: #283030;
    line-height: 1.1;
}

.step__text > span {
    font-size: 22px;
    font-weight: normal;
}

.step__text:first-child::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 6px;
    width: 2px;
    height: 66px;
    border-radius: 1px;
    background-color: #000;
    z-index: 1;
}

.step__content:nth-child(10) .step__text:first-child::before {
    left: 7px;
}

/*
.steps__btn__wrap {
    margin-top: 100px;
    box-sizing: border-box;
    text-align: center;
}
*/

@media screen and (max-width: 1235px) {
    .steps > .wrap {
        padding-top: 90px;
    }
    
    .steps__header__text {
        font-size: 18px;
    }
    
    .step__text {
        font-size: 22px;
    }
    
    .step__text > span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1140px) {
    .steps > .wrap {
        padding: 80px 15px;
    }
    
    .steps__header.flex {
        margin-bottom: 70px;
    }
    
    .steps__header__right {
        max-width: 534px;
    }
    
    .step__item__wrap:first-child,
    .step__content:nth-child(2),
    .step__item__wrap:nth-child(3),
    .step__content:nth-child(4),
    .step__item__wrap:nth-child(5) {
        width: calc(33.33% - 11px);
    }
    
    .step__content:nth-child(6) {
        width: calc(33.33% - 53px);
    }
    
    .step__item__wrap:nth-child(7),
    .step__content:nth-child(8),
    .step__item__wrap:nth-child(9) {
        width: calc(50% - 17px);
    }
    
    .step__item__wrap:nth-child(7),
    .step__item__wrap:nth-child(9) {
        order: 2;
    }
    
    .step__content:nth-child(8),
    .step__content:nth-child(10) {
        order: 3;
    }
    
    .step__item__wrap:nth-child(7) .step__item.flex {
        padding-left: 104px;
    }
    
    .step__item__wrap:nth-child(7) .step__img {
        left: 20px;
    }
    
    .step__item__wrap:nth-child(7) .step__img::before, .step__item__wrap:nth-child(7) .step__img::after {
        content: '';
        position: absolute;
        left: -60px;
        width: 54px;
        height: 54px;
        border-radius: 8px;
        background-color: #fff;
        z-index: -1;
        pointer-events: none;
    }
    
    .step__item__wrap:nth-child(7) .step__img::before {
        top: calc(50% + 3px);
        transform: rotate(63deg);
        transform-origin: right top;
    }
    
    .step__item__wrap:nth-child(7) .step__img::after {
        bottom: calc(50% + 3px);
        transform: rotate(-63deg);
        transform-origin: right bottom;
    }
    
    .step__content:nth-child(8) {
        margin: 0 20px 40px 55px;
    }
    
    .step__content:nth-child(10) {
        width: calc(50% - 58px);
    }
    
    .step__text {
        font-size: 20px;
    }
    
    .step__text > span {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .steps__header.flex {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    
    .steps__header__title {
        margin-bottom: 36px;
    }
    
    .steps__header__right {
        max-width: 100%;
        margin-left: 0;
        padding-top: 0;
        text-align: left;
    }
    
    .step__item::before {
        top: 50%;
    }
    
    .step__item::after {
        bottom: calc(50% + 2px);
    }
}

@media screen and (max-width: 768px) {
    .steps > .wrap {
        padding: 70px 15px;
    }
    
    .step__item__wrap:first-child,
    .step__content:nth-child(2),
    .step__item__wrap:nth-child(3),
    .step__item__wrap:nth-child(5),
    .step__content:nth-child(6) {
        width: calc(50% - 17px);
    }
    
    .step__content:nth-child(4),
    .step__content:nth-child(8) {
        width: calc(50% - 58px);
    }
    
    .step__item__wrap:nth-child(5) {
        order: 2;
    }
    
    .step__item__wrap:nth-child(5) .step__item.flex,
    .step__item__wrap:nth-child(9) .step__item.flex {
        padding-left: 104px;
    }
    
    .step__item__wrap:nth-child(5) .step__img,
    .step__item__wrap:nth-child(9) .step__img {
        left: 20px;
    }
    
    .step__item__wrap:nth-child(5) .step__img::before, .step__item__wrap:nth-child(5) .step__img::after,
    .step__item__wrap:nth-child(9) .step__img::before, .step__item__wrap:nth-child(9) .step__img::after {
        content: '';
        position: absolute;
        width: 54px;
        height: 54px;
        border-radius: 8px;
        background-color: #fff;
        z-index: -1;
        pointer-events: none;
    }
    
    .step__item__wrap:nth-child(5) .step__img::before, .step__item__wrap:nth-child(5) .step__img::after {
        left: -60px;
    }
    
    .step__item__wrap:nth-child(9) .step__img::before, .step__item__wrap:nth-child(9) .step__img::after {
        left: -57px;
    }
    
    .step__item__wrap:nth-child(5) .step__img::before,
    .step__item__wrap:nth-child(9) .step__img::before {
        top: calc(50% + 3px);
        transform: rotate(63deg);
        transform-origin: right top;
    }
    
    .step__item__wrap:nth-child(5) .step__img::after,
    .step__item__wrap:nth-child(9) .step__img::after {
        bottom: calc(50% + 3px);
        transform: rotate(-63deg);
        transform-origin: right bottom;
    }

    .step__content:nth-child(6) {
        order: 3;
        margin: 0 20px 40px 55px;
    }
    
    .step__item__wrap:nth-child(7) .step__item.flex {
        padding-left: 124px;
    }
    
    .step__item__wrap:nth-child(7) .step__img {
        left: 40px;
    }
    
    .step__item__wrap:nth-child(7) .step__img::before,
    .step__item__wrap:nth-child(7) .step__img::after {
        display: none;
    }
    
    .step__content:nth-child(8) {
        margin: 0 0 40px;
    }
    
    .step__item__wrap:nth-child(9) {
        order: 4;
        width: calc(100% - 34px);
    }
    
    .step__content:nth-child(10) {
        order: 4;
        width: calc(100% - 55px);
        margin: 0 0 40px 55px;
    }
}

@media screen and (max-width: 640px) {
    .steps__header.flex {
        margin-bottom: 55px;
    }
    
    .steps__header__title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .steps__header__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    .steps > .wrap {
        padding: 60px 15px;
    }
    
    .steps__header.flex {
        margin-bottom: 50px;
    }
    
    .steps__header__text {
        font-size: 14px;
    }

    .steps__items.flex {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    
    .step__item__wrap,
    .step__content {
        order: 0!important;
    }
    
    .step__item__wrap {
        width: calc(100% - 34px)!important;
    }

    .step__item__wrap::before,
    .step__item__wrap::after {
        display: none;
    }
    
    .step__item__wrap:nth-child(3) .step__item.flex,
    .step__item__wrap:nth-child(7) .step__item.flex {
        padding-left: 104px;
    }
    
    .step__item__wrap:nth-child(3) .step__img,
    .step__item__wrap:nth-child(7) .step__img {
        left: 20px;
    }
    
    .step__item__wrap:nth-child(3) .step__img::before, .step__item__wrap:nth-child(3) .step__img::after,
    .step__item__wrap:nth-child(7) .step__img::before, .step__item__wrap:nth-child(7) .step__img::after {
        content: '';
        position: absolute;
        width: 54px;
        height: 54px;
        border-radius: 8px;
        background-color: #fff;
        z-index: -1;
        pointer-events: none;
    }
    
    .step__item__wrap:nth-child(7) .step__img::before, .step__item__wrap:nth-child(7) .step__img::after {
        display: block;
    }
    
    .step__item__wrap:nth-child(3) .step__img::before, .step__item__wrap:nth-child(3) .step__img::after,
    .step__item__wrap:nth-child(7) .step__img::before, .step__item__wrap:nth-child(7) .step__img::after {
        left: -60px;
    }

    .step__item__wrap:nth-child(3) .step__img::before,
    .step__item__wrap:nth-child(7) .step__img::before {
        top: calc(50% + 3px);
        transform: rotate(63deg);
        transform-origin: right top;
    }
    
    .step__item__wrap:nth-child(3) .step__img::after,
    .step__item__wrap:nth-child(7) .step__img::after {
        bottom: calc(50% + 3px);
        transform: rotate(-63deg);
        transform-origin: right bottom;
    }
    
    .step__content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%!important;
        min-height: 128px;
        margin: 0!important;
        padding: 25px 20px 21px 100px;
    }
    
    .step__content::before,
    .step__content::after {
        left: 55px;
    }
    
    .step__content::before {
        top: 25px;
    }
    
    .step__content::after {
        top: auto;
        bottom: 21px;
    }
    
    .step__text:first-child::before {
        top: 32px;
        bottom: 28px;
        left: 61px;
        height: auto;
    }
    
    .step__content:nth-child(10) .step__text:first-child::before {
        left: 62px;
    }
}

@media screen and (max-width: 460px) {
    .steps > .wrap {
        padding: 55px 15px;
    }
    
    .steps__header.flex {
        margin-bottom: 36px;
    }
    
    .steps__header__title {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    
    .steps__header__text {
        font-size: 12px;
    }
    
    .step__item__wrap {
        width: calc(100% - 74px)!important;
        margin-left: 40px;
    }
    
    .step__item.flex {
        padding-left: 44px!important;
    }

    .step__img {
        left: -40px!important;
    }
    
    .step__img::before,
    .step__img::after {
        display: none!important;
    }
    
    .step__content {
        min-height: 108px;
        padding: 15px 20px 11px 69px;
    }
    
    .step__content::before,
    .step__content::after {
        left: 35px;
    }
    
    .step__content::before {
        top: 15px;
    }
    
    .step__content::after {
        bottom: 11px;
    }
    
    .step__text:first-child::before {
        top: 22px;
        left: 42px!important;
        bottom: 18px;
    }

    .step__text,
    .step__text > span {
        font-size: 16px;
        letter-spacing: 0.02em;
    }
    
    .step__text > span {
        font-weight: 600;
    }
    
    .step__text br {
        display: none;
    }
}

/* -------------------------------------------- Form Block 1 */

.form__block1 {
    background-color: #58D1D1;
}

.form__block1 > .wrap.flex {
/*    position: relative;*/
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 41px 15px 32px;
/*    z-index: 1;*/
}

/*
.form__block1 > .wrap::before {
    content: '';
    position: absolute;
    bottom: -356px;
    right: 55%;
    width: 1920px;
    height: 1284px;
    background-image: url('img/form-block-lines.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}
*/

.form__block1__content {
    max-width: 500px;
    min-width: 500px;
    box-sizing: border-box;
}

.form__block1__title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 32px;
    padding-bottom: 25px;
    letter-spacing: -0.035em;
    line-height: 0.95;
}

.form__block1__title > span {
    color: #CBF1F1;
}

.form__block1__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 5px;
    background: #fff;
    border-radius: 1px;
}

/* Form */

.form1 {
    max-width: 420px;
}

form.form1 > label:not(.flex) {
    color: #fff;
}

form.form1 input[type="text"],
form.form1 input[type="password"],
form.form1 input[type="tel"],
form.form1 input[type="email"],
form.form1 textarea {
    font-size: 14px;
    border-color: #fff;
}

/*form.form1 input[name="email"] {
    background-image: url('img/form-envelope.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 12px 48%;
}

form.form1 input[name="email"].input__not__valid {
    background-image: url('img/form-envelope-red.svg'), url('img/form-warning.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: 12px 48%, 98% 48%;
}*/

/*form.form1 input[name="message"] {
    background-image: url('img/form-message-icon.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 12px 48%;
}*/

/*form.form1 input[name="message"].input__not__valid {
    background-image: url('img/form-message-icon-red.svg'), url('img/form-warning.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: 12px 48%, 98% 48%;
}*/

form.form1 .uploaded__file {
    background-image: url('img/file-white.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 center;
}

form.form1 .uploaded__file p {
    color: #fff;
}

form.form1 .delete__file::before,
form.form1 .delete__file::after {
    background: #fff;
}

/* Placeholders */

form.form1 input[type="text"]::-webkit-input-placeholder,
form.form1 input[type="password"]::-webkit-input-placeholder,
form.form1 input[type="tel"]::-webkit-input-placeholder,
form.form1 input[type="email"]::-webkit-input-placeholder,
form.form1 textarea::-webkit-input-placeholder {
    color: #DADADA;
}

form.form1 input[type="text"]::-moz-placeholder,
form.form1 input[type="password"]::-moz-placeholder,
form.form1 input[type="tel"]::-moz-placeholder,
form.form1 input[type="email"]::-moz-placeholder,
form.form1 textarea::-moz-placeholder {
    color: #DADADA;
}

form.form1 input[type="text"]:-moz-placeholder,
form.form1 input[type="password"]:-moz-placeholder,
form.form1 input[type="tel"]:-moz-placeholder,
form.form1 input[type="email"]:-moz-placeholder,
form.form1 textarea:-moz-placeholder {
    color: #DADADA;
}

form.form1 input[type="text"]:-ms-input-placeholder,
form.form1 input[type="password"]:-ms-input-placeholder,
form.form1 input[type="tel"]:-ms-input-placeholder,
form.form1 input[type="email"]:-ms-input-placeholder,
form.form1 textarea:-ms-input-placeholder {
    color: #DADADA;
}

form.form1 input[type="text"]::-ms-input-placeholder,
form.form1 input[type="password"]::-ms-input-placeholder,
form.form1 input[type="tel"]::-ms-input-placeholder,
form.form1 input[type="email"]::-ms-input-placeholder,
form.form1 textarea::-ms-input-placeholder {
    color: #DADADA;
}

form.form1 input[type="submit"]:hover {
    border-color: #fff;
    background-color: #fff;
}

form.form1 .form__success,
form.form1 .form__error {
    background-color: #fff;
}

/* Form Block Img */

.form__block1__img {
    position: relative;
    flex-grow: 1;
    margin-left: -20px;
    pointer-events: none;
    z-index: 1;
}

.form__block1__img img {
    max-width: initial;
    margin: 0 auto;
}

.form__block1__img::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -164px;
    width: 711px;
    height: 302px;
    background-image: url('img/form-block-text.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    z-index: -1;
}

@media screen and (max-width: 1235px) {
    .form__block1__title {
        font-size: 36px;
    }
    
    .form__block1__title br {
        display: none;
    }
    
    .form__block1__content {
        min-width: 460px;
        max-width: 460px;
    }
    
    .form__block1__img {
        margin-left: -10px;
    }
}

@media screen and (max-width: 1140px) {
    .form__block1 > .wrap.flex {
        padding-bottom: 40px;
    }
    
    .form__block1__title {
        font-size: 32px;
    }
    
    .form__block1__content {
        min-width: 400px;
        max-width: 400px;
    }
    
    .form__block1__img {
        margin-left: 0;
    }
    
    .form__block1__img::before {
        top: 0;
        width: 649px;
        height: 276px;
    }
    
    .form__block1__img > img {
        max-width: 620px;
    }
}

@media screen and (max-width: 960px) {
    .form__block1__content {
        min-width: 382px;
        max-width: 382px;
    }
    
    .form1 {
        max-width: 330px;
    }
    
    .form__block1__img::before {
        width: 596px;
        height: 253px;
    }
    
    .form__block1__img > img {
        max-width: 540px;
    }
}

/*
@media screen and (max-width: 768px) {
    .form__block1__content {
        max-width: 326px;
        min-width: 326px;
    }
    
    .form1 {
        max-width: 290px;
    }
    
    .form__block1__img > img {
        max-width: 460px;
    }
}
*/

@media screen and (max-width: 768px) {
    .form__block1 > .wrap.flex {
        flex-direction: column;
        align-items: flex-start;
        padding: 55px 15px 0;
    }
    
    .form__block1__content {
        max-width: 100%;
        min-width: initial;
        width: 100%;
    }
    
    .form1 {
        max-width: 400px;
    }
    
    .form__block1__img {
        margin-top: 20px;
    }
    
    .form__block1__img::before {
        width: 649px;
        height: 276px;
    }
    
    .form__block1__img > img {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .form__block1__title {
        font-size: 28px;
        letter-spacing: 0.01em;
    }
    
    .form__block1__img::before {
        width: 590px;
        height: 251px;
    }
}

@media screen and (max-width: 560px) {    
    .form__block1__title {
        font-size: 26px;
    }
    
    .form__block1__img::before {
        width: 523px;
        height: 222px;
    }
}

@media screen and (max-width: 460px) {
    .form__block1__title {
        font-size: 24px;
    }
    
    .form1 {
        max-width: 100%;
    }
    
    .form1 .submit__btn__wrap {
        width: 100%;
    }
    
    .form__block1__img {
        margin: -5px 0 0;
    }
    
    .form__block1__img::before {
        top: 10px;
        left: 0;
        right: auto;
        width: 490px;
        height: 208px;
    }
    
    .form__block1__img > img {
        max-width: 397px;
    }
}

/* -------------------------------------------- Portfolio */

.portfolio {
    position: relative;
    max-height: 1835px;
    overflow: hidden;
    background-color: #0A0A0A;
    z-index: 1;
}

.portfolio::after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 221px;
    background: linear-gradient(0, #141414 0%, rgba(1, 1, 1, 0) 74.88%);
    z-index: 1;
    pointer-events: none;
}

.portfolio__arr {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 233px;
    background-image: url('img/portfolio-arr.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 0;
    cursor: pointer;
    z-index: 2;
}

.portfolio.show__arrow::after,
.portfolio.show__arrow .portfolio__arr {
    display: block;
}

.portfolio > .wrap {
    padding: 128px 15px 108px;
}

.portfolio__items.flex {
    justify-content: space-between;
    align-items: flex-start;
    margin-right: -80px;
}

.portfolio__items > * {
    max-width: 449px;
    width: calc(50% - 80px);
    margin-right: 80px;
}

.portfolio__items > *:nth-last-child(2),
.portfolio__items > *:last-child {
    margin-bottom: 0!important;
}

.portfolio__header {
    margin-bottom: 415px;
}

.portfolio__header__subtitle {
    color: #fff;
    border-color: #fff;
}

.portfolio__header__title {
    position: relative;
    color: #fff;
    margin-bottom: 45px;
    padding-bottom: 36px;
    box-sizing: border-box;
}

.portfolio__header__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 5px;
    border-radius: 3px;
    background: #58D1D1;
}

.portfolio__header__text {
    font-size: 20px;
    color: #DADADA;
}

/* Portfolio Item */

.portfolio__item {
    display: block;
    margin-bottom: 80px;
    text-decoration: none;
}

.portfolio__item:nth-child(2) {
    margin-top: 78px;
}

.portfolio__item:nth-child(2n + 3) {
    margin: -335px 0 415px;
}

.portfolio__img {
    display: block;
    max-width: 439px;
/*    height: 449px;*/
    margin-bottom: 37px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}

.portfolio__img::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.portfolio__subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 9px;
}

.portfolio__title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.portfolio__text {
    font-size: 16px;
    color: #B3B3B3;
}

.portfolio__btn {
    display: inline-block;
    visibility: hidden;
    font-size: 24px;
    color: #fff;
    max-width: 227px;
    width: 100%;
    margin-top: 40px;
    padding: 19px 30px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 0;
    transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
    text-align: center;
    line-height: 1;
}

.portfolio__item:hover .portfolio__btn {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1235px) {
    .portfolio {
        max-height: 1750px;
    }
    
    .portfolio > .wrap {
        padding: 90px 15px;
    }
    
    .portfolio__header__text {
        font-size: 18px;
    }
    
    .portfolio__item:nth-child(2) {
        margin-top: 72px;
    }
    
    .portfolio__subtitle {
        font-size: 18px;
    }
    
    .portfolio__title {
        font-size: 36px;
    }
    
    .portfolio__btn {
        font-size: 22px;
        padding-top: 18px;
    }
}

@media screen and (max-width: 1140px) {
    .portfolio {
        max-height: 1690px;
    }
    
    .portfolio > .wrap {
        padding: 80px 15px;
    }

/*
    .portfolio__img {
        height: 428px;
    }
*/
    
    .portfolio__title {
        font-size: 32px;
    }
    
    .portfolio__btn {
        font-size: 20px;
    }
}

@media screen and (max-width: 960px) {
    .portfolio {
        max-height: 1540px;
    }
    
    .portfolio__items.flex {
        margin-right: -70px;
    }
    
    .portfolio__items > * {
        width: calc(50% - 70px);
        margin-right: 70px;
    }
    
    .portfolio__header {
        margin-bottom: 360px;
    }
    
    .portfolio__header__title {
        margin-bottom: 36px;
    }
    
    .portfolio__item {
        margin-bottom: 70px;
    }
    
    .portfolio__item:nth-child(2n + 3) {
        margin: -290px 0 360px;
    }

/*
    .portfolio__img {
        height: 336px;
    }
*/

    .portfolio__btn {
        visibility: visible;
        opacity: 1;
        font-size: 18px;
    }
    
    .portfolio__arr {
        height: 132px;
        background-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .portfolio {
        max-height: 1982px;
    }
    
    .portfolio > .wrap {
        padding: 70px 15px;
    }
    
/*
    .portfolio__items.flex {
        margin-right: -50px;
    }
    
    .portfolio__items > * {
        width: calc(50% - 50px);
        margin-right: 50px;
    }
*/
    
    .portfolio__items.flex {
        flex-direction: column;
        margin-right: 0;
    }
    
    .portfolio__items > * {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
    
    .portfolio__item,
    .portfolio__items > *:nth-last-child(2) {
        margin-bottom: 55px!important;
    }
    
    .portfolio__header {
        margin-bottom: 60px!important;
    }
    
    .portfolio__item:nth-child(2),
    .portfolio__item:nth-child(2n + 3) {
        margin-top: 0;
    }
    
    .portfolio__img {
/*        height: 449px;*/
        margin-bottom: 32px;
    }

    .portfolio__btn {
        margin-top: 30px;
    }

    .portfolio::after {
        height: 360px;
        background: linear-gradient(0, #000 0%, rgba(1, 1, 1, 0) 74%)
    }
}

@media screen and (max-width: 640px) {
    .portfolio {
        max-height: 1952px;
    }
    
    .portfolio__header__title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .portfolio__item,
    .portfolio__items > *:nth-last-child(2) {
        margin-bottom: 50px!important;
    }
    
    .portfolio__header {
        margin-bottom: 55px!important;
    }

    .portfolio__header__text {
        font-size: 16px;
    }

    .portfolio__img {
        margin-bottom: 30px;
    }
    
    .portfolio__title {
        font-size: 28px;
    }
    
    .portfolio__btn {
        font-size: 16px;
        margin-top: 28px;
    }
}

@media screen and (max-width: 560px) {
    .portfolio {
        max-height: 1855px;
    }
    
    .portfolio > .wrap {
        padding: 60px 15px;
    }
    
    .portfolio__item,
    .portfolio__items > *:nth-last-child(2) {
        margin-bottom: 45px!important;
    }
    
    .portfolio__header {
        margin-bottom: 50px!important;
    }

    .portfolio__header__text {
        font-size: 14px;
    }

    .portfolio__img {
        margin-bottom: 27px;
    }
    
    .portfolio__subtitle {
        font-size: 16px;
    }
    
    .portfolio__title {
        font-size: 26px;
    }
    
    .portfolio__text {
        font-size: 14px;
    }
    
    .portfolio__btn {
        margin-top: 25px;
    }
}

@media screen and (max-width: 460px) {
    .portfolio {
        max-height: 1363px;
    }
    
    .portfolio > .wrap {
        padding: 55px 15px;
    }
    
    .portfolio__item,
    .portfolio__items > *:nth-last-child(2) {
        margin-bottom: 40px!important;
    }
    
    .portfolio__header {
        margin-bottom: 45px!important;
    }

    .portfolio__header__title {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    
    .portfolio__header__text {
        font-size: 12px;
    }
    
    .portfolio__img {
/*        height: 221px;*/
        margin-bottom: 22px;
        border-radius: 9px;
    }
    
/*
    .portfolio__img::before {
        padding-top: 77%;
    }
*/

    .portfolio__subtitle {
        font-size: 14px;
    }
    
    .portfolio__title {
        font-size: 24px;
    }
    
    .portfolio__text {
        font-size: 12px;
    }
    
    .portfolio__btn {
        max-width: 100%;
        margin-top: 20px;
    }
}

/* -------------------------------------------- Partners */

.partners > .wrap {
    padding: 117px 15px;
}

.partners__header.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 95px;
}

.partners__header__title {
    position: relative;
    padding-bottom: 36px;
}

.partners__header__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 5px;
    background: #58D1D1;
    border-radius: 3px;
}

.partners__header__right {
    max-width: 585px;
    margin-left: 80px;
    padding-top: 78px;
    box-sizing: border-box;
    text-align: right;
}

.partners__header__text {
    font-size: 20px;
    color: #1F1F1F;
}

.partners__items.flex {
    justify-content: flex-start;
    align-items: stretch;
}

.partner.flex {
    flex-direction: column;
    width: 25%;
    height: 144px;
    padding: 20px;
    border-top: 1px solid rgba(218, 218, 218, 0.3);
    border-left: 1px solid rgba(218, 218, 218, 0.3);
    box-sizing: border-box;
    background-repeat: no-repeat!important;
    background-size: auto!important;
    background-position: center!important;
}

.partner img {
    max-height: 100%;
}

.partner:nth-child(-n + 4) {
    border-top: none;
}

.partner:nth-child(4n + 1) {
    border-left: none;
}

@media screen and (max-width: 1235px) {
    .partners > .wrap {
        padding: 90px 15px;
    }
    
    .partners__header.flex {
        margin-bottom: 80px;
    }
    
    .partners__header__text {
        font-size: 18px;
    }
    
    .partner.flex {
        height: 140px;
    }
}

@media screen and (max-width: 1140px) {
    .partners > .wrap {
        padding: 80px 15px;
    }
    
    .partners__header.flex {
        margin-bottom: 70px;
    }
    
    .partners__header__right {
        max-width: 534px;
    }
    
    .partner.flex {
        height: 130px;
    }
}

@media screen and (max-width: 960px) {
    .partners__header.flex {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    
    .partners__header__title {
        margin-bottom: 36px;
    }
    
    .partners__header__right {
        max-width: 100%;
        margin-left: 0;
        padding-top: 0;
        text-align: left;
    }
    
    .partner.flex {
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .partners > .wrap {
        padding: 70px 15px;
    }
    
    .partner.flex {
        height: 110px;
    }
}

@media screen and (max-width: 640px) {
    .partners__header.flex {
        margin-bottom: 55px;
    }
    
    .partners__header__title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .partners__header__text {
        font-size: 16px;
    }
    
    .partner.flex {
        height: 100px;
    }
}

@media screen and (max-width: 560px) {
    .partners > .wrap {
        padding: 60px 15px;
    }
    
    .partners__header.flex {
        margin-bottom: 50px;
    }
    
    .partners__header__text {
        font-size: 14px;
    }

    .partner.flex {
        height: 90px;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 460px) {
    .partners > .wrap {
        padding: 55px 15px;
    }
    
    .partners__header.flex {
        margin-bottom: 25px;
    }
    
    .partners__header__title {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    
    .partners__header__text {
        font-size: 12px;
    }
    
    .partners__items.flex {
        margin-right: -30px;
    }
    
    .partner.flex {
        width: calc(33.33% - 30px);
        height: 80px;
        margin-right: 30px;
        padding: 18px 0;
        border: none;
    }
}

/* -------------------------------------------- Form Block 2 */

.form__block2 {
    background-color: #F4FFFF;
}

.form__block2 > .wrap.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 60px 15px 50px;
}

.form__block2__content {
    max-width: 488px;
    min-width: 488px;
    margin-right: 60px;
}

.form__block2__title {
    font-size: 45px;
    font-weight: 900;
    color: #15ADAE;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: -0.035em;
    line-height: 1;
}

.form2 {
    max-width: 420px;
}

form.form2 > label:not(.flex) {
    margin-bottom: 7px;
}

form.form2 input[type="text"],
form.form2 input[type="password"],
form.form2 input[type="tel"],
form.form2 input[type="email"],
form.form2 textarea {
    padding: 15px 17px;
}

form.form2 input[type="radio"], 
form.form2 input[type="checkbox"] {
    border-color: #58D1D1;
}

form.form2 input[type="checkbox"]:checked {
    background-image: url('img/form-checkbox-green.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 2px 3px;
}

form.light input[type="checkbox"]:checked {
    background-image: url('img/form-checkbox-green.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 2px 3px;
}
form.light input[type="radio"], 
form.light input[type="checkbox"] {
    border-color: #58D1D1;
}

form.light input[type="text"], form.light input[type="password"], form.light input[type="tel"], form.light input[type="email"], form.light textarea{
	border: 1px solid #EAF3F3;
}

form.form2 .form__privacy__policy {
    margin-top: 8px;
}

form.form2 .form__privacy__policy p,
form.form2 .form__privacy__policy a,
form.light .form__privacy__policy a,
form.light .form__privacy__policy p {
    color: #696F79;
}

form.form2 .submit__btn__wrap {
    width: 100%;
}

.form__block2__img {
    flex-grow: 1;
    pointer-events: none;
}

.form__block2__img img {
    max-width: initial;
    margin: 0 auto;
}

@media screen and (max-width: 1235px) {
    .form__block2__content {
        max-width: 440px;
        min-width: 440px;
    }
    
    .form__block2__title {
        font-size: 41px;
        margin-bottom: 40px;
    }
    
    .form__block2__img img {
        max-width: 656px;
    }
}

@media screen and (max-width: 1140px) {
    .form__block2__content {
        max-width: 400px;
        min-width: 400px;
        margin-right: 30px;
    }
    
    .form__block2__title {
        font-size: 37px;
        margin-bottom: 30px;
    }
    
    .form2 {
        max-width: 370px;
    }
    
    .form__block2__img img {
        max-width: 590px;
    }
}

@media screen and (max-width: 960px) {
    .form__block2__content {
        max-width: 360px;
        min-width: 360px;
        margin-right: 20px;
    }
    
    .form2 {
        max-width: 330px;
    }
    
    .form__block2__img img {
        max-width: 520px;
    }
}

@media screen and (max-width: 768px) {
    
	.nchks .wpcf7-list-item {
		margin: 0;
		width: 48%;
		margin-bottom: 5px;
	}
	.form__block2 > .wrap.flex {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 60px;
    }
    
    .form__block2__content {
        max-width: 100%;
        min-width: initial;
        width: 100%;
        margin-right: 0;
    }
    
    .form__block2__title br {
        display: none;
    }
    
    .form2 {
        max-width: 400px;
    }
    
    .form__block2__img {
        order: -1;
        margin-bottom: 50px;
    }
    
    .form__block2__img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .form__block2 > .wrap.flex {
        padding-top: 55px;
    }
    
    .form__block2__title {
        font-size: 35px;
    }
    
    .form__block2__img {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 460px) {
    .form__block2 > .wrap.flex {
        padding-bottom: 55px;
    }
    
    .form__block2__title {
        font-size: 32px;
    }
    
    .form__block2__img {
        margin-bottom: 30px;
    }
}

/* -------------------------------------------- Breadcrumbs */

.breadcrumbs > .wrap.flex {
    justify-content: flex-start;
    padding: 20px 15px;
}

.breadcrumbs p {
    font-size: 16px;
}

.breadcrumbs p:not(:last-child) {
    position: relative;
    padding-right: 47px;
}

.breadcrumbs p:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    transform: rotate(45deg);
}

.breadcrumbs p:nth-last-child(2)::after {
    border-color: #58D1D1;
}

.breadcrumbs a {
    color: #1f1f1f;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #58D1D1;
}

.breadcrumbs p:last-child {
    color: #58D1D1;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 560px) {
    .breadcrumbs p:not(:last-child) {
        padding-right: 21px;
    }
    
    .breadcrumbs p:not(:last-child)::after {
        right: 10px;
        width: 6px;
        height: 6px;
        margin-top: -2px;
    }
    
    .breadcrumbs p {
        font-size: 14px;
    }
}

/* -------------------------------------------- Services */

.service__b1 {
    border-bottom: 2px solid #EFF1F8;
    box-sizing: border-box;
    background-image: url('img/service-b1-bg.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 59% 100%;
}

.service__b1 > .wrap.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 40px 15px 0;
}

.service__b1__content {
    min-width: 508px;
    padding: 8px 0 54px;
}

.service__b1__title {
    font-size: 64px;
    font-weight: 900;
    color: #0A0A0A;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.service__b1__text p {
    font-size: 24px;
    color: #283030;
    letter-spacing: 0.01em;
}

.service__b1__btn__wrap {
    margin-top: 47px;
}

.service__b1__img {
    align-self: flex-end;
    pointer-events: none;
}

.service__b1__img img {
    max-width: initial;
}

.service__b1__btn__wrap__mob {
    display: none;
}

/* Service About */

.service__about > .wrap {
    padding: 100px 15px 90px;
}

.service__about__title {
    margin-bottom: 42px;
    text-transform: uppercase;
}

.service__about__quote {
    position: relative;
    margin-bottom: 53px;
    padding: 32px 0 0 28px;
}

.service__about__quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 21px;
    background-image: url('img/quote.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.service__about__quote p {
    font-size: 20px;
    color: #1F1F1F;
    letter-spacing: 0.01em;
}

/* Service About Items */

.service__about__item.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.service__about__item__content {
    max-width: 669px;
    min-width: 669px;
    width: 100%;
    min-height: 241px;
    padding: 29px 30px 27px;
    border-radius: 9px;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px -3px rgba(26, 32, 44, 0.1), 0px 4px 6px -2px rgba(26, 32, 44, 0.05);
    background: #fff;
}

.service__about__item__content.chart,
.service__about__item:nth-child(4n + 2) .service__about__item__content {
    background-image: url('img/chart.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 98% 100%;
}

.service__about__item:nth-child(4n + 4) .service__about__item__content:not(.without__title) {
    background-image: url('img/circle-down.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 100%;
}

.service__about__item:nth-child(4n + 4) .service__about__item__content.without__title {
    background-image: url('img/circle-up.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 0;
}

.service__about__item__header.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 39px;
}

.service__about__item__title__wrap.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.service__about__item__title__wrap > img {
    max-width: initial;
    margin-right: 15px;
}

.service__about__item__title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.service__about__item__number {
    font-size: 56px;
    font-weight: 900;
    color: #58D1D1;
    margin: 0 30px;
    line-height: 1;
}

.service__about__item__points li {
    position: relative;
    font-size: 16px;
    margin-bottom: 13px;
    color: #1F1F1F;
    padding-left: 36px;
    box-sizing: border-box;
    list-style: none;
    letter-spacing: 0.01em;
}

.service__about__item__points li strong {
    font-size: 20px;
}

.service__about__item__points li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 16px;
    margin-top: -8px;
    background-image: url('img/service-point-check.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service__about__item__point__img.flex {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    margin: -2px 8px 0 0;
}

.service__about__item__img {
    align-self: center;
    flex-grow: 1;
    padding-left: 15px;
    box-sizing: border-box;
}

.service__about__item__img > img {
    margin: 0 auto;
}

.service__about__item:nth-child(2n + 2) .service__about__item__img {
    order: -1;
    padding: 0 15px 0 0;
}

/* Service Form */

.service__form__block {
    background: rgba(231, 247, 247, 0.38) url('img/service-form-bg.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 59% 100%;
}

.service__form__block > .wrap.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 26px 15px 0;
}

.service__form__content {
    max-width: 460px;
    min-width: 460px;
    margin-right: 20px;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.service__form__title {
    font-size: 40px;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 45px;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.service__form__title > span {
    color: #58D1D1;
}

.service__form {
    max-width: 420px;
}

form.service__form input[type="text"],
form.service__form input[type="password"],
form.service__form input[type="tel"],
form.service__form input[type="email"],
form.service__form textarea {
    padding: 15px 17px;
}

form.service__form input[type="checkbox"] {
    border-color: #EAF3F3;
    background-color: #fff;
}

form.service__form input[type="checkbox"]:checked {
    background-image: url('img/form-checkbox-green.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 2px 3px;
}

form.service__form .form__privacy__policy p,
form.service__form .form__privacy__policy a {
    color: #696F79;
}

form.service__form .submit__btn__wrap {
    width: 100%;
}

.service__form__img {
    align-self: flex-end;
    flex-grow: 1;
    pointer-events: none;
}

.service__form__img img {
    max-width: initial;
    margin: 0 auto;
}
.form__block1__content .nchks input[type="checkbox"], .form1.lightss .nchks input[type="checkbox"] {
    border: 2px solid rgb(255 255 255 / 61%);
}
.form__block1__content .nchks input[type="checkbox"]:checked, .form1.lightss .nchks input[type="checkbox"]:checked {
    border: 2px solid #fff;
    background-image: url(img/form-checkbox.svg);
    background-size: 10px;
}
.dark .nchks span.wpcf7-list-item-label {
    color: #ffffff;
}
@media screen and (max-width: 1235px) {
    .service__b1__content {
        padding-top: 0;
    }
    
    .service__b1__title {
        font-size: 56px;
    }
    
    .service__b1__text p {
        font-size: 22px;
    }
    
    /* Service About */
    
    .service__about > .wrap {
        padding-top: 90px;
    }
    
    .service__about__quote {
        padding-top: 30px;
    }
    
    .service__about__quote p {
        font-size: 18px;
    }
    
    .service__about__item__content {
        min-width: 620px;
        max-width: 620px;
    }
    
    .service__about__item__header.flex {
        margin-bottom: 35px;
    }
    
    .service__about__item__title {
        font-size: 36px;
    }
    
    /* Service Form */
    
    .service__form__content {
        max-width: 440px;
        min-width: 440px;
    }
    
    .service__form__title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .service__form__img img {
        max-width: 748px;
    }
}

@media screen and (max-width: 1140px) {
    .service__b1 > .wrap.flex {
        padding-top: 35px;
    }
    
    .service__b1__title {
        font-size: 52px;
    }
    
    .service__b1__text p {
        font-size: 20px;
    }
    
    .service__b1__btn__wrap {
        margin-top: 45px;
    }
    
    /* Service About */
    
    .service__about > .wrap {
        padding: 80px 15px;
    }
    
    .service__about__title {
        margin-bottom: 40px;
    }
    
    .service__about__item__content {
        min-width: 520px;
        max-width: 520px;
    }
    
    .service__about__item__header.flex {
        margin-bottom: 30px;
    }
    
    .service__about__item__title {
        font-size: 32px;
    }
    
    .service__about__item__number {
        margin-right: 0;
    }
    
    /* Service Form */
    
    .service__form__content {
        max-width: 400px;
        min-width: 400px;
        margin-right: 20px;
    }
    
    .service__form__title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    
    .service__form__img img {
        max-width: 600px;
    }
}

@media screen and (max-width: 960px) {
    .service__b1 > .wrap.flex {
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 30px;
    }
    
    .service__b1__content {
        min-width: initial;
        padding-bottom: 30px;
    }
    
    .service__b1__btn__wrap {
        margin-top: 40px;
    }
    
    .service__b1__img {
        align-self: center;
    }
    
    .service__b1__img img {
        max-width: 100%;
    }
    
    /* Service About */
    
/*
    .service__about__item__content {
        min-width: 380px;
        max-width: 380px;
        padding: 29px 25px 27px;
    }
*/
    .service__about__item.flex {
        flex-direction: column;
    }
    
    .service__about__item__content {
        max-width: 100%;
        min-width: initial;
    }
    
    .service__about__item__header.flex {
        margin-bottom: 35px;
    }

    .service__about__item__img {
        order: -1;
        margin-bottom: 30px;
        padding-left: 0;
    }
    
    /* Service Form */
    
    .service__form__content {
        max-width: 340px;
        min-width: 340px;
    }
    
    .service__form {
        max-width: 330px;
    }
    
    .service__form__img img {
        max-width: 446px;
    }
}

@media screen and (max-width: 768px) {
    .service__b1 > .wrap.flex {
        padding-top: 25px;
    }
    
    .service__b1__content {
        padding-bottom: 20px;
    }
    
    .service__b1__btn__wrap {
        margin-top: 35px;
    }
    
    /* Service About */
    
    .service__about > .wrap {
        padding: 70px 15px;
    }
    
    .service__about__quote {
        margin-bottom: 50px;
    }
    
    .service__about__item__header.flex {
        margin-bottom: 30px;
    }
    
    /* Service Form */
    
    .service__form__block > .wrap.flex {
        flex-direction: column;
        justify-content: flex-start;
        padding: 65px 15px 0;
    }
    
    .service__form__content {
        max-width: 100%;
        min-width: initial;
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }
    
    .service__form {
        max-width: 400px;
    }
    
    .service__form__img {
        align-self: center;
        margin-top: 40px;
    }
    
    .service__form__img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .service__b1 > .wrap.flex {
        padding-top: 20px;
    }
    
    .service__b1__content {
        padding-bottom: 15px;
    }
    
    .service__b1__title {
        font-size: 46px;
    }
    
    .service__b1__text p {
        font-size: 18px;
    }
    
    /* Service About */
    
    .service__about__title {
        margin-bottom: 35px;
    }
    
    .service__about__quote p {
        font-size: 16px;
    }
    
    .service__about__item__header.flex {
        margin-bottom: 25px;
    }
    
    .service__about__item__title {
        font-size: 28px;
    }
    
    /* Service Form */
    
    .service__form__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 560px) {
    .service__b1 > .wrap.flex {
        padding-top: 15px;
    }
    
    .service__b1__content {
        padding-bottom: 10px;
    }
    
    .service__b1__title {
        font-size: 42px;
    }
    
    .service__b1__text p {
        font-size: 16px;
    }
    
    .service__b1__btn__wrap {
        margin-top: 30px;
    }
    
    /* Service About */
    
    .service__about > .wrap {
        padding: 60px 15px;
    }
    
    .service__about__title {
        margin-bottom: 30px;
    }
    
    .service__about__quote {
        margin-bottom: 40px;
    }
    
    .service__about__quote p {
        font-size: 14px;
    }

    .service__about__item__title {
        font-size: 24px;
    }
    
    .service__about__item__points li {
        font-size: 14px;
    }
    
    .service__about__item__points li strong {
        font-size: 18px;
    }
    
    /* Service Form */
    
    .service__form__block > .wrap.flex {
        padding-top: 60px;
    }
    
    .service__form__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 460px) {
    .service__b1 > .wrap.flex {
        padding: 10px 15px 20px;
    }
    
    .service__b1__content {
        padding-bottom: 0;
    }
    
    .service__b1__title {
        font-size: 36px;
        margin-bottom: 7px;
    }
    
    .service__b1__text p {
        font-size: 12px;
    }
    
    .service__b1__btn__wrap {
        display: none;
    }
    
    .service__b1__btn__wrap__mob {
        display: block;
        width: 100%;
    }
    
    .service__b1__btn__mob {
        width: 100%;
    }
    
    /* Service About */
    
    .service__about > .wrap {
        padding: 55px 15px;
    }
    
    .service__about__title {
        position: relative;
        padding-bottom: 30px;
    }
    
    .service__about__title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45px;
        height: 5px;
        border-radius: 3px;
        background: #58D1D1;
    }
    
    .service__about__quote {
        padding: 0 0 0 40px;
    }
    
    .service__about__quote p {
        font-size: 12px;
    }
    
    .service__about__item__content {
        padding: 29px 25px 27px;
    }
    
    .service__about__item__header.flex {
        margin-bottom: 20px;
    }
    
    .service__about__item__title {
        font-size: 20px;
    }
    
    .service__about__item__points li {
        font-size: 12px;
    }
    
    .service__about__item__points li strong {
        font-size: 16px;
    }
    
    /* Service Form */
    
    .service__form__block > .wrap.flex {
        padding-top: 55px;
    }

    .service__form__img {
        margin-top: -10px;
    }
}

@media screen and (max-width: 359px) {
    .service__about__item__content {
        padding: 29px 20px 27px;
    }
}

/* -------------------------------------------- ASO */

.aso > .wrap {
    padding: 0 15px 65px;
}

.aso__title {
    margin-bottom: 38px;
}

.aso__content.flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.aso__content__left {
    max-width: 270px;
    min-width: 270px;
    padding: 40px 15px 0 0;
    box-sizing: border-box;
}

.aso__content__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: -0.035em;
}

.aso__content__text p {
    font-size: 16px;
    color: #1F1F1F;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 1235px) {
    .aso__content__title {
        font-size: 36px;
    }
    
    .aso__content__left {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1140px) {
    .aso__content__left {
        padding-top: 20px;
    }
    
    .aso__content__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 960px) {
    .aso__content.flex {
        flex-direction: column;
    }
    
    .aso__content__left {
        max-width: 100%;
        min-width: initial;
        margin-bottom: 30px;
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .aso__content__title {
        font-size: 28px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 560px) {
    .aso > .wrap {
        padding-bottom: 60px;
    }
    
    .aso__title {
        margin-bottom: 30px;
    }
    
    .aso__content__left {
        margin-bottom: 25px;
    }
    
    .aso__content__title {
        font-size: 24px;
    }
    
    .aso__content__text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .aso > .wrap {
        padding-bottom: 55px;
    }
    
    .aso__content__left {
        margin-bottom: 20px;
    }
    
    .aso__content__title {
        font-size: 20px;
    }
    
    .aso__content__text p {
        font-size: 12px;
    }
}

/* -------------------------------------------- Analytics Cases */

.analytics__cases > .wrap {
    padding: 0 15px 82px;
}

.analytics__cases__title {
    margin-bottom: 56px;
    text-transform: uppercase;
}

.analytics__cases__filters__wrap {
    margin-bottom: 33px;
}

.analytics__cases__filters__wrap .selected__item {
    display: none;
}

.analytics__cases__filters.flex {
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-right: -30px;
}

@media screen and (min-width: 769px) {
    .analytics__cases__filters.flex {
        display: flex!important;
    }
}

.analytics__cases__filter {
    position: relative;
    font-size: 20px;
    color: #1F1F1F;
    margin: 0 30px 10px 0;
    padding: 8px 25px 10px;
    border: 2px solid transparent;
    border-radius: 9px;
    box-sizing: border-box;
    text-decoration: none;
}

.analytics__cases__filter::before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #58D1D1;
    padding-bottom: 3px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.analytics__cases__filter.active {
    color: transparent;
    border-color: #58D1D1;
}

.analytics__cases__filter.active::before {
    opacity: 1;
}

.analytics__cases__content {
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
}

.analytics__case.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 18px;
    padding: 20px 25px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}

.analytics__cases__content:not(.active) .analytics__case.flex:nth-child(n + 6) {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    z-index: -1;
}

.analytics__case__header.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}

.analytics__case__title__img > img {
    max-width: 40px;
    margin-right: 14px;
}

.analytics__case__title {
    font-size: 24px;
    font-weight: bold;
    color: #0A0A0A;
    letter-spacing: 0.01em;
}

.analytics__case__text {
    font-size: 16px;
    color: #283030;
    opacity: 0.7;
    letter-spacing: 0.01em;
}

.analytics__case__btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #15ADAE;
    margin-top: 16px;
    padding: 13px 16px;
    border-radius: 9px;
    box-sizing: border-box;
    opacity: 0;
    background: rgba(88, 209, 209, 0.2);
    letter-spacing: 0.02em;
    text-decoration: none;
    text-align: center;
    line-height: 1;
}

.analytics__case:hover .analytics__case__btn {
    opacity: 1;
}

.analytics__case__img {
    margin-left: 15px;
}

.analytics__case__img > img {
    max-width: initial;
}

.analytics__cases__more__wrap {
    text-align: center;
    padding-top: 13px;
}

.analytics__cases__more {
    position: relative;
    font-size: 20px;
    color: #1F1F1F!important;
    padding-right: 35px;
    letter-spacing: 0.01em;
}

.analytics__cases__more::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 29px;
    height: 8px;
    margin-top: -2px;
    background-image: url('img/analytics-cases-arr.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

@media screen and (max-width: 1235px) {
    .analytics__cases > .wrap {
        padding-bottom: 77px;
    }
    
    .analytics__cases__title {
        margin-bottom: 50px;
    }
    
    .analytics__cases__filter,
    .analytics__cases__filter::before {
        font-size: 18px;
    }
    
    .analytics__cases__filter::before {
        padding-bottom: 1px;
    }
    
    .analytics__case__title {
        font-size: 22px;
    }
    
    .analytics__cases__more {
        font-size: 18px;
    }
}

@media screen and (max-width: 1140px) {
    .analytics__cases > .wrap {
        padding-bottom: 67px;
    }
    
    .analytics__cases__title {
        margin-bottom: 45px;
    }
    
    .analytics__cases__filters__wrap {
        margin-bottom: 30px;
    }
    
    .analytics__cases__filters.flex {
        margin-right: -20px;
    }
    
    .analytics__cases__filter {
        margin-right: 20px;
        padding: 8px 20px 10px;
    }
    
    .analytics__case__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 960px) {
    .analytics__cases__title {
        margin-bottom: 40px;
    }
    
    .analytics__cases__filters.flex {
        margin-right: -10px;
    }
    
    .analytics__cases__filter {
        margin-right: 10px;
        padding: 9px 20px;
    }
    
    .analytics__cases__filter,
    .analytics__cases__filter::before {
        font-size: 16px;
    }

    .analytics__case.flex {
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 26px;
    }
    
    .analytics__case__btn {
        opacity: 1;
    }
    
    .analytics__case__img {
        order: -1;
        margin: 0 auto 12px;
    }
    
    .analytics__case__img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .analytics__cases > .wrap {
        padding-bottom: 57px;
    }
    
    .analytics__cases__title {
        margin-bottom: 35px;
    }

    .analytics__cases__filters__wrap {
        position: relative;
        margin-bottom: 35px;
    }
    
    .analytics__cases__filters__wrap .selected__item {
        display: block;
        position: relative;
        font-size: 16px;
        color: #778083;
        padding: 9px 36px 9px 20px;
        border: 1px solid #EFF1F8;
        border-radius: 6px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
    }

    .analytics__cases__filters__wrap .selected__item::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-left: 1px solid #778083;
        border-bottom: 1px solid #778083;
        box-sizing: border-box;
        transform: rotate(-45deg);
        transform-origin: 3px 5px;
        transition: all 0.25s ease-in-out;
    }

    .analytics__cases__filters__wrap .selected__item.active::after {
        transform: rotate(135deg);
    }

    .analytics__cases__filters__wrap .options.flex {
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        min-width: 100%;
        max-width: 100%;
        max-height: 269px;
        margin-right: 0;
        overflow-y: auto;
        border: 1px solid #EFF1F8;
        border-radius: 6px;
        box-sizing: border-box;
        background: #fff;
        z-index: 4;
    }

    .analytics__cases__filter {
        display: block;
        color: #778083;
        margin: 0;
        border: none;
        border-bottom: 1px solid #EFF1F8!important;
        border-radius: 0;
    }
    
    .analytics__cases__filter::before {
        display: none;
    }

    .analytics__cases__filter:hover,
    .analytics__cases__filter.active {
        color: #58D1D1;
    }

    .analytics__cases__filter:first-child {
        border-radius: 6px 6px 0 0;
    }

    .analytics__cases__filter:last-child {
        border-bottom: none;
        border-radius: 0 0 6px 6px;
    }
}

@media screen and (max-width: 640px) {
    .analytics__case__text {
        opacity: 1;
    }
}

@media screen and (max-width: 560px) {
    .analytics__cases > .wrap {
        padding-bottom: 47px;
    }
    
    .analytics__cases__title {
        margin-bottom: 30px;
    }
    
    .analytics__cases__filters__wrap {
        margin-bottom: 30px;
    }
    
    .analytics__cases__filters__wrap .selected__item,
    .analytics__cases__filter {
        font-size: 14px;
    }
    
    .analytics__case__title {
        font-size: 18px;
        font-weight: 600;
    }
    
    .analytics__case__text {
        font-size: 14px;
    }
    
    .analytics__case__btn {
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .analytics__cases > .wrap {
        padding-bottom: 42px;
    }
    
    .analytics__cases__filters__wrap .selected__item,
    .analytics__cases__filter {
        font-size: 12px;
    }
    
    .analytics__case.flex {
        padding: 20px 20px 26px;
    }

    .analytics__case__title {
        font-size: 16px;
    }
    
    .analytics__case__text {
        font-size: 12px;
    }
    
    .analytics__case__btn {
        font-size: 13px;
        margin-top: 15px;
        padding: 11px 16px;
    }
    
    .analytics__cases__more {
        font-size: 16px;
    }
}

/* -------------------------------------------- Creatives */

.creatives > .wrap {
    padding: 0 15px 88px;
}

.creatives__title {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.creatives__filters.flex {
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -30px 33px 0;
}

.creatives__filter {
    position: relative;
    font-size: 20px;
    color: #1F1F1F;
    margin: 0 30px 10px 0;
    padding: 8px 22px 10px;
    border: 2px solid transparent;
    border-radius: 9px;
    box-sizing: border-box;
    text-decoration: none;
}

.creatives__filter::before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #58D1D1;
    padding-bottom: 3px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.creatives__filter.active {
    color: transparent;
    border-color: #58D1D1;
}

.creatives__filter.active::before {
    opacity: 1;
}

.creatives__content {
    display: none;
}

.creatives__content.active {
    display: block;
}

.creatives__item__title {
    font-size: 40px;
    font-weight: bold;
    color: #1A1A1A;
}

.creatives__item__text {
    font-size: 24px;
}

/* Stack Slider */

.stack__slider {
    position: relative;
    margin-top: 202px;
    padding: 0 60px;
    box-sizing: border-box;
}

.stack__slides {
    position: relative;
    max-width: 937px;
    margin: 0 auto;
/*
    perspective: 500px;
    perspective-origin: 50% -30%;
*/
}

.stack__slide.flex {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    height: 519px;
/*
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
*/
    transform: translate(0, -60%) scale(0.35);
/*    transform: translate3d(0, 0, -150px);*/
    backface-visibility: hidden;
    transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
    pointer-events: none;
    z-index: -1;
}

.stack__slide__wrap__img {
    position: relative;
    border-radius: 20px;
/*    overflow: hidden;*/
    max-width: 100%;
    max-height: 100%;
}

.stack__slide__wrap__img img {
    max-height: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

.stack__slide__video {
    border-radius: 20px;
    background-color: #000;
}

.stack__slide__video video {
    border-radius: 20px;
}

.stack__slide__wrap__img::before,
.stack__slide__video::before {
    content: '';
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: none;
    transition: background 0.4s ease-in-out, visibility 0.4s ease-in-out;
    z-index: 1;
}

.stack__slide[data-position="1"] .stack__slide__wrap__img::before,
.stack__slide[data-position="2"] .stack__slide__wrap__img::before,
.stack__slide[data-position="3"] .stack__slide__wrap__img::before,
.stack__slide[data-position="1"] .stack__slide__video::before,
.stack__slide[data-position="2"] .stack__slide__video::before,
.stack__slide[data-position="3"] .stack__slide__video::before {
    visibility: visible;
}

.stack__slide[data-position="0"] {
    visibility: visible;
    position: relative;
    opacity: 1;
    transform: translate(0, 0) scale(1);
/*    transform: translate3d(0, 0, 0);*/
    pointer-events: all;
    z-index: 4;
}

.stack__slide[data-position="1"] {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -15.2%) scale(0.86);
/*    transform: translate3d(0, 0, -43px);*/
    pointer-events: all;
    z-index: 3;
}

.stack__slide[data-position="1"] .stack__slide__wrap__img::before,
.stack__slide[data-position="1"] .stack__slide__video::before {
    background: rgba(0, 0, 0, 0.2);
}

.stack__slide[data-position="2"] {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -37.6%) scale(0.55);
/*    transform: translate3d(0, 0, -80px);*/
    pointer-events: all;
    z-index: 2;
}

.stack__slide[data-position="2"] .stack__slide__wrap__img::before,
.stack__slide[data-position="2"] .stack__slide__video::before {
    background: rgba(0, 0, 0, 0.4);
}

.stack__slide[data-position="3"] {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -49.4%) scale(0.45);
/*    transform: translate3d(0, 0, -114px);*/
    pointer-events: all;
    z-index: 1;
}

.stack__slide[data-position="3"] .stack__slide__wrap__img::before,
.stack__slide[data-position="3"] .stack__slide__video::before {
    background: rgba(0, 0, 0, 0.6);
}

.stack__slide[data-position="0"] .stack__slide__wrap__img img,
.stack__slide[data-position="0"] .stack__slide__video video {
    box-shadow: 20px 8px 28px rgba(0, 0, 0, 0.25);
}

.stack__slide[data-position="1"] .stack__slide__wrap__img img,
.stack__slide[data-position="2"] .stack__slide__wrap__img img,
.stack__slide[data-position="3"] .stack__slide__wrap__img img,
.stack__slide[data-position="1"] .stack__slide__video video,
.stack__slide[data-position="2"] .stack__slide__video video,
.stack__slide[data-position="3"] .stack__slide__video video {
    box-shadow: 0px 16px 32px rgba(37, 38, 94, 0.1);
}

.stack__slide.move__right {
    visibility: visible;
    opacity: 0;
    transform: translate(100%, 0) scale(1);
    z-index: 5;
}

.stack__slide.move__left {
    visibility: visible;
    opacity: 0;
    transform: translate(100%, 0) scale(1);
    z-index: -1;
}

.stack__slider.more__slides .stack__slide.move__left,
.stack__slide.drag {
    transition: all 0s!important;
}

/* Nav */

.stack__slider__prev,
.stack__slider__next {
    display: block;
    position: absolute;
    top: 50%;
    width: 33px;
    height: 61px;
    margin-top: -30px;
    z-index: 6;
}

.stack__slider__prev {
    left: 0;
}

.stack__slider__next {
    right: 0;
}

.stack__slider__prev::before,
.stack__slider__prev::after,
.stack__slider__next::before,
.stack__slider__next::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42px;
    height: 4px;
    margin-top: -2px;
    border-radius: 4px;
    background-color: #DADADA;
    transition: background 0.25s ease-in-out;
}

.stack__slider__prev::before {
    left: 3px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.stack__slider__prev::after {
    left: 3px;
    transform: rotate(45deg);
    transform-origin: left top;
}

.stack__slider__next::before {
    right: 3px;
    transform: rotate(45deg);
    transform-origin: right bottom;
}

.stack__slider__next::after {
    right: 3px;
    transform: rotate(-45deg);
    transform-origin: right top;
}

.stack__slider__prev:hover::before,
.stack__slider__prev:hover::after,
.stack__slider__next:hover::before,
.stack__slider__next:hover::after {
    background-color: #66CDE1;
}

/* Dots */

.stack__slider__dots.flex {
    margin: 37px -12px 0 0;
}

.stack__slider__dot {
    width: 12px;
    height: 12px;
    margin: 0 12px 12px 0;
    border-radius: 50%;
    background-color: #C4C4C4;
}

.stack__slider__dot:hover,
.stack__slider__dot.active {
    background-color: #58D1D1;
}

@media screen and (max-width: 1235px) {
    .creatives > .wrap {
        padding-bottom: 78px;
    }
    
    .creatives__filter,
    .creatives__filter::before {
        font-size: 18px;
    }
    
    .creatives__filter::before {
        padding-bottom: 1px;
    }
    
    .creatives__item__title {
        font-size: 36px;
    }
    
    .creatives__item__text {
        font-size: 22px;
    }
    
    .stack__slider {
        margin-top: 160px;
    }
    
    .stack__slider__prev,
    .stack__slider__next {
        margin-top: -57px;
    }
}

@media screen and (max-width: 1140px) {
    .creatives > .wrap {
        padding-bottom: 68px;
    }
    
    .creatives__title {
        margin-bottom: 45px;
    }
    
    .creatives__filters.flex {
        margin: 0 -20px 30px 0;
    }

    .creatives__filter {
        margin-right: 20px;
        padding: 8px 18px 10px;
    }
    
    .creatives__item__title {
        font-size: 32px;
    }
    
    .creatives__item__text {
        font-size: 20px;
    }
    
    .stack__slider {
        margin-top: 150px;
    }
    
    .stack__slide.flex {
        height: 449px;
    }
    
    /* Только для img, потому что video растягивается на всю ширину и высоту */
    
    .stack__slide__wrap__img::before {
        display: none;
    }
    
    .stack__slide__wrap__img img {
        transition: filter 0.25s ease-in-out;
    }

    .stack__slide[data-position="1"] .stack__slide__wrap__img img {
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
    }

    .stack__slide[data-position="2"] .stack__slide__wrap__img img {
        -webkit-filter: brightness(80%);
        filter: brightness(60%);
    }

    .stack__slide[data-position="3"] .stack__slide__wrap__img img {
        -webkit-filter: brightness(40%);
        filter: brightness(40%);
    }
    
    .stack__slider__prev,
    .stack__slider__next {
        width: 29px;
        height: 55px;
        margin-top: -50px;
    }
    
    .stack__slider__prev::before,
    .stack__slider__prev::after,
    .stack__slider__next::before,
    .stack__slider__next::after {
        width: 38px;
    }
    
    .stack__slider__dots.flex {
        margin-top: 35px;
    }
}

@media screen and (max-width: 960px) {
    .creatives__title {
        margin-bottom: 40px;
    }
    
    .creatives__filters.flex {
        margin: 0 -10px 20px 0;
    }
    
    .creatives__filter {
        margin-right: 10px;
        padding: 9px 18px;
    }
    
    .creatives__filter,
    .creatives__filter::before {
        font-size: 16px;
    }
    
    .creatives__item__title {
        font-size: 28px;
    }
    
    .creatives__item__text {
        font-size: 18px;
    }
    
    .stack__slider {
        margin-top: 125px;
        padding: 0 55px;
    }
    
    .stack__slide.flex {
        height: 348px;
    }

    .stack__slider__prev,
    .stack__slider__next {
        width: 27px;
        height: 51px;
        margin-top: -47px;
    }
    
    .stack__slider__prev::before,
    .stack__slider__prev::after,
    .stack__slider__next::before,
    .stack__slider__next::after {
        width: 34px;
    }
    
    .stack__slider__dots.flex {
        margin-top: 32px;
    }
}

@media screen and (max-width: 768px) {
    .creatives > .wrap {
        padding-bottom: 70px;
    }
    
    .creatives__title {
        margin-bottom: 35px;
    }
    
    .creatives__filters.flex {
        margin-bottom: 15px;
    }
    
    .creatives__item__title {
        font-size: 26px;
    }
    
    .creatives__item__text {
        font-size: 16px;
    }
    
    .stack__slider {
        margin-top: 110px;
        padding: 0 50px;
    }
    
    .stack__slide.flex {
        height: 283px;
    }
    
    .stack__slider__prev,
    .stack__slider__next {
        width: 25px;
        height: 47px;
        margin-top: -46px;
    }
    
    .stack__slider__prev::before,
    .stack__slider__prev::after,
    .stack__slider__next::before,
    .stack__slider__next::after {
        width: 32px;
    }
    
    .stack__slider__dots.flex {
        display: none;
/*        margin-top: 30px;*/
    }
}

@media screen and (max-width: 640px) {
    .creatives__item__title {
        font-size: 24px;
    }
    
    .stack__slider {
        margin-top: 95px;
        padding: 0 45px;
    }
    
    .stack__slide.flex {
        height: 244px;
    }
    
    .stack__slider__prev,
    .stack__slider__next {
        width: 24px;
        height: 43px;
        margin-top: -42px;
    }
    
    .stack__slider__prev::before,
    .stack__slider__prev::after,
    .stack__slider__next::before,
    .stack__slider__next::after {
        width: 30px;
    }
    
/*
    .stack__slider__dots.flex {
        margin-top: 28px;
    }
*/
}

@media screen and (max-width: 560px) {
    .creatives > .wrap {
        padding-bottom: 60px;
    }
    
    .creatives__title {
        margin-bottom: 30px;
    }
    
    .creatives__filters.flex {
        margin-bottom: 10px;
    }
    
    .creatives__filter,
    .creatives__filter::before {
        font-size: 14px;
    }
    
    .creatives__item__title {
        font-size: 22px;
    }
    
    .creatives__item__text {
        font-size: 14px;
    }
    
    .stack__slider {
        margin-top: 80px;
        padding: 0 40px;
    }
    
    .stack__slide.flex {
        height: 194px;
    }
    
    .stack__slider__prev,
    .stack__slider__next {
        width: 21px;
        height: 38px;
        margin-top: -40px;
    }
    
    .stack__slider__prev::before,
    .stack__slider__prev::after,
    .stack__slider__next::before,
    .stack__slider__next::after {
        width: 26px;
    }
    
/*
    .stack__slider__dots.flex {
        margin-top: 26px;
    }
*/
}

@media screen and (max-width: 460px) {
    .creatives > .wrap {
        padding-bottom: 55px;
    }
    
    .creatives__filter,
    .creatives__filter::before {
        font-size: 12px;
    }
    
    .creatives__item__title {
        font-size: 20px;
    }
    
    .creatives__item__text {
        font-size: 12px;
    }
    
    .stack__slider {
        padding: 0 30px;
    }
    
    .stack__slide.flex {
        height: 205px;
    }
    
    .stack__slider__prev,
    .stack__slider__next {
        width: 18px;
        height: 32px;
    }
    
    .stack__slider__prev::before,
    .stack__slider__prev::after,
    .stack__slider__next::before,
    .stack__slider__next::after {
        width: 22px;
    }
}

@media screen and (max-width: 420px) {
    .stack__slider {
        margin-top: 75px;
    }
    
    .stack__slide.flex {
        height: 183px;
    }
}

@media screen and (max-width: 400px) {
    .stack__slide.flex {
        height: 172px;
    }
}

@media screen and (max-width: 380px) {
    .stack__slider {
        margin-top: 70px;
    }
    
    .stack__slide.flex {
        height: 161px;
    }
}

@media screen and (max-width: 360px) {
    .stack__slide.flex {
        height: 150px;
    }
}

@media screen and (max-width: 340px) {
    .stack__slider {
        margin-top: 65px;
    }
    
    .stack__slide.flex {
        height: 139px;
    }
}

/* -------------------------------------------- In-House Optimization */

.optimization > .wrap {
    padding: 0 15px 40px;
}

.optimization__title {
    margin-bottom: 51px;
    text-transform: uppercase;
}

.optimization__text {
    font-size: 24px;
    color: #1F1F1F;
    margin-bottom: 63px;
}

.optimization__items.flex {
    justify-content: flex-start;
    align-items: stretch;
    margin-right: -50px;
}

.optimization__item.flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: calc(50% - 50px);
    margin: 0 50px 60px 0;
    padding: 30px 14px 40px;
    box-sizing: border-box;
    border-radius: 9px;
    transition: all 0.25s ease-in-out;
}

.optimization__item.flex:hover {
    background: #fff;
    box-shadow: 0px 1px 44px rgba(204, 220, 234, 0.31);
}

.optimization__item__img.flex {
    flex-direction: column;
    height: 114px;
    margin-bottom: 34px;
}

.optimization__item__img img {
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.25s ease-in-out;
}

.optimization__item:hover .optimization__item__img img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.optimization__item__title__wrap.flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 13px;
    padding: 0 36px;
    box-sizing: border-box;
}

.optimization__item__title__icon.flex {
    flex-direction: column;
    max-width: 22px;
    min-width: 22px;
    margin-right: 8px;
}

.optimization__item__title {
    font-size: 20px;
    font-weight: bold;
    color: #1F1F1F;
}

.optimization__item__text {
    font-size: 20px;
    color: #1F1F1F;
    padding: 0 36px;
    box-sizing: border-box;
}

@media screen and (max-width: 1235px) {
    .optimization__text {
        font-size: 22px;
    }
    
    .optimization__item.flex {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1140px) {
    .optimization__title {
        margin-bottom: 45px;
    }
    
    .optimization__text {
        font-size: 20px;
        margin-bottom: 60px;
    }
    
    .optimization__items.flex {
        margin-right: -40px;
    }
    
    .optimization__item.flex {
        width: calc(50% - 40px);
        margin: 0 40px 40px 0;
        padding: 25px 14px 30px;
    }
    
    .optimization__item__img.flex {
        margin-bottom: 30px;
    }
    
    .optimization__item__title__wrap.flex,
    .optimization__item__text {
        padding: 0 30px;
    }
}

@media screen and (max-width: 960px) {
    .optimization__title {
        margin-bottom: 40px;
    }
    
    .optimization__text {
        margin-bottom: 55px;
    }
    
    .optimization__items.flex {
        margin-right: -30px;
    }
    
    .optimization__item.flex {
        width: calc(50% - 30px);
        margin-right: 30px;
    }
    
    .optimization__item__title__wrap.flex,
    .optimization__item__text {
        padding: 0 20px;
    }
    
    .optimization__item .optimization__item__img img {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }
}

@media screen and (max-width: 768px) {
    .optimization__title {
        margin-bottom: 35px;
    }
    
    .optimization__text {
        font-size: 18px;
        margin-bottom: 50px;
    }
    
    .optimization__items.flex {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-right: 0;
    }
    
    .optimization__item.flex {
        width: 100%;
        margin: 0 0 30px;
    }
    
    .optimization__item__img.flex {
        height: auto;
        max-height: 114px;
    }
    
    .optimization__item__title__wrap.flex,
    .optimization__item__text {
        padding: 0 30px;
    }
    
    .optimization__item__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .optimization__text {
        font-size: 16px;
        margin-bottom: 45px;
    }
    
    .optimization__item__title {
        font-size: 18px;
    }

    .optimization__item__text {
        font-size: 16px;
    }
    
    .optimization__item__img.flex {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 560px) {
    .optimization > .wrap {
        padding-bottom: 30px;
    }
    
    .optimization__title {
        margin-bottom: 30px;
    }
    
    .optimization__text {
        font-size: 14px;
        margin-bottom: 40px;
    }
    
    .optimization__item__title {
        font-size: 16px;
    }

    .optimization__item__text {
        font-size: 14px;
    }
    
    .optimization__item__title__wrap.flex,
    .optimization__item__text {
        padding: 0 20px;
    }
}

@media screen and (max-width: 460px) {
    .optimization > .wrap {
        padding-bottom: 25px;
    }
    
    .optimization__text {
        font-size: 12px;
        margin-bottom: 35px;
    }

    .optimization__item__text {
        font-size: 12px;
    }
    
    .optimization__item__title__wrap.flex, .optimization__item__text {
        padding: 0 11px;
    }
}

/* -------------------------------------------- Lightslider */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/* Pager */

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* Gallery */

.lSGallery__wrap {
    overflow: hidden;
    margin: 0 auto;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 17px 0 0!important;
    min-height: 247px;
    padding-left: 0;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    margin-top: 18px;
    transition: all 0.25s ease-in-out;
}

.lSSlideOuter .lSPager.lSGallery li a {
    text-decoration: none;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    min-width: 120px!important;
    width: 120px!important;
    margin-top: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.25s ease-in-out;
}

.lSSlideOuter .lSPager.lSGallery li.active img {
    height: 120px!important;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.thumb__caption {
    visibility: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #1F1F1F;
    width: 100%;
    margin-top: 2px;
    opacity: 0;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.lSSlideOuter .lSPager.lSGallery li.active .thumb__caption {
    visibility: visible;
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* Nav */

.lSAction > a {
    display: block;
    position: absolute;
    top: 50%;
    width: 26px;
    height: 50px;
    margin-top: 50px;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    left: 0;
}

.lSAction > .lSNext {
    right: 0;
}

.lSAction > a::before,
.lSAction > a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 34px;
    height: 4px;
    margin-top: -2px;
    border-radius: 4px;
    background-color: #DADADA;
    transition: background 0.25s ease-in-out;
}

.lSAction > .lSPrev::before {
    left: 3px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.lSAction > .lSPrev::after {
    left: 3px;
    transform: rotate(45deg);
    transform-origin: left top;
}

.lSAction > .lSNext::before {
    right: 3px;
    transform: rotate(45deg);
    transform-origin: right bottom;
}

.lSAction > .lSNext::after {
    right: 3px;
    transform: rotate(-45deg);
    transform-origin: right top;
}

.lSAction > a:hover::before,
.lSAction > a:hover::after {
    background-color: #66CDE1;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* Vertical */

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* Vertical controlls */

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* Rtl */

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/* Grab cursor */

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

/* -------------------------------------------- User Acquisition */

.user__acquisition > .wrap {
    padding: 0 15px;
}

.user__acquisition__title {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.user__acquisition__slide__title {
    font-size: 40px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 19px;
    letter-spacing: -0.035em;
}

.user__acquisition__slide__text {
    font-size: 20px;
    color: #1F1F1F;
}

.user__acquisition__slide__img {
    margin-top: 69px;
}

.user__acquisition__slide__img > img {
    margin: 0 auto;
}

@media screen and (max-width: 1235px) {
    .user__acquisition__slide__title {
        font-size: 36px;
    }
    
    .user__acquisition__slide__text {
        font-size: 18px;
    }
    
    .user__acquisition__slide__img {
        margin-top: 55px;
    }
    
    .lSSlideOuter .lSPager.lSGallery {
        min-height: 237px;
    }
}

@media screen and (max-width: 1140px) {
    .user__acquisition__title {
        margin-bottom: 45px;
    }
    
    .user__acquisition__slide__title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .user__acquisition__slide__text {
        font-size: 16px;
    }
    
    .user__acquisition__slide__img {
        margin-top: 45px;
    }
    
    .lSSlideOuter .lSPager.lSGallery {
        min-height: 219px;
        margin-top: 15px!important;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active {
        min-width: 114px!important;
        width: 114px!important;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active img {
        height: 114px!important;
    }
    
    .thumb__caption {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .user__acquisition__title {
        margin-bottom: 40px;
    }
    
    .user__acquisition__slide__title {
        font-size: 28px;
    }
    
    .user__acquisition__slide__img {
        margin-top: 40px;
    }
    
    .lSSlideOuter .lSPager.lSGallery {
        min-height: 211px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active {
        min-width: 106px!important;
        width: 106px!important;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active img {
        height: 106px!important;
    }
    
    .lSAction > a {
        width: 25px;
        height: 46px;
        margin-top: 46px;
    }
    
    .lSAction > a::before,
    .lSAction > a::after {
        width: 32px;
    }
}

@media screen and (max-width: 768px) {
    .user__acquisition__title {
        margin-bottom: 35px;
    }
    
    .user__acquisition__slide__title {
        font-size: 26px;
    }
    
    .user__acquisition__slide__img {
        margin-top: 35px;
    }
    
    .lSSlideOuter .lSPager.lSGallery {
        min-height: 191px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li {
        margin-top: 16px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active {
        min-width: 96px!important;
        width: 96px!important;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active img {
        height: 96px!important;
    }
    
    .lSAction > a {
        width: 24px;
        height: 42px;
    }
    
    .lSAction > a::before,
    .lSAction > a::after {
        width: 30px;
    }
}

@media screen and (max-width: 640px) {
    .user__acquisition__slide__title {
        font-size: 24px;
    }
    
    .lSSlideOuter .lSPager.lSGallery {
        min-height: 183px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li {
        margin-top: 14px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active {
        min-width: 88px!important;
        width: 88px!important;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active img {
        height: 88px!important;
    }
    
    .lSAction > a {
        width: 22px;
        height: 40px;
        margin-top: 50px;
    }
    
    .lSAction > a::before,
    .lSAction > a::after {
        width: 28px;
    }
}

@media screen and (max-width: 560px) {
    .user__acquisition__title {
        margin-bottom: 30px;
    }
    
    .user__acquisition__slide__title {
        font-size: 22px;
    }
    
    .user__acquisition__slide__text {
        font-size: 14px;
    }
    
    .lSSlideOuter .lSPager.lSGallery {
        min-height: 162px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li {
        margin-top: 12px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active {
        min-width: 80px!important;
        width: 80px!important;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active img {
        height: 80px!important;
    }
    
    .thumb__caption {
        font-size: 16px;
    }
    
    .lSAction > a {
        width: 21px;
        height: 38px;
    }
    
    .lSAction > a::before,
    .lSAction > a::after {
        width: 26px;
    }
}

@media screen and (max-width: 460px) {
    .user__acquisition__slide__title {
        font-size: 20px;
    }
    
    .user__acquisition__slide__text {
        font-size: 12px;
    }
    
    .user__acquisition__slide__img {
        margin-top: 30px;
    }
    
    .lSSlideOuter .lSPager.lSGallery {
        min-height: 144px;
    }
    
    .lSSlideOuter,
    .lSGallery__wrap {
        overflow: initial;
    }
    
    .lSSlideOuter .lSPager.lSGallery li {
        margin-top: 10px;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active {
        min-width: 68px!important;
        width: 68px!important;
    }
    
    .lSSlideOuter .lSPager.lSGallery li.active img {
        height: 68px!important;
    }
    
    .thumb__caption {
        font-size: 14px;
        margin-top: 3px;
    }
    
    .lSAction > a {
        width: 18px;
        height: 30px;
        margin-top: 46px;
    }
    
    .lSAction > a::before,
    .lSAction > a::after {
        width: 22px;
    }
}

/* -------------------------------------------- Vacancies */

.vacancies__wrap > .wrap {
    padding: 47px 15px 100px;
}

.vacancies__title {
    position: relative;
    margin-bottom: 33px;
    padding-bottom: 32px;
}

.vacancies__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 5px;
    background: #58D1D1;
    border-radius: 3px;
}

.vacancies {
    overflow: hidden;
}

.vacancy {
    display: block;
    padding: 33px 0 30px 60px;
    border-top: 1px solid #E5E5E5;
    box-sizing: border-box;
    text-decoration: none;
}

.vacancy:first-child {
    border: none;
}

.vacancies:not(.active) .vacancy:nth-child(n + 5) {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    z-index: -1;
}

.vacancy__title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.035em;
    transition: color 0.25s ease-in-out;
}

.vacancy:hover .vacancy__title {
    color: #58D1D1;
}

.vacancy__title::before {
    content: '';
    position: absolute;
    top: 16px;
    left: -45px;
    width: 21px;
    height: 21px;
    border: 5px solid #58D1D1;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #15ADAE;
}

.vacancy__subtitle {
    font-size: 14px;
    color: #FF512F;
    margin-top: 7px;
    letter-spacing: 0.01em;
}

.vacancy__short__description {
    font-size: 16px;
    color: #283030;
    margin-top: 15px;
    letter-spacing: 0.01em;
}

.expand__vacancies__wrap {
    margin-top: 83px;
    text-align: center;
}

.vacancies.show__vacancies + .expand__vacancies__wrap {
    display: none;
}

.expand__vacancies {
    display: inline-block;
    font-size: 16px;
    color: #1f1f1f;
    max-width: 227px;
    width: 100%;
    padding: 23px 30px;
    border: 1px solid #1f1f1f;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 1;
    cursor: pointer;
}

.expand__vacancies:hover {
    color: #58D1D1;
    border-color: #58D1D1;
}

@media screen and (max-width: 1235px) {
    .vacancies__wrap > .wrap {
        padding: 40px 15px 90px;
    }
    
    .vacancies__title {
        margin-bottom: 25px;
    }
    
    .vacancy {
        padding-left: 45px;
    }
    
    .vacancy__title {
        font-size: 36px;
    }
    
    .vacancy__title::before {
        top: 14px;
    }
    
    .expand__vacancies__wrap {
        margin-top: 50px;
    }
    
    .expand__vacancies {
        padding: 22px 30px;
    }
}

@media screen and (max-width: 1140px) {
    .vacancies__wrap > .wrap {
        padding: 35px 15px 80px;
    }

    .vacancies__title {
        margin-bottom: 18px;
    }
    
    .vacancy__title {
        font-size: 32px;
    }
    
    .vacancy__title::before {
        top: 12px;
    }
    
    .expand__vacancies__wrap {
        margin-top: 40px;
    }
    
    .expand__vacancies {
        padding: 20px 30px 19px;
    }
}

@media screen and (max-width: 960px) {
    .vacancies__wrap > .wrap {
        padding-top: 30px;
    }
    
    .vacancies__title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .vacancies__wrap > .wrap {
        padding: 25px 15px 70px;
    }
    
    .vacancies__title {
        margin-bottom: 12px;
    }

    .expand__vacancies__wrap {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .vacancies__wrap > .wrap {
        padding-top: 20px;
    }
    
    .vacancies__title {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }

    .vacancy__title {
        font-size: 28px;
    }
    
    .vacancy__title::before {
        top: 9px;
    }

    .expand__vacancies {
        padding: 19px 30px 18px;
    }
}

@media screen and (max-width: 560px) {
    .vacancies__wrap > .wrap {
        padding: 15px 15px 60px;
    }

    .vacancy {
        padding-top: 30px;
    }
    
    .vacancy__title {
        font-size: 26px;
    }
    
    .vacancy__title::before {
        top: 8px;
    }
    
    .vacancy__short__description {
        font-size: 14px;
    }
    
    .expand__vacancies__wrap {
        margin-top: 25px;
    }
}

@media screen and (max-width: 460px) {
    .vacancies__wrap > .wrap {
        padding: 10px 0 55px;
    }
    
    .vacancies__title {
        margin: 0 15px 10px;
        padding-bottom: 25px;
    }
    
    .vacancy {
        padding: 30px 15px 30px 60px;
    }
    
    .vacancy__title {
        font-size: 24px;
    }
    
    .vacancy__title::before {
        top: 6px;
    }
    
    .vacancy__subtitle {
        font-size: 12px;
    }
    
    .vacancy__short__description {
        font-size: 12px;
    }
    
    .expand__vacancies__wrap {
        margin-top: 20px;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

/* -------------------------------------------- Vacancy */

.vacancy__wrap > .wrap.flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 50px 15px 80px;
}

.vacancy__page__subtitle {
    font-size: 14px;
    color: #FF512F;
    margin: 10px 0 24px;
    letter-spacing: 0.01em;
}

.vacancy__page__footnote {
    color: #778083;
    margin-top: 34px;
    letter-spacing: 0.01em;
}

/* Vacancy Sidebar */

.vacancy__sidebar {
    max-width: 249px;
    min-width: 249px;
    margin-left: 60px;
}

.vacancy__sidebar__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -0.035em;
}

.vacancy__sidebar__content > li {
    font-size: 20px;
    color: #1f1f1f;
    margin-bottom: 23px;
    list-style: none;
}

.vacancy__sidebar__content > li a {
    text-decoration: none;
}

/* Vacancy Form */

.vacancy__form__block {
    background: rgba(231, 247, 247, 0.38) url('img/service-form-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 100%;
}

.vacancy__form__block > .wrap.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 40px 15px;
}

.vacancy__form__content {
    max-width: 460px;
    min-width: 460px;
    margin-right: 20px;
}

.vacancy__form__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 33px;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.vacancy__form__title > span {
    color: #58D1D1;
}

.vacancy__form {
    max-width: 425px;
}

form.vacancy__form input[type="text"],
form.vacancy__form input[type="password"],
form.vacancy__form input[type="tel"],
form.vacancy__form input[type="email"],
form.vacancy__form textarea {
    padding: 17px;
}

/*form.vacancy__form input[type="checkbox"] {
    border-color: #EAF3F3;
    background-color: #fff;
}

form.vacancy__form input[type="checkbox"]:checked {
    background-image: url('img/form-checkbox-green.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 2px 3px;
}*/

form.vacancy__form .form__privacy__policy p,
form.vacancy__form .form__privacy__policy a {
    color: #1f1f1f;
}

form.vacancy__form .submit__btn__wrap {
    width: 100%;
}

.vacancy__form__img {
    flex-grow: 1;
    pointer-events: none;
}

.vacancy__form__img img {
    max-width: initial;
    margin: 0 auto;
}

@media screen and (max-width: 1235px) {
    .vacancy__wrap > .wrap.flex {
        padding: 45px 15px 90px;
    }
    
    .vacancy__sidebar__title {
        font-size: 36px;
    }
    
    .vacancy__sidebar__content > li {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .vacancy__form__content {
        max-width: 440px;
        min-width: 440px;
    }
    
    .vacancy__form__title {
        font-size: 36px;
    }
    
    .vacancy__form {
        max-width: 370px;
    }
    
    .vacancy__form__img img {
        max-width: 748px;
    }
}

@media screen and (max-width: 1140px) {
    .vacancy__wrap > .wrap.flex {
        padding: 40px 15px 80px;
    }
    
    .vacancy__sidebar__title {
        font-size: 32px;
    }
    
    .vacancy__sidebar__content > li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .vacancy__form__content {
        max-width: 400px;
        min-width: 400px;
    }
    
    .vacancy__form__title {
        font-size: 32px;
    }
    
    .vacancy__form__img img {
        max-width: 600px;
    }
}

@media screen and (max-width: 960px) {
    .vacancy__wrap > .wrap.flex {
        padding-top: 35px;
    }
    
    .vacancy__sidebar {
        display: none;
    }
    
    .vacancy__form__content {
        max-width: 345px;
        min-width: 345px;
    }
    
    .vacancy__form {
        max-width: 330px;
    }
    
    .vacancy__form__img img {
        max-width: 446px;
    }
}

@media screen and (max-width: 768px) {
    .vacancy__wrap > .wrap.flex {
        padding: 30px 15px 70px;
    }
    
    .vacancy__form__block > .wrap.flex {
        flex-direction: column;
        justify-content: flex-start;
        padding: 65px 15px 45px;
    }
    
    .vacancy__form__content {
        max-width: 100%;
        min-width: initial;
        width: 100%;
        margin-right: 0;
    }
    
    .vacancy__form {
        max-width: 400px;
    }
    
    .vacancy__form__img {
        margin-top: 40px;
    }
    
    .vacancy__form__img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .vacancy__wrap > .wrap.flex {
        padding-top: 25px;
    }
    
    .vacancy__form__block > .wrap.flex {
        padding: 60px 15px 40px;
    }
    
    .vacancy__form__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 560px) {
    .vacancy__wrap > .wrap.flex {
        padding: 20px 15px 60px;
    }
    
    .vacancy__form__block > .wrap.flex {
        padding-top: 55px;
    }
    
    .vacancy__form__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 460px) {
    .vacancy__wrap > .wrap.flex {
        padding: 15px 15px 55px;
    }
    
    .vacancy__page__subtitle {
        font-size: 12px;
    }
    
    .vacancy__form__block > .wrap.flex {
        padding: 50px 15px 35px;
    }
    
    .vacancy__form__img {
        margin-top: -10px;
    }
}

/* ----------------------------------------- Cookie Notice */

.cookie__notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1F1F1F;
    z-index: 18;
}

html:not(.overflow__hidden__modal) .cookie__notice {
    padding-right: 0!important;
}

.cookie__notice > .wrap.flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px 15px;
}

.cookie__notice p,
.cookie__notice p a {
    font-size: 14px;
    color: #fff;
}

.accept__cookie {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-left: 30px;
    padding: 11px 30px 12px;
    border: 2px solid #F13F21;
    border-radius: 9px;
    box-sizing: border-box;
    background-color: #F13F21;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
}

.accept__cookie:hover {
    color: #F13F21;
    background: transparent;
}

@media screen and (max-width: 768px) {
    .cookie__notice > .wrap.flex {
        padding: 17px 15px;
    }
}

@media screen and (max-width: 640px) {
    .cookie__notice > .wrap.flex {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
    }
    
    .accept__cookie {
        margin: 12px 0 0;
    }
}

@media screen and (max-width: 460px) {
    .cookie__notice p {
        font-size: 12px;
    }
}

/* -------------------------------------------- Error Page */

.error__page.wrap.flex {
    flex-wrap: nowrap;
    padding: 80px 15px 100px;
}

.error__content {
    max-width: 360px;
    min-width: 360px;
    margin-right: 60px;
}

.error__subtitle {
    font-size: 64px;
    color: #1F1F1F;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.error__title {
    font-size: 56px;
    font-weight: 900;
    color: #1A1A1A;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
}

.error__text {
    font-size: 24px;
    color: #1f1f1f;
}

.error__btn {
    color: #58D1D1!important;
    margin-top: 45px;
    min-width: 179px;
    border-color: #58D1D1;
    background-color: transparent;
}

.error__img {
    max-width: initial;
}
form.wpcf7-form.f > p > label:not(.flex) {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 10px;
}
form.wpcf7-form.f.dark > p > label:not(.flex) {
    color: #ffffff;
}
form.wpcf7-form.f.dark p{
color: #ffffff;
}
input.wpcf7-form-control.upload__file__inputs {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
    z-index: -1;
}
.form__privacy__policy.flex {
    margin: 10px 0 20px;
    font-size: 12px;
    text-align: left;
    justify-content: end;
}
input.button.button-primary.qbutton {
    display: none;
}
.nchks input[type="checkbox"] {
	width: 18px;
    max-width: 18px;
    height: 18px;
    border: 2px solid rgba(88, 209, 209, 0.3);
    border-radius: 0;
}
.nchks.wpcf7-not-valid input[type="checkbox"] {
    border: 2px solid rgb(253 67 2);
}
span.wpcf7-form-control-wrap.checkbox-749 span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}
form.form2 .nchks input[type="checkbox"]:checked, .nchks input[type="checkbox"]:checked, form.service__form .nchks input[type="checkbox"]:checked, form.light .nchks input[type="checkbox"]:checked {
    background-image: url(img/icon/check.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 2px 3px;
	border: 2px solid #58d1d1;
}
.nchks span.wpcf7-list-item.first {
    margin: 0;
}
.nchks span.wpcf7-list-item-label {
    font-size: 14px;
}
.nchks span.wpcf7-list-item-label {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
    top: -4px;
    color: #1A1A1A;
}
.nchks span.wpcf7-list-item span.wpcf7-list-item-label:before {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    height: 17px;
    width: 20px;
    content: " ";
    position: absolute;
    top: 0;
    margin-left: -20px;
}
.nchks span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label:before {
    background-image: url(img/icon/phone.svg);
}
.nchks span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label:before {
    background-image: url(img/icon/telegram.svg);
}
.nchks span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label:before {
    background-image: url(img/icon/whatsapp.svg);
}
.nchks span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label:before {
    background-image: url(img/icon/viber.png);
}
.nchks {
    margin-bottom: 10px;
    display: block;
}
span.wpcf7-form-control-wrap.checkbox-749 + br {
    display: none;
}
@media screen and (max-width: 1235px) {
    .error__page.wrap.flex {
        padding: 70px 15px 90px;
    }
    
    .error__content {
        max-width: 340px;
        min-width: 340px;
    }
    
    .error__subtitle {
        font-size: 56px;
    }
    
    .error__title {
        font-size: 48px;
    }
    
    .error__text {
        font-size: 20px;
    }
}

@media screen and (max-width: 1140px) {
    .error__page.wrap.flex {
        padding: 60px 15px 80px;
    }
    
    .error__content {
        max-width: 320px;
        min-width: 320px;
    }
    
    .error__subtitle {
        font-size: 50px;
    }
    
    .error__title {
        font-size: 42px;
    }
    
    .error__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .error__content {
        max-width: 300px;
        min-width: 300px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .error__page.wrap.flex {
        flex-direction: column;
        justify-content: flex-start;
        padding: 50px 15px 70px;
    }

    .error__content {
        min-width: initial;
        margin: 0 0 60px;
        text-align: center;
    }
    
    .error__btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 640px) {
    .error__subtitle {
        font-size: 42px;
    }
    
    .error__title {
        font-size: 36px;
    }
    
    .error__text {
        font-size: 16px;
    }
    
    .error__btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 560px) {
    .error__page.wrap.flex {
        padding: 40px 15px 60px;
    }
    
    .error__subtitle {
        font-size: 36px;
    }
    
    .error__title {
        font-size: 32px;
    }
    
    .error__text {
        font-size: 14px;
    }
    
    .error__btn {
        min-width: 160px;
    }
}

@media screen and (max-width: 460px) {
    .error__page.wrap.flex {
        padding: 35px 15px 55px;
    }
    
    .error__subtitle {
        font-size: 36px;
    }
    
    .error__title {
        font-size: 28px;
    }
    
    .error__text {
        font-size: 12px;
    }
}