@charset "UTF-8";
/*------------------------------------------------
 >> TABLE OF CONTENTS:
	# Import vendors
			## smart-grid
			## normalize
	# Import helpers
			## variables
			## mixins
	# Import Base
			## base
			## utilities
	# Import components
			## buttons
	# Import layout
			## navigation
			## header
			## footer
			## forms
	# Import components
			## buttons
	# Import pages
			## main
	
			-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,500,600,900&subset=cyrillic&font-display=swap');

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

@media (max-width: 750px) {
    body {
        overflow-x: hidden;
    }
}

fieldset,
img,
abbr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

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

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #2f333e;
    overflow-x: hidden;
}

ul {
    list-style-type: none;
}

p {
    line-height: 1.5;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 576px) {
    .container {
        max-width: 510px;
    }
}

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

@media screen and (min-width: 992px) {
    .container {
        max-width: 930px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1110px;
    }
}

.container-full {
    padding-left: 15px;
    padding-right: 15px;
}

footer .logo {
    margin-bottom: 3.3rem;
    display: block;
    width: 100%;
    max-height: 5.2rem;
    text-decoration: none;
    transition: 0.3s;
}
.navbar a.logo {
    width: 100%;
    max-width: 253px;
    max-height: 32.5px;
}
.navbar a.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

svg .logo-img:hover {
    cursor: pointer;
}

.logo svg#logo-img {
    cursor: pointer !important;
}

.logo-text {
    font-size: 1rem;
    letter-spacing: -0.045rem;
    display: block;
    color: #838d99;
}

.logo:hover {
    filter: saturate(2.6);
}

@media (max-width: 400px) {
    .logo {
        width: 20rem;
    }

    .logo-text {
        display: none;
    }
}

.h1,
h1 {
    font-size: 2rem;
    color: #2f333e;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (min-width: 320px) {
    .h1,
    h1 {
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 576px) {
    .h1,
    h1 {
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 768px) {
    .h1,
    h1 {
        font-size: 4.2rem;
    }
}

h2 {
    font-size: 1.9rem;
    font-weight: 700;
}

@media screen and (min-width: 576px) {
    h2 {
        font-size: 2.4rem;
    }
}

.h2 {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
    color: #f5f8fe;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: -1;
}

@media screen and (min-width: 576px) {
    .h2 {
        top: 5rem;
    }

    .h2-cases {
        top: 2rem !important;
    }
}

@media screen and (min-width: 576px) {
    .h2 {
        font-size: 10vmax;
    }
}

.gray .h2 {
    color: #fff;
}

.h2-primary {
    padding-top: 2.8rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    font-size: 1.9rem;
    font-weight: 900;
    text-align: center;
}
.services .h2-primary {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .h2-primary {
        padding-top: 7.8rem;
    }
}

@media screen and (min-width: 576px) {
    .h2-primary {
        font-size: 2.4rem;
    }
}

.h2-primary:after {
    content: url('../img/icons/h2-dots.svg');
    display: block;
}

.h3,
h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

@media screen and (min-width: 576px) {
    .h3,
    h3 {
        font-size: 2.2rem;
    }
}

.h3-style-2 {
    display: flex;
    align-items: center;
}

.h3-style-2:after {
    content: '';
    margin-left: 2rem;
    display: flex;
    flex: 1 1 100px;
    height: 0.4rem;
    background-color: #1ac6df;
}

h4,
.h4 {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

a {
    color: #1ac6df;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 400px;
}

#map iframe {
    width: 100%;
    height: 100%;
}

ymaps,
#map {
    border-radius: 0 0 11px 11px;
}

@media screen and (min-width: 992px) {
    ymaps,
    #map {
        border-radius: 0 11px 11px 0;
    }
}

.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube:hover .play-button {
    transform: scale(1.1) translate(-45%, -45%);
    filter: saturate(150%);
    opacity: 1;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: #1ac6df;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-out;
}

.youtube .play-button-youtube {
    width: 9.7rem;
    height: 7rem;
    border-radius: 15%;
    background-color: #ff0000;
}

.youtube .play-button:hover {
    transform: scale(1.1) translate(-45%, -45%);
}

.youtube .play-button:before {
    opacity: 1;
    content: url('../img/icons/triangle.svg');
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.youtube .play-button:before {
    transform: translate(-40%, -40%);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.yandex {
    display: inline-block;
}

.yandex:first-letter {
    color: #f41b0a;
}

.google {
    white-space: nowrap;
}

.google .char1,
.google .char4 {
    color: #0086f8;
}

.google .char2,
.google .char6 {
    color: #f41b0a;
}

.google .char3 {
    color: #ffbe00;
}

.google .char5 {
    color: #00aa4c;
}

.google .char2,
.google .char3,
.google .char4,
.google .char5,
.google .char6 {
    margin-left: -0.3rem;
}

ul.flags {
    display: flex;
    flex-wrap: wrap;
}

ul.flags li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    color: #838f9c;
    display: flex;
    align-items: center;
    transition: 0.3s all;
    max-width: 40%;
    width: 100%;
    padding: 0 5px;
    border-radius: 5px;
}

ul.flags li:hover {
    background-color: rgba(174, 232, 248, 0.65);
}

ul.flags li:before {
    display: inline-block;
    margin-right: 1.5rem;
    width: 3rem;
    height: 3rem;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 500px) {
    ul.flags li {
        max-width: initial;
        width: initial;
        flex: 1 1 38%;
    }
}

ul.flags li.by:before {
    background-image: url('https://flagcdn.com/w40/by.png');
}

ul.flags li.uk:before {
    background-image: url('https://flagcdn.com/w40/gb.png');
}

ul.flags li.ru:before {
    background-image: url('https://flagcdn.com/w40/ru.png');
}

ul.flags li.cz:before {
    background-image: url('https://flagcdn.com/w40/cz.png');
}

ul.flags li.kz:before {
    background-image: url('https://flagcdn.com/w40/kz.png');
}

ul.flags li.pl:before {
    background-image: url('https://flagcdn.com/w40/pl.png');
}

ul.flags li.us:before {
    background-image: url('https://flagcdn.com/w40/us.png');
}

ul.flags li.il:before {
    background-image: url('https://flagcdn.com/w40/il.png');
}

ul.flags li.cy:before {
    background-image: url('https://flagcdn.com/w40/cy.png');
}

@media (min-width: 768px) {
    .viber-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .viber-desktop {
        display: none !important;
    }
}

ol.style-1 {
    list-style: none;
    counter-reset: count;
    margin: 0;
    padding: 0;
}

ol.style-1 li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

ol.style-1 li .block {
    position: relative;
    font-size: 1.3rem;
    color: #838d99;
    text-align: left;
    margin-left: 2rem;
}

ol.style-1 li .title {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    color: #2f333e;
    position: relative;
}

ol.style-1 li:first-child:before {
    animation-delay: 0s;
}

ol.style-1 li:nth-child(2):before {
    animation-delay: 0.5s;
}

ol.style-1 li:nth-child(3):before {
    animation-delay: 1s;
}

ol.style-1 li:nth-child(4):before {
    animation-delay: 1.5s;
}

ol.style-1 li:nth-child(5):before {
    animation-delay: 2s;
}

ol.style-1 li:before {
    content: url('../img/seo-page/arrow-logo.svg');
    display: inline-block;
    animation: blink 6s infinite;
    transform: scale(1.1);
}

@keyframes blink {
    0% {
        filter: brightness(1);
        transform: scale(1.1);
    }

    40% {
        filter: brightness(1.6);
        transform: scale(1.3);
    }

    70% {
        filter: brightness(1);
        transform: scale(1.1);
    }
}

.input-wrapper {
    display: inline-block;
    position: relative;
    margin: 1rem 0;
}

.input-wrapper input,
.input-wrapper textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 1.8rem;
    resize: vertical;
    min-height: 6rem;
    max-height: 50rem;
    border-radius: 3rem;
    background-color: #f0f2f7;
    border: 0.1rem solid #e3e8f0;
}

.input-wrapper input:hover,
.input-wrapper textarea:hover {
    box-shadow: 0 0 0.6rem rgba(0, 202, 255, 0.6);
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
    outline: none;
    border-color: #1ac6df;
    box-shadow: 0 0 0.6rem rgba(0, 202, 255, 0.6);
}

.input-wrapper.icon input {
    padding-left: 4rem;
}

.input-wrapper.icon:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 2rem;
}

.input-wrapper.i-user:before {
    content: '\f007';
}

.input-wrapper.i-mail:before {
    content: '\f0e0';
}

.input-wrapper.i-phone:before {
    content: '\f095';
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.9;
    display: none;
    z-index: 1035;
}

.sl-wrapper .sl-image img {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}

.resolution_16-9 {
    position: relative;
    padding-bottom: 56.2%;
}

.resolution_16-9 img,
.resolution_16-9 video,
.resolution_16-9 iframe {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.primary {
    color: #1ac6df;
}

.d-block {
    display: block;
}

.d-md-block,
.md-block {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .d-md-block,
    .md-block {
        display: block;
    }
}

.gray {
    background-color: #f5f8fe;
}

.deep-red {
    color: #e0193a;
}

.red {
    color: red;
}

.green {
    color: #72d211;
}

.bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.btn-center_channel {
    margin: 0 auto;
}

.break-all {
    word-break: break-all;
}

.m-auto {
    margin: auto;
}

.deep-blue {
    background-color: #305070;
    color: #fff;
}

.deep-blue .input-wrapper {
    color: #a1a6bb;
}

.white-bg {
    background-color: #fff !important;
}

.btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: none;
    transition: 0.2s ease-out;
}

.btn:active {
    outline: none;
}

.btn:hover {
    cursor: pointer;
}

.btn:focus {
    outline: none;
}

.btn.btn-inverse {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1ac6df;
    border-radius: 2.5rem;
    border: 0.1rem solid #1ac6df;
    background-color: transparent;
    padding: 1.6rem 2.5rem;
}

.btn.btn-inverse:hover {
    background-color: #1ac6df;
    color: #fff;
}

.btn.btn-inverse-2 {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 2.5rem;
    border: 0.1rem solid #fff;
    background-color: transparent;
    padding: 1.6rem 1.8rem;
    display: block;
}

.btn.btn-inverse-2:hover {
    background-color: #fff;
    color: #2f333e;
}

.btn.btn-inverse-2:active {
    filter: opacity(0.9);
}

.btn.btn-with-case {
    color: #1ac6df;
    border: 0.1rem solid #1ac6df;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 3.5rem;
    padding: 2rem 2.3rem 2rem 2.3rem;
    transition: 0.2s;
}

@media screen and (min-width: 576px) {
    .btn.btn-with-case {
        padding: 2.5rem 3.7rem 2.5rem 5rem;
    }
}

@media screen and (min-width: 576px) {
    .btn.btn-with-case:after {
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0b1';
        margin-left: 2rem;
    }

    .btn.btn-with-case:hover {
        padding: 2.5rem 2.3rem 2.5rem 6.6rem;
    }

    .btn.btn-with-case:hover:after {
        transition: 0.2s;
        transform: translateX(30px);
        opacity: 0;
    }
}

.btn.btn-primary,
.btn.btn-primary-left {
    background-color: #1ac6df;
    border-radius: 2.4rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    vertical-align: sub;
}

.btn.btn-primary {
    padding: 1.5rem 4.7rem 1.5rem 2.4rem;
}

.btn.btn-primary:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translate(0, -40%);
    transition: 0.3s ease-out;
    right: 2.5rem;
}

.btn.btn-primary:hover {
    padding: 1.5rem 3.6rem 1.5rem 3.5rem;
}

.btn.btn-primary:hover:after {
    right: -1rem;
    opacity: 0;
}

.btn.btn-primary-left {
    padding: 1.5rem 2.4rem 1.5rem 4.7rem;
}

.btn.btn-primary-left:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f060';
    position: absolute;
    top: 50%;
    transform: translate(0, -40%);
    transition: 0.3s ease-out;
    left: 2.5rem;
}

.btn.btn-primary-left:hover {
    padding: 1.5rem 3.5rem 1.5rem 3.6rem;
}

.btn.btn-primary-left:hover:before {
    left: -1rem;
    opacity: 0;
}

.btn.btn-opacity {
    opacity: 0.6;
}

.btn.btn-opacity:hover {
    opacity: 1;
}

.btn.btn-sm {
    font-size: 1.2rem;
    padding: 1rem 2.9rem 1rem 1.4rem;
    border-radius: 2.2rem;
}

.btn.btn-sm:after {
    font-size: 1rem;
    right: 1.4rem;
    transform: translate(0, -50%);
}

.btn.btn-sm:hover {
    padding: 1rem 2.2rem 1rem 2.1rem;
}

.btn.btn-lg {
    padding: 2.5rem 5rem 2.5rem 3rem;
    border-radius: 50rem;
    font-size: 1.6rem;
}

@media screen and (min-width: 1200px) {
    .btn.btn-lg {
        padding: 2.5rem 8.7rem 2.5rem 5rem;
    }
}

@media screen and (min-width: 768px) {
    .btn.btn-lg {
        font-size: 1.7rem;
    }
}

.btn.btn-lg:after {
    right: 2.5rem;
    transform: translate(0, -50%);
}

@media screen and (min-width: 1200px) {
    .btn.btn-lg:after {
        right: 5rem;
    }
}

.btn.btn-lg:hover {
    padding: 2.5rem 4rem 2.5rem 4rem;
}

@media screen and (min-width: 992px) {
    .btn.btn-lg:hover {
        padding: 2.5rem 7.35rem 2.5rem 6.35rem;
    }
}

.btn.btn-shadow {
    transition: 0.3s;
    box-shadow: 0 1.1rem 2.4rem rgba(0, 202, 255, 0.6);
}

.btn.btn-shadow:hover {
    box-shadow: 1px 5px 15px 0px rgba(0, 202, 255, 0.6);
    filter: saturate(140%);
}

.btn.btn-shadow:active {
    box-shadow: 1px 3px 5px 0px rgba(0, 202, 255, 0.6);
}

.btn.btn-viber,
.btn.btn-whatsapp,
.btn.btn-telegram {
    padding: 1.4rem 2.3rem;
    margin: 1rem 0;
    border-radius: 2.3rem;
    min-width: 18rem;
    font-size: 1.2rem;
    color: #fff;
}

.soc-bk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.soc-bk .btn.btn-viber,
.soc-bk .btn.btn-whatsapp,
.soc-bk .btn.btn-telegram {
    font-size: 1.7rem;
    padding: 2.5rem 4.7rem 2.5rem 4rem;
    border-radius: 50rem;
    margin: 0;
    font-weight: 700;
}

.soc-bk .btn.btn-whatsapp {
    box-shadow: 0px 11px 24px 0px #25d36699;
}

.soc-bk .btn.btn-telegram {
    box-shadow: 0px 11px 24px 0px #0088cc99;
}

.result-sect {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 60px;

    background: #444444 url(../img/bg1-min.jpg) center/cover no-repeat;
}

.konvers-sect .slider-nav .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.portfolio-subtitle.portfolio-subtitle__v2 {
    color: #fff;
}

.result-in-num {
    display: flex;
    gap: 70px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.result-in-num-item {
    width: 34%;
}

.result-in-nums-row .result-in-num-item {
    width: 100%;
}

.result-in-num-item__num {
    display: inline-block;

    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #1ac6df;
}

.result-in-num-item__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.additional-info__sfera {
    font-weight: 700;
    color: #1ac6df;
}

.additional-info-wr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btn.btn-viber:before,
.btn.btn-whatsapp:before,
.btn.btn-telegram:before {
    margin-right: 1.4rem;
    font-family: 'Font Awesome 5 Brands';
    font-size: 1.8rem;
    vertical-align: sub;
}

.btn.btn-viber:hover,
.btn.btn-whatsapp:hover,
.btn.btn-telegram:hover {
    filter: saturate(150%);
}

.btn.btn-viber {
    background-color: #665cac;
}

.btn.btn-viber:before {
    content: '\f409';
}

.btn.btn-whatsapp {
    background-color: #25d366;
}

.btn.btn-whatsapp:before {
    content: '\f232';
}

.btn.btn-telegram {
    background-color: #0088cc;
}

.btn.btn-telegram:before {
    content: '\f3fe';
}

.btn.i-gift {
    padding: 2.5rem 2rem 2.5rem 2rem;
}

@media screen and (min-width: 576px) {
    .btn.i-gift {
        padding: 2.5rem 5rem 2.5rem 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .btn.i-gift {
        padding: 2.5rem 8.7rem 2.5rem 5rem;
    }
}

.btn.i-gift:after {
    content: '';
}

@media screen and (min-width: 576px) {
    .btn.i-gift:after {
        content: '\f06b';
    }
}

.btn.i-msg {
    padding: 2.5rem 5rem 2.5rem 2rem;
}

@media screen and (min-width: 1200px) {
    .btn.i-msg {
        padding: 2.5rem 8.7rem 2.5rem 5rem;
    }
}

.btn.i-msg:after {
    content: '\f086';
}

.btn.i-telegram:after {
    content: '\f3fe';
    font-family: 'Font Awesome 5 Brands';
    font-size: 2.6rem;
    font-weight: 400;
}

.btn.btn-form {
    width: 30rem;
    max-width: 100%;
    text-align: center;
    padding: 2.3rem;
    margin: 2rem 0 2rem;
    border-radius: 3.1rem;
    font-size: 1.6rem;
    background-color: #1ac6df;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
}

.btn.btn-form:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translate(0, -40%);
    transition: 0.3s ease-out;
    right: 4rem;
}

.btn.btn-form:hover:after {
    right: -1rem;
    opacity: 0;
}

.btn.btn-form.btn-telegram {
    margin: 1rem 0 2rem;
    background-color: #2faae8;
    box-shadow: 0 0.6rem 1rem rgba(32, 167, 214, 0.2);
}

.btn.btn-form.btn-telegram:after {
    display: none;
}

.btn.btn-form.btn-telegram:before {
    vertical-align: middle;
}

.btn.btn-form.btn-whatsapp {
    margin: 2rem 0 2rem;
    background-color: #25d366;
    padding: 2.1rem;
    box-shadow: 0 0.6rem 1rem rgba(32, 167, 214, 0.2);
}

.btn.btn-form.btn-whatsapp:before {
    font-weight: 400;
    font-size: 2rem;
    vertical-align: middle;
}

.btn.blink {
    position: relative;
    overflow: hidden;
}

.btn.blink:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 20em;
    background-color: #fff;
    width: 0;
    height: 0;
    animation: blinkAnimation 6s infinite;
    left: -33rem;
    bottom: 0;
    transform: translate(100%, -35%);
}

@keyframes blinkAnimation {
    0% {
        width: 0;
        margin-top: 0;
        min-height: 0;
        height: 0;
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    70% {
        width: 500px;
        height: 500px;
        margin-top: -200px;
        margin-left: -200px;
        opacity: 0;
    }

    100% {
        width: 500px;
        height: 500px;
        margin-top: -200px;
        margin-left: -200px;
        opacity: 0;
    }
}

.btn.blink-before {
    position: relative;
    overflow: hidden;
}

.btn.blink-before:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 20em;
    background-color: #fff;
    width: 0;
    height: 0;
    animation: blinkAnimation 6s infinite;
    left: -33rem;
    bottom: 0;
    transform: translate(100%, 33%);
}

@keyframes blinkAnimation {
    0% {
        width: 0;
        margin-top: 0;
        min-height: 0;
        height: 0;
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    70% {
        width: 500px;
        height: 500px;
        margin-top: -200px;
        margin-left: -200px;
        opacity: 0;
    }

    100% {
        width: 500px;
        height: 500px;
        margin-top: -200px;
        margin-left: -200px;
        opacity: 0;
    }
}

.social-toggle {
    position: relative;
    width: 2.1rem;
    height: 2.1rem;
    margin-left: 1rem;
    border-radius: 50%;
    background-color: #b3bfc8;
    opacity: 0.5;
    transition: 0.3s;
    position: relative;
    z-index: 20;
    display: none;
}

.social-toggle .social-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 2rem;
    background-color: #fff;
    width: 22rem;
    padding: 3rem;
    border-radius: 1rem;
}

.social-toggle .social-menu .foot {
    border-top: 1px solid #ededed;
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.2rem;
}

.social-toggle .social-menu .foot .gray-text {
    margin-bottom: 0.5rem;
    color: #838d99;
}

.social-toggle .social-menu .foot .work-time {
    display: flex;
    justify-content: space-between;
    color: #678091;
    font-weight: 700;
}

.social-toggle i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #fff;
    animation: rotateOut 0.3s;
}

@keyframes rotateIn {
    0% {
        transform: translate(50%, -50%) rotate(0);
    }

    100% {
        transform: translate(55%, -55%) rotate(180deg);
    }
}

@keyframes rotateOut {
    0% {
        transform: translate(55%, -55%) rotate(180deg);
    }

    100% {
        transform: translate(50%, -50%) rotate(0);
    }
}

.mobile-menu-toggle {
    cursor: pointer;
    transition: transform 600ms;
    user-select: none;
    display: block;
    order: 3;
}

@media screen and (min-width: 992px) {
    .mobile-menu-toggle {
        display: none;
    }
}

.mobile-menu-toggle .line {
    fill: none;
    transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.mobile-menu-toggle .top {
    stroke-dasharray: 40 172;
}

.mobile-menu-toggle .middle {
    stroke-dasharray: 40 111;
}

.mobile-menu-toggle .bottom {
    stroke-dasharray: 40 172;
}

.mobile-menu-toggle.active .top {
    stroke-dashoffset: -132px;
}

.mobile-menu-toggle.active .middle {
    stroke-dashoffset: -71px;
}

.mobile-menu-toggle.active .bottom {
    stroke-dashoffset: -132px;
}

#true_loadmore {
    margin: auto;
}

.langs {
    right: -8px;
    position: relative;
}

.langs .lang {
    position: relative;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #678091;
    height: 22px;
    opacity: 0.5;
    transition: 0.2s;
}

.langs .lang:before {
    display: inline-block;
    margin-right: 0.9rem;
    vertical-align: middle;
    width: 2.6rem;
}

.langs .lang.active {
    opacity: 1;
}

.langs .lang:hover {
    opacity: 1;
}

.langs .en:before {
    content: url('../img/langs/en.svg');
}

.langs .ru::before {
    content: url('../img/langs/ru.svg');
}

.langs.active {
    position: relative;
    right: initial;
    top: initial;
    transform: initial;
    display: block;
    margin-left: auto;
}

.langs.active .lang:before {
    margin-right: 0.6rem;
    width: 2rem;
}

@media screen and (min-width: 992px) {
    .langs {
        display: block;
    }

    .langs {
        order: 2;
    }
}

@media screen and (max-width: 1290px) {
    .langs {
        position: relative;
        right: initial;
        top: initial;
        transform: initial;
    }

    .result-in-num-item__num {
        font-size: 40px;
    }

    .result-sect {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .soc-bk .btn.btn-lg {
        width: 100%;
        max-width: 275px;
        padding: 2rem 3.7rem 2rem 3rem;
        text-align: center;
    }

    .soc-bk .btn.btn-viber,
    .soc-bk .btn.btn-whatsapp,
    .soc-bk .btn.btn-telegram {
        padding: 2rem 3.7rem 2rem 3rem;
        max-width: 275px;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .langs span {
        display: none;
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 5% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 1s ease-in-out;
    z-index: 10;
}

.popup .head {
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
}

.popup .head .logo-img {
    max-width: 255px;
}

@media (max-width: 400px) {
    .popup .head .logo-img {
        max-width: 200px;
    }
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

@media (max-width: 400px) {
    .popup .close {
        top: 12px;
        right: 20px;
        font-size: 35px;
    }
}

.popup .close:hover {
    color: #06d85f;
    cursor: pointer;
}

.popup .content {
    padding-bottom: 2rem;
    max-height: 30%;
    text-align: center;
}

.popup .content .title {
    padding: 3rem 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
}

.popup .content .title .h {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    cursor: pointer;
}
.form-consent input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 8px;
    opacity: 0;
}
.form-consent__checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid #999;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-top: 2px;
}
.form-consent input:checked + .form-consent__checkbox::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 1;
    color: #1ac6df;
    font-weight: 700;
}
.form-consent__text {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}
.form-consent.is-error .form-consent__checkbox {
    border-color: #f00;
}

@media screen and (min-width: 576px) {
    .popup .content .title .h {
        font-size: 24px;
    }
}

.popup .content .title .sub-h {
    color: #838d99;
    font-size: 1.3rem;
}

@media (min-width: 380px) {
    .popup .content .input-wrapper {
        width: 30rem;
    }
}

@media screen and (max-width: 980px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 80%;
    }

    .soc-bk {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }
}

#tabs div.tab {
    display: none;
}

#tabs div.tab.active {
    display: block;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -1rem 0;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cad0dd;
    font-size: 1.4rem;
    overflow: hidden;
}

.tabs-nav li {
    margin: 1rem;
}

.tabs-nav li a {
    display: inline-block;
    text-decoration: none;
    padding: 1.2rem 2.5rem;
    color: #2f333e;
    background-color: #f5f5f5;
    border-radius: 2rem;
    transition: 0.3s;
}

.tabs-nav li a.active {
    color: #fff;
    background-color: #1ac6df;
}

.tabs-nav li a.active:hover {
    filter: opacity(1);
}

.tabs-nav li a:hover {
    filter: opacity(0.6);
}

@media (max-width: 500px) {
    .tabs-nav {
        font-size: 1.2rem;
    }

    .tabs-nav li {
        margin: 0.5rem;
    }

    .tabs-nav li a {
        padding: 1rem 1.5rem;
    }
}

.breadcrumbs-section {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.breadcrumbs-section .breadcrumbs {
    text-align: center;
}

.breadcrumbs-section a {
    margin-right: 0.5rem;
    color: #1ac6df;
}

.breadcrumbs-section a:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: '\f0da';
    margin-left: 1rem;
    color: #838d99;
}

.breadcrumbs-section span {
    color: #838d99;
}

.mobile-navbar {
    width: 100%;
    height: 100%;
    display: none;
    padding-bottom: 50px;
    padding-top: 90px;
    position: fixed;
    z-index: 20;
    top: -200%;
    left: 0;
    background: #1abdd6;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.mobile-navbar a {
    text-decoration: none;
}

.mobile-navbar .menu li {
    border-bottom: 1px solid #19b0c7;
    margin: 3vh 0;
    padding: 0 0 3vh 0;
}

.mobile-navbar .menu li:last-child {
    border-bottom: none;
}

.mobile-navbar .menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}

.mobile-navbar .menu-item-has-children {
    position: relative;
}
.mobile-navbar .menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-navbar .submenu-toggle {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.mobile-navbar .submenu-toggle svg {
    transition: transform 0.3s ease;
}
.mobile-navbar .submenu-toggle.active svg {
    transform: rotate(180deg);
}

.mobile-navbar .menu .sub-menu {
    padding: 1rem;
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20%);
    transition: 0.3s ease-in-out;
}

.mobile-navbar .menu .sub-menu li {
    margin: 1.5rem 0;
}

.mobile-navbar .menu .sub-menu li a {
    font-size: 1.4rem;
    text-transform: none;
    padding: 0;
    border: none;
}

.mobile-navbar .menu .sub-menu li a::before {
    content: '';
    display: none;
}

.mobile-navbar .menu .sub-menu li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.mobile-navbar .menu .sub-menu.active {
    display: block;
    opacity: 1;
    pointer-events: unset;
    transform: translateY(0);
}

.mobile-navbar .mobile-contacts {
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
    text-align: center;
}

.mobile-navbar .mobile-contacts .phone-link {
    margin-bottom: 1rem;
    display: inline-block;
}

.mobile-navbar .mobile-contacts .container {
    padding: 1.5rem;
}

.mobile-navbar.active {
    display: block;
    top: 0;
    animation: 0.4s slideIn;
}

@keyframes slideIn {
    0% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

.mobile-navbar .social-links {
    display: flex;
    justify-content: center;
    margin: 0 -1rem;
}

.mobile-navbar .social-links .btn {
    font-size: 0;
    width: unset;
    margin: 0 1rem;
    padding: 1.5rem 1.5rem;
    border-radius: 50%;
}

.mobile-navbar .social-links .btn:before {
    font-size: 2.2rem;
    margin-right: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-navbar .btn-viber,
.mobile-navbar .btn-whatsapp,
.mobile-navbar .btn-telegram {
    padding: 1.1rem 1.4rem;
    margin: 1rem 0.25rem;
    min-width: 1rem;
    font-size: 1.2rem;
    color: #fff;
}

.mobile-navbar .btn-viber:before,
.mobile-navbar .btn-whatsapp:before,
.mobile-navbar .btn-telegram:before {
    margin-right: 0.8rem;
}

.mobile-navbar .phones {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overflow {
    overflow: hidden !important;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 120;
}
.navbar .container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar .menu {
    display: none;
}

@media screen and (min-width: 992px) {
    .navbar .menu {
        display: flex;
    }
}

.navbar a {
    text-decoration: none;
}

.navbar .btn-inverse {
    margin: 0 10px;
    display: none;
}
@media screen and (min-width: 992px) {
    .navbar .btn-inverse {
        display: flex;
    }
}
.navbar .btn.btn-call {
    box-sizing: border-box;
    width: 100%;
    max-width: 180px;
    height: 40px;
    margin: 0;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: var(--new-site-cyan2-50, #8ce2ef);
    color: var(--new-site-white, #fff);
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .navbar .btn.btn-call:hover {
        opacity: 0.7;
    }
}

.navbar-middle {
    z-index: 21;
    position: relative;
    padding: 1rem 0;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .navbar-middle {
        padding: 2rem 0;
    }
}

.navbar-middle .wrap {
    display: flex;
}

.navbar-middle .pair {
    display: flex;
    align-items: center;
}

@media (max-width: 1290px) {
    .navbar-middle .phone-link {
        display: none;
    }

    .navbar-middle .pair {
        display: none;
    }
}

.navbar-middle .container {
    justify-content: space-between;
}

.navbar-middle .menu li {
    transition: 0.2s;
    position: relative;
}

.navbar-middle .menu li a {
    color: #678091;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 1.5rem;
    border-bottom: 1px solid #678091;
}

.navbar-middle .menu li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.3rem;
    background-color: #678091;
}

@media (max-width: 1290px) {
    .navbar-middle .menu li a {
        font-size: 1.2rem;
        padding: 1rem;
    }
}

@keyframes easeIn {
    0% {
        width: 0;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

@keyframes easeOut {
    0% {
        width: 100%;
        margin-left: 0;
    }

    50% {
        width: 20%;
        margin-left: 80%;
    }

    100% {
        width: 0;
        margin-left: 100%;
    }
}

.navbar-middle .menu-item-has-children a:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: 1rem;
    margin-left: 0.5rem;
    font-weight: 900;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}

.navbar-middle .menu-item-has-children a:hover:after {
    opacity: 1;
}

.navbar-middle .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    pointer-events: unset;
    transform: translateY(0);
    box-shadow: 0 39px 2rem 0px rgba(0, 0, 0, 0.1);
}
.navbar-middle .menu-item-has-children:hover .sub-menu .sub-menu {
    width: 120%;
    top: -36px;
    right: calc(-120% - 40px);
}

.navbar-middle ul.sub-menu {
    width: 22rem;
    position: absolute;
    background-color: #fff;
    padding: 2rem;
    margin-left: -2rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20%);
    transition: 0.3s ease-in-out;
}

.navbar-middle ul.sub-menu li {
    margin: 1.5rem 0;
}

.navbar-middle ul.sub-menu li a {
    font-size: 1.4rem;
    text-transform: none;
    padding: 0;
    border: none;
}

.navbar-middle ul.sub-menu li a::before {
    content: '';
    display: none;
}

.navbar .current-menu-item,
.navbar .current_page_item,
.navbar .current-menu-parent {
    position: relative;
    text-shadow: 0 0 1px #678091;
}

.navbar .current-menu-item a:before,
.navbar .current_page_item a:before,
.navbar .current-menu-parent a:before {
    width: 100% !important;
    animation: easeIn 0.6s;
}

.phones {
    margin-right: 1.8rem;
}

.navbar .show-socials .phones {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.phones .flex-row {
    display: flex;
    margin-bottom: 0.6rem;
}

.phones .city-name {
    margin-right: 1.1rem;
}

.phone-link {
    color: #2f333e;
    font-size: 1.4rem;
    font-weight: 700;
}
.phone-link:hover {
    color: #678091;
}

.navbar .show-socials .phones .phone-link {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: var(--new-site-black, #212941);
    transition: all 0.3s ease;
}
@media (hover: hover) {
    .navbar .show-socials .phones .phone-link:hover {
        opacity: 0.7;
    }
}

.show-socials:hover .social-toggle {
    opacity: 1;
}

.show-socials:hover .social-toggle i {
    transform: translate(55%, -55%) rotate(180deg);
    animation: rotateIn 0.3s;
}

.show-socials:hover .social-menu {
    display: block;
    top: 3rem;
}

header {
    background: #fff;
    min-height: 73rem;
}

@media screen and (min-width: 576px) {
    header {
        background: #fff url('../img/main-bg.png') center/cover no-repeat;
    }
}

@media screen and (min-width: 576px) {
    header {
        min-height: 80rem;
        height: 90.5vh;
    }
}

header .container {
    transition: 0.5s;
}

header .typewrite {
    display: block;
    font-size: 3rem;
}

@media screen and (min-width: 768px) {
    header .typewrite {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    header .typewrite {
        font-size: inherit;
    }
}

.hero {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .hero {
        padding-top: 9vh;
    }
}

@media (max-height: 900px) {
    .hero {
        padding-top: 7vh;
    }
}

@media (max-height: 700px) and (max-width: 991px) {
    .hero {
        padding-top: 2vh;
    }
}

@media screen and (min-width: 992px) {
    .hero {
        text-align: left;
    }
}

.hero-left,
.hero-right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width: 768px) {
    .hero-left,
    .hero-right {
        width: calc(100% - 30px);
    }
}

.hero-left {
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .hero-left {
        width: calc(58.33333% - 30px);
    }
}

@media screen and (min-width: 1200px) {
    .hero-left {
        width: calc(40% - 30px);
    }
}

.hero-left .h1 {
    margin-bottom: 3.5rem;
    white-space: wrap;
}

@media screen and (min-width: 992px) {
    .hero-left .h1 {
        white-space: nowrap;
    }
}

.hero-left .btn.btn-lg {
    margin-bottom: 5rem;
}

.hero-right {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    order: -1;
}

@media screen and (min-width: 992px) {
    .hero-right {
        width: calc(41.66667% - 30px);
    }
}

@media screen and (min-width: 1200px) {
    .hero-right {
        width: calc(60% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .hero-right {
        align-items: flex-end;
        order: 0;
    }
}

.hero-right .circles {
    opacity: 0;
}

@media screen and (min-width: 992px) {
    .hero-right .circles {
        opacity: 1;
    }
}

.hero-right .circles .circle-1,
.hero-right .circles .circle-2,
.hero-right .circles .circle-3,
.hero-right .circles .circle-4,
.hero-right .circles .circle-5 {
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    z-index: 0;
}

.hero-right .circles .circle-1 {
    width: 6.3rem;
    height: 6.3rem;
    border: 0.3rem solid #1ac6df;
    top: -0.1vmax;
    left: 0.6vmax;
}

.hero-right .circles .circle-2 {
    width: 25.6rem;
    height: 25.5rem;
    background-color: #1ac6df;
    top: -3vmax;
    right: 3vmax;
}

.hero-right .circles .circle-3 {
    width: 25.6rem;
    height: 25.5rem;
    border: 0.3rem solid #1ac6df;
    top: 3.5vmax;
    right: -0.1vmax;
}

.hero-right .circles .circle-4 {
    width: 14.4rem;
    height: 14.4rem;
    background-color: #1ac6df;
    top: 10.5vmax;
    left: -1.3vmax;
}

.hero-right .circles .circle-5 {
    width: 3.4rem;
    height: 3.4rem;
    border: 0.3rem solid #1ac6df;
    top: 15.5vmax;
    left: 7.4vmax;
}

.hero-right picture,
.hero-right img {
    z-index: 1;
}

.hero-right picture {
    margin: 20px;
}

@media screen and (min-width: 992px) {
    .hero-right picture {
        margin: 0;
    }
}

.main-features {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width: 576px) {
    .main-features {
        margin: 4rem 0 2rem 0;
    }
}

.main-features .main-feature {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 320px) {
    .main-features .main-feature {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .main-features .main-feature {
        width: calc(33.33333% - 30px);
    }
}

.main-features .main-feature .digit {
    font-size: 3.6rem;
    font-weight: 900;
}

.main-features .main-feature .text {
    color: #838d99;
    position: relative;
}

.main-features .main-feature .text:before {
    content: '';
    display: block;
    background-color: #1ac6df;
    height: 0.2rem;
    width: 5.5rem;
    margin: 0.5rem auto;
}

@media screen and (min-width: 768px) {
    .main-features .main-feature .text:before {
        margin: 0.5rem 0;
    }
}

footer {
    background-color: #08464f;
    min-height: 26rem;
    color: #79acb3;
    padding-bottom: 60px;
}

footer .logo-text {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.035rem;
    white-space: nowrap;
}

footer a {
    color: #79acb3;
    text-decoration: none;
}

footer .contact {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
}
footer a.contact {
    color: var(--new-site-white, #fff);
    transition: all 0.3s ease;
}
@media (hover: hover) {
    footer a.contact:hover {
        opacity: 0.7;
    }
}

footer .contact:before {
    content: '';
    display: inline-block;
    margin: 1rem 1.2rem 1rem 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--new-site-cyan1-50, #1ac6df);
}

footer .contact.icon-map:before {
    content: '\f3c5';
}

footer .contact.icon-mail:before {
    content: '\f0e0';
}

footer .contact.icon-phone:before {
    content: '\f095';
}

footer .contact.icon-clock:before {
    content: '\f017';
}

footer .contact.icon-work:before {
    content: '\f0f2';
}

footer span.contact {
    font-size: 1.2rem;
    font-weight: 400;
    text-indent: -12px;
    margin-left: 2.5rem;
    line-height: 1;
    color: var(--new-site-white, #fff);
}

footer ul li {
    margin: 1rem 0;
}

footer .title {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

footer .footer-row {
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    footer .footer-row {
        padding: 3rem 0;
    }
}

@media screen and (min-width: 992px) {
    footer .footer-row {
        justify-content: space-between;
    }
}

footer .footer-row .col {
    display: none;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    margin: 1rem 1.5rem;
}

@media screen and (min-width: 992px) {
    footer .footer-row .col {
        width: calc(26% - 30px);
    }

    footer .footer-row .col:first-child {
        width: calc(26% - 2px);
    }
}

@media screen and (min-width: 992px) {
    footer .footer-row .col:first-child {
        margin-left: 0;
    }
}

footer .footer-row .col:last-child {
    min-width: max-content;
    margin-bottom: 3rem;
}

@media screen and (min-width: 576px) {
    footer .footer-row .col {
        display: block;
    }
}

footer .footer-row .col:first-child {
    display: block;
    margin-bottom: 5rem;
}

@media screen and (min-width: 576px) {
    footer .footer-row .col:first-child {
        margin-bottom: 5rem;
    }
}

footer .footer-row .col-sm {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}

@media screen and (min-width: 992px) {
    footer .footer-row .col-sm {
        width: calc(16.66667% - 30px);
    }
}

footer .footer-row .col-divider {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(0% - 30px);
    position: relative;
}

@media screen and (min-width: 992px) {
    footer .footer-row .col-divider {
        width: calc(8.33333% - 30px);
    }
}

footer .footer-row .col-divider:before {
    display: inline-block;
    margin-left: 50%;
    transform: translate(-50%, 0);
    width: 0.1rem;
    height: 100%;
    background-color: #0f5a65;
}

@media screen and (min-width: 992px) {
    footer .footer-row .col-divider:before {
        content: '';
    }
}

footer .footer-row .btn-inverse-2 {
    box-sizing: border-box;
    height: 53px;
    margin: 0;
}

footer .copyrights {
    background-color: #022f35;
    padding: 1.2rem;
    font-size: 1.2rem;
    color: #fff;
}

footer .copyrights .container {
    display: flex;
    justify-content: space-between;
}

footer .copyrights .copyright {
    opacity: 0.3;
}

footer .copyrights .privacy-politics {
    color: #fff;
    text-decoration: underline;
}
footer .copyrights .privacy-politics:hover {
    text-decoration: none;
}

footer .container-privacy {
    width: 100%;
    max-width: max-content;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

footer .copyrights .privacy-politics:active {
    filter: brightness(80%);
}

footer .copyrights .offers {
    padding-left: 100px;
}

footer .payment-systems {
    margin-left: 90px;
}

footer .payment-systems img {
    padding-left: 10px;
}

footer .payment-row {
    display: flex;
    align-items: flex-start;
}

footer .payment-row img {
    padding-right: 10px;
}

footer .copyrights .сontainer-privacy {
    display: flex;
    justify-content: flex-start;
}

footer .copyrights .сontainer-privacy .offers {
    padding-left: 114px;
}

footer .social {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}

@media screen and (max-width: 1024px) {
    footer .payment-systems {
        margin: 0 auto;
    }

    footer .copyrights .сontainer-privacy {
        flex-flow: column-reverse;
        align-items: center;
    }
}
@media screen and (width <= 991px) {
    footer .copyrights .container {
        flex-direction: column;
        gap: 20px;
    }
    footer .copyrights .container:last-child {
        flex-direction: column-reverse;
    }
}
@media screen and (width <= 576px) {
    footer .container-privacy {
        flex-direction: column;
        gap: 12px;
    }
}

.btn-container {
    background-color: #105f69;
    margin: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    transition: 0.3s ease;
}

.btn-container:hover {
    filter: saturate(220%) contrast(120%);
}

footer .link,
.footer-menu a,
ul.sub-menu li a {
    text-decoration: underline;
    font-size: 1.2rem;
    color: var(--new-site-white, #fff);
}

footer .link:after,
.footer-menu a:after,
.navbar-middle .menu-item-has-children .sub-menu li a:after,
.mobile-navbar .menu-item-has-children .sub-menu li a:after,
.links a:after {
    display: inline-block;
    margin-left: 0.3rem;
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    font-weight: 900;
    content: '\f061';
    transition: 0.2s ease-out;
}
.mobile-navbar
    .menu-item-has-children
    .sub-menu
    li.menu-item-has-children
    > a:after {
    display: none;
}

footer .link:hover:after,
.footer-menu a:hover:after,
.navbar-middle .menu-item-has-children .sub-menu li a:hover:after,
.mobile-navbar .menu-item-has-children .sub-menu li a:hover:after,
.links a:hover:after {
    transform: translateX(10px);
    opacity: 0;
}

.preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-out;
    background-color: #fff;
    z-index: 100;
}

.preload svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

.preload.preload-finish {
    opacity: 0;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .main-page .h1 {
        line-height: 1.6;
    }
}

.main-page #cases {
    background-color: #f5f8fe;
}

.main-page #cases .h2 {
    color: #fff;
}

.sticky-section {
    margin-top: 8.5rem;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .sticky-section {
        margin-top: -19rem;
        margin-bottom: -5rem;
    }
}

#stock .h2 {
    top: -6rem;
    color: #f0f0f0;
}

.section {
    position: relative;
    z-index: 1;
    padding-top: 4.4rem;
    padding-bottom: 5rem;
}

.section-channel {
    padding-top: 0rem;
}

#section-advertising {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.translateYCenter {
    transform: translateY(0);
}

@media (min-width: 1000px) and (min-height: 800px) {
    .translateYCenter {
        transform: translateY(5rem);
    }
}

.sticky-section {
    transition: 1s cubic-bezier(0.42, 0, 0.42, 1.54);
}

@media (min-width: 768px) {
    .sticky-section.animationFadeIn {
        transform: translateY(19rem);
        opacity: 0;
    }
}

#world-clients {
    background: #fff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
}

#world-clients .wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 41.5rem;
}

#world-clients .wrapper .text {
    flex: 1 1 300px;
    padding: 5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

@media (max-width: 500px) {
    #world-clients .wrapper .text {
        padding: 3rem;
    }
}

#world-clients .wrapper .text h2 {
    margin-bottom: 2rem;
}

#world-clients .wrapper .text p {
    margin-bottom: 2rem;
}

#world-clients .wrapper .text ul {
    margin-bottom: 2rem;
}

#world-clients .wrapper .text .btn {
    align-self: flex-start;
    margin-top: auto;
}

#world-clients .wrapper #world {
    position: relative;
    flex: 1 1 300px;
    display: flex;
}

#world-clients .wrapper .bitrix-label {
    position: absolute;
    bottom: 0;
    right: 0;
}

#world .map-image {
    display: block;
    width: 100%;
    height: 100%;
}

#world .map-point {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #1ac6df;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

#world .map-point:before {
    transition: 0.3s all;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 50%;
    animation: map-point 3s cubic-bezier(0.82, -0.78, 0.6, 1.87) infinite;
}

#world .map-point:after {
    transition: 0.3s all;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: none;
    border: 2px solid transparent;
}

#world .map-point.active {
    width: 10px;
    height: 10px;
    background-color: #3b5977;
    border: 2px solid #fff;
    transform: translate(-20%, 20%);
}

#world .map-point.active:before {
    border: 2px solid transparent;
}

#world .map-point.active:after {
    border: 2px solid #3b5977;
    background-color: #3b59773d;
    animation: map-point-active 3s cubic-bezier(0.59, -0.41, 0.41, 1.57)
        infinite;
}

#world .map-point.by {
    bottom: 49%;
    left: 45%;
}

#world .map-point.uk {
    bottom: 47%;
    left: 10%;
}

#world .map-point.ru {
    bottom: 59%;
    left: 62%;
}

#world .map-point.cz {
    bottom: 42.5%;
    left: 28%;
}

#world .map-point.kz {
    bottom: 40%;
    left: 76%;
}

#world .map-point.pl {
    bottom: 46%;
    left: 34%;
}

#world .map-point.us {
    display: none;
}

#world .map-point.il {
    bottom: 15.5%;
    left: 53%;
}

#world .map-point.cy {
    bottom: 21%;
    left: 49%;
}

@keyframes map-point {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 100%;
        width: 600%;
        height: 600%;
    }

    100% {
        opacity: 0%;
        width: 1200%;
        height: 1200%;
    }
}

@keyframes map-point-active {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    15% {
        width: 400%;
        height: 400%;
    }

    35% {
        width: 150%;
        height: 150%;
    }

    50% {
        opacity: 100%;
        width: 600%;
        height: 600%;
    }

    65% {
        width: 1000%;
        height: 1000%;
    }

    85% {
        width: 700%;
        height: 700%;
    }

    100% {
        opacity: 0%;
        width: 1200%;
        height: 1200%;
    }
}

@media (max-width: 768px) {
    #world-clients .wrapper .bitrix-label {
        width: 10rem;
    }
}

@media (max-width: 768px) {
    #world-clients .btn {
        font-size: 1.2rem;
    }
}

.banner-container .banner {
    position: relative;
    background: linear-gradient(90deg, #038afe, #245ad4);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.banner-container .banner .col-left {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
    margin-left: 0;
}

@media screen and (min-width: 576px) {
    .banner-container .banner .col-left {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .banner-container .banner .col-left {
        width: calc(0% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .banner-container .banner .col-left {
        width: calc(58.33333% - 30px);
    }
}

@media screen and (min-width: 576px) {
    .banner-container .banner .col-left {
        display: block;
    }
}

.banner-container .banner .col-right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    margin: 20px auto;
    padding: 20px;
}

@media screen and (min-width: 576px) {
    .banner-container .banner .col-right {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .banner-container .banner .col-right {
        width: calc(66.66667% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .banner-container .banner .col-right {
        width: calc(41.66667% - 30px);
    }
}

.banner-container .banner .banner-header {
    color: #fff;
    font-weight: 900;
    font-size: 2.6rem;
}

@media screen and (min-width: 576px) {
    .banner-container .banner .banner-header {
        font-size: 3.6rem;
        line-height: 4.6rem;
    }
}

.banner-container .banner .banner-text {
    color: #a3c4fe;
    margin: 2.6rem 0;
    line-height: 2.4rem;
}

.banner-container .banner .bage {
    position: absolute;
    top: 0rem;
    right: -0rem;
}

@media screen and (min-width: 576px) {
    .banner-container .banner .bage {
        top: -3rem;
        right: -3.5rem;
    }
}

@media (max-width: 359px) {
    .banner-container .banner .bage {
        display: none;
    }
}

.warning-text {
    color: #ff0d15;
    font-weight: 900;
    font-size: 2rem;
    margin: 1rem 0;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .warning-text {
        text-align: left;
        font-size: 2.4rem;
        line-height: 2rem;
        margin: 1.3rem 0;
    }
}

.img-wrapper img {
    width: 100%;
    height: 100%;
}

.links li {
    margin: 1rem 0;
}

@media screen and (min-width: 576px) {
    .links li {
        margin: 1.5rem 0;
    }
}

.links li .gray-text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    color: #97999f;
}

.links a {
    font-size: 1.1rem;
    font-weight: bold;
    color: #2f333e;
    text-decoration: underline;
}

@media screen and (min-width: 576px) {
    .links a {
        font-size: 1.4rem;
    }
}

.links a:hover {
    text-decoration: none;
    color: #1ac6df;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    margin-bottom: 5rem;
}

@media screen and (min-width: 992px) {
    .service-container {
        justify-content: space-between;
    }
}

.service-container .service-card {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    max-width: 53rem;
    min-height: 22rem;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 4.5rem;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .service-container .service-card {
        width: calc(100% - 30px);
    }
}
@media screen and (min-width: 992px) {
    .service-container .service-card {
        width: calc(50% - 30px);
    }
}
@media screen and (width <= 991px) {
    .service-container .service-card {
        min-height: unset;
    }
}

.service-container .service-card:hover {
    box-shadow: 0px 1.5rem 2rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
}

.service-container .service-card:hover .col-left img {
    transform: scale(1.1);
}

.service-container .service-card .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    padding: 2.5rem 0 1.5rem 0;
}

.service-container .service-card .row .col-left {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-right: 0.5rem;
}

@media screen and (min-width: 320px) {
    .service-container .service-card .row .col-left {
        width: calc(41.66667% - 30px);
    }
}

.service-container .service-card .row .col-left img {
    width: 15rem;
    height: 10rem;
    transition: 0.5s cubic-bezier(0.42, 0, 0.14, 2.29);
    object-fit: contain;
    margin: 10px 0;
}

@media screen and (min-width: 576px) {
    .service-container .service-card .row .col-left img {
        height: 15rem;
    }
}

.service-container .service-card .row .col-right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-left: 0.5rem;
}

@media screen and (min-width: 320px) {
    .service-container .service-card .row .col-right {
        width: calc(58.33333% - 30px);
    }
}

.service-container .service-card .row .col-right .head-text {
    margin-bottom: 1rem;
    color: var(--new-site-black, #212941);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (min-width: 576px) {
    .service-container .service-card .row .col-right .head-text {
        font-size: 2.4rem;
    }
}

.service-container .service-card .row .col-right .btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 170px;
    margin: 1.6rem 0;
    opacity: 0.5;
}

.service-container .service-card .row .col-right .btn:hover {
    opacity: 1;
}

@media screen and (min-width: 576px) {
    .service-container .service-card .links {
        min-height: 17rem;
    }
}

.service-container .service-card .links a {
    font-size: 1.1rem;
}

@media screen and (min-width: 576px) {
    .service-container .service-card .links a {
        font-size: 1.4rem;
    }
}

.service-container.big-margin {
    margin-bottom: 10rem;
}

@media screen and (width <= 991px) {
    .service-container {
        margin-bottom: 0;
    }
}

.technologys-container .h3 {
    margin-bottom: 2rem;
}

.technologys {
    margin: 5rem 0;
}

@media screen and (min-width: 992px) {
    .technologys {
        min-height: 30rem;
    }
}

#cases {
    padding-bottom: 13rem;
}

.cases-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .cases-container {
        justify-content: flex-start;
    }
}
.cases .h2-primary {
    padding-top: 12rem;
}
.cases-container .case-card {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    max-width: 340px;
    width: 100%;
    min-height: 333px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-bottom: 4.5rem;
    transition: 0.5s;
}
@media screen and (min-width: 768px) {
    .cases-container .case-card {
        width: calc(50% - 30px);
    }
}
@media screen and (min-width: 992px) {
    .cases-container .case-card {
        width: calc(33.33333% - 30px);
    }
}
.cases-container .case-card .image-wrapper {
    height: 250px;
    overflow: hidden;
    display: block;
    background-color: #f6f6f6;
}
.cases-container .case-card .image-wrapper img {
    transition: 2s cubic-bezier(0.65, 0.05, 0.36, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 40%;
}
.cases-container .case-card .text-wrapper {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    min-height: 13rem;
}
.cases-container .case-card .text-wrapper .title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 1rem 0 1.5rem;
}
.cases-container .case-card .text-wrapper .gray-text {
    display: block;
    color: #838d99;
    font-size: 1.2rem;
}
.cases-container .case-card .text-wrapper .pair {
    border-top: 1px solid #ebebeb;
    margin-top: 1rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-top: auto;
}
.cases-container .case-card .text-wrapper .bord {
    border-top: 0px;
}
.cases-container .case-card .text-wrapper .link {
    color: #1ac6df;
    font-size: 1.2rem;
    text-decoration: none;
}
.cases-container .case-card .text-wrapper .link:hover {
    text-decoration: underline;
}
.cases-container .case-card .text-wrapper .link:active {
    filter: saturate(120%);
    text-decoration: none;
}
.cases-container .case-card .text-wrapper .btn {
    opacity: 0.5;
}
.cases-container .case-card .text-wrapper .btn:hover {
    opacity: 1;
}
.cases-container .case-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
}
.cases-container .case-card:hover img {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    #cases {
        padding-bottom: 8rem;
    }

    .cases-container .case-card:nth-child(4),
    .cases-container .case-card:nth-child(5),
    .cases-container .case-card:nth-child(6) {
        display: none;
    }

    .cases .h2-primary {
        padding-top: 2.8rem;
    }
}

#reviews {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 11rem;
}
@media screen and (width <= 991px) {
    #reviews {
        padding-bottom: 8rem;
    }
}

.link {
    color: #1ac6df;
}

.link:hover {
    text-decoration: none;
}

.link:active {
    filter: brightness(90%);
}

.rewiews {
    min-height: 46.2rem;
    background-color: #3b5977;
    color: #fff;
    margin: 59px 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .rewiews {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        margin-left: -50px;
        margin-right: -50px;
    }
}

.rewiews .rewiew {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    padding: 4.5rem 0;
}

@media screen and (min-width: 768px) {
    .rewiews .rewiew {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .rewiews .rewiew {
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 1200px) {
    .rewiews .rewiew {
        width: calc(58.33333% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .rewiews .rewiew {
        padding: 4.5rem;
    }
}

.rewiews .rewiew .pair {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #7c9dbe;
}

.rewiews .rewiew .pair .title {
    font-size: 1.2rem;
    font-weight: 700;
}

@media screen and (min-width: 576px) {
    .rewiews .rewiew .pair .title {
        font-size: 1.6rem;
    }
}

.rewiews .rewiew .pair .navigation {
    display: flex;
    align-items: center;
}

.rewiews .rewiew .pair .navigation .pair-2 {
    display: flex;
    flex-direction: column;
}

.rewiews .rewiew .pair .navigation .arrow-right,
.rewiews .rewiew .pair .navigation .arrow-left {
    padding: 0 1.5rem;
}

.rewiews .rewiew .pair .navigation .arrow-right:before,
.rewiews .rewiew .pair .navigation .arrow-left:before {
    display: inline-block;
    content: url('../img/reviews/arrow.png');
}

.rewiews .rewiew .pair .navigation .arrow-right:hover,
.rewiews .rewiew .pair .navigation .arrow-left:hover {
    cursor: pointer;
}

.rewiews .rewiew .pair .navigation .arrow-right:hover:before,
.rewiews .rewiew .pair .navigation .arrow-left:hover:before {
    filter: brightness(130%);
}

.rewiews .rewiew .pair .navigation .arrow-right {
    padding: 0 1rem;
}

.rewiews .rewiew .pair .navigation .arrow-right:before {
    content: url('../img/reviews/arrow-right.png');
}

.rewiews .rewiew .pair .navigation .digits {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    font-size: 1.6rem;
    color: #7c9dbe;
}

.rewiews .rewiew .pair .navigation .digits .digit {
    font-size: 3.6rem;
    color: #fff;
}

.rewiews .rewiew .pair .navigation .text {
    display: block;
    color: #7c9dbe;
    font-size: 1.3rem;
    margin-top: -3px;
}

.rewiews .rewiew .paragraph {
    display: grid;
    grid-template-columns: 1fr 6fr;
}

@media (max-width: 768px) {
    .rewiews .rewiew .paragraph {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .rewiews .rewiew .paragraph img {
        display: none;
    }
}

.rewiews .slider-column {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width: 768px) {
    .rewiews .slider-column {
        width: calc(0% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .rewiews .slider-column {
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 1200px) {
    .rewiews .slider-column {
        width: calc(41.66667% - 30px);
    }
}

@media (max-width: 991px) {
    .rewiews .slider-column {
        display: none;
    }
}

#slider {
    display: flex;
}

#slider .slick-slide a {
    cursor: pointer;
    height: 42rem;
    padding: 3rem 0;
    outline: none;
}

#slider .slick-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#slider .slick-slide .slick-next {
    transform: rotate(90deg);
}

.videos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin: 90px auto 70px;
}

.videos-card {
    margin: 40px auto 73px !important;
    max-width: 1020px;
}

@media screen and (min-width: 768px) {
    .videos {
        margin: 90px auto 90px;
    }
}

.videos .video-card {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    margin-bottom: 3rem;
}

.videos-card .video-card {
    margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
    .videos .video-card {
        width: calc(50% - 30px);
    }
}

.videos .video-card .youtube {
    max-height: 30.4rem;
}

.videos .video-card .text {
    background-color: #fff;
    padding: 2rem 3rem 3rem;
}

@media (max-width: 768px) {
    .videos .video-card .text {
        padding: 2rem 0rem 1rem;
    }
}

.videos .video-card .text .title {
    font-size: 1.6rem;
    font-weight: 700;
}

.videos .video-card .text .title:after {
    content: '';
    display: block;
    width: 7.6rem;
    height: 2px;
    background-color: #7c9dbe;
    margin: 0.5rem 0 0.8rem;
}

.videos .video-card .text .pair {
    display: flex;
    justify-content: space-between;
}

.videos .video-card .text .pair .gray-text {
    color: #838d99;
    font-size: 1.3rem;
}

.brands-grid {
    display: grid;
    grid-template-columns: 1fr 1fr repeat(3, 2fr) 1fr 1fr;
    margin: 2rem 0;
    grid-gap: 1rem;
}

.brands-grid .brand {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11vmin;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.brands-grid .brand img {
    max-height: 10rem;
    max-width: 90%;
}

.brands-grid .brand-1,
.brands-grid .brand-5 {
    grid-row-start: 1;
    grid-row-end: 3;
    height: 100%;
}

.brands-grid .brand-1,
.brands-grid .brand-15,
.brands-grid .brand-20,
.brands-grid .brand-25 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.brands-grid .brand-5,
.brands-grid .brand-14,
.brands-grid .brand-19,
.brands-grid .brand-24,
.brands-grid .brand-35,
.brands-grid .brand-29 {
    grid-column-start: 6;
    grid-column-end: 8;
}

#about-company {
    color: #fff;
    padding: 12.5rem 0;
    background-color: #395874;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#about-company .pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    #about-company .pair {
        justify-content: space-between;
    }
}

#about-company .big-text {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 1rem 0;
    text-align: center;
}

@media screen and (min-width: 992px) {
    #about-company .big-text {
        text-align: left;
    }
}

#about-company .big-text .typewrite {
    display: block;
}

@media screen and (min-width: 768px) {
    #about-company .big-text .typewrite {
        display: inline-block;
    }
}

#about-company .h3 {
    text-transform: uppercase;
    margin-bottom: 3.5rem;
}

#about-company .primary-text {
    margin: 1.8rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
    color: #1ac6df;
    border-left: 0.9rem solid #1ac6df;
}

#about-company .main-features {
    border-top: 2px solid #7c9dbe;
    border-bottom: 2px solid #7c9dbe;
    padding: 1rem 0 2rem;
    margin: 3rem 0;
    justify-content: space-between;
}

#about-company .main-features .digit {
    color: #1ac6df;
}

#about-company .main-features .text {
    color: #fff;
}

#about-company .main-features .main-feature {
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #about-company .main-features .main-feature {
        text-align: left;
    }
}

#contacts {
    padding-bottom: 10rem;
}

@media screen and (min-width: 992px) {
    #contacts .h2 {
        top: -1rem;
    }
}

.contacts-card {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    min-height: 594px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin: 0;
    margin-top: 10rem;
    justify-content: space-between;
}

.contacts-card .col-left,
.contacts-card .col-right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}

.contacts-card .col-left {
    padding: 4rem 1rem;
}

@media screen and (min-width: 576px) {
    .contacts-card .col-left {
        padding: 4rem 6rem;
    }
}

.contacts-card .col-left .title {
    color: #1ac6df;
    font-size: 2rem;
    font-weight: 700;
}

@media screen and (min-width: 576px) {
    .contacts-card .col-left .title {
        font-size: 2.2rem;
    }
}

.contacts-card .col-left .btn-lg {
    font-size: 1.4rem;
}

@media screen and (min-width: 576px) {
    .contacts-card .col-left .btn-lg {
        font-size: 1.7rem;
    }
}

.contacts-card .col-left .hr {
    width: 100%;
    height: 1px;
    background-color: #f5f8fe;
    margin: 1.4rem 0;
}

.contacts-card .col-left .subtitile {
    margin: 1rem 0;
    line-height: 1.5;
}

.contacts-card .col-left .icon-map:before,
.contacts-card .col-left .icon-phone:before {
    margin-right: 2rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.contacts-card .col-left .icon-map_blue.icon-map:before {
    color: #1ac6df;
    margin-right: 1rem;
}

.contacts-card .col-left .icon-map:before {
    content: '\f3c5';
}

.contacts-card .col-left .icon-phone:before {
    content: '\f095';
}

.contacts-card .col-left .margin {
    margin: 1rem 4rem 2rem;
}

.contacts-card .col-left .phone-link {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
}

.contacts-card .col-left .phone-link.by:before,
.contacts-card .col-left .phone-link.ru:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    margin-right: 1.5rem;
    width: 2rem;
    height: 2rem;
    display: inline-block;
}

.contacts-card .col-left .phone-link.by:before {
    background-image: url('../img/flags/Belarus.png');
}

.contacts-card .col-left .phone-link.ru:before {
    background-image: url('../img/flags/Russia.png');
}

.contacts-card .col-left .btn-lg {
    display: block;
    text-align: center;
    margin: 2.7rem 0;
}

@media screen and (min-width: 1200px) {
    .contacts-card .col-left .btn-lg {
        max-width: 278px;
    }
}

@media (max-width: 330px) {
    .contacts-card .col-left .title {
        font-size: 1.6rem;
    }

    .contacts-card .col-left .subtitile,
    .contacts-card .col-left p {
        font-size: 1.2rem;
    }

    .contacts-card .col-left .btn-lg {
        padding: 2.5rem 2rem 2.5rem 2rem;
    }

    .contacts-card .col-left .btn-lg:after {
        display: none;
    }

    .contacts-card .col-left .phone-link {
        font-size: 1.4rem;
    }

    .contacts-card .col-left .phone-link:before {
        display: none !important;
    }
}

.contacts-card .col-right {
    margin: 0;
}

@media (max-width: 991px) {
    .contacts-card .col-right {
        width: 100%;
    }
}

body .form-white .social-links,
.contacts-card .social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contacts-card {
    min-height: auto;
}
.contacts-card .social-links {
    margin-top: 30px;
    justify-content: space-between !important;
}
.contacts-card .social-links a {
    width: fit-content !important;
    border-radius: 50rem;
    padding: 2.5rem 8.7rem 2.5rem 5rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
}
.contacts-card .social-links .btn-tg,
.contacts-card .social-links .btn-wa {
    padding: 2.5rem 5rem 2.5rem 5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contacts-card .social-links .btn-wa {
    background: #25d366;
    box-shadow: 0 1.1rem 2.4rem rgba(37, 211, 102, 0.6);
}
.contacts-card .social-links .btn-wa::after {
    content: '\f232';
}
.contacts-card .social-links .btn-wa::after,
.contacts-card .social-links .btn-tg::after {
    transform: translate(0, 0);
    margin-right: 1.4rem;
    font-family: 'Font Awesome 5 Brands';
    font-size: 1.8rem;
    vertical-align: sub;
}
.contacts-card .social-links .btn-tg::after {
    content: '\f3fe';
}
.contacts-card .social-links .btn-tg {
    background: #0088cc;
    box-shadow: 0 1.1rem 2.4rem rgba(0, 136, 204, 0.6);
}

@media screen and (min-width: 1200px) {
    body .form-white .social-links,
    .contacts-card .social-links {
        justify-content: flex-start;
    }

    body .form-white .social-links {
        min-width: 420px;
    }
}

body .form-white #big-form .social-links .btn,
.contacts-card .social-links .btn {
    min-width: auto;
    width: 8.5rem;
    margin-top: 0.7rem;
    margin-right: 0.8rem;
    transition: 0.3s ease-out;
}

body .form-white #big-form .social-links .btn {
    padding-left: 1.5rem;
}

body .form-white #big-form .social-links .btn:before,
.contacts-card .social-links .btn:before {
    margin-right: 0.5rem;
}

body .form-white #big-form .social-links .btn:hover,
.contacts-card .social-links .btn:hover {
    filter: saturate(190%);
}

body .form-white #big-form .social-links .btn:active,
.contacts-card .social-links .btn:active {
    filter: brightness(95%);
}

@media screen and (max-width: 420px) {
    .contacts-card .social-links a.btn-primary {
        padding: 2.5rem 5rem 2.5rem 3rem;
    }
    .contacts-card .social-links .btn-tg,
    .contacts-card .social-links .btn-wa {
        justify-content: center;
    }
    .contacts-card .social-links a {
        width: 100% !important;
    }
}
@media screen and (max-width: 370px) {
    .contacts-card .social-links a.btn-primary {
        padding: 1.5rem 5rem 1.5rem 3rem;
    }
}

@media (max-width: 768px) {
    body .form-white #big-form .social-links .btn,
    .contacts-card .social-links:not(.contacts__socs) .btn {
        font-size: 0;
        width: unset;
        padding: 1.5rem 1.5rem;
        border-radius: 50%;
    }

    body .form-white #big-form .social-links .btn:before,
    .contacts-card .social-links .btn:before {
        font-size: 2.2rem;
        margin-right: 0;
        width: 2rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.article p {
    margin-bottom: 1rem;
}

ul.primary,
.article ul {
    color: inherit;
    margin-left: 2rem;
}

ul.primary li,
.article ul li {
    margin-left: 1.8rem;
    text-indent: -1.8rem;
    margin-bottom: 1.5rem;
}

ul.primary li span,
.article ul li span {
    text-indent: 0;
}

ul.primary li:before,
.article ul li:before {
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-color: #1ac6df;
    border-radius: 50%;
    margin-right: 1rem;
    display: inline-block;
    opacity: 0.7;
}

hr {
    margin: 2rem 0;
    border: none;
    border-bottom: 1px solid #ebebeb;
}

.seo-page .hero-left .h1 {
    margin-top: 3rem;
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .seo-page .hero-left .h1 {
        margin-top: 0;
    }
}

.seo-page header {
    background-color: #fafafa;
}

.seo-page .info-block {
    margin: 0rem -1rem 7rem;
}

.seo-page .hero-right,
.site-creating-page .hero-right,
.context-ad-page .hero-right,
.youtube-page .hero-right,
.design-page .hero-right,
.tech-maintence-page .hero-right {
    align-items: center;
    margin-top: 2rem;
}

@media screen and (min-width: 576px) {
    .seo-page .hero-right,
    .site-creating-page .hero-right,
    .context-ad-page .hero-right,
    .youtube-page .hero-right,
    .design-page .hero-right,
    .tech-maintence-page .hero-right {
        margin-top: 0;
    }
}

.seo-page .hero-right img,
.site-creating-page .hero-right img,
.context-ad-page .hero-right img,
.youtube-page .hero-right img,
.design-page .hero-right img,
.tech-maintence-page .hero-right img {
    object-fit: contain;
    max-width: 80%;
}

.websit-promotion header .hero-right img {
    object-fit: contain;
    max-width: 80%;
}

@media screen and (min-width: 576px) {
    .websit-promotion header .hero-right img {
        max-width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .seo-page .hero-right img,
    .site-creating-page .hero-right img,
    .context-ad-page .hero-right img,
    .youtube-page .hero-right img,
    .design-page .hero-right img,
    .tech-maintence-page .hero-right img {
        max-width: 100%;
    }
}

header .sub-text {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

@media screen and (min-width: 576px) {
    header .sub-text {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
}

header ol.style-1 {
    margin-bottom: 8rem;
    margin-top: 5rem;
}

.section.seo-cases {
    padding-bottom: 80px;
}
@media screen and (width <= 991px) {
    .section.seo-cases {
        padding-bottom: 40px;
    }
}

.seo-cases .seo-case {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    padding: 5rem 0;
    margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
    .seo-cases .seo-case {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    }
}

.seo-cases .seo-case .column-1 {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width: 576px) {
    .seo-cases .seo-case .column-1 {
        width: calc(58.33333% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .seo-cases .seo-case .column-1 {
        padding-left: 4rem;
    }
}

.seo-cases .seo-case .column-1 .pair {
    display: flex;
    justify-content: space-between;
}

.seo-cases .seo-case .column-2 {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (min-width: 576px) {
    .seo-cases .seo-case .column-2 {
        width: calc(41.66667% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .seo-cases .seo-case .column-2 {
        padding-right: 3rem;
    }
}

.seo-cases .seo-case .roistat-section {
    margin-top: 5rem;
    padding: 3rem;
    padding-bottom: 1rem;
    background-color: #f5f8fe;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .seo-cases .seo-case .roistat-section {
        margin: 5rem;
        margin-bottom: 0;
    }
}

.seo-cases .seo-case .roistat-section .title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.seo-cases .seo-case .roistat-section .title img {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.seo-cases .seo-case .roistat-section .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.seo-cases .seo-case .roistat-section .wrapper .column {
    flex: 1 1 300px;
}

.seo-cases .seo-case .roistat-section .wrapper .column .thin-title {
    text-transform: uppercase;
    color: #bbc2ca;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}

.seo-cases .seo-case .roistat-section .wrapper .column-wide {
    flex: 5 1 300px;
}

.seo-cases .seo-case .roistat-section .wrapper .bold {
    color: #838d99;
    margin-bottom: 2rem;
}

.seo-cases .seo-case .roistat-section .wrapper ul {
    margin-bottom: 2rem;
}

.seo-cases .seo-case .thin-text {
    margin-top: 2rem;
    color: #bbc2ca;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.seo-cases .seo-case .link {
    font-size: 1.3rem;
}

.seo-cases .seo-case p,
.seo-cases .seo-case li {
    color: #838d99;
    font-size: 1.3rem;
}

.seo-cases .seo-case .h4 {
    color: #1ac6df;
}

.seo-cases .seo-case .project-name {
    font-size: 1.8rem;
    font-weight: 700;
}

.seo-cases .seo-case .company-logo {
    margin-bottom: 2rem;
    max-width: 20rem;
}

.seo-cases .seo-case .screenshots {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
}

.seo-cases .seo-case .screenshots .screenshot {
    flex: 1 1 15rem;
    display: inline-block;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    margin: 0.5rem;
}

.seo-cases .seo-case .screenshots .screenshot img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.seo-cases .show-all {
    margin: 1rem 0;
}

.show-all {
    color: #1ac6df;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: block;
    margin: auto;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}

.show-all a {
    padding: 1rem 2rem;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    color: #1ac6df;
}

.show-all:before {
    content: '';
    position: absolute;
    background-color: #1ac6df;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-2px);
    z-index: -1;
}

.show-all i {
    vertical-align: middle;
}

@media screen and (min-width: 576px) {
    .show-all.workOnMobile {
        display: none;
    }
}

#prices {
    background: #f4f6f8 url('../img/seo-page/prices-bg.jpg') top center/contain
        no-repeat;
}

#prices .h2 {
    color: #fff;
}

@media screen and (max-width: 400px) {
    #prices .h2 {
        font-size: 4rem;
    }
}

#prices .h3 {
    margin: 2rem 0;
    margin-bottom: 2rem;
}

@media (max-width: 1200px) {
    #prices .h3 {
        text-align: center;
    }
}

.package,
.tech-package,
.design-case {
    position: relative;
}

.package.best-choice:before,
.tech-package.best-choice:before,
.design-case.best-choice:before {
    content: '';
    position: absolute;
    width: 124px;
    height: 45px;
    max-width: 100%;
    background: url('../img/seo-page/best-choise.png') center/contain no-repeat;
    left: 10px;
    transform: translateY(-50%);
}

.package.best-benefit:before {
    content: '';
    position: absolute;
    width: 124px;
    height: 45px;
    max-width: 100%;
    background: url('../img/seo-page/benefit.png') center/contain no-repeat;
    left: 109px;
    transform: translateY(-50%);
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0.75rem;
}

#price-package {
    margin: 0.45rem;
}

.price.BYN,
.price.RUR {
    cursor: default;
    min-height: 16px;
}

.price-normal-gray {
    font-weight: 400;
    color: #838d99;
}

.price.BYN,
.price.RUR:after {
    font-size: 1.3rem;
}

.design-case .price {
    margin: 0;
}

.design-case .price .BYN {
    font-size: 2rem;
}

.packages {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.packages.links {
    width: 100%;
}

.package strong {
    font-weight: bold;
}

.packages .package {
    box-sizing: border-box;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.42, 2.06);
    margin-bottom: 5rem;
    max-width: 40rem;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.packages .package.star:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/icons/star.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 992px) {
    .packages .package {
        width: calc(33.33333% - 30px);
        min-width: 340px;
    }
}

.packages .package .head {
    min-height: 17rem;
    padding: 3rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #1ac6df;
    text-align: center;
}

.packages.links .package .head {
    min-height: 11rem;
}

.packages .package .head .img-wrapper {
    margin-bottom: 2rem;
    height: 7rem;
    display: inline-block;
}

.packages.links .package .head .img-wrapper {
    position: relative;
}

.packages.links .package .head .img-wrapper .circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 29px;
    background: linear-gradient(180deg, #00ffc2 0%, #00948b 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
}

.packages .package .head .img-wrapper img {
    object-fit: contain;
}

.packages .package .head .title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.packages.links .package.gold .head .img-wrapper .circle {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f5c21b),
        to(#d17000)
    );
}

.packages .package.gold .head .title {
    color: #f5c21b;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f5c21b),
        to(#d17000)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
}

.package .gold::after {
    content: '';
    color: #fff;
    display: block;
    position: absolute;
    text-shadow: 0 1px #6e4414, 0 2px #6e4414, 0 3px #6e4414, 0 4px #6e4414,
        0 5px #6e4414, 0 6px #6e4414, 0 7px #6e4414, 0 8px #6e4414,
        0 9px #6e4414, 0 10px #6e4414;
    top: 0;
    z-index: -1;
}

.package .gold span::after,
.package .gold span::before {
    -webkit-animation: sparkle 5s infinite;
    -webkit-animation-timing-function: linear;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff,
        0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff;
    content: '';
    display: block;
    height: 10px;
    opacity: 0.7;
    position: absolute;
    width: 10px;
}

.package .gold span::before {
    -webkit-animation-delay: 0.2s;
    height: 7px;
    left: 0.12em;
    top: 0.8em;
    width: 7px;
}

.package .gold span::after {
    top: 0.32em;
    right: -5px;
}

@-webkit-keyframes flare {
    0% {
        background-position: -180px;
    }

    30% {
        background-position: 500px;
    }

    100% {
        background-position: 500px;
    }
}

@-webkit-keyframes sparkle {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0.8;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.packages .package .head .sub-title {
    color: #838d99;
    font-size: 1rem;
}

.packages .package .body {
    min-height: 24rem;
    padding: 2.5rem 3rem 1rem 3rem;
    font-size: 1.2rem;
}

.packages.links .package .body {
    min-height: 13rem;
}

.packages .package .body ul {
    margin: 0 auto;
    color: #000;
    width: max-content;
    max-width: 100%;
}

.packages .package .body p {
    margin-bottom: 1rem;
}

.packages .package .body .h6 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.packages .package .foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    margin-top: auto;
    border-top: 3px solid #1ac6df;
}

.packages .package .foot .btn {
    margin: 1rem 0;
}

.page-template-context-ad .packages .package .foot .btn {
    width: 100%;
    text-align: center;
}

.packages .package .foot .prices {
    flex: 1 1 150px;
}

.packages .package .underground {
    position: absolute;
    bottom: -1rem;
    text-align: center;
    width: 100%;
    transform: translateY(100%);
}

.packages .package:hover {
    transform: translateY(-1rem);
}

.packages .package:hover .btn-opacity {
    opacity: 1;
}

.packages .small-text {
    font-size: 1rem;
    color: #838d99;
    margin-bottom: 1rem;
}

.packages .link {
    word-break: break-all;
}

.packages.seo .head .title {
    font-size: 1.2rem;
}

.footnote {
    text-align: center;
}

.packages .package .foot.one-col {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
}

.packages .package .foot.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px;
}

.foot.two-cols .col:first-child {
    border-right: 3px solid #1ac6df;
}

.foot.one-col .text-section,
.foot.two-cols .text-section {
    border-bottom: 1px solid #1ac6df;
}

.foot.one-col .text-section,
.foot.one-col .price-section,
.foot.two-cols .text-section,
.foot.two-cols .price-section {
    text-align: center;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot.one-col .price-section .price,
.foot.two-cols .price-section .price {
    margin: 0;
    position: relative;
    width: max-content;
}

.package .percent {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -50%);
    font-weight: 600;
    color: #d21b1b;
    font-size: 1.4rem;
}

.RUR:after,
.tooltip:after,
.tooltiped:after {
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f059';
    display: inline-block;
    cursor: pointer;
}

.tooltip,
.tooltiped,
.RUR {
    position: relative;
    transition: 0.2s;
}

.tooltip:hover,
.tooltiped:hover,
.RUR:hover {
    opacity: 1 !important;
}

.tooltip:hover .tooltip-content,
.tooltiped:hover .tooltip-content,
.RUR:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.tooltip .tooltip-content,
.tooltiped .tooltip-content,
.RUR .tooltip-content {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%, 100%);
    font-weight: normal;
    font-size: 1rem;
    width: 150px;
    padding: 1rem;
    background-color: #fbfbfb;
    border-radius: 1rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 10;
}

.financial-guarantee .h2-primary {
    margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
    .financial-guarantee .h2-primary {
        padding-top: 4.8rem;
    }

    .financial-guarantee .h2-project {
        padding-top: 3.8rem;
    }
}

.financial-guarantee .guarantees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin: -1.5rem;
    margin-bottom: 5rem;
}

.financial-guarantee .guarantees .guarantee {
    flex: 1 1 300px;
    margin: 1.5rem;
}

.financial-guarantee .guarantees .guarantee-image {
    height: 8rem;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 3rem;
}

.financial-guarantee .guarantees .guarantee-image.img-1 {
    background-image: url('../img/seo-page/guarantees/guarantee-1.png');
}

.financial-guarantee .guarantees .guarantee-image.img-2 {
    background-image: url('../img/seo-page/guarantees/guarantee-2.png');
}

.financial-guarantee .guarantees .guarantee-image.img-3 {
    background-image: url('../img/seo-page/guarantees/guarantee-3.png');
}

.financial-guarantee .guarantees .guarantee .title:after {
    content: '';
    display: block;
    margin: 2rem auto;
    height: 2px;
    width: 8rem;
    background-color: #1ac6df;
}

.financial-guarantee .guarantees .guarantee p {
    font-size: 1.3rem;
    color: #838d99;
}

#landing-seo {
    padding-top: 9rem;
    padding-bottom: 9rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(
            to bottom,
            rgba(48, 80, 112, 0.85) 0%,
            rgba(48, 80, 112, 0.85) 100%
        ),
        url('../img/seo-page/landing-bg.jpg') center/cover no-repeat;
}

#landing-seo .img-wrapper {
    height: 9.6rem;
    margin-bottom: 1.5rem;
}

#landing-seo .img-wrapper img {
    object-fit: contain;
}

#landing-seo .title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}

#landing-seo .sub-title {
    font-size: 1.3rem;
    color: #1ac6df;
    margin-bottom: 7rem;
}

#websit-promotion header {
    background-image: url('../img/creating/Group12.png');
}

@media screen and (min-width: 768px) {
    .context-ad-page .h1,
    .site-creating-page .h1,
    .youtube-page .h1,
    .websit-promotion .h1,
    .design-page .h1 {
        font-size: 3.8rem;
    }

    .websit-promotion .target {
        font-size: 2.8rem;
        margin-top: 85px;
    }
}

.block-target {
    margin-bottom: 45px;
}

.report-advertising {
    background: url('../img/creating/bg2.png') 0 0 / cover no-repeat;
}

.hero-target {
    position: relative;
    padding-top: 0vh;
}

.finger {
    position: absolute;
    top: 182px;
    left: -243px;
    z-index: 10;
}

@media screen and (max-width: 990px) {
    .finger {
        display: none;
    }
}

.context-ad-page ol.style-1,
.site-creating-page ol.style-1,
.youtube-page ol.style-1,
.design-page ol.style-1 {
    margin-bottom: 5rem;
}

.context-ad-page ol.style-1 li,
.site-creating-page ol.style-1 li,
.youtube-page ol.style-1 li,
.design-page ol.style-1 li {
    margin-bottom: 3rem;
}

.context-ad-page hero,
.site-creating-page hero,
.youtube-page hero,
.design-page hero {
    padding-top: 5rem;
}

@media screen and (min-width: 992px) {
    .context-ad-page hero,
    .site-creating-page hero,
    .youtube-page hero,
    .design-page hero {
        padding-top: 9rem;
    }
}

.context-ad-page hero-right,
.site-creating-page hero-right,
.youtube-page hero-right,
.design-page hero-right {
    display: block;
}

@media screen and (min-width: 992px) {
    .context-ad-page hero-right,
    .site-creating-page hero-right,
    .youtube-page hero-right,
    .design-page hero-right {
        display: none;
    }
}

.context-ad-page hero-right img,
.site-creating-page hero-right img,
.youtube-page hero-right img,
.design-page hero-right img,
.websit-promotion hero-right img {
    object-fit: contain;
    max-width: 80%;
}

@media screen and (min-width: 576px) {
    .context-ad-page hero-right img,
    .site-creating-page hero-right img,
    .youtube-page hero-right img,
    .design-page hero-right img,
    .websit-promotion hero-right img {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #bitrix {
        padding-top: 8rem;
    }
}

#bitrix .banner {
    position: relative;
    box-sizing: border-box;
    background: #fdfdfd;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#bitrix .banner .h3 {
    margin-bottom: 3rem;
}

#bitrix .banner ul {
    margin-left: 0;
}

#bitrix .banner ul li {
    margin-bottom: 1rem;
}

#bitrix .banner .pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1rem;
    margin-bottom: 1rem;
}

#bitrix .banner .pair ul {
    flex: 1 1 120px;
    margin: 1rem;
}

#bitrix .banner .table {
    margin-bottom: 1rem;
}

#bitrix .banner .table li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.3rem 2.6rem;
    margin-bottom: 0;
}

#bitrix .banner .table li:nth-child(odd) {
    background-color: #f5f8fe;
}

@media (max-width: 768px) {
    #bitrix .banner .table li {
        padding: 1.5rem 2rem;
    }
}

#bitrix .banner .table li .name {
    flex: 1 1 15rem;
    font-weight: bold;
}

#bitrix .banner .table li .name .small {
    display: block;
    font-weight: normal;
}

#bitrix .banner .table li .prices {
    flex: 1 1 15rem;
    text-align: right;
}

@media (max-width: 768px) {
    #bitrix .banner .table li .prices {
        margin-top: 1rem;
        text-align: left;
    }
}

#bitrix .banner .table li .prices .price {
    font-size: 1.4rem;
    margin: 0;
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    #bitrix .banner .table li .prices .price {
        font-size: 1.2rem;
    }
}

#bitrix .banner .table li .prices .price.RUR {
    margin: 0;
}

#bitrix .banner .table li .prices .price.RUR:after {
    margin-left: 0.5rem;
}

#bitrix .banner .column-1 {
    flex: 1 1 300px;
    padding: 1rem;
    text-align: center;
}

#bitrix .banner .column-1 .bitrix-1 {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    #bitrix .banner .column-1 .bitrix-1 {
        display: none;
    }
}

#bitrix .banner .column-1 .couple {
    display: flex;
    justify-content: center;
    margin: 0 -1rem;
}

@media (max-width: 768px) {
    #bitrix .banner .column-1 .couple {
        margin-top: 3rem;
    }
}

#bitrix .banner .column-1 .couple .bitrix-1 {
    margin: 1rem;
    object-fit: contain;
    object-position: center;
    max-width: 207px;
}

#bitrix .banner .column-1 .couple .bitrix-sertificate {
    margin: 1rem;
}

#bitrix .banner .column-1 .couple .bitrix-sertificate img {
    object-fit: contain;
    object-position: center;
    border: 4px solid #c60c30;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    #bitrix .banner .column-1 .bitrix-2 {
        display: none;
    }
}

#bitrix .banner .column-2 {
    flex: 2 1 300px;
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #bitrix .banner .column-2 {
        padding: 3rem;
    }
}

#bitrix .banner .separator {
    height: 3px;
    width: 100%;
    background-color: #1ac6df;
    margin-bottom: 2rem;
}

#bitrix .banner .btn-lg {
    font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
    #bitrix .banner .btn-lg::after {
        right: 4rem;
    }
}

#bitrix .banner .btn-lg:hover:after {
    right: -1rem;
    opacity: 0;
}

@media (min-width: 990px) and (max-width: 1200px) {
    #bitrix .banner .btn-lg {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    #bitrix .banner .btn-lg span {
        display: block;
    }
}

@media (max-width: 500px) {
    #bitrix .banner .btn-lg {
        font-size: 1.2rem;
        text-align: center;
        padding: 2rem 2.5rem;
    }

    #bitrix .banner .btn-lg span {
        display: inline-block;
    }

    #bitrix .banner .btn-lg:after {
        display: none;
    }
}

.context-ad-page .hero-right {
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .context-ad-page .hero-right {
        justify-content: flex-start;
    }
}

.context-ad-page .seo-cases .seo-case {
    padding: 3rem 0;
}

@media screen and (min-width: 768px) {
    .tech-maintence-page header {
        background-image: url('../img/main-bg.png');
    }
}

.tech-maintence-page header .hero-right img {
    margin-bottom: 3rem;
}

.tech-maintence-page #prices {
    background: #fff;
}

.info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem -1rem;
}

.info-block .column {
    flex: 1 1 300px;
    margin: 1rem;
}

.info-block .column .title {
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.info-block .column ul {
    margin-left: 0;
    color: #838d99;
    font-size: 1.3rem;
}

.info-block .column ul li {
    margin-bottom: 2rem;
}

.tech-packages {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.tech-packages .tech-package {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
    transition: 0.5s cubic-bezier(0.22, 0.61, 0.42, 2.06);
}

@media screen and (min-width: 576px) {
    .tech-packages .tech-package {
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 992px) {
    .tech-packages .tech-package {
        width: calc(25% - 30px);
    }
}

.tech-packages .tech-package .head {
    padding: 3rem;
    padding-bottom: 1.5rem;
    min-height: 16rem;
    border-bottom: 3px solid #1ac6df;
}

.tech-packages .tech-package .head .img-wrapper {
    height: 5.7rem;
    margin-bottom: 2rem;
    color: #56c5df;
    font-size: 54px;
    font-weight: bold;
}

.tech-packages .tech-package .head .img-wrapper img {
    object-position: center;
    object-fit: contain;
}

.tech-packages .tech-package .head .h4 {
    text-transform: none;
    margin-bottom: 1.5rem;
}

.tech-packages .tech-package .head .title {
    font-size: 1.2rem;
    font-weight: 700;
}

.tech-packages .tech-package .body {
    padding: 3rem 1.5rem 1rem 1.5rem;
    min-height: 8rem;
    font-size: 1.2rem;
    text-align: left;
}

.tech-packages .tech-package .body ul {
    margin-left: 0;
}

.tech-packages .tech-package .foot {
    margin-top: auto;
    border-top: 3px solid #1ac6df;
    padding: 2.5rem 3rem 3rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tech-packages .tech-package .foot .prices {
    margin-bottom: 1.5rem;
}

@media (max-width: 360px) {
    .tech-packages .tech-package .foot .btn {
        padding: 1.6rem;
    }

    .tech-packages .tech-package .foot .btn:after {
        display: none;
    }
}

@media (max-width: 350px) {
    .tech-packages .tech-package {
        width: calc(100% - 30px);
    }
}

.tech-packages .tech-package:hover {
    transform: translateY(-0.5rem);
}

.tech-packages .tech-package:hover .btn {
    opacity: 1;
}

.tech-packages .tech-package .caption {
    font-weight: 700;
    margin-bottom: 10px;
}

.tech-packages ul.primary li {
    margin-bottom: 1rem;
}

.tech-maintence-page .sticky-section {
    margin-bottom: -4rem;
}

.tech-maintence-page .banner-container .banner {
    background: #fff;
}

.tech-maintence-page .banner-container .banner .col-left {
    display: flex;
    order: 1;
}

.tech-maintence-page .banner-container .banner .col-left img {
    align-self: flex-end;
}

@media screen and (min-width: 992px) {
    .tech-maintence-page .banner-container .banner .col-left {
        order: 0;
    }

    .tech-maintence-page .banner-container .banner .col-left img {
        margin-bottom: -8px;
    }
}

.tech-maintence-page .banner-container .banner .col-right .mobile {
    display: none;
}

.tech-maintence-page .banner-container .banner .col-right .desk {
    display: block;
}

@media (max-width: 720px) {
    .tech-maintence-page .banner-container .banner .col-right {
        margin: 40px auto;
        padding: 0;
    }

    .tech-maintence-page .banner-container .banner .col-right .mobile {
        display: block;
    }

    .tech-maintence-page .banner-container .banner .col-right .desk {
        display: none;
    }
}

.tech-maintence-page .banner-container .banner .col-left,
.tech-maintence-page .banner-container .banner .col-right {
    width: calc(100% - 30px);
}

@media screen and (min-width: 992px) {
    .tech-maintence-page .banner-container .banner .col-left,
    .tech-maintence-page .banner-container .banner .col-right {
        width: calc(50% - 30px);
    }
}

.tech-maintence-page .banner-container .banner .col-left .banner-header,
.tech-maintence-page .banner-container .banner .col-right .banner-header {
    color: #2f333e;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .tech-maintence-page .banner-container .banner .col-left .banner-header,
    .tech-maintence-page .banner-container .banner .col-right .banner-header {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }
}

.tech-maintence-page .banner-container .banner .col-left .content,
.tech-maintence-page .banner-container .banner .col-right .content {
    margin-bottom: 2rem;
}

.tech-maintence-page .banner-container .banner .col-left .btn,
.tech-maintence-page .banner-container .banner .col-right .btn {
    display: block;
    text-align: center;
    font-size: 1.4rem;
}

.primary-svg {
    fill: #1ac6df;
}

.clients-page #reviews {
    padding-top: 0;
    background-size: cover;
}

.clients-page .h2-primary {
    margin-bottom: 6.5rem;
}

#big-form-section {
    padding: 10rem 0;
}

#big-form-section .title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

#big-form-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#big-form-section .row .form-column {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
}

#big-form textarea {
    background-color: #fff;
    border: 0.1rem solid #e3e8f0;
    border-radius: 3em;
}

.big-form__wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.big-form__wrap .social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.big-form__wrap .social-links a {
    width: 95px !important;
    min-width: 95px !important;
    padding: 22px 20px;
    border-radius: 3.1rem;
}

.big-form__wrap .social-links .viber-desktop {
    box-shadow: 0 1.1rem 2.4rem rgba(102, 92, 172, 0.6);
}

.big-form__wrap .social-links .btn-whatsapp {
    box-shadow: 0 1.1rem 2.4rem rgba(37, 211, 102, 0.6);
}

.big-form__wrap .social-links .btn-telegram {
    box-shadow: 0 1.1rem 2.4rem rgba(0, 136, 204, 0.6);
}

#big-form-section .soc-bk._mobile {
    display: none;
}

@media (max-width: 960px) {
    .big-form__wrap {
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    .big-form__wrap .social-links {
        display: none;
    }

    #big-form-section .soc-bk._mobile {
        display: flex;
    }

    #big-form-section .soc-bk .btn.btn-viber,
    #big-form-section .soc-bk .btn.btn-whatsapp,
    #big-form-section .soc-bk .btn.btn-telegram {
        width: 100%;
        max-width: calc(100% - 63px);
    }
}

@media screen and (min-width: 768px) {
    #big-form-section .row .form-column {
        width: calc(70.33333% - 30px);
    }
}

#big-form-section .row .boss-column {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

#big-form-section .row .boss-column .img-wrapper img {
    border-radius: 50%;
}

@media screen and (min-width: 768px) {
    #big-form-section .row .boss-column {
        width: calc(24.66667% - 30px);
    }
}

@media screen and (min-width: 768px) {
    #big-form-section .row .boss-column {
        display: flex;
    }
}

#big-form-section .row .boss-column .img-wrapper {
    margin-top: 3rem;
    max-height: 14.4rem;
    justify-self: center;
}

#big-form-section .row .boss-column .label {
    margin-top: 10rem;
}

#big-form-section .row .boss-column .label .position {
    font-size: 1.3rem;
    color: #838d99;
    margin-bottom: 0.5rem;
}

#big-form-section .row .boss-column .label .name {
    font-size: 1.6rem;
}

#big-form-section .social {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

#big-form-section .social .btn-container {
    background-color: rgba(26, 198, 223, 0.5);
}

#big-form-section .social .btn-container:hover {
    background-color: #1ac6df;
}

#big-form {
    width: 100%;
}

#big-form .pair {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
    margin-bottom: 3rem;
}

#big-form .input-row {
    display: flex;
    flex-direction: column;
}

#big-form .input-row input,
#big-form .input-row textarea {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    border-radius: 3rem;
}

#big-form .input-wrapper {
    margin: 0.5rem;
}

#big-form .btn {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #big-form .btn {
        width: 30rem;
    }
}

#big-form .flex-size-1 {
    flex: 1 1 22rem;
}

#big-form .flex-size-2 {
    flex: 8 1 18rem;
}

#big-form .privacy {
    margin-top: 3rem;
    border-top: 1px solid #fff;
    padding-top: 1rem;
    display: flex;
    color: #838d99;
    font-size: 1rem;
}

#big-form .privacy input {
    margin-right: 1rem;
}

@media screen and (min-width: 576px) {
    #big-form .privacy {
        font-size: 1.2rem;
    }
}

#big-form .privacy label {
    cursor: pointer;
}

#get-portfolio {
    text-align: center;
    padding: 11rem 0;
    background-color: #f5f8fe;
}

#get-portfolio p {
    margin-bottom: 0.5rem;
}

#get-portfolio .h3 {
    margin-bottom: 4.5rem;
}

.contacts-page .contacts-card,
.team-page .contacts-card,
.reviews-page .contacts-card {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.contacts-page .contacts-card .col-left,
.team-page .contacts-card .col-left,
.reviews-page .contacts-card .col-left {
    padding: 9rem 2rem 9rem 8rem;
}

.contacts__card-items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.contacts__card-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contacts__card-item-rus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.contacts-page #reviews,
.team-page #reviews {
    padding-top: 0;
    background-size: cover;
    padding-bottom: 20rem;
}

.contacts-page .h2-primary,
.team-page .h2-primary {
    margin-bottom: 6.5rem;
}

.contacts-page .hero__subtitle,
.reviews-page .hero__subtitle {
    text-align: center;
}

.reviews-page #reviews {
    background-size: contain;
    background-position: top center;
    background-color: #f3f7fa;
}

.team-page #about-company {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #2f333e;
    padding: 5rem 2rem;
}

@media screen and (min-width: 992px) {
    .team-page #about-company {
        padding: 5rem 5rem;
    }
}

@media screen and (min-width: 1200px) {
    .team-page #about-company {
        padding: 9rem 8.5rem;
    }
}

.team-page #about-company .main-features {
    width: 100%;
}

.team-page #about-company .main-features .text {
    color: #2f333e;
}

.team-page #about-company .pair {
    width: 100%;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .team-page #about-company .pair {
        flex-direction: row;
    }
}

.team-page #about-company .pair .primary {
    display: block;
}

@media screen and (min-width: 768px) {
    .team-page #about-company .pair .primary {
        display: inline-block;
    }
}

@media (max-width: 350px) {
    .team-page #about-company .pair .btn {
        font-size: 1.3rem;
    }
}

.team-page #about-company .big-text {
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .team-page #about-company .big-text {
        font-size: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .team-page #about-company .big-text {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 1200px) {
    .team-page #about-company .big-text {
        font-size: 2.6rem;
    }
}

.design-page header .h1 {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .design-page header {
        background-image: url('../img/design/design-bg.png');
    }

    .design-page header .hero-right {
        display: none;
    }
}

.design-page .hero-left {
    width: 100%;
}

.design-page .hero-left .h1 {
    margin-top: 3rem;
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .design-page .hero-left .h1 {
        margin-top: 0;
    }
}

.design-case {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 3rem 3rem;
    margin-bottom: 5rem;
}

.design-case .head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid #b5b5b5;
}

@media screen and (min-width: 768px) {
    .design-case .head {
        justify-content: space-between;
    }
}

.design-case .head .h3 {
    margin-bottom: 3rem;
    flex: 1 1 150px;
}

@media (max-width: 550px) {
    .design-case .head .h3 {
        text-align: center;
    }
}

.design-case .head .small-text {
    font-size: 1.2rem;
    color: #838d99;
    margin-bottom: 1rem;
}

.design-case .head .pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -1rem;
    margin-bottom: 2rem;
}

@media (max-width: 550px) {
    .design-case .head .pair {
        flex-direction: column;
        text-align: center;
    }

    .design-case .head .pair .prices {
        text-align: center;
    }
}

.design-case .head .pair .column {
    margin: 1rem;
    text-align: right;
}

.design-case .head .pair .btn {
    margin: 1rem;
}

.design-case .body {
    display: flex;
    flex-wrap: wrap;
    margin: -1.5rem;
}

.design-case .body .card {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    flex: 1 1 24rem;
    height: 24rem;
    margin: 1.5rem;
    overflow: hidden;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    display: flex;
}

.design-case .body .card.wide {
    flex: 1 1 51rem;
}

.design-case .body .card img {
    object-position: center;
    object-fit: cover;
    transition: 2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.design-case .body .card:hover img {
    transform: scale(1.2);
}

.youtube-page .videos {
    margin: 0;
}

.youtube-page .videos .video-card .text {
    padding: 2rem 3rem;
}

.youtube-page .videos .video-card .title {
    border-left: 3px solid #1ac6df;
    padding: 1rem;
}

.youtube-page .videos .video-card .title:after {
    display: none;
}

.youtube-page .video-card {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.youtube-page #seo-cases {
    padding-bottom: 0;
}

.youtube-page #prices {
    margin-top: 10rem;
}

.youtube-page .packages .body li {
    margin-bottom: 1.5rem;
}

.youtube-page .packages .underground {
    text-align: left;
    left: 1rem;
}

.reviews-page .videos {
    margin-bottom: 0;
}

.portfolio-page,
.single-page {
    padding-top: 3rem;
    min-height: 65vh;
}

.portfolio-page .h2-primary.pseudo-none,
.single-page .h2-primary.pseudo-none {
    padding-top: 0;
    margin-bottom: 3rem;
}

.portfolio-page .h2-primary.pseudo-none:after,
.single-page .h2-primary.pseudo-none:after {
    display: none;
}

.portfolio-page {
    padding-bottom: 15rem;
}

.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 10px;
}

@media screen and (max-width: 991px) {
    .gallery {
        justify-content: space-around;
    }
}

.single-page .link {
    font-weight: 700;
}

.single-page .site-screenshot img,
.single-page .site-screenshot video,
.single-page .site-screenshot iframe,
.single-page .gallery-img img,
.single-page .gallery-img video,
.single-page .gallery-img iframe,
.single-page .big-image img,
.single-page .big-image video,
.single-page .big-image iframe,
.single-page .content img,
.single-page .content video,
.single-page .content iframe {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.site-screenshot img {
    width: 100%;
}

.single-page .gallery-img {
    max-width: 100%;
    width: 100%;
    min-width: 250px;
    margin-bottom: 3rem;
}

.single-page .gallery-img img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .single-page .gallery-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .single-page .gallery-img {
        max-width: 100%;
    }
}

.single-page .additional-info {
    margin-bottom: 2rem;
}

.single-page .big-image {
    width: 100%;
    min-height: 15rem;
    margin-bottom: -10rem;
}

.single-page .body {
    padding-top: 3rem;
    background-color: #f5f8fe;
}

.single-page .body.pt13 {
    padding-top: 13rem;
}

.single-page .body hr {
    margin: 2rem 0 4.5rem;
    border-color: #cad0dd;
}

.single-page .body .row {
    padding-bottom: 30px;
}

.single-page .body .content {
    color: #838d99;
    font-size: 1.4rem;
}

.single-page .body .content {
    margin: 0px auto;
}

.single-page .body .content iframe {
    width: 100%;
    height: auto;
    min-height: 360px;
}

.single-page .features {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.single-page .features .feature {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

@media screen and (min-width: 320px) {
    .single-page .features .feature {
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 768px) {
    .single-page .features .feature {
        width: calc(25% - 30px);
    }
}

.single-page .features .feature img {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
    margin-right: 1rem;
}

.single-page .features .feature .text {
    font-size: 1.2rem;
    font-weight: 700;
}

.single-page .foot {
    padding-top: 5rem;
    padding-bottom: 10rem;
    text-align: center;
}

.single-page .foot .order-site {
    margin-bottom: 4rem;
    font-size: 1.4rem;
}

@media (max-width: 500px) {
    .single-page .foot .order-site a {
        display: block;
    }

    .single-page .foot {
        padding-bottom: 5rem;
    }

    #big-form-section {
        padding-top: 5rem;
    }
}

.single-page .foot .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: -1rem;
}

@media screen and (min-width: 576px) {
    .single-page .foot .btns {
        flex-direction: row;
    }
}

.single-page .foot .btns .btn {
    margin: 1rem;
}

.single-page .foot .btns .btn-with-case {
    padding: 1.5rem 2rem 1.5rem 2.4rem;
    font-size: 1.3rem;
}

.single-page .foot .btns .btn-with-case:after {
    margin-left: 1rem;
}

.single-page .foot .btns .btn-with-case:hover {
    padding: 1.5rem 0.5rem 1.5rem 3.9rem;
}

.single-page .foot .btns .btn-with-case:hover:after {
    transform: translateX(10px);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row .additional-info {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
    .row .additional-info {
        width: calc(33.33333% - 30px);
    }

    .row.additional-info-wr .additional-info {
        width: auto;
    }
}

.row .content {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
    .row .content {
        width: calc(66.66667% - 30px);
    }
}

.packages .package .head .social-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

#advertising {
    display: none !important;
}

.col-wrapper {
    margin-right: 10px;
}

#section-advertising {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.wp-video {
    margin: auto;
}

.fixed-contacts {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    z-index: 1000;
    width: 100%;
    background: #1ac8e1;
}

.fixed-contacts a {
    color: #ffffff;
    text-decoration: none;
}

.fixed-contacts .item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    width: 50%;
}

.fixed-contacts .item img {
    margin-right: 10px;
}

.fixed-contacts::before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 1px;
    height: 60px;
    background: #ffffff;
    opacity: 0.3;
}


@media (min-width: 768px) {
    .fixed-contacts {
        display: none;
    }

    footer {
        padding-bottom: 0;
    }


}

.cookie-alert {
    transform: translateY(100%);
    transition: 0.8s cubic-bezier(0.4, 0.01, 0.02, 0.98);
    position: fixed;
    z-index: 10;
    background: #00a0b5;
    color: #fff;
    padding: 10px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-alert.not-accepted {
    transform: none;
}

.cookie-alert__text {
    margin: 0.5rem;
    white-space: normal;
    margin-left: 50px;
}

.cookie-alert__text a {
    color: #fff;
    text-decoration: underline;
}

.cookie-alert__text a:hover {
    text-decoration: none;
}

.cookie-alert__btn {
    color: #fff;
    margin: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 40px;
    border: 1px solid #ffffff;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
    background: none;
}

.cookie-alert__btn:hover {
    background-color: #0e8a4f;
}

@media (max-width: 1000px) {
    .cookie-alert {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .cookie-alert {
        padding-bottom: 65px;
    }
}

@media (max-width: 500px) {
    .cookie-alert__btn {
        width: 100%;
    }

    .cookie-alert__text {
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }
}

.links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.files-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.links-container .link {
    margin: 20px;
}

/* ! SEO TEXT ! */
.seo {
    padding: 80px 0 100px;
}
.seo-text_wrapper {
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}
.seo-text p {
    margin-bottom: 1.5rem;
}
.seo-text :where(h1, h2, h3, h4, h5, h6) {
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.seo-text :where(ol, ul) {
    margin-left: 0;
}
.seo-text ol,
.seo-text ul {
    margin-bottom: 1.5rem;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.seo-text ul li {
    list-style-type: disc;
}
.seo-text li::marker {
    color: var(--new-site-cyan1-50, #1ac6df);
}

.read-more {
    box-sizing: border-box;
    width: 100%;
    max-width: 211px;
    height: 46px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 200px;
    border: 2px solid var(--new-site-cyan1-50, #1ac6df);
}
.read-more span {
    color: var(--new-site-black, #212941);
    font-size: 13px;
    font-weight: 700;
}
.read-more svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}
.read-more.show svg {
    transform: rotate(180deg);
}

@media screen and (width <= 991px) {
    .seo {
        padding: 40px 0;
    }
}
@media (max-width: 600px) {
    .seo-text :where(h1, h2, h3, h4, h5, h6) {
        text-align: center;
        line-height: 1;
    }
}
/* ! /SEO TEXT ! */

/*---------reviews-slider-----------*/
.reviews-slider-swiper {
    margin-top: 60px;
}

.reviews-slider__item {
    box-sizing: border-box;
    max-width: 256px;
    width: 100% !important;
    height: 540px;
    padding: 14px 16px;
    outline: none;
}

.reviews-slider__item:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/reviews/phone-bg.png) no-repeat;
    background-size: 100% 100%;
}

.reviews-slider__item img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    border-radius: 10%;
}

.reviews-slider-swiper-pagination {
    display: flex;
    justify-content: center;
    margin: 40px auto 0px;
    position: relative;
    left: 0 !important;
    transform: none !important;
}

.reviews-slider-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

@media (max-width: 768px) {
    .reviews-slider__item {
        max-width: 206px;
        height: 472px;
    }
}

@media (width <= 576px) {
    .reviews-slider-swiper {
        margin: 30px 0;
    }
    .reviews-slider__item {
        max-width: 100%;
        height: auto;
        padding: 8px 10px;
    }
}

/* Новая страница портфолио  */

.portfolio-subtitle {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 26px;
    color: #2f333e;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.portfolio-subtitle span {
    white-space: nowrap;
}

.portfolio-line {
    background: #1ac6df;
    height: 4px;
    width: 100%;
}

.site-screenshot._prototype {
    margin-bottom: 150px;
}

.site-screenshot._design {
    margin-bottom: 150px;
}

#cases-portfolio {
    padding: 0;
}

