@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html,
body {
    width: 100%;
    height: 100%;
}

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

ul,
ol {
    list-style: none;
}

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

input,
select {
    vertical-align: middle;
    border: 0;
}

textarea {
    overflow: auto;
}

button {
    cursor: pointer;
    border: 0;
}

@font-face {
    font-family: 'OpenSans Regular';
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url("/bitrix/templates/common/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/OpenSans-Regular.woff") format("woff"), url("/bitrix/templates/common/fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Semibold';
    font-display: swap;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("/bitrix/templates/common/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/OpenSans-Semibold.woff") format("woff"), url("/bitrix/templates/common/fonts/OpenSans-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Bold';
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url("/bitrix/templates/common/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/OpenSans-Bold.woff") format("woff"), url("/bitrix/templates/common/fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans ExtraBold';
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("/bitrix/templates/common/fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/OpenSans-ExtraBold.woff") format("woff"), url("/bitrix/templates/common/fonts/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Italic';
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url("/bitrix/templates/common/fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/OpenSans-Italic.woff") format("woff"), url("/bitrix/templates/common/fonts/OpenSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url("/bitrix/templates/common/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/OpenSans-Light.woff") format("woff"), url("/bitrix/templates/common/fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
	font-family: 'OpenSans CondensedLight';
	font-display: swap;
	src: local('Open Sans CondensedLight'), local('OpenSans-CondensedLight'), url("/bitrix/templates/common/fonts/OpenSansCondensedLight.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/OpenSansCondensedLight.woff") format("woff"), url("/bitrix/templates/common/fonts/OpenSansCondensedLight.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'MyriadPro Regular';
    font-display: swap;
    src: local('MyriadPro Regular'), local('MyriadPro-Regular'), url("/bitrix/templates/common/fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/common/fonts/MyriadPro-Regular.woff") format("woff"), url("/bitrix/templates/common/fonts/myriadpro-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Days';
    font-display: swap;
    src: local('Days'), local('Days'), url("/bitrix/templates/common/fonts/Days.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

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

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

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

body {
    font-family: "OpenSans Regular", Tahoma;
    line-height: 1;
    color: #2D2D2D;
}

.center-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1280px;
    min-width: 768px;
}

p {
    margin-bottom: 10px;
    line-height: 20px;
}

.main {
    padding-top: 170px;
    background: #f5f5f5;
    min-width: 768px;
}

.promo-first-block {
    margin-top: 113px;
    box-shadow: 0px 15px 25px 0px #00000012 inset;
    border-bottom: 1px solid #E6E6E6;
    /*background-color: #0F82D8;
    background-image: url(../images/promo-background.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.main-promo{
    margin-top: 113px;
}

.promo-first-block__title {
    padding: 35px 0 10px;
    font-size: 51px;
    color: #1873E6;
    line-height: 65px;
    text-transform: uppercase;
    font-family: "Days", sans-serif;
}

.promo-first-block__title span {
    color: #1EBBFE;;
}

.promo-first-block__container {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto 40px auto;
    position: relative;
}

.promo-first-block__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 67px;
    position: relative;
}

.promo-first-block__inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: -180px;
    width: 540px;
    height: 423px;
    background-image: url(../images/promo-index/raketa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1640px) {
    .promo-first-block__inner:after {
        right: -100px;
        width: 500px;
        height: 353px;
    }
}

@media (max-width: 1480px) {
    .promo-first-block__inner:after {
        right: 0px;
        top: 50px;
        width: 400px;
        height: 300px;
    }
}

@media (max-width: 1268px) {
    .promo-first-block__inner:after {
        display: none;
    }

    .promo-first-block__inner {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .promo-first-block__inner .promo-first-block__info-wrap {
        max-width: 500px;
        min-height: 390px;
        height: 100%;
    }
}

@media (max-width: 998px) {
    .promo-first-block__inner {
        flex-wrap: wrap;
    }
    .promo-first-block__item .promo-first-block__arrow {
        top: unset;
        bottom: -38px;
        transform: rotate(90deg) translateY(50%);
        left: 50%;
    }
    .promo-first-block__title {
        font-size: 41px;
        line-height: 55px;
    }

    .number-row {
        gap: 10px;
    }
}

@media (max-width: 820px) {
    .promo-first-block__title {
        font-size: 31px;
        line-height: 45px;
    }

    .promo-first-block__inner .promo-first-block__item {
        min-height: 390px;
    }

    .promo-first-block__item .promo-first-block__arrow {
        bottom: -48px;
    }
}

@media (max-width: 620px) {
    .promo-first-block__title {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 505px) {
    .promo-first-block__title {
        font-size: 22px;
        line-height: 30px;
    }
}

.promo-first-block__item {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 425px;
    height: 100%;
}

.promo-first-block__wrap-img {
    position: relative;
    height: 240px;
    background-color: #4060C1;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.promo-first-block__img {
    object-fit: scale-down;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 1px;
    right: 0;
    width: 100%;
}

.promo-first-block__img--human {
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.promo-first-block__img--paper-air {
    object-fit: contain;
}

.promo-first-block__info-wrap {
    max-width: 400px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #4B8EFF
}

.promo-first-block__info-wrap-winter {
    padding: 30px 28px;
}

.promo-first-block__info-wrap-blue {
    background: linear-gradient(180deg, #244ECF 0%, #0C5DD2 48.08%, #0A45BD 100%);
    padding: 30px 24px 24px;
}

.promo-first-block__text-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    position: relative;
    min-height: 38px;
}

.promo-first-block__info-wrap-winter .promo-first-block__text-item {
    color: #303030;
    padding-left: 51px;
    min-height: 31px;
    margin-bottom: 20px;
}

.promo-first-block__info-wrap-blue .promo-first-block__text-item {
    color: #FFFFFF;
    padding-left: 55px;
    min-height: 43px;
    margin-bottom: 13px;
}

.promo-first-block__info-wrap-winter .promo-first-block__text-item--cross:after {
    content: '';
    position: absolute;
    background-image: url(../images/promo-index/close.png);
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.promo-first-block__info-wrap-blue .promo-first-block__text-item--check:after {
    content: '';
    position: absolute;
    background-image: url(../images/promo-index/class.png);
    width: 39px;
    height: 43px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.promo-first-block__desc {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Days", sans-serif;
    line-height: 17px;
    position: relative;
}

.promo-first-block__info-wrap-winter .promo-first-block__desc {
    color: #0D81D8;
    padding-left: 51px;
}

.promo-first-block__info-wrap-blue .promo-first-block__desc {
    color: #ffffff;
    padding-left: 55px;
}

.promo-first-block__info-wrap-winter .promo-first-block__desc:after {
    content: '';
    position: absolute;
    background-image: url(../images/promo-index/vopros.png);
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
    top: 0;
    left: -7px;
}

.promo-first-block__info-wrap-blue .promo-first-block__desc:after {
    content: '';
    position: absolute;
    background-image: url(../images/promo-index/class.png);
    width: 39px;
    height: 43px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.promo-first-block__arrow {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: -45px;
    z-index: 2;
}

.promo-comments {
    padding-bottom: 10px;
}

.promo-comments__title {
    text-align: center;
    color: #4B4B4B;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Days", sans-serif;
    line-height: 17px;
    margin-bottom: 20px;
}

.promo-agregators .number-row {
    max-width: 1385px;
}

.promo-agregators .number-col {
    width: auto;
    text-decoration: none;
    margin-bottom: 20px;
    height: auto;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promo-agregators .number-col-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.promo-agregators .number-rating-wrap {
    margin-top: -5px;
}

.promo-agregators .number-pic {
    height: auto;
}


.promo-agregators .number-rating {
    margin: 0 10px 0 0;
    font-size: 25px;
    color: #4B4B4B;
}

.promo-agregators .number-stars {
    background-image: url(../images/stars.png);
    background-size: contain;
    width: 104px;
}

@media (max-width: 1140px) {
    .promo-first-block__arrow {
        top: 46%;
    }
}

@media (max-width: 960px) {
    .promo-first-block {
        margin-top: 100px;
    }
    .main-promo{
        margin-top: 100px;
    }

    .promo-first-block__wrap-img {
        height: 210px;
    }

    .promo-first-block__img--human {
        bottom: -20px;
    }

    .promo-first-block__text-item {
        margin-bottom: 5px;
    }

    .promo-first-block__arrow {
        top: 40%;
    }
}

@media (max-width: 820px) {
    .promo-first-block__wrap-img {
        height: 190px;
    }

    .promo-first-block__img--paper-air {
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .promo-first-block {
        margin-top: 68px;
    }
    .main-promo{
        margin-top: 68px;
    }
}

@media (max-width: 680px) {
    .promo-first-block__item:first-child {
        margin-bottom: 14px;
    }

    .promo-first-block__wrap-img {
        height: 300px;
    }

    .promo-first-block__arrow {
        top: unset;
        bottom: -38px;
        transform: rotate(90deg) translateY(50%);
        left: 50%;
    }

    .promo-first-block__text-item {
        height: auto;
    }
}

@media (max-width: 500px) {
    .promo-first-block__wrap-img {
        height: 210px;
    }
}

@media (max-width: 479px) {
    .promo-first-block {
        margin-top: 48px;
    }
    .main-promo{
        margin-top: 48px;
    }
}

@media (max-width: 400px) {
    .promo-first-block__wrap-img {
        height: 165px;
    }
}

@media screen and (max-width: 1210px) {
    .inner .main {
        padding-top: 126px;
        background: #f5f5f5;
        min-width: 768px;
    }
}

@media screen and (max-width: 960px) {
    .inner .main {
        padding-top: 17px;
        background: #f5f5f5;
        min-width: 768px;
    }
}

.header {
    min-width: 768px;
    height: 82px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 4;
}

@media screen and (min-width: 960px) {
    body .header {
        position: absolute;
        top: 31px;
    }

    body.inner .header {
        position: absolute;
        top: 31px;
    }

    body.inner .top.to_top2 {
        top: 82px;
        position: fixed;
    }
}

.header .center-wrapper {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 10px
}

@media screen and (min-width: 960px) {
    .header .center-wrapper {
        justify-content: space-between;
    }
}

.header__logo {
    display: block;
    margin-left: 10px;
    margin-top: 9px;
    width: 334px;
    height: 61px;
    background-image: url(../images/logo.png);
    line-height: 1;
    font-family: "OpenSans SemiBold", Tahoma;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 49px 0 0 65px;
    text-decoration: none;
    color: #3E3E3E;
}

.header-sub-menu {
    display: none;
    padding: 12px 0;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(11, 65, 118, 0.9);
    border-radius: 10px;
    z-index: 20;
    min-width: 240px;
}

.header-menu {
    font-size: 0;
    margin-right: 10px;
    padding-top: 33px;
    position: relative;
    z-index: 2;
}

.header-menu li {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    vertical-align: top;
}

.header-menu li {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    vertical-align: top;
}

.header-menu li:nth-child(4) a {
    color: #c71585;
}

.header-menu li:nth-child(4) a:hover {
    color: #000;
}

.header-menu li ul li:nth-child(4) a {
    color: #fff;
}

.header-menu li ul li:nth-child(4) a:hover {
    color: #fff;
}

@media screen and (max-width: 980px) {
    .header-menu li:nth-child(4) a {
        -webkit-animation: none;
        animation: none;
    }
}

.header-menu li:first-child {
    margin-left: 0;
}

.header-menu li:hover .header-sub-menu {
    display: block;
}

.header-menu li a {
    display: block;
    font-family: "OpenSans Bold", Tahoma;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.header-menu li a.active,
.header-menu li a:hover {
    color: #1DBCFE;
}

.content {
    font-size: 15px;
    line-height: 20px;
}

.content ul li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 25px;
}

.content ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #63CBEF;
    border-radius: 100%;
    left: 0;
    top: 4px;
}

.highlighted__text {
    min-width: 768px;
    padding: 10px 0;
    background: #e6ecee;
}

.highlighted__text p {
    margin-bottom: 0;
}

.content__text {
    padding: 10px 0;
}

.columns__text {
    padding: 10px 0;
    font-size: 0;
}

.columns__text .column {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    width: 50%;
    font-size: 15px;
}

.column__text {
    margin-bottom: 15px;
}

.content__title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-family: "OpenSans Semibold", Tahoma;
}

.capital__text {
    text-transform: uppercase;
}

@media screen and (max-width: 1210px) {
    .center-wrapper {
        padding: 0 20px;
    }

    .header-menu {
        margin-right: 20px;
    }
}

.top-share2 {
    margin-top: 3px;
    width: 56px;
    float: left;
}

.top-t-descr {
    float: left;
    color: #fff;
    width: 300px;
    margin-top: 8px;
    font-size: 12px;
}

.title-wrap {
    margin-bottom: 12px;
    text-align: center;
}

.title-wrap.inner {
    margin-top: 55px;
    margin-bottom: 24px;
}

.common__title2 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "OpenSans Semibold", Tahoma;
}

.common__title2:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 35px;
    top: 50%;
    left: -50px;
    background: #2D2D2D;
}

.common__title2:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 35px;
    top: 50%;
    right: -50px;
    background: #2D2D2D;
}

.common__title2.no-lines:after,
.common__title2.no-lines:before {
    display: none;
}

.common__title2--black {
    color: #2D2D2D;
}

.common__title2--white {
    color: #fff;
}

.common__title2--white:after {
    background: #fff;
}

.common__title2--white:before {
    background: #fff;
}

.common__title2--dark-blue {
    background: #0a7ace;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    display: block;
}

.common__title2--dark-blue:before,
.common__title2--dark-blue:after {
    display: none;
}

.common__title2--blue {
    color: #3fd9ff;
}

.common__title2--blue:after {
    background: #3fd9ff;
}

.common__title2--blue:before {
    background: #3fd9ff;
}

.common__title2--blue2 {
    color: #64cbef;
    line-height: 35px;
}

.common__title2 span {
    color: #3fd9ff;
}

@media screen and (max-width: 1023px) {
    .main-title .title-wrap {
        margin: 0 110px;
    }
}

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

    .title-wrap {
        margin: 0 100px;
        margin-bottom: 20px;
    }

    .title-wrap .common__title2 {
        font-size: 38px;
    }

    .title-wrap .common__title2:before {
        height: 3px;
    }

    .title-wrap .common__title2:after {
        height: 3px;
    }

    .main-title .title-wrap .common__title2 {
        font-size: 38px;
        line-height: 42px;
    }
}

input:: -webkit-input-placeholder {
    color: #2D2D2D;
}

input:: -moz-placeholder {
    color: #2D2D2D;
}

input: -moz-placeholder {
    color: #2D2D2D;
}

input: -ms-input-placeholder {
    color: #2D2D2D;
}

input:focus:: -webkit-input-placeholder {
    color: transparent !important;
}

input:focus:: -moz-placeholder {
    color: transparent !important;
}

input:focus: -moz-placeholder {
    color: transparent !important;
}

textarea:focus:: -webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus:: -moz-placeholder {
    color: transparent !important;
}

textarea:focus: -moz-placeholder {
    color: transparent !important;
}

.common__btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans Bold", Tahoma;
    background-color: #c71585;
    height: 40px;
    line-height: 40px;
    width: 215px;
    letter-spacing: 0.05em;
}

.top {
    display: none;
    position: fixed;
    top: 82px;
    height: 40px;
    min-width: 768px;
    width: 100%;
    background-color: #1EBDFE;
    z-index: 3;
}

.inner .top {
    display: block;
    top: 112px;
}

@media screen and (min-width: 960px) {
    .inner .top {
        position: absolute;
        top: 112px;
    }
}

@media screen and (max-width: 1160px) {

    .inner .top,
    .top {
        top: 95px;
    }
}

@media screen and (max-width: 1210px) and (min-width: 960px) {
    body.inner .top.to_top2 {
        top: 68px;
        position: fixed;
    }
}

@media screen and (max-width: 960px) {
    .inner .top {
        position: static;
        margin-top: 100px;
    }
}

.header.to_top,
body.inner .header.to_top {
    position: fixed;
    top: 0;
    z-index: 10;
}

.top-block-stick {
    position: absolute;
    top: 0;
    background: #2d6d9e;
    background: linear-gradient(90deg, #bbdaf5, #2d6d9e);
    width: 100%;
    height: 31px;
}

@media screen and (max-width: 960px) {
    .top-block-stick {
        display: none;
    }
}

.promo {
    min-width: 768px;
    height: 820px;
    background-color: #77a6cb;
    background-image: url(../images/bg-promo4.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: 82px;
}

@media screen and (max-width: 1210px) {
    .promo {
        margin-top: 68px;
    }
}
@media screen and (max-width: 1100px) {
    .cg_list.cg_list_1{
        left: 50px;
    }
    .cg_list.cg_list_2{
        right: 100px;
    }
}

@media screen and (max-width: 960px) {
    .promo {
        margin-top: 50px;
		height: unset;
		background-size: cover;
    }
    .promo-info > .cg_list{
        display: none;
    }
    .cg_list.cg_list_1,
    .cg_list.cg_list_2{
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        text-align: left;
    }
    .cg_list.cg_list_2{
        margin-bottom: 50px;
    }
    body .promo-text2{
        margin-left: 0;
    }
}

@media screen and (min-width: 961px){
    .promo-contacts .cg_list{
        display: none;
    }
}

@media screen and (max-width: 500px){
    .promo .center-wrapper{
        padding: 0 10px !important;
    }
    .cg_list li{
        font-size: 12px;
    }
    .cg_list li:not(:last-child){
        margin-bottom: 15px;
    }
    .promo-title__hidden{
        font-size: 30px !important;
        line-height: 45px !important;
    }
    body .promo-text2{
        margin-bottom: 10px;
    }
}

.promo-info {
    margin-bottom: 5px;
}

.promo-contacts {
	float: right;
	width: 46%;
	padding-top: 65px;
	text-align: right;
}

.promo-contacts p {
	margin-bottom: 5px;
}

.promo-title__hidden {
    display: none;
}

.promo-text {
    float: left;
    padding-top: 165px;
    padding-left: 60px;
    width: 50%;
}

.promo-text__small {
    margin-top: 32px;
    margin-bottom: 36px;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.23);
}

.promo-title__hidden,
.promo-text__title {
    color: #000;
    font-size: 40px;
    font-family: "OpenSans ExtraBold", Tahoma;
	font-size: 59px;
	line-height: 90px;
    text-transform: uppercase;
}
.promo-text2 {
    margin: -40px 0 0 65px;
	letter-spacing: 3px;
}
.promo-text3 {
	color: #fff;
	margin-top: -27px;
    padding-right: 90px;
	text-align: right;
    white-space: nowrap;
}

.cg_list{
    color: #FFF;
    font-family: 'OpenSans Regular';
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
}

.cg_list li{
    position: relative;
    padding-left: 23px;
}

.cg_list li:not(:last-child){
    margin-bottom: 22px;
}

.cg_list li:before{
    content: '';
    display: block;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    background: url(/bitrix/templates/common/images/check.svg);
    background-repeat: no-repeat;
}

.cg_list_1 {
    position: absolute;
    top: 330px;
    left: 135px;
}

.cg_list_2 {
    position: absolute;
    top: 390px;
    left: unset;
    right: 133px;
}

.promo-dots {
	position: relative;
	height: 230px;
}

.promo-dot {
	position: absolute;
	font-family: 'OpenSans Regular';
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

.promo-dot div {
	font-family: 'OpenSans Bold';
	font-size: 34px;
	line-height: 46px;
	text-transform: uppercase;
}

.promo-dots1 {
	top: -30px;
	right: 50%;
	margin-right: 65px;
	padding: 0 175px 10px 0;
	background: url(../images/promo/promo_dots1.png) no-repeat 100% 15px;
}

.promo-dots2 {
	top: 10px;
	left: 50%;
	padding: 60px 0 0 50px;
	background: url(../images/promo/promo_dots2.png) no-repeat 0 0;
}

.promo-dots3 {
	top: 60px;
	right: 50%;
	margin-right: 60px;
	padding: 85px 85px 0 0;
	background: url(../images/promo/promo_dots3.png) no-repeat 100% 0;
}

.promo-dots4 {
    top: 130px;
    left: 50%;
    margin-left: 20px;
    padding: 0 0 0 115px;
    background: url(../images/promo/promo_dots4.png) no-repeat 0 50px;
}

.promo-benefits {
    display: none;
}

.promo__phone {
	display: inline-block;
	font-family: "OpenSans Semibold", Tahoma;
	text-decoration: none;
	color: #fff;
	font-size: 19px;
}

.promo__mail {
	display: inline-block;
	margin-bottom: 10px;
	font-family: "OpenSans Semibold", Tahoma;
	position: relative;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
}

.promo__order {
    display: inline-block;
	background: #C71585;
	border-radius: 10px;
    width: 258px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-family: "OpenSans Semibold", Tahoma;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.search-form-top {
    margin-top: 3px;
}

.search-form-top input {
    border: none;
    border-top: 2px solid #d0d0d0;
    border-radius: 15px;
    width: 200px;
    padding: 4px 30px 4px 20px;
    position: relative;
}

.search-form-top .search-form-submit {
    right: 11px;
    top: 6px;
    padding: 0;
    cursor: pointer;
    border: none;
    position: absolute;
    width: 30px;
    background: url(../images/search_loupe.png) no-repeat center 4px;
}

.search-form-top input:focus {
    outline: none;
}

.banner-slider img {
    max-width: 100%;
}

.banner-slider {
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
}

.socialBlock div {
    display: inline-block;
    width: 310px;
}

.socialBlock {
    text-align: center;
}

.banner-slider .slick-slide {
    height: 470px;
}

.banner-slider .title {
    font-family: "OpenSans Bold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 39px;
}

.banner-slider .text {
    font-family: "OpenSans Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    color: #FFFFFF;
}

.slideContent {
    max-width: 1067px;
    margin: 39px auto 0 auto;
}

.container-nav {
    max-width: 1067px;
    margin: 0px auto 0 auto;
    position: relative;
    height: 0;
}

.line {
    margin-bottom: 20px;
}

.banner-sliders {
    position: relative;
}

.banner-slider-nav {
    position: absolute;
    bottom: 80px;
    width: 470px;
}

.banner-slider-nav img {
    width: 39px !important;
    height: 39px;
    margin-right: 40px;
    cursor: pointer;
}

.banner-slider-nav img.active {
    display: none;
}

.banner-slider-nav .slick-current img.active {
    display: block;
}

.banner-slider-nav .slick-current img.not-active {
    display: none;
}

.banner-slider .slick-next:before {
    content: url("/bitrix/templates/common/images/banner/arrow.png");
}

.banner-slider .slick-next {
    top: 50px;
    right: 27%;
}

.banner-slider-num {
    font-family: "OpenSans Regular", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 49px;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 26%;
    z-index: 1;
}

.banner-slider-num span {
    font-size: 36px;
}

.section-sert .sertifikate-slider-wrap {
    padding: 0 53px 0 52px;
}

.section-sert {
    margin: 25px 0;
}

.sertifikate-slider-before-footer .owl-controls .owl-nav .owl-prev {
    left: -15px;
    background: url(/bitrix/templates/common/styles/../images/lt-prev-text.png) no-repeat;
    top: -17px;
}

.sertifikate-slider-before-footer .owl-controls .owl-nav .owl-next {
    right: -15px;
    top: -17px;
    background: url(/bitrix/templates/common/styles/../images/lt-next-text.png) no-repeat;
}

.sertifikate-slider-before-footer .owl-controls .owl-nav .owl-next,
.sertifikate-slider-before-footer .owl-controls .owl-nav .owl-prev {
    width: 103px;
    position: absolute;
    height: 18px;
    margin-top: -25px;
    font-size: 0;
}

@media only screen and (max-width: 960px) {
    .sertifikate-slider-before-footer .li {
        max-width: 100%;
        display: inline-block;
        margin-bottom: 10px;

    }

    .section-sert .sertifikate-slider-wrap {
        margin: 20px auto 0;
        max-width: 100%;
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
    }
}

.header-sub-menu li:last-child a {
    border-bottom: none;
}

.header-sub-menu li:last-child .header-sub-menu2 a {
    border-bottom: 1px solid #80EEFE;
}

.promote-item-footer {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 12px 10px;
    background: linear-gradient(to bottom, #1AC1E9 0%, #1D7FD8 100%);
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
}

ul.promote-items.tematika.tematika-margin.blog-items li p.tematika_image img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.blog-head-block {
    position: relative;
}

.blog-head-block .center-wrapper {
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 20px 20px;
    align-items: center;
    position: relative;
}

.blog-head-block:before {
    height: 5px;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 100%;
    background: url(/bitrix/templates/common/styles/../images/bottom-arrow.png) repeat-x center bottom;
}

.blog-head-block:after {
    height: 5px;
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    background: url(/bitrix/templates/common/styles/../images/top-arrow.png) repeat-x center bottom;
}

.blog-view-count {
    display: flex;
    align-items: center;
    width: 200px;
    font-weight: bold;
    justify-content: center;
}

.blog-view-eye {
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.blog-view-eye img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-share-page {
    width: 200px;
}

.blog-main-block {
    background: #fff;
}

span.blog-date {
    font-size: 18px;
    font-weight: bold;
}

.blog-share-page a {
    width: 25px;
    display: inline-block;
    margin: 0 10px;
    transition: .3s;
}

.blog-share-page a:hover {
    transform: rotate(5deg) scale(1.1);
}

.blog-share-page a img {
    width: 100%;
}

ol.blog-list-headers li a {
    color: #000;
    text-decoration: none;
    position: relative;
    text-decoration: underline;
}

.blog-main-text .center-wrapper {
    padding: 15px 0;
    font-size: 18px;
}

ol.blog-list-headers li a:before {
    content: "";
    right: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: #1EBDFE;
    position: absolute;
    transition: .3s;
}

ol.blog-list-headers li a:hover:before {
    width: 100%;
    left: 0;
}

ol.blog-list-headers li {
    font-size: 18px;
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}

ol.blog-list-headers {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-main-block p.h2 {
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "OpenSans Semibold", Tahoma;
    padding-top: 20px;
}

.blog-list-item {
    display: flex;
    align-items: center;
}

.blog-list-item>a {
    width: 300px;
    height: 120px;
}

.blog-list-item>a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.blog-list-right-block>p {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.blog-list-right-block a {
    text-decoration: underline;
    padding-right: 5px;
    color: #000;
}

.blog-list-right-block p+a {
    text-decoration: none;
}

ul.blog-sections li a {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    margin-left: 0;
    vertical-align: middle;
    padding: 18px 40px;
    outline: 0 none;
    color: #6e6e6e;
    font-family: 'OpenSans Semibold', sans-serif, sans-serif;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    display: block;
    text-transform: none;
    border-radius: 7px;
    border: 1px solid #e3e4e6;
    background: #f5f5f5;
    font-size: 18px;
    transition: background 0.3s linear 0s, color 0.2s linear 0s, border 0.2s linear 0s;
    margin: 10px 4px;
}

ul.blog-sections li a:hover,
ul.blog-sections li a.active {
    background: #c71585;
    color: #fff;
}

ul.blog-sections li {
    display: inline-block;
}

.blog-list-right-block {
    width: 100%;
}

.blog-main-text .center-wrapper img {
    display: block;
    margin: 10px auto;
    max-height: 600px;
    max-width: 100%;
}

.blog-main-text .center-wrapper img.float-right-image {
    float: right;
    max-width: 370px;
    object-fit: scale-down;
    margin: 10px 0 10px 10px;
    max-height: 370px;
}

.blog-main-text .center-wrapper img.float-left-image {
    float: left;
    max-width: 370px;
    object-fit: scale-down;
    margin: 10px 10px 10px 0;
    max-height: 370px;
}

.reviews_articles table.reviews-post-table {
    border-bottom: initial;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    display: inline-block;
}

.reviews_articles table.reviews-post-table thead td {
    display: flex;
}

.reviews_articles table.reviews-post-table b {
    margin-right: 10px;
    color: #000;
}

.reviews_articles table.reviews-post-table thead td .review-avatar {
    float: initial;
    border: initial;
}

.reviews_articles .reviews-post-reply-buttons noindex {
    display: flex;
    align-items: center;
}

.reviews_articles a.reviews-button-small {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    text-decoration-color: gray;
    padding: 0 5px;
    margin: initial;
}

.reviews_articles table.reviews-post-table .reviews-text {
    font-size: 18px;
    margin: 10px 0 15px;
}

.reviews_articles .main-title {
    margin: 15px 0;
}

.reviews_articles div.bx-html-editor {
    z-index: 1;
}

.reviews_articles div.reviews-reply-buttons input {
    display: inline-block;
    background: #c71585;
    padding: 10px 20px;
    color: #fff;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #c71585;
    transition: .3s;
    cursor: pointer;
}

.reviews_articles div.reviews-reply-buttons input:last-child {
    border: 1px solid #c71585;
    background: transparent;
    color: #c71585;
}

.reviews_articles div.reviews-reply-buttons input:hover {
    background: transparent;
    color: #c71585;
}

.reviews_articles div.reviews-reply-buttons input:last-child:hover {
    background: #c71585;
    color: #fff;
}

.reviews_articles a.forum-upload-file-attach {
    color: #000;
    font-size: 16px;
}

.reviews_articles .reviews-reply-field-setting input {
    display: none;
}

.reviews_articles .reviews-reply-field-setting input+label {
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}

.reviews_articles .reviews-reply-field-setting input+label:before {
    width: 17px;
    height: 17px;
    content: "✓";
    top: 50%;
    position: absolute;
    border: 1px solid mediumvioletred;
    left: 0;
    transform: translateY(-50%);
    transition: .3s;
    display: flex;
    align-items: center;
    padding-bottom: 1px;
    box-sizing: border-box;
    color: #f1f1f1;
    justify-content: center;
}

.reviews_articles .reviews-reply-field-setting input:checked+label:before {
    background: mediumvioletred;
}

.reviews_articles .reviews-reply-fields {
    padding: initial;
    margin-bottom: 10px;
}

.reviews_articles .reviews-reply-fields input {
    padding: 10px;
    outline: none;
    margin-top: 5px;
}

.reviews_articles .reviews-reply-field-captcha-label {
    margin-bottom: 5px;
}

.reviews_articles .reviews-reply-field-captcha-label input {
    padding: 10px;
    outline: none;
}

.blog-main-text .center-wrapper ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 7px;
}

.blog-main-text .center-wrapper ol li {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 7px;
}

.blog-main-text .center-wrapper ul,
.blog-main-text .center-wrapper ol {
    margin-bottom: 10px;
}

.social_network_block {
    float: left;
    margin-right: 20px;
    display: inline-block;
    margin-top: 3px;
}

.social_network_block a {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #000;
    border-radius: 4px;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}

.social_network_block a.telegram {
    background-color: #18addf;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");

}

.social_network_block a.whatsapp {
    background-color: #55cd6c;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
p.phone_footer+.social_network_block {
    float: initial;
}

p.phone_footer {
    display: inline-block;
    vertical-align: middle;
}
.contacts-inform a+.social_network_block {
    float: initial;
    display: inline-block;
    margin-left: 20px;;
}




@media screen and (max-width: 960px) {

    .blog-main-text .center-wrapper img.float-left-image,
    .blog-main-text .center-wrapper img.float-right-image {
        float: initial;
        margin: 10px auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 570px) {

    .blog-head-block .center-wrapper,
    .blog-list-item {
        flex-direction: column;
    }

    .blog-head-block .center-wrapper>* {
        margin: 7px 0;
    }
    .social_network_block a {
        margin-left: 10px;
    }
}
.number-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1500px;
	margin: 0 auto 20px auto;
}
.number-col {
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
    width: 166px;
    height: 180px;
}
#write .number-col {
    box-shadow: 0 0 0 3px rgb(247 247 247);
    width: 188px;
    height: auto;
    background: white;
}
.number-col-arrow1 {
	background: linear-gradient(90deg, #14D6C2 -30.77%, #36F298 100%);
}
.number-col-arrow2 {
	background: linear-gradient(90.05deg, #DB40A2 0.05%, #FFA6BB 99.96%);
}
.number-col-arrow3 {
	background: linear-gradient(89.7deg, #0D81D8 0.29%, #1EBDFE 99.77%);
}
.number-col-arrow {
	position: relative;
}
.number-col-arrow:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 83px;
	border-color: transparent transparent transparent #ffffff;
}
.number-col-arrow:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 83px;
	border-color: transparent transparent #ffffff transparent;
}
.number-colname {
	margin-top: 13px;
	margin-bottom: -20px;
	font-weight: 700;
	font-size: 39px;
	line-height: 53px;
	text-align: center;
}
.number-text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
}

.number-pic {
	max-width:100%;
    object-fit: contain;
    height: 8vw;
}
.number-stars {
	background: url('/landing/src/img/stars.png') 50% 50% no-repeat;
	display: block;
	height: 29px;
}
.number-rating {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 -3px 0;
	color: #000;
}
.number-link {
    color: #7ca2be;
    font-size: 18px;
    text-transform: uppercase;
}
.number-row2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1300px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {  
.fix-otzivy{
    flex-wrap: wrap;
}
}



.main-promo{
    background: url(../images/promo-main/bg.svg) center;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.main-promo__wrapper{
    height: 658px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main-promo__wrapper::before{
    content: "";
    background: url(../images/promo-main/top-arrow.svg) center no-repeat;
    position: absolute;
    left: 51.5%;
    top: 47%;
    display: block;
    width: 200px;
    height: 269px;
    transform: translate(-50%, -50%);
}
.main-promo__black-text{
    padding: 46px 0 10px;
    font-size: 42px;
    color: #2A2A2A;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: "Days", sans-serif;
    width: 605px;
    text-align: right;
}
.main-promo__white-text{
    padding: 6px 0px 28px;
    font-size: 66px;
    color: #FFFFFF;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Days", sans-serif;
    width: 500px;
    text-align: right;
}
.main-promo__baloon{
    position: relative;
}
.main-promo__baloon::before{
content: "";
    display: block;
    position: absolute;
    left: -11%;
    top: 33%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    transform: rotate(60deg);
    background: radial-gradient(#00000054, #0000002e, #00000000, #00000000);
}
.main-promo__baloon{
    position: relative;
}
.main-promo__baloon img{
    max-width: 100%;
    position: relative;
}
.top-promo__slider{
    width: 530px;
    position: absolute !important;
    left: 1%;
    top: 80px;
}
.top-promo__slider::before{
    content: "";
    display: block;
    position: absolute;
    left: -27.3%;
    top: -8%;
    width: 150%;
    height: 170%;
    background: url(../images/promo-main/notebook.webp) center no-repeat;
    background-size: contain;
}
.top-promo__slider .slick-track{
    display: flex;
    align-items: center;
}
.top-promo__slider .top-promo__slider-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.top-promo__slider .top-promo__slider-slide img {
    max-width: 71%;
}
.top-promo__slider .slick-arrow{
    background: #02ABEE;
    width: 47px;
    height: 47px;
    border-radius: 25px;
    box-shadow: 0 2px #4377b1;
    transition: all .3s ease;
}
.top-promo__slider .slick-arrow:hover,
.top-promo__slider .slick-arrow:focus{
    background: #02ABEE;
    box-shadow: 0 0 #4377b1;
}
.top-promo__slider .slick-prev{
    left: 3%;
    z-index: 1;
}
.top-promo__slider .slick-next{
    right: 3%;
}
.top-promo__slider .slick-arrow::before{
    content: "";
    background: url(../images/promo-main/arrow.svg) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 25%;
    height: 50%;
    transform: translate(-50%, -50%);
}
.top-promo__slider .slick-prev::before{
    transform: rotate(180deg) translate(80%, 50%);
}
.top-promo__slider .slick-next::before{
    transform: translate(-20%, -50%);
}
.main-promo__people {
    position: absolute;
    left: 51%;
    bottom: 16px;
    transform: translateX(-50%);

}
.comparison-main-block{
    display: grid;
    grid-template-columns: repeat(2, minmax(50px, 530px));
    gap: 65px;
    justify-content: center;
}
.comparison-main-block__item{
    background-color: #FCFCFC;
    border: 1px solid #D2CACA;
    border-radius: 20px;
    position: relative;
    padding: 115px 43px 35px;
    max-width: 530px;
}
.comparison-main-block__item::after{
    content: "";
    background: url(../images/promo-main/like.svg) center no-repeat #02ABEE;
    position: absolute;
    left: 50%;
    top: 5%;
    display: block;
    width: 60px;
    height: 60px;
    transform: translateX(-50%);
    border-radius: 30px;
}
.comparison-main-block__item_dislike::after{
    background-color: #C71585;
    transform: rotateZ(180deg) translateX(50%);
}
.comparison-main-block__list{
    font-size: 15px;
    line-height: 1.3;
}
.comparison-main-block__item_dislike .comparison-main-block__list{
    padding-left: 20px;
    list-style: disc;
}
.comparison-main-block__item_check .comparison-main-block__list li::before{
    content: '✓';
    margin-right: 5px;
}
.comparison-main-block__list-item{
    margin-bottom: 18px;
}
.comparison-main-block__desc{
    font-family: Days;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
}
.comparison-main-block__desc{
    color: #00ADF2;
}
.comparison-main-block__item_dislike .comparison-main-block__desc{
    color: #C71585;
}
@media screen and (max-width: 1210px) {
    .main-promo__wrapper::before {
        top: 55%;
    }
    .main-promo__black-text {
        font-size: 30px;
    }
    .main-promo__white-text {
        font-size: 52px;
        width: 400px;
    }
    .top-promo__slider {
        width: 400px;
    }
    .main-promo__baloon {
        width: 350px;
        margin-top: 75px;
    }
}
@media screen and (max-width: 970px) {
    .main-promo__wrapper {
        height: 1000px;
    }
    .main-promo__baloon
    {
        margin-top: 10px;
    }
    .main-promo__people {
        position: absolute;
        left: 0%;
        bottom: 420px;
        transform: none;
    }
    .main-promo__wrapper::before {
        top: unset;
        bottom: 420px;
        left: 220px;
    }
    .top-promo__slider {
        position: relative!important;
        left: unset;
        margin: 0 auto;
        top: 150px;
    }
    .comparison-main-block{
        gap: 15px;
    }
}
@media screen and (max-width: 730px){
    .main-promo__wrapper{
        height: 900px;
        align-items: center;
    }
    .main-promo__wrapper::before {
        top: unset;
        bottom: 250px;
        left: calc(50% + 220px);
    }
    .main-promo__black-text, .main-promo__white-text {
        text-align: center;
    }
    .main-promo__people{
        display: none;
    }
    .top-promo__slider {
        position: relative !important;
        left: unset;
        margin: 0 auto;
        top: 50px;
    }
    .comparison-main-block{
        grid-template-columns: 1fr;
    }
    .comparison-main-block__item {
        max-width: unset;
    }
}
@media screen and (max-width: 550px){
    .main-promo__wrapper{
        height: auto;
        padding-bottom: 40vw;
    }
    .main-promo__wrapper::before{
        display: none;
    }
    .main-promo__black-text {
        font-size: 6vw;
        width: 100%;
    }
    .main-promo__white-text {
        font-size: 10vw;
        width: 75vw;
    }
    .main-promo__baloon{
        width: 70vw;
        margin-top: 0;
    }
    .top-promo__slider{
        width: 70vw;
    }
    .comparison-main-block__item {
        padding: 115px 25px 35px;
    }
}