html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
address,
big,
blockquote,
cite,
code,
del,
dfn,
em,
img,
ins,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
input,
fieldset,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
main,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: none;
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
html,
body {
    height: 100%;
    width: 100%;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
ol,
ul,
nav,
menu {
    list-style: none;
}
img,
video,
canvas {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: bottom;
}
a,
button {
    cursor: pointer;
    margin: 0;
    padding: 0;
}
a:hover,
button:hover {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    border: none;
    background: 0 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
th,
td {
    vertical-align: middle;
}
iframe {
    width: 100%;
}

body {
    font-family: "Raleway", sans-serif;
    color: #101828;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    background: #fff;
    background-position: top center;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    body {
        background: #fff;
    }
}
.body_scroll {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.dh4 {
    font-weight: 700;
}
.span-color {
    color: #0069ff;
}
.span-bg {
    color: #0069ff;
    background: rgba(0, 105, 255, 0.12);
    padding: 3px 5px;
}
h1,
.h1 {
    font-size: 54px;
    line-height: 63px;
    margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
    h1,
    .h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 28px;
    }
}
.sub-h1 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #596275;
    padding-left: 30px;
    margin-bottom: 25px;
}
.sub-h1:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #596275;
    left: 0;
    top: calc(50% - 1px);
}
@media screen and (max-width: 768px) {
    .sub-h1 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
h2,
.h2 {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    h2,
    .h2 {
        font-size: 28px;
        line-height: 33px;
    }
}
h2 + div:not(.sub-h2),
.h2 + div:not(.sub-h2),
h2 + ul,
.h2 + ul,
h2 + ol,
.h2 + ol {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    h2 + div:not(.sub-h2),
    .h2 + div:not(.sub-h2),
    h2 + ul,
    .h2 + ul,
    h2 + ol,
    .h2 + ol {
        margin-top: 30px;
    }
}
.sub-h2 {
    margin-bottom: 50px;
}
.sub-h2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #596275;
}
.sub-h2 p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .sub-h2 {
        margin-bottom: 30px;
    }
    .sub-h2 p {
        font-weight: 400;
    }
}
h3,
.h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    h3,
    .h3 {
        font-size: 26px;
        line-height: 31px;
    }
}
.sub-h3,
.sub-h4 {
    margin-bottom: 25px;
}
.sub-h3 p,
.sub-h4 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.sub-h3 p:last-child,
.sub-h4 p:last-child {
    margin-bottom: 0;
}
h4,
.h4,
.dh4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
    h4,
    .h4,
    .dh4 {
        font-size: 21px;
        line-height: 25px;
    }
}
h5,
.h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    h5,
    .h5 {
        font-size: 18px;
        line-height: 24px;
    }
}
h6,
.h6 {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    h6,
    .h6 {
        font-size: 16px;
        line-height: 22px;
    }
}
p + h2,
p + h3,
p + h4,
p + h5 {
    margin-top: 40px;
}
.heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .heading {
        font-size: 18px;
        line-height: 24px;
    }
}
ol:not([class]),
ul:not([class]) {
    margin-bottom: 12px;
}
ol:not([class]) li,
ul:not([class]) li {
    display: table;
    position: relative;
}
ol:not([class]) li:not(:last-child),
ul:not([class]) li:not(:last-child) {
    margin-bottom: 15px;
}
table ol:not([class]) li,
table ul:not([class]) li,
.table ol:not([class]) li,
.table ul:not([class]) li {
    display: block;
}
ol:not([class]) {
    counter-reset: number;
}
ol:not([class]) li:before {
    counter-increment: number;
    content: counter(number) "." " ";
}
ul:not([class]) li {
    padding-left: 25px;
}
ul:not([class]) li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #0069ff;
    top: 9px;
    left: 10px;
}
ol ol,
ul ul {
    margin-left: 30px;
}
.check-list {
    margin-bottom: 30px;
}
.check-list li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 30px;
}
.check-list li:not(:last-child) {
    margin-bottom: 16px;
}
.check-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: center center/cover no-repeat;
    background-image: url(../img/green-tick.png);
}
@media screen and (max-width: 768px) {
    .check-list li {
        font-size: 15px;
        line-height: 18px;
    }
    .check-list li:not(:last-child) {
        margin-bottom: 13px;
    }
}
.check-list_blue {
    margin-bottom: 40px;
}
.check-list_blue.gridbox {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
}
.check-list_blue li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-left: 33px;
}
.check-list_blue li:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--check-blue);
    top: 2px;
    left: 0;
}

a,
p,
ol:not([class]) li,
ul:not([class]) li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
p {
    margin-bottom: 20px;
}
p + ul {
    margin-top: 35px;
}
@media screen and (max-width: 768px) {
    p + ul {
        margin-top: 30px;
    }
}
a:not([class]) {
    font-weight: 600;
}
a:not([class]):hover {
    text-decoration: underline;
}
.link {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0069ff;
}
.link svg {
    display: inline-block;
    vertical-align: middle;
    stroke: #0069ff;
    fill: #fff;
    stroke-width: 1.8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-left: 2px;
}
.link:hover {
    color: #0050c2;
}
.link:hover svg {
    stroke: #0050c2;
}
b,
strong {
    font-weight: 700;
}
i,
em {
    font-style: italic;
}
img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
section,
.section {
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    section,
    .section {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .float_right,
    .float_left {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
* {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}
.btn span {
    font: inherit;
    color: inherit;
}
.btn-text_mob {
    display: none;
}
@media screen and (max-width: 768px) {
    .btn-text_mob {
        display: block;
    }
    .btn-text_desctop {
        display: none;
    }
}
.btn_light {
    width: 300px;
    height: 55px;
    line-height: 55px;
    background: #ffd600;
    color: #101828;
    font-size: 18px;
}
.btn_light:hover {
    background: #ffe661;
}
.btn_border {
    width: 250px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #0069ff;
    font-size: 16px;
    color: #0069ff;
}
.btn_border:hover {
    border-color: #0057d3;
    color: #0057d3;
}
@media screen and (max-width: 768px) {
    .btn_border {
        width: 200px;
        height: 45px;
        line-height: 41px;
    }
}
.btn_big {
    width: 400px;
}
@media screen and (max-width: 450px) {
    .btn_big {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .btn-width {
        height: auto;
        line-height: 26px;
        padding: 10px;
    }
}
.overly {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 24, 40, 0.9);
}
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gridbox {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breadcrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 30px;
    margin-top: -30px;
}
.breadcrumbs li,
.breadcrumbs a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.breadcrumbs li {
    color: #101828;
}
.breadcrumbs li:not(:last-child) {
    margin-right: 34px;
}
.breadcrumbs a {
    position: relative;
    color: #95a0aa;
}
.breadcrumbs a:hover {
    color: #101828;
    text-decoration: none;
}
.breadcrumbs a:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--breadcrumbs);
    top: calc(50% - 7px);
    right: -25px;
}
@media screen and (max-width: 768px) {
    .breadcrumbs {
        margin-top: -5px;
    }
}
.rating {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
}
.star {
    width: 16px;
    height: 16px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--star);
    opacity: 0.4;
}
.star.active {
    opacity: 1;
}
.scroll {
    overflow-y: auto;
    -ms-scroll-chaining: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #dcdfe9 transparent;
}
.scroll::-webkit-scrollbar {
    width: 4px;
    height: 50%;
}
.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #dcdfe9;
    border-radius: 5px;
}
.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #dcdfe9;
}
.scroll::-webkit-scrollbar-thumb:active {
    background-color: #dcdfe9;
}
.scroll::-webkit-scrollbar-thumb:vertical {
    min-height: 50%;
}
.scroll::-webkit-scrollbar-thumb:horizontal {
    min-width: 4px;
}
.soc {
    gap: 15px;
}
.soc-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #f2f4f7;
}
.soc-link svg {
    fill: #101828;
}
.soc-link:hover {
    background: #0069ff;
}
.soc-link:hover svg {
    fill: #fff;
}
@media screen and (max-width: 768px) {
    .soc {
        gap: 10px;
    }
    .soc-link {
        width: 40px;
        height: 40px;
    }
    .soc-link svg {
        width: 22px;
        height: 22px;
    }
}
table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    overflow: hidden;
    border-collapse: separate;
    margin-bottom: 30px;
}
table th,
table td {
    vertical-align: middle;
    width: 1%;
    padding: 15px 20px;
}
table th {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: #95a0aa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table td,
table td p,
table td a:not([class]),
table td ul li,
table td ol li {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.table-keywords th,
table.table-keywords td {
    width: auto;
}
table.table-keywords th:last-child,
table.table-keywords td:last-child {
    width: 170px;
}
@media screen and (max-width: 768px) {
    .table_scroll table {
        width: 700px;
    }
}
.table {
    display: table;
    width: 100%;
}
.table .tr {
    display: table-row;
}
.table .th,
.table .td {
    width: 1%;
    display: table-cell;
    vertical-align: middle;
}
form input,
form textarea {
    position: relative;
    z-index: 2;
    border: 1px solid #cccddd;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 16px;
    color: #101828;
    background: 0 0;
    resize: none;
}
form input {
    height: 56px;
    padding-left: 16px;
    padding-top: 18px;
}
form textarea {
    display: block;
    padding: 20px;
    padding-left: 16px;
    padding-top: 30px;
}
form .formgroup {
    gap: 0 15px;
}
form .formgroup .group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
form .group {
    position: relative;
    margin-bottom: 15px;
}
form .group.type input,
form .group.type textarea {
    border-color: #0069ff;
}
form .group.type .label-descr {
    color: #0069ff;
}
form .icon,
form .label {
    z-index: 1;
    display: none;
    position: absolute;
    width: 100%;
}
form .icon {
    right: 24px;
    top: 22px;
}
form .icon-ok {
    width: 16px;
    height: 12px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--check-mini);
}
form .icon-false {
    width: 16px;
    height: 16px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--false);
}
form .label-descr {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: calc(50% - 12px);
    left: 16px;
    color: #596275;
}
form .label-false {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ff002e;
    left: 0;
    bottom: -17px;
}
@media screen and (max-width: 768px) {
    form .formgroup .group {
        min-width: 100%;
    }
}
button {
    font-family: "Raleway";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input::placeholder,
textarea::placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #596275;
    opacity: 0;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 500;
}
input:not(:focus):-moz-placeholder-shown,
textarea:not(:focus):-moz-placeholder-shown {
    border-color: #cccddd;
}
input:not(:focus):-ms-input-placeholder,
textarea:not(:focus):-ms-input-placeholder {
    border-color: #cccddd;
}
input:not(:focus):placeholder-shown,
textarea:not(:focus):placeholder-shown {
    border-color: #cccddd;
}
input:not(:focus):-moz-placeholder-shown ~ .icon,
textarea:not(:focus):-moz-placeholder-shown ~ .icon {
    display: none;
}
input:not(:focus):-ms-input-placeholder ~ .icon,
textarea:not(:focus):-ms-input-placeholder ~ .icon {
    display: none;
}
input:not(:focus):placeholder-shown ~ .icon,
textarea:not(:focus):placeholder-shown ~ .icon {
    display: none;
}
input:not(:focus):-moz-placeholder-shown .label-descr,
textarea:not(:focus):-moz-placeholder-shown .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: calc(50% - 12px);
}
input:not(:focus):-ms-input-placeholder .label-descr,
textarea:not(:focus):-ms-input-placeholder .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: calc(50% - 12px);
}
input:not(:focus):placeholder-shown .label-descr,
textarea:not(:focus):placeholder-shown .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: calc(50% - 12px);
}
input:focus,
textarea:focus {
    border-color: #101828;
    outline: none;
}
input:focus ~ .icon,
textarea:focus ~ .icon {
    display: none;
}
input:focus ~ .label-descr,
textarea:focus ~ .label-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}
input:focus:valid,
textarea:focus:valid {
    border-color: #101828;
}
input:focus:valid ~ .icon-ok,
textarea:focus:valid ~ .icon-ok {
    display: none;
}
input:focus:valid ~ .label-descr,
textarea:focus:valid ~ .label-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}
input:valid,
textarea:valid {
    border-color: #cccddd;
}
input:valid ~ .icon-ok,
textarea:valid ~ .icon-ok {
    display: block;
}
input:valid ~ .label-descr,
textarea:valid ~ .label-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown),
textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
    border-color: #ff002e;
}
input:invalid:not(:focus):not(:-ms-input-placeholder),
textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
    border-color: #ff002e;
}
input:invalid:not(:focus):not(:placeholder-shown),
textarea:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #ff002e;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false,
textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false {
    display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false,
textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false {
    display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false,
textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false {
    display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false,
textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false {
    display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false,
textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false {
    display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-false,
textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-false {
    display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr,
textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr,
textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr,
textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    top: 9px;
}
input.label-typing .label-descr,
textarea.label-typing .label-descr {
    font-size: 12px;
    line-height: 16px;
    color: #0069ff;
}
textarea:not(:focus):-moz-placeholder-shown ~ .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: 20px;
}
textarea:not(:focus):-ms-input-placeholder ~ .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: 20px;
}
textarea:not(:focus):placeholder-shown ~ .label-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    top: 20px;
}
input[type="text"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="text"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
    appearance: none;
}
.contact-form_bottom {
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-form-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(149, 160, 170, 0.7);
}
.contact-form-text a {
    font: inherit;
    color: #0069ff;
    text-decoration: underline;
}
.contact-form-text a:hover {
    color: #0050c2;
}
@media screen and (max-width: 550px) {
    .contact-form_bottom .btn {
        width: 100%;
    }
    .contact-form-text {
        min-width: 100%;
    }
}
.success {
    position: relative;
    text-align: center;
    max-width: 320px;
    display: none;
    padding-top: 75px;
}
.success:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--icon-success);
    top: 0;
    left: calc(50% - 25px);
}
.success-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}
.success p {
    font-weight: 500;
    color: #596275;
    margin-bottom: 0;
}
.comments-add-form .group {
    background: #fff;
    border-radius: 10px;
}
.comments-add-form .btn {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .comments-add-form .btn {
        width: 100%;
    }
}
.slider-nav .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.slider-nav .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}
.slider-nav .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: rgba(136, 136, 136, 0.3);
    overflow: hidden;
    padding: 0;
}
.slider-nav .slick-dots li button:before {
    display: none;
}
.slider-nav .slick-dots li.slick-active button,
.slider-nav .slick-dots li:hover button {
    background: #0069ff;
}
@media screen and (max-width: 768px) {
    .slider-nav .slick-dots {
        bottom: -35px;
    }
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
    z-index: 5;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    opacity: 1;
}
.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--slider-black);
    top: calc(50% - 8.5px);
    left: calc(50% - 5px);
}
.slider-nav .slick-prev:hover,
.slider-nav .slick-next:hover {
    -webkit-box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.12);
}
.slider-nav .slick-prev:hover:before,
.slider-nav .slick-next:hover:before {
    width: 10px;
    height: 17px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--slider-blue);
}
.slider-nav .slick-prev {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .slider-nav .slick-prev,
    .slider-nav .slick-next {
        width: 38px;
        height: 38px;
    }
    .slider-nav .slick-prev:before,
    .slider-nav .slick-next:before {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}
.sliderContainer {
    position: relative;
}
main {
    overflow: hidden;
    padding-top: 60px;
}
@media screen and (max-width: 768px) {
    main {
        padding-top: 30px;
    }
}
.container_big {
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .container_big {
        padding: 0 20px;
    }
}
.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}
.header {
    position: relative;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}