@media (max-width: 768px) {
    .site-screenshot._prototype {
        margin-bottom: 80px;
    }

    .site-screenshot._design {
        margin-bottom: 80px;
    }
}

@media (max-width: 568px) {
    .soc-bk .btn.btn-viber,
    .soc-bk .btn.btn-whatsapp,
    .soc-bk .btn.btn-telegram {
        font-size: 1.6rem;
    }

    .result-in-num {
        justify-content: space-between;
        align-items: center;

        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .result-in-num-item {
        width: auto;
    }

    .portfolio-subtitle.portfolio-subtitle__v2 {
        justify-content: center;
    }
}

.form-white {
    background: url('../img/portfolio/portfolio-form-bg.png') 0 0 / cover
        no-repeat;
}

.form-white .title {
    color: #2f333e;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.form-white .subtitle {
    padding: 7px 0 7px 19px;
    border-left: 9px solid #1ac6df;
    color: #1ac6df;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
}

.form-white .description {
    width: 95%;
    color: #2f333e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 32px;
}

.form-white#big-form-section .row .form-column {
    width: 100%;
}

.form-white #big-form .flex-size-1 {
    flex: 0 0 35%;
    row-gap: 10px;
}

.form-white #big-form .flex-size-2 {
    flex: 0 0 calc(69% - 33px);
}

