@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,700,800");

.align-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.std-text p, div {
    display: block
}

* {
    outline: 0
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
 font-family: 'Alegreya Sans';
    background-color: #fff;
    color: #0d2839
}

.body-sth.body-menu-open {
    overflow: hidden;
    overflow-y: scroll
}

.html-sth.html-menu-open {
    overflow: hidden
}

.h3, .h4, .std-text, h3, h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.23;
    color: #0d2839;
    margin: 0;
    padding: 0
}

.h4, .std-text, h4 {
    font-size: 30px;
    line-height: 1.2
}

.h4.line-title, h4.line-title {
    position: relative;
    padding-top: 20px
}

.h4.line-title:before, .std-text li:before, h4.line-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    width: 60px;
    height: 3px;
    background-color: #0ebab9
}

.std-text {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 300;
    padding: 0 0 1px
}

.std-text p {
    padding: 0;
    margin: 0 0 20px
}

.std-text dl, .std-text li, .std-text ol, .std-text ul {
    display: block;
    padding: 0;
    list-style: none;
    margin: 25px 0
}

.std-text li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 13px
}

.std-text li:before {
    top: 11px;
    left: 0;
    width: 3px;
    background-color: #0d2839;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.first-scr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 200px 0 170px;
    color: #fff;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh
}

.first-scr__dark-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4)
}

.first-scr__opisanie, .first-scr__title {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    color: #fff;
    line-height: .96;
    padding: 0;
    margin: 0 0 24px
}

.first-scr__opisanie {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.44;
    margin: 0
}

.first-scr__btn-wrap {
    margin-top: 55px
}

.blue-btn, .blue-btn:hover {
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-decoration: none;
    outline: 0
}

.blue-btn {
    display: inline-block;
    width: 250px;
    height: auto;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 23px 15px 21px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    background-color: #0ebab9
}

.blue-btn:hover {
    background-color: #0d2839
}

.blue-btn:focus {
    color: #fff;
    background-color: #0d2839;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-decoration: none;
    outline: 0
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 44px;
    padding-bottom: 44px
}

.header__logo-link {
    display: inline-block
}

.header__logo {
    width: 300px;
    height: 63px
}

.header__container {
    position: relative;
    padding: 0 82px 0 46px
}

.header__row {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__articles, .header__name-site {
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
    margin: 0
}

.header__name-site {
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: block;
    padding: 0
}

.header__articles {
    display: inline-block;
    font-weight: 500;
    padding: 8px 44px 6px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.font{
    font-size: 14px;
    padding: 1rem 2rem;
    font-weight: bold 
}
.font:hover{
    background: white;
    color: black !important;  
}
.header__articles, .header__articles:hover {
    color: #f9f9f9;
    text-decoration: none;
    outline: 0
}

.header__articles:focus {
    color: #f9f9f9;
    text-decoration: none;
    outline: 0
}

.header__lk-wrap {
    margin-left: 81px;
    padding-top: 6px
}

.header__lk {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
    margin: 0
}

.header__lk img, .header__lk span {
    display: inline-block;
    vertical-align: middle
}

.header__lk img {
    margin-left: 17px;
    margin-bottom: 6px
}

.header__lk, .header__lk:hover {
    color: #f9f9f9;
    text-decoration: none;
    outline: 0
}

.header__lk:focus {
    color: #f9f9f9;
    text-decoration: none;
    outline: 0
}

.header__right-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wsidetitle {
    display: block;
    min-height: 1px;
    position: relative
}

.wsidetitle-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: -113px;
    top: 19px;
    font-size: 18px;
    line-height: 1.23;
    font-weight: 400;
    color: #0d2839;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap
}

.wsidetitle-line {
    margin: 20px 10px 20px 0;
    width: 1px;
    height: 50px;
    background: #0d2839
}

.abservice {
    display: block;
    position: relative;
    background-color: #f6f6f6;
    padding-top: 193px;
    padding-bottom: 273px
}

.abservice__title-wrap {
    margin-bottom: 50px
}

.abservice__photo-wrap {
    margin-right: -30px
}

.abservice__photo {
    display: block;
    width: 100%;
    height: 480px;
    background-color: #c4c4c4;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.abservice__info {
    padding-top: 38px;
    padding-left: 70px;
    padding-bottom: 10px
}

.abservice__sub-title-wrap {
    margin-bottom: 50px
}

.gvn-scr {
    display: block;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px
}

.gvn-scr__pag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-top: 9px
}

