@charset "UTF-8";

body {
  font-size: 15px;
  line-height: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #848D96;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
}

html {
    height: 100%;
}

*:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #292B2B;
}

.h1,h1 {
    margin-bottom: 1rem;
    font-size: 45px;
    line-height: 53px;
    font-weight: 700;
}
.h2, h2 {
  margin-bottom: 1rem;
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
}
.h3, h3 {
  font-size: 26px;
  line-height: 31px;
}
.h4, h4 {
  font-size: 24px;
  line-height: 34px;
}
.h5, h5 {
  font-size: 20px;
  line-height: 24px;
}
.text-22 {
    font-size: 22px;
    line-height: 26px;
}
.text-19 {
    font-size: 19px;
    line-height: 150%;
}
.text-16 {
    font-size: 16px;
    line-height: 19px;
}
.text14 {
    font-size: 14px;
    line-height: 17px;
}
a {
  color: #377DFF;
  transition: 0.3s background,0.3s color;
}
.content {
    overflow: hidden;
}

.btn-blue {
    padding: 1rem 2rem;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #007bff;
    border-color: #007bff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.btn-blue:hover,.btn-blue.focus, .btn-blue:focus {
    background-color: #4131DB;
    border-color: #4131DB;
    color: #fff;
}
.btn-lightblue {
    color: #377DFF;
    background: #E3EDFC;
    padding: 13px 21px 12px;
    font-size: 16px;
    line-height: 19px;
    border: none;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-lightblue:hover,.btn-lightblue.focus, .btn-lightblue:focus {
    color: #4131DB;
    background: #E3EDFC;
    box-shadow: none;
}


.header__nav-link {
    font-size: 16px;
    color: #848D96;
}

.header__nav-item {
    list-style: none;
    margin-right: 35px;
}

.header__nav {
    display: flex;
    padding: 0;
    margin: 0;
}

.header__contact-tel {
    font-size: 16px;
    color: #377DFF;
}

.header__contact-item {
    list-style: none;
}

.header__contact {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header__contact-callback {
    margin: -1px -14px 0px 32px;
}
.bx-breadcrumb {
    display: flex;
    font-size: 14px;
    line-height: 17px;
    color: #B6C2C9;
    padding: 7px 0 15px 0;
}
.bx-breadcrumb-divider {
    padding: 0 10px 0 15px;
}
.bx-breadcrumb a {
    color: #B6C2C9;
}
.activity__nav-link {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #848D96;
}

.activity__nav {
    padding: 0;
    margin: 18px 0 47px;
}

.keyses__item {
    text-decoration: none!important;
    display: block;
}

.page-scroll__item-wrapper .header {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    padding: 48px 0 29px;
    border: none;
}

.section-keyses {
    min-height: 105vh;
    display: flex;
    align-items: center;
}

.section-banner {
    background: url(/local/templates/vertal/img/bg_home.png) center top no-repeat;
    min-height: 90vh;
    display: flex;
    align-items: center;
}
.home__banner-text {
    font-weight: 300;
    color: #848D96;
    margin-bottom: 0;
}


.activity__nav-item {
    list-style: none;
    margin-bottom: 6px;
}

.keyses__item-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.keyses__item-desk {
    font-size: 14px;
    line-height: 17px;
    color: #848D96;
    margin-bottom: 30px;
}

.header {
    padding: 35px 0 33px;
    /* position: fixed; */
    /* left: 0; */
    /* top: 0; */
    /* z-index: 1; */
    /* width: 100%; */
    /* background: #fff; */
    border-bottom: 1px solid #C4D1E1;
}

.header__hamburger {
    font: inherit;
    display: flex;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.header__hamburger-box {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 24px;
}

.header__hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    top: 2px;
    transition: background-color 0s linear .13s;
}

.header__hamburger-inner,.header__hamburger-inner:before,.header__hamburger-inner:after {
    position: absolute;
    width: 31px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #848D96;
}

.header__hamburger-inner:before, .header__hamburger-inner:after {
    display: block;
    content: "";
}

.header__hamburger-inner:before {
    top: 9px;
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.header__hamburger-inner:after {
    top: 18px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.header__hamburger-inner.active {
    transition-delay: .22s;
    background-color: transparent!important;
}

.header__hamburger-inner.active:before, .header__hamburger-inner.active:after {
    background-color: #848D96;
}

.header__hamburger-inner.active:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(45deg);
}

.header__hamburger-inner.active:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(-45deg);
}


.jsHamburger {
    line-height: 24px;
}

.type__in,.typed-cursor {
    color: #377DFF;
    FONT-WEIGHT: 400;
}

.section-activity {
    background-color: #F7F8FC;
    min-height: 105vh;
    display: flex;
    align-items: center;
}

.section {
    padding: 130px 0;
}

.keyses__item-img {
    display: block;
    margin-bottom: 18px;
}

.keyses__item-btn {
    margin: 33px 0;
}

.text-gradient, .pricelist__list-link:hover span {
    background: linear-gradient(90deg, #4131DB 11.55%, #1C91FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #377DFF;
}
.facts__item-title {
    font-size: 28px;
    line-height: 33px;
    color: #292b2b;
    margin-bottom: 6px;
}

.facts__item-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}



.section-facts {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-clients {
    background: #007eff;
    color: #fff;
    min-height: 105vh;
    display: flex;
    align-items: center;
}

.section-clients .h2 {
    color: #fff;
}
.contact__item-text {
    font-size: 20px;
    line-height: 28px;
    color: #292b2b;
}

.contact__item-link {
    font-size: 20px;
    line-height: 24px;
}

.contact__soc-nav {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.contact__soc-item {
    list-style: none;
    margin-right: 11.5px;
}
.contact__soc-item:last-child {
    margin-right: 0;
}
.contact__item-phone {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #292b2b;
    display: block;
    margin: 25px 0 45px;
}

.contact__item-link {
    border: none;
    background: none;
    font-size: 20px;
    line-height: 24px;
    color: #377DFF;
    padding: 0;
    display: block;
    margin: 8px 0 67px;
}

.contact__item-secphone {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #292b2b;
    font-weight: 500;
    margin-bottom: 11px;
}

.contact__messenger-nav {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.contact__messenger-item {
    list-style: none;
    margin-right: 11.5px;
}

.footer {
    background-color: #292B2B;
    font-size: 18px;
    line-height: 21px;
    color: #848D96;
    padding: 33px 0;
}

.footer__nav {
    margin: 0;
    padding: 0;
}

.footer__nav-item {
    list-style: none;
    margin-bottom: 11px;
}

.footer__nav-link {
    color: #848D96;
}

.clients__items {
    margin-top: 23px;
}

.clients__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

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

.section-contact {
    padding: 140px 0 110px 0;
}

.form-control {
    border: 0.5px solid #848D96;
    border-radius: 0;
    font-size: 18px;
    line-height: 21px;
    padding: 0 23px;
    height: 51px;
    color: #282723;
    display: flex;
    align-items: center;
}

.form-group {
    margin-bottom: 13px;
    position: relative;
}

.form__small {
    font-size: 14px;
    line-height: 17px;
    color: #848D96;
}
.form-textarea {
    border: 0.5px solid #848D96;
    border-radius: 0;
    font-size: 18px;
    line-height: 21px;
    padding: 11px 23px;
    height: 113px;
    color: #282723;
    width: 100%;
    margin-bottom: 12px;
}

.custom__control {
    position: relative;
}

.custom__control-label {
    font-size: 14px;
    line-height: 17px;
    color: #848D96;
    position: relative;
}

.custom__control-label a {
    color: #848D96;
}

.custom__control-text:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    border: 1px solid #848D96;
    border-radius: 3px;
    left: 0px;
    top: -1px;
}
input::-webkit-input-placeholder {     color: #848D96; }
input:-ms-input-placeholder { color: #848D96; }
input::-ms-input-placeholder { color: #848D96; }
input::placeholder { color: #848D96; } 

.custom__control-input {
    display: none;
}

.custom__control-text {
    position: relative;
    padding: 0 0 0 30px;
    display: block;
}

.custom__control-label a:hover {
    color: #377DFF;
}

.contact__item-link:hover {
    color: #4131DB;
}


.form__btn {
    padding: 1rem 3.1rem;
}
.contact__item-arrow {
    margin-left: 6px;
}

.contact__messenger {
    margin-top: 60px;
}

.contact__soc-link svg {
    fill: #848D96;
    transition: 0.3s background,0.3s color;
}

.soc__icon-vk:hover {
    fill: #4D75A3;
}

.soc__icon-f:hover {
    fill: #3C5998;
}

.soc__icon-i:hover {
    fill: #F33178;
}

.contact__messenger-w {
    fill: #29C44D;
}

.contact__messenger-w:hover {
    fill: #15812E;
}
.contact__messenger-v {
    fill: #7D5AED;
}

.contact__messenger-v:hover {
    fill: #4E359E;
}
.contact__item-link:hover .contact__item-arrow {
    fill: #4131DB!important;
}

.header__contact-mail {
    font-size: 16px;
    line-height: 19px;
    margin-right: 76px;
}

.section_top-comingsoon {
    background: linear-gradient(90deg, #4131DB 9.21%, #1C91FF 89.37%);
    color: #fff;
}

.section_top {
    padding: 28px 0 45px;
}

.section_top-comingsoon .h1,.section_top-comingsoon .h5 {
    color: #fff;
}

.section-comingsoon {
    padding: 33px 0;
}

.swiper-prems-item {
    display: flex;
    justify-content: center;
}
.swiper-prems-icon {
    margin-right: 11px;
}
.swiper-prems-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #292B2B;
    padding-top: 11px;
}

.swiper-prems {
    margin-bottom: 60px;
}

.comingsoon_form {
    background: #2772F3;
    color: #fff;
    margin: 57px 0;
    padding: 25px 8.5%;
    font-size: 14px;
    line-height: 17px;
}

.comingsoon_form-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 23px;
}

.comingsoon_form-control {
    height: 51px;
    background: #FFFFFF;
    display: flex;
    width: 100%;
    border: none;
    box-shadow: none!important;
    padding: 0 23px;
    font-size: 16px;
    line-height: 19px;
    /* color: #848D96; */
    color: #0B0C0C;
    align-items: center;
}

.comingsoon_form-group {
    margin-bottom: 18px;
    position: relative;
}

.comingsoon_form-subtitle {
    font-size: 24px;
    margin: 44px 0 28px;
}

textarea {
    height: 83px;
    background: #FFFFFF;
    display: flex;
    width: 100%;
    border: none;
    box-shadow: none!important;
    padding: 21px 23px;
    font-size: 16px;
    line-height: 19px;
    /* color: #848D96; */
    color: #0B0C0C;
}

.btn-white {
    padding: 1rem 2rem;
    font-size: 20px;
    line-height: 24px;
    color: #377DFF;
    background: #FFFFFF;
    border-color: #FFFFFF;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: flex;
    font-weight: 400;
    text-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    justify-content: center;
    border: none;
    border-radius: 3px;
}

.icon_arrow-long {
    fill: #377DFF;
    display: none;
}

.btn-white:hover {
    /* font-size: 0; */
    /* line-height: 0; */
}

.btn-white:hover svg {
    display: block;
}

.comingsoon_form-btn {
    min-width: 204px;
}

.custom__control-checkbox {
    display: none;
}

.custom__control-checkmark {width: 24px;height: 24px;background: #FFFFFF;border-radius: 2px;box-sizing: border-box;display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.form-check {margin-bottom: 12px;cursor: pointer;padding-left: 0;}

.custom__control-value {
    font-size: 18px;
    line-height: 21px;
    margin-left: 36px;
}
.custom__control-checkbox:checked ~ .custom__control-checkmark:before {
    position: absolute;
    content: '';
    display: block;
    width: 9px;
    height: 13px;
    border: solid #2772f3;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    left: 7px;
    top: 3px;
}

.comingsoon_form-file {
    color: #848D96;
    max-width: 100%;
    height: 51px;
    background: #FFFFFF;
    display: flex;
    width: 100%;
    border: none;
    box-shadow: none!important;
    padding: 0 23px;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    cursor: pointer;
}

.comingsoon_form-upload {
    width: 17%;
    height: 51px;
    background: #4131DB;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
}
.comingsoon_form-row {
    display: flex;
}

input.form-upload {
    display: none;
}

.swiper-prems .swiper-slide {
    width: auto;
}
.swiper-dots {
    position: absolute;
    top: 80px;
    left: 0;
    text-align: center;
    width: 100%;
}

.swiper-dots .swiper-pagination-bullet {
    width: 9.26px;
    height: 9.26px;
    background: #B0BFDE;
    opacity: 1;
    margin: 0 4px;
    position: relative;
}

.swiper-dots .swiper-pagination-bullet-active:before {content: "";display: block;width: 16.98px;height: 16.98px;border: 1px solid #B0BFDE;position: absolute;top: -4px;left: -4px;border-radius: 100%;}


.form-check-sm .custom__control-value {
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.form-check-sm .custom__control-checkmark {
    width: 17px;
    height: 17px;
}

.form-check-sm .custom__control-checkbox:checked ~ .custom__control-checkmark:before {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 11px;
}
.form-check-sm .custom__control-value a {
    /* color: #fff; */
}

.form-check-gray .custom__control-checkmark {
    background: #848D96;
}

.form-check-gray .custom__control-checkbox:checked ~ .custom__control-checkmark:before {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}


.error-label.error_dot {
    font-size: 0;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #F93262;
    border-radius: 100%;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}


input.error-label::-webkit-input-placeholder {     color: #F93262; }
input.error-label:-ms-input-placeholder { color: #F93262; }
input.error-label::-ms-input-placeholder { color: #F93262; }
input.error-label::placeholder { color: #F93262; } 

html:not(.is-mobile) .page-scroll__blackout {
  display: none; }


  .facts {
    margin-top: 125px;
    display: flex;
    flex-wrap: wrap;
}


.facts__item {
    width: 50%;
    margin-bottom: 66px;
}

.facts__img {
    margin: -80px 0 0 0;
}

.swiper-prems-icon img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.swiper-prems-item:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; /* IE 6-9 */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.pricelist__title {
    font-size: 34px;
    line-height: 40px;
    text-decoration-line: underline;
    color: #292B2B;
    margin-bottom: 45px;
}

.pricelist__list-name {
    font-size: 22px;
    line-height: 26px;
    display: block;
    margin-bottom: 5px;
}

.pricelist__list-item {
    list-style: none;
    width: 30%;
}

.pricelist__list {
    margin: 0 0 83px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pricelist__list-price {
    display: block;
    font-size: 16px;
    line-height: 19px;
}

.pricelist__list-item:nth-child(3) a:before, .pricelist__list-item:nth-child(2) a:before, .pricelist__list-item:nth-child(1) a:before {
    border-top: 1px solid #C4D1E1;
    content: "";
    display: block;
    width: 100%;
    position: relative;
    top: -17px;
    left: 0;
}

.pricelist__list-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon_download {
    margin-left: 6px;
    margin-top: -6px;
}

.pricelist__list-link {
    color: #848D96;
    padding: 17px 0 12px;
    display: block;
    border-bottom: 1px solid #C4D1E1;
    min-height: 81px;
    position: relative;
}

.pricelist__list-icon img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.pricelist__list-link:hover .pricelist__list-icon img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.pricelist__list:after {
    content: "";
    flex: 0 1;
    min-width: 30%;
}

.course_items {
    margin-bottom: 100px;
}


.form__black {
    min-height: 290px;
    background: #272937;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 42px 77px;
    margin-bottom: 75px;
}

.form__black-title {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
}

.form__black-subtitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 25px;
}

.form__black-list {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 26px;
    color: #D8E5ED;
}

.list_star li {
    position: relative;
    list-style: none;
    padding: 0 0 7px 36px;
}

.list_star li:before {content: "";display: block;width: 22px;height: 22px;position: absolute;top: 1px;left: 0px;background: url(/local/templates/vertal/img/icon_star.svg) no-repeat;}


.form-control-border {
    height: 57px;
    border: 1px solid #848D96;
    width: 100%;
    background: none;
    font-size: 20px;
    color: #C4D1E1;
    padding: 0 30px;
}

.form__black-form {
    max-width: 320px;
    width: 100%;
}

.btn-gray {
    background: #E3EDFC;
    border-radius: 3px;
    width: 100%;
    color: #2C64EA;
    font-size: 20px;
}

.btn-gray:hover {
    background: #377DFF;
    color: #E3EDFC;
}
.text-gradient {
 background: linear-gradient(90deg, #4131DB 11.55%, #1C91FF 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.pricelist__list-link:hover {
    border-image-source: linear-gradient(90deg, #4131DB 11.55%, #1C91FF 100%);
    border-image-slice: 1;
}
.section_top-blue {
    background: #377DFF;
    color: #ffffff;
    padding: 110px 0;
}
.why__item-number {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    background: #377DFF;
    padding: 0 9px;
    margin-bottom: 3px;
    display: inline-block;
}

.why__item-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #848D96;
    padding: 0 9px;
}

.why {
    display: flex;
    margin-bottom: 110px;
}
.why__item {
    margin-right: 7%;
}
.why__item:last-child {
    margin-right: 0;
}
.etap__item-title {
    font-size: 30px;
    line-height: 36px;
    color: #292B2B;
    padding: 19px 0 14px;
}

.etap__item-text {
    font-size: 17px;
    line-height: 21px;
    color: #848D96;
}

.etap__item {
    display: flex;
    margin-bottom: 65px;
}

.etap__item-img {
    flex: 0 0 77px;
}
.seo_text {
    font-size: 12px;
    line-height: 19px;
    color: #848D96;
    padding: 0 50px;
    height: 425px;
}
    .contact__messenger-item:last-child {
        margin-right: 0;
    }
  
  .section_top-purple {
    background: #4131DB;
    color: #ffffff;
    padding: 110px 0;
}

.pricelist__table {
    margin: 0;
    padding: 20px 0 45px;
    display: flex;
}

.pricelist__table-title {
    font-size: 28px;
    line-height: 33px;
    color: #292B2B;
    padding-bottom: 17px;
}

.pricelist__table-item {
    list-style: none;
    width: 25%;
    margin-bottom: 30px;
}

.pricelist__table-list {
    padding: 20px 20px 15px 0px;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    color: #848D96;
    border-top: 1px solid #C4D1E1;
    border-right: 1px solid #C4D1E1;
}
.pricelist__table-item:not(:first-child) > * {
    padding-left: 30px;
}
.pricelist__table-list li {
    list-style: none;
    padding-bottom: 19px;
}

.pricelist__table-cost {
    border-top: 1px solid #C4D1E1;
    border-right: 1px solid #C4D1E1;
    padding: 42px  0 0;
}

.pricelist__table-period {
    font-size: 18px;
    line-height: 21px;
}

.pricelist__table-price {
    font-size: 22px;
    line-height: 26px;
    color: #292B2B;
    margin-bottom: 20px;
}

.pricelist__table-btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    color: #377DFF;
    border: 1px solid #377DFF;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 150px;
}

.plus__item-title {
    font-size: 22px;
    line-height: 26px;
}

.plus__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
}

.plus__item {
    width: 48.5%;
    border: 1px solid #C4D1E1;
    margin-bottom: 16px;
    padding: 25px 18px 21px;
}
.plus__item-plus {
    font-size: 26px;
    padding-right: 20px;
    color: #4131DB;
    font-weight: bold;
}
.bg_full {
    background: #E3EDFC;
    padding-top: 70px;
    padding-bottom: 27px;
    position: relative;
}

.step__item-title {
    font-size: 22px;
    line-height: 26px;
    color: #377DFF;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.step__item-title span {
    font-size: 30px;
    line-height: 36px;
    padding-right: 20px;
}

.step__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.step__item {
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 55px;
}

.step__item-text {
    font-size: 18px;
    line-height: 21px;
    color: #8B949D;
}
.bg_full:before,.bg_full:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #E3EDFC;
}

.bg_full:before {
    left: -50%;
}

.bg_full:after {
    right: -50%;
}

.faq__item-qwe {
    font-size: 26px;
    line-height: 31px;
/* identical to box height */
    color: #292B2B;
    display: flex;
    align-items: center;
    padding: 20px 0 15px;
    position: relative;
    cursor: pointer;
}

.faq__item-ans {
    font-size: 22px;
    line-height: 26px;
    color: #848D96;
    display: none;
    padding: 31px 0 23px;
}

.faq__item {
    position: relative;
    border-top: 1px solid #C4D1E1;
}

.faq__item:before,.faq__item:after {content: "";display: block;width: 50%;height: 100%;position: absolute;top: -1px;border-top: 1px solid #C4D1E1;}

.faq__item:before {
    left: -50%;
}

.faq__item:after {
    right: -50%;
}

.faq__item-cross {
    width: 40px;
    height: 40px;
    border: 1px solid #292B2B;
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}

.faq__item.active .faq__item-qwe {
    background: #E3EDFC;
}

.faq__item.active .faq__item-ans {
    display: block;
}

.faq__item.active .faq__item-qwe:before, .faq__item.active .faq__item-qwe:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: #E3EDFC;
}

.faq__item.active .faq__item-qwe:before {
    left: -50%;
}

.faq__item.active .faq__item-qwe:after {
    right: -50%;
}

.faq__item.active .faq__item-cross {
    border-color: #fff!important;
}

.faq__item-cross:before {content: "+";}

.faq__item.active .faq__item-cross:before {
    color: #fff!important;
    content: "-";
    }

.faq__item-qwe:hover .faq__item-title {
    background: linear-gradient(90deg, #4131DB 11.55%, #1C91FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #377DFF;
    }
.faq__item-qwe:hover .faq__item-cross {
    border-color: #1C91FF;
}

.faq__item-qwe:hover .faq__item-cross:before {
    color: #1C91FF;
}
.faq__item.active .faq__item-title {
    -webkit-text-fill-color: #292B2B!important;
}


  
@media (min-width: 1200px) {

    .form__black {
        background: #272937 url(/local/templates/vertal/img//bg_blackform.png) center no-repeat;
    }
    .comingsoon .container {
       max-width: 1100px; 
   }

}

@media (min-width: 1366px) {
    .bg__corner {
        background: url(/local/templates/vertal/img/bg_corner.png)  left bottom no-repeat;
    }
    html:not(.is-mobile) .page-scroll {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }
    html:not(.is-mobile) .page-scroll__blackout {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        pointer-events: none; 
    }
    html:not(.is-mobile) .page-scroll__next-page {
        position: absolute;
        left: 0;
        height: 100%;
        overflow: hidden;
        -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
        transition: opacity 0s ease, -webkit-transform 0s ease;
        transition: transform 0s ease, opacity 0s ease;
        transition: transform 0s ease, opacity 0s ease, -webkit-transform 0s ease; 
    }
    html:not(.is-mobile) .page-scroll__item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    html:not(.is-mobile) .page-scroll__item:first-child {
        z-index: 1;
        opacity:1;
    }
    html:not(.is-mobile) .page-scroll__item-wrapper {
        min-height: 100%;
        background-color: #ffffff; 
    }
}

@media (max-width: 1365px) {

    .section {
        min-height: inherit;
        padding: 53px 0;
    }
}

@media (max-width: 1200px) {
    .form-control {
        font-size: 15px;
        padding: 0 15px;
    }

    .form-textarea {
        font-size: 15px;
        padding: 11px 15px;
    }
    .etap__item-title {
        font-size: 23px;
        line-height: 26px;
    }

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

    .seo_text {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {

    .step__item {
    width: 50%;
}

.step__item-title {
    font-size: 20px;
}

.plus__item-title {
    font-size: 18px;
    line-height: 23px;
}

.pricelist__table-list {
    padding: 20px 10px 15px 0px;
    font-size: 15px;
    line-height: 17px;
}

.pricelist__table-period {
    font-size: 14px;
}

.pricelist__table-price {
    font-size: 19px;
}

.pricelist__table-btn {
    min-width: inherit;
}

    .activity__row {
        display: none;
    }
    .facts__img {
        margin-top: 30px;
    }

    .facts {
        margin-top: 60px;
    }
    .pricelist__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .form__black {
        flex-wrap: wrap;
        padding: 42px 15px;
        margin: 0 -15px 40px;
    }
    .pricelist__list {
        margin-bottom: 25px;
    }

    .pricelist__list-name {
        font-size: 18px;
        line-height: 21px;
    }

    .pricelist__list-price {
        font-size: 14px;
        line-height: 17px;
    }

    .pricelist__list-item {
        width: 100%;
    }

    .pricelist__list-item:nth-child(3) a:before, .pricelist__list-item:nth-child(2) a:before {
        display: none;
    }

    .pricelist__list-link {
        min-height: inherit;
        padding: 9px 0 12px;
    }
    .form__black-title {
        font-size: 22px;
        line-height: 26px;
    }

    .form__black-subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .form__black-list {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .list_star li:before {
        width: 17px;
        height: 17px;
        background-size: cover;
    }

    .form-control-border {
        height: 51px;
        font-size: 16px;
    }
    .pricelist__list-item:nth-child(3) a:before, .pricelist__list-item:nth-child(2) a:before, .pricelist__list-item:nth-child(1) a:before {
        top: -8px;
    }
    .why__item-number {
        font-size: 27px;
    }

    .why__item-text {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {

    .h1, h1 {
        font-size: 28px;
        line-height: 33px;
    }
    .h2, h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .h4, h4 {
        font-size: 17px;
        line-height: 20px;
    }
    .h5, h5 {
        font-size: 16px;
        line-height: 19px;
    }

    .text16 {
        font-size: 12px;
        line-height: 16px;
    }

    .swiper-prems-name {
        font-size: 11px;
        line-height: 14px;
    }
    .comingsoon_form-title {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .comingsoon_form {
        margin: 26px  -15px 0;
        padding: 28px 15px;
    }

    .comingsoon_form-subtitle {
        font-size: 22px;
        line-height: 26px;
        margin: 39px 0 28px;
    }

    .custom__control-value {
        font-size: 16px;
        line-height: 19px;
    }

    .comingsoon_form-row {
        flex-wrap: wrap;
    }

    .comingsoon_form-upload {
        width: 100%;
        margin: 0;
    }
    .header {
        padding: 13px 0 13px;
    }



    .section_top {
        padding: 28px 0 24px;
    }

    .swiper-prems {
        margin-bottom: 76px;
    }

    .form-check {
        margin-bottom: 14px;
    }

    .comingsoon_form-file {
        margin-bottom: 6px;
    }
    .comingsoon_form-btn {
        margin-bottom: 20px;
    }

    .form-check-sm .custom__control-checkmark {
        top: 0px;
        transform: translateY(0%);
    }

    .form-check-sm .custom__control-value {
        font-size: 13px;
        line-height: 17px;
        display: flex;
    }

    .form-check-sm .custom__control-value a {display: contents;}
    .section-comingsoon {
        padding-bottom: 0;
    }

    .section-banner {
        min-height: inherit;
        padding-top: 64px;
        padding-bottom: 70px;
    }

    .btn-blue {
        font-size: 18px;
        line-height: 21px;
        padding: 1rem 1.5rem;
    }

    .section {
        padding: 53px 0;
        min-height: inherit;
    }

    .h3, h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .activity__nav {
        margin: 11px 0 58px;
    }

    .activity__row {
        display: none;
    }

    .keyses__item {
        margin-bottom: 30px;
    }

    .keyses__item-desk {
        font-size: 16px;
        line-height: 19px;
    }

    .keyses__item-btn {
        margin: 28px 0 0 0;
    }
    .facts {
        margin-top: 26px;
    }

    .facts__item-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .facts__img {
        margin: -57px -30px 0;
    }

    .section.section-facts {
        overflow: hidden;
    }
    .clients__item {
        min-height: 79px;
    }

    .contact__item-phone {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        margin: 25px 0 21px;
    }

    .contact__item-text {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
    }

    .contact__item-link {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin: 18px 0 37px;
    }

    .contact__item-secphone {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 5px;
    }

    .contact__messenger-nav {
        justify-content: center;
    }

    .form-control {
        font-size: 14px;
        padding: 0 15px;
    }

    .form-textarea {
        font-size: 14px;
        padding: 11px 15px;
    }

    .form__btn {
        margin: 0 auto;
        display: block;
        padding: 1rem 2.6rem;
        font-size: 18px;
    }
    .contact__soc {
        margin: 29px 0 0 0;
    }

    .contact__soc-nav {
        justify-content: center;
        margin-bottom: 22px;
    }
    button.contact__item-link {
        font-size: 16px;
        line-height: 19px;
    }

    .contact__item-arrow {
        width: 6px;
    }

    .contact__messenger {
        margin-top: 14px;
    }

    .section-contact {
        padding: 43px 0 24px;
    }
    .footer__nav {
        display: flex;
        flex-direction: column;
    }
    .footer {
        font-size: 14px;
        line-height: 14px;
        padding: 39px 0 10px;
        text-align: center;
    }
    .pricelist__hidden {
        display: none;
    }
    .why__item {
    width: 50%;
    margin: 0 0 39px 0;
}

.why {
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.why__item-number {
    font-size: 16px;
    line-height: 30px;
    padding: 0 14px;
}

.etap__item-img img {
    width: 65%;
}

.etap__item-title {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0 8px;
}

.etap__item-text {
    font-size: 14px;
    line-height: 17px;
}

.etap__item {
    margin-bottom: 25px;
}
.section_top-blue {
    padding: 28px 0 59px;
}

.why__item-text {
    padding: 0;
}
.seo_text {
    padding: 0 15px 0 0;
    margin: 40px 0;
}
.pricelist__table-list,.pricelist__table-cost {
    display: none;
    height: inherit!important;
    padding: 25px 0;
}

.pricelist__table {
    flex-direction: column;
}

.pricelist__table-item {
    width: 100%;
    margin-bottom: 7px;
}

.pricelist__table-title {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    border-top: 1px solid #C4D1E1;
    border-bottom: 1px solid #C4D1E1;
    padding-bottom: 18px;
    padding-top: 24px;
}

.pricelist__table-item:not(:first-child) > * {
    padding-left: 0;
}
.plus__item {
    width: 100%;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    min-height: 75px;
    margin-bottom: 5px;
}

.plus__item-title {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.plus__item-plus {
    display: block;
}

.step__item-title {
    font-size: 18px;
    line-height: 21px;
}

.step__item-text {
    font-size: 16px;
    line-height: 19px;
}

.step__item-title span {
    font-size: 24px;
    line-height: 28px;
}

.step__item {
    width: 100%;
    margin-bottom: 25px;
}
  
.pricelist__table-item.active .pricelist__table-list {
    display: block;
    border-top: 0;
    border-right: 0;
    font-size: 14px;
    line-height: 17px;
    color: #848D96;
    text-align: center;
}

.pricelist__table-item.active .pricelist__table-cost {
    display: block;
    border-right: 0;
    text-align: center;
}

.pricelist__table-period {
    font-size: 18px;
    line-height: 21px;
}

.pricelist__table-price {
    font-size: 22px;
    line-height: 26px;
}

.pricelist__table-btn {
    min-width: 155px;
}
.etap__item-text br {
    display: none;
}

.pricelist__table-list {
    padding: 29px 0px 7px 0px;
}

.pricelist__table-list li {
    padding-bottom: 24px;
}

.plus__items {
    margin-bottom: 45px;
}

.bg_full {
    padding-top: 45px;
    padding-bottom: 27px;
}
}