.form-white #big-form .pair {
    column-gap: 33px;
    flex-wrap: nowrap;
}

.form-white .input-wrapper input,
.input-wrapper textarea {
    border-radius: 100px;
    border: 2px solid rgba(124, 157, 190, 0.2);
    background-color: #fff;
}

.form-white .input-wrapper textarea {
    border-radius: 20px;
    resize: none;
}

.form-white #big-form .btn {
    flex-shrink: 0;
    width: 38rem;
    padding-left: 0.5rem;
}

.form-white .flex-wrap {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.form-white #big-form .privacy {
    display: block;
    border-top: none;
    color: rgba(47, 51, 62, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

.form-white #big-form .privacy .link {
    color: rgba(47, 51, 62, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.single-page .form-white .row {
    padding-bottom: 0 !important;
}

@media (max-width: 992px) {
    .form-white #big-form .pair {
        flex-direction: column;
        row-gap: 10px;
    }

    .form-white #big-form .flex-size-1 {
        flex: 0 0 100%;
        row-gap: 10px;
    }

    .form-white #big-form .flex-size-2 {
        flex: 0 0 100%;
    }

    .form-white .flex-wrap {
        flex-direction: column;
    }

    .form-white #big-form .btn {
        width: 33rem;
    }
}

.prices-info {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: #838d99;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.popup-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 2028px) {
    .popup-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .btn.btn-form.btn-whatsapp {
        margin-top: 0px;
    }
}

