@charset "UTF-8";
/**
 * Сброс стилей
 **/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,600&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* vertical-align: baseline;*/

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-word !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Основные стили
 **/
 html,
 body {
     overflow-x: hidden;

 }


body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #191919;
}

/*.container {
    @include min-max(320px, 100%, 0);
}*/


body {
    padding-right: 0 !important;
    
}


.wrap {
    min-width: 320px;
    max-width: 1140px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    color: #191919;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

p {
    color: #191919;
}

.btn_blue {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#509aff), to(#3489fd));
    background-image: linear-gradient(180deg, #509aff 0%, #3489fd 100%);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(1, 82, 190, 0.004);
    box-shadow: 0px 3px 0px 0px rgba(1, 82, 190, 0.004);
    -webkit-box-shadow: 0 4px 0 #0073cc, inset 0 5px 2px rgba(255, 255, 255, 0.05), inset 0 -3px 1px rgba(255, 255, 255, 0.07), 0px 10px 15px #3a8dfd75;
    box-shadow: 0 4px 0 #0073cc, inset 0 5px 2px rgba(255, 255, 255, 0.05), inset 0 -3px 1px rgba(255, 255, 255, 0.07), 0px 10px 15px #3a8dfd75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 25px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-shadow: 0 -1px 0 #042f50;
}

.btn_blue:hover {
    -webkit-box-shadow: 0 4px 0 #0073cc, inset 0 5px 2px rgba(255, 255, 255, 0.05), inset 0 -3px 1px rgba(255, 255, 255, 0.07), 0px 5px 5px #3a8dfd75;
    box-shadow: 0 4px 0 #0073cc, inset 0 5px 2px rgba(255, 255, 255, 0.05), inset 0 -3px 1px rgba(255, 255, 255, 0.07), 0px 5px 5px #3a8dfd75;
}

.btn_green {
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#57e488), to(#37c468));
    background-image: linear-gradient(180deg, #57e488 0%, #37c468 100%);
    -webkit-box-shadow: 0 4px 0 #36b964, inset 0 5px 2px #5cd687, inset 0 -3px 1px #4dd27b, 0px 10px 15px #41c66ea6;
    box-shadow: 0 4px 0 #36b964, inset 0 5px 2px #5cd687, inset 0 -3px 1px #4dd27b, 0px 10px 15px #41c66ea6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-shadow: 0 -1px 0 #2d9451;
}

.btn_green:hover {
    -webkit-box-shadow: 0 4px 0 #36b964, inset 0 5px 2px #5cd687, inset 0 -3px 1px #4dd27b, 0px 2px 5px #41c66ea6;
    box-shadow: 0 4px 0 #36b964, inset 0 5px 2px #5cd687, inset 0 -3px 1px #4dd27b, 0px 2px 5px #41c66ea6;
}

@media only screen and (max-width: 980px) {
    .btn_blue {
        padding: 15px 17px;
        font-size: 15px;
    }
}


article {
    font-size: 18px;
    line-height: 1.5;
}

article p {
    padding: 7px 0;
    margin-bottom: 10px;
}

article ol {
    padding: 7px 0;
    margin-bottom: 10px;
    display: block;


}

article ul {
    padding: 7px 0;
    margin-bottom: 10px;
    display: block;


}

article h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 7px 0;
}

.img_wrapper {
    margin-bottom: 20px;
}

.img_wrapper img {
    width: 100%;
    height: auto;
}


header {
    background: url(/themes/split/assets/img/bg1.jpg) center top;
    background-repeat: no-repeat;
    padding-top: 27px;
}

.block_top {
    -webkit-transition: top 1s;
    transition: top 1s;
    top: -80px;
}

.header_border {
    border-bottom: 1px solid #d3d3d352;
}

.top_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
}

.top_section .logo_block {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_section .ic_header {
    width: 63px;
    height: 63px;
    fill: #3e8ffe;
    margin-right: 40px;
}

.top_section p {
    color: #616161;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
}

.top_section .consult_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_section .phone {
    text-align: right;
    margin-right: 20px;
}

.top_section .phone_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.top_section .ic_ws {
    width: 22px;
    height: 22px;
    fill: #18c139;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top_section .ic_ws:hover {
    fill: #36c96b;
}

.top_section .main_phone {
    font-size: 22px;
    font-weight: bold;
    color: #191919;
    font-family: 'Arial';
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top_section .main_phone:hover {
    text-decoration: none;
    color: #3e8ffe;
}

.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 20px 0;
    position: relative;
    z-index: 200;
}

.nav-link {
    font-size: 17px;
    padding-right: 20px !important;
}

.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: top 1s;
    transition: top 1s;
    background: #fff;
    z-index: 60;
}

.fixed p {
    font-size: 12px;
}

.fixed .top_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
    padding-top: 7px;
}

