/* personal-links */

    .index_ochki_counter_inner .ochki_counter {
        font-size: 80px;
        margin: 10px 0px;
    }
	
button:disabled {
    opacity: 0.5;
    cursor: default;
}

.personal-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.personal-links label {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    user-select: none;
    line-height: 1.4;
}

.personal-links input[type="checkbox"] {
    margin-right: 5px;
    flex: none;
    margin-left: 0;
}

.personal-links a {
    color: #000;
    text-align: left;
}

.personal-links.white label {
    color: #fff;
}

.personal-links.white label a {
    color: #fff;
}

/* personal-links */


/* warning_cookie */
.cmsl_warning_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
    max-width: 1135px;
    margin: 0 auto;
    padding: 20px 15px 20px 20px;
    min-height: 65px;
}

.cmsl_warning_cookie_section1 {
    display: flex;
    flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
    flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
    width: 29px;
    margin-left: 30px;
    align-self: center;
}

.cmsl_warning_cookie_tx {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    padding-top: 5px;
}

.cmsl_warning_cookie_close {
    display: block;
    width: 29px;
    height: 28px;
    background-image: url(/themes/img/warning_cookie_close.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
    opacity: 1;
}

/* warning_cookie */



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.left {
    float: left;
}

.right {
    float: right;
}

.wrapper0 {
    margin: 0 auto;
    max-width: 1920px;
}

.center {
    margin: 0 auto;
    max-width: 1280px;
}

.header {
    background: #81379a;
    position: relative;
    z-index: 1;
}

.header_cont {
    display: flex;
    justify-content: space-between;
}

.header_cont_box1 {
    flex: 1;
    padding-left: 20px;
}

.header_cont_box2 {
    margin-left: 15px;
    width: 235px;
    align-self: center;
}

.header_top_menu {
    font-family: MuseoSansCyrl-300;
}

.header_top_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: flex;
}

.header_top_menu li {
    margin-right: 17px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.header_top_menu li:last-child {
    margin: 0;
}

.header_top_menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 10px 30px 10px;
}

.header_top_menu li a:hover {
    text-decoration: underline;
    color: #fff;
}

.header_top_menu li.act a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 1366px) {
    .header_top_menu li[data-id="1"] {
        display: none;
    }
}

.header_basket {
    display: inline-flex;
    vertical-align: top;
    color: #fff;
    font-size: 19px;
    line-height: 1;
    padding: 0 0 0 45px;
    text-decoration: underline;
    position: relative;
}

.header_basket_ico {
    position: absolute;
    top: -7px;
    left: 0;
    width: 36px;
    height: 36px;
    background-image: url(/file/i_pic/catalog_basket_ico2.png);
    background-color: #702c87;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
    border-radius: 100%;
}

.header_basket_tx {
    position: relative;
    top: 0;
}

.header_basket:hover .header_basket_tx {
    color: #fff;
    text-decoration: none;
}

.header1 {
    background: #fff;
}

.header1_inner {
    position: relative;
    height: 138px;
}

.header1_space {
    display: none;
    height: 138px;
    line-height: 138px;
}

.header1_logotype {
    position: absolute;
    top: 28px;
    left: 35px;
}

.header1_logotype_logo {
    display: block;
}

.header1_logotype_logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header1_logotype_logo_ng {
    display: block;
    margin-top: -45px;
}

.header1_logotype_logo_ng img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header1_logotype_tx {
    position: relative;
    top: 7px;
    /*left:58px;*/
    text-align: right;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #636363;
    text-decoration: none;
}

.header1_logotype_tx:hover {
    color: #636363;
    text-decoration: none;
}

.header1_block1 {
    position: absolute;
    top: 41px;
    left: 495px;
}

.header1_phone {
    position: relative;
    padding-left: 38px;
    display: flex;
    align-items: center;
    min-height: 32px;
}

.header1_phone_ico {
    position: absolute;
    top: 0;
    left: 0;
}

.header1_phone_ico img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header1_phone_tx {
    font-size: 26px;
    line-height: 1;
}

.header1_phone_tx a {
    color: #000;
    text-decoration: none;
}

.header1_phone_tx a:hover {
    color: #000;
    text-decoration: none;
}

.header1_feed1_button {
    display: block;
    margin-top: 7px;
    position: relative;
    width: 263px;
    max-width: 263px;
    background: #e0282a;
    padding-left: 75px;
    height: 32px;
    border-radius: 0px;
    text-decoration: none;
}