.links-container {
    padding-bottom: 40px;
}

.small-text {
    display: block;
    text-transform: none;

    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 10px;
}

.partners-page .home-page-header .main-features,
.seo-page .main-features {
    justify-content: space-between;
    margin: 2rem 0 2rem 0;
}

.partners-page .main-features .main-feature,
.seo-page .main-features .main-feature {
    width: calc(25% - 30px);
    max-width: 150px;
}

.part-types {
    position: relative;
}

.part-types-container {
    display: flex;
    gap: 50px;
}

.part-types__item {
    flex: 0 0 calc(50% - 16px);
    width: 100%;
    display: flex;
    gap: 32px;
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);

    min-height: 490px;
}

.part-types__img {
    flex: 0 0 120px;
    width: 120px;
    height: 100%;
}

.part-types__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.part-types__content {
    padding: 40px 30px 40px 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.part-types__title {
    text-transform: uppercase;
    color: rgb(26, 198, 223);
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 20px;
}

.part-types__caption {
    color: rgb(47, 51, 62);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.part-types__text {
    color: rgb(117, 121, 132);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
}

.part-types__flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.part-types .btn {
    margin: 0;
    max-width: 65px;
    background: rgb(140, 226, 239);

    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    min-width: 65px;
}

.part-types .btn.btn-telegram {
    display: flex;
    flex-direction: row-reverse;
    max-width: 91px;
    min-width: 91px;
}

.part-types .btn.btn-telegram:before {
    margin-left: 10px;
    margin-right: 0;
}

.part-types .btn.btn-primary:after {
    transform: translate(0, -48%);
}

@media screen and (min-width: 768px) {
    .part-types .h2-primary {
        padding-top: 14.8rem;
        margin-bottom: 30px;
    }
}

.part-example .packages .package {
    min-width: 437px;
}

.part-example .packages .package .head .img-wrapper {
    height: 10rem;
}

.part-example .packages .package .head .title {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}

.part-example .packages .package .body ul {
    color: rgb(117, 121, 132);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.part-example .result {
    border-top: 3px solid #1ac6df;
    padding: 20px 3rem 5px 1rem;
}

.part-example .packages .package .foot {
    padding: 20px 45px 30px 45px;
}

.part-example .packages .package .body ul strong,
.part-example .packages .package .result ul strong {
    color: rgb(47, 51, 62);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.part-example .packages .package .body ul span,
.part-example .packages .package .result ul span {
    color: rgb(117, 121, 132);
}

.part-example .caption {
    color: rgb(47, 51, 62);
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}

.part-example .packages .package .body {
    min-height: 14rem;
}

.part-example .price {
    color: rgb(47, 51, 62);
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
}

.part-example .price span {
    color: rgb(117, 121, 132);
}

.part-example .descr {
    color: rgb(117, 121, 132);
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.useful {
    padding: 90px 0;
    background: rgb(245, 248, 254);
}

.useful__wrapper {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.useful__item {
    min-height: 253px;
    padding: 20px;
    flex: 0 0 calc(25% - 78px);

    box-shadow: 4px 8px 40px 0px rgba(37, 104, 133, 0.1),
        4px 8px 15px 0px rgba(37, 104, 133, 0.03);
    background: rgb(255, 255, 255);
}

.useful__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.useful__item._img {
    flex: 0 0 calc(25% - 40px);
    padding: 0px;
}

.useful__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(26, 198, 223);
}

.useful__body {
    padding-top: 20px;
}

.useful__caption {
    color: rgb(47, 51, 62);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}

.useful__text {
    color: rgb(117, 121, 132);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.useful .h2-primary {
    padding-top: 0;
}

.partners-page .service-container.big-margin {
    margin-bottom: 0px;
}

.partners-page #reviews {
    margin-top: 0px;
}

@media (max-width: 1043px) {
    .useful__item {
        flex: 0 0 calc(33.333% - 76px);
    }

    .useful__item._img {
        display: none;
    }
}

@media (max-width: 950px) {
    .useful__wrapper {
        gap: 20px;
    }

    .useful__item {
        flex: 0 0 calc(50% - 55px);
    }

    .partners-page header {
        height: auto;
    }

    .partners-page .main-features .main-feature,
    .seo-page .main-features .main-feature {
        flex: 0 0 calc(50% - 40px);
    }

    .part-types-container {
        flex-direction: column;
    }

    .part-types .h2-primary {
        padding-top: 8.8rem;
    }
}

@media (max-width: 650px) {
    .useful__item {
        flex: 0 0 calc(100% - 40px);
    }

    .small-text {
        font-size: 18px;
    }

    .partners-page .main-features .main-feature,
    .seo-page .main-features .main-feature {
        flex: 0 0 calc(50% - 40px);
    }

    .part-types__img {
        display: none;
    }

    .part-types__item {
        padding: 20px;
        width: auto;
        min-height: 100%;
    }

    .part-types__content {
        padding: 0;
    }

    .part-types .h2-primary {
        padding-top: 6.8rem;
    }

    .part-example .packages .package {
        min-width: 100%;
    }

    .part-example .price {
        font-size: 20px;
        line-height: 16px;
    }

    .part-example .packages .package .head .title {
        font-size: 18px;
        line-height: 22px;
    }

    .part-example .packages .package .head .img-wrapper {
        height: 8rem;
    }

    .part-example .descr {
        font-size: 13px;
    }

    .useful {
        padding: 40px 0;
    }
}

.partners-page #cases,
.seo-page #cases {
    background: rgb(245, 248, 254);
}

.partners-page #cases .h2 {
    color: rgb(255, 255, 255);
}

.partners-page .videos {
    margin-bottom: 0px;
}

.partners-page #reviews {
    padding-bottom: 0px;
}

.about-company__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.partners-page .about-company#about-company,
.seo-page .about-company#about-company {
    padding: 0;
}

.about-company__facts {
    height: 100%;
    padding: 0 70px;
    flex: 0 0 358px;
    background: url(../img/partnership/facts.jpg) 0 0 / cover no-repeat;
}

.about-company__col {
    padding: 100px 0;
    flex: 0 0 45%;
}

.about-company h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
}