.fixed .navbar {
    padding: 5px 0;
}

.fixed .btn_blue {
    padding: 15px 20px;
    font-size: 15px;
}

.navbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.togler_name {
    display: none;
}

.mobile_contacts {
    display: none;
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 5px 10px #ececec;
    box-shadow: 0px 5px 10px #00000021;
    width: 300px;
    padding-left: 15px;



}

.dropdown-menu li:hover {
    border-left: 2px solid #3e8ffe;
}


@media only screen and (max-width: 992px) {
    .dropdown-menu {

        width: auto;
    }

}



@media only screen and (max-width: 992px) {
    header {
        background: url(/themes/split/assets/img/bg1_old.jpg) center top;
        background-repeat: no-repeat;
        padding-top: 27px;
    }

    .top_section .ic_header {
        margin-right: 20px;
    }

    .top_section p {
        font-size: 12px;
    }

    .top_section .phone {
        margin-right: 20px;
    }

    .top_section .phone_top {
        margin-bottom: 10px;
    }

    .top_section .ic_ws {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .top_section .main_phone {
        font-size: 15px;
    }

    .togler_name {
        display: inline-block;
        font-size: 12px;
        color: gray;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 768px) {


    .consult_block .btn_blue-top {
        display: none;
    }
}

@media only screen and (max-width: 561px) {
    header {
        background: url(/themes/split/assets/img/bg1_old.jpg) center 470px;
        background-repeat: no-repeat;
        padding-top: 0px;
        background-size: contain;
    }

    .cont_shadow {
        -webkit-box-shadow: 0 2px 2px #ececec;
        box-shadow: 0 2px 2px #ececec;
    }

    .top_section {
        margin-bottom: 10px;
        display: none;
    }

    .top_section .logo_block {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .top_section .ic_header {
        width: 43px;
        height: 43px;
        margin-right: 10px;
    }

    .top_section p {
        font-size: 9px;
        line-height: 1.3;
    }

    .top_section .consult_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top_section .phone {
        text-align: right;
        margin-right: 20px;
    }

    .top_section .phone_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }

    .top_section .ic_ws {
        width: 12px;
        height: 12px;
    }

    .top_section .main_phone {
        font-size: 15px;
        font-weight: bold;
    }

    .header_border {
        display: none;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 15px;
        height: 15px;
    }

    .navbar {
        padding: 5px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .togler_name {
        display: inline-block;
        font-size: 10px;
        color: gray;
        padding-left: 10px;
    }

    .fixed {
        width: 100%;
        position: fixed;
        top: 0;
        -webkit-transition: top 1s;
        transition: top 1s;
        background: #fff;
        z-index: 60;
    }

    .fixed .top_section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
        padding-top: 15px;
        display: none;
    }

    .fixed .navbar {
        padding: 5px 0;
    }

    .fixed .navbar-toggler {
        padding: 0px 5px 2px 5px;
    }

    .mobile_contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .ic_mobile {
        fill: #3e8ffe;
        width: 20px;
        height: 20px;
    }

    .ic_mobile__phone {
        height: 17px;
        margin-right: 15px;
    }
}

.mfixed {
    margin-top: 180px;
}

.block_middle .btn_green {
    padding: 30px 30px;
    width: 304px;
}

.heading_title h1 {
    padding-top: 50px;
}

.text_garantee {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.3;
}

.text_payment {
    font-size: 23px;
    color: #36c96b;
    font-style: italic;
    text-align: right;
    margin-bottom: 30px;
    font-weight: 700;
}

.title_info {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 30px;
}

.bg_video {
    margin-top: -50px;
    margin-right: -70px;
}

.bg_video video {
    width: 100%;
}

.bg_discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
}

.bg_discount .discount_wrp {


    background: url("/themes/split/assets/img/box_right.png") center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 90px 90px 90px;
    width: 370px;
}

.bg_discount .discount_wrp .action_image img {
    /*  width: 100%;
  height: auto;*/
}

.bg_discount .discount_wrp .discount_description {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.bg_discount .discount_wrp .discount_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .heading_title h1 {
        padding-top: 0px;
        font-size: 42px;
        margin-bottom: 10px;
    }

    .text_garantee {
        font-size: 42px;
        font-weight: 300;
        margin-bottom: 30px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 992px) {
    .bg_video {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .text_payment {
        text-align: left;
    }
}

@media only screen and (max-width: 561px) {
    .heading_title h1 {
        padding-top: 50px;
        font-size: 28px;
        margin-bottom: 10px;
    }

    .text_garantee {
        font-size: 28px;
    }

    .title_info {
        font-size: 15px;
    }

    .block_middle .btn_green {
        width: 100%;
        margin-bottom: 180px;
    }
    .bg_discount .discount_wrp {
    margin-top: -170px;
    }
}

.block_bottom_wrp {
    background: url("/themes/split/assets/img/bgbt.png") center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 107px 70px 70px 70px;
    margin-top: -100px;
}

.block_bottom__title {
    font-size: 37px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 40px;
}

.block_bottom__subtitle {
    color: #36c96b;
    font-size: 23px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 40px;
}

.block_bottom__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.look_us {
    margin-top: 10px;
    display: block;
    color: gray;
    font-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.look_us:hover {
    text-decoration: none;
    color: #3e8ffe;
}

.block_bottom__info-text {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.text_first {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
}

.text_second {
    font-size: 17px;
    line-height: 1.3;
}

.block_bottom__info-photo {
    margin-right: 15px;
    margin-bottom: 15px;
}

.header_photo__wrp {
    width: 100%;
    overflow: hidden;
}

.header_photo__wrp img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.header_photo__wrp:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.block_bottom__info-instruments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.inst_item {
    display: inline-block;
    vertical-align: top;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    padding: 0 20px;
}

.inst_item span {
    height: 80px;
}

.inst_item span img {
    max-width: 110px;
    max-height: 70px;
    margin-bottom: 20px;
}

.inst_item .inst_item__text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .block_bottom_wrp {
        background: #fff;
        padding: 25px;
        -webkit-box-shadow: 0 10px 15pc #ececec;
        box-shadow: 0 10px 15pc #ececec;
    }

    .block_bottom__info-instruments {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inst_item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .block_bottom__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 561px) {
    .block_bottom__title {
        font-size: 20px;
    }

    .block_bottom__subtitle {
        font-size: 18px;
    }

    .block_bottom__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block_bottom__info-text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .text_first {
        margin-top: 20px;
        font-size: 18px;
    }

    .text_second {
        font-size: 15px;
        line-height: 1.5;
    }

    .inst_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}

.catalog_heading {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.catalog_heading h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.catalog_heading p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.btn_green-center {
    padding: 30px 35px;
    width: 302px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 60px;
}

.btn_green-center:hover {
    color: #fff;
    text-decoration: none;
}

.catalog_item {
    background: #fff;
    -webkit-box-shadow: 0 7px 10px #ececec;
    box-shadow: 0 7px 10px #ececec;
    width: 250px;
    margin: 20px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 15px;
    height: 95%;

}

.btn_all {
    display: block;
    margin-top: 30px;
    text-align: center;
}

.catalog_item:focus,
.catalog_item:active {
    outline: none;
}

.slick-slider:focus {
    outline: none;
}

.catalog_item img {
    width: 100%;
    height: 71px;
    object-fit: contain;


}

.catalog_item:hover {
    -webkit-box-shadow: 0 2px 4px #ececec;
    box-shadow: 0 2px 4px #ececec;
}

.card-data {
    padding: 0;
}

.card-data li {
    min-width: 210px;
}

.dotted_cat {
    min-width: 170px;
}

.card-data li:not(:last-child) {
    margin-bottom: 15px;
}

.card-data li:not(:last-child) span:first-child {
    margin-right: 50px;
}

.card-data .card-data__row .card-data__list {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    color: #898989;
    margin-bottom: 15px;
}

.card-data .card-data__row .card-data__list .dotted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.card-data .card-data__row .card-data__list .dotted span {
    z-index: 2;
    background: #fff;
    font-size: 12px;
}

.card-data .card-data__row .card-data__list .dotted:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dotted #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: 1;
}

.ic_catalog {
    height: 15px;
    width: 23px;
    fill: #8293a5;
    display: inline-block;
    margin-right: 10px;
}

.catalog_car {
    height: 23px;
    width: 23px;
}

.delivery_block {
    margin-bottom: 20px;
}

.delivery_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.delivery_info p {
    color: #737373;
    font-size: 14px;
}

.price_block {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price {
    font-size: 20px;
    margin-bottom: 5px;
}

.old_price {
    font-size: 14px;
    color: #737373;
    text-decoration: line-through;
    margin-bottom: 5px;
    font-weight: 300;
}

.new_price {
    font-size: 20px;
    color: #36c96b;
    font-weight: 700;
}

.item_title {
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.5;
    height: 42px;
    overfolow: hidden;
}

.btn_buy {
    padding: 13px 25px;
}

@media only screen and (max-width: 768px) {
    .catalog_heading h2 {
        font-size: 32px;
    }

    .catalog_heading p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 561px) {
    .catalog_heading h2 {
        font-size: 20px;
    }

    .catalog_heading p {
        font-size: 15px;
    }

    .catalog_item {
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 20px;
    }


}

.prices_table {
    background: url("/themes/split/assets/img/bg3.jpg") center top;
    background-repeat: no-repeat;
    padding-top: 293px;
}

@media only screen and (max-width: 561px) {
    .prices_table {
        background: url("/themes/split/assets/img/bg3.jpg") -250px top;
    }
}


.table_wrp {
    padding: 50px 70px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 15px #ececec;
    box-shadow: 0px 7px 15px #ececec;
}

.table_wrp h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.table_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table_main .table_header {
    background: #f3f3f3;
    padding: 27px 38px;
    font-weight: 700;
    font-size: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 5px;
}

.table_main .table_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.table_main .table_item .table_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f3f3f3;
    padding-left: 20px;
    font-weight: 400;
    font-size: 15px;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 47px;
}

.table_main .table_item .table_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3e8ffe;
    padding: 3px 5px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 5px;
    height: 47px;
}

.table_main .table_item .table_price span {
    display: block;
}

.table_main .table_item .table_price .dopinfo {
    font-size: 9px;
}

@media only screen and (max-width: 768px) {
    .table_wrp h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 561px) {
    .table_wrp {
        padding: 30px 15px;
    }

    .table_wrp h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .table_main .table_header {
        font-size: 12px;
    }

    .table_main .table_item .table_info {
        font-size: 11px;
        padding-right: 5px;
    }

    .table_main .table_item .table_price {
        font-size: 11px;
    }
}

.gallery_photos {
    margin-top: 60px;
}

.photos_title {
    text-align: center;
    margin-bottom: 40px;
}

.photos_title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.photos_title .title_info {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
}

.photos_title p {
    color: #737373;
    font-size: 17px;
    line-height: 1.3;
}

.consult_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_block {
    margin-right: 20px;
}

.question_block {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 90px;
}

.question_block p {
    margin-bottom: 10px;
}

.photos-phone_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.photos-phone_wrp .ic_ws {
    fill: #36c96b;
    height: 15px;
    width: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 10px;
}

.photos-phone_wrp .ic_ws:hover {
    opacity: .7;
}

.photos-phone_wrp .photos_phone {
    font-family: "Arial";
    font-size: 22px;
    font-weight: 700;
    color: #191919;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.photos-phone_wrp .photos_phone:hover {
    color: #3e8ffe;
    text-decoration: none;
}

.photos_block {
    position: relative;
}

.photos_block img {
    width: 100%;
}

.gal_wrp {
    width: 357px;
    height: 289px;
    border-radius: 8px;
    overflow: hidden;
}

.pr-prev,
.pr-next {
    width: 40px;
    height: 40px;
    background: #3e8ffe;
    color: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    z-index: 50;
    outline: none;
    cursor: pointer;
}

.pr-prev:active,
.pr-next:active {
    outline: none;
}

.pr-prev:focus,
.pr-next:focus {
    outline: none;
}

.pr-prev i,
.pr-next i {
    color: #fff;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: auto;
}

.pr-prev {
    top: 50%;
    left: -18px;
}

.pr-next {
    top: 50%;
    right: -5px;
}

@media only screen and (max-width: 1200px) {
    .gal_wrp {
        width: 100%;
        height: 289px;
        border-radius: 8px;
        overflow: hidden;
        padding: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .photos_title {
        text-align: center;
        margin-bottom: 20px;
    }

    .photos_title h2 {
        font-size: 32px;
    }

    .photos_title .title_info {
        font-size: 32px;
    }

    .photos_title p {
        color: #737373;
        font-size: 15px;
        line-height: 1.3;
    }

    .btn_block {
        margin-right: 0px;
    }

    .btn_blue_photos {
        margin-bottom: 20px;
    }

    .question_block {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 561px) {
    .photos_title h2 {
        font-size: 20px;
    }

    .photos_title .title_info {
        font-size: 20px;
    }
}

.faq {
    padding: 200px 0 120px 0;
    background: url("/themes/split/assets/img/bg4.jpg") center top;
}

.faq h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.accordion-menu {
    max-width: 100%;
    margin: 0px 0px 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 12px #ececec;
    box-shadow: 0px 5px 12px #ececec;
    border-radius: 8px;
}

.accordion-menu li.open .dropdownlink {
    color: #3e8ffe;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 20px 15px 20px 15px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.dropdownlink i {
    position: absolute;
    top: 20px;
    left: 16px;
}

.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 12px;
}

.question_info {
    display: none;
    background: #f3f3f3;
    padding: 15px;
    line-height: 1.5;
    font-size: 15px;
}

.submenuItems a {
    display: block;
    color: #727272;
    padding: 15px 12px 15px 45px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.submenuItems a:hover {
    background-color: #fff;
    color: #727272;
}

.ask_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ask_box {
    background: url("/themes/split/assets/img/box-bottom.png");
    width: 339px;
    height: 396px;
    padding: 80px 50px 40px 50px;
}

.ask_title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ask_subtitle {
    font-size: 15px;
    margin-bottom: 15px;
}

.btn_ask {
    padding: 25px 30px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 561px) {
    .faq {
        padding: 50px 0 120px 0;
    }

    .faq h2 {
        font-size: 20px;
        line-height: 1.3;
    }
}

footer {
    padding: 40px 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(#464646));
    background-image: linear-gradient(360deg, #282828 0%, #464646 100%);
}

.footer_title {
    font-size: 17px;
    text-transform: uppercase;
    color: #8c8c8c;
    margin-bottom: 30px;
    font-weight: 700;
}

.footer_btext {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer_stext {
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer_stext:hover {
    color: #fff;
    text-decoration: none;
}

.footer_phone__lnk {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'Arial';
    display: block;
    margin-bottom: 10px;
}

.footer_phone__lnk:hover {
    color: #fff;
    text-decoration: none;
}

.footer_item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ic_footer {
    fill: #3e8ffe;
    width: 17px;
    height: 17px;
    margin-right: 15px;
}

.ic_footer__adress {
    width: 35px;

}



.footer_p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.footer_lnk {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer_lnk:hover {
    color: #3e8ffe;
    text-decoration: none;
}

.footer_menu li a {
    line-height: 2.2;
}

.footer_lnk i {
    margin-right: 5px;
    ;
}

hr {
    border-bottom: 1px solid #ececec;
    opacity: .1;
}

.footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_politica {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .footer_item:last-child {
        margin-bottom: 30px;
    }

    .footer_stext {
        margin-bottom: 30px;
        display: block;
    }

    .footer_menu {
        margin-bottom: 30px;
    }

    .footer_title {
        margin-bottom: 20px;
    }
}

/*body.modal-open {
  padding-right: 0px !important; }*/

.modal-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.form-group_modal {
    padding: 20px 40px;
}

.form-group_modal label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-group_modal label span {
    color: red;
}

.form_input__modal {
    padding: 13px 20px;
    border: 1px solid #3e8ffe;
    margin-bottom: 20px;
    border-radius: 4px;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: transparent;
}

.form_input__modal:focus {
    border: 1px solid lightgray;
}

.form_group__bottom-modal {
    padding: 0px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.form_btn__modal {
    padding: 17px 40px;
    background: #3e8ffe;
    color: #fff;
    border: 1px solid #3e8ffe;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
}

.form_btn__modal:hover {
    background: #fff;
    color: #244d72;
    border: 1px solid #3e8ffe;
}

.politika_modal {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.close-menu__modal {
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 900;
}

.close-menu__modal span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #191919;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.close-menu__modal span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.close-menu__modal span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-menu__modal span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-menu__modal span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.reg_tabs {
    margin: 0 40px;
}

.modal-header_reg {
    border-bottom: 1px solid transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
}

.modal-header {
    padding: 40px 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-header h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}

.modal-header h5 span {
    font-weight: 300;
    font-size: 18px;
}

.modal-header a {
    display: block;
    font-family: 'Arial';
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}

.modal-body {
    position: relative;
}

#success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: none;
    text-align: center;
    padding: 40px;
    display: none;
    z-index: 800;
}

.text_success {
    font-size: 34px;
    line-height: 1.5;
}




@media only screen and (max-width: 568px) {

    .form-group_modal,
    .form_group__bottom-modal {
        padding: 0px 0px;
    }

    .modal-header {
        padding-top: 60px;
    }

    .modal_heading {
        padding: 0px 0px;
        margin-bottom: 20px;
    }

    .text_success {
        font-size: 22px;
        line-height: 1.5;
    }



}

/*Прижимаем футер*/
.page {
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.page-filter {
    overflow: unset!important;

}




.heading_page {
    padding: 40px 0 60px 0;
    background: #3e8ffe;
}

.heading_page .container h1 {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}

.heading_page .container .breadcrumbs li {
    display: inline-block;
    color: #fff;
    opacity: 1.5;
}

.heading_page .container .breadcrumbs li a {
    color: #fff;
}

.heading_page .container .breadcrumbs li a:hover {
    color: #FFF;
}

.heading_page .container .breadcrumbs li + li::before {
    color: #C0C0C0;
    content: "/";
    padding: 0 5px;
}

@media only screen and (max-width: 540px) {
    .heading_page .container h1 {
        font-size: 21px;
    }
}





.container_content {
    background: #fff;
    margin-top: -40px;
    width: 100%;
    padding: 30px;
    box-shadow: 0 5px 15px #0000000d;

}

.gal_wrp__page {
    width: 100%;
    margin-bottom: 20px;

}

.gal_wrp img {
    transition: all 9s;
}

.gal_wrp img:hover {

    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
}

.custom_gal__item {
    margin-bottom: 30px;
}

.custom_gal__item p {
    line-height: 1.5;
}

.item_category {
    width: 100%;
    margin: 0 0 20px 0;
    height: 98%;


}


table {
    border: 1px solid lightgray;
    text-align: center;
}

td {
    border: 1px solid lightgray;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    line-height: 1.3;
}

.action_text {
    background: #3e8ffe;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 5px 7px;
    display: inline-block;


}

/* SystemMessages */
#SystemMessagesWrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 10000;
}

#SystemMessages {
    max-width: 600px;
    margin: 0 auto;
}

#SystemMessages > div {
    display: none;
    border-radius: 5px;
    padding: 11px 18px;
}

#SystemMessages .error {
    background: red;
    border: 2px solid #000;
    border-color: #a51a1a;
    color: #fff;
}

#SystemMessages .message {
    background: green;
    border: 2px solid #000;
    border-color: #18be2d;
    color: #fff;
}

.gk {
    font-size: 10px;
    opacity: .3;
    color: #fff !important;

}

.gk-container {
    background: #1d1c1c;
    padding: 7px 0;
}

.cbtn:hover {
    text-decoration: none;
}





.phone_first {
    display: flex;
    align-items: center;
}

.phones_top {
    display: flex;
}

.top_section .main_phone {
    font-size: 20px;

}

.phone_header {
    margin-right: 20px;
}

.phone_header .time_work {

    font-size: 11px;

}

.phone_header .time_work_first {

    margin-left: 40px;

}

.top_section .ic_ws_h {
    width: 15px;
    height: 15px;
    fill: #18c139;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mobile_new {
    display: flex;
}


@media(max-width:1200px) {
    .btn_blue-top {
        display: none;
    }
}

@media(max-width:768px) {
    .top_section .main_phone {
        font-size: 13px;

    }

    .phone_header {
        margin-right: 10px;
    }

    .phone_header:last-child {
        margin-right: 0px;
    }

    .phone_header .time_work_first {

        margin-left: 30px;

    }

    .top_section .logo_block {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .mobile_new_wrp {
        display: flex;
        flex-direction: column;
    }

    .mobile_new {
        margin-bottom: 5px;
    }

    .mobile_new:last-child {
        margin-bottom: 0px;
    }

    .mobile_new a {
        font-size: 12px;
        font-family: 'Arial';
        color: black;
        margin-right: 5px;

    }

    .mobile_new .mobile_p {
        font-size: 10px;
        color: gray;


    }





}

.green-cons {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 20px;
}


    .stir-tizer {
    text-align: center;
    margin-bottom: 20px;
}

.stir-tizer-img {
    margin-bottom: 15px;
}

.stir-tizer-txt {
    font-weight: 700
}

.stir-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0;

}

.stir-oplata {
    padding: 20px 20px 20px 45px;
    border-left: 3px solid #3e8ffe;
    background: #fafafa
}

.stir-oplata p {
    margin-bottom: 1rem;
}

.stir-brand-img {
    margin: 20px 0;
}

.stir-brand-img img {
    width: 100%;
}
    .stir p{
        font-size: 16px;
        line-height: 1.4;
            margin-bottom: 1rem;
        
        }
        
        
        
        
        .ws_lnk img{
            width:23px;
            height:23px;
            margin-right:10px;
            }