.header .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
}
.header-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header .btn {
    width: 183px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    margin: 0;
}
.logo img {
    margin-bottom: 0;
}
.header_fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
}
.header .logo img {
    width: 126px;
    height: 26px;
}
.header .btn {
    background: #ffd600;
    border-color: #ffd600;
    color: #101828;
}
.header .btn:hover {
    background: #ffe661;
    border-color: #ffe661;
}
.navigation-phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.menu.flexbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 35px;
}
.menu__item.arr:hover .header-downmenu {
    max-height: 700px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 46px;
}
.menu__item svg {
    fill: #596275;
    margin-left: 4px;
    margin-bottom: 2px;
}
.menu__item:hover .menu-link {
    color: #0069ff;
}
.menu__item:hover svg {
    fill: #0069ff;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-link {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #596275;
}
.downmenu {
    max-height: 0;
    overflow: hidden;
}
.submenu {
    margin-left: 0;
}
.submenu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 15px;
}
.submenu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.submenu-icon img {
    margin: 0;
}
.header-downmenu {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
}
.header-submenu {
    max-width: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px 30px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.header-submenu .submenu__item {
    min-width: 300px;
    padding: 10px;
}
.header-submenu .submenu__item:hover {
    background: #f5f9ff;
    border-radius: 14px;
}
.header-submenu .submenu-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #f5f9ff;
}
.header-submenu .submenu-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.hamburger {
    display: none;
    width: 16px;
    height: 16px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--hamburger);
}
@media screen and (max-width: 992px) {
    .header .container {
        gap: 0 20px;
    }
    .header .btn {
        margin-left: auto;
    }
    .header-navigation {
        display: none;
    }
    .hamburger {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .header {
        padding: 15px 0;
    }
    .header .btn {
        width: 96px;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
        border-radius: 5px;
    }
    .header .logo img {
        width: 111px;
        height: 23px;
    }
    .header_fixed .logo img {
        width: 111px;
        height: 23px;
    }
}
.mobile-navigation {
    position: fixed;
    z-index: 101;
    width: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #fff;
}
.mobile-navigation .scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.mobile-navigation .menu {
    margin-bottom: 30px;
}
.mobile-navigation .close {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--close-white);
    top: 25px;
    right: -38px;
}
.mobile-navigation .menu__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.mobile-navigation .menu__item.arr {
    position: relative;
}
.mobile-navigation .menu__item.arr svg {
    position: absolute;
    right: 27px;
    top: 28px;
}
.mobile-navigation .submenu {
    padding-top: 22px;
}
.mobile-navigation .submenu__item:not(:last-child) {
    margin-bottom: 26px;
}
.mobile-navigation .submenu-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}
.mobile-navigation-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #95a0aa;
    margin-bottom: 5px;
}
.mobile-navigation-phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}
.mobile-navigation-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #95a0aa;
}
.mobile-navigation .btn {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}
.mobile-navigation.open {
    width: 300px;
}
.mobile-navigation.open .close {
    display: block;
}
.noclick .downmenu {
    max-height: 700px;
}
.noclick svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.navigation_bottom {
    padding: 0 20px;
    margin-top: auto;
    margin-bottom: 30px;
}
.promo {
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}
.promo .descr {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}
.promo h1 {
    margin-bottom: 25px;
}
.promo-sub {
    font-weight: 500;
    color: #596275;
    margin-bottom: 40px;
}
.promo-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.promo-img {
    width: 520px;
}
.promo-img img {
    margin-bottom: 0;
}
.promo-btn {
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.promo-btn .btn {
    width: 368px;
}
.promo-btn p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #95a0aa;
    margin-bottom: 0;
}
.promo .check-list {
    margin-bottom: 40px;
}
.promo .btn {
    margin: 0;
}
.promo p + .btn {
    margin-top: 40px;
}
.promo-blocks {
    position: relative;
    padding-bottom: 38px;
    padding-right: 60px;
    padding-left: 54px;
}
.promo-blocks .promo-img {
    padding-left: 48px;
}
.promo-blocks .promo__item {
    position: absolute;
    width: 150px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.promo-blocks .promo__item-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 2px;
}
.promo-blocks .promo__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #596275;
}
.promo-blocks .promo__item_blue img {
    margin-bottom: 10px;
}
.promo-blocks .promo__item_blue .promo__item-heading {
    color: #0069ff;
}
.promo-blocks .promo__item_top {
    top: 101px;
    right: 0;
}
.promo-blocks .promo__item_top_left {
    top: 50px;
    left: 0;
}
.promo-blocks .promo__item_green img {
    margin-bottom: 6px;
}
.promo-blocks .promo__item_green .promo__item-heading {
    color: #20c845;
}
.promo-blocks .promo__item_bottom {
    bottom: 0;
    left: 0;
}
.promo-blocks .promo__item_bottom_right {
    bottom: 0;
    right: 0;
}
.promo-h + .h4 {
    margin-top: -10px;
    margin-bottom: 25px;
}
.promo .h4 + .check-list {
    margin-top: 25px;
}
@media screen and (max-width: 1130px) {
    .promo-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .promo-btn p {
        min-width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 992px) {
    .promo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .promo-text {
        min-width: 100%;
    }
    .promo .check-list {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .promo {
        margin-bottom: 50px;
    }
    .promo-img {
        width: 335px;
    }
    .promo-blocks {
        padding-left: 30px;
        padding-right: 39px;
        padding-bottom: 25px;
    }
    .promo-blocks .promo__item {
        width: 115px;
        padding: 15px;
    }
    .promo-blocks .promo__item-heading {
        font-size: 22px;
        line-height: 26px;
    }
    .promo-blocks .promo__item-text {
        font-size: 11px;
        line-height: 12px;
    }
    .promo-blocks .promo__item_top {
        top: 65px;
    }
    .promo-blocks .promo__item_top_left {
        top: 65px;
    }
    .promo .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {
    .promo .btn {
        width: 100%;
    }
    .promo-btn .btn {
        height: auto;
        line-height: 22px;
        padding: 10px 5px;
    }
}
.traffic {
    position: relative;
}
.traffic-info {
    position: absolute;
    top: 0;
    left: 0;
}
.traffic-title {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #596275;
    padding-left: 18px;
    margin-bottom: 15px;
}
.traffic-title:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 3px solid #0069ff;
    left: 0;
    top: calc(50% - 5px);
}
.traffic-text {
    position: relative;
    max-width: 152px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #596275;
    padding-left: 18px;
}
.traffic-text sup {
    font-size: 10px;
    display: inline-block;
    vertical-align: super;
}
.traffic-text:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #ff002e;
    left: 3px;
    top: calc(50% - 7.5px);
}
.traffic-img img {
    margin-bottom: 40px;
}
.traffic-numbers__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.traffic-number {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 5px;
}
.traffic-descr {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #596275;
}
.traffic-return .traffic-number {
    color: #20c845;
}
.traffic-organic .traffic-number,
.traffic-rankink .traffic-number {
    color: #0069ff;
}
@media screen and (max-width: 768px) {
    .traffic-number {
        font-size: 26px;
        line-height: 31px;
    }
    .traffic-descr {
        font-size: 13px;
        line-height: 15px;
    }
    .traffic-info {
        max-width: 144px;
    }
    .traffic-title {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .traffic-text {
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (max-width: 600px) {
    .traffic {
        position: relative;
    }
    .traffic-info {
        top: auto;
        left: auto;
        bottom: 95px;
        right: 15px;
    }
    .traffic-img img {
        margin-bottom: 25px;
    }
    .traffic-rankink {
        display: none;
    }
}
.clients-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 50px;
}
.clients-logo-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #95a0aa;
}
.clients-logo-block {
    gap: 20px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clients-logo__item img {
    mix-blend-mode: luminosity;
    opacity: 0.5;
    height: 30px;
    margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
    .clients-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .clients-logo-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .clients-logo-title {
        font-size: 18px;
        line-height: 24px;
    }
    .clients-logo-block {
        gap: 20px 13px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .clients-logo__item img {
        height: 20px;
    }
}
.block_gray {
    max-width: 1360px;
    background: #f5f9ff;
    border-radius: 32px;
    padding: 60px 80px;
    margin: 0 auto;
}
@media screen and (max-width: 1050px) {
    .block_gray {
        border-radius: 22px;
        padding: 30px 20px;
    }
}
@media screen and (max-width: 768px) {
    .block_gray .link-block {
        padding-bottom: 59px;
    }
    .block_gray .link-block .link {
        bottom: 0;
    }
}
.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    background: #fff;
    border-radius: 20px;
    padding: 20px 25px;
}
.services__item img {
    margin: 0;
    margin-bottom: 15px;
}
.services__item p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 10px;
}
.services__item .link {
    margin-top: auto;
}
@media screen and (max-width: 768px) {
    .services-slider.slick-dotted {
        margin-bottom: 60px;
    }
    .services__item {
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    .services__item:not(:last-child) {
        margin-bottom: 15px;
    }
    .services__item img {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 26px;
        height: 26px;
        margin-bottom: 0;
    }
    .services__item .heading {
        padding-left: 36px;
    }
}
.services_gray {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.services_gray .services__item {
    background: #f5f9ff;
    border-radius: 20px;
    padding: 20px 25px;
}
@media screen and (min-width: 768px) {
    .progress-services {
        display: none;
    }
    .services-slider__item {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        grid-gap: 20px;
    }
    .services-slider__item:not(:last-child) {
        margin-bottom: 20px;
    }
}
.niches {
    gap: 30px 40px;
}
.niches-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    max-width: 500px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.niches-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 40px;
}
.niches .sub-h2 {
    margin-bottom: 20px;
}
.niches .link {
    margin-bottom: 30px;
}
.niches_bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 404px;
    background: #ecf0f4;
    border-radius: 20px;
    gap: 25px;
    padding: 20px 25px;
    margin-top: auto;
}
.niches_bottom .heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}
.niches_bottom img {
    width: 160px;
}
.niches__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 150px;
}
.niches__item p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 0;
}
.niches-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    background: #f5f9ff;
    border-radius: 20px;
    margin-bottom: 15px;
}
.niches img {
    margin: 0;
}
.niches .btn {
    display: none;
}
@media screen and (max-width: 992px) {
    .niches-block {
        min-width: 100%;
    }
    .niches-text {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: columns;
        flex-direction: columns;
    }
    .niches__item {
        width: 45%;
    }
    .niches h2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .niches .sub-h2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
    }
    .niches_bottom {
        width: 335px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background: #e1ffe8;
        border-radius: 16px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .niches_bottom .heading {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }
    .niches_bottom img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        width: 120px;
    }
    .niches .link {
        display: none;
    }
    .niches .btn {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .niches-block {
        grid-gap: 20px 25px;
    }
    .niches-icon {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
    .niches-icon img {
        width: 26px;
        height: 26px;
    }
    .niches .heading {
        margin-bottom: 5px;
    }
    .niches .btn {
        width: 200px;
        height: 45px;
        line-height: 43px;
    }
}
.block_blue {
    background: #0f55dc;
    border-radius: 32px;
    color: #fff;
    padding: 60px 80px;
}
.block_blue .sub-h2 {
    margin-bottom: 40px;
}
.block_blue p {
    color: rgba(255, 255, 255, 0.7);
}
.block_blue .btn {
    margin: 0;
}
.block_blue.works-text .block-text-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}
.block_blue.works-text .block-text-text h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}
.block_blue.works-text .block-text-text img {
    margin-bottom: 0;
}
.block_blue.works-text .block-btn {
    width: 400px;
    text-align: center;
    margin: 0 auto;
}
.block_blue.works-text .block-btn .btn {
    width: 100%;
}
.block_blue.works-text .block-btn p {
    max-width: 355px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .block_blue {
        border-radius: 16px;
        padding: 30px 20px;
    }
}
@media screen and (max-width: 450px) {
    .block_blue.works-text h2 {
        text-align: center;
    }
    .block_blue.works-text .block-btn {
        width: 100%;
    }
    .block_blue.works-text .block-btn .btn {
        height: auto;
        line-height: 22px;
        padding: 10px 5px;
    }
}
.grow {
    position: relative;
    overflow: hidden;
    padding: 53px 80px;
    padding-left: 496px;
}
.grow h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.grow img {
    position: absolute;
    bottom: -70px;
    left: 66px;
    margin: 0;
}
.grow-text {
    position: relative;
    z-index: 1;
}
.grow-text .btn {
    width: auto;
    padding: 0 20px;
}
.grow_right {
    padding-left: 80px;
    padding-right: 556px;
}
.grow_right img {
    top: auto;
    left: auto;
    right: 30px;
    bottom: -1px;
}
.grow-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.grow p + .btn {
    margin-top: 40px;
}
@media screen and (max-width: 992px) {
    .grow {
        padding-right: 80px;
        padding-left: 80px;
        padding-bottom: 400px;
    }
    .grow img {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        left: auto;
        top: auto;
        height: auto;
        bottom: 0;
    }
    .grow .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .grow {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .grow_right h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    .grow {
        padding-bottom: 450px;
    }
    .grow img {
        left: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .grow .btn {
        width: 100%;
        height: auto;
        line-height: 22px;
        padding: 10px 5px;
    }
}
@media screen and (max-width: 380px) {
    .grow {
        padding-bottom: 400px;
    }
}
.driven {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 40px;
    margin-bottom: 40px;
}
.driven__item {
    position: relative;
    max-width: 270px;
}
.driven__item:not(:last-child):before {
    position: absolute;
    content: "";
    width: calc(100% - 112px);
    height: 1px;
    border-top: 2px dashed #0069ff;
    right: 0;
    top: 35px;
}
.driven__item .heading {
    margin-bottom: 15px;
}
.driven__item p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 0;
}
.driven-number {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #0069ff;
    background: #edf5ff;
    border-radius: 100%;
    margin-bottom: 30px;
}
.driven-check {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #e1ffe8 url(../img/green-tick.png) no-repeat;
    background-size: 60px 60px;
    background-position: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
    .driven {
        display: block;
        grid-gap: 0;
        margin-bottom: 0;
    }
    .driven__item {
        max-width: 100%;
        min-width: 100%;
        padding: 15px 0 35px 67px;
    }
    .driven__item:not(:last-child):before {
        width: 1;
        height: calc(100% - 66px);
        border-top: none;
        border-left: 2px dashed #0069ff;
        right: auto;
        left: 25px;
        top: 61px;
    }
    .driven__item .heading {
        margin-bottom: 8px;
    }
    .driven-number,
    .driven-check {
        position: absolute;
        top: 0;
        left: 0;
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 21px;
        margin-bottom: 0;
    }
    .driven-check {
        background-size: 30px 30px;
    }
}
.achieved {
    grid-template-areas: "text img" "btn img";
    grid-gap: 0 80px;
}
.achieved-text {
    grid-area: text;
    max-width: 560px;
    align-self: self-end;
}
.achieved-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #95a0aa;
    margin-bottom: 20px;
}
.achieved .sub-h2 {
    margin-bottom: 40px;
}
.achieved-img {
    position: relative;
    width: 560px;
    height: 405px;
    grid-area: img;
}
.achieved-img img {
    margin-bottom: 0;
}
.achieved-img-img {
    position: absolute;
    right: -5px;
    bottom: -30px;
}
.achieved-media {
    width: 376px;
    height: 304px;
    position: relative;
    background: #e1ffe8;
    border-radius: 10px;
    padding: 26px 25px 165px;
    margin-left: 15px;
}
.achieved-media:before {
    position: absolute;
    content: "";
    width: 213px;
    height: 113px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--lines);
    left: 25px;
    bottom: 30px;
}
.achieved-media-text {
    width: 165px;
}
.achieved-media-text p {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: rgba(16, 24, 40, 0.5);
}
.achieved-media .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.achieved-media .number {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #20c845;
    margin-bottom: 3px;
}
.achieved-media .logo {
    position: absolute;
    top: 26px;
    right: 25px;
}
.achieved .btn {
    grid-area: btn;
    margin: 0;
}
@media screen and (max-width: 1171px) {
    .achieved.flexbox .achieved-text {
        max-width: 100%;
    }
    .achieved.flexbox .achieved-img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 992px) {
    .achieved {
        grid-template-areas: "text" "img" "btn";
        grid-gap: 30px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .achieved-text {
        max-width: 100%;
    }
    .achieved .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .achieved-title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .achieved .sub-h2 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .achieved-img {
        width: 100%;
    }
    .achieved-media {
        width: 100%;
        margin-left: 0;
    }
}
.link-block {
    position: relative;
}
.link-block-heading {
    gap: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.link-block-heading + div:not(.sub-h2) {
    margin-top: 50px;
}
.link-block .sub-h2 {
    margin-bottom: 50px;
}
.link-block h2 {
    margin-bottom: 0;
}
.link-block .link {
    white-space: nowrap;
}
.link-block .btn_border {
    display: none;
}
@media screen and (max-width: 768px) {
    .link-block-heading {
        margin-bottom: 30px;
    }
    .link-block-heading .link {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
    }
}
.say {
    overflow: hidden;
}
.say-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #20c845;
    margin-bottom: 10px;
}
.say img {
    margin: 0;
}
.say-slider {
    width: calc(100% + 80px);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-right: -80px;
}
.say-slider .slick-list {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0 20% 0 0 !important;
}
.say-slider .slick-track {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.say-slider .slick-next {
    right: 220px;
    top: 150px;
}
.say__item {
    position: relative;
    width: 1100px;
    gap: 0 50px;
}
.say-client {
    width: 360px;
}
.say-client img {
    width: 360px;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
}
.say-text {
    width: 410px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 80px;
    padding-top: 33px;
}
.say-text:before {
    position: absolute;
    content: "";
    width: 153px;
    height: 87px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--quoke);
    top: 0;
    left: 80px;
}
.say-import {
    padding-right: 80px;
}
.say-import p {
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}
.say-main {
    padding-right: 80px;
}
.say-main p {
    color: #596275;
    margin-bottom: 30px;
}
.say-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}
.say-position {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #596275;
    margin-bottom: 15px;
}
@media screen and (max-width: 1335px) {
    .say-slider {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
    }
    .say-slider .slick-list {
        padding: 0 !important;
    }
    .say-slider .slick-next {
        z-index: 5;
        right: 0;
        top: auto;
        bottom: -65px;
    }
    .say__item {
        width: 100%;
    }
    .say-text,
    .say-import,
    .say-main {
        padding-right: 0;
    }
}
@media screen and (max-width: 992px) {
    .say-client {
        width: 250px;
    }
    .say-client img {
        width: 250px;
        height: 250px;
    }
}
@media screen and (max-width: 768px) {
    .say {
        position: relative;
        padding-bottom: 89px;
    }
    .say__item {
        position: relative;
    }
    .say-client {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
    }
    .say-client img {
        width: 80px;
        height: 80px;
        border-radius: 16px;
    }
    .say-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
    .say-text:before {
        display: none;
    }
    .say-import {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .say-import p {
        font-size: 18px;
        line-height: 24px;
    }
    .say-main {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .say-main p:last-child {
        margin-bottom: 0;
    }
    .say-client-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 100px;
        margin-bottom: 28px;
    }
    .say-client-info img {
        height: 14px;
        width: auto;
    }
    .say-name {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .say-position {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
}
.tools-block {
    gap: 20px 40px;
    margin-bottom: 40px;
}
.tools-block .tools__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
    padding: 25px 25px 0;
}
.tools-block .tools__item .link {
    margin-bottom: 25px;
}
.tools__item {
    background: #f5f9ff;
    border-radius: 20px;
}
.tools-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.tools p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 10px;
}
.tools img {
    margin-bottom: 0;
}
.tools-slider {
    margin-bottom: 40px;
}
.tools-slider .tools__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100%;
    padding: 20px 25px;
}
.tools-slider .tools__item .link {
    margin-top: auto;
}
.tools-slider .tools-heading {
    margin-bottom: 8px;
}
.tools-mark {
    display: inline-block;
    background: rgba(16, 24, 40, 0.25);
    border-radius: 4px;
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 4px;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .tools-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
    }
    .tools-slider__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 768px) {
    .tools-blocks .link-block-heading .link {
        display: none;
    }
    .tools-block .tools__item {
        padding: 20px 20px 0;
    }
    .tools-block .tools-heading {
        font-size: 21px;
        line-height: 25px;
    }
    .tools-slider {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .tools-slider .slick-list {
        padding-right: 20% !important;
    }
    .tools-slider .tools__item {
        padding: 20px;
        height: auto;
    }
    .tools-slider__item {
        padding-right: 20px;
    }
    .tools .btn {
        display: block;
    }
}
.team-slider {
    width: calc(100% + 20px);
    margin-right: -20px;
}
.team-slider__item {
    padding-right: 20px;
}
.team-slider img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 13px;
}
.team-slider .slick-next {
    right: -25px;
    top: 106px;
}
.team__item {
    margin: 0 auto;
}
.team-name {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
}
.team-position {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #c0c8d0;
}
@media screen and (max-width: 768px) {
    .team-slider .slick-list {
        width: calc(100% + 30px);
        padding-right: 20% !important;
        margin-left: 0;
        margin-right: -20px;
    }
    .team-slider img {
        max-width: 140px;
        height: 140px;
    }
    .team__item {
        width: 140px;
    }
    .team-name {
        font-size: 16px;
        line-height: 22px;
    }
}
.block-text {
    gap: 30px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-text-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.block-text-text .sub-h2 {
    margin-bottom: 0;
}
.block-text-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.block-text .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.block-text .block-btn {
    width: 360px;
}
.block-text .block-btn .btn {
    width: 360px;
}
.block-text .block-btn .btn + p {
    margin-top: 20px;
}
@media screen and (max-width: 992px) {
    .block-text-text {
        min-width: 100%;
    }
    .block-text .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .block-text .title {
        font-size: 18px;
        line-height: 22px;
    }
    .block-text .sub-h2 {
        margin-bottom: 0;
    }
    .block-text .block-btn {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .block-text .block-btn .btn {
        width: 100%;
    }
}
.meet {
    position: relative;
    padding-top: 60px;
    padding-left: 260px;
}
.meet h2 {
    padding-left: 160px;
    margin-bottom: 0;
}
.meet h2 + div {
    margin-top: 0;
}
.meet-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.meet-img img {
    border-radius: 20px;
    margin-bottom: 16px;
}
.meet-info img {
    margin: 0;
    margin-bottom: 6px;
}
.meet-what {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #95a0aa;
    margin-bottom: 5px;
}
.meet-block {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 16px;
    padding-top: 40px;
    padding-left: 50px;
}
.meet-flex {
    gap: 30px 50px;
}
.meet-flex img {
    border-radius: 10px;
    margin-bottom: 15px;
}
.meet-flex-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.meet-flex-text p:last-of-type {
    margin-bottom: 0;
}
.meet-flex-img .meet-info img {
    border-radius: 0;
    margin: 0;
    margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
    .meet {
        padding-top: 0;
        padding-left: 0;
    }
    .meet-img {
        position: relative;
        top: auto;
        left: auto;
        width: 360px;
        margin: 0 auto;
    }
    .meet-img img {
        margin-bottom: 0;
    }
    .meet-block {
        padding-left: 0;
    }
    .meet-info {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        border-radius: 0 10px 0 0;
        padding: 15px 15px 0 0;
    }
    .meet h2 {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .meet-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .meet-flex-text {
        min-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .meet-flex-img {
        width: 335px;
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .meet-flex-img img {
        margin-bottom: 0;
    }
    .meet-flex-img-link {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        border-radius: 0 10px 0 0;
        padding: 15px 15px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .meet h2 + div {
        margin-top: 0;
    }
}
@media screen and (max-width: 400px) {
    .meet-img {
        width: 330px;
    }
}
.been h2,
.been .sub-h2 {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.been .h4 {
    text-align: center;
}
.different-table {
    overflow: visible;
    border: none;
}
.different-table .tr .th,
.different-table .tr .td {
    width: 50%;
}
.different-table .tr .th:last-child,
.different-table .tr .td:last-child {
    background: #e1ffe8;
}
.different-table .tr:first-child .th:last-child {
    border-radius: 20px 20px 0 0;
}
.different-table .tr:last-child .td:last-child {
    border-radius: 0 0 20px 20px;
}
.different-table .tr:not(:last-child) .td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.different-table .th {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 20px 8px;
}
.different-table .th:first-child {
    color: #ff002e;
}
.different-table .th:last-child {
    color: #20c845;
}
.different-table .th img {
    display: inline-block;
    margin: 0;
}
.different-table .td {
    vertical-align: top;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 20px;
}
.different-table .td p,
.different-table .td a,
.different-table .td li {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}
.different-table .td p {
    position: relative;
    padding-left: 30px;
}
.different-table .td p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
}
.different-table .td:first-child p:before {
    width: 11px;
    height: 11px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--close-red);
}
.different-table .td:last-child p:before {
    width: 13px;
    height: 9px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--check-mini);
}
.different-table .mark {
    position: absolute;
    display: inline-block;
    right: 66px;
    top: -18px;
    background: #0069ff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    padding: 6px 12px;
}
.different-table .mark span {
    position: relative;
    z-index: 1;
}
.different-table .mark:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #0069ff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -5px;
    left: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
    .different-table .th {
        font-size: 16px;
        line-height: 18px;
    }
    .different-table .th img {
        width: 119px;
    }
    .different-table .td {
        padding: 15px 15px 15px 0;
    }
    .different-table .td:first-child {
        padding-left: 0;
    }
    .different-table .td:last-child {
        padding-left: 13px;
    }
    .different-table .td p,
    .different-table .td a,
    .different-table .td li {
        font-size: 14px;
        line-height: 16px;
    }
    .different-table .td p {
        padding-left: 21px;
    }
    .different-table .mark {
        font-size: 16px;
        line-height: 22px;
        right: 33px;
        padding: 4px 10px;
    }
}
.blog-slider {
    width: calc(100% + 15px);
    margin-right: -15px;
    margin-bottom: 40px;
}
.blog-slider .slick-track {
    min-width: 100%;
}
.blog-slider__item {
    padding-right: 20px;
}
@media screen and (max-width: 992px) {
    .blog-slider .slick-list {
        padding-right: 20% !important;
    }
}
@media screen and (max-width: 768px) {
    .blog-slider {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
}
.faq {
    gap: 0 80px;
}
.faq h2,
.faq h3 {
    max-width: 320px;
}
.faq h2 + div,
.faq h3 + div {
    margin-top: 0;
}
.faq-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.faq__item:not(:last-child) {
    margin-bottom: 40px;
}
.faq__item.open .faq-text {
    height: auto;
    padding-top: 20px;
}
.faq__item.open .plusminus:before {
    -webkit-transform: translatey(-50%) rotate(-90deg);
    -ms-transform: translatey(-50%) rotate(-90deg);
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}
.faq__item.open .plusminus:after {
    -webkit-transform: translatey(-50%) rotate(0);
    -ms-transform: translatey(-50%) rotate(0);
    transform: translatey(-50%) rotate(0);
}
.faq-text {
    height: 0;
    overflow: hidden;
    padding-left: 56px;
    margin-bottom: 20px;
}
.faq-text p {
    color: #596275;
}
.faq-text p:last-child {
    margin-bottom: 0;
}
.faq-text p + ul {
    margin-top: 30px;
}
.faq-text ul {
    margin-bottom: 30px;
}
.faq-text ul li {
    color: #596275;
}
.faq-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 20px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}
.faq-icon {
    position: relative;
    display: block;
    min-width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #f5f9ff;
}
.faq:not(.flexbox) h2,
.faq:not(.flexbox) h3 {
    max-width: 950px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.faq:not(.flexbox) .faq-block {
    max-width: 800px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .faq h2,
    .faq h3 {
        max-width: 100%;
    }
    .faq h2 + div,
    .faq h3 + div {
        margin-top: 0;
    }
    .faq-block {
        min-width: 100%;
    }
    .faq-heading {
        font-size: 16px;
        line-height: 22px;
    }
}
.plusminus {
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.plusminus:before,
.plusminus:after {
    content: "";
    display: block;
    background: #0069ff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    width: 100%;
    height: 2px;
}
.plusminus:before {
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}
.plusminus:after {
    -webkit-transform: translatey(-50%) rotate(90deg);
    -ms-transform: translatey(-50%) rotate(90deg);
    transform: translatey(-50%) rotate(90deg);
}
.stop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 80px;
}
.stop-heading {
    max-width: 720px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.stop .h-mob {
    display: none;
}
.stop h2 {
    margin-bottom: 0;
}
.stop h2 + .sub-h2 {
    margin-top: 20px;
}
.stop .sub-h2 {
    margin-bottom: 0;
}
.stop-text {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.stop .check-list {
    display: inline-block;
    text-align: left;
}
.stop .btn {
    width: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .stop h2 {
        max-width: 250px;
    }
    .stop .h-mob {
        display: inline;
    }
    .stop .h-desctop {
        display: none;
    }
    .stop .sub-h2 {
        display: none;
    }
    .stop-text {
        min-width: 100%;
    }
    .stop .check-list {
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .stop .btn {
        width: 100%;
    }
}
.about-h {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
}
.about-h h1 {
    margin-right: 80px;
    margin-bottom: 0;
}
.about-h p {
    position: relative;
    max-width: 889px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 3px solid #0069ff;
    padding-left: 30px;
    margin-bottom: 0;
}
.about-h p span {
    font-weight: 700;
}
.about-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 470px;
    height: 420px;
}
.about-img img {
    width: 470px;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    margin: 0;
}
.about-img-info {
    position: absolute;
    width: 510px;
    right: -510px;
    top: 60px;
}
.about-img-info p {
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    padding-left: 60px;
}
.about-block {
    position: relative;
    max-width: 1040px;
    padding-left: 370px;
    padding-top: 140px;
    margin: 0 auto;
}
.about-main {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    padding: 40px 0 0 50px;
}
@media screen and (max-width: 992px) {
    .about .span-color {
        background: 0 0;
    }
    .about-block {
        padding-left: 0;
        padding-top: 0;
    }
    .about-img {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        margin-bottom: 73px;
    }
    .about-img-info {
        width: 100%;
        bottom: -60px;
        top: auto;
        right: 0;
        left: 0;
        background: #fff;
        padding: 20px 30px 0;
    }
    .about-img-info p {
        padding-left: 0;
    }
    .about-main {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .about-h {
        margin-bottom: 50px;
    }
    .about-h h1 {
        margin-right: 0;
    }
    .about-h p {
        min-width: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 520px) {
    .about-img {
        width: 335px;
        height: 300px;
    }
    .about-img img {
        width: 335px;
        height: 300px;
    }
    .about-img-info {
        width: 295px;
        border-radius: 16px 0 0;
        left: auto;
        bottom: -70px;
    }
    .about-img-info p {
        font-size: 26px;
        line-height: 31px;
    }
}
.different .check-list_blue li {
    max-width: 373px;
}
.different p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 0;
}
.value {
    gap: 40px;
}
.value__item {
    min-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.value__item p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 0;
}
.value-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    background: rgba(0, 105, 255, 0.08);
    border-radius: 20px;
    margin-bottom: 15px;
}
.value-icon img {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .value {
        gap: 20px 14px;
    }
    .value-icon {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
    .value-icon img {
        width: 26px;
        height: 26px;
    }
}
.growth h2,
.growth .sub-h2 {
    text-align: center;
}
.growth__item {
    position: relative;
    gap: 0 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
}
.growth__item:before,
.growth__item:after {
    position: absolute;
    content: "";
}
.growth__item:before {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 10px solid #edf5ff;
    background: #0069ff;
    top: 0;
    left: calc(50% - 16px);
}
.growth__item:after {
    width: 1px;
    height: calc(100% - 52px);
    top: 52px;
    border-left: 2px dashed #0069ff;
    left: calc(50% - 1px);
}
.growth__item:not(:last-child) {
    margin-bottom: 20px;
}
.growth__item img {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    margin: 0;
}
.growth__item p {
    color: #596275;
    margin-bottom: 0;
}
.growth__item.growth_right .growth-date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 72px;
}
.growth__item.growth_right .growth-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.growth__item.growth_left .growth-date {
    text-align: right;
    padding-right: 72px;
}
.growth__item.growth_left .growth-img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.growth-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 510px;
}
.growth-date {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 584px;
}
.growth-year {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0069ff;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .growth h2,
    .growth .sub-h2 {
        text-align: left;
    }
    .growth__item {
        display: block;
        position: relative;
        padding-bottom: 30px;
    }
    .growth__item:before {
        left: 0;
    }
    .growth__item:after {
        left: 16px;
    }
    .growth__item.growth_left .growth-date,
    .growth__item.growth_right .growth-date {
        text-align: left;
        padding-left: 52px;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .growth-img {
        display: block;
        padding-left: 52px;
    }
}
.major-slider .slick-list {
    width: calc(100% + 20px);
    margin-right: -20px;
}
.major-slider__item {
    padding-right: 20px;
}
@media screen and (max-width: 768px) {
    .major {
        padding-bottom: 89px;
    }
    .major-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }
    .major__item p {
        font-size: 16px;
        line-height: 22px;
    }
}
.awards-block {
    gap: 20px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.awards h2,
.awards h3 {
    max-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}
.awards h2 + div,
.awards h3 + div {
    margin-top: 0;
}
.awards-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 820px;
}
.awards__item img {
    margin-bottom: 0;
}
@media screen and (max-width: 992px) {
    .awards h2,
    .awards h3 {
        max-width: 100%;
        min-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .awards {
        background: 0 0;
        border-radius: 0;
        padding: 0;
    }
    .awards h2,
    .awards h3 {
        color: #596275;
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .awards h2 + div,
    .awards h3 + div {
        margin-top: 0;
    }
    .awards-slider {
        max-width: 100%;
    }
    .awards-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }
    .awards__item img {
        width: auto;
        height: 54px;
    }
}
.certification-slider .slick-list {
    width: calc(100% + 20px);
    margin-right: -20px;
}
.certification-slider__item {
    padding-right: 20px;
}
.certification__item {
    display: block;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px 25px 0;
}
.certification__item p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 10px;
}
.certification__item .link {
    margin-bottom: 20px;
}
.certification img {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .certification-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }
}
.fit h2 {
    text-align: center;
}
.helped h2 {
    max-width: 950px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.helped-block {
    gap: 20px;
}
.helped__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 330px;
    background: #f5f9ff;
    border-radius: 20px;
    padding: 25px 30px;
}
.helped__item img {
    margin: 0;
    margin-bottom: 20px;
}
.helped__item .heading {
    margin-bottom: 20px;
}
.helped__item p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}
.helped cite,
.helped-cite {
    display: block;
    position: relative;
}
.helped cite:before,
.helped-cite:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--quote-mini);
    right: 0;
    bottom: 0;
}
.helped-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #95a0aa;
    margin-bottom: 2px;
}
.helped-position {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #95a0aa;
}
@media screen and (max-width: 768px) {
    .helped__item {
        min-width: 280px;
        padding: 20px;
    }
}
.thing {
    max-width: 960px;
    margin: 0 auto;
}
.thing h2 {
    text-align: center;
}
.thing .check-list_blue {
    gap: 30px 80px;
}
.thing .check-list_blue li {
    font-weight: 600;
    line-height: 19px;
    max-width: 440px;
}
.thing .btn {
    margin-bottom: 20px;
}
.sub-title {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #95a0aa;
    margin-bottom: 40px;
}
.companies-works {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
.companies-works .heading {
    margin-bottom: 0;
}
.companies-works img {
    margin: 0;
}
.flexbox-block {
    gap: 30px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexbox-block.flexbox .flexbox-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 680px;
    margin-top: 0;
}
.flexbox-block.flexbox .flexbox-text p:last-child {
    margin-bottom: 0;
}
.flexbox-block h2,
.flexbox-block h3 {
    margin-bottom: 15px;
}
.flexbox-block .h6 {
    color: #596275;
}
.flexbox-block img {
    margin: 0;
}
.flexbox-block .check-list {
    margin-bottom: 0;
}
.flexbox-block .check-list li:not(:last-child) {
    margin-bottom: 25px;
}
.flexbox-block .check-list_blue li:not(:last-child) {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .flexbox-block.flexbox .flexbox-text {
        min-width: 100%;
        max-width: 100%;
    }
}
.text_right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text_right .flexbox-block-heading {
    max-width: 560px;
    text-align: right;
}
@media screen and (max-width: 992px) {
    .text_right {
        gap: 15px;
    }
    .text_right .flexbox-block-heading {
        max-width: 100%;
        min-width: 100%;
        text-align: left;
    }
    .text_right .flexbox-block-heading h2,
    .text_right .flexbox-block-heading h3,
    .text_right .flexbox-block-heading h4 {
        margin-bottom: 0;
    }
}
.flexbox_right .flexbox-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.flexbox_right picture,
.flexbox_right h2,
.flexbox_right h3,
.flexbox_right h4 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media screen and (max-width: 992px) {
    .flexbox_right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flexbox_right .flexbox-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-width: 100%;
        max-width: 100%;
    }
    .flexbox_right picture,
    .flexbox_right h2,
    .flexbox_right h3,
    .flexbox_right h4 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.weekly h2,
.weekly .sub-h2 {
    text-align: center;
}
.weekly-block {
    gap: 40px;
    margin-bottom: 40px;
}
.weekly-img {
    height: 250px;
    margin-bottom: 25px;
}
.weekly-img img {
    margin: 0;
}
.weekly .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.weekly__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 320px;
}
.weekly__item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 0;
}
.weekly_bottom {
    background: #e1ffe8;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 30px 50px;
}
@media screen and (max-width: 768px) {
    .weekly__item {
        text-align: center;
    }
    .weekly .heading {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .weekly-img {
        margin-bottom: 15px;
    }
    .weekly-img img {
        margin-left: auto;
        margin-right: auto;
    }
    .weekly_bottom {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        padding: 20px;
    }
}
@media screen and (max-width: 550px) {
    .nebulous .niches-block {
        gap: 30px;
    }
    .nebulous h2 {
        text-align: center;
    }
    .nebulous .niches__item {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
    .nebulous .niches-icon {
        margin-left: auto;
        margin-right: auto;
    }
}
.block_brown {
    background: #f5f4f2;
    border-radius: 32px;
    padding: 60px 80px;
}
@media screen and (max-width: 768px) {
    .block_brown {
        border-radius: 22px;
        padding: 30px 20px;
    }
}
.dazzle {
    position: relative;
    padding-left: 480px;
}
.dazzle picture {
    position: absolute;
    bottom: -60px;
    left: -20px;
}
.dazzle picture img {
    margin-bottom: 0;
}
.dazzle .btn {
    width: 380px;
    margin: 0;
}
.dazzle .btn + p,
.dazzle .btn + div {
    margin-top: 20px;
}
.dazzle_bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #95a0aa;
}
@media screen and (max-width: 1020px) {
    .dazzle {
        padding-left: 0;
        padding-bottom: 400px;
    }
    .dazzle picture {
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 768px) {
    .dazzle {
        padding-bottom: 250px;
    }
    .dazzle picture {
        bottom: -30px;
    }
    .dazzle picture img {
        width: 308px;
    }
    .dazzle .btn {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .dazzle_bottom {
        text-align: center;
    }
}
.help .growth-block {
    counter-reset: number;
}
.help .growth__item {
    padding-bottom: 45px;
}
.help .growth__item:before {
    counter-increment: number;
    content: counter(number);
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #edf5ff;
    border: none;
    line-height: 62px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #0069ff;
    left: calc(50% - 31px);
}
.help .growth__item:after {
    top: 82px;
    height: calc(100% - 82px);
}
.help .growth__item:last-child .heading {
    color: #20c845;
}
.help .growth__item:last-child:before {
    background: #e1ffe8;
    color: #20c845;
}
.help .growth__item:last-child:after {
    display: none;
}
.help .growth_left {
    padding-right: calc(50% - 20px);
}
.help .growth_right {
    padding-left: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
    .help .growth__item:before {
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 21px;
        left: 0;
    }
    .help .growth__item:after {
        left: 26px;
        top: 72px;
        height: calc(100% - 72px);
    }
    .help .growth__item .growth-date {
        padding-left: 67px;
    }
    .help .growth_left,
    .help .growth_right {
        padding-right: 0;
        padding-left: 0;
    }
}
.strategies-heading {
    text-align: center;
}
.strategies-block {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px 40px;
}
.strategies__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px;
}
.strategies-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    background: #f5f9ff;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.strategies-icon img {
    width: 38px;
    height: 38px;
    margin: 0;
}
.strategies .heading {
    text-align: center;
    margin-bottom: 15px;
}
.strategies-text {
    position: relative;
    text-align: center;
    margin-bottom: 42px;
}
.strategies-text:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--arr-little);
    left: calc(50% - 11px);
    bottom: -32px;
}
.strategies-text p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.strategies-work {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #e1ffe8;
    border-radius: 14px;
    padding: 20px;
}
.strategies-work p {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding-left: 33px;
    margin-bottom: 0;
}
.strategies-work p:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--green-check);
    top: calc(50% - 9px);
    left: 0;
}
@media screen and (max-width: 768px) {
    .strategies .heading {
        font-size: 20px;
        line-height: 28px;
    }
}
.exclusive__item {
    gap: 20px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.exclusive-text {
    max-width: 490px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.exclusive-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.exclusive-img img {
    margin-bottom: 0;
}
.exclusive .h4,
.exclusive .link {
    margin-bottom: 15px;
}
.exclusive-main {
    margin-bottom: 15px;
}
.exclusive-main p {
    font-weight: 500;
    color: #596275;
    bottom: 0;
}
.exclusive_bottom {
    gap: 15px 30px;
    margin-bottom: 40px;
}
.exclusive_bottom__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
}
.exclusive_bottom__item p {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
}
.exclusive-before p {
    color: #596275;
}
.exclusive-after p {
    color: #20c845;
}
.exclusive-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #95a0aa;
    margin-bottom: 3px;
}
.exclusive .btn_light {
    margin: 0;
}
@media screen and (max-width: 992px) {
    .exclusive-text {
        max-width: 100%;
        min-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .exclusive-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .exclusive .btn_light {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .exclusive .slick-dotted.slick-slider {
        margin-bottom: 60px;
    }
    .exclusive .slider-nav .slick-next {
        top: auto;
        bottom: -45px;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .exclusive .link-block {
        padding-bottom: 0;
    }
    .exclusive .link-block-heading .link {
        display: none;
    }
    .exclusive .btn_border {
        display: block;
        width: 255px;
    }
    .exclusive_bottom {
        margin-bottom: 0;
    }
}
.give .h6 {
    margin-bottom: 40px;
}
.give .check-list_blue {
    margin-bottom: 40px;
}
.give .btn {
    width: 380px;
    margin: 0;
}
.give-img {
    position: relative;
    width: 560px;
    height: 313px;
}
.give-img .give-white {
    position: absolute;
    top: 20px;
    left: 0;
    width: 296px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 24px 25px;
}
.give-img .give-white .number {
    color: #ff002e;
}
.give-img .give-green {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 310px;
    background: #e1ffe8;
    border-radius: 10px;
    padding: 44px 25px;
}
.give-img .give-green .number {
    color: #20c845;
}
.give-img .number {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3px;
}
.give-img p {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: rgba(16, 24, 40, 0.5);
    margin-bottom: 0;
}
.give-img-block {
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.give-img-block img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
}
.give-img-block-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.give-img-block-text .number {
    font-size: 34px;
    line-height: 40px;
}
.give-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}
.give-heading img {
    margin: 0;
}
.give__item:not(:last-child) {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .give .flexbox-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .give picture {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .give .btn {
        margin-left: auto;
        margin-right: auto;
    }
    .give .give-green,
    .give .give-white {
        padding: 20px;
    }
}
@media screen and (max-width: 600px) {
    .give-img {
        width: 100%;
        height: 540px;
    }
}
@media screen and (max-width: 450px) {
    .give .btn {
        width: 100%;
    }
    .give .give-green {
        width: 280px;
    }
}
.review-promo {
    position: relative;
    margin-bottom: 50px;
}
.review-promo h1 {
    margin-bottom: 15px;
}
.review-promo p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #596275;
    margin-bottom: 0;
}
.review-promo:before {
    position: absolute;
    content: "";
    width: 153px;
    height: 87px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--quoke);
    top: -20px;
    right: -20px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.review-block {
    margin-bottom: 50px;
}
.review-block .say__item {
    width: 100%;
    border-radius: 20px;
    gap: 0 30px;
    padding: 30px 40px;
}
.review-block .say__item:not(:last-child) {
    margin-bottom: 50px;
}
.review-block .say__item:nth-child(odd) {
    background: #f5f9ff;
}
.review-block .say-client {
    width: 140px;
}
.review-block .say-client img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.review-block .say-text {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
}
.review-block .say-text:before {
    display: none;
}
.review-block .rating {
    margin-bottom: 20px;
}
.review-block .say-import {
    padding-right: 0;
}
.review-block .say-import p {
    font-size: 20px;
    line-height: 30px;
}
.review-block .say-main {
    padding-right: 0;
}
.review-block .say-main p {
    margin-bottom: 20px;
}
.review-block .say-client-info img {
    margin: 0;
}
.review-block .say-name {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
}
.review-block .say-position {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    .review {
        padding-bottom: 0;
    }
    .review-promo {
        margin-bottom: 30px;
    }
    .review-promo:before {
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
        top: -30px;
        right: -45px;
    }
    .review-promo h1 {
        margin-bottom: 10px;
    }
    .review-promo p {
        font-size: 16px;
        line-height: 24px;
    }
    .review-block {
        margin-bottom: 40px;
    }
    .review .say__item {
        border-radius: 16px;
        padding: 20px;
    }
    .review .say__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .review .say-client {
        top: 20px;
        left: 20px;
        width: 80px;
        height: 80px;
    }
    .review .say-client img {
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .review .say-client-info {
        min-height: 80px;
        padding-left: 85px;
        margin-bottom: 18px;
    }
    .review .say-import p {
        font-size: 18px;
        line-height: 26px;
    }
    .review .rating {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: 0;
    }
}
.content {
    padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .content {
        padding-bottom: 50px;
    }
}
.main {
    width: calc(100% - 400px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media screen and (max-width: 992px) {
    .main {
        width: 100%;
        min-width: 100%;
    }
}
article {
    margin-bottom: 50px;
}
article h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
}
article h2 + .notest-sub,
article h3 + .notest-sub {
    margin-top: 15px;
}
article blockquote {
    background: #f5f9ff;
    border-radius: 10px;
    padding: 30px 25px;
    margin-bottom: 30px;
}
article blockquote p {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
article blockquote cite {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #95a0aa;
    padding-left: 20px;
}
article blockquote cite:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #d9d9d9;
    border-radius: 10px;
    left: 0;
    top: calc(50% - 1px);
}
article ul {
    margin-bottom: 30px;
}
article ul + div {
    margin-top: 50px;
}
article ul:not([class]) {
    margin-bottom: 30px;
}
article ul:not([class]) li:before {
    width: 8px;
    height: 8px;
    background: #0069ff;
    top: 8px;
}
article p + ul,
article p + div {
    margin-top: 30px;
}
article .subscribe-block {
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    article {
        margin-bottom: 30px;
    }
    article h2 {
        font-size: 26px;
        line-height: 31px;
    }
    article p {
        font-size: 15px;
        line-height: 23px;
    }
    article blockquote {
        padding: 20px;
    }
    article blockquote p {
        font-size: 17px;
        line-height: 26px;
    }
    article ul + div {
        margin-top: 30px;
    }
    article .subscribe-block {
        margin-bottom: 30px;
    }
}
.comments {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 40px;
}
.comments h2,
.comments h3 {
    margin-bottom: 0;
}
.comments-block {
    margin-bottom: 40px;
}
.comments-heading {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 40px;
}
.comments-heading:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #0069ff;
    border-radius: 10px;
    left: 0;
    bottom: 0;
}
.comments-count {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #95a0aa;
}
.comments__item-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}
.comments__item:not(:last-child) {
    margin-bottom: 30px;
}
.comments-user {
    width: 50px;
}
.comments-user img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}
.comments-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.comments-name span {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    color: #c0c8d0;
    padding-left: 18px;
}
.comments-name span:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--reply);
    top: calc(50% - 6px);
    left: 3px;
}
.comments time {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #95a0aa;
}
.comments-text {
    margin-bottom: 8px;
}
.comments-text p {
    font-size: 15px;
    line-height: 22px;
}
.comments-text p:last-child {
    margin-bottom: 0;
}
.comments .btn-reply {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #0069ff;
}
.comments-reply {
    padding-left: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.comments-reply:last-of-type {
    margin-bottom: 40px;
}
.comments .comments-add-reply {
    margin-left: 60px;
}
.comments-add {
    background: #f5f9ff;
    border-radius: 20px;
    padding: 30px 30px 35px;
}
.comments-add + div {
    margin-top: 40px;
}
.comments-add-block {
    position: relative;
}
.comments-add-block .close {
    position: absolute;
    top: -19px;
    right: -19px;
    width: 24px;
    height: 24px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--close-dark);
}
.comments-add-block .comments-add-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.comments-add-block p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .comments {
        padding-top: 30px;
    }
    .comments-heading {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .comments-count {
        font-size: 20px;
        line-height: 26px;
    }
    .comments-reply {
        padding-left: 30px;
        margin: 20px 0;
    }
    .comments-reply:last-of-type {
        margin-bottom: 30px;
    }
    .comments .comments-add-reply {
        margin-left: 30px;
    }
    .comments-add {
        padding: 20px;
    }
    .comments-add-block .close {
        top: -9px;
        right: -9px;
    }
    .comments-add-block .comments-add-heading {
        font-size: 21px;
        line-height: 25px;
    }
    .comments-add-block p {
        font-size: 14px;
        line-height: 20px;
    }
}
.comments-success {
    margin: 0 auto;
}
.add-form {
    margin-bottom: 40px;
}
.aside {
    position: relative;
    width: 320px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.aside .close {
    display: none;
    position: absolute;
    top: 13px;
    right: 14px;
    width: 24px;
    height: 24px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--close-dark);
}
.aside .heading {
    width: 100%;
    text-align: left;
    padding-left: 16px;
    margin-bottom: 20px;
}
.aside .share {
    padding-left: 16px;
}
@media screen and (max-width: 992px) {
    .aside {
        position: fixed;
        z-index: 100;
        width: 238px;
        background: #ecf0f4;
        border: 1px solid rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        bottom: 15px;
        left: calc(50% - 119px);
    }
    .aside .close {
        display: none;
    }
    .aside .heading {
        position: relative;
        padding: 10px 15px;
        padding-left: 39px;
        margin-bottom: 0;
    }
    .aside .heading:before {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        background: center center/cover no-repeat;
        background-image: url(../img/sprite.svg#sprite--menu-aside);
        left: 15px;
        top: calc(50% - 7px);
    }
    .aside-nav {
        display: none;
    }
    .aside.open {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
        border-radius: 16px 16px 0 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .aside.open .heading {
        padding-top: 20px;
        padding-left: 26px;
    }
    .aside.open .heading:before {
        display: none;
    }
    .aside.open .aside-nav {
        display: block;
        padding: 0 10px 25px;
    }
    .aside.open .close {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    /* .category {
        margin-bottom: 30px;
    } */
    .category-slider {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
    .category-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }
}
.feel {
    padding: 40px 80px;
}
.feel_top {
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 40px;
}
.feel_bottom p:last-of-type {
    margin-bottom: 0;
}
.feel-heading,
.feel-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 480px;
}
.feel-heading {
    position: relative;
    text-align: right;
    padding-bottom: 50px;
}
.feel-heading:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 37px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--arr-gray);
    right: 11px;
    bottom: 0;
}
.feel-heading .h6,
.feel-heading h6 {
    color: #596275;
    margin-bottom: 0;
}
.feel ul li {
    padding-left: 33px;
}
.feel p + ul {
    margin-top: 15px;
}
@media screen and (max-width: 1050px) {
    .feel {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 768px) {
    .feel_top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .feel-heading,
    .feel-info {
        max-width: 100%;
        min-width: 100%;
    }
    .feel-heading {
        text-align: center;
        padding-bottom: 0;
    }
    .feel-heading:before {
        display: none;
    }
}
.hone {
    max-width: 1040px;
    margin: 0 auto;
}
.hone h2 {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}
.hone h2 + div {
    margin-top: 20px;
}
.hone .h6 {
    text-align: center;
    color: #596275;
    margin-bottom: 50px;
}
.hone .sub-h + .hone-block {
    margin-top: 50px;
}
.hone__item {
    grid-template-areas: "h2 img" "text img";
    grid-gap: 0 30px;
}
.hone__item:not(:last-child) {
    margin-bottom: 60px;
}
.hone__item .text {
    grid-area: text;
    max-width: 490px;
}
.hone__item .text p {
    font-size: 15px;
    line-height: 22px;
}
.hone__item .text p:last-of-type {
    margin-bottom: 0;
}
.hone__item_right {
    grid-template-areas: "img h2" "img text";
}
.hone h4,
.hone .h4,
.hone-heading,
.hone .dh4 {
    max-width: 490px;
    grid-area: h2;
    align-self: self-end;
    margin-bottom: 20px;
}
.hone-img {
    grid-area: img;
    max-width: 490px;
    align-self: center;
}
.hone-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #95a0aa;
    margin-bottom: 15px;
}
.hone-sub {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
    .hone-block-slider {
        grid-template-areas: "h2" "img" "text";
        grid-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hone-sub {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .hone__item {
        grid-template-areas: "h2" "img" "text";
        grid-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hone__item_right {
        grid-template-areas: "h2" "img" "text";
    }
    .hone__item .text {
        max-width: 100%;
    }
    .hone h4,
    .hone .h4,
    .hone-heading,
    .hone .dh4 {
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px) {
    .hone h4,
    .hone .h4,
    .hone-heading,
    .hone .dh4 {
        max-width: none;
    }
    .hone-img {
        max-width: 320px;
        margin: 0 auto;
    }
}
.hone-slider {
    width: 490px;
    height: 314px;
    background: url(../img/audits-bg@2x.png) no-repeat;
    background-size: cover;
}
.hone-slider .item {
    height: 314px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 12px 23px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 23px rgba(0, 0, 0, 0.06);
    padding-top: 34px;
}
.hone-slider .item picture {
    display: block;
}
.hone-slider .item img {
    margin: 0;
}
@media screen and (max-width: 500px) {
    .hone-slider {
        width: 320px;
        height: 150px;
    }
    .hone-slider .item {
        height: 150px;
        padding-top: 20px;
    }
    .hone-slider .item img {
        max-height: 130px;
    }
}
.transparently h2,
.transparently .sub-h2 {
    text-align: center;
}
.transparently-block {
    gap: 40px;
}
.transparently__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 280px;
}
.transparently-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    background: #f5f9ff;
    border-radius: 20px;
    margin-bottom: 15px;
}
.transparently-icon img {
    margin: 0;
}
.transparently-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.transparently .text p {
    font-size: 15px;
    line-height: 22px;
    color: #596275;
}
.transparently .text p:last-of-type {
    margin-bottom: 0;
}
.text-usual {
    max-width: 960px;
    margin: 0 auto;
}
.text-usual h2 {
    text-align: center;
    margin-bottom: 30px;
}
.text-usual .text + .btn {
    margin-top: 40px;
}
.text-usual .btn {
    width: 400px;
    margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
    .text-usual .btn {
        width: 100%;
    }
}
.span-line {
    text-decoration-line: line-through;
}
.sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #95a0aa;
    text-align: center;
}
.readly h2 {
    text-align: center;
}
.readly h4 {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.readly-block {
    gap: 20px;
    margin-bottom: 40px;
}
.readly__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
    background: #f5f9ff;
    border-radius: 20px;
    padding: 25px 30px;
}
.readly__item p {
    font-weight: 500;
}
.readly__item p:last-of-type {
    margin-bottom: 0;
}
.readly .btn {
    width: 400px;
    margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
    .readly .btn {
        width: 100%;
    }
}
.generating-block {
    gap: 20px;
}
.generating-block:not(:last-of-type) {
    margin-bottom: 20px;
}
.generating__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
    background: #f5f9ff;
    border-radius: 20px;
    padding: 25px 30px;
}
.generating__item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #596275;
}
.generating__item p:last-of-type {
    margin-bottom: 0;
}
.generating__item p + ul {
    margin-top: 15px;
}
.generating__item ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.generating__item ul li:before {
    width: 6px;
    height: 6px;
    background: #0069ff;
    top: 6px;
}
.generating-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #0069ff;
    margin-bottom: 16px;
}
.generating-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.works__item {
    gap: 30px 60px;
}
.works__item:not(:last-child) {
    margin-bottom: 60px;
}
.works-heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 440px;
    text-align: right;
}
.works h4,
.works .dh4 {
    margin-bottom: 0;
}
.works-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #95a0aa;
    margin-bottom: 10px;
}
.works .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.works .text p {
    font-weight: 400;
}
.works .check-list_blue {
    margin-bottom: 0;
}
.works .check-list_blue li:not(:last-child) {
    margin-bottom: 30px;
}
.works .check-list_blue .heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}
.works .check-list_blue p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #596275;
    margin-bottom: 0;
}
.works p + ul {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .works-heading,
    .works .text {
        min-width: 100%;
    }
    .works-heading {
        text-align: center;
    }
}
.linkbuilding h2,
.linkbuilding .sub-h2 {
    text-align: center;
}
.linkbuilding-block {
    grid-template-columns: repeat(auto-fit, minmax(373px, 373px));
    grid-gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.linkbuilding__item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    padding: 25px;
}
.linkbuilding .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    background: #f5f9ff;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.linkbuilding .icon img {
    margin: 0;
}
.linkbuilding-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}
.linkbuilding .text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}
.linkbuilding .text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 450px) {
    .linkbuilding-block {
        grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
        grid-gap: 20px;
    }
}
.section-contact {
    position: relative;
    padding-bottom: 400px;
    margin-bottom: 0;
}
.section-contact .container_big {
    padding: 0;
}
.section-contact .contact-container {
    max-width: 1230px;
    gap: 30px;
    padding: 0 15px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.section-contact .contact-form-block {
    padding-top: 80px;
}
.section-contact .contact-form-block .heading {
    display: none;
}
.section-contact .map {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 560px;
    left: 0;
    right: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.section-contact .map iframe {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .section-contact .contact-form-block {
        padding-top: 0;
    }
    .section-contact .contact-form-block .heading {
        display: block;
        font-weight: 700;
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
.contact {
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 0 0 32px 32px;
    margin: 0 auto;
}
.contact__item {
    max-width: 560px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contact-block__item:not(:last-child) {
    margin-bottom: 20px;
}
.contact-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #95a0aa;
    margin-bottom: 5px;
}
.contact-phone {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}
.contact-phone .contact-link {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
}
.contact-mail {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-decoration: underline;
    color: #0069ff;
}
.contact-mail:hover {
    color: #0050c2;
}
.contact .address {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}
.contact-messages {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}
.contact-messages__item {
    position: relative;
    width: 32px;
    height: 32px;
}
.contact-messages__item:hover .contact-messages-title {
    display: inline-block;
}
.contact-messages-title {
    position: absolute;
    display: none;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #596275;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    padding: 10px 12px 12px;
}
.contact-messages-title:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #596275;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -3px;
    left: calc(50% - 5px);
}
.contact-messages-link {
    display: block;
}
.contact-messages-whatsapp {
    width: 32px;
    height: 32px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--whatsApp);
}
.contact-messages-telegram {
    width: 32px;
    height: 32px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--telegram);
}
.contact-messages-imessage {
    width: 32px;
    height: 32px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--imessage);
}
.contact h1 {
    margin-bottom: 15px;
}
.contact p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #596275;
    margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
    .contact__item {
        min-width: 100%;
    }
    .contact p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}