.about-company .primary-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 60px;
}

.about-company__text {
    font-size: 28px;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 70px;
}

.about-company__btns {
    display: flex;
    gap: 40px;
}

.about-company .main-feature .text {
    color: rgb(47, 51, 62) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.about-company .main-features {
    height: 100%;
    border-top: none !important;
    border-bottom: none !important;
}

.main-features._bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding-bottom: 74px !important;
}

.about-company .main-features .main-feature {
    width: auto;
}

.about-company__caption {
    margin-top: 86px;
    color: rgb(47, 51, 62);
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.about-company__descr {
    color: rgb(117, 121, 132);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
}

.about-company__btns a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 15px;

    color: rgb(255, 255, 255);
    font-family: 'Montserrat';
    font-size: 17px !important;
    font-weight: 700;
    line-height: 21px;
}

.about-company__btns .btn.btn-telegram {
    border-radius: 200px;
    box-shadow: 0px 11px 24px 0px rgba(0, 202, 255, 0.6);
    background: rgb(26, 198, 223);
}

.about-company__btns .btn.btn-whatsapp {
    border-radius: 200px;
    box-shadow: 0px 11px 24px 0px rgba(4, 232, 68, 0.6);
    background: rgb(21, 189, 68);
}

.partners-page #contacts {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .about-company__facts {
        padding: 0 25px;
    }

    .about-company__flex {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 40px;
    }

    .about-company__col {
        padding: 81px 0;
    }
}

