@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

.container-fluid {
    padding: 0;
    min-width: 320px;
}

.container {
    min-width: 320px;
    width: 100%;
    padding: 0 5%;
}

b, strong, .bold {
    font-weight: 600;
}

.header_section {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #000;
    line-height: 1;
    min-height: 80px;
    margin: 29px 0 40px;
    padding: 31px 0 0 86px;
    text-indent: -52px;
    background: url(../img/header.png) left top no-repeat;
    position: relative;
}

.header_page {
    font-weight: 400;
    font-size: 32px;
    color: #000;
    line-height: 1.1;
    margin: 42px 0;
    text-transform: uppercase;
}

.header_second,
.block_textcontent h2,
.block_textcontent h3 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    margin: 45px 0 25px;
}

.main_btn,
.bord_btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    background-color: #007db3;
    line-height: 52px;
    height: 52px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    outline: none !important;
    margin: 35px 0;
    min-width: 260px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.main_btn .fa,
.bord_btn .fa {
    margin-right: 12px;
}

.main_btn:focus {
    color: #fff;
}

.main_btn:hover,
.main_btn:focus-visible {
    color: #fff;
    background-color: #134f8b;
    text-decoration: none;
}

.bord_btn,
.bord_btn:focus {
    color: #000;
    background-color: transparent;
    border: 3px solid #007db3;
    line-height: 46px;
}

.bord_btn:hover,
.bord_btn:focus-visible {
    color: #fff;
    background-color: #007db3;
    text-decoration: none
}

.bottom_2btn {
    padding-bottom: 30px;
}

.bottom_2btn .main_btn,
.bottom_2btn .bord_btn {
    margin: 30px 0 0;
}

.main_link {
    color: #000;
    display: inline-block;
    text-decoration: underline;
}

.main_link:focus,
.main_link:hover {
    color: #000;
    text-decoration: none;
}

#hidden_block {
    display: none;
    padding: 0 0 25px;
}


.blue {
    color: #007db3;
}


.breadcrumb {
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 15px;
    margin: 0 0 10px;
    border-radius: 0px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ccc;
}

.breadcrumb > li {
    padding-right: 14px;
}

.breadcrumb > li a {
    color: #212121;
}

.breadcrumb > li a:hover {
    text-decoration: underline;
}

.breadcrumb>li+li:before {
    content: '›';
    color: #212121;
    font-size: 16px;
    padding: 0 14px 0 0;
}

.breadcrumb>.active {
    color: #838383;
}


.main_link,
.block_promo p a,
.block_promo ul a,
.block_promo ol a,
.block_textcontent p a,
.block_textcontent ul a,
.block_textcontent ol a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.main_link:hover,
.main_link:focus,
.block_promo p a:hover,
.block_promo ul a:hover,
.block_promo ol a:hover,
.block_textcontent p a:hover,
.block_textcontent ul a:hover,
.block_textcontent ol a:hover {
    color: #000;
    text-decoration: none;
}


/* --- Header & Navbar --- */

.block_header {
    font-size: 16px;
    background-color: #fff;
}

.block_header__logo {
    display: inline-block;
    float: left;
    margin: 14px 0;
}

.block_header__logo > img {
    display: block;
    width: 180px;
    height: auto;
    margin: auto;
}

.block_header__contacts {
    text-align: right;
}

.block_header__contacts > ul {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #000;
    line-height: 24px;
    margin: 7px 0 11px;
    vertical-align: top;
}

.block_header .block_header__contacts-town {
    display: none;
}

.block_header__contacts-town .block_header__text {
    margin-left: 16px;
}

.block_header__contacts > ul li {
    margin: 7px 0 0;
    line-height: 16px;
}

.block_header__contacts a,
.block_header__contacts a:hover,
.block_header__contacts a:focus {
    text-decoration: none;
}

.block_header__contacts label {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
}

.block_header__text {
    color: #555;
    font-size: 14px;
    margin-left: 1px;
}

.block_header__contacts-phone a {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    position: relative;
}

.block_header__contacts-phone a::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 22px;
    height: 20px;
    background: url(../img/call.svg) left bottom no-repeat;
    background-size: 21px 20px;
    margin-right: 12px;
    vertical-align: middle;
}

.block_header__contacts-phone a:hover {
    color: #134f8b;
}

.block_header__contacts .bord_btn {
    height: 46px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 33px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    float: right;
    min-width: 50px;
}

.navbar {
    border: none;
    width: 100%;
    min-height: 50px;
    margin: 0;
}

.navbar-header {
    padding-bottom: 50px;
    position: relative;
}

.navbar .navbar-collapse {
    margin: 0;
    padding: 0;
    background-color: #2b2c2c;
}

.navbar-collapse .container,
.block_header .container {
    width: 100%;
}

.navbar-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-right > li {
    display: inline-block;
}

.navbar-right a .fa {
    min-width: 22px;
    text-align: center;
    font-size: 20px;
}

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover,
.navbar-nav .active>a,
.navbar-nav .active>a:hover,
.navbar-nav .dropdown:hover > a {
    color: #fff;
    background-color: transparent;
    background-color: rgba(255,255,255,0.1);
}

.navbar-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 50px;
    float: none;
    padding: 10px 15px;
    margin: 0;
    background-color: #2b2c2c;
    border: none;
    border-radius: 0px;
}

.navbar-toggle::before {
    content: 'МЕНЮ';
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 15px;
}

.navbar-toggle__wrap {
    float: right;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav .dropdown-menu {
    background-color: #2b2c2c;
    border: none;
    border-top: 1px solid transparent;
    border-radius: 0px;
    padding: 0;
    min-width: 220px;
}

.navbar-nav .dropdown .hover {
    top: 100%;
    opacity: 1;
}

.navbar-nav .dropdown-menu>li:not(:last-child) {
    border-bottom: 1px solid #333;
    border-bottom-color: rgba(255,255,255,0.15);
}

.navbar-nav .dropdown-menu>li>a, .navbar-nav .dropdown-menu>li > noindex > a {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    background-color: transparent;
    padding: 11px 22px;
    line-height: 1.2;
}

.navbar-nav .dropdown-menu>li > noindex{
    display: flex;
}

.navbar-nav .dropdown-menu>li:not(:last-child) {
    border-bottom: 1px solid #333;
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.navbar-nav .dropdown-menu a:focus,
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu>.active>a {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}


.content__aside {
    position: relative;
    padding-left: 0;
    margin-top: 45px;
    width: 100%;
}

.aside-wrap {
    position: relative;
    width: auto;
    padding-top: 50px;
    display: none;
}

.aside {
    color: #000;
    position: relative;
    margin-bottom: 40px;
}

.aside__header {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #333;
    line-height: 1;
    min-height: 50px;
    margin: 8px 0 22px 20px;
    padding: 12px 0 0 23px;
    background: url(../img/header-aside.png) left top no-repeat;
}

.aside ul {
    list-style: none;
}

.aside li a {
    display: block;
    position: relative;
    padding: 8px 20px;
    color: #212121;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    background-color: transparent;
}

.aside li a:hover,
.aside .active > a {
    color: #000;
    text-decoration: underline;
}

.aside__menu > .active >a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    background: transparent;
    pointer-events: none;
    line-height: 1;
    color: #000;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -7px;
}
.aside li ul {
    padding-left: 12px;
}

.aside li ul a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-top: 4px;
}

.aside-wrap .side_link {
    display: block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 20px 15px 10px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    position: relative;
    max-width: 300px;
    background-color: #007db3;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.aside-wrap .side_link:hover {
    color: #fff;
    background-color: #134f8b;
}

.aside-wrap .side_link .fa {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    line-height: 40px;
}

.carousel-big {
    background: #3a3a3a url(../img/bg-04.jpg) center no-repeat;
    background-size: cover;
    height: 430px;
    display: none;
}

.carousel-big .item,
.carousel-big .carousel-inner,
.carousel-big  .item .container {
    height: 100%;
}

.carousel-big > .container {
    position: relative;
    height: 0;
    top: -100%;
}

.carousel-big .carousel-inner {
      background: rgba(0,0,0,.1) url(../img/bg-dotted.png) repeat;
}

.carousel-big .item .container {
    width: 100%;
    position: relative;
    z-index: 3;
    padding-left: 10%;
}