.popup {
    position: fixed;
    z-index: 102;
    display: none;
}
.popup .close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: center center/cover no-repeat;
    background-image: url(../img/sprite.svg#sprite--close-dark);
    top: 20px;
    right: 20px;
}
.popup-contact {
    display: block;
    opacity: 0;
    z-index: -100;
    width: 944px;
    left: calc(50% - 472px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.popup-contact.open {
    opacity: 1;
    z-index: 102;
}
.popup-contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 608px;
    padding: 40px 50px;
}
.popup-contact-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 424px;
    background: #f5f9ff;
}
.popup-contact-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.popup-contact-form-heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
}
.popup-contact-form-heading span {
    color: #0069ff;
}
.popup-contact_bottom {
    margin-top: auto;
}
.popup-contact .check-list li {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.popup-contact-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #95a0aa;
    margin-bottom: 5px;
}
.popup-contact-phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}
.popup-contact-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #95a0aa;
}
@media screen and (max-width: 992px) {
    .popup-contact {
        width: 500px;
        left: calc(50% - 250px);
    }
    .popup-contact__item {
        min-height: auto;
    }
    .popup-contact-info {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .popup-contact .close {
        top: 10px;
        right: 10px;
    }
    .popup-contact__item {
        padding: 20px;
    }
    .popup-contact-form-heading {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 550px) {
    .popup-contact {
        width: calc(100% - 40px);
        left: 20px;
    }
    .popup-contact__item {
        min-height: 603px;
    }
}
.feedback {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 30px 0 67px;
}
.feedback-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #20c845;
    margin-bottom: 15px;
}
.feedback-text {
    width: 324px;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}
.feedback-author {
    gap: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.feedback-foto {
    width: 60px;
    height: 60px;
}
.feedback-foto img {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}
.feedback-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.feedback-name {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}
.feedback-position {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #596275;
    margin-bottom: 6px;
}
.feedback img {
    margin: 0;
}
.error {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 70px 0 120px;
}
.error h1 {
    font-size: 74px;
    line-height: 87px;
    color: #0069ff;
    margin-bottom: 25px;
}
.error-text {
    max-width: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.error .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.error p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #596275;
    margin-bottom: 40px;
}
.error .btn {
    margin: 0;
}
.error img {
    margin-bottom: 0;
}
@media screen and (max-width: 880px) {
    .error {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 50px;
    }
    .error-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .error picture {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .error h1 {
        font-size: 52px;
        line-height: 61px;
        margin-bottom: 15px;
    }
    .error .heading {
        font-size: 21px;
        line-height: 25px;
    }
    .error p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }
}
.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}
.footer_bottom {
    padding: 40px 0;
}
.footer_bottom .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .menu__item:not(:last-child) {
    margin-bottom: 10px;
}
.footer .menu-link {
    font-weight: 500;
}
.footer .copy {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #95a0aa;
}
@media screen and (max-width: 768px) {
    .footer_bottom {
        padding: 20px 0;
    }
    .footer .menu-link {
        font-size: 14px;
        line-height: 18px;
    }
    .footer .copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-width: 100%;
    }
    .footer .soc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
}