@media (max-width: 992px) {
    .about-company__facts {
        padding: 40px 25px;
        flex: 0 0 auto;
    }

    .about-company__flex {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .about-company__col {
        padding: 81px 0 0 0;
    }

    .about-company__btns {
        gap: 10px;
        flex-direction: column;
    }

    .about-company__text {
        margin-bottom: 40px;
    }

    .about-company__caption {
        margin-top: 0px;
    }

    .main-features._bg {
        gap: 20px;
        padding-bottom: 0px !important;
    }

    .about-company__text {
        font-size: 18px;
    }

    .partners-page .main-features .main-feature .digit {
        font-size: 2.6rem;
    }

    .about-company .main-feature .text {
        font-size: 12px;
        line-height: 10px;
    }
}

.partners-page .h1 .primary {
    margin-bottom: 10px;
    font-size: 42px;
}

.partners-page .h1 {
    margin-bottom: 25px;
    font-size: 30px;
}

@media (max-width: 750px) {
    .partners-page .hero {
        justify-content: center;
    }

    .partners-page #reviews {
        padding-top: 0;
    }

    .partners-page #services {
        padding-bottom: 0;
    }

    .partners-page .videos {
        margin: 50px auto 0px;
    }

    .partners-page #cases {
        padding-bottom: 7rem;
    }

    .partners-page #contacts {
        padding-bottom: 3rem;
        margin-top: 0px;
    }

    .partners-page .h1 .primary {
        font-size: 30px;
    }

    .partners-page .h1 {
        font-size: 24px;
    }
}

