/*
 * main
 */
body {
    padding: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
}

.sidebar__list-link {
    color: #3c6b9b !important;
}

.sidebar__list-link.active {
    color: #000 !important;
}

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

::-webkit-input-placeholder {
    color: #dedede;
}

::-moz-placeholder {
    color: #dedede;
}

:-moz-placeholder {
    color: #dedede;
}

:-ms-input-placeholder {
    color: #dedede;
}

.callback_label {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px 0 10px 0 !important;
}

.inputtext {
    width: 100%;
    height: 50px;
}

.webForm-popup-style1__button {
    /* margin: 0 auto; */
    text-align: center;
    padding-top: 30px;
}

.btn-green {
    background-color: #39b54a;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-appearance: none;
}

.btn-green:hover {
    background-color: #2ea73f;
}

.section {
    position: relative;
}

.section-border {
    border-top: 1px solid #f3f2ef;
    border-bottom: 1px solid #f3f2ef;
}

.head {
    padding-top: 9px;
    padding-bottom: 9px;
}

.head__left {
    display: inline-block;
    text-align: left;
}

.head__right {
    display: block;
    float: right;
    text-align: right;
}

.login {
    font-size: 14px;
    color: #3c6b9b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.login__btn {
    color: #3c6b9b;
    padding-left: 30px;
    background-image: url(img/login_new.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    padding-top: 6px;
    font-weight: 300;
}

.login__btn:hover {
    text-decoration: underline;
}

.search__btn {
    color: #3c6b9b;
    padding-left: 30px;
    background-image: url(img/search_new.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    padding-top: 6px;
    font-weight: 300;
}

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

.cart {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 50px;
}

.cart__btn {
    color: #3c6b9b;
    padding-left: 30px;
    background-image: url(img/cart_new.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    padding-top: 6px;
    position: relative;
}

.cart__btn:hover {
    text-decoration: underline;
}

.cart__btn-sum {
    background-color: #39b54a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    font-size: 8px;
    color: #fff;
    width: 10px;
    height: 10px;
    text-align: center;
    top: 0;
    left: 15px;
}

.search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    width: 100%;
}

.search__input {
    padding: 7px 5px 7px 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(img/search.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    width: 100%;
    border: 1px solid #f3f2ef;
    font-size: 14px;
}

.mobile-header {
    display: none;
    background-color: #fff;
    z-index: 999;
}

.mobile-header .menu {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    margin: 0;
    display: block;
    float: left;
    overflow: hidden;
}

.header {
    padding-top: 40px;
    padding-bottom: 15px;
    text-align: justify;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.head-section-devider {
    border-bottom: 1px solid #F3F2EF;
}

.header__right {
    text-align: right;
}

.header__top-right {
    text-align: right;
}

.header__middle-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__middle-right svg {
    color: #3C6B9B;
}

.ml-20 {
    margin-left: 20px;
}

.mr-70 {
    margin-right: 70px;
}

.header__topline {
    display: none;
    background: #F2F2F2;
}

@media (min-width: 1200px) {
    .header__topline {
        display: block;
    }
}


.menu {
    text-align: right;
    vertical-align: middle;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}

.menu__item-link {
    display: inline-block;
    color: #3c6b9b;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    padding: 21px 0;
}

.menu__item-link:after {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    border-bottom: 1px solid transparent;
    bottom: -2px;
    left: 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.menu__item:hover > a {
    color: #cd5e29;
}

.menu__item:hover > a:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cd5e29;
    bottom: -2px;
    left: 0;
}

.menu__item:hover > .submenu {
    visibility: visible;
    display: block;
    opacity: 1;
    max-height: 999px;
}

.menu__icons {
    justify-content: space-between;
    align-items: center;
}

.menu__icons div:nth-child(2),
.menu__icons div:nth-child(3) {
    margin-left: 19px;
}

.header_container .menu__icons {
    display: flex;
}

.mobile__menu .menu__icons {
    display: none;
}

.mobile__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.submenu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 100%;
    text-align: left;
    opacity: 0;
    padding-right: 15px;
    max-height: 0;
    overflow: hidden;
    visibility: none;
    z-index: 99999;
}

.submenu .container {
    padding: 35px 0;
}

.submenu__item {
    padding-left: 55px;
    padding-right: 15px;
}

.submenu__item li {
    list-style: none;
    margin-bottom: 20px;
}

.submenu__item li a {
    color: #3c6b9b;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: 600;
}

.submenu__item li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    bottom: -2px;
    left: 50%;
}

.submenu__item li a:hover {
    color: #f26d2e;
}

.submenu__item li a:hover:after {
    width: 100%;
    border-bottom: 1px solid #f26d2e;
    left: 0;
}

.submenu__item-under {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.submenu__item-under li {
    margin-bottom: 11px;
}

.submenu__item-under li a {
    font-size: 16px;
    font-weight: 400;
}

.promotion {
    font-size: 0;
    background-color: #faddd0;
}

.promotion-margin {
    margin-top: -15px;
    margin-bottom: -15px;
}

.promotion__elem {
    padding: 20px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.promotion__elem-title {
    font-size: 18px;
    color: #1f323f;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.promotion__elem-text {
    font-size: 18px;
    color: #1f323f;
    text-align: center;
    line-height: 2;
}

.promotion__elem-pimg {
    padding: 4px;
}

.promotion__elem-pimg img {
    width: 100%;
    height: auto;
}

.border-right {
    border-right: 1px solid #cacfd2;
}

.border-left {
    border-left: 1px solid #cacfd2;
}

.bg-blue {
    background-color: #1f323f;
}

.hslider {
    position: relative;
}

.hslider * {
    outline: 0;
}

.hslider__elem {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 41%;
    padding: 67px 0;
}

.slick-dots {
    text-align: center;
    bottom: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    margin: 5px;
    display: inline-block;
    border: 1px solid #f26d2e;
    width: 10px;
    height: 10px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    list-style: none;
    font-size: 0;
    cursor: pointer;
    padding: 0;
}

li.slick-active button {
    background-color: #f26d2e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    list-style: none;
    font-size: 0;
    cursor: pointer;
    padding: 0;
}

.programs {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 75px;
    max-width: 1120px;
}

.programs__all {
    margin-top: 70px;
}

.programs__all-link {
    font-size: 22px;
    color: #3c6b9b;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.7px;
}

.program {
    display: inline-block;
    padding: 25px 30px;
    vertical-align: top;
}

.program__img {
    margin-bottom: 25px;
}

.program__img-item {
    max-width: 100%;
    height: 149px;
    width: auto;
}

.program__title {
    margin-bottom: 25px;
}

.program__title-link {
    font-size: 22px;
    color: #3c6b9b;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.program__title:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.program__text {
    font-size: 16px;
    color: #1f323f;
    line-height: 1.45;
    margin-bottom: 30px;
}

.program__look-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 240px;
    margin-bottom: 8px;
}

.program__scope-link {
    color: #3c6b9b;
    font-size: 16px;
    text-decoration: none;
}

.program-gray {
    background-color: #fbfbfb;
}

.demover-bg {
    background-image: url(img/demo_version.jpg);
    background-size: cover;
}

.demover {
    color: #fff;
    text-align: center;
    padding: 55px 0 20px 0;
}

.demover__title {
    font-size: 22px;
    letter-spacing: 0.7px;
    margin-bottom: 40px;
}

.demover__text {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.demover__form {
    text-align: center;
}

.demover__form:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.demover__form-input {
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid #fff;
    width: 255px;
    display: inline-block;
    margin: 0 15px 25px;
    vertical-align: middle;
    color: #fff;
}

.demover__form-submit {
    background-color: #39b54a;
    border: 0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
}

.demover__form-select {
    margin: 0 15px 25px;
    display: inline-block;
    width: 548px;
    vertical-align: middle;
    background-color: transparent;
    margin-bottom: 25px;
}

.jq-select-multiple li,
.jq-selectbox li,
.jq-selectbox__select-text {
    white-space: normal;
}

.jq-selectbox__select-text {
    padding: 10px 30px 10px 10px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #fff;
}

.jq-selectbox__trigger {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.jq-selectbox__trigger-arrow {
    display: block;
    width: 14px;
    height: 17px;
    background-image: url(img/arrow-select.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.jq-selectbox__dropdown {
    width: 100%;
    text-align: left;
}

.jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

.jq-selectbox__dropdown ul li {
    cursor: pointer;
    padding: 10px;
}

.jq-selectbox__dropdown ul li:hover {
    background-color: #dedede;
}

.jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.prod {
    text-align: justify;
    max-width: 1120px;
    padding: 100px 0 80px 0;
}

.prod__item {
    vertical-align: top;
    text-align: left;
    display: inline-block;
    padding: 0 15px;
}

.prod__item-title {
    color: #fff;
    font-size: 22px;
    text-align: center;
    height: 120px;
    background-color: #39b54a;
    vertical-align: middle;
}

.prod__item-title span {
    vertical-align: middle;
    display: inline-block;
}

.prod__item-title:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.prod__item-list {
    background-color: #fbfbfb;
    padding: 30px 5px 55px 5px;
}

.prodlist {
    margin: 0;
    padding-left: 25px;
}

.prodlist__item {
    list-style: none;
    position: relative;
    line-height: 1.5;
}

.prodlist__item:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #cd5e29;
}

.prodlist__item-link {
    color: #3c6b9b;
    text-decoration: none;
    font-size: 16px;
}

.prodall {
    position: relative;
}

.prodall__link {
    text-decoration: none;
    position: absolute;
    right: 35px;
    bottom: 18px;
    font-size: 16px;
}

.prod-orange-title {
    background-image: url(img/prod-orange.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.prod-green-title {
    background-image: url(img/prod-green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.prod-blue-title {
    background-image: url(img/prod-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.orange-text {
    color: #cd5e29;
}

.green-text {
    color: #39b54a;
}

.blue-text {
    color: #3c6b9b;
}

.prod-orange-list li:after {
    background-color: #cd5e29;
}

.prod-green-list li:after {
    background-color: #39b54a;
}

.prod-blue-list li:after {
    background-color: #3c6b9b;
}

.topical {
    text-align: center;
    padding-bottom: 65px;
}

.topical__title {
    color: #1f323f;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    letter-spacing: 0.7px;
    margin-bottom: 45px;
}

.topical__list {
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 170px;
}

.topical__list-item {
    margin-bottom: 25px;
}

.topical__list:after {
    content: '';
    display: table;
    clear: both;
}

.topical__list-date {
    font-size: 18px;
    color: #1f323f;
    position: absolute;
    left: 45px;
}

.topical__list-title {
    color: #3c6b9b;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
}

.topical__list-desc {
    font-size: 16px;
    color: #1f323f;
    margin-top: 15px;
}

.topical__all {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.topical__all-link {
    font-size: 18px;
    text-decoration: none;
    color: #3c6b9b;
}

.title-line {
    position: relative;
    margin-top: 20px;
}

.title-line:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dedede;
    top: 15px;
    z-index: 0;
}

.title__logo {
    color: #3C6B9B;
    font-size: 25px;
    font-weight: 600;
    line-height: 135%;
}

.title__logo span {
    color: #EA5E20;
}

.footer {
    background-color: #1f323f;
    padding: 50px 0 15px 0;
}

.flist {
    padding: 0;
}

.flist__title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.flist__menu {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.flist__menu li {
    margin-bottom: 10px;
}

.flist__menu a {
    color: #b2b0b0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 200;
}

.flist-margin {
    margin-top: 60px;
}

.mail-img,
.phone-img,
.phone-padding,
.skype-img {
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 30px;
    min-height: 20px;
    display: inline-block;
}

.phone-img {
    background-image: url(img/phone.png);
}

.mail-img {
    background-image: url(img/email-outline.png);
}

.skype-img {
    background-image: url(img/skype.png);
}

.fnext-prog {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    font-size: 18px;
    margin-top: 65px;
}

.subscription {
    margin-bottom: 40px;
    position: relative;
}

.subscription__input {
    background-color: #aaa4a9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    border: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 65px;
}

.subscription__submit {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px;
    cursor: pointer;
    height: 100%;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    padding: 10px;
}

.footer__mobile {
    display: none;
}

.social {
    text-align: left;
    margin-bottom: 35px;
}

.social:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.social__link {
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
}

.social__link img {
    max-width: 40px;
    height: auto;
    width: 100%;
}

.work-link {
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 200;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.work-link:hover {
    color: #1f323f;
    background-color: #fff;
    font-weight: 600;
}

.payinfo {
    text-align: justify;
}

.payinfo__item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.payinfo__link {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #b2b0b0;
}

.copyright {
    background-color: #1f323f;
    border-top: 1px solid #39b54a;
    padding: 25px 0 20px 0;
}

.copytext {
    font-size: 14px;
    color: #b2b0b0;
    line-height: 1.5;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 200;
}

a.phone-big {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
    display: block;
}

.sidebar {
    padding-top: 95px;
    position: relative;
}

.sidebar__list {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.sidebar__list-link {
    color: #b2b0b0;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.sidebar__list-link:hover {
    color: #000;
}

.sidebar__list-link.active {
    color: #000;
}

.content {
    padding-top: 20px;
    padding-left: 25px;
    border-left: 1px solid #f3f2ef;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.content__thumb {
    float: left;
}

.thumbnail {
    margin-right: 30px;
}

.title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.description {
    font-size: 18px;
    color: #1f323f;
    margin-top: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-bottom: 45px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.video-responsive {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.video-link {
    font-size: 18px;
    color: #3c6b9b;
    text-decoration: none;
    font-weight: 400;
}

.consultation {
    font-size: 0;
    padding: 25px 0;
    margin-bottom: 90px;
}

@media (max-width: 992px) {
    .consultation {
        margin-bottom: 0;
    }
}

.consultation__text {
    font-size: 18px;
    color: #1f323f;
    line-height: 1.8;
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    text-align: left;
    padding-right: 15px;
}

.consultation__link {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cslider {
    width: 100%;
    border-top: 1px solid #3c6b9b;
    border-bottom: 1px solid #3c6b9b;
    position: relative;
}

.cslider__item {
    font-size: 0;
    padding: 40px 70px;
    outline: 0;
}

.cslider__item-img {
    width: 65%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.cslider__item-text {
    width: 35%;
    padding-left: 15px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.cslider-paragraph {
    line-height: 1.8;
}

.title-link {
    font-size: 20px;
    color: #3c6b9b;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block;
}

.read-more {
    font-size: 16px;
    color: #3c6b9b;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.slick-arrow {
    background-color: transparent;
    font-size: 0;
    width: 20px;
    height: 35px;
    border: 0;
    background-image: url(img/arrow-slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    outline: 0;
    z-index: 999;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -17px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
}

.look-demo {
    text-align: center;
    padding: 30px 0;
}

.bth-link {
    font-size: 18px;
    color: #3c6b9b;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}

.accordion {
    border: 1px solid #f3f2ef;
    padding: 0;
    color: #070b0e;
    margin-bottom: 45px;
}

.accordion__item {
    list-style: none;
    display: block;
    border-bottom: 1px solid #f3f2ef;
}

.accordion__item-title {
    font-size: 20px;
    color: #3c6b9b;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.accordion__item-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 23px;
    background-image: url(img/arrow-slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 30px;
    top: 50%;
    margin-top: -11px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.accordion__item-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion__item.active .accordion__item-title {
    color: #000;
}

.accordion__item.active .accordion__item-title:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion__item.active .accordion__item-description {
    max-height: 3000px;
    padding: 0 10px 10px 25px;
    opacity: 1;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.list-mark {
    font-size: 16px;
    list-style: none;
    font-weight: 200;
    padding-left: 25px;
}

.list-mark__title {
    position: relative;
    font-weight: 400;
}

.list-mark__title:after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    left: -20px;
    top: 13px;
    background-image: url(img/list-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.list-mark li {
    line-height: 2.4;
}

.list-mark18 {
    font-size: 18px;
    list-style: none;
    font-weight: 200;
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 70px;
}

.list-mark18__title {
    position: relative;
    font-weight: 400;
}

.list-mark18__title:after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    left: -20px;
    top: 13px;
    background-image: url(img/list-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.list-mark18 li {
    line-height: 1.8;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float-left {
    float: left;
}

.border-none {
    border: 0;
}

.app-item {
    padding: 35px 10px 35px 25px;
    border: 1px solid #f3f2ef;
    position: relative;
    margin-bottom: 50px;
}

.app-link {
    position: absolute;
    right: 15px;
    top: 15px;
}

.app-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 5px;
}

.app-link__android {
    background-image: url(img/android.png);
}

.app-link__ios {
    background-image: url(img/ios.png);
}

.padding-left {
    padding-left: 30px;
}

.section-green {
    background-color: #39b54a;
    color: #fff;
    padding: 50px 0;
    margin-bottom: 100px;
}

.section-green p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.section-green__btn {
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: inline-block;
}

.section-green__btn:hover {
    color: #39b54a;
    background-color: #fff;
}

.justify {
    text-align: justify;
}

.justify:after {
    content: '';
    display: inline-block !important;
    width: 100%;
}

.col-padding {
    padding: 0 15px;
}

.paragraph-18 p {
    font-size: 18px;
    margin-bottom: 22px;
}

.section-blue {
    background-color: #3c6b9b;
    color: #fff;
    padding: 50px 0 0 0;
}

.section-blue .title {
    color: #fff;
}

.benefits__row {
    text-align: justify;
}

.benefits__row:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.orange-title {
    color: #cd5e29;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.orange-title:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: 3px solid #cd5e29;
    bottom: 3px;
    left: 0;
}

.orange-title__link {
    right: 0;
    position: absolute;
    color: #cd5e29;
    display: inline-block;
    font-size: 18px;
    border: 2px solid #cd5e29;
    padding: 6px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.orange-title__link:hover {
    background-color: #cd5e29;
    color: #fff;
}

.text {
    font-size: 18px;
    color: #1f323f;
    line-height: 1.8;
}

.popup {
    background-image: url(img/popup_bg.jpg);
    background-color: #fff;
    padding: 20px 40px;
    position: relative;
}

.popup__form {
    color: #686868;
}

.popup__form-input {
    text-align: justify;
    max-width: 545px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.popup__form-input:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.popup__form-input input {
    max-width: 380px;
    height: 50px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.popup__form-input label {
    display: inline-block;
    text-align: right;
    width: 150px;
}

.popup__form-title {
    font-size: 30px;
    text-align: center;
    color: #39b54a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cacaca;
    font-weight: 600;
}

.popup__form-text {
    font-size: 16px;
    text-align: center;
    color: #f3f2ef;
}

.popup__form-text p {
    margin-bottom: 0;
    font-weight: 200;
    color: #686868;
}

.popup__form-submit {
    text-align: center;
    font-size: 14px;
}

.popup__form-submit input[type='submit'] {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 30px;
    margin: 0 10px;
    cursor: pointer;
}

.popup__form-submit a {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    font-weight: 200;
    color: #686868;
    line-height: 1;
}

.popup__form-checkbox {
    margin-bottom: 20px;
}

input {
    padding: 5px 10px;
    border: 1px solid #cacaca;
}

label {
    font-weight: 600;
    vertical-align: middle;
    font-size: 16px;
}

label span {
    color: #cd5e29;
}

.checkbox {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    opacity: 0;
}

.checkbox:not(checked) + label {
    position: relative;
    padding: 3px 0 3px 40px;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #cacaca;
}

.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox:checked + label:after {
    content: '';
    background-image: url(img/list-mark.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.checkbox + label {
    cursor: pointer;
    font-weight: 200;
}

.login-form .popup__form-input {
    max-width: 600px;
    text-align: left;
}

.login-form .popup__form-input label {
    max-width: 80px;
}

.login-form .popup__form-input a {
    font-size: 16px;
    display: inline-block;
    width: 121px;
    vertical-align: middle;
    color: #686868;
    border-bottom: 1px solid #000;
    font-weight: 200;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-form .popup__form-input input {
    max-width: 335px;
    margin-left: 10px;
    margin-right: 10px;
}

.arcticmodal-container_i {
    width: 100%;
    max-width: 680px;
}

.arcticmodal-container_i2 {
    padding: 10px;
}

.arcticmodal-close {
    position: absolute;
    right: 12px;
    top: 2px;
    color: #cacaca;
    cursor: pointer;
    font-size: 22px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.margin-top50 {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.margin-top-none {
    margin-top: 0;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-bottom70 {
    margin-bottom: 70px;
}

.margin-bottom80 {
    margin-bottom: 80px;
}

.margin-bottom100 {
    margin-bottom: 100px;
}

.sticky {
    background-color: #fff;
}

.sticky__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.sidebar__stop {
    position: relative;
    z-index: 101;
}

.sidebar__sticky {
    position: fixed;
    z-index: 101;
}

.lightboxOverlay {
    width: 100% !important;
    height: 100% !important;
}

.title-mobile {
    display: none;
}

#fancybox-wrap {
    z-index: 99999999;
}

#fancybox-close {
    right: -55px;
}

table.product-table {
    border: 0px solid #cdcdcd;
    border-collapse: collapse;
    overflow-x: auto;
    display: table;
}

table.product-table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border: 1px solid #d5d5d5;
}

table.product-table thead th {
    background-color: #39b54a;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    padding: 10px;
}

.modal-body {
    padding-top: 0px !important;
}

table.product-table td {
    padding: 12px;
    border: 1px solid #d5d5d5;
}

a.add2cart {
    /* border-bottom: 1px dotted #000; */
    text-decoration: none;
    cursor: pointer;
}

.square {
    margin: 0 auto;
    width: 27px;
    height: 27px;
    border: 3px solid #ff8900;
    border-radius: 2px;
}

.square.checked {
    background-color: #ff8900;
    position: relative;
}

.square.checked:before {
    content: '';
    display: block;
    position: absolute;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    width: 17px;
    height: 10px;
    left: 2px;
    top: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.divTableRow {
    width: 100%;
    min-height: 100px;
    float: inherit;
    padding: 10px 0px;
}

.divTableCell {
    padding: 3px 10px;
    float: inherit;
    max-height: 200px;
    width: 33%;
}

.orange-link:hover {
    color: #cd5e29;
    text-decoration: underline;
}

block_otdel {
    width: 480px;
    border-bottom: 1px solid #cacaca;
    padding: 25px 0 25px 20px;
}

.block_otdel .telephone,
.block_otdel .telegram,
.block_otdel .email,
.block_otdel .skype,
.block_otdel .icq {
    display: block;
    line-height: 36px;
    padding-left: 34px;
}

.block_otdel .telephone {
    background: url('/bitrix/templates/vgkh/img/contact/telephone.png') no-repeat left center;
}

.block_otdel .email {
    background: url('/bitrix/templates/vgkh/img/contact/email.png') no-repeat left center;
}

.block_otdel .skype {
    background: url('/bitrix/templates/vgkh/img/contact/skype.png') no-repeat left center;
}

.block_otdel .icq {
    background: url('/bitrix/templates/vgkh/img/contact/icq.png') no-repeat left center;
}

.block_otdel .whatsapp {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}

.block_otdel .whatsapp .boldtextl {
    font-style: normal;
    font-weight: 400;
}

.block_otdel .whatsapp .phonewhatsapp {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.texttwog {
    background: url(/bitrix/templates/vgkh/img/galochka.png) no-repeat 0 9px;
    padding-left: 18px;
    margin-left: 0px;
    display: block;
    font-size: 12pt;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}

table a {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    cursor: pointer;
}

p a {
    /* border-bottom: 1px dotted #000; */
    text-decoration: none;
    cursor: pointer;
}

.fancybox-effects-a {
    border-bottom: none;
    text-decoration: none;
    cursor: pointer;
}

ul.details {
    font-weight: lighter;
    margin-bottom: 45px;
}

ul.details > li {
    padding: 8px 0;
}

ol {
    font-weight: lighter;
    margin-top: 30px;
    margin-bottom: 40px;
}

.avd-description__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.avd-description__text {
    width: 65%;
}

.avd-description__picture {
    width: 380px;
}

.avd-description__title {
    margin-top: -5px;
}

.avd-description__list li {
    margin: 10px;
}

.avd-description__list--embedded li {
    margin: 0 10px;
}

.avd-description__trigger {
    padding: 35px 20px 5px 20px;
    background-color: #ddecff;
}

.avd-description__trigger--text {
    text-align: center;
    font-weight: 900;
    font-size: 1.2em;
}

.banner-responsive--phone {
    display: none;
}

.inform {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.inform__col-1 {
    width: auto;
}

.inform__col-2 {
    width: 32%;
    text-align: center;
}

.inform__title {
    margin-top: -5px;
    text-align: left;
}

.inform__list li {
    margin: 10px;
}

.usage {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.usage li {
    flex-bazis: 200px;
    margin-bottom: 20px;
}

.usage p {
    margin-top: 10px;
}

.ul-center {
    margin: 0;
    padding: 0;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.inform .inform-pic {
    flex-basis: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 5px;
}

.inform-pic-1 {
    flex-grow: 1;
}

.inform-pic-2 {
    flex-grow: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inform {
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inform__col-1 {
        width: 80%;
    }

    .inform__col-2 {
        align-self: center;
        margin: 0 auto;
    }

    .inform__col-2 {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }

    .usage {
        width: 410px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .inform__col-2 {
        align-self: center;
        margin: 0 auto;
    }

    .inform__col-1 {
        width: 100%;
    }

    .usage {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .inform-pic {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .avd-description__picture {
        width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .avd-description__text {
        width: 80%;
    }

    .avd-description__picture {
        width: 20%;
    }

}

@media (max-width: 767px) {
    .avd-description__text {
        width: 100%;
        order: 2;
    }

    .avd-description__picture {
        display: none;
    }

    .img-responsive--desktop {
        display: none;
    }

    .banner-responsive--phone {
        display: block;
    }

}

@media (max-width: 992px) {
    ul.details {
        margin-bottom: 50px;
    }

    ol {
        margin-top: 50px;
    }

    ul.details > li {
        padding: 15px 0;
    }
}

ul.list-mark > li a {
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

ol > li {
    padding: 7.5px 0;
}

h1 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 30px;
    letter-spacing: 0.5px;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0;
}

p {
    font-size: 16px;
    font-weight: 200;
    color: #070b0e;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.45;
    word-wrap: break-word;
}

img {
    max-width: 100%;
}

a {
    color: #3c6b9b;
    text-decoration: none;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 18px;
}

@media (max-width: 992px) {
    h1 {
        margin-bottom: 60px;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 35px 0;
    }
}

.imgmobile {
    margin-left: auto;
    margin-right: auto;
}

.imgdesktop.left {
    float: left;
}

.imgdesktop.right {
    float: right;
}

.imgdesktop.center {
    margin-left: auto;
    margin-right: auto;
}

.imgdesktop,
.imgmobile {
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 767px) {
    .imgdesktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .imgmobile {
        display: none;
    }
}

.section-blue {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 80px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .img_div {
        width: 100% !important;
    }

    .img_div img {
        margin: 6% 0 4% 0;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .accordion a {
    }

    .mph2 {
        margin: 30% 0 5% 0;
    }
}

/*0- 575px ���������*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.container:after {
    content: '';
    display: table;
    clear: both;
}

/*576-991 ������� ��� ��������*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

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

/*992-1199 �������*/
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/*1200-� ���� ��*/
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container__row {
    position: relative;
}

.container__row:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-1 {
    float: left;
    width: 8.33%;
}

.container__col-1:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-2 {
    float: left;
    width: 16.66%;
}

.container__col-2:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-3 {
    float: left;
    width: 25%;
}

.container__col-3:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-4 {
    float: left;
    width: 33.33%;
}

.container__col-4:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-5 {
    float: left;
    width: 41.66%;
}

.container__col-5:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-6 {
    float: left;
    width: 50%;
}

.container__col-6:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-7 {
    float: left;
    width: 58.33%;
}

.container__col-7:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-8 {
    float: left;
    width: 66.66%;
}

.container__col-8:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-9 {
    float: left;
    width: 75%;
}

.container__col-9:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-10 {
    float: left;
    width: 83.33%;
}

.container__col-10:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-11 {
    float: left;
    width: 91.66%;
}

.container__col-11:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-12 {
    float: left;
    width: 100%;
}

.container__col-12:after {
    content: '';
    display: table;
    clear: both;
}

.container__col-none {
    display: none;
}

.container__col-block {
    display: block !important;
}

@media (min-width: 576px) {
    .container-xs-flex-center {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: flex-center;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .container__col-xs-none {
        display: none;
    }

    .container__col-xs-block {
        display: block !important;
    }

    .container__col-xs-1 {
        float: left;
        width: 8.33%;
    }

    .container__col-xs-2 {
        float: left;
        width: 16.66%;
    }

    .container__col-xs-3 {
        float: left;
        width: 25%;
    }

    .container__col-xs-4 {
        float: left;
        width: 33.33%;
    }

    .container__col-xs-5 {
        float: left;
        width: 41.66%;
    }

    .container__col-xs-6 {
        float: left;
        width: 50%;
        text-align: left;
    }

    .container__col-xs-7 {
        float: left;
        width: 58.33%;
    }

    .container__col-xs-8 {
        float: left;
        width: 66.66%;
    }

    .container__col-xs-9 {
        float: left;
        width: 75%;
    }

    .container__col-xs-10 {
        float: left;
        width: 83.33%;
    }

    .container__col-xs-11 {
        float: left;
        width: 91.66%;
    }

    .container__col-xs-12 {
        float: left;
        width: 100%;
    }
}

/*xs*/
@media (min-width: 768px) {
    .container-sm-flex-center {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: flex-center;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .img-right-col-sm {
        text-align: right;
        float: right;
        margin: 10px 20px 20px 20px;
    }

    .container__col-sm-none {
        display: none;
    }

    .container__col-sm-block {
        display: block !important;
    }

    .container__col-sm-1 {
        float: left;
        width: 8.33%;
    }

    .container__col-sm-2 {
        float: left;
        width: 16.66%;
    }

    .container__col-sm-3 {
        float: left;
        width: 25%;
    }

    .container__col-sm-4 {
        float: left;
        width: 33.33%;
    }

    .container__col-sm-5 {
        float: left;
        width: 41.66%;
    }

    .container__col-sm-6 {
        float: left;
        width: 50%;
    }

    .container__col-sm-7 {
        float: left;
        width: 58.33%;
    }

    .container__col-sm-8 {
        float: left;
        width: 66.66%;
    }

    .container__col-sm-9 {
        float: left;
        width: 75%;
    }

    .container__col-sm-10 {
        float: left;
        width: 83.33%;
    }

    .container__col-sm-11 {
        float: left;
        width: 91.66%;
    }

    .container__col-sm-12 {
        float: left;
        width: 100%;
    }
}

/*sm*/
@media (min-width: 992px) {
    .container-md-pull-6 {
        right: 50%;
        position: relative;
    }

    .container-md-pull-4 {
        right: 33.33%;
        position: relative;
    }

    .container-md-push-6 {
        left: 50%;
        position: relative;
    }

    .container-md-pr-10 {
        padding-right: 10px;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .container__col-md-block {
        display: block !important;
    }

    .container__col-md-none {
        display: none;
    }

    .container__col-md-1 {
        float: left;
        width: 8.33%;
    }

    .container__col-md-2 {
        float: left;
        width: 16.66%;
    }

    .container__col-md-3 {
        float: left;
        width: 25%;
    }

    .container__col-md-4 {
        float: left;
        width: 33.33%;
    }

    .container__col-md-5 {
        float: left;
        width: 41.66%;
    }

    .container__col-md-6 {
        float: left;
        width: 50%;
    }

    .container__col-md-7 {
        float: left;
        width: 58.33%;
    }

    .container__col-md-8 {
        float: left;
        width: 66.66%;
    }

    .container__col-md-9 {
        float: left;
        width: 75%;
    }

    .container__col-md-10 {
        float: left;
        width: 83.33%;
    }

    .container__col-md-11 {
        float: left;
        width: 91.66%;
    }

    .container__col-md-12 {
        float: left;
        width: 100%;
    }
}

/*md*/
@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .container__col-lg-none {
        display: none;
    }

    .container__col-lg-block {
        display: block !important;
    }

    .container__col-lg-1 {
        float: left;
        width: 8.33%;
    }

    .container__col-lg-2 {
        float: left;
        width: 16.66%;
    }

    .container__col-lg-3 {
        float: left;
        width: 25%;
    }

    .container__col-lg-4 {
        float: left;
        width: 33.33%;
    }

    .container__col-lg-5 {
        float: left;
        width: 41.66%;
    }

    .container__col-lg-6 {
        float: left;
        width: 50%;
    }

    .container__col-lg-7 {
        float: left;
        width: 58.33%;
    }

    .container__col-lg-8 {
        float: left;
        width: 66.66%;
    }

    .container__col-lg-9 {
        float: left;
        width: 75%;
    }

    .container__col-lg-10 {
        float: left;
        width: 83.33%;
    }

    .container__col-lg-11 {
        float: left;
        width: 91.66%;
    }

    .container__col-lg-12 {
        float: left;
        width: 100%;
    }
}

/*lg*/

.mail-img-header {
    color: #1f323f;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .mail-img-header {
        margin-left: 15px;
    }
}

@media (min-width: 992px) {
    .mail-img-header {
        font-size: 18px;
        font-weight: 400;
    }
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.envelope::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0e0';
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-weight: 300;
}

@media (max-width: 575px) {
    .header-contact {
        margin-top: 25px;
    }
}

a[name='feedback'] {
    margin-top: -95px;
    position: absolute;
}

@media (max-width: 991px) {
    a[name='feedback'] {
        margin-top: -25px;
    }

    .tab-body > .bg-white {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

.fancybox-button--zoom {
    display: none !important;
}

@media (max-width: 768px) {
    .fancybox-button--close {
        background: rgb(30 30 30 / 0%);
        border: 2px solid white;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        top: 5px;
        right: 5px;
        padding: 0;
    }
}

.sticky__fixed {
    z-index: 99992 !important;
}

#grammatical_error_popup {
    display: block;
    opacity: 0;
    position: absolute;
    color: white;
    padding: 2px 7px;
    background-color: rgba(38, 38, 38, 0.5);
    border-radius: 5px;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

[class^="callMe__"], [class^="menuWrapper__"] {
    /*display: none !important;*/
}

.jivocb-container {
    bottom: 85px !important;
}


 .button__Qkvay * {
     animation: none !important;
     transform: none !important;
     transform-style: flat !important;
     backface-visibility: visible !important;
 }

/* Скрываем все iconWrap, кроме того, что содержит logoIconCloud */
.button__Qkvay [class*="iconWrap__"] {
    display: none !important;
}

/* Показываем только тот, внутри которого есть logoIconCloud */
.button__Qkvay [class*="iconWrap__"] [class*="logoIconCloud__"] {
    display: block !important;
}

/* ИЛИ — показываем сам iconWrap, если внутри него есть logoIconCloud */
.button__Qkvay [class*="iconWrap__"]:has([class*="logoIconCloud__"]) {
    display: block !important;
}