.carousel-big .carousel-caption {
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    max-width: 1200px;
    padding-left: 300px;
    top: 0;
    bottom: 28px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-big .carousel-caption > div {
    width: 100%;
}
.carousel-big .carousel-caption__text
{
    font-size:16px;
}
.carousel-big .carousel-caption__text .bold {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    line-height: 1;
    margin: 20px 0 35px;
}

.carousel-big .carousel-caption .main_btn {
    margin-top: 20px;
    text-shadow: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.carousel-big .carousel-indicators .active,
.carousel-big .carousel-indicators li {
    width: 40px;
    height: 5px;
    margin: 1px 3px;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    opacity: 0.5;
}

.carousel-big .carousel-indicators .active {
    opacity: 1;
}

.block_promo {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.block_promo__bg {
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
}

.block_promo__left .block_promo__bg {
    right: 0;
    left: auto;
}

.block_promo__bg > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg-promo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.block_promo .container {
    position: relative;
    z-index: 2;
}

.block_promo__text,
.block_promo__video {
    padding: 50px 15px 55px;
    background-color: #fff;
}

.block_promo p,
.block_promo ul {
    margin: 10px 0 14px;
}

.block_promo .main_btn,
.block_promo .bord_btn {
    display: block;
    max-width: 220px;
    margin: 30px auto 0;
    padding: 0 10px;
}

.block_promo__main .block_promo__text {
    width: 100%;
    max-width: 860px;
    margin: auto;
    float: none;
    text-align: center;
}

.section_feature {
    position: relative;
    background-color: #f3f3f3;
    padding: 38px 0 60px;
}

.section_feature .container {
    position: relative;
    z-index: 3;
}

.content .section_feature,
.content .section_feature::before {
    background: none;
    padding: 0 0 15px;
}

.section_feature__list {
    list-style: none;
    margin: 30px 0 0;
}

.section_feature__list li {
    display: table;
    position: relative;
    padding: 0 0 32px 90px;
    height: 114px;
    margin: 30px 0 0;
    width: 100%;
}

.section_feature__list li:not(:last-of-type) {
    border-bottom: 1px solid #212121;
}

.section_feature__image {
    position: absolute;
    left: 0;
    top: 13px;
    width: 50px;
}

.content .section_feature__image {
    border-color: #212121;
}

.section_feature__image img {
    display: block;
    width: 42px;
    height: 42px;
}

.section_feature__text {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.section_feature__text > div > span,
.section_feature__text > div > small {
    display: block;
}

.section_feature__text > div > small {
    font-size: 80%;
    font-weight: 400;
    color: #525252;
    margin-top: 2px;
    word-break: break-word;
}

.content  .section_feature-advantage {
    color: #212121;
    background-color: #2b2c2c;
    background: -webkit-linear-gradient(180deg, #2b2c2c 0%, #134f8b 100%);
    background: -ms-linear-gradient(180deg, #2b2c2c 0%, #134f8b 100%);
    background: linear-gradient(-90deg, #2b2c2c 0%, #134f8b 100%);
    position: relative;
}

.section_feature-advantage .container {
    position: relative;
    z-index: 3;
}


.section_product-introduction .header_section {
    color: #222222;
    background-image: url(../img/header.png);
}

.section_product-introduction .header_section,
.section_feature-advantage .header_section {
    color: #ffffff;
    background-image: url(../img/header-2.png);
}

.section_feature-advantage .section_feature__list li,
.section_feature-advantage .section_feature__left .section_feature__list {
    border-color: #ffffff;
}

.section_feature-advantage .section_feature__text {
    color: #ffffff;
    font-weight: 300;
}

.section_feature-advantage::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/img-left.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
}

.content .section_feature-2 {
    max-width: 760px;
}

.section_feature-2 .section_feature__text > div > span {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.section_feature-2 .section_feature__text > div > span a {
    color: #007db3;
    text-decoration: none;
}

.section_feature-2 .section_feature__text > div > span small {
    font-size: 70%;
    text-decoration: underline;
}


.section_feature__expert a {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    text-decoration: underline;
}

.section_feature__expert a:hover {
    text-decoration: none;
}

.section_feature__expert {
    margin-top: 8px;
}

.section_feature__expert>div {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    margin-top: 3px;
}

.section_feature__expert>div::before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #333;
}

.section_product {
    color: #000;
    background-color: #f5f5f5;
    padding: 30px 0 70px;
}

.content .section_product {
    /*padding: 0;*/
    /*background: none;*/
}

.block_product {
    height: 420px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    text-align: center;
    padding-top: 39px;
    margin: 15px auto;
}

.section_product-version {
    background: #ccc url(../img/bg-7.jpg) center no-repeat;
    background-size: cover;
}

.section_product-version .block_product,
.section_product-introduction .block_product {
    height: auto;
    padding-bottom: 46px;
}


.section_product-introduction {
    background-color: #134f8b;
}

.block_product__header {
    color: #007db3;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    margin: 0 0 28px;
    padding-bottom: 26px;
    position: relative;
}

.block_product__header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background-color: #00000a;
}

.section_product-version .block_product__header {
    font-size: 28px;
    letter-spacing: 0.5px;
    margin-top: 24px;
}

.section_product-introduction .block_product__header {
    color: #000;
    margin-top: 20px;
}

.block_product__image {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.block_product__price {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    position: relative;
    padding-bottom: 28px;
    margin: 12px 10px 10px;
}

.block_product__price span {
    font-size: 26px;
    margin: 0 3px;
}

.block_product__price small {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    color: #7d7d7d;
    font-size: 85%;
    font-weight: 400;
    line-height: 20px;
}

.block_product__text {
    color: #000;
    font-size: 14px;
    max-width: 210px;
    min-height: 170px;
    line-height: 1.55;
    margin: auto;
}

.section_product-version .block_product__text {
    max-width: 700px;
    min-height: 50px;
    padding: 0 25px 20px;
}

.section_product-version .block_product__text span {
    display: block;
    margin-bottom: 10px;
}

.section_product-introduction .block_product__text {
    max-width: 700px;
    min-height: 50px;
    padding: 0 25px 20px;
}

.block_product .block_product__link {
    display: block;
    margin: 12px auto 0;
    color: #007db3;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    width: 160px;
    height: 40px;
    border: 1px solid #007db3;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.block_product .block_product__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007db3;
}

.carousel-review .review__text p {
    margin: -6px 0 24px;
    padding-top: 10px;
    overflow: hidden;
}

.carousel-review .review__text p::before {
    top: -10px;
}

.section_reviews {
    background-color: #676767;
    background: url(../img/bg-09.jpg) center no-repeat;
    background-size: cover;
    padding: 25px 0 50px;
    position: relative;
    min-height: 450px;
}

.section_reviews .main_btn {
    margin-top: 10px;
}

.block_reviews {
    padding-bottom: 50px;
}

.review {
    padding: 2px 0 20px;
    position: relative;
}

.review__text {
    color: #000;
    background-color: #f5f5f5;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 32px 40px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.content .review__text {
    background-color: #fff;
}

.section_reviews .review__text {
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
    border: none;
}

.review__text p {
    line-height: 1.5;
    position: relative;
    margin-bottom: 15px;
}

.review__username {
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.review__userwork {
    color: #555;
    font-size: 14px;
    display: inline-block;
}

.review__item {
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

.review__item .main_link {
    color: #555;
}

.section_reviews-case .review__text {
    padding-left: 220px;
}

.section_reviews-case .review__username {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section_reviews-case {
    background-image: url(../img/bg-08.jpg);
    min-height: 530px;
}

.section_reviews-case .review__text p {
    text-indent: 0;
    margin-bottom: 15px;
}

.section_reviews-case .review__text p::before {
    display: none;
}

.section_reviews-case .review__image {
    position: absolute;
    left: 30px;
    top: 0;
    width: 160px;
    height: 100%;
}

.section_reviews-case .review__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content {
    /*padding: 0 0 80px;*/
    background-color: #f1f3f4;
}

.download-link {
    display: block;
    position: relative;
    padding-left: 34px;
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.375;
}

.download-link small {
    display: block;
    color: #555;
}

.download-link a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.download-link a:hover {
    text-decoration: none;
    color: #000;
}

.download-link::before {
    content: "\f0f6";
    display: block;
    position: absolute;
    font-size: 28px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    background: transparent;
    padding: 0;
    top: 4px;
    left: 0;
    color: #000;
}

.wrap_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 5px 0 35px;
}

.catalog .row {
    margin: 0 -7px;
}

.catalog .row > div {
    padding: 0 7px 5px;
}

.block_catalog {
    display: block;
    background: #fff;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    margin-bottom: 16px;
    border: 3px solid #eee;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.block_catalog:hover {
    border-color: #ccc;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.catalog__image {
    width: 220px;
    height: 220px;
    max-width: 85%;
    margin: 30px auto 35px;
}

.block_catalog img {
    display: block;
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.catalog__price,
.catalog__cart {
    position: absolute;
    display: inline-block;
    bottom: 95px;
    left: -3px;
    min-width: 86px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 7px;
    text-align: center;
    color: #fff;
    background-color: #5a6468;
}

.catalog__cart {
    left: auto;
    right: -3px;
    color: #000;
    background-color: #007db3;
}

.catalog__cart:hover {
    color: #fff;
    background-color: #5a6468;
}

.catalog__text {
    height: 110px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    padding: 28px 10px 10px;
    color: #000;
    line-height: 1.25;
    border-top: 1px solid #f0f0f0;
    background-color: #f5f5f5;
}

.catalog__text-name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: none;
}

.catalog__text ul {
    height: 80px;
    overflow: hidden;
    margin: 0;
}

.section_clients {
    padding: 20px 0 87px;
}

.section_clients .row {
    margin: 0 -10px;
}

.section_clients .row > div {
    padding: 5px 10px;
}

.section_clients .carousel img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    opacity: 0.6;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.section_clients .carousel:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.section_clients .carousel {
    padding: 5px 20px;
}

.carousel-review .carousel-control {
    left: auto;
    right: 0;
    opacity: 1;
}

.section_clients .carousel-control {
    opacity: 1;
}

.carousel-review .carousel-control.right,
.carousel-review .carousel-control.left,
.section_clients .carousel-control.right,
.section_clients .carousel-control.left {
    background-image: none;
    width: 0;
}

.carousel-review .carousel-control__left,
.carousel-review .carousel-control__right,
.section_clients .carousel-control__left,
.section_clients .carousel-control__right {
    position: absolute;
    display: block;
    width: 26px;
    height: 48px;
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: left center;
    top: 50%;
    z-index: 5;
    margin-top: -24px;
    left: -10px;
}

.section_clients .carousel-control__right {
    left: auto;
    right: -10px;
    background-position: right center;
}

.carousel-review .carousel-control__left,
.carousel-review .carousel-control__right {
    top: auto;
    left: auto;
    bottom: -60px;
    right: 40px;
    margin-top: 0;
    background-image: url(../img/arrows-2.png);
}

.carousel-review .carousel-control__right {
    right: 0;
    background-position: right center;
}

.section__block_about {
    margin: 30px 0 10px;
}

.block_about {
    display: block;
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.block_about:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.block_about__text {
    display: table;
    height: 50px;
    width: 100%;
}

.block_about__text span {
    color: #000;
    display: table-cell;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
}

.block_about:hover span {
    color: #007db3;
}

.page_item {
    padding-top: 10px;
}

.page_item__price {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2b2c2c;
}

.page_item__price .price {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.page_item__price .price small {
    font-size: 75%;
}

.page_item .page_item__price .main_btn {
    margin-top: 0;
    float: left;
    max-width: 100%;
    min-width: 120px;
    width: 170px;
}

.page_item__price .form-control {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    max-width: 70px;
    margin: 0 0 20px;
}

.page_item__image {
    background: #fff;
    margin: 0 0 30px;
    border: 3px solid #eee;
    padding: 25px;;
}

.page_item__image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.page_item .main_btn,
.page_item .bord_btn {
    display: block;
    margin: 0 0 20px;
    padding: 0 15px;
    max-width: 240px;
    width: 100%;
}

.block_partner {
    display: table;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}

.block_partner > div {
    display: table-cell;
    vertical-align: middle;
}

.block_partner__image {
    width: 220px;
}

.block_partner__image img {
    display: block;
    width: 100%;
    height: auto;
}

.block_partner__text {
    font-size: 18px;
    padding-left: 30px;
}

.block_partner__text .small {
    font-size: 85%;
    margin-top: 10px;
}

.block_partner__text .main_link {
    display: block;
    font-size: 85%;
    margin-top: 6px;
}

.block_textcontent .wrap_video {
    margin: 20px 0 45px;
}

.wrap_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.block_gallery {
    margin: 10px 0;
}

.block_gallery .row {
    margin: 0 -10px;
}

.block_gallery .row > div {
    padding: 0 10px 20px;
}

.block_gallery .row > div.col-xs-fix {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 33.1%;
}

@media(max-width: 1620px){
  .block_gallery .row > div.col-xs-fix {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 33%;
  }
}

@media(max-width: 1235px){
  .block_gallery .row > div.col-xs-fix {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 32%;
  }
}

.block_gallery .row img {
    display: block;
    width: 100%;
    height: auto;
}

.block_gallery .row a {
    display: block;
    position: relative;
}


.owl-carousel .item img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: auto;
}

.owl-gallery {
    margin: 35px 0 40px;
}

header + .owl-carousel,
h2 + .owl-carousel,
h3 + .owl-carousel {
    margin-top: 0;
}

header + .block_gallery,
h2 + .block_gallery,
h3 + .block_gallery {
    margin-top: -5px;
}

.owl-carousel .item {
    background: #fff;
    padding: 10px 10px 0;
    position: relative;
    text-align: center;
    max-width: 220px;
    margin: auto;
}

.owl-carousel .owl-stage-outer {
    padding: 7px 7px 12px;
    margin: 0 -7px;
}

.owl-gallery .item {
    padding: 0;
}

.owl-gallery .item a {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.05);
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
}

.block_textcontent img,
.block_textcontent .image_left,
.block_textcontent .image_right {
    display: block;
    height: auto;
    width: 35%;
    margin: 3px 2.5% 15px 0;
    float: left;
}

.block_textcontent .image_right {
    margin: 3px 0 15px 2.5%;
    float: right;
}

.block_textcontent .owl-gallery img,
.block_textcontent .block_gallery img {
    width: 100%;
    float: none;
    margin: 0;
}

.big_image,
.block_textcontent .big_image {
    display: block;
    width: 100%;
    height: auto;
    margin: 27px 0;
    float: none;
}

.block_textcontent .form_bottom img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    float: none;
}

.block_textcontent table {
    color: #000;
    margin: 20px 0 40px;
    border: 1px solid #d9d9d9;
    width: 100%;
    max-width: 100% !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.block_textcontent table>thead>tr>th,
.block_textcontent table>tbody>tr>th,
.block_textcontent table>tbody>tr>td {
    padding: 12px 8px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5 !important;
    border: 1px solid #F1F3F4;
}
.block_textcontent table>tbody>tr>td  a {
    color: #428bca !important;
}
.block_textcontent table:not(.price-table)>thead>tr>th,
.block_textcontent table:not(.price-table)>tbody>tr:first-child>td {
    font-weight: 600;
    border: 1px solid #F1F3F4;
    padding: 12px 5px;
    font-size: 18px;
    font-family: 'Open Sans';
}
.block_textcontent table:not(.price-table)>tbody>tr:first-child {
    border-bottom: 8px solid #F1F3F4;
}

.block_textcontent table:not(.price-table)>tbody>tr:first-child>td {
    border-top: 0;
}

.block_textcontent table>tbody>tr:first-child>td:first-child {
    text-align: center;
}

.block_textcontent table>tbody>tr>th:first-child,
.block_textcontent table>tbody>tr>td:first-child {
    text-align: left;
}

.block_textcontent table>tbody>tr>td.text-right {
    text-align: right;
}

.block_textcontent table>tbody>tr>td {
    border-top: 1px solid #d9d9d9;
}

.block_textcontent table>tbody>tr>td:first-child {
    max-width: 230px;
}

.block_textcontent table>tbody>tr>td a {
    color: #ffbb0c;
    text-decoration: underline;
}

.block_textcontent table>tbody>tr>td a:hover {
    text-decoration: none;
}

.block_textcontent .b1:not(:last-child) {
    margin-right: 15px;
}

.fancybox-title-float-wrap {
    display: block;
    margin-bottom: -42px;
    right: 0;
    left: 0;
}

.fancybox-title-float-wrap .child {
    width: 100%;
    padding: 7px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 14px;
    margin-right: 0;
    white-space: normal;
}

.block_textcontent {
    line-height: 1.5;
    margin: 0 0 20px;
}

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

.block_textcontent ul,
.block_promo ul,
.block_promo ol,
.block_textcontent ol,
.block_textcontent p {
    margin-bottom: 20px;
}

.list_count,
.block_textcontent ol,
.block_textcontent ul,
.block_promo ul,
.block_promo ol,
.list_style {
    list-style: none;
}

.block_textcontent ul li,
.block_promo ul li,
.block_promo ol li,
.list_style li,
.list_count li,
.block_textcontent ol li {
    position: relative;
    padding-left: 24px;
    margin-top: 6px;
}

.block_textcontent ul:not(.iti__country-list) li::before,
.list_style li::before,
.block_promo  ul li::before {
    content:'';
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #007db3;
}

.block_textcontent ul:not(.iti__country-list) {
    display: flex;
    flex-direction: column;
}

.block_textcontent li ul li::before,
.list_style li li::before,
.block_promo li ul li::before {
    content:'—';
    position: relative;
    display: inline-block;
    left: 0;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    margin: 0 10px 0 -24px;
}

.list_count,
.block_promo ol,
.block_textcontent ol {
  counter-reset: item;
}

.list_count li::before,
.block_promo ol li::before,
.block_textcontent ol li::before {
    color: #007db3;
    font-weight: 600;
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
}

.text_border {
    padding: 5px 0 5px 30px;
    margin: 40px 0;
    border-left: 4px solid #5a6468;
    font-size: 115%;
    font-weight: 300;
}

.text_white {
    background-color: #fff;
    padding: 20px 28px;
    margin: 30px 0;
}

.section_news {
    background-color: #f3f3f3;
    padding: 38px 0 40px;
}

.block_news {
    background-color: #fff;
    padding: 28px 22px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.block_article {
    padding: 5px 0 7px;
}

.block_article {
    display: table;
    width: 100%;
}

.block_article > div {
    display: table-cell;
    vertical-align: top;
}

.row_articles .block_article > div {
    vertical-align: middle;
}

.block_article__image {
    display: table-cell;
    width: 150px;
    padding: 3px 30px 30px 0;
    vertical-align: top;
}

.row_articles .block_article__image {
    width: 100px;
    padding: 0 20px 20px 0;
}

.row_articles .block_article__text {
    padding-bottom: 20px;
}

.block_article__image img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.block_article__image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.block_article__header,
.block_news__header {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 8px;
}

.block_news__header_an {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 8px;
}

.row_articles .block_article__header {
    font-size: 18px;
}

.block_article__header a,
.block_news__header a {
    color: #000;
}

.block_article__text,
.block_news__text {
    line-height: 1.55;
    padding-bottom: 30px;
}

.block_news__time {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #555;
    font-size: 13px;
    margin: 0 0 9px;
}

.block_textcontent .block_news__time {
     margin: 0 0 20px;
     position: relative;
}

.block_article .main_link,
.block_news .main_link {
    font-weight: 600;
}

.block_question {
    position: relative;
    margin-bottom: 10px;
}

.block_question__ask {
    background-color: #fff;
    padding: 21px 21px 12px;
    margin-bottom: 10px;
}

.block_question__answer {
    padding: 11px 21px 29px;
    margin-bottom: 20px;
}

.section_questions {
    padding: 7px 0 17px;
}

.questions_form {
    padding: 0 0 5px;
}

.questions_form__text {
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0 40px;
}

.questions_form .bord_btn {
    margin: 15px 0 35px;
    min-width: 260px;
}

.block_question__name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 14px;
}

.block_question__time {
    float: right;
    font-size: 13px;
    line-height: 18px;
    padding: 0 3px 0 14px;
}

.block_question__answer {
    line-height: 1.75;
}

.block_question__ask p {
    line-height: 1.75;
}

.section_contacts .block_textcontent {
    padding: 9px 0 21px;
}

.section_contacts .block_textcontent p {
    margin-bottom: 13px;
}

.block_contacts {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    margin: 25px 0;
}

.block_contacts > div {
    display: table-cell;
    vertical-align: top;
}

.block_contacts__header {
    color: #2b2c2c;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 26px;
}

.block_contacts__text {
    padding: 0 20px 0 0;
}

.block_contacts__text ul {
    list-style: none;
    margin: 0;
}

.block_contacts__text ul li {
    position: relative;
}

.block_contacts__text ul li + li {
    margin-top: 20px;
}

.block_contacts__text li > span {
    display: block;
    margin-bottom: 4px;
}

.block_contacts li span a {
    color: #000;
    display: inline-block;
}

.block_contacts__map {
    width: 350px;
    height: 260px;
    overflow: hidden;
}

.block_banner {
    color: #fff;
    text-align: center;
    padding: 74px 0 90px;
    background-color: #555;
    background: url(../img/bg-5.jpg) center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.block_banner__header {
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    max-width: 1100px;
    margin: 10px auto 1.5em;
}

.block_banner__header span {
    display: block;
    margin: 0 0 10px;
}

.block_banner__header span.bold {
    display: block;
    font-size: 125%;
    font-weight: 600;
    line-height: 1.25;
    margin: 20px 0;
}

.block_banner .main_btn,
.block_banner .bord_btn {
    display: inline-block;
    color: #fff;
    margin: 10px 12px;
}

.block_banner .main_btn:hover,
.block_banner .bord_btn:hover {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}

.block_banner__header small {
    display: block;
    font-size: 85%;
    margin-top: 1em;
}

.form_gorizontal {
    margin: 10px auto 0;
}

.form_gorizontal .header_section {
    color: #333;
    text-align: center;
}

.form_gorizontal p {
    margin: 25px 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.form_gorizontal .row {
    margin: 0 -7px;
}

.form_gorizontal .row > div {
    padding: 0 7px;
}

.block_banner .form_gorizontal .main_btn,
.form_gorizontal .main_btn {
    margin: 0 auto;
    min-width: 240px;
}

.block_banner .form_gorizontal {
    margin-bottom: 10px;
}

.block_banner .form_gorizontal .form-control {
    background-color: rgba(255,255,255,0.8);
    font-size: 18px;
}

.block_banner .form_gorizontal textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
}

.block_banner__small {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 25px;
}

.section_collapse {
    margin-bottom: 30px;
}

.block_collapse {
    position: relative;
    margin-bottom: 10px;
}

.block_collapse__header {
    position: relative;
    background-color: #007db3;
    padding: 15px 51px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.block_collapse.open .block_collapse__header {
    background-color: #134f8b;
}

.block_collapse__header::after {
    display: block;
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    background: transparent;
    padding: 0;
    color: #fff;
    bottom: 50%;
    margin-bottom: -15px;
    left: 20px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.block_collapse.open .block_collapse__header::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.block_collapse__content {
    display: none;
    padding: 20px 0;
}

.block_collapse__content .block_textcontent {
    overflow-x: scroll;
}

.block_collapse__content > *,
.block_collapse__content .block_textcontent table {
    margin: 0;
}

.pagination {
    margin: 40px 0 0;
    display: block;
    min-height: 34px;
    padding-top: 30px;
    border-radius: 0px;
    border-top: 1px solid #ccc;
    text-align: right;
    list-style: none;
}

.pagination > li {
    display: inline-block;
    margin: 0 0 7px 6px;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 0;
    margin: 0;
    color: #000;
    background-color: #e3e3e3;
    border-radius: 0px !important;
    border: none;
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    color: #000;
    font-weight: 600;
    background-color: #ccc;
}

.pagination>.pagination__dotted>span,
.pagination>.pagination__dotted>span:hover {
    color: #000;
    background-color: transparent;
    width: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    color: #fff;
    font-weight: 600;
    background-color: #007db3;
}


.block_share {
    text-align: center;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .block_share {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.block_share > span {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin: 6px 7px 7px 0;
    vertical-align: bottom;
}

.totop {
    position: fixed;
    font-size: 42px;
    color: #2b2c2c;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    bottom: 18px;
    right: 18px;
    z-index: 999;
    display: none;
}

.totop:hover {
    color: #fff;
    background-color: #2b2c2c;
   border-color: #2b2c2c;
}

.map {
    height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
}

.section_map {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.section_map__text {
    position: absolute;
    top: 0;
    right: 0;
    height: 500px;
    width: 37%;
    min-width: 265px;
    color: #000;
    font-size: 16px;
    line-height: 1.45;
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
    padding: 110px 4% 60px 6%;
    z-index: 15;
}

.section_map__text b {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}

.section_map__text b::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #00000a;
}

.section_map__text ul li {
    list-style: none;
    margin-bottom: 15px;
}

.list_dealers .block_contacts {
    margin: 20px 0;
}

.list_dealers .header_second {
    margin: 50px 0 30px;
}

.list_dealers .block_contacts li b {
    min-width: 58px;
    display: inline-block;
}

.dealer-map {
    position: relative;
    margin: 0 0 60px;
    padding: 0;
}

.dealer-map__top {
    margin: 10px 0 30px;
}

.list_dealers .dealer-map__top {
    margin: 10px 0 0;
}

.dealer-map__top .main_btn {
    margin: 0 0 22px;
    min-width: 290px;
}

.dealer-map__map {
    height: 600px;
    background-color: #eee;
    position: relative;
    overflow: hidden;
    margin-right: 300px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.dealer-map__map .dealer_name {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    padding: 5px 0;
}

.dealer-map__map .dealer_address {
    margin-bottom: 3px;
    font-size: 90%;
    font-weight: 400;
}

.dealer-map__map .bord_btn {
    margin: 10px 0 5px;
    font-size: 10px;
    min-width: 100px;
    height: 28px;
    line-height: 26px;
    border-width: 1px;
    padding: 0 10px;
}

.dealer-map__menu {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 600px;
    color: #000;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 11px 0;
    overflow-y:scroll;
}

.dealer-map__menu ul {
    list-style: none;
}

.dealer-map__menu ul a {
    color: #000;
    font-size: 14px;
    line-height: 1.25;
    display: block;
    padding: 6px 23px;
    text-decoration: none;
}

.dealer-map__menu ul a.active,
.dealer-map__menu ul a:hover {
    color: #fff;
    background-color: #007db3;
}

.dealer-map__menu .submenu {
    display: none;
}

.dealer-map__menu .m_menu>li>a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 23px;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
}

.dealer-map__menu ul a:hover .dealer_address,
.dealer-map__menu ul a.active .dealer_address,
.dealer-map__menu .m_menu>li>a:hover,
.dealer-map__menu .m_menu>li>a.active {
    color: #fff;
}

.dealer_address {
    display: block;
    font-size: 90%;
    color: #333;
}

@media screen and (max-width: 480px) {
    .header_second, .block_textcontent h2, .block_textcontent h3 {
        font-size: 22px;
    }
    .header_page, h1, .h1  {
        font-size: 28px;
    }
    .block_gallery .row > div.col-xs-fix {
        width: 100% !important;
    }
    
    .block_textcontent table:not(.price-table)>tbody>tr:first-child>td, .block_textcontent .table-wrapper-flex > table>tbody>tr>td {
        width: 100%;
        max-width: 100%;
        text-align: center !important;
    }
    
    .block_textcontent .table-wrapper-flex > table>tbody>tr>td img {
        margin: 0 auto;
        display: block;
        float: none;
    }
    .section_feature-2 .section_feature__text > div > span {
        font-size: 20px;
    }
    .section_feature__list li {
       padding: 0 0 32px 70px;
    }
}

@media (max-width: 1170px) {
    .block_textcontent img,
    .block_textcontent .image_left,
    .block_textcontent .image_right {
        height: unset !important;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .dealer-map__top .form-group {
        max-width: 290px;
    }
}

@media (max-width: 650px) {
    .dealer-map__map {
        margin-right: 0;
    }
    .dealer-map__menu {
        display: none;
    }

    .block_textcontent .b1:not(:last-child) {
        margin-right: 0;
    }

    .block_textcontent .b1 {
        margin-bottom: 15px;
        min-width: 100%;
    }
}

@media (max-width: 650px) {
    .block_textcontent .table-wrapper-flex > table tbody {
        display: flex;
        flex-direction: column;
    }

    .block_textcontent .table-wrapper-flex > table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #d9d9d9;
    }

    .block_textcontent .table-wrapper-flex > table td img {
        margin: 0;
    }

    .block_textcontent .table-wrapper-flex > table>tbody>tr>td {
        border: 0;
    }

    .table-wrapper {
        overflow-x: auto;
    }
}

.footer {
    color: #fff;
    font-size: 13px;
    padding: 0;
}

.footer a {
    color: #fff;
}

.footer ul {
    list-style: none;
}

.footer__header {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.footer__top {
    background-color: #5a6468;
    padding: 40px 0 10px;
}

.footer__menu {
    margin: 0;
    padding: 2px 0 16px;
}

.footer__menu li {
    margin-bottom: 8px;
    padding: 0;
    line-height: 1.2;
}

.footer__social li {
    display: inline-block;
    margin: 0;
}

.footer__social {
    padding-top: 2px;
    text-align: right;
}

.footer__social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
}

.footer__social li + li {
    margin-left: 11px;
}

.footer__social a:hover {
    color: #000;
    background-color: #fff;
}

.footer__list {
    margin-bottom: 50px;
}

.footer__list li {
    margin-bottom: 20px;
    line-height: 1.45;
}

.footer__list li a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.footer__list li a:hover {
    border-bottom-color: transparent;
}

.footer__contacts li {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 23px;
}

.footer__contacts .phone {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 4px 0 1px;
}

.footer__contacts .phone a {
    display: inline-block;
}

.footer__bottom {
    padding: 10px 0 20px;
    /*background-color: #2b2c2c;*/
    background-color: #134f8b;
    text-align: center;
}

.footer__bottom .row > div {
    padding-top: 20px;
}

.footer__logo {
    display: block;
    width: 190px;
    height: auto;
    float: left;
}

.footer__bottom-menu {
    margin: 7px -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__bottom-menu > li {
    font-size: 15px;
    display: inline-block;
    padding: 5px 8px;
}

.footer__copyright {
    background-color: #212121;
    font-size: 12px;
    padding: 12px 0 6px;
    text-align: center;
}

.footer__copyright-text a {
    text-decoration: underline;
    margin-left: 6px;
}

.footer__social {
    position: relative;
}

.footer__social li:first-of-type::before {
    content: "Мы в соцсетях:";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    font-size: 13px;
    display: block;
    line-height: 1;
    text-align: center;
}

@media (min-width: 650px) {
    .footer__social li:first-of-type {
        position: relative;
    }
    .footer__social li:first-of-type::before {
        top: auto;
        bottom: 0;
        left: -112px;
        text-align: right;
        width: auto;
    }
}



/* --- Modal & form --- */

::-webkit-input-placeholder         {color: #1e1b1c !important; opacity: 0.7;}
::-moz-placeholder                  {color: #1e1b1c !important; opacity: 0.7;}
:-moz-placeholder                   {color: #1e1b1c !important; opacity: 0.7;}
:-ms-input-placeholder              {color: #1e1b1c !important; opacity: 0.7;}
:focus::-webkit-input-placeholder   {opacity: 0;}
:focus::-moz-placeholder            {opacity: 0;}
:focus:-moz-placeholder             {opacity: 0;}
:focus:-ms-input-placeholder        {opacity: 0;}

.form-group {
    margin-bottom: 22px;
}

.form-control {
    color: #000;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.modal-dialog {
    width: 490px;
    max-width: 100%;
    min-width: 290px;
    margin: 30px auto;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    font-size: 14px;
    padding: 45px;
}

.modal-title {
    color: #2b2c2c;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 1.1;
    text-align: center;
}

.modal-title + p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    margin: -15px 2px 30px;
}

.modal .close {
    margin: -70px -70px 0 0;
    outline: none;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.modal .main_btn {
    display: block;
    width: 240px;
    padding: 0 15px;
    margin: 25px auto 5px;
}

.modal .checkbox,
.form_bottom .checkbox {
    padding-left: 20px;
    font-size: 13px;
}

.checkbox a {
    color: #000;
    text-decoration: underline;
}

.checkbox small {
    display: block;
    color: #555;
    line-height: 1.1;
    font-size: 80%;
    margin-top: 3px;
}

.form_gorizontal .checkbox a {
    color: #fff;
}

.form_bottom,
.form_bottom-wide {
   padding: 10px 0;
   max-width: 570px;
}

@media (min-width: 1200px) {
    .form_bottom-wide {
        max-width: 100%;
    }
}

.form_bottom-wide .row {
    margin: 0 -6px;
}

.form_bottom-wide .row>div {
    padding: 0 6px;
}

.form_bottom-wide fieldset {
    padding: 0 20px;
    border: 3px solid #ddd;
    margin: -10px 0 40px;
    display: block;
    position: relative;
}

.form_bottom-wide legend {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    background-color: #f1f3f4;
    margin: 0 0 30px;
    padding: 0 8px;
    border: 0;
}

.form_bottom-wide fieldset .close {
    display: block;
    position: absolute;
    background-color: #d3d3d3;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 24px;
    border-radius: 50%;
    top: -6px;
    right: 20px;
    opacity: 1;
    outline: none;
}

.form_bottom-wide .main_btn {
    margin-top: 0;
}

.form_bottom-wide fieldset .close:hover {
    color: #fff;
    background-color: #23527c;
}

.form_bottom .help-text {
    margin: -15px 0 20px;
    font-size: 13px;
}

.form_bottom .main_btn {
    margin: 10px 0;
    min-width: 240px;
}

.section_buttons {
    padding: 10px 0 20px;
}

.section_buttons .main_btn {
    margin: 0 0 20px;
}

.form-group__checkbox-inline {
    margin-top: -10px;
}

.form-group__checkbox-inline .checkbox-inline {
    font-weight: 600;
    margin-right: 10px;
    line-height: 1.33;
}

.form-group_captcha img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.form_bottom img {
    margin: 0;
}

.form_bottom p {
    margin: 0 0 18px;
}

.tab-carousel {
    height: 100%;
    position: relative;
    display: none;
    overflow: hidden;
    background-color: #2b2c2c;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 300px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.nav-tabs>li {
    display: table;
    height: 33.3333333%;
    width: 100%;
    float: none;
    text-align: center;
    position: relative;
    margin: 0;
}

.nav-tabs>li + li {
    margin-top: 1px;
}

.nav-tabs>li>a {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    background-color: #f5f5f5;
    border: none;
    margin: 0;
    padding: 12px;
    border-radius: 0px;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #000;
    background-color: #ebebeb;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #134f8b;
    border: none;
    margin: 0;
}

.nav-tabs>li.active::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -19px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #134f8b;
}

.nav-tabs>li .fa {
    display: block;
    font-size: 170%;
    margin: 0 auto 10px;
    text-align: center;
}

.tab-content {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
}

.tab-pane {
    height: 100%;
    margin: 0;
}

.aside__news {
    padding: 5px 0 40px;
    /*display: none;*/
}

.aside__news .aside__header {
    margin: 0 0 26px;
}

.aside__news .block_news__header {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px;
}

.aside__news .block_news__header a:hover {
    text-decoration: none;
}

.aside__news .main_link {
    color: #007db3;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
}

.aside__news .block_news__header a,
.aside__news .main_link:hover {
    text-decoration: underline;
}

.aside__news .main_link::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    background: transparent;
    pointer-events: none;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

.content .section_product-version-page {
    padding: 0;
    background: none;
}
.course-title {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 28px 0 16px 28px;
    background: url(../img/title.svg) left top no-repeat;
    position: relative;
    margin-bottom:30px;
}
.courses ul {
    list-style:none;
    padding-left:0;
    margin:30px 0;
}
.courses ul li {
    position:relative;
    padding-left:20px;
    margin-bottom:20px;
}
.courses ul li:last-child {
    margin-bottom:0;
}
.courses ul li:before {
    position:absolute;
    content:'';
    background:#007db3;
    width:8px;
    height:8px;
    left:0;
    top:8px;
}
.flex-box {
    display:flex;
    gap:60px;
}
.col {
    width:50%;
}
.courses p {
    margin-bottom:35px;
}
.courses p a {
    text-decoration:underline;
    color:#333;
}
.courses p a:hover {
    text-decoration:none;
}
.flex-box .course-title {
    margin-top:0;
}
.courses-section {
    margin-bottom:30px;
}
.courses-head {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
.courses-head h2 {
    margin-bottom:0;
}
.shedule {
    width:247px;
    height:51px;
    border:1px solid #007db3;
    color:#007db3;
    font-size:15px;
    text-align:center;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.courses-table {
    margin-top:35px;
}
.courses-table table {
    width:100%;
}
.courses-table thead {
    background:#007db3;
    border-bottom:15px solid #f1f3f4;
}
.courses-table th {
    padding:20px 25px;
    font-size:18px;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    border:1px solid #2a91bd;
}
.courses-table .title {
    font-size:18px;
    color:#007db3;
    text-decoration:underline;
    font-weight:600;
    display:block;
    margin-botton:10px;
}
.courses-table .title:hover {
    text-decoration:none;
}
.courses-table tbody tr{
    background:#fff;
    border-bottom:15px solid #f1f3f4;
}
.course-time {
    width:18%;
}
.courses-table tbody td {
    border:1px solid #efefef;
    padding:20px 25px;
    vertical-align:middle;
}
.course-info {
    font-size:14px;
    line-height:23px;
    margin-bottom:20px;
}
.link {
    color:#007db3;
    font-weight:600;
    border-bottom:1px dashed #007db3;
    margin-bottom:20px;
    display:block;
    max-width:fit-content;
    white-space:nowrap;
}
.link:hover {
    border-bottom:1px dashed transparent;
    text-decoration:none;
    color:#007db3;
}
.date {
    padding-left:25px;
    position:relative;
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
}
.date:before {
    position:absolute;
    content:'';
    background:url(../images/shedule.svg);
    width:14px;
    height:16px;
    background-size:100%;
    left:0;
}
.time {
    padding-left:25px;
    position:relative;
    font-size:14px;
    margin-bottom:10px;
}
.time:before {
    position:absolute;
    content:'';
    background:url(../images/clock.svg);
    width:14px;
    height:14px;
    left:0;
    top:4px;
}
.other-dates {
    color:#007db3;
    font-size:14px;
    border-bottom:1px dotted #007db3;
    cursor:pointer;
}
.dop-info {
    font-size:13px;
}
.dop-info strong {
    font-size:14px;
    font-weight:600;
    display:block;
    margin-bottom:5px;
}
.dop-item {
    margin-bottom:15px;
}
.dop-info a {
    color:#007db3;
    text-decoration:underline;
}
.dop-info a:hover {
    text-decoration:none;
}
.offline {
    font-size:17px;
    font-weight:600;
    text-align:center;
    white-space:nowrap;
}
.online {
    font-size:17px;
    font-weight:600;
    text-align:center;
    white-space:nowrap;
}
.order-btn {
    width: 126px;
    height: 34px;
    line-height:34px;
    box-sizing:border-box;
    border: 1px solid #007db3;
    color: #007db3;
    font-size: 12px;
    font-weight:600;
    text-align: center;
    display:block;
    text-decoration:none;
    cursor: pointer;
}
.order-btn:hover {
    text-decoration:none;
    background:#007db3;
    color:#fff;
}
.shedule-filter {
    background:#f5f5f5;
    border:1px solid #e5e7e7;
    box-shadow:1px 0 15px rgba(0,0,0,0.03);
    padding:20px 30px;
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:35px;
}
.shedule-filter .form-group {
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom:0;
}
.select-title {
    white-space:nowrap;
    font-size:15px;
    font-weight:700;
}
.shedule-filter select {
    width:190px;
    height:46px;
}
.filter-btn {
    width:214px;
    height:46px;
    line-height:44px;
    box-sizing:border-box;
    border:1px solid #007db3;
    color:#007db3;
    font-weight:700;
    font-size:15px;
    text-alight:center;
    white-space:nowrap;
    padding:0 5px;
}
.filter-btn:hover {
    color:#fff;
    background:#007db3;
}
.shedule-page thead {
    background: #f1f3f4;
}
.shedule-page .block_collapse__content {
    padding:30px;
    background:#fff;
}
.shedule-page th {
    padding: 20px;
    font-size: 18px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border: 1px solid #e8eaeb;
}
.shedule-page td {
    padding: 30px 20px;
    color: #000;
    border: 1px solid #f1f3f4;
    font-size:14px;
    vertical-align:middle;
}
.course-link {
    color:#007db3;
    font-size:15px;
    font-weight:600;
    text-decoration:underline;
}
.course-link:hover {
    color:#007db3;
    text-decoration:none;
}
.shedule-page td {
    width:15%;
}
.shedule-page td:last-child {
    text-align:center;
}
.shedule-page td.course-name {
    width:33%;
    color:#666;
}
.course-name p {
    color:#666;
}
.course-name p:last-child {
    margin-bottom:0;
}
.shedule-page .order-btn {
    text-transform:uppercase;
    font-weight:600;
    margin:0 auto 5px;
}
.shedule-page .dop-item, .course-price {
    color:#666;
}
.shedule-page .dop-item strong, .course-price strong {
    color:#000;
}
.course-price div:not(:last-child) {
    margin-bottom:5px;
}
.shedule-page tbody tr:hover {
    background:#fcfcfc;
}
.shedule-page .block_collapse {
    margin-bottom:20px;
}
.shedule-page .block_collapse__header {
    background:#fff;
    border-left:4px solid #25a7df;
    color:#000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size:22px;
    padding:25px 60px 25px 25px;
}
.shedule-page .block_collapse__header:after {
    right:25px;
    content:'\f105';
    color:#1588b9;
    left:unset;
}
.block_collapse.open .block_collapse__header {
    background:#007db3;
    color:#fff;
}
.block_collapse.open .block_collapse__header::after {
    content:'\f106';
    color:#fff;
}

.ur-white {
    background: #fff;
    padding-top: 58px;
    padding-bottom: 64px;
}

.ur-text-section {
    margin-top: 64px;
    font-size:16px;
}

.border-btn {
    margin-top: 48px;
    border: 1px solid #007EB1;
    color: #007EB1;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 44px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.border-btn:hover {
    background: #007EB1;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ur-course-banner {
    background: url(../images/ur-course-banner.jpg) no-repeat;
    background-size: cover;
    padding: 125px 40px;
    text-align: center;
}

.banner-title {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    margin-bottom: 56px;
}
.ur-course-banner .banner-btn {
    width: 410px;
    margin: 32px auto 0;
    height: 46px;
    line-height: 44px;
    background-color: #007EB1;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #007EB1;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ur-course-banner .banner-btn:hover {
    background: none;
    color: #007EB1;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ur-teachers {
    margin-top:24px;
}

.ur-teachers-item {
    padding: 40px 0;
    border-bottom: 1px solid #5A6468;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.ur-teachers-item:last-child {
    border: none;
}

.ur-teacher-info {
    flex-basis: 35%;
}

.ur-teacher-text {
    flex-basis: 65%;
    font-size: 16px;
    line-height: 1.3;
}

.ur-teacher-name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ur-teacher-state {
    font-size: 16px;
    line-height: 1.3;
}

.sertificate {
    padding: 40px 144px;
    background: url(../images/sertificate_bg.jpg) no-repeat;
    background-size: cover;
}

.sertificate-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
    max-width:1036px;
    margin: 0 auto;
}

.sertificate-img {
    flex-basis: 45%;
}

.sertificate .banner-title {
    flex-basis: 55%;
    margin-bottom: 0;
}

.ur-review-logo {
   margin-top:40px;
   height: 150px;
}

.ur-review-logo img {
    max-width: 100%;
    max-height: 100%;
    width: unset !important;
    margin: 0 auto 32px;
}

.ur-review-text {
    font-size: 16px;
}

.ur-partners {
    margin-top: 64px;
}

.ur-partner-item {
    margin-bottom: 64px;
}

.ur-partner-name {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 32px;
}

.ur-partner-text {
    font-size: 16px;
}

.form-group-flex {
    display: flex;
    gap: 80px;
}

.ur-quastion .form_bottom {
    max-width: 1186px;
}

.form-group-col {
    flex-basis: 50%;
}

.form-group {
    margin-bottom: 42px;
}

.form-group label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #000;
}

select.form-control {
    padding: 12px 40px 12px 15px;
    background-color: #fff;
    background-image: url(../images/down.svg);
    background-repeat:no-repeat;
    background-position: 96% center;
    display: block;
    height: unset;
    white-space: break-spaces;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: break-spaces;
}

select.form-control.big-select {
    height: 92px;
}

select.form-control[disabled] {
    padding: 12px 35px 12px 15px;
    height: unset;
    white-space: break-spaces;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/down.svg);
    background-repeat:no-repeat;
    background-position: 96% center;
    background-color: #F9F9F9;
    color: rgba(90, 100, 104, 0.9);
}

select.form-control[disabled].big-select {
    height: 92px;
}


select option {
    position: relative;
    box-shadow: 0px 0px 16px 0px #00000033;
    border: 1px solid #007EB1;
}


.form-control {
    height: 48px;
}

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

.checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.checkbox__custom {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: unset;
}

.checkbox__label {
    display: block;
    padding-left: 30px;
    font-size: 14px !important;
    cursor: pointer;
    margin-bottom: 0;
    font-size: calc(10px + 4*(100vw - 320px) / 1600);
    line-height: 1.25;
    line-height: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.checkbox__label:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #CCCCCC;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox__custom:checked+.checkbox__label:before {
    background-image: url(../images/check-input.svg);
    background-size: 32px 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.checkbox a {
    font-size: 14px;
}

.checkbox__label small {
    color: #5A6468;
    font-size: 14px;
}

.form_bottom .main_btn {
    font-size:15px;
    font-family: 'Open Sans';
    font-weight: 400;
    height: 46px;
    line-height: 44px;
}

.form_bottom .main_btn:hover {
    border: 1px solid #007db3;
    color: #007db3;
    background-color: transparent;
}

.error-message {
    color: #DD4545;
}

input.error {
    border-color: #DD4545;
}


@media (min-width: 1200px) {
    .content .section_product-version .tpl-block-list-objects {
        display: flex;
    }
}
@media (min-width: 651px) {
    .content .section_product-version .block_product,
    .content .section_product-introduction .block_product {
        display: flex;
        flex-direction: column;
        height: 100%;
        /*min-height: 120px;*/
        position: relative;
        padding: 50px;
        padding-top: 80px;
        text-align: left;
    }

    .content .section_product-version .block_product__image,
    .content .section_product-introduction .block_product__image {
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
    }

    .content .section_product-introduction .block_product__image {
        top: 36px;
    }

    .content .section_product-version .block_product__header,
    .content .section_product-introduction .block_product__header {
        text-align: center;
    }

    .content .section_product-version .block_product__price,
    .content .section_product-introduction .block_product__text,
    .content .section_product-introduction .block_product__text p,
    .content .section_product-version .block_product__text p {
        text-align: center;
    }

    .content .section_product-version .block_product__header::after,
    .content .section_product-introduction .block_product__header::after {
        left: 50%;
        margin-left: -30px;

    }

    .content .section_product-version .block_product__text,
    .content .section_product-introduction .block_product__text {
        max-width: 650px;
        min-height: 50px;
        padding: 0 0 30px;
        margin: 0 auto;
    }

    .content .section_product-introduction .block_product__text {
        padding: 0;
        font-size: 16px;
    }

    .content .section_product-version .block_product__price {
        padding-bottom: 10px;
        margin: 10px 0;
    }

    .content .section_product-version .block_product__price small {
        position: relative;
        bottom: 2px;
    }

    .content .section_product-version .block_product__link {
        display: block;
        margin: 0 auto;
        margin-top: auto;
    }

    .review__text p {
        text-indent: 50px;
    }

    .review__text::before {
        content: ' “ ';
        display: block;
        position: absolute;
        font-family: serif;
        font-size: 72px;
        font-style: normal;
        font-weight: 600;
        background: transparent;
        padding: 0 2px;
        line-height: 1;
        top: 15px;
        left: 36px;
        text-indent: 0;
        color: #ddd;
    }

    .section_reviews-case .review__text::before {
        display: none;
    }

    .section_product-introduction .block_product {
        min-height: 340px;
    }

    .section_product-introduction .block_product__text {
        max-width: 246px;
        padding: 0;
        min-height: 120px;
    }

    .content .section_product-version-page .block_product {
        height: auto;
        max-width: 910px;
        min-height: 120px;
        margin-left: 0;
        position: relative;
        padding: 20px 40px 45px 150px !important;
        text-align: left;
    }

    .content .section_product-version-page .block_product__image {
        position: absolute;
        left: 90px;
        top: 48px;
    }

    .content .section_product-version-page .block_product__header {
        text-align: left !important;
    }

    .content .section_product-version-page .block_product__header::after {
        left: 0;
        margin-left: 0;
    }

    .content .section_product-version-page .block_product__text {
        margin: 0;
    }

    .content .section_product-version-page .block_product__text p {
        text-align: left;
    }

    .content .section_product-version-page .block_product__link {
        display: block;
        margin: 0 0;
    }
}

@media (min-width: 768px) {
    html,
    body {
        height: 100%;
        width: 100%;
    }
    .tab-carousel {
        padding-top: var(--headerHeight, 189px);
        min-height: 680px;
        max-height: 820px;
        position: relative;
        z-index: 1;
        display: block;
    }
    .nav-tabs {
        padding-top: var(--headerHeight, 189px);
    }
    .carousel-big {
        height: 100%;
        position: relative;
        display: block;
    }
    .carousel-big .item,
    .carousel-big .carousel-inner {
        height: 100%;
    }
    .carousel-big .carousel-caption {
        top: 2%;
        left: 10%;
        right: 10%;
    }
    .carousel-indicators {
        text-align: left;
        left: 10%;
        width: auto;
        margin-left: 297px;
    }
    .navbar,
    .block_header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 120px;
        z-index: 4;
    }
    .navbar {
        top: 120px;
        height: auto;
        min-height: 70px;
    }
    .navbar-main {
        margin-left: -15px;
    }
    .block_header__contacts {
        text-align: right;
    }
    .block_header__contacts > ul {
        margin: 27px 0 0 10px;
    }
    .block_header__contacts a {
        margin-right: 15px;
    }
    .block_header__contacts > ul .fa {
        display: inline-block;
    }
    .block_header__contacts .bord_btn {
        font-size: 13px;
        padding: 0 15px;
    }
    .navbar-header {
        padding-bottom: 0;
    }
    .block_header__logo {
        display: inline-block;
        float: left;
        margin: 25px 0 20px;
    }
    .block_header__logo > img {
        float: left;
        width: 270px;
    }
    .navbar-nav>li>a {
        font-size: 12px;
        padding: 20px 15px;
        line-height: 30px;
    }
    .navbar-nav .dropdown:hover > a::after {
        content: " ";
        position: absolute;
        display: block;
        content: "\f107";
        font-family: FontAwesome;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        background: transparent;
        pointer-events: none;
        line-height: 1;
        padding: 0;
        width: 18px;
        text-align: center;
        bottom: 7px;
        left: 50%;
        margin-left: -9px;
    }
    .navbar-nav .open>.dropdown-menu {
        display: none;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block !important;
    }
    .content {
        padding-top: var(--headerHeight, 189px);
    }
}

@media (min-width: 992px) {
    .navbar-nav>li + li {
        margin-left: 1px;
    }
    .navbar-nav>li>a {
        font-size: 14px;
    }
    .content {
        min-height: 800px;
    }
    .block_header__contacts > ul {
        margin: 30px 0 0 18px;
    }
    .block_header__contacts .bord_btn {
        display: inline-block;
        margin: 0 0 0 5px;
        font-size: 14px;
        padding: 0 42px;
    }
    .aside-wrap, .page-product__aside {
        display: block;
        position: sticky;
        top: 40px;
        width: 320px;
        padding: 0;
        align-self: flex-start;
        margin-top: 45px;
        padding-right: 20px;
    }
    .aside {
        width: 300px;
        margin-bottom: 40px;
        max-height: calc(100vh - 236px);
        padding-right: 8px;
        overflow-y: auto;
        scrollbar-width: thin; 
        scrollbar-color: rgba(34,34,34,.3) #E5E5E5;
    }
    .page-product .section .container {
        padding-left: 5%  !important; 
    }
    /* Для Chrome, Edge, Safari */
     .aside::-webkit-scrollbar {
        width: 4px; /* Толщина скроллбара */

    .scrollable::-webkit-scrollbar-button {
        display: none; /* Убираем кнопки (стрелочки) */
    }
    
     .aside::-webkit-scrollbar-track {
        background: #E5E5E5; /* Цвет трека */
        border-radius: 10px; /* Закругление трека */
    }

     .aside::-webkit-scrollbar-thumb {
        background: rgba(34,34,34,.3);
        border-radius: 10px; /* Закругление ползунка */
    }

     .aside::-webkit-scrollbar-thumb:hover {
        background: rgba(34,34,34,.3);
        opacity: 0.3;
    }

    .content__aside {
        padding-left: 50px;
        min-height: 700px;
        width: 70%;
    }
    .content__aside-map {
        padding-left: 0;
    }
    .aside__menu {
        display: block;
        margin-top: 0;
    }
    .section_feature__left {
        padding-right: 30px;
    }
    .section_feature__right {
        padding-left: 30px;
    }
    .aside,
    .block_promo__bg,
    .block_grass {
        display: block;
    }
    .block_promo + .block_promo {
        margin-top: -50px;
    }
    .block_promo__text {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 0;
    }
    .block_promo__right .block_promo__text {
        padding-left: 55px;
        float: right;
    }
    .block_promo__left .block_promo__text {
        padding-right: 55px;
    }
    .row > .block_promo__video {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .block_promo__left .block_promo__video {
        padding-right: 0;
    }
    .block_promo__right .block_promo__video {
        padding-left: 0;
    }
    /*
    .block_promo__bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        float: none;
    }
    */

    .block_promo .row {
        display: flex;
        flex-wrap: wrap;
        min-height: 562px;
    }

    .block_promo__bg {
        width: 50%;
        position: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 50%;
        flex-grow: 1;
    }

    .block_promo__bg > div {
        position: initial;
        width: 100%;
        min-height: 490px;
        max-width: 730px;
    }

    .block_promo__text {
        display: flex;
        align-items: center;
    }

    .block_promo .header_section {
        margin: 5px -46px 30px 0;
        text-indent: -62px;
        font-size: 32px;
    }

    .section_news .row,
    .section_news .row > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .column-text {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .footer__top {
        display: block;
    }
    /*
    .footer__top  .row > div {
        width: 29%;
    }
    .footer__top  .row > div:first-of-type {
        width: 23%;
    }
    .footer__top  .row > div:last-of-type {
        width: 19%;
    }
    */
    .footer__copyright {
        text-align: left;
    }
    .block_share {
        float: right;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .block_header__contacts .bord_btn {
        margin-left: 20px;
    }
    .block_header__logo {
        margin: 25px 0 0;
    }
    .block_header__logo > img {
        width: 320px;
    }
    .block_header__contacts > ul:not(:first-of-type) {
        margin-left: 40px;
    }
    .carousel-big .carousel-caption .main_btn {
        margin-top: 30px;
    }
    .section_product-version .block_product {
        min-height: 552px;

    }
    .content .section_product-version .block_product,
    .content .section_product-introduction .block_product {
        padding: 20px;
        padding-top: 50px;
    }
    .content .section_product-introduction .block_product {
        padding-top: 80px;
    }
    .section_product-version .block_product__text {
        max-width: 360px;
        padding: 0;
        min-height: 170px;
    }
    .shop_basket {
        right: 20px;
    }
    .block_contacts__map {
        width: 450px;
    }
    .questions_form .bord_btn {
        float: right;
        margin: 15px 0;
    }
    .page_item .page_item__price .main_btn {
        float: right;
    }

    .content__aside {
        width: calc(100% - 320px);
    }
}

@media (min-width: 1340px) {
    .navbar-collapse .container,
    .block_header .container,
    .container, .page-product {
        padding-left: 5%;
        padding-right: 5%;
    }
    .container {
        width: 100%;
    }
    .navbar-nav>li>a {
        /*padding: 20px 30px;*/
        padding: 20px 18px;
    }
    .content .block_product__text {
        max-width: 300px;
        min-height: 130px;
    }
    .content .block_product {
        height: 388px;
    }
    .row > .block_promo__text {
        width: 50%;
        padding-bottom: 75px;
    }
    .row > .block_promo__video {
        width: 50%;
        padding-bottom: 75px;
    }
}

@media (min-width: 1660px) {
    .navbar-collapse .container,
    .block_header .container {
        padding-left: 5%;
        padding-right: 5%;
    }
    .nav-tabs {
        width: 400px;
    }
    .carousel-big .carousel-caption {
        padding-left: 400px;
    }
    .carousel-indicators {
        margin-left: 397px;
    }
}

@media (max-width: 1400px) {
    .info {
        width:250px;
    }
    .courses-table tbody td, .courses-table th {
        padding:15px;
    }
    .shedule-filter {
        padding:15px;
    }  
    .shedule-filter select {
        width: 150px;
    }
}
@media only screen and (max-width:1365px) {
    .shedule-filter .form-group {
        flex-direction:column;
    }
    .shedule-filter {
        justify-content:space-between;
        align-items:flex-end;
    }
    .shedule-filter select {
        width: 100%;
    }
    .shedule-filter .form-group {
        flex-grow:1;
        align-items:flex-start;
    }
    .form-group-flex {
        gap: 40px;
    }
    
}
@media (max-width: 1199px) {
    .catalog {
        max-width: 580px;
        margin: auto;
    }
    .block_partner__image {
        width: 140px;
    }
    .block_partner > div {
        vertical-align: top;
    }
    .banner-title {
      font-size: 30px;
      line-height: 1.2;
  }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
    .aside-wrap .side_link {
        font-size: 24px;
        padding: 0 10px;
        height: 60px;
        line-height: 60px;
        max-width: 260px;
    }
    .section_feature__left .section_feature__list {
        border-bottom: 1px solid #2b2c2c;
    }
    .questions_form__text {
        margin: 5px 0;
    }
    .footer__contacts li {
        display: inline-block;
        float: left;
    }
    .footer__contacts li:first-of-type {
        padding-right: 50px;
    }
    .block_banner__header {
        font-size: 24px;
    }
    .block_banner .form_gorizontal {
        max-width: 440px;
        margin: 0 auto 10px;
    }
    .block_promo + .block_promo .block_promo__text,
    .block_promo__text + .block_promo__video {
        padding-top: 0;
    }
    .courses-table .title {
        font-size:16px;
    }
}

@media (max-width: 767px) {
    .block_header__contacts > ul:last-of-type {
        display: none;
    }
    .footer {
        font-size: 12px;
    }
    .content {
        background-image: none;
    }
    .content {
        padding-bottom: 50px;
    }
    .page_item__price .row > div {
        width: 100%;
    }

    .totop {
        font-size: 32px;
        width: 44px;
        height: 44px;
        line-height: 36px;
        opacity: 0.8;
        right: 10px;
        bottom: 10px;
    }

    .block_textcontent .h1, h1 {
        font-size: 26px;
    }
    .flex-box {
        display:block;
    }
    .col {
      width: 100%;
    }
    .courses-table .table-responsive {
        border:none;
    }
    .shedule-filter {
        flex-wrap:wrap;
    }
    .ur-teachers-item {
        flex-direction: column;
        gap: 30px;
    }
    .ur-teachers {
        margin-top: 0;
    }
    .ur-teacher-name {
        font-size: 22px;
    }
    .ur-teachers-item {
        padding: 30px 0;
    }
}

@media (max-width: 650px) {
    .header_section {
        font-size: 25px;
        min-height: 50px;
        padding: 16px 0 0 67px;
        background-size: 50px 50px;
    }
    .header_page {
        font-size: 28px;
    }
    .section_clients .carousel {
        padding: 0 15px;
    }
    .section_clients .carousel-control__left,
    .section_clients .carousel-control__right {
        width: 13px;
        height: 24px;
        margin-top: -12px;
        background-size: 30px 24px;
    }
    .row__header > div,
    .section_product-introduction .row > div {
        width: 100%;
    }
    .block_contacts,
    .block_contacts > div {
        display: block;
    }
    .block_contacts__map {
        width: 100%;
        margin-top: 20px;
    }
    .footer .row > div {
        width: 100%;
        text-align: center;
    }
    .footer__list {
        margin-bottom: 35px;
    }
    .footer__list li {
        display: inline-block;
        margin-bottom: 13px;
        padding: 0 5px;
    }
    .footer__bottom-menu {
        display: block;
    }
    .footer__logo {
        margin: auto;
        float: none;
    }
    .footer__social {
        float: none;
        text-align: center;
        padding-top: 28px;
    }
}

@media (max-width: 600px) {
    .section_product .row > div {
        float: none;
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .section_product-introduction .row > div,
    .section_product-version .row > div {
        max-width: 100%;
    }
    .page_item .row > div {
        width: 100%;
    }
    .page_item__image {
        max-width: 300px;
    }
    .page_item__price .row {
        max-width: 330px;
        text-align: center;
    }
    .page_item .page_item__price .main_btn {
        float: none;
        margin: 0 auto 20px;
    }
    .block_article .block_article__image {
        width: 100px;
        padding: 0 20px 30px 0;
    }
    .section__block_about .row {
        margin: 0 -10px;
    }
    .section__block_about .row > div {
        padding: 0 10px;
    }
    .block_about {
        padding: 10px 15px;
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media (max-width: 569px) {
    .block_header__logo {
        display: block;
        float: none;
        margin-bottom: 5px;
    }
    .block_header__contacts,
    .block_header__contacts > ul {
        text-align: center;
    }
    .block_header__text {
        font-size: 12px;
    }
    .block_header__contacts-phone a {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 4px;
    }
    .block_partner__text {
        font-size: 16px;
        padding-left: 25px;
    }
    .modal-dialog {
        margin: 30px 10px;
        width: auto;
    }
    .modal-body {
        padding: 35px 30px;
    }
    .modal-title {
        font-size: 32px;
    }
    .modal .close {
        margin: -65px -30px 0 0;
    }
    .section_reviews-case .review__text {
        padding-left: 170px;
    }
    .section_reviews-case .review__image {
        width: 110px;
    }
}

@media (max-width: 500px) {
    .block_header__contacts > .block_header__contacts-phone {
        font-size: 16px;
    }
    .block_textimage img {
        display: none;
    }
    .carousel-big .carousel-caption__text .bold {
        font-size: 28px;
        padding-bottom: 35px;
    }
    .carousel-big .carousel-caption .main_btn {
        padding: 10px 30px;
        font-size: 20px;
        line-height: 30px;
    }
    .section_clients .row > div {
        width: 50%;
        padding: 0 10px;
    }
    .catalog .row > div {
        width: 100%;
    }
    .block_catalog {
        max-width: 280px;
        margin: 0 auto 25px;
    }
    .section_map__text {
        min-width: 220px;
        font-size: 14px;
    }
    .block_partner__image {
        width: 100px;
    }
    .course-title {
      font-size: 25px;
      line-height: 29px;
      background-size: 40px auto;
      background-position: 25px 15px;
      padding:22px 0 8px 38px;
    }
    .courses-head {
        display:block;
    }
    .shedule {
        margin-top:20px;
    }
    .courses-table th {
        font-size:16px;
    }
    .shedule-filter {
        flex-direction:column;
    }
    .shedule-filter .form-group, .filter-btn {
        width:100%;
    }
    .shedule-page .block_collapse__content {
        padding:10px;
    }
    .ur-course-banner .banner-btn {
      padding: 14px 10px;
      height: unset;
      text-align: center;
      line-height: 1.3;
      width: unset;
  }
  .sertificate {
    padding: 40px 16px;
   }
   .sertificate-wrap {
    flex-direction: column;
    gap: 24px;
   }
}


@media (max-width: 450px) {
    .questions_form__text {
        font-size: 14px;
    }
    .review__text,
    .section_reviews-case .review__text {
        padding: 20px 20px 30px;
    }
    .review__username {
        font-size: 16px;
    }
    .section_reviews-case .review__image {
        left: auto;
        top: auto;
        position: relative;
        width: 120px;
        margin-bottom: 20px;
    }
    .section__block_about .row > div {
        width: 100%;
    }

    .block_textcontent img,
    .block_textcontent .image_left,
    .block_textcontent .image_right {
        float: unset;
        margin: 0 auto;
    }
}

@media (max-width: 380px) {
    .block_header__contacts > .block_header__contacts-phone {
        font-size: 15px;
    }
    .carousel-review .carousel-control__left,
    .carousel-review .carousel-control__right {
        margin-right: -15px;
    }
}
.class_error_line
{
    text-align: center;
    color: #cc0000;
    font-size: 14px;
}
.class_error
{
    text-align: center;
    display: none;
    color: #cc0000;
    font-size: 14px;
}
.class_ok
{
    /*text-align: center;*/
    text-align: left;
    display: none;
    /*color: #00cc00;*/
    color:#000;
    font-size: 14px;
}
@media screen and (max-height: 575px)
{
    #rc-imageselect, .g-recaptcha
    {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (min-width: 580px)
{
    .bord_btn_margin_right_left
    {
        margin-left:10px;
        margin-right:10px;
    }
}
.carousel-big .carousel-control.right,
.carousel-big .carousel-control.left {
    background-image: none;
    background: transparent;
    text-shadow: none;
    top: 50%;
    margin-top: -45px;
    width: 30px;
    height: 20px;
    text-align: center;
}

.carousel-big .carousel-control.right {
    right: 0;
    margin-right: 1.25%;
}

.carousel-big .carousel-control.left {
    left: 300px;
    margin-left: 1.25%;
}

.carousel-big .arrow-left,
.carousel-big .arrow-right {
    display: inline-block;
    height: 30px;
    width: 20px;
    background: url(../img/arrows-2.png) left center no-repeat;
}

.carousel-big .arrow-right {
    background-position: right center;
}

@media (min-width: 1660px) {
    .carousel-big .carousel-control.left {
      left: 400px;
    }
}

.section_product-introduction .tpl-block-list-objects {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 0;
}

@media (max-width: 650px) {
    .section_product-introduction .tpl-block-list-objects .col-xs-6 {
        width: 100%;
    }
}

.content > .container {
    display: flex;
    justify-content: flex-start;
}

.page-product {
    display: flex;
    justify-content: flex-start;
}

.header_product-page {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header_product-page img {
    width: 270px;
}

#share-box {
    height: 24px;
}

.share-box-btn {
    transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    border: 0;
    margin: 0 4px 0 0;
    padding: 0;
    display: inline-block;
    font: inherit;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #5a6468 !important;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.share-box-btn:hover {
    opacity: 0.85;
}

.share-box-btn:active {
    opacity: 0.7;
}

.share-box-btn[data-type="vk"] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.share-box-btn[data-type="fb"] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.share-box-btn[data-type="ok"] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.share-box-btn[data-type="mm"] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}


.share-box-btn[data-type="tt"] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.share-box-btn[data-type="vb"] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E");
}

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

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

@media screen and (max-width: 600px) {
    .ur-text-section {
        margin-top: 40px;
    }
    
    .ur-white {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .border-btn {
        margin-top: 40px;
        padding: 13px 25px;
    }
}

.banner-course {
    background: url(../images/rimr_banner.jpg);
    background-size: cover;
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

.banner-course h1 {
    font-family: 'Open Sans';
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 40px;
    margin-top: 0;
}

.banner-content {
    max-width: 80%;
}

.banner-btn {
    width: 250px;
    height: 46px;
    line-height: 44px;
    background-color: #007EB1;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
}

.banner-btn:hover {
    background-color: #134f8b;
    color: #fff;
    cursor: pointer;
}

.banner-logo {
    position: absolute;
    width: 152px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 90px;
    top: 0;
    background: rgba(255,255,255,0.5);
    border-radius: 0 0 28px 28px;
}

.banner-logo:after {
    position: absolute;
    content:'';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0 0 28px 28px;
    padding: 10px;
    left: -10px;
    top:-10px;
}

.banner-logo img {
    margin-top: 100px;
}

.basic-info {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
}

.basic-info-item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.info-ic {
    flex-basis: 48px;
}

.info-desc {
    flex-basis: calc(100% - 48px - 8px);
    font-size: 16px;
}

.info-title {
    font-weight: 600;
    line-height: 1.375;
    margin-bottom: 4px;
}

.course-h2 {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 0 16px 38px;
    background: url(../images/title.svg) left top no-repeat;
    position: relative;
    margin-bottom: 50px;
}

.about article {
    max-width:80%;
}

.about p {
    font-size: 16px;
}

.course-section {
    padding: 80px 0;
}

.day-title {
    font-size: 30px;
    line-height: 32px;
    color: #5A6468;
    padding: 10px 24px;
    border: 1px solid #5A6468;
    border-radius: 60px;
    max-width: fit-content;
    margin-bottom: 32px;
}

.accordion-item {
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid #5A6468;
}

.accordion-item.last {
    border-bottom: none;
}

.accordion-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.accordion-header {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding-right: 80px;
}

.accordion-header.has-content {
    cursor: pointer;
}

.accordion-content {
    padding-top: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; 
    font-size: 16px;
}

.accordion-content.active {
    max-height: unset;
}

.accordion-header.has-content::before {
    content: '';
    background: url(../images/arrow.svg);
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.accordion-header.active::before {
    transform: rotate(0deg);
}

.accordion-content ul {
    list-style: none;
    padding-left: 5px;
}

.accordion-content li {
    padding-left: 15px;
    position: relative;
}

.accordion-content li:before {
    content: '';
    background: #000;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.about-course-banner {
    background: url(../images/course-banner.jpg) no-repeat;
    background-size: cover;
    padding: 58px;
    text-align: center;
    margin-bottom: 80px;
}

.banner-title {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
}

.about-course-banner .banner-btn {
    width: 410px;
    margin: 32px auto 0;
}

.teachers-flex {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.teacher-info {
    flex-basis: 33%;
}

.teacher-detail {
    flex-basis: calc(66% - 40px);
    font-size: 16px;
}

.teacher-name {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}

.teacher-position {
    font-size: 16px;
}

.sertificate {
    display: flex;
    gap: 70px;
    padding: 40px 144px;
    align-items: center;
    background: url(../images/sertificate_bg.jpg) no-repeat;
    background-size: cover;
}

.sertificate-img {
    flex-basis: 45%;
}

.sertificate .banner-title {
    flex-basis: 55%;
}

.partner-sertificate {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.partner-sertificate .sertificate-img {
    flex-basis: 40%;
}

.sertificate-info {
    flex-basis: 60%;
}

.form-group-flex {
    display: flex;
    gap: 80px;
}

.study-form .form_bottom {
    max-width: 1186px;
}

.form-group-col {
    flex-basis: 50%;
}

.form-group {
    margin-bottom: 42px;
}

.form-group label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #000;
}

select.form-control {
    padding: 12px 40px 12px 15px;
    background-color: #fff;
    background-image: url(../images/down.svg);
    background-repeat:no-repeat;
    background-position: 96% center;
    display: block;
    height: unset;
    white-space: break-spaces;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: break-spaces;
}

select.form-control.big-select {
    height: 92px;
}

select.form-control[disabled] {
    padding: 12px 35px 12px 15px;
    height: unset;
    white-space: break-spaces;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/down.svg);
    background-repeat:no-repeat;
    background-position: 96% center;
    background-color: #F9F9F9;
    color: rgba(90, 100, 104, 0.9);
}

select.form-control[disabled].big-select {
    height: 92px;
}


select option {
    position: relative;
    box-shadow: 0px 0px 16px 0px #00000033;
    border: 1px solid #007EB1;
}


.form-control {
    height: 48px;
}

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

.checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.checkbox__custom {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: unset;
}

.checkbox__label {
    display: block;
    padding-left: 30px;
    font-size: 14px !important;
    cursor: pointer;
    margin-bottom: 0;
    font-size: calc(10px + 4*(100vw - 320px) / 1600);
    line-height: 1.25;
    line-height: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.checkbox__label:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #CCCCCC;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox__custom:checked+.checkbox__label:before {
    background-image: url(../images/check-input.svg);
    background-size: 32px 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.checkbox a {
    font-size: 14px;
}

.checkbox__label small {
    color: #5A6468;
    font-size: 14px;
}

.form_bottom .main_btn {
    font-size:15px;
    font-family: 'Open Sans';
    font-weight: 400;
    height: 46px;
    line-height: 44px;
}

.form_bottom .main_btn:hover {
    background: #134f8b;
    color: #fff;
}

.error-message {
    color: #DD4545;
}

input.error {
    border-color: #DD4545;
}

.modal-content {
    background: #F2F3F5;
}

#modal-smetcurs .modal-dialog, #modal-consult .modal-dialog {
    max-width: 1258px;
    width: 100%;
}

#modal-smetcurs .modal-content, #modal-consult .modal-content {
    box-shadow: none;
    border: none;
}

.modal-content .header_second {
    margin-top: 0;
    font-size: 38px;
}

.modal .form_bottom {
    max-width: 100%;
}

#modal-smetcurs .main_btn, #modal-consult .main_btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 177px;
}


@media screen and (max-width: 1366px) {
    .banner-course {
        padding: 0 40px;
    }

    .banner-course h1 {
        font-size: 36px;
    }

    .sertificate {
        padding: 40px;
    }

    .banner-title {
        font-size: 32px;
    }

    .form-group-flex {
        gap: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .banner-course h1 {
        font-size: 30px;
    }

    .banner-logo {
        width: 100px;
        height: 150px;
        right: 40px;
    }

    .banner-course {
        height: 350px;
    }

    .basic-info {
        flex-wrap: wrap;
        gap: 30px;
    }

    .basic-info-item {
        width: calc(50% - 30px);
    }

    .day-title {
        font-size: 24px;
    }

    .accordion-header {
        font-size: 21px;
    }

    .teacher-name {
        font-size: 22px;
    }

    .banner-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .form-group-flex {
        flex-direction: column;
        gap: 0;
    }

    .checkbox {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .course-h2 {
        font-size: 30px;
        padding: 24px 0 16px 38px;
    }

    .course-section {
        padding: 60px 0;
    }

    .day-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .teachers-flex {
        flex-direction: column;
    }

    .sertificate {
        gap: 24px;
    }

    .banner-course {
        padding: 0 20px;
    }

    .banner-logo {
        width: 60px;
        height: 100px;
        right: 20px;
    }

    .banner-logo img {
        margin-top: 40px;
    }

    .banner-content {
        max-width: calc(100% - 70px);
    }

    .basic-info {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .accordion-header {
        font-size: 20px;
    }

    .sertificate {
        padding: 20px;
    }

    .form-group {
        margin-bottom: 24px;
    }

    .basic-info-item {
        width: 100%;
    }

    .partner-sertificate {
        flex-direction: column;
    }
    #innerdiv img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    #contents_manual {
        padding: 1px 0px 30px 0px;
    }
    #contents_manual > div {
        margin: 19px 0 0 !important;
    }
    .footer__bottom-menu {
		flex-wrap: wrap;
	}
    .owl-item .partner {
      width: 100%;
   }
}

@media screen and (max-width: 480px) {
    .banner-course {
        padding: 0 16px;
    }

    .basic-info {
        padding: 20px 16px;
    }

    .course-h2 {
        margin-bottom: 30px;
    }

    .course-section {
        padding: 40px 0;
    }

    .day-title {
        font-size: 18px;
    }

    .accordion-header {
        font-size: 17px;
    }

    .about-course-banner {
        padding: 40px 16px;
    }

    .about-course-banner .banner-btn {
     width: 100%;
    }

    .sertificate {
        padding: 40px 16px;
        flex-direction: column;
    }

    .course-h2 {
        font-size: 25px;
        line-height: 29px;
        background-size: 50px auto;
        background-position: 25px 15px;
        padding: 27px 0 10px 38px
    }

    .about-course-banner .banner-btn {
        padding: 14px 10px;
        height: unset;
        text-align: center;
        line-height: 1.3;
    }
    .main_btn {
        height: auto !important;
        line-height: 1.5 !important;
        padding: 10px 25px !important;
        white-space: break-spaces;
        max-width: 100%;
        margin: 10px 0 !important;
    }
    .header_second, .block_textcontent h2, .block_textcontent h3 {
        font-size: 22px;
    }
    .header_page {
        font-size: 28px;
    }
    .block_gallery .row > div.col-xs-fix {
        width: 100% !important;
    }
}


.js-one-key .type{
    display: block;
    margin-bottom: 7px;
}

.ipap-text{
    margin-bottom: 50px;
}
.table-responsive {
    border: none !important;
}
.modal-body.modal-body4 .error-message{
        margin-top: 19px;
}





.version-btn-main{
    padding: 7px 44px;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: #007EB1;
    border: none;
    width: 100%;
}
.version-btn-main:hover{
    background-color: #134f8b;
}
.tr{
    position: absolute;
    bottom: 125px;
}