.world-clients {
    margin-top: -170px;
}

@media (max-width: 995px) {
    .world-clients {
        margin-top: 30px;
    }
}

.header__socials {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.head-soc__caption {
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: var(--new-site-gray_dark, #676f87);
}
.head-soc__wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.head-soc__wrapper a {
    transition: filter 0.2s ease;
}
.head-soc__wrapper .btn-soc {
    width: 50px;
    max-width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.head-soc__wrapper .btn-soc.btn-telegram {
    background-color: #0088cc;
}
.head-soc__wrapper .btn-soc.btn-max {
    background: var(
        --new-site-max,
        linear-gradient(
            90deg,
            #4dc5fd 0%,
            #38b0fe 7.21%,
            #1460f5 49.96%,
            #5530ff 71.63%,
            #8f3fff 100%
        )
    );
}

.head-soc__wrapper a:hover {
    filter: saturate(150%);
}

.head-soc__wrapper svg {
    width: 28px;
    height: 28px;
}

@media (max-width: 850px) {
    .head-soc__caption {
        display: none;
    }

    .navbar .logo {
        width: 175px;
    }
}

@media (width <= 576px) {
    .navbar-middle {
        padding: 12px 0;
    }
    .head-soc__wrapper .btn-soc {
        height: 40px;
    }
}
@media (max-width: 375px) {
    .navbar .logo {
        width: 120px;
    }
}

.mobile-menu-toggle {
    display: none;
    width: 30px;
    height: 25px;
    gap: 8px;
    flex-direction: column;
    transition: all 0.5s;
}

.mobile-menu-toggle span {
    width: 30px;
    height: 3px;
    background-color: #000000;
    border-radius: 3px;
    transition: all 0.5s;
}

.mobile-menu-toggle.active {
    margin-top: 13px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg);
    margin-bottom: -9.5px;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg);
    margin-top: -12px;
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: flex;
    }
}



.seo-page header {
    min-height: 85rem;
}

.seo-page header ol.style-1 {
    margin-bottom: 30px;
}

.section.audit {
    padding: 100px 0 120px;
}
.audit .h1 {
    text-align: center;
    margin-bottom: 30px;
}
.audit__head {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
}

.audit__col-left {
    flex: 0 0 46%;
    padding-left: 25px;
    border-left: 5px solid rgb(26, 198, 223);
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    color: rgb(47, 51, 62);
}

.audit__col-left span {
    color: rgb(26, 198, 223);
}

.audit__col-right {
    color: rgb(117, 121, 132);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
}

.audit__col-right span {
    color: rgb(26, 198, 223);
}

.audit__content {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
}

.audit__item {
    padding-bottom: 50px;
    flex: 0 0 calc(50% - 25px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);
}

.audit__wrap {
    padding: 0 50px;
}

.audit__img {
    width: 100%;
    height: 50px;
    margin-bottom: 35px;
}

.audit__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.audit__caption {
    color: rgb(26, 198, 223);
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 20px;
}

.audit__list {
    display: flex;
    flex-direction: column;
    color: rgb(47, 51, 62);
    gap: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.audit__list li {
    padding-left: 17px;
    position: relative;
}

.audit__list li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: rgb(95, 215, 233);
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

@media screen and (width <= 991px) {
    .section.audit {
        padding: 80px 0 80px;
    }
}

.explanation {
    display: flex;
    gap: 50px;
}

.explanation__caption {
    margin-bottom: 20px;
    font-size: 20px;
}
.explanation__caption.h3-style-2:after {
    flex: 1 0 0;
}

.explanation__video {
    flex: 0 0 calc(64% - 50px);
}

.explanation__content {
    flex: 0 0 36%;
}

.explanation__video video,
.explanation__video iframe {
    box-sizing: border-box;
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: auto;
    border: 8px solid #757984;
    border-radius: 10px;
}

.explanation__video {
    position: relative;
    display: flex;
    flex-direction: column;
}

.explanation__poster {
    object-fit: cover;
    position: absolute;
    top: 10px;
    left: 8px;
    right: 8px;
    bottom: 10px;
    z-index: 5;
}

.explanation__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explanation__wr {
    position: relative;
    display: flex;
    flex: 1;
}

.explanation__play-btn {
    cursor: pointer;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all 0.2s ease;
}

.explanation__play-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.explanation__wr:hover .explanation__play-btn {
    width: 95px;
    height: 95px;
}

.explanation__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

.explanation__btn {
    border-radius: 100px;
    /* cyan2 */
    background: rgb(140, 226, 239);
    width: 140px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.explanation__btn span {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
}

.explanation__btn:hover {
    filter: brightness(103%);
}
.explanation__item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    align-items: center;
    border-radius: 10px;
    background: rgb(245, 248, 254);
}

.explanation__frame {
    background: rgb(47, 51, 62);
    padding: 15px 22px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.explanation__price {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-right: 15px;
    flex: 0 0 34%;
}

.explanation__descr {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-left: 15px;
    border-left: 1px solid #1ac6df;
}

.prices__head {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;

    gap: 50px;
    padding: 40px 50px;
    background: rgb(255, 255, 255);
}

.prices__text {
    color: rgb(117, 121, 132);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
}

.prices__title {
    flex: 0 0 30%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prices__title span {
    color: rgb(47, 51, 62);
    font-size: 24px;
    font-weight: 900;
    line-height: 29px;
    text-transform: uppercase;
}

.prices__title .line {
    background: rgb(26, 198, 223);
    height: 4px;
    width: 100%;
}

.seo-page .packages.links .price-section {
    flex-direction: row;
    justify-content: space-between;
}

.price-section-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 3px;
}

.seo-page .packages.links .price.RUR {
    color: rgb(47, 51, 62);
    font-size: 13px;
    font-weight: 700;
    line-height: 135%;
}

.seo-page .packages.links .price.BYN {
    color: rgb(131, 141, 153);
    font-size: 13px;
    font-weight: 400;
    line-height: 135%;
}

.seo-page .packages.links .btn {
    text-decoration: none;
}

.seo-page .packages.links .btn:hover {
    color: #ffffff !important;
}

.seo-page .footnote {
    max-width: 730px;
    margin: 0 auto 80px auto;
}

.audit .h2-primary {
    margin-top: 0px;
    padding-top: 0;
}

.seo-page .classic-slider-wrapper {
    margin-bottom: 4rem;
}

.seo-page #reviews {
    padding-bottom: 120px;
}

.seo-page .videos {
    margin: 91px auto 1px;
}

.seo-page #cases .h2 {
    color: rgb(255, 255, 255);
}

.seo-page #cases {
    padding-bottom: 7rem;
}

@media (max-width: 820px) {
    .audit {
        padding-top: 0;
    }

    .seo-page #reviews {
        padding-bottom: 30px;
    }

    .seo-page .footnote {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 12px;
    }

    .prices__head {
        flex-direction: column;
        gap: 20px;
        padding: 30px 25px;
    }

    .seo-page .packages .package {
        margin-bottom: 0px;
    }

    .prices__title span {
        font-size: 20px;
    }

    .prices__title .line {
        margin-top: 15px;
    }

    .explanation {
        flex-direction: column;
    }

    .audit__col-left {
        font-size: 16px;
        line-height: 115%;
    }

    .audit__wrap {
        padding: 0 20px;
    }

    .audit__content {
        gap: 30px;
        margin-bottom: 50px;
    }

    .audit__head {
        gap: 30px;
        margin-bottom: 30px;
    }

    .audit__img {
        height: 30px;
        margin-bottom: 20px;
    }

    .audit__item {
        padding-bottom: 30px;
    }

    .explanation__video video,
    .explanation__video iframe {
        height: 185px;
        border: 5px solid #757984;
    }

    .explanation__caption {
        font-size: 18px;
    }

    .explanation__name {
        font-size: 12px;
    }

    .explanation__icon {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .explanation__item {
        justify-content: center;
    }

    .explanation__frame {
        flex-direction: column;
    }

    .explanation__descr {
        text-align: center;
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
        border-top: 1px solid #1ac6df;
    }

    .explanation__price {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .explanation__wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .seo-page .main-features {
        margin: 0rem 0 2rem 0;
    }

    .audit__head {
        flex-direction: column;
    }

    .audit__content {
        flex-direction: column;
    }

    .seo-page .videos {
        margin: 40px auto 1px;
    }
}

@media screen and (min-width: 992px) {
    .seo-page .packages .package {
        width: calc(33.33333% - 20px);
        margin-bottom: 30px;
    }
}

.result-in-nums-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
}

.result-in-num-title .text {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    padding-left: 10px;
    border-left: 4px solid #1ac6df;
}

.result-in-num-title span {
    color: #1ac6df;
}

.result-in-nums {
    margin-bottom: 80px;
}

.result-in-nums-row {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #547596;
}

.result-in-nums-row:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