.gvn-scr__pag .swiper-pagination-bullet:before, .gvn-scr__pag:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e6e9eb
}

.gvn-scr__pag .swiper-pagination-bullet {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.23;
    width: auto;
    height: auto;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 42px;
    text-align: center;
    margin: 0;
    padding: 9px 2px;
    position: relative
}

.gvn-scr__pag .swiper-pagination-bullet:before {
    background-color: #0ebab9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: .2s ease;
    -moz-transform: .2s ease;
    -ms-transform: .2s ease;
    -o-transform: .2s ease;
    transform: .2s ease
}

.gvn-scr__pag .swiper-pagination-bullet, .gvn-scr__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    color: #0d2839;
    opacity: 1
}

.gvn-scr__pag .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
    -webkit-transform: .3s ease;
    -moz-transform: .3s ease;
    -ms-transform: .3s ease;
    -o-transform: .3s ease;
    transform: .3s ease
}

.gvn-scr__arrows {
    margin-left: 15px
}

.gvn-scr__arrow.gvn-scr__arrow-right {
    margin-left: 11px
}

.gvn-scr__arrow {
    display: inline-block;
    padding: 3px 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.gvn-scr__arrow-svg {
    display: block;
    width: 10px;
    height: 14px
}

.gvn-scr__control {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.gvn-scr__slider-bl {
    position: relative
}

.gvn-slide {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gvn-slide__img-wrap {
    margin-left: -30px
}

.gvn-slide__img {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.gvn-slide__info {
    padding-right: 70px;
}

.gvn-slide__title-wrap {
    margin-bottom: 22px
}

.gcrm {
    display: block;
    position: relative;
    padding-top: 263px;
    padding-bottom: 203px;
    background-color: #f6f6f6
}

.gcrm__title-wrap {
    margin-bottom: 50px
}

.gcrm__slider-minus-wrap {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.gcrm__slider .swiper-slide {
    width: 500px !important
}

.gcrm__arrow-prev {
    display: inline-block;
    width: 55px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -657px;
    z-index: 2;
    cursor: pointer
}

.gcrm__arrow-prev-icon {
    display: block;
    width: 55px;
    height: 12px
}

.gcrm__slider-bl {
    padding-top: 41px;
    padding-bottom: 41px
}

.gcrm-slide {
    padding: 20px 15px
}

.gcrm-slide, .gcrm-slide__photo, .preim {
    display: block;
    position: relative
}

.gcrm-slide__photo {
    width: 470px;
    height: 332px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.preim {
    padding-top: 223px;
    padding-bottom: 224px
}

.preim__title-wrap {
    margin-bottom: 96px
}

.preim__card-block {
    margin-right: -30px
}

.preim__about {
    padding-left: 70px;
    padding-top: 91px;
    padding-bottom: 1px
}

.preim-card {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 500px;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 70px
}

.preim-card__dark-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(16, 15, 14, .4)
}

.preim-card__info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%
}

.preim-card__title.h4.line-title {
    color: #fff;
    font-weight: 700
}

.preim-card__title.h4.line-title:before {
    background-color: #fff
}

.preim-card__title-wrap {
    margin-bottom: 18px
}

.preim-card__text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.45;
    color: #fff;
    padding-right: 14px
}

.preim-card__btn.blue-btn {
    display: block
}

.preim-card__top-info {
    width: 100%
}

.preim-card__btn-wrap {
    width: 100%;
    margin-top: 50px
}

.abpreim__title {
    display: block;
    font-size: 24px;
    line-height: 1.23;
    font-weight: 400;
    font-style: italic;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.abpreim__text {
    display: block;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 300;
    padding: 0 0 1px;
    color: #0d2839;
    margin: 0
}

.abpreim .abpreim__item:last-child {
    margin-bottom: 0
}

.abpreim__item {
    display: block;
    position: relative;
    padding-left: 70px;
    margin-bottom: 41px
}

.abpreim__icon-wrap {
    position: absolute;
    top: 8px;
    left: 0;
    width: 52px
}

.abpreim__icon {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.work-start {
    display: block;
    position: relative;
    background-color: #f6f6f6;
    padding-top: 95px;
    padding-bottom: 96px
}

.work-start__title-wrap {
    padding-left: 31px;
    margin-bottom: 98px
}

.work-start__title.h3 {
    font-weight: 300
}

.work-start__steps {
    padding-bottom: 1px;
    margin-bottom: 34px
}

.work-steps__item {
    display: block;
    padding-left: 30px;
    margin-bottom: 30px
}

.work-steps__name, .work-steps__num {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.21;
    color: #0ebab9;
    margin-bottom: 7px
}

.work-steps__name {
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    color: #0d2839;
    margin-bottom: 3px
}

.work-steps__description {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.45;
    color: #0d2839
}

.work-form__box {
    padding: 30px 30px 34px 40px
}

.work-form__photo-wrap {
    margin-left: -30px
}

.work-form__photo {
    height: 480px;
    width: 100%;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.work-form__title-wrap {
    margin-bottom: 43px
}

.work-form__inp-wrap {
    margin-bottom: 18px
}

.work-form__inp {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #0d2839;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    width: 100%;
    height: auto;
    -webkit-appearance: none;
    margin: 0;
    padding: 13px 10px
}

.work-form__inp:-webkit-input-placeholder, .work-form__inp::-webkit-input-placeholder {
    color: #c8c8c8;
    opacity: 1
}

.work-form__inp:-moz-placeholder, .work-form__inp::-moz-placeholder {
    color: #c8c8c8;
    opacity: 1
}

.work-form__inp:-ms-input-placeholder {
    color: #c8c8c8;
    opacity: 1
}

.work-form__inp::placeholder {
    color: #c8c8c8;
    opacity: 1
}

.work-form__inp-bl {
    padding-right: 100px
}

.work-form__btn.blue-btn {
    width: 100%
}

.work-form__btn-wrap {
    padding-top: 25px
}

.footer {
    display: block;
    position: relative;
    padding-top: 18px;
    padding-bottom: 19px
}

.footer__logo {
    width: 139px;
    height: auto;
    max-width: 100%
}

.footer__logo-link {
    display: inline-block
}

.footer__soc-wrap {
    padding-bottom: 0;
    padding-top: 5px
}

.footer__copyright-wrap {
    margin-left: 23px;
    padding-top: 0
}

.footer__copyright {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.17;
    color: #0d2839
}

.footer__created-wrap {
    margin-left: 78px;
    padding-bottom: 5px
}

.footer__created {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.17;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer__created, .footer__created:hover {
    color: #0d2839;
    text-decoration: none;
    outline: 0
}

.footer__created:focus {
    color: #0d2839;
    text-decoration: none;
    outline: 0
}

.footer__created span {
    display: inline-block;
    padding-right: 7px
}

.footer__created img {
    display: inline-block;
    width: 100px;
    height: auto;
    position: relative;
    top: -3px
}

.footer__info-row, .soc-line {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding-bottom: 2px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.soc-line {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1
}

.soc-line__item {
    display: inline-block;
    position: relative;
    padding-left: 11px;
    padding-right: 11px
}

.soc-line__item:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background-color: #ced4d7
}

.soc-line .soc-line__item:first-child:before {
    display: none
}

.soc-line__link {
    display: inline-block;
    line-height: 1
}

.soc-line__svg-instagram, .soc-line__svg-telegram {
    display: block;
    width: 18px;
    height: 19px;
    fill: #0d2839
}

.soc-line__svg-telegram {
    height: 16px
}


.gvn-scr__control-cust {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: -25px;
    left: 15px;
    z-index: 3;
}

.video-bag {
    width: 100%;
    height: 350px;
}

@media only screen and (min-width: 990px) {
    .video-bag {
        width: 100%;
        height: 600px !important;
    }

    .section9__videobox {
        width: 100%;
        position: relative;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
    }
}

@media only screen and (min-width: 767px) {
    .gvn-scr__control-cust {
        left: 50%;
    }
}

@media only screen and (min-width: 990px) {
    .gvn-scr__control-cust {
        left: 26%;
    }

    .gvn-slide__info {
        padding-right: 3rem;
    }
}

.section9 {
    padding: 4rem 0;;
}

.h2 {
    margin-bottom: 1rem;
}

.h3-sub {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1200px) {
    .h2 {
        margin-bottom: 3rem;
    }

    .h3-sub {
        margin-bottom: 4rem;
    }

    .section9 {
        padding: 9rem 0;;
    }
}

.spresent-side-name {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 1.2rem;
    margin-bottom: .8rem;
}

.spresent-side-post {
    font-style: italic;
    font-size: 18px;
    line-height: 1.42;
    font-weight: 300;
    margin-top: -2px;
}

@media only screen and (max-width: 600px) {
    .spresent-side-name,
    .spresent-side-post {
        margin-left: 1rem;
    }
}

.bag {
    background-color: #f6f6f6;
}

.testemon {
    text-align: center;
}

@media only screen and (min-width: 1200px) {

    .icon_blue {
        width: 47px;
    }
}

.font-size-h4 {
    font-size: 18px !important;
}

.modal-header {
    border: none;
}

.modal-header_cust {
    align-items: flex-start !important;
    flex-direction: column !important;
}

@media only screen and (max-width: 500px) {
    .gvn-scr__control {
        top: -1rem !important;
        left: auto !important;
        right: 30px !important;
        bottom: auto !important;
    }

    .gvn-slide__img-wrap {
        margin-top: 3rem !important;
    }

    .gvn-scr__slider-bl {
        margin-top: 3rem !important;
    }

    .gvn-scr__control-cust {
        bottom: auto !important;
        left: auto !important;
        top: -4rem !important;
        right: 30px !important;
    }

    .testemon img {
        width: 120px;
    }

    .orderr {
        order: 1;
        margin-bottom: 2rem;
        padding: 0;
    }

    .order {
        order: 2;
    }
}

@media only screen and (max-width: 767px) {
    .ml-a {
        margin-top: 1rem;
        margin-left: auto;
    }
}

.col-w {
    color: #fff;
}

.tel {
    font-size: 24px;
}

.point, .wrapper-icon {
    -ms-grid-row-align: center
}

.wsidetitle {
    display: none
}

.wsidetitle-line {
    margin: 20px 10px 20px 0;
    width: 1px;
    height: 50px;
    background: #0d2839
}

.sec100 {
    padding: 25px 0
}

.icon_blue {
    margin-bottom: 25px
}

.wrapper-title-icon-text {
    margin-bottom: 2rem
}

@media only screen and (min-width: 990px) {
    .sec100 {
        padding: 50px 0
    }
}

@media only screen and (min-width: 1200px) {
    .wsidetitle {
        display: block;
        min-height: 1px;
        position: relative
    }

    .sec100 {
        padding: 80px 0
    }

    .wsidetitle-content_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        position: absolute;
        left: -143px;
        top: 19px;
        font-size: 18px;
        line-height: 1.23;
        font-weight: 400;
        color: #0d2839;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        white-space: nowrap
    }
}

@media only screen and (min-width: 1600px) {
    .sec100 {
        padding: 100px 0
    }

    .wsidetitle-content_1 {
        left: -113px
    }

    .wrapper-title-icon-text {
        width: 90%
    }
}

.sec12 {
    padding: 25px 0
}

@media only screen and (min-width: 990px) {
    .sec12 {
        padding: 50px 0
    }
}

@media only screen and (min-width: 1200px) {
    .sec12 {
        padding: 80px 0
    }
}

@media only screen and (min-width: 1600px) {
    .sec12 {
        padding: 100px 0
    }
}

.wrapper-tuo-block-icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sec2 {
    padding: 25px 0
}

.wrapper-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 1rem
}

.wrapper-img img, .wrapper-title-icon-text {
    width: 100%
}

@media only screen and (min-width: 767px) {
    .wrapper-title-icon-text {
        width: 90%;
        margin-bottom: .5rem;
    }
}

@media only screen and (min-width: 990px) {
    .sec2 {
        padding: 50px 0
    }
}

@media only screen and (min-width: 1200px) {
    .sec2 {
        padding: 80px 0
    }
}

@media only screen and (min-width: 1600px) {
    .sec2 {
        padding: 100px 0
    }

    .sec2 .wrapper-title-icon-text {
        margin-bottom: 3rem
    }
}

.blocflex, .circle-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.font-size-h4 {
    font-size: 16px
}

@media (min-width: 480px) {
    .font-size-h4 {
        font-size: 17px;
        font-size: calcFluidFontSize(16px, 18px, 480px, 1280px, px)
    }
}

@media (min-width: 1280px) {
    .font-size-h4 {
        font-size: 18px
    }
}

.sec3 {
    padding: 25px 0
}

.wstages-line {
    margin: 6px 0;
    width: 2px;
    height: 706px;
    background: #0EBAB9
}

.wsidetitle-content_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 18px;
    line-height: 1.23;
    font-weight: 400;
    color: #0d2839;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap
}

.blocflex, .wsidetitle_tuo {
    position: relative
}

.preim-card__btn-wrap {
    text-align: center
}

.wsidetitle_tuo {
    display: block;
    min-height: 1px;
    margin-top: 52px
}

.circle-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: -1px;
    height: 100%;
    position: absolute;
    left: -7px
}

.circle {
    position: relative;
    border: 1px solid #0EBAB9;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.point {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0EBAB9
}

.a__title {
    font-size: 20px;
    margin-bottom: .8rem;
    font-weight: 700
}

@media (min-width: 480px) {
    .a__title {
        font-size: 22px;
        font-size: calcFluidFontSize(20px, 24px, 480px, 1280px, px)
    }
}

@media (min-width: 1280px) {
    .a__title {
        font-size: 24px
    }
}

.sec3 .wrapper-title-icon-text {
    padding-left: 30px;
    width: 100%
}

@media only screen and (min-width: 767px) {
    .wstages-line {
        height: 313px
    }
}

@media only screen and (min-width: 990px) {
    .sec3 .wrapper-title-icon-text {
        text-align: center
    }

    .wstages-line {
        margin: 6px 0 6px 13px;
        width: 600px;
        height: 2px;
        background: #0EBAB9
    }

    .wsidetitle-content_2 {
        left: 12rem;
        top: 148px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb
    }

    .circle-flex {
        width: 100%;
        left: 6px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sec3 {
        padding: 50px 0
    }
}

@media only screen and (min-width: 1200px) {
    .sec3 {
        padding: 80px 0
    }

    .wstages-line {
        width: 800px
    }
}

@media only screen and (min-width: 1600px) {
    .sec3 {
        padding: 100px 0
    }

    .circle {
        width: 20px;
        height: 20px
    }

    .circle-flex {
        top: -2.55px
    }
}

.sec400 {
    padding: 25px 0
}

@media only screen and (min-width: 767px) {
    .sec400 .wrapper-title-icon-text {
        width: 80%
    }
}

@media only screen and (min-width: 990px) {
    .sec400 {
        padding: 50px 0
    }
}

@media only screen and (min-width: 1200px) {
    .sec400 {
        padding: 80px 0
    }
}

@media only screen and (min-width: 1600px) {
    .sec400 {
        padding: 100px 0
    }

    .sec400 .wrapper-title-icon-text {
        width: 90%
    }
}

.sec500 {
    padding: 25px 0
}

.sec600 {
    padding: 25px 0
}

.sec700 {
    padding: 25px 0
}

.sec800 {
    padding: 25px 0
}
.sec900 {
    padding: 25px 0
}

.wrapper-teacher-namae {
    margin-bottom: 2rem
}

.wrapper-teacher-img img {
    width: 100%
}

@media only screen and (min-width: 990px) {
    .sec500 {
        padding: 50px 0
    }

    .sec600 {
        padding: 50px 0
    }

    .sec700 {
        padding: 50px 0
    }

    .sec800 {
        padding: 50px 0
    }
    .sec900 {
        padding: 50px 0
    }

    .gvn-scr {
        padding: 50px 0
    }
}

@media only screen and (min-width: 1200px) {
    .sec500 {
        padding: 80px 0
    }

    .sec600 {
        padding: 80px 0
    }

    .sec700 {
        padding: 80px 0
    }

    .sec800 {
        padding: 80px 0
    }
    .sec900 {
        padding: 80px 0
    }

    .gvn-scr {
        padding: 80px 0
    }
}

@media only screen and (min-width: 1600px) {
    .sec500 {
        padding: 100px 0
    }

    .sec600 {
        padding: 100px 0
    }

    .sec700 {
        padding: 100px 0
    }

    .sec800 {
        padding: 100px 0
    }
    .sec900 {
        padding: 100px 0
    }

    .gvn-scr {
        padding: 100px 0
    }
}

a, body {
    color: #000
}

a:hover {
    text-decoration: none
}

.wrapper-title-main {
    font-size: 21px;
    font-weight: 700
}

.title-main_margin {
    margin-bottom: 25px
}

@media (min-width: 480px) {
    .wrapper-title-main {
        font-size: 26px;
        font-size: calcFluidFontSize(21px, 36px, 480px, 1280px, px)
    }

    .title-main_margin {
        margin-bottom: 35px;
        margin-bottom: calcFluidMarginBottom(25px, 50px, 480px, 1280px, px)
    }
}

@media (min-width: 1280px) {
    .wrapper-title-main {
        font-size: 36px
    }

    .title-main_margin {
        margin-bottom: 50px
    }
}


/*verst*/
.wrapper-icon-text_1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.wrapper-icon-text_1__icon {
    min-width: 50px;
    margin-right: 35px;
    display: flex;
    flex-wrap: wrap;
}

.wrapper-icon-text_1__icon svg {
    align-self: center;
}

.wrapper-icon-text_1__text {
    font-weight: 500;
    font-size: 19px;
    width: 70%;
    align-self: center;
}

.wrapper-teacher-namae_descript {
    margin-top: 20px;
    font-weight: 300;
}

@media only screen and (min-width: 400px) {
    .wrapper-icon-text_1__text {
        width: 71%
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper-icon-text_1__text {
        font-size: 24px;
        width: 84%
    }

    .wrapper-icon-text_1 {
        margin-bottom: 70px;
    }

    .wrapper-title-icon-text__img {
        margin-bottom: 70px;
    }
}

/*1 sl*/
.wrapper-sl-reviews {
    position: relative;
    height: 100%;

}

.sl-reviews-container {
    width: 100%;
    height: 100%;
    padding: 0 0 100px;
}

.sl-reviews-lide {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
    color: #BDBDBD;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

.swiper-pagination-bullet-active {
    color: #0EBAB9;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none;
}


.sl-reviews-lide_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.sl-reviews-lide_text {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 300;
}

.sl-reviews-next, .sl-reviews-prev {
    top: 91%;
    z-index: 11;
    width: 55px;
}

.sl-reviews-pagination {
    bottom: 34px !important;
}

@media only screen and (min-width: 1200px) {
    .sl-reviews-lide_title {
        font-size: 24px;
    }

    .sl-reviews-lide_text {
        margin-bottom: 25px;
        font-weight: 300;
        font-size: 18px;
    }

    .sl-reviews-next, .sl-reviews-prev {
        top: 95%;
        z-index: 11;
        width: 70px;
    }

    .sl-reviews-pagination {
        bottom: 24px !important;
    }
}

/*2 sl*/

.wrapper-sl-testem {
    position: relative;
    height: 100%;
}

.sl-testem-container {
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
}

.sl-testem-lide {

}

.sl-testem-lide_title {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}

.sl-testem-lide_text {
    font-size: 16px;
}

.sl-testem-next, .sl-testem-prev {
    width: 50px;
    top: 88%;
}

.sl-testem-next {
    right: 5rem;
}

.sl-testem-prev {
    left: 5rem;
}
.testemon-img{
    text-align: center;
}

@media only screen and (min-width: 767px) {
    .sl-testem-next {
        right: 14rem;
    }

    .sl-testem-prev {
        left: 14rem;
    }
}

@media only screen and (min-width: 990px) {
    .sl-testem-next {
        right: 19rem;
    }

    .sl-testem-prev {
        left: 19rem;
    }
}

@media only screen and (min-width: 1200px) {
    .sl-testem-next {
        right: 25rem;
    }

    .sl-testem-prev {
        left: 25rem;
    }

    .sl-testem-lide_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .sl-testem-lide_text {
        font-size: 18px;
    }

    .sl-testem-next, .sl-testem-prev {
        width: 70px;
        top: 93%;
    }
}

.wrapper-left-ic-text {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}

.wrapper-bg--text {
   background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    min-height: 500px;
}

.wrapper-bg--text__title {
    font-weight: bold;
    font-size: 30px;
    padding-top: 1rem;
    position: relative;
    margin-bottom: 20px;
}

.wrapper-bg--text__title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: white;
}

.wrapper-bg--text__text {
    font-size: 24px;
}

.wrapper-left-ic-text_text {
    width: 80%;
    align-self: center;
}

.wrapper-left-ic-text_icon {
    margin-right: 1rem;
    align-self: center;
}

.wrapper-left-ic-text_text-title {
    font-size: 18px;
    font-style: italic;
}

.wrapper-left-ic-text_text-text {
    font-size: 14px;
}

.center-text-btn {
    align-self: center;
}

@media only screen and (min-width: 1200px) {
    .wrapper-bg--text__title {
        font-size: 30px;
    }

    .wrapper-bg--text__text {
        font-size: 24px;
    }

    .wrapper-left-ic-text_text-title {
        font-size: 24px;
    }

    .wrapper-left-ic-text_text-text {
        font-size: 18px;
    }
}
.wrapper-vertical{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    height: 100%;
    
}
@media only screen and (max-width: 500px) {
.wrapper-vertical{
   
    margin-bottom: 2rem;
}
  .tel {
      margin-left: auto;
      margin-top: 1rem;
  }
  .first-scr {
    background-size: cover;
    min-height: 100vh;
    background-position: 17% 69%;
}
}
.soc-items{
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 2rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.soc-items:last-child{
    margin-right: 0;
}
.soc-items svg{
    width: 70px;
     height: 70px;
}
.ask-header {
    padding: 20px 20px 0 20px;
}
.ask-body {
    padding: 20px 20px 20px 20px;
}
.padding-tp_2{
    padding-top: 30px;
}
.padding-tp{
    padding-top: 40px;
}
.soc-radio{
    position: absolute;
    top: -3px;
    left: 20px;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.soc-radio:checked + svg{
    width: 80px;
    height: 80px;
    
}
.modal-body {
    padding: 0 25px 25px;
}
.modal-header {
    padding: 25px 25px 5px;
}
@media only screen and  (min-width: 1200px){
.modal-header {
    padding: 63px 67px 18px;
}
.modal-body {
    padding: 0 70px 80px;
}
.sber-body{
 padding: 60px 70px 80px;
}
  .ask-header {
      padding: 40px 40px 0 40px;
  }
  .ask-body {
      padding: 20px 40px 40px 40px;
  }
  .padding-tp_2{
    padding-top: 100px;
    }
  .padding-tp{
    padding-top: 30px;
    }
}
.wrapper-doc-footer{
    text-align: center;
    display: flex;
    justify-content: space-between;
    height: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 1.5rem;
}
.wrapper-doc-footer a{
    align-self: center;
    
}
.green-btn{
    background:#3cbd63;
    width: 250px;
    height: 60px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.green-btn_img{
   align-self: center;
    height: 41px;
    text-align: center;
}
.green-btn_img img{
       width: 65%;
}
.preim-card__btn-wrap.cust{
    display: flex;
    margin: 50px auto 0;
    justify-content: space-around;
        width: 47%;
}
.green-btn:hover {
    background-color: #0d2839;
}
@media (min-width: 576px)
.modal-dialog {
    max-width: 654px;
}

@media only screen and  (max-width: 767px){
  .green-btn {
      align-self: center;
  }
  .blue-btn {
     align-self: center;
  }
  .preim-card__btn-wrap.cust {
    flex-direction: column;
    display: flex;
    margin: 50px auto 0;
    justify-content: space-between;
    width: 100%;
    height: 153px;
    text-align: center;
}
}
.wrapper-logo-sber{
    width: 100%;
    margin: 0 0 2rem;
}
.wrapper-logo-sber img{
    width: 74%;
}
.wrapper-list-sber{
    margin-bottom: 2rem;
}
.wrapper-list-sber ul {
    list-style: none;
    padding-left: 3px; 
   font-size: 14px;
}
.wrapper-list-sber_text {
    font-size: 18px;
    margin-bottom: .5rem;
}
.footer__logo-wrap.cust {
    display: inline-block;
    margin-left: 79px;
}
.sber-hed{
    padding: 0px 67px 18px;
}
.wrapper-title-sber-m{
    margin: 2rem 0 0;
    font-size: 18px;
}
.wrapper-title-sber-m-2{
    margin: 0 0 2rem;
    font-size: 18px;
}
.modal .close {
    z-index: 9;
}
.cust .footer__logo {
    width: 100px;
}
@media only screen and (min-width: 767px) {
  .sber-dialog{
      max-width: 550px;
  }
}
.colorr a{
    color: #07d871;
}