.header1_feed1_button_ico {
    position: absolute;
    top: 6px;
    left: 47px;
    background-image: url(/file/i_pic/header1_feed1_button_ico2.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
}

.header1_feed1_button_tx {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: MuseoSansCyrl-300;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-top: 2px;
}

.header1_feed1_button:hover {
    background: #cb0f11;
    text-decoration: none;
}

.header1_feed1_button:active {
    top: 1px;
}

.header1_block2 {
    position: absolute;
    top: 41px;
    left: 862px;
}

.header1_office {
    position: relative;
    padding-left: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
}

.header1_office_ico {
    position: absolute;
    top: 0;
    left: 0;
}

.header1_office_ico img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header1_office_tx {
    font-size: 17px;
    line-height: 1;
}

.header1_office_tx a {
    text-decoration: underline;
    color: #000;
}

.header1_office_tx a:hover {
    text-decoration: none;
}

.header1_feed2_button {
    display: block;
    margin-top: 7px;
    position: relative;
    width: 250px;
    max-width: 250px;
    background: #41d9af;
    padding-left: 58px;
    height: 32px;
    border-radius: 0px;
    text-decoration: none;
}

.header1_feed2_button_ico {
    position: absolute;
    top: 6px;
    left: 27px;
    background-image: url(/file/i_pic/header1_feed2_button_ico2.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
}

.header1_feed2_button_tx {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: MuseoSansCyrl-300;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-top: 2px;
}

.header1_feed2_button:hover {
    background: #32c89f;
    text-decoration: none;
}

.header1_feed2_button:active {
    top: 1px;
}

/*
@-webkit-keyframes pulse_heart{
    0% {opacity:0;}
    10% {opacity:1;}
    20% {opacity:0;}
    100% {opacity:1;}
}
*/
@keyframes pulse_heart {
    0% {
        opacity: 1;
    }

    5% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    15% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.pulse_heart {
    opacity: 1;
    /*
    animation: pulse_heart 10s linear 0s infinite;
    -webkit-animation: pulse_heart 10s linear 0s infinite;
    */
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    /*
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    */

    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;

    /*
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    */

    -webkit-animation-name: pulse_heart;
    animation-name: pulse_heart;
}


.block_1 {
    position: relative;
    z-index: 100;
    transition: all 0.2s ease-out 0s;
}

.block_1 .logo {
    display: block;
    background: url(../img/logo.png) no-repeat;
    color: #000;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 25px;
    margin: 38px 0 0 48px;
    width: 326px;
    height: 57px;
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s ease-out 0s;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.block_1 .logo .padding_0 {
    display: block;
    position: absolute;
    top: -16px;
    left: 70px;
}

.block_1 .logo .padding_1 {
    display: block;
    position: absolute;
    top: 50px;
    left: 70px;
}

.block_1 .ul_1 {
    position: absolute;
    top: 24px;
    right: 100px;
    margin: 0;
    width: 280px;
}

.block_1 .ul_1>li {
    list-style-type: none;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.1;
}

.block_1 .ul_1>li a {
    display: block;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    text-decoration: underline;
}

.block_1 .ul_1>li a:hover {
    text-decoration: none;
}

.block_1 .ul_1>li+li {
    margin-top: 17px;
}

.block_1 .ul_1>li:nth-child(1) {
    background-position: left 4px;
}

.block_1 .ul_1>li:nth-child(2) {
    background-position: 4px 3px;
}

.block_1 .block_phone {
    display: block;
    position: absolute;
    left: 500px;
    top: 40px;
}


.citysel_dialog_par {
    display: none;
}

.header1_citysel {
    position: absolute;
    top: 103px;
    left: 130px;
    z-index: 100;
    background: #fff;
}

.citysel_pane_cont {
    font-size: 16px;
    line-height: 1.2;
}

.citysel_pane_tx {
    color: #000;
    display: inline;
    margin-right: 5px;
}

.citysel_pane_tx_link {
    color: #000;
    text-decoration: none !important;
    border-bottom: 1px #000 dotted;
    margin-left: 2px;
}

.citysel_pane_tx_link:hover {
    color: #0a0a0a;
    border-color: #0a0a0a;
}

.header1_citysel_adaptive {
    display: none;
    margin-top: 20px;
    padding-left: 20px;
}

.citysel_pane_selectloc,
.citysel_pane_selectloc * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.citysel_pane_selectloc {
    display: inline-block;
    position: relative;
    text-align: left;
}

.citysel_pane_selectloc_elect {
    line-height: 1.1;
    text-decoration: none !important;
    border-bottom: 1px #000 dotted;
    cursor: pointer;
}

.citysel_pane_selectloc_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    box-shadow: 0px 3px 6px rgba(145, 145, 145, .75);
    transition: all 0.2s ease-in-out 0s;
    top: calc(100% - 10px);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    max-height: 200px;
    width: 200px;
    visibility: hidden;
    opacity: 0;
}

.citysel_pane_selectloc .citysel_pane_selectloc_dropdown ul,
.citysel_pane_selectloc .citysel_pane_selectloc_dropdown ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.citysel_pane_selectloc .citysel_pane_selectloc_dropdown li {
    border-top: 1px solid #cdcdcd;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
}

.citysel_pane_selectloc .citysel_pane_selectloc_dropdown li a {
    display: block;
    padding: 10px 5px 10px 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.citysel_pane_selectloc .citysel_pane_selectloc_dropdown li a:hover {
    text-decoration: underline;
}

.citysel_pane_selectloc.show .citysel_pane_selectloc_dropdown {
    top: calc(100% + 7px);
    visibility: visible;
    opacity: 1;
}

.citysel_pane_selectloc.show .citysel_pane_selectloc_elect {
    border-bottom-color: transparent;
}

.citysel_pane_selectloc .citysel_pane_selectloc_dropdown li:hover {
    background: #eaeaea;
}

.citysel_pane_selectloc .citysel_pane_selectloc_dropdown li.active a {
    font-weight: bold;
}

.block_phone_list_item {
    margin-top: 6px;
    padding-left: 35px;
    position: relative;
}

.block_phone_list_item a {
    color: #000;
}

.block_phone_list_item:nth-child(1) {
    margin: 0;
}

.block_phone_list_item img {
    position: absolute;
    top: 0;
    left: 0;
}

.block_phone_list_item_tel {
    font-size: 26px;
    line-height: 1;
}

.block_phone_list_item_map {
    font-size: 17px;
    line-height: 1;
    color: #000;
}

.block_phone_list_item_map {
    padding-top: 5px;
}

.ul_1_but {
    margin-top: 7px;
}

.ul_1_button1 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #29b2ec;
    padding: 14px 6px;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    font-family: robotomedium;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    min-width: 200px;
    text-decoration: none !important;
    padding-left: 42px;
}

.ul_1_button1:hover {
    background: #15a8e6;
    color: #fff;
}

.ul_1_button1:active {
    top: 1px;
}

.ul_1_button1_ico {
    position: absolute;
    left: 8px;
    top: 10px;
    background-image: url(/file/i_pic/ul_1_button1_ico.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}

.ul_1_tx {
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-family: MuseoSansCyrl-300;
    color: #636363;
}

.block_2_button1 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
    color: #000 !important;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    min-width: 200px;
    text-decoration: none !important;
    max-width: 250px;
    padding-left: 52px;
}

.block_2_button1:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/block_2_button_ico.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.block_2_button1:hover {
    background-color: #5cc4f1;
    color: #fff !important;
}

.block_2_button1:hover:after {
    background-position: 0 -24px;
}

.block_2_button1:active {
    top: 1px;
}

.block_2_ico {
    display: none;
    position: relative;
    min-height: 50px;
    margin-bottom: 7px;
}

.block_2_ico img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer_basic0 {
    border-top: 1px solid #cfcfcf
}

.footer_number_phone {
    font-size: 26px;
    line-height: 1;
    display: block;
    padding-top: 8px;
}

.footer_number_phone a {
    color: #000;
    text-decoration: none;
}

.footer_number_phone a:hover {
    color: #000;
    text-decoration: none;
}

.footer_number_phone span {
    font-size: 26px;
}

.block_1 .txt_1,
.txt_2 {
    color: #505a6b;
    display: block;
    font-size: 15px;
}

.footer_num_txt_1 {
    margin-top: 10px;
    color: #505a6b;
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

.block_2 {
    background: #9147aa;
    background: -moz-linear-gradient(left, #9147aa 0%, #9147aa 50%, #681f80 51%, #681f80 100%);
    background: -webkit-linear-gradient(left, #9147aa 0%, #9147aa 50%, #681f80 51%, #681f80 100%);
    background: linear-gradient(to right, #9147aa 0%, #9147aa 50%, #681f80 51%, #681f80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9147aa', endColorstr='#681f80', GradientType=1);
    margin: 0 0 45px 0;
    margin-top: -23px;
}

.block_2 .block_2_ul {
    overflow: hidden;
}

.block_2 .block_2_ul a {
    color: #fff;
}

.block_2 .block_2_ul a:hover {
    text-decoration: none;
}

.block_2 .block_2_ul>li {
    color: #ffffff;
    float: left;
    min-height: 162px;
    list-style-type: none;
    padding-top: 21px;
    width: 29%;
    letter-spacing: 0.3px;
}

.block_2 .block_2_ul>li:first-child {
    padding-left: 35px;
    padding-right: 15px;
}

.block_2 .block_2_ul>li:nth-child(2) {
    background: #81379a;
    padding-left: 85px;
    padding-right: 15px;
    width: 485px;
}

.block_2 .block_2_ul>li:nth-child(3) {
    background: #681f80;
    padding-left: 85px;
    padding-right: 15px;
}

.block_2 .block_2_ul>li .span_1 {
    display: block;
    font-size: 21px;
    line-height: 1;
}

.block_2 .block_2_ul>li .span_1 {
    line-height: 28px;
    padding-bottom: 5px;
}

.block_2 .block_2_ul>li .mb1 {
    margin: 0 0 15px 0;
}

.block_2 .block_2_ul>li .span_2 {
    display: block;
    font-size: 21px;
    line-height: 1;
    margin: 0 0 28px 0;
}

.block_2 .block_2_ul>li .span_3 {
    font-size: 17px;
    line-height: 1.2;
}

.wrapper .products {
    margin-bottom: 39px;
}

.products .products_all {
    margin: 16px 0 0 0;
}

.products_title {
    text-align: center;
}

.products_cont {
    margin-top: 25px;
}

.title_1 {
    color: #000;
    font-size: 30px;
    text-decoration: underline;
}

.title_1:hover {
    text-decoration: none;
}

.link_1 {
    color: #3eb1e2;
    display: block;
    font-size: 17px;
    margin: 16px 0 0 0;
    text-align: center;
    text-decoration: underline;
}

.link_1:hover {
    text-decoration: none;
}

.index_form_1 {
    margin-top: 60px;
}


.form_1 {
    font-size: 0;
    line-height: 1;
    background: url(../img/form.jpg) no-repeat center top;
    background-size: cover;
    height: 160px;
}

.form_1_inner {
    height: 100%;
}

.form_1_block {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    vertical-align: top;
    margin-left: auto;
    margin-right: 25px;
    height: 100%;
}

.form_1_block_inner {
    display: flex;
    align-items: center;
}

.form1_descript {
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    line-height: 1;
    padding: 0 55px 0 0;
    text-align: right;
    text-transform: uppercase;
}

.form1_descript span {
    display: block;
}

.form1_descript span:nth-child(1) {
    font-size: 47px;
    line-height: 1.1;
}

.form1_but {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
}

.form1_submit {
    display: inline-flex;
    vertical-align: top;
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 61px;
    line-height: 1;
    font-family: robotoregular;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 18px 30px 0 55px;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    user-select: none;
}

.form1_submit:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 10;
    background-image: url(/file/i_pic/form1_ico3.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 27px;
    height: 33px;
}

.form1_submit:hover:after {
    background-position: 0px -33px;
}

.form1_submit:hover {
    background-color: #ffffff;
    color: #3eb0e2;
    text-decoration: none;
}

.block_gray {
    margin-top: 4px;
    background: url(../img/gray_bg.jpg) repeat;
    padding: 27px 0 27px 0;
}

.block_gray ul,
.block_gray ul li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.block_gray .ul_2 {
    display: flex;
    flex-wrap: nowrap;
}

.block_gray .ul_2>li {
    color: #272727;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    width: 20%;
    border-right: 1px solid #c5c5c5;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.block_gray .ul_2>li:last-child {
    border: 0;
}

.block_gray .ul_2>li a {
    color: #272727;
    display: block;
    text-decoration: none;
    cursor: default !important;
}

.block_gray .ul_2>li a:hover {
    color: #2796c5;
    text-decoration: none;
}

.block_gray .link_1 {
    margin-top: 37px;
}

.index_lilac {
    background: #81379a;
    padding: 25px 0;
    margin-top: -23px;
    margin-bottom: 45px;
}

.index_lilac_tx {
    text-align: center;
    font-size: 31px;
    line-height: 1.2;
    color: #fff;
}

.index_banner_square {
    margin-top: 60px;
    text-align: center;
    font-size: 0;
    line-height: 1;
}

.index_banner_square_item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    max-width: 416px;
}

.index_banner_square_item img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.wrapper .map {
    border-top: 4px solid #fff;
    height: 420px;
}

.page_default .menu_bottom {
    margin-top: 80px;
}

.wrapper .menu_bottom {
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
}

.wrapper .menu_bottom a {
    color: #000;
    display: inline-block;
    font-size: 17px;
    padding: 16px 0 11px 0;
    text-decoration: none;
}

.wrapper .menu_bottom a+a {
    margin-left: 19px;
}

.wrapper .menu_bottom a:hover {
    color: #24b4f7;
    text-decoration: underline;
}

.wrapper .menu_bottom a.act {
    color: #24b4f7;
    text-decoration: underline;
}

.wrapper .footer_basic {
    padding: 0 0 20px 0;
}

.footer_basic_inner {
    padding: 25px 0 25px 0;
}

.footer_basic_cont1 {
    display: flex;
}

.footer_basic_cont1_box1 {
    border-right: 1px solid #cfcfcf;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 0 0 27px;
    width: 46%;
}

.footer_basic_cont1_box2 {
    flex: 1;
    padding: 20px 0 0 0;
    margin-left: 50px;
}

.footer_basic .footer_contacts span {
    color: #2796c5;
}

.footer_basic .block_phone .number_phone {
    font-size: 41px;
    line-height: 1;
}

.footer_basic .block_phone .number_phone span {
    font-size: 30px;
}

.footer_basic_cont2_box2 {
    margin-left: 90px;
    padding-top: 4px;
}

.footer_soc_btn {
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
}

.footer_soc_btn img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer_soc_btn a {
    border-radius: 7px;
    display: inline-block;
    vertical-align: top;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
}

.footer_soc_btn a+a {
    margin-left: 10px;
}

.footer_soc_btn a.vk {
    background-image: url(../img/vk.png);
}

.footer_soc_btn a.inst {
    background-image: url(../img/inst.png);
}

.footer_basic .block_phone {
    margin: 0;
}

.footer_basic .link_2 {
    clear: both;
}

.footer_feed {
    margin-top: 30px;
    font-size: 0;
    line-height: 1;
}

.footer_feed ul,
.footer_feed ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.footer_feed ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    width: 245px;
}

.footer_feed ul li:nth-child(1) {
    margin: 0;
}

.footer_feed_button {
    display: inline-flex;
    vertical-align: top;
    flex-wrap: nowrap;
    align-items: center;
}

.footer_feed_button_icon {
    width: 40px;
    text-align: center;
    margin-right: 15px;
}

.footer_feed_button_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer_feed_button_tx {
    flex: 1;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    text-decoration: underline;
}

.footer_feed_button_tx a:hover {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.gray_border1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #CFCFCF;
}

.gray_border2 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #CFCFCF;
}

.footer_minnor {
    margin-top: 30px;
}

.footer_tx_contra {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    color: #505a6b;
}

.fixedmix0 {
    height: 185px;
}

.fixedmix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;

}

.fixedmix .block_1 {
    height: 138px;
}

.fixedmix.lite {
    -webkit-box-shadow: 0px -3px 15px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px -3px 15px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px -3px 15px 3px rgba(0, 0, 0, 0.20);
}

.fixedmix.lite .block_1 {
    height: 65px;
}

.fixedmix.lite .block_1 .logo {
    transform: scale(0.6);
    margin-top: 5px;
    margin-left: 0;
}

.fixedmix.lite .block_1 .ul_1 {
    display: none;
}

.fixedmix.lite .padding_0 {
    display: none;
}

.fixedmix.lite .padding_1 {
    display: none;
}

.fixedmix.lite .block_phone .txt_1 {
    display: none;
}

.fixedmix.lite .block_phone .txt_2 {
    display: none;
}

.fixedmix.lite .gray_border1 {
    display: none;
}

.fixedmix.lite .gray_border2 {
    display: block;
}

.lackyblock_list {
    display: flex;
    flex-wrap: wrap;
}

.lackyblock_list_item {
    display: block;
    width: 33.3%;
}

.lackyblock_list_item_link {
    display: block;
    text-decoration: none !important;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.lackyblock_list_item_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 25px 40px 28px;
}

.lackyblock_list_item_name {
    font-size: 27px;
    line-height: 1.2;
    font-family: MuseoSansCyrl-300;
    color: #000;
    text-decoration: none;
}

.lackyblock_list_item_link:hover .lackyblock_list_item_name {
    text-decoration: underline;
    color: #000;
}

.lackyblock_list_item.no_link .lackyblock_list_item_link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.lackyblock_list_item.no_link .lackyblock_list_item_name {
    text-decoration: none !important;
}


.index_catalog_index {
    margin-top: 50px;
}

.index_news {
    margin-top: 70px;
    margin-bottom: 10px;
}

.index_news_header_cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.index_news_title {
    font-size: 40px;
    line-height: 1;
    font-family: MuseoSansCyrl-300;
}

.index_news_title a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px #000 solid;
}

.index_news_title a:hover {
    color: #000;
    text-decoration: none;
    border-color: transparent;
}

.index_news_all {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1;
    font-family: MuseoSansCyrl-300;
}

.index_news_all a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.index_news_all a:hover {
    color: #000;
    text-decoration: none;
}

.index_news_content {
    margin-top: 35px;
}

.feedfix {
    position: fixed;
    z-index: 300;
    right: 0;
    top: auto;
    bottom: 11.6vh;
}

body.page_index .feedfix {
    bottom: auto;
    top: 50%;
    margin-top: 250px;
}

@media (max-width: 1650px) {
    body.page_index .feedfix {
        margin-top: 320px;
    }
}

@media (max-width: 1365px) {
    .feedfix {
        display: none;
        top: auto !important;
        bottom: 15vh !important;
    }

    body.page_index .feedfix {
        margin-top: 0;
    }
}

@media (max-width: 1280px) {
    .feedfix {
        top: auto !important;
        bottom: 30vh !important;
    }
}

.feedfix_feed1 {
    margin-top: 15px;
}

.feedfix_feed1_button {
    width: 265px;
    padding: 7px 10px 7px 19px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: #e0282a;
    transition: all 0.1s 0s linear;
    -moz-transition: all 0.1s 0s linear;
    -webkit-transition: all 0.1s 0s linear;
    -o-transition: all 0.1s 0s linear;
    border: 0;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    line-height: 1;
    text-decoration: none;
    height: 52px;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.feedfix_feed1_button_cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.feedfix_feed1_button_icon {
    width: 31px;
    height: 29px;
    background-image: url(/file/i_pic/feedfix_feed1_button_icon.svg);
    background-repeat: no-repeat;
}

.feedfix_feed1_button_tx {
    padding-top: 2px;
    margin-left: 8px;
    font-family: MuseoSansCyrl-300;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feedfix_feed1_button:hover {
    background: #cb0f11;
    text-decoration: none;
}

.feedfix_feed2_button {
    width: 265px;
    padding: 7px 10px 7px 19px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: #41d9af;
    transition: all 0.1s 0s linear;
    -moz-transition: all 0.1s 0s linear;
    -webkit-transition: all 0.1s 0s linear;
    -o-transition: all 0.1s 0s linear;
    border: 0;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    line-height: 1;
    text-decoration: none;
    height: 52px;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.feedfix_feed2_button_cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.feedfix_feed2_button_icon {
    width: 31px;
    height: 29px;
    background-image: url(/file/i_pic/feedfix_feed2_button_icon.png);
    background-repeat: no-repeat;
}

.feedfix_feed2_button_tx {
    padding-top: 2px;
    margin-left: 8px;
    font-family: MuseoSansCyrl-300;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feedfix_feed2_button:hover {
    background: #32c89f;
    text-decoration: none;
}

/* #k2oron */
/*
.header1_feed1_button{
    display:none!important;
}
.header1_feed2_button{
    display:none!important;
}
.feedfix{
    display:none;
}
.footer_feed{
    display:none!important;
}
.form_1{
    display:none;
}
.zakazonline{
    text-decoration:none!important;
    cursor:auto!important;
}
*/

.header_menusun {
    display: none;
    position: fixed;
    z-index: 600;
    top: 47px;
    left: 15px;
    width: 45px;
    height: 35px;
    /*background:#fff;*/
    border: none;
    outline: 0;
    user-select: none;
    cursor: pointer;
}

.header_menusun .icon-bar {
    width: 35px;
    margin: 0 auto;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    background: rgba(0, 0, 0, 1);
}

.header_menusun .icon-bar:nth-of-type(2) {
    margin-top: -12px;
    transition-duration: 0.15s, 0.15s;
    transition-property: transform, margin-top;
    transition-delay: 0s, 0.15s;
}

.header_menusun .icon-bar:nth-of-type(3) {
    width: 26px;
    margin-top: -1px;
    transition: all 0.25s;
}

.header_menusun .icon-bar:nth-of-type(4) {
    margin-top: 10px;
    transition-duration: 0.15s, 0.15s;
    transition-property: transform, margin-top;
    transition-delay: 0s, 0.15s;
}

.header_menusun .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.menu_state_open .header_menusun .icon-bar:nth-of-type(2) {
    margin-top: -1px;
    transform: rotate(45deg);
    transition-delay: 0.15s, 0s;
}

.menu_state_open .header_menusun .icon-bar:nth-of-type(3) {
    width: 18px;
    margin-top: -1px;
    background: transparent;
}

.menu_state_open .header_menusun .icon-bar:nth-of-type(4) {
    margin-top: -1px;
    transform: rotate(-45deg);
    transition-delay: 0.15s, 0s;
}

.header_menusun:focus {
    outline: none;
}

.menus_curtain {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    background: rgba(0, 0, 0, 0.2);
}

body.menu_state_open .menus_curtain {
    display: block;
}

.index_map {
    margin-top: 10px;
}

.gis_map_own {
    height: 400px;
    position: relative;
}

.gis_map_own_map {
    height: 100%;
}

.gis_map_own_map>div {
    height: 100%;
}

.gis_map_own_notoach_layer {
    display: none;
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.gis_map_own_notoach_layer_but {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
    text-align: center;
}

.gis_map_own_notoach_layer_but_button {
    padding: 0;
    margin: 0;
    border: 0;
    user-select: none;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    background: #e9e6df;
    width: 100%;
    max-width: 250px;
    height: 45px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    color: #000;
    font-family: robotolight;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0.8;
}

.gis_map_own_notoach_layer_but_button:hover {
    text-decoration: none;
    color: #000;
    background: #f4f2ee;
}

.gis_map_own.notouch .gis_map_own_map {
    pointer-events: none;
}

.gis_map_own.notoach .gis_map_own_notoach_layer {
    display: block;
}

.footer_space {
    height: 140px;
    line-height: 140px;
}

body[data-page="index"] .footer_space {
    display: none;
}

.footer_basic_cont2 {
    display: flex;
}

.footer_minnor_cont {
    display: flex;
    margin-top: 35px;
}

.footer_minnor_cont_box1 {
    margin-right: 15px;
}

.footer_minnor_cont_box2 {
    margin-left: auto;
}


.leli {
    display: inline-flex;
    align-items: center;
}

.leli-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 4px;
    font-family: proximanovareg2;
    font-size: 12px;
    text-align: right;
    line-height: 1.4;
}

.leli-links a {
    color: #000;
    text-decoration: none;
}

.leli-links a:hover {
    color: #5d5856;
    text-decoration: none;
}

.leli-img {
    width: 30px;
    height: 30px;
}

.leli-img img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.theme_medcenter_direct_list_item {
    margin-bottom: 15px;
}

.theme_medcenter_direct_list_item img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.column_block2_banner {
    max-width: 250px;
}

.column_block2_banner_list_item {
    height: 101px;
    margin-top: 15px;
}

.column_block2_banner_list_item:nth-child(1) {
    margin: 0;
}

.column_block2_banner_list_item img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.cat_derevo_contractor {
    margin-bottom: 30px;
}

.cat_derevo_contractor_inner {
    max-width: 250px;
    margin: 0 auto
}

.cat_derevo_contractor_ithead {
    border: 1px rgba(0, 0, 0, 0.3) solid;
    border-radius: 10px;
    padding: 3px;
    cursor: pointer;
    user-select: none;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s linear 0s;
    background: #fff;
    will-change: background;
}

.cat_derevo_contractor_ithead_cont {
    display: flex;
    align-items: center;
}

.cat_derevo_contractor_ithead_cont_box1 {
    width: 21px;
    margin-right: 13px;
}

.cat_derevo_contractor_ithead_cont_box2 {
    flex: 1;
    font-size: 19px;
}

.cat_derevo_contractor_burger {
    position: relative;
    width: 21px;
    height: 21px;
    transition: all 0.10s linear 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}

.cat_derevo_contractor_burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    transition: all 0.10s linear 0s;
    will-change: transform;
}

.cat_derevo_contractor_burger span:nth-child(1) {
    margin-bottom: 4px;
}

.cat_derevo_contractor_burger span:nth-child(3) {
    margin-top: -2px;
}

.cat_derevo_contractor_burger span:nth-child(4) {
    margin-top: 4px;
}

.cat_derevo_contractor.open .cat_derevo_contractor_burger span {
    display: none;
}

.cat_derevo_contractor.open .cat_derevo_contractor_burger span:nth-child(2) {
    display: block;
    transform: rotate(45deg);
}

.cat_derevo_contractor.open .cat_derevo_contractor_burger span:nth-child(3) {
    display: block;
    transform: rotate(-45deg);
}


.cat_derevo_contractor.open .cat_derevo_contractor_itcontent {
    padding-top: 10px;
    display: block !important;
}

.cat_derevo_contractor.open .cat_derevo_contractor_ithead {
    background: rgba(0, 0, 0, 0.05)
}

.photopic_list_new1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 1;
}

.photopic_list_new1_item {
    width: 25%;
    padding: 4px;
}

.photopic_list_new1_item_inner {
    position: relative;
    display: block;
    text-decoration: none !important;
}

.photopic_list_new1_item_inner:after {
    content: '';
    display: block;
    padding-top: 70%;
}

.photopic_list_new1_item_photo {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.catalog_basket_floating2_space {
    display: none;
    height: 55px;
    line-height: 55px;
}

.catalog_basket_floating2 {
    display: none;
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    background: #81379a;
    height: 55px;
    padding: 0 25px;
    line-height: 1;
    transition: all 0.3s ease-out 0s;
}

.catalog_basket_floating2_link_full {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog_basket_floating2_inner {
    max-width: 1160px;
    margin: 0 auto;
    height: 100%;
}

.catalog_basket_floating2_cont1 {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.catalog_basket_floating2_cont2 {
    position: relative;
    z-index: 20;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.catalog_basket_floating2_korzina {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none !important;
}

.catalog_basket_floating2_korzina_icon {
    width: 36px;
    height: 36px;
    background-image: url(/file/i_pic/catalog_basket_ico2.png);
    background-color: #702c87;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
    border-radius: 100%;
}

.catalog_basket_floating2_inform {
    position: relative;
    margin-left: 12px;
    text-decoration: none !important;
}

.catalog_basket_floating2_inform_tx {
    font-size: 17px;
    line-height: 1;
    color: #fff !important;
    font-family: proximanovalight;
}

.body_catalog_basket_dataget_product_isset .catalog_basket_floating2 {
    transform: translateY(0);
}

.menu_state_open .catalog_basket_floating2 {
    z-index: 1;
}

.akcii_list1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.akcii_list1__item {
    width: calc(33.33% - 2%);
    margin: 1%;
    position: relative;
    text-align: center;
}

.akcii_list1__item a:hover .akcii_list1__photo_tooltip {
    opacity: 1;
    visibility: visible;
}

.akcii_list1__item .owl_wrap_item_zakazonline:hover+.akcii_list1__photo_tooltip {
    opacity: 1;
    visibility: visible;
}

.akcii_list1__onlinefeed {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.akcii_list1__photo {
    position: relative;
}

.akcii_list1__photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.akcii_list1__photo_tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.akcii_list1__photo_tooltip_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    padding: 5px;
    background: #5cc5f2;
    border-radius: 30px;
    text-align: center;
    color: #000;
    font-family: 'proximanovasemibold2';
    font-size: 17px;
}

.akcii_list1__photo_tooltip_btn span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-position: 0 1.3em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.own_button1 {
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 280px;
    min-height: 47px;
    margin: 0;
    padding: 5px 15px 4px 15px;
    border-radius: 4px;
    background: #81379a;
    font-family: MuseoSansCyrl-300;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.10s linear 0s;
    cursor: pointer;
    outline: 0;
    user-select: none;
    will-change: background, color;
}

.own_button1:hover {
    text-decoration: none;
    color: #fff;
    background: #9048a8;
}


.page-oprav {
    display: flex;
    flex-wrap: wrap;
}

.page-oprav__item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 33.33333%;
    padding: 15px;
    margin-bottom: 15px;
}

.page-oprav__item_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-oprav__item_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.page-oprav__item_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.page-oprav__item_info {
    margin-top: auto;
}

.page-oprav__item_info_text {
    text-align: center;
}

@media (max-width: 1023px) {
    .page-oprav__item {
        width: 100%;
    }
}


.index_ochki_counter {
    min-height: 310px;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-position: center;
}

.ochki_counter.viz {
    opacity: 1;
    transition: 1s;
}

.index_ochki_counter_inner {
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 49px;
    font-family: "Montserrat-Medium";
    color: rgb(129, 55, 154);
    line-height: 1.1em;
    text-transform: uppercase;
}

.index_ochki_counter_inner .ochki_text1 {
    position: relative;
    /* z-index: -1; */
    top: -37px;
}

.index_ochki_counter_inner .ochki_counter {
    display: block;
    font-size: 126px;
    font-family: "Montserrat-Bold";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 2px;
    margin-bottom: -4px;
    /* opacity: 0;
    visibility: hidden; */
}

.index_ochki_counter_inner .ochki_counter.viz {
    opacity: 1;
    visibility: visible;
}

.index_ochki_counter_inner_text {
    max-width: 540px;
    text-align: center;
    padding-top: 35px;
}


/* style_adaptive */
.cmsl_adaptive__adaptive_just_show {
    display: none !important;
  }
  
  .cmsl_adaptive_video {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 900px;
    padding-top: 56%;
  }
  
  .cmsl_adaptive_video>iframe {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

@media(max-width: 1279px) {

    .index_ochki_counter_inner_text {
        max-width: 450px;
        padding-top: 45px;
    }

    .index_ochki_counter_inner {
        font-size: 45px;
    }

    .index_ochki_counter_inner .ochki_text1 {
        z-index: 1;
    }
}

@media(max-width: 1023px) {

    .index_ochki_counter {
        background-size: contain;
        min-height: 200px;
        padding-left: 20px;
        padding-right: 20px;
        background-image: url('/themes/img/main-ochk-counter-mobile.jpg') !important;
    }

    .index_ochki_counter_inner {
        font-size: 24px;
    }

    .index_ochki_counter_inner .ochki_counter {
        font-size: 90px;
        margin: 10px 0px;
    }

    .index_ochki_counter_inner .ochki_text1 {
        top: 0;
    }

    .index_ochki_counter_inner_text {
        margin-left: auto;
        margin-right: auto;
    }

    .index_ochki_counter_inner_text {
        padding-top: 35px;
    }
	
  .cmsl_adaptive_table1 {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: table !important;
  }

  .cmsl_adaptive_table1 tr,
  .cmsl_adaptive_table1 thead,
  .cmsl_adaptive_table1 tbody,
  .cmsl_adaptive_table1 tfoot {
    display: block;
  }

  .cmsl_adaptive_table1 td {
    display: block;
    width: 100% !important;
  }

  /*old
    .cmsl_adaptive_table_wrap_column_default table{
        border:0;
        width:100%!important;
        height:auto!important;
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default tr,
    .cmsl_adaptive_table_wrap_column_default thead,
    .cmsl_adaptive_table_wrap_column_default tbody,
    .cmsl_adaptive_table_wrap_column_default tfoot{
        display:block!important;
    }
    .cmsl_adaptive_table_wrap_column_default td{
        display:block!important;
        width:100%!important;
    }
    */

  .cmsl_adaptive_table_wrap_column_default>table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>thead,
  .cmsl_adaptive_table_wrap_column_default>table>tbody,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>tr .cmsl_adaptive_table_wrap_column_default>table>thead>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_default>table>td .cmsl_adaptive_table_wrap_column_default>table>thead>td,
  .cmsl_adaptive_table_wrap_column_default>table>thead>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>td,
  .cmsl_adaptive_table_wrap_column_default>table>tbody>tr>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>td,
  .cmsl_adaptive_table_wrap_column_default>table>tfoot>tr>td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_block1>div {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    margin-top: 25px;
  }

  .cmsl_adaptive_block_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_block_wrap1>div {
    min-width: 630px;
  }

  .cmsl_adaptive_table_wrap1 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .cmsl_adaptive_table_wrap2 table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(9px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table {
    width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(10px + 0.5vw) !important;
  }

  .cmsl_adaptive_image1 {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_wrap_image img {
    max-width: 100% !important;
    height: auto !important;
  }

  .cmsl_adaptive_table_wrap_column_duo table {
    border: 0;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr,
  .cmsl_adaptive_table_wrap_column_duo thead,
  .cmsl_adaptive_table_wrap_column_duo tbody,
  .cmsl_adaptive_table_wrap_column_duo tfoot {
    display: block !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    display: block !important;
    width: 100% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo tr {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td {
    width: 50% !important;
    margin-bottom: 20px !important;
    padding: 1% 2.5% !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n+1) {
    padding-left: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_duo td:nth-child(2n) {
    padding-right: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_0 table td {
    padding: 0 !important;
  }

  .cmsl_adaptive_table_wrap_td_padding_5 table td {
    padding: 5px !important;
  }

  .cmsl_adaptive_table_wrap_min_width_700 table {
    min-width: 700px;
  }

  .cmsl_adaptive_content_center {
    text-align: center;
  }

  .cmsl_adaptive__adaptive_just_show {
    display: block !important;
  }

  .cmsl_adaptive__adaptive_just_hide,
  table.cmsl_adaptive__adaptive_just_hide,
  td.cmsl_adaptive__adaptive_just_hide,
  tr.cmsl_adaptive__adaptive_just_hide,
  thead.cmsl_adaptive__adaptive_just_hide,
  tbody.cmsl_adaptive__adaptive_just_hide,
  tfoot.cmsl_adaptive__adaptive_just_hide {
    display: none !important;
  }

  .cmsl_adaptive_table_wrap_column_default .cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>table.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>td.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>tr.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>thead.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>tbody.cmsl_adaptive__adaptive_just_hide,
  .cmsl_adaptive_table_wrap_column_default>tfoot.cmsl_adaptive__adaptive_just_hide {
    display: none !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_20 table tr {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_tr_margin_bottom_40 table tr {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_20 table td {
    margin-bottom: 20px !important;
  }

  .cmsl_adaptive_table_wrap_td_margin_bottom_40 table td {
    margin-bottom: 40px !important;
  }

  .cmsl_adaptive_table_wrap_td_border_none table td {
    border: 0 !important;
  }

  .cmsl_adaptive_table_wrap_column_one table,
  .cmsl_adaptive_table_wrap_column_one tr,
  .cmsl_adaptive_table_wrap_column_one thead,
  .cmsl_adaptive_table_wrap_column_one tbody,
  .cmsl_adaptive_table_wrap_column_one tfoot,
  .cmsl_adaptive_table_wrap_column_one td {
    display: block;
    width: 100%;
  }

  .cmsl_adaptive_table_wrap_column_one tr {
    display: flex;
    flex-wrap: wrap;
  }

  .cmsl_adaptive_table_wrap_column_one td {
    width: 100% !important;
    margin-bottom: 30px !important;
    padding: 1% 0 !important;
  }	

}

@media(max-width: 767px) {
    .index_ochki_counter_inner {
        font-size: 24px;
    }
	
	.zag1 {line-height: 1.4em; color: #000; font-size: 24px;}
	
  .cmsl_adaptive_font_size_from_current_less0 {
    font-size: 0.9em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less1 {
    font-size: 0.8em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less2 {
    font-size: 0.6em;
    display: block;
  }

  .cmsl_adaptive_font_size_from_current_less3 {
    font-size: 0.4em;
    display: block;
  }	
	
}

@media (max-width: 359px) {

  .cmsl_adaptive_table_wrap2 table,
  .cmsl_adaptive_table_wrap2 table *,
  .cmsl_adaptive_table_wrap2 table td {
    font-size: calc(8px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_b table,
  .cmsl_adaptive_table_wrap2_b table *,
  .cmsl_adaptive_table_wrap2_b table td {
    font-size: calc(7px + 0.5vw) !important;
  }

  .cmsl_adaptive_table_wrap2_c table,
  .cmsl_adaptive_table_wrap2_c table *,
  .cmsl_adaptive_table_wrap2_c table td {
    font-size: calc(9px + 0.5vw) !important;
  }
}