.promo-img.promo-blocks img.promo-img--img {
    border-radius: 20px;
}
.container_big .block-text-button {
    flex: 0.5;
}
.container_big .block-text-button p {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.container_big .block_blue .btn {
    margin: 0 auto;
}
.ready-block {
    gap: 20px;
}
.ready h2 {
    text-align: center;
}
.ready .ready-title2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ready-block .ready__item {
    flex: 1;
    padding: 25px 30px;
    background: #f5f9ff;
    border-radius: 20px;
}
.btn-width,
.promo-btn .btn-width {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.feedback-slider .slick-dots li button:before {
    display: none;
}
.sub-but-gr {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #b1b1b1;
}
@media screen and (max-width: 600px) {
    .achieved-media {
        height: 331px;
    }
}
@media screen and (max-width: 600px) {
    .achieved-img {
        height: auto;
    }
    .footer_bottom .container {
        justify-content: space-between;
    }
    .footer_bottom .container nofollow {
        margin: 20px 0;
        margin-right: 0;
    }
}
.btn-margin {
    width: auto;
    padding: 17px 20px;
    height: auto;
    line-height: unset;
}
.grow-text .btn {
    width: auto;
    padding: 17px 20px;
    height: auto;
    line-height: unset;
}
.grow img {
    object-fit: contain;
}
.footer-menu {
    justify-content: center;
}
.awards-slider .slick-slide {
    padding: 0 10px;
}
.container_middle .review-block .say-client img {
    width: 360px;
    height: 360px;
    border-radius: 32px;
}
.container_middle .review-block .say-client {
    width: 360px;
}
.container_middle {
    max-width: 980px;
}
@media screen and (max-width: 992px) {
    .container_middle {
        max-width: auto;
    }
    .container_middle .review-block .say-client img {
        width: 250px;
        height: 250px;
    }
}
@media screen and (max-width: 768px) {
    .container_middle .review-block .say-client img {
        width: 80px;
        height: 80px;
        border-radius: 16px;
    }
    .container_middle .review .say-client-info {
        padding-left: 100px;
    }
}
.main__link-building .promo-blocks .promo__item_top {
    top: 51px;
}
.main__services .promo-blocks .promo__item_top {
    top: -37px;
    right: 21px;
}
.main__seo-audit .promo-blocks .promo__item_top {
    top: 32px;
    left: 10px;
}
.main__seo-audit .promo-blocks .promo__item_bottom {
    right: 10px;
    left: auto;
}
.main__international-seo .promo-blocks .promo__item_top {
    top: auto;
    left: 10px;
    bottom: 0;
}
.main__international-seo .promo-blocks .promo__item_bottom {
    right: 20px;
    left: auto;
    bottom: auto;
    top: -30px;
}
a:hover h3,
a:not([class]):hover h3 {
    text-decoration: none;
}
a h3:hover {
    text-decoration: none;
}
.dh3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
ol:not([class]),
ul:not([class]) {
    margin-bottom: 30px;
}
.helped-cite {
    padding-right: 30px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}