@media screen and (max-width: 767.99px) {
    .result-in-nums-row {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .result-in-num-title {
        width: 100%;
        text-align: center;
    }

    .result-in-num-title .text {
        padding-bottom: 10px;
        padding-left: 0;
        border-left: none;
        border-bottom: 4px solid #1ac6df;
        display: inline-block;
    }

    .result-in-num-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.section.why {
    position: relative;
    padding-bottom: 37px;
}

.why .h2 {
    white-space: nowrap;
    top: 1rem;
}

.why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.why__img {
    position: relative;
    z-index: 5;
    width: 381px;
    height: 180px;
}

.why__img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why__head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

.why__num {
    color: rgba(117, 121, 132, 0.3);
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    padding-bottom: 4px;
    border-bottom: 4px solid rgb(26, 198, 223);
    margin: 40px 50px 0 0;
}

.why__frame {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: calc(100% - 235px);
    position: relative;
    z-index: 1;
    padding: 20px 35px 40px;
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
}

.why__frame::after {
    content: '';
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 85px;
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
    z-index: -5;
}

.why__frame::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 105px;
    background-color: #fff;
    z-index: -1;
}

.why__caption {
    color: rgb(26, 198, 223);
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 20px;
}

.why__text {
    color: #2f333e;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
}

.why__soc {
    max-width: 317px;
    width: 100%;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #0088cc;
    border-radius: 100px;
    padding: 0 20px;
    text-decoration: none;
}

.why__soc span {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 135%;
    text-decoration: none;
}

.why__wrapper {
    display: flex;
    gap: 10px;
}

.why__link {
    width: 100%;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #8ce2ef;
    border-radius: 100px;
    padding: 0 10px;
    text-decoration: none;
}

.why__link span {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 135%;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .why__img {
        width: 281px;
    }
}

@media (max-width: 980px) {
    .why__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .why__item {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .why__img {
        width: 200px;
        height: 120px;
    }

    .why__soc {
        width: 100%;
    }

    .why__wrapper {
        flex-direction: column;
    }

    .why__frame {
        height: calc(100% - 170px);
        padding: 20px 20px 30px;
    }

    .why__frame::before {
        top: -17px;
    }

    .why__caption {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .why__text {
        line-height: 120%;
    }

    .why__soc {
        max-width: 246px;
    }

    .why__link {
        width: 92%;
    }

    .why__soc span {
        line-height: 100%;
    }
}

.why-7 {
    margin-top: 57px;
}

.why-7__head {
    display: flex;
    gap: 50px;
    align-items: center;
}

.why-7__title {
    color: #1ac6df;
    font-size: 22px;
    font-weight: 700;
    line-height: 135%;
}

.why-7__num {
    color: rgba(117, 121, 132, 0.3);
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    padding-bottom: 4px;
    border-bottom: 4px solid rgb(26, 198, 223);
}

.why-7__grid {
    padding: 35px 0;
    position: relative;
    display: grid;
    row-gap: 70px;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
}

.why-7__grid::after {
    content: '';
    width: calc(100% - 50px);
    background: rgb(140, 226, 239);
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.why-7__item {
    position: relative;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.why-7__img {
    height: 110px;
    width: auto;
}

.why-7__img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.why-7__text {
    color: rgb(117, 121, 132);
    font-weight: 500;
    line-height: 135%;
    font-size: 14px;
}

.why-7__caption {
    color: #2f333e;
    font-weight: 600;
    line-height: 120%;
    font-size: 18px;
    text-align: center;
}

.why-7__item:not(:nth-child(4n))::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% + 35px);
    width: 1px;
    background-color: rgb(140, 226, 239);
}

.why-7__item:nth-child(5)::after,
.why-7__item:nth-child(6)::after,
.why-7__item:nth-child(7)::after {
    top: -35px;
}

.why-7__item {
    padding-bottom: 15px;
}

.why-7__item:nth-child(-n + 4) {
    padding-bottom: 0px;
    padding-top: 15px;
}

@media (max-width: 970px) {
    .why-7__grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-7__grid::after {
        content: '';
        height: calc(100% - 50px);
        background: rgb(140, 226, 239);
        width: 1px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .why-7__item {
        gap: 15px;
        padding: 0 10px;
    }

    .why-7__item::after {
        display: none;
    }

    .why-7__img {
        height: 80px;
    }

    .why-7__caption {
        font-size: 16px;
    }

    .why-7__item:nth-child(-n + 6)::before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 10px;
        width: calc(100% - 10px);
        height: 1px;
        background-color: rgb(140, 226, 239);
    }

    .why-7__item:nth-child(2)::before,
    .why-7__item:nth-child(4)::before,
    .why-7__item:nth-child(6)::before,
    .why-7__item:nth-child(8)::before {
        left: 0;
    }

    .why-7__grid {
        padding: 20px 0;
        row-gap: 40px;
    }

    .why-7__text {
        line-height: 120%;
        font-size: 13px;
    }

    .why-7__title {
        font-size: 20px;
        line-height: 120%;
    }
}

.bonus {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    height: 450px;
    width: 100%;
}

.bonus__bg {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    right: 0;
}

.bonus__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bonus__title {
    position: absolute;
    top: -31px;
    left: -37px;
    color: rgb(245, 248, 254);
    font-size: 192px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    opacity: 0.2;
}

.bonus .container {
    position: relative;
}

.bonus__flex {
    height: 450px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

.bonus__content {
    flex: 0 0 625px;
}

.bonus__img {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 0;
    height: 95%;
    width: auto;
    z-index: -1;
}

.bonus__img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.bonus__caption {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bonus__text {
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 145%;
    padding-left: 35px;

    border-left: 5px solid #fff;
}

.bonus__text span {
    background-color: #01a0b7;
    padding: 0 3px;
    border-radius: 5px;
    font-weight: 600;
}

.bonus .btn.btn-primary {
    background-color: #fff;
    color: #000;
    border-radius: 200px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    vertical-align: sub;
}

.bonus .btn.btn-primary:after {
    color: #1ac6df;
}

@media (max-width: 1200px) {
    .bonus__img {
        right: -115px;
    }
}

@media (max-width: 950px) {
    .bonus {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .bonus__img {
        display: none;
    }

    .bonus__content {
        padding-top: 30px;
        flex: 0 0 100%;
    }

    .bonus__flex {
        height: auto;
    }

    .bonus__bg {
        height: 400px;
    }

    .bonus__title {
        position: absolute;
        top: -31px;
        left: -37px;
        color: rgb(245, 248, 254);
        font-size: 150px;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
        opacity: 0.2;
    }

    .bonus__caption {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: 700;
        line-height: 44px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .bonus__text {
        color: rgb(255, 255, 255);
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 500;
        line-height: 145%;
        padding-left: 17px;
        border-left: 5px solid #fff;
    }
}
@media (width <= 576px) {
    .bonus__title {
        font-size: 8rem;
        top: 0;
        left: 0;
    }
}
@media (max-width: 370px) {
    .bonus__bg {
        height: 420px;
    }

    .bonus__caption {
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: 700;
        line-height: 35px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .seo-page .hero-right {
        width: calc(45% - 30px);
        margin-top: -40px;
    }

    .seo-page .hero-left {
        width: calc(54% - 30px);
    }

    .seo-page .hero {
        justify-content: space-between;
    }
}

.seo-page ol.style-1 li:before,
.site-creating-page ol.style-1 li:before {
    content: '';
    height: 25px;
    width: 19px;
    background: url(../img/seo-page/arrow-logo.svg) 0 0 / contain no-repeat;
}

.seo-page ol.style-1 li .block {
    color: rgb(47, 51, 62);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.seo-page ol.style-1 li,
.site-creating-page ol.style-1 li {
    margin-bottom: 15px;
}

.seo-page__wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 25px;

    border-left: 5px solid #1ac6df;
}

.seo-page__socials {
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
}

.seo-page__text {
    color: rgb(47, 51, 62);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    width: 176px;
    flex-shrink: 0;
}

.seo-page__descr {
    color: rgb(47, 51, 62);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}

.seo-page__descr span {
    font-weight: 600;
}

.seo-page__socials .btn-whatsapp {
    margin: 0;
    box-shadow: 0px 11px 24px 0px rgba(37, 211, 102, 0.6);
    height: 40px;

    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 50rem;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.seo-page__socials .btn.btn-whatsapp:before {
    display: none;
}

.seo-page__socials .btn.btn-whatsapp:after {
    content: '\f232';
    margin-right: 1.4rem;
    font-family: 'Font Awesome 5 Brands';
    font-size: 1.8rem;
    vertical-align: sub;
}

.seo-page .hero-left .btn.btn-lg {
    margin-bottom: 0;
}

.seo-page .hero-left {
    width: calc(72% - 30px);
}

.seo-page .hero-right img {
    max-width: 115%;
}

@media (max-width: 980px) {
    .seo-page .hero-right img {
        max-width: 100%;
    }

    .seo-page__wrapper {
        flex-direction: column;
        padding-left: 15px;
        align-items: start;
    }

    .seo-page__text {
        width: auto;
    }

    .seo-page__socials {
        flex-direction: column;
    }

    .seo-page .hero-left {
        width: 100%;
    }

    .seo-page__descr {
        text-align: left;
    }

    .seo-page .main-features .main-feature .text:before {
        margin: 0.5rem 0;
    }
}

.site-offer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.site-offer__item {
    position: relative;
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-height: 290px;
}

.site-offer__head {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
}

.site-offer__name {
    color: rgb(26, 198, 223);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.site-offer__icon {
    position: relative;
}

.site-offer__icon:hover .site-offer__descr {
    display: block;
}

.site-offer__descr {
    position: absolute;
    bottom: -5px;
    right: 0;
    transform: translate(80%, 95%);
    display: none;
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);
    font-size: 12px;
    max-width: 140px;
    min-width: 120px;
    padding: 5px;
}

.site-offer__price {
    color: rgb(47, 51, 62);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 25px;
}

.site-offer__text {
    color: rgb(47, 51, 62);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.site-offer__btn {
    background-color: rgb(140, 226, 239) !important;
    width: 151px;
    position: relative;
    z-index: 1;
    padding: 14px 25px !important;
    font-size: 13px !important;
}

.site-offer__img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.site-offer__content {
    position: relative;
    z-index: 1;
}

.btn.site-offer__btn:after {
    top: 53%;
    right: 2rem;
}

.site-offer__list li {
    position: relative;
    padding-left: 15px;
}

.site-offer__list li span {
    margin-bottom: 3px;
    display: block;
    line-height: 130%;
}

.site-offer__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #1ac6df;
}

@media (max-width: 1000px) {
    .site-creating-page header {
        height: auto !important;
    }

    .site-offer__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 573px) {
    .site-offer__img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 270px;
    }

    .site-offer__name {
        display: inline;
    }

    .site-offer__img img {
        width: 100%;
        height: 100%;
        max-height: 270px;
        object-fit: contain;
        opacity: 0.4;
    }

    .site-offer__item {
        min-height: 250px;
    }

    .site-offer__descr {
        transform: translate(14%, -55%);
    }
}

.hero__subtitle {
    color: rgb(47, 51, 62);
    font-size: 26px;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 25px;
}

.site-creating-page ol.style-1 li .block {
    color: rgb(47, 51, 62);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.site-creating-page header {
    height: auto;
    padding-bottom: 80px;
}

.site-creating-page .hero-left .btn {
    margin-bottom: 0px;
    width: 168px;
    flex-shrink: 0;
}

.site-creating-page .hero-left .btn-whatsapp {
    width: 250px;
}

.site-creating-page .main-features .main-feature {
    width: calc(25% - 30px);
}

.site-creating-page .hero-left {
    width: calc(58% - 30px);
}

.site-creating-page .hero {
    flex-wrap: nowrap;
}

.site-creating-page .hero-right img {
    max-width: 195%;
}

.site-creating-page .hero-right {
    margin-top: -120px;
}

@media (max-width: 950px) {
    .site-creating-page .hero-right {
        margin-top: 0px;
    }

    .site-creating-page .hero {
        flex-wrap: wrap;
    }

    .site-creating-page .hero-right {
        display: none;
    }

    .site-creating-page .hero-left {
        width: 100%;
    }

    .site-creating-page .main-feature {
        flex: 0 0 calc(50% - 40px);
    }

    .site-creating-page .hero-left .btn {
        width: 100%;
        max-width: 100%;
        padding: 2.5rem 0 2.5rem 0;
    }

    .site-creating-page .hero-left .btn-whatsapp {
        width: 100%;
        max-width: 100%;
        padding: 1.4rem 0 1.4rem 0;
    }

    .site-creating-page header {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .hero__subtitle {
        color: rgb(47, 51, 62);
        font-size: 18px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 25px;
    }
}

.payment-plan {
    position: relative;
    height: 690px;
    padding: 0;
}

.payment-plan__bg {
    width: 100%;
    height: 100%;
}

.payment-plan__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.payment-plan__content {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
}

.payment-plan__title {
    color: #f64747;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.payment-plan__subtitle {
    color: rgb(47, 51, 62);
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 40px;
}

.payment-plan__btn {
    background-color: #f64747 !important;
    max-width: 250px;
    width: 100% !important;
    margin-bottom: 60px;
    box-shadow: 0 1.1rem 2.4rem rgba(246, 71, 71, 0.6) !important;
}

.paument-plan__text {
    color: rgb(47, 51, 62);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}

.payment-plan__btns {
    display: flex;
    gap: 20px;
}

.payment-plan__btns .btn-whatsapp,
.payment-plan__btns .btn-telegram {
    min-width: auto;
    width: 222px;
    font-size: 17px;
    font-weight: 600;

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 15px;

    height: 70px;
    padding: 0 !important;
    border-radius: 200px;
}

@media (max-width: 950px) {
    .payment-plan__bg img {
        object-position: left top;
    }

    .payment-plan__title {
        font-size: 34px;
        line-height: 110%;
    }

    .payment-plan__subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .payment-plan {
        height: 580px;
    }

    .payment-plan__btn {
        max-width: calc(100% - 15px);
        margin-bottom: 30px;
        padding: 0 0 0 15px !important;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .payment-plan__btns {
        flex-direction: column;
        gap: 0;
    }

    .payment-plan__btns .btn-whatsapp,
    .payment-plan__btns .btn-telegram {
        width: 100%;
    }

    .payment-plan__content {
        top: 40px;
    }
}

.seo-site {
    height: 705px;
    padding: 0 !important;
    position: relative;
}

.seo-site__bg {
    width: 100%;
    height: 100%;
}

.seo-site__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seo-site__content {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}

.seo-site .container {
    display: flex;
    justify-content: end;
}

.seo-site__wrapper {
    max-width: 629px;
}

.seo-site__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.seo-site__subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 145%;
    color: #1ac6df;
    padding-left: 35px;
    border-left: 5px solid #1ac6df;
    margin-bottom: 35px;
}

.seo-site__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.seo-site__text p {
    color: rgb(117, 121, 132);
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
}

@media (max-width: 950px) {
    .seo-site {
        height: 705px;
        padding: 0 !important;
        position: relative;
    }

    .seo-site__bg img {
        object-position: 70% center;
    }

    .seo-site__content {
        top: 40px;
    }

    .seo-site .container {
        display: block;
    }

    .seo-site__title {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .seo-site__subtitle {
        font-size: 18px;
        line-height: 120%;
        padding-left: 15px;
        margin-bottom: 15px;
    }
}

.why-us__grid {
    padding: 30px;
    position: relative;
    background-color: #fff;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 4px 8px 40px 0px rgba(0, 0, 0, 0.05),
        4px 8px 15px 0px rgba(0, 0, 0, 0.03);
}

.why-us__img {
    grid-column: 3 / 5;
    display: flex;
    align-items: end;
    justify-content: end;
}

.why-us__img img {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    object-fit: cover;
}

.why-us__item {
    padding: 30px;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.why-us__caption {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 135%;
    font-weight: 600;
}

.why-us__text {
    text-align: center;
    font-size: 16px;
}

.why-us__num {
    color: #1ac6df;
    text-align: center;
}

.why-us__item:nth-child(1) {
    display: flex;
    align-items: center;
    height: calc(100% - 30px);
}

.why-us__item:nth-child(-n + 8) {
    border-bottom: 1px solid #1ac6df;
}

.why-us__item:nth-child(-n + 4) {
    padding-top: 0px;
}

.why-us__item:nth-child(9),
.why-us__item:nth-child(10) {
    padding-bottom: 0px;
}

.why-us__item:nth-child(1),
.why-us__item:nth-child(5) {
    padding-left: 0;
}

.why-us__item:nth-child(4) {
    padding-right: 0;
}

.why-us__item:nth-child(-n + 3),
.why-us__item:nth-child(5),
.why-us__item:nth-child(6),
.why-us__item:nth-child(7),
.why-us__item:nth-child(9),
.why-us__item:nth-child(10) {
    border-right: 1px solid #1ac6df;
}

.why-us__icon img {
    margin: 0 auto;
}

.why-us__icon {
    display: flex;
    justify-content: center;
}

@media (max-width: 950px) {
    .why-us__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-us__img {
        display: none;
    }

    .why-us__item:nth-child(-n + 3),
    .why-us__item:nth-child(5),
    .why-us__item:nth-child(6),
    .why-us__item:nth-child(7),
    .why-us__item:nth-child(9),
    .why-us__item:nth-child(10) {
        border-right: none;
    }

    .why-us__item:nth-child(odd) {
        border-right: 1px solid #1ac6df;
    }

    .why-us__caption {
        font-size: 18px;
        line-height: 120%;
    }

    .why-us__item:nth-child(-n + 2) {
        padding-top: 0px;
    }

    .why-us__item:nth-child(3),
    .why-us__item:nth-child(4) {
        padding-top: 30px;
    }

    .why-us__text {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .why-us__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-us__item {
        border-right: none !important;
    }

    .why-us__item:nth-child(-n + 9) {
        border-bottom: 1px solid #1ac6df;
    }

    .why-us__item:nth-child(-n + 1) {
        padding-top: 0px;
    }

    .why-us__item:nth-child(2) {
        padding-top: 30px;
    }

    .why-us__item:nth-child(5) {
        padding-left: 30px;
    }

    .why-us__item:nth-child(9) {
        padding-bottom: 30px;
    }

    .why-us__item:nth-child(4) {
        padding-right: 30px;
    }
}

.site-steps {
    background-color: #f5f8fe;
    padding-bottom: 110px;
}

.site-steps__wrapper {
    display: flex;
    gap: 50px;
}

.site-steps__item {
    position: relative;
    flex-shrink: 0;
}

.site-steps__item:nth-child(-n + 3) {
    flex: 0 0 calc(33.333% - 33.333px);
}

.site-steps__wrapper:last-child .site-steps__item {
    flex: 0 0 calc(50% - 25px);
}

.site-steps__img {
    flex: 0 0 calc(50% - 25px);
}

.site-steps__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-steps__frame {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    height: calc(100% - 55px);
    padding: 30px;
    background-color: #fff;
    box-shadow: 4px 8px 40px 0px rgba(37, 104, 133, 0.1),
        4px 8px 15px 0px rgba(37, 104, 133, 0.03);
    border-top: 2px solid #1ac6df;
}

.site-steps__frame::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%);
    border: 2px solid rgba(26, 198, 223, 0.15);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.site-steps__frame::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%);
    background-color: #1ac6df;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.site-steps__num {
    position: absolute;
    top: -80px;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #8ce2ef;
    opacity: 0.3;
    font-size: 100px;
    font-weight: 700;
    line-height: 122px;
    letter-spacing: 0%;
    text-align: center;
}

.site-steps__flex {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 107px;
}

.steps-site__caption {
    color: rgb(47, 51, 62);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.steps-site__text {
    color: rgb(117, 121, 132);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    text-align: center;
}

.steps-site__text span {
    font-weight: 700;
    color: #2f333e;
}

.steps-site__telegram {
    border-radius: 100px;
    background: rgb(140, 226, 239);
    width: 143px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
}

.steps-site__telegram span {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.steps-site__btn {
    border-radius: 100px;
    background-color: rgb(140, 226, 239) !important;
    width: 206px;
    height: 46px;
    padding: 0 0 0 20px !important;
    display: flex;
    align-items: center;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 16px;
    box-shadow: none !important;
}

.site-steps__wrapper:nth-child(-n + 2)
    .site-steps__item:nth-child(-n + 2):after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 2;
    height: 1.5px;
    width: 100px;
    background-color: #1ac6df;
}

@media (max-width: 972px) {
    .site-steps__wrapper {
        flex-direction: column;
    }

    .site-steps__img {
        display: none;
    }

    .site-steps__wrapper:nth-child(-n + 2)
        .site-steps__item:nth-child(-n + 2):after {
        display: none;
    }

    .site-steps__num {
        top: -73px;
        font-size: 65px;
    }

    .site-steps__flex {
        gap: 50px;
    }

    .site-steps__flex {
        padding-top: 40px;
    }

    .site-steps {
        padding-bottom: 60px;
    }
}

.why-services {
    padding-bottom: 120px;
}

.why-services .why-7__grid {
    grid-template-columns: repeat(3, 1fr);
}

.why-services .why-7__item:not(:nth-child(3n))::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% + 35px);
    width: 1px;
    background-color: rgb(140, 226, 239);
}

.why-services .why-7__item:nth-child(4):after,
.why-services .why-7__item:nth-child(5):after {
    top: -33px;
}

.why-services .why-7__item:nth-child(3):after,
.why-services .why-7__item:nth-child(6):after {
    display: none;
}

@media (max-width: 970px) {
    .why-services .why-7__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-services .why-7__item:nth-child(5):before,
    .why-services .why-7__item:nth-child(6):before {
        display: none;
    }
}

.site-problems {
    background-color: #f5f8fe;
    padding-bottom: 120px;
}

.site-problems__line-4 {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.site-problems__line-4 .site-problems__item {
    flex: 0 0 calc(25% - 86px);
}

.site-problems__line-3 {
    display: flex;
    gap: 50px;
}

.site-problems__line-3 .site-problems__item,
.site-problems__img {
    flex: 0 0 calc(33.333% - 64.333px);
}

.site-problems__img {
    width: 100%;
    height: 100%;
}

.site-problems__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-problems__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(26, 198, 223);
}

.site-problems__item {
    box-shadow: 4px 8px 40px 0px rgba(37, 104, 133, 0.1),
        4px 8px 15px 0px rgba(37, 104, 133, 0.03);
    background: rgb(255, 255, 255);
    padding: 20px 25px;
}

.site-problems__num {
    color: rgb(117, 121, 132);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.site-problems__text {
    color: #2f333e;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Montserrat';
}

@media (max-width: 990px) {
    .site-problems__img {
        display: none;
    }

    .site-problems__line-4 {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .site-problems__line-3 {
        flex-direction: column;
        gap: 30px;
    }

    .site-problems {
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .site-problems__text {
        font-size: 14px;
    }
}

.site-creating-page .about-company .main-features .main-feature {
    width: auto !important;
}

.site-creating-page #about-company {
    padding: 0 !important;
}

.site-creating-page #reviews {
    padding-bottom: 0;
}

.site-creating-page #services {
    padding-top: 0;
    margin-top: -50px;
}

.site-creating-page .videos {
    margin: 90px auto 50px;
}

@media (max-width: 750px) {
    .site-creating-page #services {
        padding-top: 0;
        margin-top: 0px;
    }

    .site-creating-page .videos {
        margin: 90px auto 20px;
    }

    .site-creating-page #contacts {
        margin-top: -50px;
    }
}

.prices .slick-next {
    right: -50px;
}
.prices .slick-prev {
    left: -50px;
}

.page-template-seo .slider-packages .body {
    min-height: 40rem !important;
}

.page-template-seo .slider-packages .slick-list {
    padding-top: 40px;
}

.page-template-seo .prices .slick-dots {
    display: none !important;
}

@media (max-width: 1100px) {
    .slick-next {
        right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
}

@media (max-width: 750px) {
    .page-template-seo .prices .package {
        display: flex !important;
        margin: 0 auto;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .page-template-seo .prices .slick-dots {
        display: block !important;
    }
}

.section.what {
    padding: 120px 0 76px;
}
.section.what .h2-primary {
    padding: 0;
}
@media screen and (width <= 991px) {
    .section.what {
        padding: 80px 0 60px;
    }
}

.explanation__subtitle {
    max-width: 726px;
    margin: 0 auto 50px;
    line-height: 135%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.explanation__text {
    margin-bottom: 30px;
    line-height: 135%;
    font-size: 16px;
    font-weight: 500;
}

.why-services .why-7__text {
    max-width: 209px;
    margin: 0 auto;
    font-size: 16px;
    color: #2f333e;
}

/* ! Page privacy policy start ! */
.privacy-policy.seo {
    padding-top: 40px;
}
.privacy-policy h1 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
}
.privacy-policy .seo-text .table-wrapper {
    margin-bottom: 15px;
}
.privacy-policy .seo-text td {
    padding: 8px;
    border: 1px solid #ccc;
}
@media screen and (width <= 991px) {
    .privacy-policy .seo-text .table-wrapper {
        overflow: auto;
    }
}
@media screen and (width <= 600px) {
    .privacy-policy h1 {
        font-size: 20px;
        line-height: normal;
    }
}
/* ! Page privacy policy end ! */
