@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

*,
a:active,
a:hover,
a:focus {
    outline: none !important;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

html.u-eip {
    padding: 0;
}

html {
    height: 100%;
}

body {
    position: relative;
    max-width: 1920px;
    min-width: 320px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    color: #404345;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-weight: normal;
}

.body_fixed {
    overflow: hidden;
}

input,
textarea,
button {
    -webkit-border-radius: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

td {
    font-size: 14px;
    color: #404345;
}

#u-panel-holder {
    display: none;
}

table {
    border-collapse: collapse;
}

a {
    color: #0042A6;
    text-decoration: underline;
}

a:hover {
    color: #0042A6;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul > ol,
ol > ul {
    padding-left: 20px;
    margin: 10px 0;
}

ol li {
    margin: 0 0 0 17px;
    padding: 0;
}

li {
    padding: 0;
    margin: 0 0 0 15px;
}

img {
    border: 0;
    vertical-align: top;
}

p {
    padding: 0;
    margin: 15px 0;
}

.ryb {
    font-family: alsrubl, arial;
    text-transform: none;
}

.clear {
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.block_header {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    background: #fff;
    z-index: 101;
    padding: 0 10px 15px 10px;
}

.header-content h1 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    background-color: #00489d;
    background: -o-linear-gradient(241.77deg, #06f 2.21%, #00489d 44.58%), -o-linear-gradient(bottom, #00489d, #00489d);
    background: linear-gradient(208.23deg, #06f 2.21%, #00489d 44.58%), linear-gradient(0deg, #00489d, #00489d);
    margin: 0;
    display: flex;
    min-height: 339px;
    padding: 100px 10vw 100px;
    text-transform: none;
    justify-content: center;
    align-items: center;
}

.block_header::before {
    content: "";
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
}

.block_header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: #f9f8f8 1px solid;
    height: 1px;
}

.block_header.scroll {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
}

.block_header > header {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 32;
}

.h_basket {
    position: relative;
    width: 10%;
    height: 31px;
    margin: 0 auto;
}

.h_basket a,
.h_basket a:hover {
    display: block;
    background: url(../images/ico_basket.png) no-repeat 25px 0 / 31px;
    width: 100%;
    height: 31px;
}

.h_basket_span {
    position: absolute;
    top: -15%;
    right: 45%;
    background: #0042A6;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 0 1px;
}

.h_lk .h_lk_b {
    display: none;
}

.h_tel {
    padding: 0 1%;
    text-align: right;
    width: 15%;
}

.h_tel_text,
.main_fon,
.main_fon:hover {
    position: relative;
    color: #000;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    /*text-shadow: 0 0 5px #16419450;*/
}

.region_number {
    font-size: 14px;
    position: absolute;
    background: white;
    z-index: 1;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    text-align: left;
    margin: 0 auto;
    top: 32px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: none;
}

.region_number > p {
    color: #0042A6;
}

.dopfon {
    margin: 10px 0;
}

.namecity {
    width: 120px;
}

.telcity a,
.telcity a:hover {
    font-size: 14px;
    font-weight: normal;

}

.namecity,
.telcity {
    font-weight: normal;
    padding: 0 10px 0;
}

.h_tel_text:hover .region_number:before,
.open .region_number:before {
    content: '';
    position: absolute;
    top: -22px;
    border: 11px solid;
    left: 10px;
    border-color: transparent transparent #d6d6d6 transparent;
}

.h_tel_text:hover .region_number:after,
.open .region_number:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 11px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
}

.h_call {
    z-index: 1;
}

.h_call a {
    display: inline-block;
    color: #b8b3ad;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: #b8b3ad 1px dashed;
}

.inp_search {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 42px;
    line-height: 41px;
    background: #fff;
    margin: 0;
    padding: 0 40px 0 10px;
    color: #404345;
    font-size: 14px;
    font-style: italic;
    border: 0;
    border: #d6d6d6 1px solid;
    border-radius: 5px;
}

.btn_search {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 42px;
    background: url("../images/ico_search.png") no-repeat center / 22px;
    margin: 0 0 0 -40px;
    padding: 0;
    border: 0;
}

.h_icos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.h_lk {
    position: relative;
    margin: 0 12px;
    white-space: nowrap;
}

.h_lk > a,
.h_lk > a:hover {
    color: #404345;
    font-size: 10px;
    line-height: 9px;
    text-decoration: none;
}

.h_lk a span {
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
}

.h_lk_ico {
    display: block;
    width: 22px;
    height: 25px;
    background: url("../images/ico_lk.png") no-repeat 0 0 / 44px;
    overflow: hidden;
}

.h_lk a:hover .h_lk_ico {
    background: url("../images/ico_lk.png") no-repeat -22px 0 / 44px;
}

.h_lk_text {
    position: relative;
    margin: 0 0 0 5px;
    max-width: 95px;
    overflow: hidden;
}

#media_id {
    display: none;
}

.h_lk_text.h_lk_text_max:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.h_lk_b {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: -5px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .24);
    padding: 10px;
    background: #fff;
    color: #404345;
    font-size: 10px;
    line-height: 9px;
    display: none;
}

.h_lk.open .h_lk_b {
    display: block;
}

a.h_lk_b_link,
a.h_lk_b_link:hover {
    display: inline-block;
    color: #404345;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    border-bottom: #bab5b0 1px dashed;
}

.h_lk_mobile {
    display: none;
}

.h_compare {
    position: relative;
    height: 20px;
    margin: 0;
    width: 11%;
    text-align: center;
}

.h_compare a,
.h_compare a:hover {
    margin: 0 auto;
    display: block;
    position: absolute;
    max-width: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/ico_compare.png") no-repeat 0 0 / 36px;
}

.h_compare a:hover,
.h_compare a.hover {
    background: url("../images/ico_compare.png") no-repeat -18px 0 / 36px;
}

.h_compare a > span {
    position: absolute;
    top: -8px;
    right: -13px;
    background: #0042A6;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 0 1px;
}

.block_main_menu {
    position: relative;
    max-width: 1920px;
    background: #fff;
    z-index: 30;
    /* border-top: #e5e5e5 1px solid;
    */
}

.block_main_menu:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    border-top: #e5e5e5 1px solid;
    box-shadow: #e5e5e5 0 3px 3px;
}

.block_main_menu_in {
    /*position: relative;
    */
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/* ////// */
.catalog_menu {
    position: relative;
    width: 24%;
    height: 42px;
    margin: 23px 0 0 0;
}

.catalog_menu.blog_catalog_menu{
    margin-top: 10px;
    margin-left: 20px;
}

.catalog_mainnav .catalog_menu_more {
    _display: none;
    font-size: 14px;
    padding: 6px 8px;
    max-height: 0;
    opacity: 0;

}

.catalog_mainnav.open .ul_open .catalog_menu_more {
    _display: block;
    position: relative;
    max-height: 1000px;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.catalog_mainnav.open .ul_open .catalog_menu_more {
    text-decoration: underline;
    color: lightgrey;
}

.catalog_mainnav.open .ul_open .catalog_menu_more:after {
    content: '\2B07';
    margin: 0 10px;
    font-size: 18px;
}

.catalog_mainnav.open .ul_open.li_open .catalog_menu_more:after {
    content: '\2B06';
    /* -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     */
}

.catalog_mainnav.open .ul_open li:nth-child(n+6) {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.catalog_mainnav.open .ul_open.li_open li:nth-child(n+6) {
    max-height: 300px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7 ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.catalog_menu_trigram {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 42px;
    margin: 0;
    cursor: pointer;
    display: block;
    z-index: 30;
}

.catalog_menu_trigram > span,
.catalog_menu_trigram > span:hover {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    height: 42px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background: #0042A6;
    border-radius: 5px;
}

.catalog_menu_ico {
    display: inline-flex;
    position: relative;
    width: 17px;
    height: 12px;
    align-self: center;
    margin: 0 10px;
}

.menu_catalog_text {
    display: inline-flex;
    align-self: center;
}

.catalog_menu_trigram_one {
    position: absolute;
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    top: 5px;
    transition: top .2s ease .25s, left .2s ease .25s, opacity .2s ease .25s, transform .2s ease 0s;
}

.catalog_menu_trigram_one:first-child {
    top: 0;
}

.catalog_menu_trigram_one:first-child + .catalog_menu_trigram_one + .catalog_menu_trigram_one {
    top: 10px;
}

.catalog_menu_trigram.open a {
    border-radius: 5px 5px 0 0;
}

.catalog_menu_trigram.open .catalog_menu_trigram_one {
    left: 0;
    opacity: 0;
    transition: background .2s ease 0s, top .2s ease 0s, left .2s ease 0s, opacity .2s ease 0s, transform .2s ease .25s;
}

.catalog_menu_trigram.open .catalog_menu_trigram_one:first-child {
    left: 0;
    opacity: 1;
    top: 5px;
    transform: rotate(45deg);
}

.catalog_menu_trigram.open .catalog_menu_trigram_one:first-child + .catalog_menu_trigram_one + .catalog_menu_trigram_one {
    left: 0;
    opacity: 1;
    top: 5px;
    transform: rotate(-45deg);
}

.catalog_mainnav.open {
    border-top: #164194 14px solid;
    _display: block;
    max-height: 2000px;
    opacity: 1;
    margin: 0 10px;
    overflow: hidden;

}

.catalog_mainnav {
    _display: none;
    /*top: calc(100% - 15px);*/
    left: 0;
    right: 0;
    position: absolute;
    z-index: 5;
    background: #fff;
    /* box-shadow: rgba(0,0,0,.05) 0 1px 5px;
     */
    box-shadow: rgba(0, 0, 0, .27) 0 1px 5px;
    border-bottom: 1px solid #0042A6;
    max-height: 0;
    opacity: 0;
    overflow: hidden;

}

.catalog_mainnav_li_img {
    display: none;
}

.ico_m > span {
    display: flex;
    width: 100%;
    height: 27px;
    padding-left: 30px;
    vertical-align: middle;
    margin: -5px 10px -5px 0;
    align-items: center;

}

.ico_m.actions > span {
    background: url("../images/ico_m_aczia.png") no-repeat top left / 27px;
}

.ico_m.sale > span {
    background: url("../images/ico_m_sale.png") no-repeat top left / 27px;
}

.ico_m.utilizacija > span {
    background: url("../images/ico_m_util.png") no-repeat top left / 27px;
}

.ico_m.rassrochka > span {
    background: url("../images/ico_m_pay.png") no-repeat top left / 27px;
}

.ico_m.arenda > span {
    background: url("../images/ico_m_arenda.png") no-repeat top left / 27px;
}

.ico_m.mobil_noe_lazernoe_skanirovanie > span {
    background: url("../images/ico_m_mobil_noe_lazernoe_skanirovanie.png") no-repeat top left / 27px;
}

.ico_m.wwwoemprinru > span {
    background: url("../images/ico_www.oem.prin.ru.png") no-repeat top left / 27px;
}

.sub_mainnav_ul_li_a.selected_submenu {
    color: #0042A6;
    font-weight: 500;
}

.header_mainnav_ul_li.open .header_mainnav_ul_li_a {
    background: #0042A6;
    box-shadow: 0 0 3px #00000047;
    color: #fff;
}

.m_menu_selected {
    display: none;
}

/* главное меню выпадающее */
.sub_mainnav.open {
    border-top: #164194 14px solid;
    display: block;
}

.sub_mainnav {
    display: none;
    position: absolute;
    /*top: calc(100% + 15px);
    */
    top: 100%;
    left: 0;
    right: 0;
    z-index: 12;
    background: #fff;
    /* box-shadow: rgba(0,0,0,.05) 0 1px 5px;
     */
    box-shadow: rgba(0, 0, 0, .27) 0 1px 5px;
    border-bottom: 1px solid #0042A6;
}

.new_vert_menu {
    top: 140%;
    width: auto;
    min-width: 120px;
    left: inherit;
    right: inherit;
    border-radius: 5px;
    padding: 0 20px;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, .4) 0 1px 5px;
}

.new_vert_menu.open {
    border-top: 15px solid #0042A6;
    padding: 5px 0 15px;
}

.new_vert_menu .sub_mainnav_ul {
    display: block;
}

.new_vert_menu > .header_mainnav_ul_li_a,
.new_vert_menu .sub_mainnav_ul > .header_mainnav_ul_li_a {
    display: none;
}

.new_vert_menu .sub_mainnav_ul li:nth-child(2) .header_mainnav_ul_li_a:first-child {
    display: none;
}

.new_vert_menu .sub_mainnav_ul_li {
    margin: 5px 0;
    width: 100%;
    border-right: none;
    text-align: left;
    padding: 0 25px;
    border-radius: 0;
}

.win_basket_pic:before {
    padding-top: 75%;
    content: "";
    display: block;
}

.win_basket_pic > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.win_basket_pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.win_basket_cont {
    flex: 1 1 0;
    padding: 0 0 0 2%;
    color: #404345;
    font-size: 13px;
}

.win_basket_cost {
    color: #404345;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 0 0 0;
}

.win_basket_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 -9px;
    padding: 10px 0;
}

.win_basket_btn > div {
    flex: 1 1 50%;
    padding: 8px;
}

.block_orbit_ttx {
    display: flex;
    justify-content: center;
}

.block_orbit_ttx_item > div {
    height: 40px;
    padding: 12px 5px;
}

.block_orbit_ttx_item:nth-child(2n+1) > div:nth-child(2n+2) {
    background: #ebebeb;
}

.block_orbit_ttx_item:nth-child(n+1) {
    font-weight: bold;
}

.block_orbit_ttx_item:nth-child(1) > div:first-child {
    height: 100px;
    font-size: 14px;
    width: auto;
    line-height: 100px;
    text-align: center;
}

.block_orbit_ttx_item:nth-child(n+2) > div:first-child {
    font-size: 16px;
    line-height: 76px;
    height: 100px;
    width: 100px;
    text-align: center;
    max-width: 100px;
    margin: auto;
}

.green_orbit {
    color: green;
}

.red_orbit {
    color: red;
}

.block_orbit_ttx_item:nth-child(n+2) > div:nth-child(n+2) {
    font-size: 18px;
    text-align: center;
}

.block_orbit_ttx_item:nth-child(n+2):hover > .red_orbit,
.block_orbit_ttx_item:nth-child(n+2):hover > .green_orbit {
    color: #fff;
}

.block_orbit_ttx_item:nth-child(2n) > div:nth-child(2n+2) {
    background: #f6f6f6;
}

.block_orbit_ttx_item:nth-child(2) > div:first-child {
    background: -webkit-linear-gradient(top, #72b9d3, #569dc2) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #72b9d3), color-stop(1, #569dc2)) !important;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(2):hover > div:nth-child(2n) {
    background: #72b9d3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(2):hover > div:nth-child(2n+1) {
    background: #569dc2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(3) > div:first-child {
    background: -webkit-linear-gradient(top, #4fa5c8, #3c82b3) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4fa5c8), color-stop(1, #3c82b3)) !important;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(3):hover > div:nth-child(2n) {
    background: #4fa5c8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(3):hover > div:nth-child(2n+1) {
    background: #3c82b3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(4) > div:first-child {
    background: -webkit-linear-gradient(top, #3e8abd, #2f68a3) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e8abd), color-stop(1, #2f68a3)) !important;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(4):hover > div:nth-child(2n) {
    background: #3e8abd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block_orbit_ttx_item:nth-child(4):hover > div:nth-child(2n+1) {
    background: #2f68a3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.icon_strelka {
    position: relative;
}

.icon_strelka:after {
    content: '\27A4';
    color: #404345;
    width: 50px;
    transform: rotate(90deg);
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.open .icon_strelka:after {
    transform: rotate(270deg);

}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    /* Adjust as needed */
}

.art_cat {
    font-size: 10px;
}

.photoscan {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.photoscan > div {
    margin: 10px;
    max-width: 220px;
}

.marmat_video > ul > li ul > li {
    width: 100%;
}

.marmat_video > ul > li > a {
    border: #f1f0ef 1px solid;
    padding: 10px;
    font-size: 16px;
}

.marmat_video > ul > li > a:hover {
    border: 1px solid #0042A6;
}

.change_pw {
    display: none;
}

.change_click_pw {
    margin: 10px 0;
    display: block;
    width: 150px;
    border: 1px solid #0042A6;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

.change_click_pw:hover {
    background: #0042A6;
    color: white;
}

.takoe_ge_ttx {
    background-color: orange;
}

.openmapifr {
    margin: 20px auto;
}

._fix_block_price {
    width: 285px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    position: relative;
    margin: auto;
    padding: 20px 0;
}

._fix_block_price_top {
    width: 210px;
    height: 55px;
    /*font-family: Open Sans;*/
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 54px;
    text-align: center;
    color: #0EBE00;
    margin: auto;
}

._fix_block_price_bottom {
    width: 180px;
    height: 16px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
    margin: auto;
}

._fix_block_price_icon {
    position: absolute;
    width: 30px;
    height: 23px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #0EBE00;
    transform: rotate(45deg);
    right: 3px;
    top: 6px;
}

.price_plus {
    opacity: 1;
    position: absolute;
    bottom: 100%;
    right: 20%;
    font-size: 14px;
    color: green;
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 5px;
}

.price_plus_item {
    margin: 0 6px;
    position: relative;
    padding: 5px;
}

.price_plus_item_desc {
    position: absolute;
    bottom: 75%;
    right: 0;
    font-size: 7px;
    color: grey;
}

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

.win_basket_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0 0 15px 0;
}

.win_basket_pic {
    position: relative;
    width: 100%;
    max-width: 155px;
    margin: 0 auto;
    border: #f1f0ef 1px solid;
}

.download_zagruzki ul li a {
    border-bottom: #404345 1px dashed;
    text-decoration: none;
}

.video_stati ul li a,
.video_stati ul li a span {
    border-bottom: none;
    text-decoration: none;
}

.download_zagruzki ul li:hover a {
    border-bottom: transparent 1px dashed;

}

.open_descropc {
    font-size: 12px;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.open_descropc:hover {
    border-bottom: transparent;
}

.descr_opc {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: #f9f8f8;

}

.descr_opc.open {
    max-height: 500px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 15px;
    margin: 10px;
}

a > .img_zagruzki {
    vertical-align: middle;
    background: white;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 0 10px 0 0;
    border: 1px solid #d3d3d330;
    border-radius: 5px;
    overflow: hidden;
}

.bs_map {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #0042A6;
    border-radius: 5px;
}

.prinnet_whatis {
    position: absolute;
    top: 0;
    /* width: 15px; */
    right: 0;
    cursor: pointer;
}

.prinnet_whatis_decscr {
    display: none;
}

.prinnet_whatis:hover .prinnet_whatis_decscr {
    display: block;
    position: absolute;
    background: #7fa0b8;
    bottom: 90%;
    font-size: 12px;
    padding: 10px;
    left: 20%;
    border-radius: 5px;
    width: 250px;
    box-shadow: 0 0 3px grey;
    justify-content: center;
    font-weight: normal;
}

.komplect_stroka {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 0 0 3px lightgrey;
    align-items: center;
    padding: 5px;
    min-height: 110px;
}

.komplect_stroka.head {
    font-weight: bold;
    font-size: 13px;
}

.komplect_stroka_item {
    width: 25%;
    text-align: center;
    max-width: 300px;
}

.head_stroka img {
    width: 100px;
    height: auto;
}

/* */
.chto_takoe_prinnet {
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.chto_takoe_prinnet p {
    line-height: 30px;
}

.wrap_image {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap_image > div {
    margin: 1%;
    width: 48%;
}

.form_line .inp,
.form_line .area {
    width: 100%;
}

.form_line {
    display: inline-flex;
    margin: 10px 5px;
    width: 100%;
    max-width: 235px;
}

.form_line_block label {
    display: block;
    color: #0042A6;
}

.form_line_block .click_btn_g {
    margin: 0 10px;
}

.sert-sc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*ajax поиск */
.b-ajaxSearch_repose {
    position: absolute;
    width: 100%;
    font-size: 12px;
}

@media (max-width: 768px) {
    .b-ajaxSearch_repose {
        width: fit-content;
        padding: 0 15px 0 0;
    }
}

.b-ajaxSearch_repose__items_new {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 10px 50px;
}

.b-ajaxSearch_repose__item {
    color: #4A89BA;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.b-ajaxSearch_repose__container ._background_border-hover {
    height: 50px;
    background: linear-gradient(transparent, 30%, #fff);
    position: absolute;
    width: calc(100% - 16px);;
    bottom: 0;
}

.b-ajaxSearch_repose__container .__item-archive {
    position: relative;
}

.b-ajaxSearch_repose__item .__item-image {
    padding: 2px;
    border: 1px solid #BABABA;
    background: #fff;
    float: left;
    text-align: center;
    width: 50px;
    position: relative;
    /* Связь <img draggable="false" class="emoji imageOne" alt="??" src="https://s.w.org/images/core/emoji/11/svg/1f642.svg"> */
}

.b-ajaxSearch_repose__item .__item-image img {
    max-width: 40px;
    max-height: 40px;
}


.b-ajaxSearch_repose__item .__item-info {
    margin-left: 60px;
    text-align: left;
    /* Связь <img draggable="false" class="emoji imageOne" alt="??" src="https://s.w.org/images/core/emoji/11/svg/1f642.svg"> */
}
.b-ajaxSearch_repose__item ._ajaxSearch__text_content{
    color: #404345;
}
.__item-archive {
    position: absolute;
    color: red;
    width: 100%;
    font-size: 10px;
}

.b-ajaxSearch_repose__item .__item-title {
    font-size: 14px;
    text-decoration: underline;
}

.b-ajaxSearch_repose__item:hover .__item-title {
    text-decoration: none;
}

.b-ajaxSearch_repose__item .__item-price {
    color: #363636;
    font-weight: bold;
}

.b-ajaxSearch_repose__item .__artikul {
    font-weight: normal;
    color: #363636;
}

.b-ajaxSearch_repose__all {
    text-decoration: none;
    position: absolute;
    bottom: 12px;
    z-index: 1;
    right: 30px;
}

.spacer {
    clear: both;
}

.cat_nav > ul > li.open.gl {
    position: relative;
}

.cat_nav > ul > li.open.gl > a {
    background: #0042A6;
}

.cat_nav.js-nav-toggle > ul > li.open.gl > a:after {
    content: '\27A4';
    font-size: 10px;
    position: absolute;
    right: 1%;
}

#pozvonim-mini-wrapper {
    height: 85px !important;
}

.download_zagruzki ul,
.my_prin_div ul {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.download_zagruzki ul li,
.my_prin_div ul li {
    /*padding: 5px;*/
    margin: 5px .5%;
    font-size: 14px;
    width: 48%;
    position: relative;
    overflow: hidden;
}

.my_prin_div .tex_items li a {
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.moy_prin_img_menu_pic_a {
    position: absolute;
    max-width: 100px;
    width: 100%;
    left: 10%;
    z-index: -1;
}

.block_window_close a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #b8b3ad url("../images/ico_close_white.png") no-repeat center / 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.block_window {
    position: relative;
    max-width: 625px;
    margin: 0 auto;
    padding: 1px 15px;
    background: #fff;
}

.block_window .block_form {
    max-width: 320px;
    margin: 20px auto;
}

.form_line > label,
.formline.author > label {
    display: block;
    color: #424043;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

.tex_ico_close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/ico_del.png") no-repeat center;
    z-index: 3;
}

.tex_nofound {
    font-size: 24px;
    font-weight: 300;
}

.block_window_out {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 110;
}

.block_window_head {
    color: #b8b3ad;
    font-size: 13px;
    font-weight: 300;
    padding: 0 30px;
}

.block_window_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: 3;
}

.map_city_items a img {
    max-height: 60px;
    max-width: 60px;
    opacity: .4;
}

.map_city_items a:hover img {
    opacity: 1;
}

.map_city_items a.select img {
    max-height: 72px;
    max-width: 72px;
    opacity: 1;
}

.vakans_city {
    position: relative;
}

.map_city_items a.select:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #0042A6;
    z-index: 3;
}

.city_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin: 4vh 0;
}

.city_column > div {
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
}

.city_column > div:nth-child(n+1) {
    border-right: #f1f0ef 1px solid;
}

.contact_print {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 24px;
    background: url("../images/ico_print.png") no-repeat 0 0 / 50px;
    overflow: hidden;
    font-size: 0;
}

.producer_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin: 5px -5px;
}

.producer_item {
    margin: 5px;
    flex: 1 1 0;
    min-width: 100px;
}

.producer_item a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 5px;
    border: #f1f0ef 1px solid;
    border-radius: 5px;
}

.producer_item a.selected {
    border: #164194 1px solid;
}

.producer_item a img {
    max-width: 100%;
}

.producer_item.bs {
    min-width: 100px;
}

.producer_item.bs a {
    color: #0042A6;
    padding: 5px;
    background: white;
    border: 1px solid #0042A6;
    text-decoration: none;
}

.producer_item.bs a:hover {
    background: #0042A6;
    color: white;
}

.producer_item.bs a.selected {
    background: #0042A6;
    color: white;
}

.producer_item.bs a > div {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: relative;
}

.producer_item.bs a span {
    padding: 5px;
    font-size: 16px;
}

.producer_item.bs a img {
    max-width: 15px;
    bottom: 0;
    position: absolute;
    margin: 0;
}

.producer_item.bs a:hover img,
.producer_item.bs a.selected img {
    bottom: -100%;
}

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

.tex_items > li {
    margin: 5px 0;
    padding: 0;
}

.tex_items > li > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 80px;
    color: #404345;
    font-size: 13px;
    text-decoration: none;
    border: #f1f0ef 1px solid;
    border-radius: 5px;
}

.equip_techpage_docs.tex_items > li > a {
    border: 1px solid transparent;
}

div[umi\:element-id="8553"] .tex_items > li > a {
    width: max-content;
    padding: 10px 20px;
    margin: 20px auto;
}

div[umi\:element-id="8553"] .tex_items > li.open > a {
    width: 100%;
    margin-bottom: 0;
}

.main_catalog_section_item a[href="/mobil_noe_lazernoe_skanirovanie/"] img {
    margin: 0;
    max-width: 40px;
}

.tex_item_ico {
    width: 94px;
    text-align: center;
}

.tex_item_ico img {
    max-width: 100%;
    max-height: 70px;
}

.tex_item_text {
    position: relative;
    flex: 1 1 0;
    padding: 0 5px 0 18px;
}

.tex_item_text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #404345;
    border-bottom: 5px solid transparent;
}

.tex_items > li.open > a {
    border: #164194 1px solid;
    border-bottom: none;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    box-shadow: 0 3px 5px lightgrey;
}

.tex_items > li.open .tex_item_text:before {
    margin: -3px 0 0 -3px;
    border-left: 5px solid transparent;
    border-bottom: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #404345;
}

.tex_items > li .tex_item_content {
    position: relative;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.equip_techpage_docs > li > .tex_item_content {
    max-height: inherit;
    padding-left: 15px;
}

.equip_techpage_docs > li > .tex_item_content li .tex_item_content {
    max-height: 0;
    padding-left: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.equip_techpage_docs > li > .tex_item_content li.open .tex_item_content {
    max-height: 1000px;
    padding-left: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tex_items > li.open > .tex_item_content {
    max-height: 5000px;
    padding: 15px 25px 15px 2vw;
    border: #164194 1px solid;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: -1px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.tex_items > li.open .tex_item_content {
    max-height: 5000px;
    padding: 15px 25px 15px 2vw;
}

.tex_item_content.stat_remont > div {
    border-bottom: 1px solid lightgrey;
    padding: 20px 10px;
    align-items: center;
    margin: 2px 0;
}

.tex_item_content.stat_remont .catalog_section_left {
    padding: 0;
}

#product_description ul ul {
    padding-left: 30px;
}

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

.tex_item_content ul li {
    margin: 0;
    padding: 5px 0;
}

.tex_item_content ul li a {
    color: #404345;
    font-size: 13px;
    text-decoration: none;
    border-bottom: #404345 1px dashed;
}

.btn_stand,
.btn_stand:hover {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 7px 2%;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}

.btn_basket,
.btn_basket:hover,
.btn_inbasket,
.btn_inbasket:hover {
    background: #0042A6;
    color: #fff;
}

.change_kolvo_items {
    color: #bab5b0;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    margin: 0 0 20px;
}

.table.compare.megatablj .js-add-to-basket.btn_stand.btn_basket.wdt_all {
    max-width: 250px;
}

.table_compare_megatablj_span {
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn_product {
    border: 2px solid #0042A6;
    color: #0042A6;
}

.btn_product:hover {
    color: #0042A6;
}

/* .btn_util, .btn_util:hover {
     background: #b5d7d2;
     color: #097c6a;
}
 .btn_delay, .btn_delay:hover {
     background: #e9e7e5;
     color: #8a8885;
}
 .btn_testdr, .btn_testdr:hover {
     background: #fff3b2;
     color: #ffc000;
     background: #FF586C;
     color: #fff;
}
 */
@keyframes zoom {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        box-shadow: 0 0 3px lightgrey;
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

.btn_demopo,
.btn_demopo:hover {
    background: #FF586C;
    color: #fff;
    -webkit-animation: heart-beats 10s infinite;
    animation: heart-beats 10s infinite;
    animation-delay: 5s;
}

.btn_ls7pl,
.btn_ls7pl:hover {
    background: #ffd52e;
    color: #484747;
    font-size: 10px;
    -webkit-animation: heart-beats 10s infinite;
    animation: heart-beats 10s infinite;
    animation-delay: 5s;
}

@keyframes heart-beats {
    0% {
        transform: scale(1);
    }

    2% {
        transform: scale(1.2);
    }

    5% {
        transform: scale(1.1);
    }

    10% {
        transform: scale(1.3);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(.99);
    }
}

@-webkit-keyframes heart-beats {
    0% {
        -webkit-transform: scale(1);
    }

    2% {
        -webkit-transform: scale(1.2);
    }

    5% {
        -webkit-transform: scale(1.1);
    }

    7% {
        -webkit-transform: scale(1.3);
    }

    8% {
        -webkit-transform: scale(1);
    }

    15% {
        -webkit-transform: scale(.99);
    }
}

.btn_present,
.btn_present:hover {
    background: #ffc6b2;
    color: #aa1324;
}

.btn_text {
    width: 160px;
    text-align: center;
}

.btn_ico {
    width: 31px;
    height: 31px;
    margin: 0 10px 0 0;
}

.btn_basket .btn_ico {
    background: url("../images/ico_basket_white.png") no-repeat 0 0 / 31px;
}

.btn_inbasket .btn_ico {
    background: url("../images/ico-inbasket.png") no-repeat center;
}

.btn_util .btn_ico {
    background: url("../images/util.png") no-repeat 0 0 / 31px;
}

.btn_delay .btn_ico {
    background: url("../images/rassrochka.png") no-repeat 0 0 / 50px;
    width: 50px;
}

.btn_testdr .btn_ico {
    background: url("../images/test-drayv.png") no-repeat 0 0 / 31px;
}

.btn_demopo .btn_ico {
    background: url("../images/demo_po.png") no-repeat 0 0 / 31px;
}

.btn_moblasscan .btn_ico {
    background: url("../images/mobil_noe_lazernoe_skanirovanie.png") no-repeat 0 0 / 31px;
}

.btn_arenda .btn_ico {
    background: url("../images/arenda.png") no-repeat 0 0 / 31px;
}

.btn_ls7pl .btn_ico {
    background: url("/images/katalog/po/ls7/galochka_ls7.png") no-repeat 0 0 / 28px;
}

.head30.t_c[umi\:element-id='1603'] {
    color: white;
}

.catalog_product_btn {
    margin-top: 15px;
}

.catalog_product_btn .btn_stand {
    margin: 10px 0;
}

.cat_prod_list_item {
    margin: 0 0 -1px 0;
}

.cat_prod_list_item > a,
.cat_prod_list_item > a:hover {
    display: block;
    position: relative;
    color: #404345;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 7px 7px 30px;
    border: rgba(185, 180, 174, .3) 1px solid;
    border-radius: 2px;
    margin: 5px 0;
    box-shadow: 0 0 3px rgba(0, 65, 113, .7);
}

.cat_prod_click {
    font-size: 10px;
}

.pakety_opcii {
    margin: 30px 0;
    border-radius: 2px;
    padding: 0 0 10px 0;
}

.pakety_opcii .cat_prod_list_item > a,
.cat_prod_list_item > a:hover {
    display: block;
    position: relative;
    color: #404345;
    font-size: 14px;
    text-decoration: underline;
    padding: 7px 7px 7px 30px;
    border: none;
    border-radius: 2px;
    margin: 5px 0;
    box-shadow: none;
}

.cat_prod_list_item.open {
    border-radius: 2px;
}

.cat_prod_list_item.open > a,
.cat_prod_list_item.open > a:hover {
    border: #ffce06 1px solid;
}

.open .cat_prod_list_dop_line:after {
    content: " ";
    background: #ffce06;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 100%;
}

.cat_prod_list_item > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #404345;
    border-bottom: 5px solid transparent;
}

.news_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4vh -6px;
}

.news_item {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 6px 0 6px;
    position: relative;
}

.blink_block_meet {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d3d3d350;
    color: red;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px lightgrey;
}

.blink_block_meet + .news_data + .news_desc {
    z-index: 2;
}

.item_zapis_web {
    align-items: flex-start;
}

.news_item:hover .blink_block_meet {
    background: none;
    color: transparent;
    text-shadow: none;
}

.news_desc .link_for_zapis_veb {
    display: block;
    margin: 10px auto;
    font-size: 14pt;
}

.news_desc .link_for_zapis_veb:hover {
    font-size: 14pt;
    text-decoration: underline;
}

.span_est_zapis {
    display: block;
    padding: 5px;
    text-align: center;
    background: #61a275;
    border: 2px solid #61a275;
    color: #f1f1f1;
    font-weight: 500;
    width: auto;
    max-width: 220px;
    border-radius: 5px;
}

.span_net_zapis {
    display: block;
    border: 2px solid red;
    padding: 5px;
    text-align: center;
    color: red;
    font-weight: 500;
    width: auto;
    max-width: 220px;
    border-radius: 5px;
}

.news_desc .link_for_zapis_veb_btn {
    font-size: 10pt;
}

.news_desc .link_for_zapis_veb_btn:hover {
    text-decoration: none;
    font-size: 10pt;
}

.avtor_head {
    padding: 40px 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #b8b3ad;
}

.last_art_avtor_head {
    padding: 20px 0 5px;
    font-size: 14px;
    color: #b8b3ad;
}

.last_art_avtor {
    color: black;
}

.article_avtor {
    display: flex;
    width: 100%;
}

.article_avtor p {
    margin: 0;
}

.article_avtor_image {
    width: 20%;
    display: block;
    margin-right: 20px;
}

.article_avtor_image_img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
}

.article_avtor_opis {
    width: 80%;
}

.block_downloadProgress {
    position: fixed;
    top: 0;
    height: 3px;
    background: #1ab667;
    width: 1%;
    max-width: 100%;
    left: 0;
    z-index: 10000;
}

.article_avtor_name {
    width: 100%;
    font-weight: bold;
}

.article_avtor_about {
    width: 100%;
}

.news_items.news_section .news_item {
    flex: 0 0 auto;
    width: calc(33.3% - 12px);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 0;
}

.news_items.news_section .news_item:hover {
    box-shadow: none;
    border: 1px solid #014272;
}

.event_column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 5vh 0;
}

.news_pic {
    position: relative;
    width: 100%;
    /*max-width: 650px;
    */
    margin: 0 auto 20px auto;
    /* border: #f1f0ef 1px solid;
     */
}

.news_pic:before {
    padding-top: 46%;
    content: "";
    display: block;
}

.news_pic a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.news_pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.news_data

    /* используется в списке новостей на странице новости */
{
    position: relative;
    width: 60px;
    padding: 0 7px 0 0;
    margin: 0 13px 10px 0;
    text-align: center;
    font-size: 14px;
    color: #b8b3ad;
}

.news_data:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    width: 2px;
    background: #b8b3ad;
}

.news_data2

    /* используется в списке новостей на странице новости */
{
    position: relative;

    margin: 0 0 20px 0;

    font-size: 14px;
    color: #b8b3ad;
    width: max-content;
}

.news_data2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #b8b3ad;
    width: 100%;
}

.news_desc {
    flex: 1 1 0;
    padding: 0 10px 0 0;
}

.news_desc a,
.news_desc a:hover {
    color: #404345;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

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

.line_grey {
    margin: 4vh 0;
    border-top: #f4f3f2 1px solid;
}

.advantages_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4vh auto;
    max-width: 1260px;
}

.advantages_item {
    flex: 1 1 0;
    color: #616a71;
    font-size: 16px;
    text-align: center;
    padding: 0 3%;
    text-decoration: none;
    border: 1px solid transparent;
}

.advantages_item:hover {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.advantages_item img {
    margin: 0 0 26px 0;
}

.event_datapicker {
    width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.event_datapicker_section {
    flex: 1 1 0;
    background: #fff;
    padding: 20px 0;
}

.event_datapicker_section #datepicker {
    max-width: 225px;
    margin: 0 auto;
}

.event_datapicker_day {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: rgb(184, 179, 173);
    background: -moz-linear-gradient(top, rgba(184, 179, 173, 1) 0%, rgba(211, 209, 206, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(184, 179, 173, 1) 0%, rgba(211, 209, 206, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 179, 173, 1) 0%, rgba(211, 209, 206, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b3ad', endColorstr='#d3d1ce', GradientType=0);
}

/* . */
.block_main_promo,
.block_main_footer {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    background: #fff;
    overflow: hidden;
}

.block_main_promo_small {
    position: relative;
    margin: 15px auto 0 auto;
    padding: 0;
    max-width: 1680px;
    background: #fff;
    overflow: hidden;
}

.block_main_promo_items,
.block_main_promo_items_small,
.block_main_footer_items {
    position: relative;
    overflow: hidden;
}

.subscribe_form {
    display: block;
}

.subscribe_form_btn {
    display: none;
}

.footer_inet {
    margin: 50px 0;
}

.line_subscribe {
    margin: 15px 0;
}

.inp {
    height: 42px;
    line-height: 40px;
    border: #e7e7e7 1px solid;
    border-radius: 5px;
    background: #fff;
    padding: 0 10px;
    color: #1641948a;
    font-size: 13px;
    font-weight: bold;
}

.inp::placeholder {
    color: #1641943d;
}

.inp:focus,
.area:focus {
    border: #164194b3 1px solid;
    box-shadow: 0 0 10px #0042A6;
    color: #0042A6;
}

.area {
    height: 100px;
    line-height: 1.2;
    border: #e7e7e7 1px solid;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    color: #373737;
    font-size: 13px;
    font-weight: bold;
    resize: none;
}

.soz {
    position: relative;
    font-size: 0;
    text-align: center;
}

.soz a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    overflow: hidden;
}

.forwhat_equip {
    font-size: 12px;
}

.footer_sub {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 10px;
}

.footer_sub > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1260px;
    margin: 0 auto;
    font-size: 12px;
    color: #404345;
    font-weight: 300;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

a.interra,
a.interra:hover {
    color: #cccccc;
    text-decoration: none;
}

a.interra img {
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.block_up {
    position: fixed;
    bottom: 20vh;
    right: 5vw;
    z-index: 10000001 !important
}

.block_up a,
.block_up a:hover {
    display: block;
    width: 40px;
    height: 40px;
    background: #b8b3ad url("../images/arr_up.png") no-repeat center;
    border-radius: 50%;
}

.bread_crumbs {
    margin: 15px 0;
    position: relative;
}

.bread_crumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.bread_crumbs li {
    display: inline-block;
    margin: 3px 0;
    padding: 0;
    max-width: 100%;
    font-weight: 300;
}

.bread_crumbs li:after {
    content: "\203A";
    display: inline-block;
    font-size: 13px;
    margin: 0 5px;
    color: #404345;
}

.bread_crumbs li:last-child:after {
    content: "";
}

.bread_crumbs li a,
.bread_crumbs li a:hover {
    color: #404345;
    font-size: 13px;
    text-decoration: none;
    border-bottom: #404345 1px dashed;
}

.bread_crumbs li:last-child a {
    border-bottom: transparent 1px dashed;
}

.catalog_product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.catalog_product_left {
    position: relative;
    width: 33%;
}

.catalog_product_center {
    position: relative;
    width: 43%;
    padding: 0 12px 0 0;
    margin-left: 12px;
    font-size: 14px;
}

.catalog_product_right {
    position: relative;
    width: 24%;
    padding: 0 0 0 12px;
}

.catalog_product_right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    border-left: #f4f3f2 1px solid;
}

.catalog_product_center p {
    margin: 10px 0;
}

.catalog_product_center .name_filter {
    margin: 0;
    font-weight: bold;
}

.b_catalog_item_mainpic {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border: #f1f0ef 1px solid;
    border-radius: 5px;
}

.b_catalog_item_mainpic:before {
    padding-top: 75%;
    content: "";
    display: block;
}

.b_catalog_item_mainpic .status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

.preimicons {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    align-items: center;
}

.preimicons_a {
    display: flex;
    justify-content: flex-end;
    position: inherit;
    right: 0;
    align-items: center;
}

.preimicons_a .podarki_items {
    left: 65%;
}

.princecloud_icon {
    width: 100%;
    max-width: 100px;
    margin-right: 10px;
}

.princecloud_icon img {
    width: 100%;
    height: auto;
}

.podarki_main {
    width: 100%;
    max-width: 50px;
    z-index: 10;
    text-align: center;
}

.podarki_main img {
    width: 100%;
    height: auto;
}

.podarki_items {
    position: absolute;
    left: -2%;
    width: 300px;
    bottom: 90%;
    margin: 5px 0;
    background: white;
    padding: 10px;
    box-shadow: 0 0 3px #3c3c3c;
    border-radius: 5px;
    display: none;
}

.podarki_item {
    margin: 5px 0;
}

.podarki_main:hover .podarki_items {
    display: block;
    z-index: 1;
}

a.catalog_item_mainpic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

a.catalog_item_mainpic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.ico_3d {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url("../images/ico_3d.png") no-repeat 0 0;
    width: 46px;
    height: 45px;
    z-index: 3;
}

.product_card_pic_slider_out {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin: 10px 0;
}

.text_no_product_in_catalog {
    margin: 30px 0;
    padding-left: 20px;
    font-size: 16px;
}

.product_card_pic_slider_out_blog {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 0 20px;
    margin: 10px 0;
}

.card_pic_slider_arr_left {
    position: absolute;
    left: 0;
    top: 50%;
    overflow: hidden;
    margin: -17px 0 0 0;
}

.card_pic_slider_arr_right {
    position: absolute;
    right: 0;
    top: 50%;
    overflow: hidden;
    margin: -17px 0 0 0;
}

.card_pic_slider_arr_left a,
.card_pic_slider_arr_right a {
    display: block;
    color: #404345;
    width: 15px;
    height: 34px;
    font-size: 50px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}

.product_card_pic_slider_in {
    position: relative;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.product_card_pic_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 15000px;
}

.product_card_smallpic {
    position: relative;
    width: 80px;
    height: 60px;
    float: left;
    border: #f1f0ef 1px solid;
    margin: 0 5px;
    border-radius: 5px;
}

.product_card_smallpic_a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
}

.product_card_smallpic_img,
.product_card_smallpic_a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.video_you_product_item {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 1;
    width: 60%;
    height: auto;
}

.catalog_product_menu {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.goto_site {
    padding: 10px 15px;
    border: 2px solid #0073ff;
    border-radius: 10px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.goto_site__a {
    text-decoration: none;
    color: #0073ff;
}

.goto_site__a:hover {
    text-decoration: none;
    color: #0073ff;
}

.goto_site__text {
    padding: 10px 0px;
    text-align: center;
}

.goto_site__button {
    background: #0073ff;
    color: white;
    padding: 10px 20px;
    margin-left: 20px;
    border-radius: 10px;
    text-align: center;
}

.catalog_product_btn .catalog_product_menu {
    font-size: 10px;
    margin: 0 0 4px;
}

.catalog_product_menu_promocode {
    color: #bab5b0;
    font-size: 12px;
    text-align: center;
}

.catalog_product_menu_li {
    display: none;
    color: #bab5b0;
    font-size: 12px;
}

li.selected + .catalog_product_menu_li {
    display: block;
}

.want_low,
.want_low:hover {
    font-size: 10px;
    padding: 5px 6px 5px 20px;
    color: #0042A6;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ffce06;

}

li.selected .want_low {
    background: #0042A6;
    color: white;
    border: 1px solid #0042A6;
}

li.selected .want_low:before {
    content: "\2714";
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 5%;
}

.catalog_product_menu li {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 0;
}

.catalog_product_menu li > a,
.catalog_product_menu li > a:hover {
    cursor: pointer;
    display: inline-block;
    color: #0042A6;
    background: #fff;
    border: #164194 1px solid;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 9px 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
}

.catalog_product_menu li > a.selected {
    color: #fff;
    background: #0042A6;
    border: #164194 1px solid;
}

.catalog_product_menu li > a.disable {
    cursor: auto;
    color: #bab5b0;
    background: #efeeed;
    border: #efeeed 1px solid;
}

.js-option-block a.js-options.selected:before,
.js-option-block a.js-packets.selected:before,
.js-option-block a.discount.selected:before {
    content: "X";
    font-size: 10px;
    position: absolute;
    top: 1px;
    right: 4px;
    z-index: 10;
    color: white;
}

.js-option-block li {
    position: relative;
}

.js-in_a-span {
    display: none;
    position: absolute;
    font-size: 10px;
    bottom: 100%;
    background: #fffffff0;
    color: #0042A6;
    left: 0;
    width: 100%;
    box-shadow: 0 0 3px black;
    border-radius: 5px;
    padding: 5px;
}

.hash_descr_btn {
    display: none;
    bottom: 0;
    left: 1px;
    height: 10px;
    width: 10px;
    font-size: 9px;
    background: #0042A6;
    color: white;
    text-align: center;
    border-radius: 50%;
    cursor: help;
}

.hash_descr {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    z-index: 11;
    box-shadow: 0 0 30px rgb(181, 181, 181);
    width: 300px;
    padding: 10px;
    color: #0042A6;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.option_page_sim:before {
    content: "\2714";
    position: absolute;
    right: -3px;
    top: -4px;
    z-index: 10;
    font-size: 13px;
    width: 19px;
    font-weight: bold;
    color: green;
    background: #ffffff;
    height: 19px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0042A6;
    box-shadow: 0 0 5px #16419490;
}

.option_page_title {
    display: none;
}

.option_page_sim:hover + .option_page_title {
    display: block;
    position: absolute;
    left: 100%;
    bottom: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    width: max-content;
    background: #0042A6;
    text-align: center;
    color: white;
    font-size: 10px;

}

.catalog_product_menu li a:hover .js-in_a-span {
    display: block;
}

.nine_office {
    text-align: center;
    color: #0042A6;
    font-size: 16px;
}

.nine_office_image {
    width: 50px;
    height: auto;
    vertical-align: middle;
}

.ico_docs,
.ico_docs:hover {
    display: inline-block;
    background: url("../images/ico_doc.png") no-repeat top left / 18px;
    padding: 5px 0 0 26px;
    color: #404345;
    line-height: 1.2;
    text-decoration: none;
}

.ico_docs span {
    border-bottom: #404345 1px dashed;
}

.ico_docs:hover span {
    border-bottom: transparent 1px dashed;
}

.ico_movie,
.ico_movie:hover {
    background: url("/images/oformlenie_saita/icons/all/youtube_play.png") no-repeat center left / 18px;
}

p.tel_make {
    margin: 40px 0 30px;
}

.catalog_product_icos {
    position: relative;
    float: right;
}

.catalog_product_icos a {
    display: inline-block;
    margin: 0 0 0 15px;
    position: relative;
}

.catalog_product_icos a.ico_compare {
    width: 18px;
    height: 20px;
    background: url("../images/ico_compare.png") no-repeat 0 0 / 36px;
    /*overflow: hidden;
    */
}

.catalog_product_icos a.ico_compare[href*='removeFromCompare'] {
    background: url("../images/ico_compare.png") no-repeat -18px 0 / 36px;
}

.catalog_product_icos a.ico_compare[href*='removeFromCompare']:before {
    background: url("../images/ico-incompare.png") no-repeat;
    content: "";
    position: absolute;
    right: -10px;
    top: -6px;
    z-index: 10;
    width: 19px;
    height: 19px;
}

.catalog_product_icos a.ico_r {
    width: 22px;
    height: 25px;
    background: url("../images/ico_r.png") no-repeat 0 0 / 44px;
    overflow: hidden;
}

.promo_market {
    position: relative;
    max-width: 1680px;
    margin: 25px auto;
    overflow: hidden;
}

.promo_market a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo_market img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.footer_normal {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

footer {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    background: #eee;
    z-index: 10;
    padding: 0 15px;
}

footer > div {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer_logo img {
    max-width: 210px;
    width: 100%;
    height: 40px;
}

.footer_contact_column {
    color: #373737;
    font-size: 14px;
    font-weight: 300;
}

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

.p_ico {
    margin: 18px 0;
    padding: 3px 0 3px 35px;
}

.footer_contact_column .p_ico span {
    display: inline-block;
    margin: 8px 0;
}

.ico_tel2 {
    background: url("../images/ico_tel2.png") no-repeat 0 3px / 18px;
}

.ico_loc {
    background: url("../images/ico_loc.png") no-repeat 0 0 / 18px;
}

.footer_contact_column .p_ico.ico_loc span {
    display: initial;
}

.ico_service2 {
    background: url("../images/ico_service2.png") no-repeat 0 0 / 23px;
}

.ico_doc {
    background: url("../images/ico_doc.png") no-repeat 0 0 / 18px;
}

.ico_mail {
    background: url("../images/ico_mail.png") no-repeat 0 2px / 20px;
}

.ico_skype {
    background: url("/images/oformlenie_saita/icons/social/skype_100.png") no-repeat 0 2px / 20px;
}

.ico_telegram {
    background: url("/images/oformlenie_saita/icons/social/telegram_100.png") no-repeat 0 2px / 20px;
}

.ico_viber {
    background: url("/images/oformlenie_saita/icons/social/viber_100.png") no-repeat 0 2px / 20px;
}

.ico_whatsapp {
    background: url("/images/oformlenie_saita/icons/social/whatsup_100.png") no-repeat 0 2px / 20px;
}

span.footer_tel2 {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin: 0 !important;
}

a.link_dashed_blue,
a.link_dashed_blue:hover {
    color: #0042A6;
    font-size: 12px;
    text-decoration: none;
    border-bottom: #164194 1px dashed;
}

a.link_dashed,
a.link_dashed:hover {
    text-decoration: none;
    border-bottom: #404345 1px dashed;
}

.footer_menu_trigram {
    position: relative;
    margin: 0;
    cursor: pointer;
    display: block;
    z-index: 30;
}

.footer_menu_trigram > a,
.footer_menu_trigram > a:hover {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*justify-content: center;
    */
    /*width: 100%;
    */
    height: 48px;
    color: #404345;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border-radius: 5px;
    border-bottom: #f2f1f0 1px solid;
    margin: 0 -10px;
}

.footer_menu_ico {
    display: inline-flex;
    position: relative;
    width: 22px;
    height: 20px;
    align-self: center;
    margin: 0 10px;
}

.footer_catalog_text {
    display: inline-flex;
    align-self: center;
}

.footer_menu_trigram_one {
    position: absolute;
    background-color: #bdb9b3;
    display: block;
    height: 4px;
    left: 0;
    right: 0;
    top: 8px;
    transition: top .2s ease .25s, left .2s ease .25s, opacity .2s ease .25s, transform .2s ease 0s;
}

.footer_menu_trigram_one:first-child {
    top: 0;
}

.footer_menu_trigram_one:first-child + .footer_menu_trigram_one + .footer_menu_trigram_one {
    top: 16px;
}

.footer_menu_trigram.open a {
    border-radius: 5px 5px 0 0;
}

.footer_menu_trigram.open .footer_menu_trigram_one {
    left: 0;
    opacity: 0;
    transition: background .2s ease 0s, top .2s ease 0s, left .2s ease 0s, opacity .2s ease 0s, transform .2s ease .25s;
}

.footer_menu_trigram.open .footer_menu_trigram_one:first-child {
    left: 0;
    opacity: 1;
    top: 8px;
    transform: rotate(45deg);
}

.footer_menu_trigram.open .footer_menu_trigram_one:first-child + .footer_menu_trigram_one + .footer_menu_trigram_one {
    left: 0;
    opacity: 1;
    top: 8px;
    transform: rotate(-45deg);
}

/*.footer_mainnav.open {
     border-top: #164194 14px solid;
     display: block;
}
 */
.block_tabl {
    overflow: auto;
}

.tabl {
    margin: 20px auto;
    max-width: 600px;
}

.tabl_item {
    border: lightgrey 1px solid;
    font-size: 12px;
    padding: 5px 10px;
    max-width: 100%;
    display: flex;
    align-items: center;
    border-top: none;
}

.tabl_item:first-child {
    font-size: 14px;
    border: none;
}

.tabl_item:nth-child(2) {

    border-radius: 5px 5px 0 0;
    border-top: 1px lightgrey solid;
}

.tabl_item:last-child {

    border-radius: 0 0 5px 5px;

}

.tabl_item:hover {
    background: #16419424;
}

.tabl_item_left {
    width: 40%;
}

.tabl_item:first-child .tabl_item_left {
    border-right: 1px;
}

.tabl_item_right {
    width: 60%;
}

.cat_prod_list_dop {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.cat_prod_list_item.open .cat_prod_list_dop {
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 20px;
}

.cat_prod_list_dop_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: #ffce06 1px solid;
    margin: 9px 0;
    position: relative;
    border-radius: 5px;
}

.cat_prod_list_dop_line:hover {
    box-shadow: 0 0 3px lightgrey;
}

.pakety_opcii .cat_prod_list_item > .garant_spoiler,
.cat_prod_list_item > .garant_spoiler:hover {
    margin: 5px auto;
    max-width: 150px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    border: 2px solid #ffce06;
    text-decoration: none;
}

.pakety_opcii .cat_prod_list_item > .garant_spoiler:before {
    display: none;
}

.c_name {
    flex: 1 1 0;
    padding: 7px 7px 7px 30px;
    color: #404345;
    font-size: 14px;
}

.c_cost {
    width: 140px;
    white-space: nowrap;
    color: #404345;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0;
    text-align: right;
}

.c_buy {
    padding: 7px 12px;
}

.cost {
    color: #404345;
    font-size: 30px;
    font-weight: bold;
}

.link_grey_dashed,
.link_grey_dashed:hover {
    color: #bab5b0;
    font-size: 12px;
    text-decoration: none;
    border-bottom: #bab5b0 1px dashed;
}

.link_grey_dashed.my_price {
    color: #404345;
    font-size: 14px;
}

.cat_prod_list_item.open > .garant_spoiler {
    background: #ffce06;
    color: #164194
}

.cat_prod_list_item.open > a:before {
    margin: -3px 0 0 -3px;
    border-left: 5px solid transparent;
    border-bottom: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #0042A6;
}

.cat_prod_list_item > a:hover:before {
    color: #0042A6;
}

.cat_prod_dop_menu {
    background: #f9f8f8;
    margin: 15px 0 0;
    border-radius: 5px 5px 0 0;
}

.cat_prod_dop_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.cat_prod_dop_menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-right: #fff 1px solid;
}

.cat_prod_dop_menu ul li:last-child {
    border-right: 0;
}

.cat_prod_dop_menu ul li a,
.cat_prod_dop_menu ul li a:hover {
    display: block;
    padding: 13px 20px;
    color: #b8b3ad;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.cat_prod_dop_menu ul li ._cases_label {
    color: #000;
}

._banner_promo-img_hover {
    display: none;
}

._banner_promo {
    display: block;
}

._banner_promo:hover ._banner_promo-img_hover {
    display: block;
}

._banner_promo:hover ._banner_promo-img {
    display: none;
}

.cat_prod_dop_menu ul li a.selected:hover {
    color: white;
}

._metrologiya_digital {
    font-size: 14px;
}

.cat_prod_dop_menu ul li a.openmapifr {
    margin: 0;
}

.cat_prod_dop_menu ul li a.selected {
    color: white;
    background: #0042A6;
    border-radius: 5px 5px 0 0;
}

.cat_prod_dop_section {
    padding: 5px 15px;
    font-size: 12px;
    border: rgba(185, 180, 174, .3) 1px solid;
    box-shadow: 0 0 3px rgba(185, 180, 174, .3);
    border-radius: 0 0 5px 5px;
}

/*Start goods__info*/
.goods__info #equip-mobile2{
    display: none;
}

.goods__info .tab__content.tab--equipment #equip-text h3 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #0a589c;
}

.goods__info .tab__content.tab--equipment #equip-text ol {
    margin-left: 25px;
    margin-bottom: 30px;
}

.goods__info .tab__content.tab--equipment #equip-text ol li {
    margin-bottom: 5px;
    font-size: 14px;
}

.goods__info .tab__content.tab--equipment table {
    text-align: center;
    max-width: 768px;
}

.goods__info .tab__content.tab--equipment #equip-desktop, .goods__info .tab__content.tab--equipment #equip-desktop2 {
    display: block;
    height: auto;
    overflow: hidden;
}

.goods__info .tab__content.tab--equipment #equip-desktop2 td {
    padding: 12px 30px 10px;
}

.goods__info .tab__content.tab--equipment tr {
    border: 1px solid #e2e8ef;
}

.goods__info .tab__content.tab--equipment #equip-desktop td:nth-of-type(2), .goods__info .tab__content.tab--equipment #equip-desktop2 td:nth-of-type(1) {
    text-align: left;
    white-space: nowrap;
}


/*End goods__info*/

#product_ttx,
#product_komplect {
    border: none;
    box-shadow: none;
}

.cat_nav_active a,
.cat_nav_active a:hover {
    display: block;
    position: relative;
    background: #0042A6;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 25px 13px 12px;
    border: #eceae9 1px solid;
    margin: 0 0 -1px 0;
    text-align: center;
}

.cat_nav_active a:before {
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -4px 0 0 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #c3beb9;
    border-bottom: 4px solid transparent;
}

.cat_nav_active.open + ul {
    max-height: 1200px;
}

.cat_nav_active.open a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -3px 0 0 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #c3beb9;
    border-bottom: 0;
}

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

.cat_nav li {
    display: block;
    margin: 0 0 -1px 0;
    padding: 0;

}

.cat_nav.js-nav-toggle li {
    margin: 5px;
    position: relative;
}

.cat_nav > ul > li > a,
.cat_nav > ul > li > a:hover {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: #eceae9 1px solid;
    color: #b8b3ad;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 5px 6px 15px;
    min-height: 42px;
}

.cat_nav.js-nav-toggle li a {
    border-radius: 5px;
}

.cat_nav > ul > li > a > span.ico_cat {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
}

.cat_nav > ul > li > a:hover {
    background: #164194cc;
    color: #fff;
}

.cat_nav > ul > li.active {
    position: relative;
}

.cat_nav > ul > li.active > a:after {
    content: '\27A4';
    font-size: 10px;
    position: absolute;
    right: 5%;
}

.cat_nav > ul > li > a:hover > span.ico_cat,
.cat_nav > ul > li.active > a > span.ico_cat {
    background-position: -30px 0;
}

.cat_nav.cliknav > ul > li.open.gl > a {
    background: #164194cc;
}

.cat_nav ul li.open.gl > ul {
    padding: 5px 0;
}

.cat_nav > ul > li.active > a,
.cat_nav > ul > li.active.open.gl > a {
    background: #0042A6;
    color: white;
}

.cat_nav > ul > li.active > a {
}

.cat_nav > ul > li.open > a,
.cat_nav > ul > li.selected > a {
    background: #0042A6;
    color: #fff;
}

.cat_nav > ul > li.open > a > span.ico_cat,
.cat_nav > ul > li.selected > a > span.ico_cat {
    background-position: -30px 0;
}

.cat_nav li ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.cat_nav li.open ul {
    max-height: 2000px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

/*.catalog_mainnav > ul > li.li_gnss{*/
/*background: url("/images/oformlenie_saita/bakcground_menu/bg_gnss.png");*/
/*}*/
.ico_gnss {
    background: url("../images/catalog/ico_gnss.png") no-repeat 0 0 / 60px;
}

.ico_optics {
    background: url("../images/catalog/ico_optics.png") no-repeat 0 0 / 60px;
}

.ico_kontrollery {
    background: url("../images/catalog/ico_kontrollery.png") no-repeat 0 0 / 60px;
}

.ico_modems {
    background: url("../images/catalog/ico_modems.png") no-repeat 0 0 / 60px;
}

.ico_soft {
    background: url("../images/catalog/ico_soft.png") no-repeat 0 0 / 60px;
}

.ico_aksessuary {
    background: url("../images/catalog/ico_aksessuary.png") no-repeat 0 0 / 60px;
}

.ico_sales {
    background: url("../images/catalog/ico_sales.png") no-repeat 0 0 / 60px;
}

.ico_actions {
    background: url("../images/catalog/ico_akzii.png") no-repeat 0 0 / 60px;
}

.ico_rasprodazi {
    background: url("../images/catalog/ico_rasprodazi.png") no-repeat 0 0 / 60px;
}

.ico_utilizacija {
    background: url("../images/catalog/ico_utilizazia.png") no-repeat 0 0 / 60px;
}

.ico_rassrochka {
    background: url("../images/catalog/ico_rassrohka.png") no-repeat 0 0 / 60px;
}

.ico_lazernoe_skanirovanie {
    background: url("../images/catalog/ico_lazernoe_skanirovanie.png") no-repeat 0 0 / 60px;
}

.ico_arenda {
    background: url("../images/catalog/ico_arenda.png") no-repeat 0 0 / 60px;
}

.ico_www.oem.prin.ru {
    background: url("../images/catalog/ico_www.oem.prin.ru.png") no-repeat 0 0 / 60px;
}

.ico_bpa {
    background: url("../images/catalog/ico_bpa.png") no-repeat 0 0 / 60px;
}

.ico_agro {
    background: url("../images/catalog/ico_agro.png") no-repeat 0 0 / 60px;
}

.ico_marketingovye_materialy {
    background: url("../images/catalog/ico_marketingovye_materialy.png") no-repeat 0 0 / 60px;
}

.ico_sravnenie {
    background: url("../images/catalog/ico_sravnenie.png") no-repeat 0 0 / 60px;
}

.ico_trassoiskateli {
    background: url("../images/catalog/ico_trassoiskateli.png") no-repeat 0 0 / 60px;
}

.ico_gidrografiya {
    background: url("../images/catalog/ico_gidrografiya.png") no-repeat 0 0 / 60px;
}

.ico_sau {
    background: url("../images/catalog/ico_sau.png") no-repeat 0 0 / 60px;
}

.ico_bpla {
    background: url("../images/catalog/ico_bpla.png") no-repeat 0 0 / 60px;
}

.ico_monitoring {
    background: url("../images/catalog/ico_pisa.png") no-repeat 0 0 / 60px;
}

/* level 2 , 3 , 4 */
.cat_nav > ul > li ul li {
    display: block;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    margin: 0 0 -1px 0;
}

.cat_nav > ul > li ul li a,
.cat_nav > li ul li a:hover {
    position: relative;
    display: block;
    background: #f9f8f8;
    color: #404345;
    font-size: 14px;
    text-decoration: none;
}

.cat_nav > ul > li ul li a:hover {
    background: #eceae9;
}

.cat_nav > ul > li ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -5px 5px 0 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #404345;
    border-bottom: 5px solid transparent;
}

.cat_nav > ul > li ul li.open > a,
.cat_nav > ul > li ul li.selected > a {
    background: #eceae9;
    font-weight: bold;
}

.cat_nav > ul > li ul li.open > a:before {
    display: inline-block;
    margin: -3px 5px 0 -3px;
    border-left: 5px solid transparent;
    border-bottom: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #404345;
}

.cat_nav > ul > li ul li.selected > a:before {
    margin: -5px 5px 0 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #404345;
    border-bottom: 5px solid transparent;
}

/* level 2 */
.cat_nav > ul > li > ul > li > a {
    padding: 7px 5px 7px 60px;
}

.cat_nav > ul > li > ul > li > a:before {
    left: 45px;
}

/* level 3 */
.cat_nav > ul > li > ul > li > ul > li > a {
    padding: 7px 5px 7px 70px;
}

.cat_nav > ul > li > ul > li > ul > li > a:before {
    left: 55px;
}

/* level 4 */
.cat_nav > ul > li > ul > li > ul > li > ul > li > a {
    padding: 7px 5px 7px 80px;
}

.cat_nav > ul > li > ul > li > ul > li > ul > li > a:before {
    left: 65px;
}

.catalog_section_column .pages {
    display: none;
}

.pages {
    position: relative;
    font-size: 0;
    text-align: center;
    margin: 20px 0;
}

.pages ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.pages ul li {
    display: inline-block;
    margin: 2px;
    padding: 0;
    color: #b8b3ad;
    font-size: 14px;
}

.pages ul li a {
    display: block;
    min-width: 32px;
    line-height: 30px;
    height: 32px;
    padding: 0 3px;
    text-align: center;
    color: #b8b3ad;
    font-size: 14px;
    font-weight: bold;
    border: #b8b3ad 1px solid;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.footer_mainnav > ul > li > a,
.footer_mainnav > ul > li > a:hover {
    color: #404345;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.footer_mainnav > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_mainnav > ul > li > ul > li {
    margin: 0;
    padding: 4px 0;
}

.footer_mainnav > ul > li > ul > li > a,
.footer_mainnav > ul > li > ul > li > a:hover {
    color: #404345;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.m_lk {
    display: inline-block;
    width: 22px;
    height: 25px;
    background: url("../images/ico_lk.png") no-repeat 0 0 / 44px;
    margin: 0 10px 0 2px;
    vertical-align: middle;
}

.m_basket {
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url("../images/ico_basket2.png") no-repeat 0 0 / 50px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.m_compare {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url("../images/ico_compare.png") no-repeat 0 0 / 36px;
    margin: 0 10px 0 5px;
    vertical-align: middle;
}

.c_s_l_status {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    text-align: right;
}

.status {
    display: inline-block;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.status_red {
    background: #f3dbd2;
    color: #c44a20;
}

.status_grey {
    background: #eae8e6;
    color: #8a8885;
}

.status_green {
    background: #cee5e1;
    color: #097c6a;
}

.status_blue {
    background: #ccd9e3;
    color: #0042A6;
}

.status_orange {
    background: #fde4cf;
    color: #c44a20;
}

.status_yellow {
    /* background: #fff7cc;
     color: #a06c07;
     */
    font-size: 12px;
    background: #fbe675;
    color: #c78400;
}


._images_statuses {
    position: absolute;
    left: 3%;
    top: 3%;
    z-index: 1;
}

._images_statuses span {
    display: block;
}

._images_statuses img {
    vertical-align: middle;
    width: 40px;
    height: auto;
}

img.images_statuses_guarantee {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    /* vertical-align: middle;
    width: 40px;
    height: auto; */
}

.status_pink {
    background: #fdbbc2;
    color: #900113;
}

.status_prinnet {
    background: #16419480;
    color: white;
    font-weight: bold;
    position: absolute;
    padding: 5px 20px;
    font-size: 18px;
    top: 3%;
    left: 3%;
    z-index: 1;
    width: 65%;
}

.status_moroz {
    background: #f0ffff;
    color: #75a0d1;
}

.c_s_l_pic {
    position: relative;
    width: 100%;
    height: 208px;
}

.c_s_l_pic a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.c_s_l_pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.c_s_l_text {
    min-height: 34px;
    height: auto;
    padding: 10px 15px 0 15px;
    overflow: hidden;
    font-size: 13px;
    color: #404345;
}

.c_s_l_text a,
.c_s_l_text a:hover {
    font-size: 13px;
    color: #404345;
    text-decoration: none;
}

.c_s_l_value {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 15px;
}

.c_s_l_cost {
    flex: 1 1 0;
    position: relative;
}

.c_s_l_oldcost {
    display: inline-block;
    position: absolute;
    color: #b8b3ad;
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0;
    top: 0;
}

.promocode_cat {
    font-size: 10px;
}

.catalog_product_right .c_s_l_oldcost {
    position: relative;
    font-size: 28px;
}

.old_price_throughline {
    text-decoration: line-through;
}

.c_s_l_acost {
    color: #404345;
    font-size: 18px;
    font-weight: bold;
}

.c_s_l_compare {
    width: 40px;
}

.c_s_l_compare a {
    display: block;
    width: 18px;
    height: 20px;
    background: url("../images/ico_compare.png") no-repeat 0 0 / 36px;
    /*overflow: hidden;
    */
    position: relative;
}

.c_s_l_compare a:hover {
    background: url(../images/ico_compare.png) no-repeat -18px 0 / 36px;
}

.c_s_l_compare a[href*='removeFromCompare'] {
    background: url("../images/ico_compare.png") no-repeat -18px 0 / 36px;
}

.c_s_l_compare a[href*='removeFromCompare']:before {
    background: url("../images/ico-incompare.png") no-repeat;
    content: "";
    position: absolute;
    right: -10px;
    top: -6px;
    z-index: 10;
    width: 19px;
    height: 19px;
}

.c_s_l_basket {
    width: 40px;
}

.c_s_l_basket a {
    display: block;
    width: 33px;
    height: 29px;
    background: url("../images/ico_basket2.png") no-repeat 0 0;
    overflow: hidden;
}

.block_main_promo_item,
.block_main_footer_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block_main_promo_item a,
.block_main_footer_item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block_main_promo_item img,
.block_main_footer_item img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.block_main_promo_content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.main_promo_arr_left,
.main_promo_arr_right {
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 43px;
    margin: -22px 0 0 0;
    pointer-events: auto;
}

.main_promo_arr_left {
    left: 10px;
    background: url("../images/arr_left.png") no-repeat top left / 22px;
}

.main_promo_arr_right {
    right: 10px;
    background: url("../images/arr_right.png") no-repeat top left / 22px;
}

.main_promo_pages {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    z-index: 3;
    pointer-events: auto;
    text-align: center;
}

.block_main_promo_small .main_promo_pages {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    z-index: 3;
    pointer-events: auto;
    text-align: center;
}

.main_promo_pages li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}

.main_promo_pages li a,
.main_promo_pages li a:hover {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: #3f4143 2px solid;
    background: transparent;
}

.main_promo_pages li a.selected {
    background: #3f4143;
}

.block_section_out {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    z-index: 1;
    padding: 0 10px;
    margin: 0 auto;
    z-index: 100;
}

.block_section {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 1px 0;
}

.bg_wood {
    background: url("../images/bg_wood.jpg") no-repeat top center / cover;
    max-width: 1680px;
}

.bg_section_otgrey {
    background: #f9f8f8;
    margin: 18px auto;
    max-width: 1680px;
}

.main_directions {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -60px -6px 0 -6px;
    /*transform: translate(0,-50%);
    */
}

.main_directions_item {
    flex: 1 1 0;
    margin: 6px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .22) 0 4px 16px;
    border-radius: 2px;
}

.main_directions_item a,
.main_directions_item a:hover {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 22px 0;
    color: #404345;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.main_directions_pic {
    height: 75px;
    padding: 0 22px;
    overflow: hidden;
}

.main_directions_text {
    flex: 1 1 0;
    padding: 0 5px 0 0;
}

.event_item {
    flex: 1 1 0;
    padding: 0 0 0 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.event_item_left {
    flex: 1 1 0;
}

.event_item_right {
    width: 49%;
    padding: 0 0 0 2%;
    color: #b8b3ad;
    font-size: 13px;
}

.event_section {
    color: #bebab4;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.event_section img {
    vertical-align: middle;
    margin: 0 12px 0 0;
}

.event_head,
.event_head:hover {
    color: #404345;
    font-size: 18px;
    text-decoration: none;
    border-bottom: #404345 1px dashed;
    font-weight: bold;
}

.event_subhead {
    color: #404345;
    font-size: 16px;
}

.pages ul li a.selected {
    border: #404345 1px solid;
    color: #404345;
}

.basket_line_th,
.basket_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: rgba(185, 180, 174, .3) 1px solid;
    margin: 0 0 -1px 0;
}

.basket_line_th {
    font-weight: 300;
}

.basket_info_user {
    margin: 20px 0 80px 0;
    box-shadow: 0 0 3px lightgrey;
    padding: 5px 20px 30px 20px;
    border-radius: 10px;
}

.promocode_in_cart {
    color: green;
}

.b_name {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 7px 7px 7px 20px;
    color: #404345;
    font-size: 14px;
}

.b_name a,
.b_name a:hover {
    color: #404345;
    font-size: 14px;
    text-decoration: none;
}

.b_name_pic {
    width: 95px;
    margin: 0 20px 0 0;
    text-align: center;
}

.b_name_pic img {
    max-width: 100%;
    height: auto;
}

.b_name_text {
    flex: 1 1 0;
}

.b_cost {
    width: 15%;
    min-width: 120px;
    padding: 7px 10px;
    text-align: center;
}

.b_number {
    width: 80px;
    padding: 7px 0;
    text-align: center;
}

.b_del {
    width: 60px;
    text-align: center;
}

.cost_small {
    white-space: nowrap;
    color: #404345;
    font-size: 18px;
    font-weight: bold;
}

.block_number {
    width: 66px;
    height: 43px;
    border: #eaeaea 1px solid;
    border-radius: 5px;
    overflow: hidden;
}

.b_number .block_number {
    margin: 0 auto;
}

.number_inp {
    width: 44px;
    height: 40px;
    float: left;
}

.number_inp input {
    width: 44px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #fff;
    margin: 0;
    padding: 0 2px;
    text-align: center;
    color: #404345;
    font-size: 14px;
    font-weight: bold;
}

.number_moreless {
    width: 20px;
    float: left;
}

.number_moreless button {
    display: block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 0 1px 0;
    padding: 0;
    line-height: 0;
    background: #dbd9d6;
    border: 0;
    overflow: hidden;
}

.number_moreless button:hover {
    background: #b8b3ad;
}

.number_moreless .more:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #404345;
}

.number_moreless .less:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #404345;
}

.ico_del {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/ico_del.png") no-repeat center;
}

.b_itog {
    text-align: right;
}

.b_info {
    color: #b8b3ad;
    font-size: 12px;
    font-weight: bold;
}

.b_discount {
    color: #404345;
    font-size: 18px;
}

.b_itog_sum {
    color: #404345;
    font-size: 18px;
    font-weight: bold;
}

.b_itog_sum span {
    color: #003c70;
}

.b_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.b_btn_left {
    padding: 0 0 15px 0;
}

.b_btn_right {
    flex: 1 1 0;
    text-align: right;
    padding: 0 0 15px 0;
}

.b_btn_right .wdt_basket_btn {
    width: 100%;
    max-width: 300px;
}

.prinnet_access_region td {
    padding: 10px;
}

.prinnet_access_region tr td:nth-child(2n+1) {
    text-align: center;
}

.prinnet_access_region tr td:nth-child(2) {
    text-align: left;
}

.prinnet_access_region tr:first-child td {
    text-align: center;
}

.btn_orange,
.btn_orange:hover {
    cursor: pointer;
    display: inline-block;
    color: black;
    background: #ffcf0b;
    border: #ffcf0b 1px solid;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 14px 35px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
}

.block_main_promo_item .btn_orange {
    position: absolute;
    top: 53%;
    left: 11%;
    z-index: 10;
    display: none;
}

.news_section_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 4vh auto;
    padding: 1px 0;
    justify-content: center;
    max-width: 1100px;
}

.news_section_page ul,
.news_section_page ol {
    padding-left: 30px;
}

.news_section_left {
    flex: 1 1 0;
    padding: 0 20px 0 0;
    line-height: 2em;
    max-width: 800px;
}

.news_section_left .catalog_section_column {
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid lightgrey;
}

.news_section_left .catalog_section_column .catalog_section_right {
    flex: initial;
    margin-left: 15px;
}

.news_section_right {
    width: 25%;
    padding: 0 0 0 12px;
    border-left: #f4f3f2 1px solid;
}

.news_section_left img {
    max-width: 100%;
    height: auto;
}

.news_section_left .head30 {
    margin: 0 0 5vh 0;
}

.news_item_onpage {
    padding: 0 0 40px 0;
    display: flex;
}

.block_soz {
    margin: 8vh 0 4vh;
    text-align: right;
}

.contact_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact_column > div {
    flex: 1 1 50%;
    border: #f1f0ef 1px solid;
    margin: 0 -1px 0 0;
}

.contact_column > div > div {
    padding: 0 15px;
    border-top: #f1f0ef 1px solid;
    font-weight: 300;
}

.contact_column > div > div strong {
    font-weight: bold;
}

.contact_column > div > div.contact_info {
    padding: 20px 5px 20px 50px;
}

.contact_info_line,
.contact_info_line2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 4px 0 4px 0;
}

.contact_info_line > div,
.contact_info_line2 > div {
    flex: 1 1 0;
}

.contact_info_line > div:first-child {
    flex: 0 1 auto;
    width: 35%;
    padding: 0 5px 0 0;
}

.contact_info_line2 > div:first-child {
    flex: 0 1 auto;
    width: 63%;
    padding: 0 5px 0 0;
}

.block_map_city {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 4vh 0;
}

.map_city_items a.select:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #0042A6;
    z-index: 3;
}

.map_city_items a.select.another_city:after {
    display: none;
}

.block_map_city > div {
    flex: 1 1 0;
    padding: 0 3px;
    margin: 10px -1px 10px 0;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    position: relative;
}

.block_map_city > div a,
.block_map_city > div a:hover {
    color: #b8b3ad;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.block_map_city > div a.select {
    color: #0042A6;
}

.footer_mainnav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer_mainnav > ul > li {
    margin: 0;
    padding: 0;
    flex: 1 1 0;
}

.block_subscribe {
    color: #373737;
    font-size: 13px;
}

.catalog_product_icos a.ico_print {
    width: 25px;
    height: 24px;
    background: url("../images/ico_print.png") no-repeat 0 0 / 50px;
    overflow: hidden;
}

.catalog_section_column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.catalog_section_left {
    width: calc(25% + 3px);
    padding: 0 10px 20px 0;
}

.catalog_section_right {
    flex: 1 1 0;
}

.catalog_slider_out {
    position: relative;
    margin: 3vh 0;
}

.catalog_slider_in {
    position: relative;
    height: 310px;
    margin: 0 -5px;
    overflow: hidden;
}

.catalog_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px;
    height: inherit;
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.slider_arr_left {
    position: absolute;
    left: 2px;
    top: 50%;
    overflow: hidden;
    margin: -17px 0 0 0;
    z-index: 3;
}

.slider_arr_right {
    position: absolute;
    right: 2px;
    top: 50%;
    overflow: hidden;
    margin: -17px 0 0 0;
    z-index: 3;
}

.slider_arr_left a,
.slider_arr_right a {
    display: block;
    color: #404345;
    width: 34px;
    height: 34px;
    font-size: 50px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    border-radius: 50%;
}

.catalog_slider_item {
    position: relative;
    width: 244px;
    height: 300px;
    background: #fff;
    border: #f1f0ef 1px solid;
    margin: 0 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .04);
    border-radius: 5px;
}

.catalog_section_item {
    position: relative;
    /*width: 244px;
    */
    height: 300px;
    background: #fff;
    border: #f1f0ef 1px solid;
    margin: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .04);
    border-radius: 5px;
}

.c_s_l_sale {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #0042A6;
    border: #87a6bc 5px solid;
    z-index: 4;
}

.c_s_l_sale > span {
    font-size: 16px;
}

.c_s_l_sale_promocode {
    position: absolute;
    top: 10px;
    left: 10px;

    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #0042A6;
    border: #87a6bc 5px solid;
    z-index: 4;
}

.c_s_l_sale_promocode > span {
    font-size: 16px;
}

.main_catalog_section_in {
    position: relative;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.main_catalog_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.main_catalog_section_item {
    position: relative;
    width: 124px;
    height: 88px;
    border-right: #fff 1px solid;
}

.main_catalog_section_item:hover {
    -webkit-box-shadow: 0 0 3px #0042A6;
    -moz-box-shadow: 0 0 3px #0042A6;
    box-shadow: 0 0 3px #0042A6;
}

.main_catalog_section_item:last-child {
    border-right: transparent 1px solid;
}

.main_catalog_section_item a,
.main_catalog_section_item a:hover {
    display: block;
    color: #b8b3ad;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.main_catalog_section_item img {
    margin: 0 0 16px 0;
}

.catalog_section_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -5px -5px 0 -5px;
}

.catalog_section_items .catalog_section_item {
    width: calc(33.33% - 10px);
}

._link_to_product {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.descr_short {
    z-index: 101;
    width: calc(100% + 2px);
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    text-align: left;
    border: 1px solid #0042A6;
    border-top: none;
    font-size: 11px;
    margin: -1px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 1px 1px #f1f0ef;
}

.descr_short p {
    margin: 5px 0;
}

.descr_short_btn {
    font-weight: bold;
    display: none;
    position: absolute;
    bottom: 100px;
    left: 12px;
    border: none;
    background: #0042A6;
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.catalog_section_item:hover .descr_short {
    display: block;
}

.to_item_product {
    display: none;
    z-index: 10;
    top: 51%;
    background: #ffffffd6;
    position: absolute;
    color: #0042A6;
    border: 1px solid #0042A6;
    padding: 10px 20px;
    border-radius: 5px;
    left: 33%;
    font-weight: bold;
    text-decoration: none;
}

.to_item_product:hover {
    background: #164194d6;
    color: white;

}

.catalog_section_item:hover .to_item_product {
    display: block;
}

.catalog_section_item:hover {
    box-shadow: 0 1px 1px 1px #f1f0ef;
}

.main_catalog_section_out {
    position: relative;
    width: 100%;
    height: 88px;
    padding: 0;
    margin: 5vh 0;
}

.main_catalog_section_arr_left {
    position: absolute;
    left: 0;
    top: 50%;
    overflow: hidden;
    margin: -17px 0 0 0;
    z-index: 3;
}

.main_catalog_section_arr_right {
    position: absolute;
    right: 0;
    top: 50%;
    overflow: hidden;
    margin: -17px 0 0 0;
    z-index: 3;
}

.main_catalog_section_arr_left a,
.main_catalog_section_arr_right a {
    display: block;
    color: #404345;
    width: 34px;
    height: 34px;
    font-size: 50px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    border-radius: 50%;
}

.predzakaz {
    color: green;
}

.caprinla {
    background-image: url(/images/oformlenie_saita/landings/caprinla/fon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 1920px;
    height: 700px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.caprinla_p {
    display: block;
    font-size: 34px;
    max-width: 850px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 100px;
}

.caprinla_p_span {
    font-size: 45px;
    font-weight: bold;
}

.caprinla_ttl {
    font-size: 24px;
    text-align: center;
    margin: 70px 0 40px;
    width: 100%;
    max-width: 1260px;
}

.caprin {
    width: 100%;
    max-width: 1260px;
    min-height: 500px;
    border: none;
    overflow: hidden;
    text-align: center;
    margin: 30px 0;
    padding: 10px 0;
    background-color: lightgrey;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.hover_caprin {
    background-color: white;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.caprin_fotos {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.caprin_foto {
    margin: 0 5px;
}

.caprin_foto_a {
    display: block;
}

.caprin_foto_aname {
    display: block;
    text-align: center;
}

.basket_item {
    margin: 20px auto;
    box-shadow: 0 0 5px #0042A6;
    border-radius: 7px;
    overflow: hidden;
    background: #d3d3d3;
    padding: 30px 0 40px 0;
    max-width: 900px;
}

.basket_item:hover {
    background: #0042A6;
}

.basket_item .b_name {
    display: block;
    color: #808080;
}

.basket_item:hover .b_name {
    color: #fff;
}

.basket_item .b_name a {
    color: #808080;
}

.basket_item:hover .b_name a {
    color: #fff;
    text-decoration: underline;
}

.basket_item_foot__discount {
    text-align: right;
}

.basket_item:hover .basket_item_foot__discount_num {
    color: #4be04b;
    font-weight: bold;
}

.basket_item_head__sum_price {
    text-align: center;
}

.basket_item_head__sum_price_total {
    font-weight: bold;
}

.basket_item_head__number {
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.basket_item_head__data {
    text-align: center;
    margin: 0 auto 10px;
    color: #808080;
}

.basket_item:hover .basket_item_head__number {
    color: white;
}

.basket_item:hover .basket_item_head__data {
    color: white;
}

.basket_items_list:hover {
    background: #99c1de;

}

.basket_items_list:hover .b_name {
    color: #0042A6;
}

.basket_items_list:hover .b_name a {
    color: #0042A6;
}

.basket_item_foot {
}

.logo_mobile {
    display: none;
}

.package__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.package__image-wrapper,
.package__text-wrapper {
    width: 50%;
    max-width: 300px;
}

.package__image {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.equip_techpage_items {
    list-style: none;
    width: 100%;
}

.equip_techpage_item {
    display: block;
    max-width: 800px;
    margin: 20px auto;
    padding: 40px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px lightgrey;
}

.equip_techpage_item:hover {
    -webkit-box-shadow: 0 0 15px #0042A6;
    -moz-box-shadow: 0 0 15px #0042A6;
    box-shadow: 0 0 15px #0042A6;
}

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

.equip_techpage_item_a {
    text-decoration: none;
    color: black;
    text-align: center;
    margin-right: 20px;
    max-width: 300px;
}

.equip_techpage_item_img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 10px auto;
}

.equip_techpage_item_name {
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: 600;
}

.ul_tech_page {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.ul_tech_page_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0;
    width: 100%;
    justify-content: center;
    max-width: 100%;

}

.li_tech_page_menu {
    margin: 5px 10px;
    border-radius: 5px;
    padding: 8px 15px;
    background: linear-gradient(#164194 75%, #fff);
    color: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.li_tech_page_menu:hover {
    background: linear-gradient(#164194 100%, #fff);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.li_tech_page_menu_a {
    color: white;
    text-decoration: none;
}

.li_tech_page_menu:hover .li_tech_page_menu_a {
    color: white;
    text-decoration: none;
}

.li_tech_page {
    width: 100%;
    margin: 10px auto;
    max-width: 300px;
    box-shadow: 0 0 30px lightgrey;
    border-radius: 10px;
    padding: 0 0 30px 0;
}

.li_tech_page:hover {
    box-shadow: 0 0 30px #0042A6;
}

.li_tech_page_img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.li_tech_page_a {
    display: block;
    text-align: center;
}

.li_tech_page_span {
    font-size: 20px;
}

.cat_nav > ul > .cat_nav_active_more_details_li .cat_nav_active_more_details {
    color: #0042A6;
    background: none;
    text-decoration: none;
    padding: 0;
    font-size: 12px;
    border: none;
    display: inherit;
    height: auto;
    min-height: inherit;
}

.cat_nav > ul > .cat_nav_active_more_details_li .cat_nav_active_more_details {
    color: #0042A6;
    background: none;
    text-decoration: none;
    padding: 0;
    font-size: 12px;
    border: none;
    display: inherit;
    height: auto;
    min-height: inherit;
}

.cat_nav.js-nav-toggle > ul > .cat_nav_active_more_details_li .cat_nav_active_more_details:after {
    content: none;
}

.cat_nav.js-nav-toggle .cat_nav_active_more_details_li {
    margin: 0;
    text-align: right;

}

.cat_nav > ul > .li_tech_page {
    margin: 15px 0 5px;
}

.cat_nav > ul > .cat_nav_active_more_details_li .cat_nav_active_more_details:hover {
    color: #0042A6;
    text-decoration: none;
    padding: 0;
    background: none;
    font-size: 12px;
    border: none;
    display: inherit;
    height: auto;
    min-height: inherit;
}

.blogs_menu {
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
}

.click_blog_menu {
    width: 10%;
    border-radius: 10px;
}

.click_blog_menu:hover {
    background: linear-gradient(-51deg, #1e5fa7 2%, #398ecc 61%, #1e5fa7 155%);
}

.choose_blogs_menu {
    background: linear-gradient(-51deg, #1e5fa7 2%, #398ecc 61%, #1e5fa7 155%);
}

.blog_menu_a {
    text-decoration: none;
    display: block;
    color: #808080;
    padding: 15px 10px;
    width: 100%;
    height: 100%;
}

.choose_blogs_menu .blog_menu_a {
    color: white;
}

.click_blog_menu:hover .blog_menu_a {
    color: white;
}

.click_blog_menu_p {
    text-align: center;
}

.click_blog_menu_p_text {
    text-align: center;
    display: block;
}

.click_blog_menu_p_img {
    display: block;
    margin: auto;
}

.click_blog_menu_p_img_hover {
    display: none;
}

.blog_page_header {
    text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 30px;
    padding: 0;
    letter-spacing: 1px;
    margin-top: 0;
}

.blog_page_main {
    display: flex;
    flex-wrap: wrap;
}

.blog_page_left_article_item {
    width: calc(32% - 10px);
    padding: 0 20px;
    margin: 5px;
    height: auto;
}

.blog_page_left_article_item:hover {
    -webkit-box-shadow: 0 0 3px #0042A6;
    -moz-box-shadow: 0 0 3px #0042A6;
    box-shadow: 0 0 3px #0042A6;
    border-radius: 10px;
}


.blog_page_left_article_item_descr {
    width: 100%;
    margin: 38px auto;
    min-height: 50px;
    max-width: 87%;
}

.blog_more_a {
    display: block;
    background: #2774b8;
    color: #fff;
    border: 2px solid #2774b8;
    padding: 15px 30px;
    margin: 20px auto;
    max-width: 150px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}

.blog_more_a:hover {
    background: #fff;
    color: #2774b8;
    text-decoration: none;
}


.blog_page_left_article_items_blogs_menu {
    display: flex;
    flex-wrap: wrap;
}

.blog_page_left_article_item_blogs_menu_data {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 82px;
}


.click_blog_menu:hover .click_blog_menu_p_img,
.choose_blogs_menu .click_blog_menu_p_img {
    display: none;
}

.click_blog_menu:hover .click_blog_menu_p_img_hover,
.choose_blogs_menu .click_blog_menu_p_img_hover {
    display: block;
    margin: auto;
}

#blogs_menu_main {
    display: block;
}

#blogs_menu_main.open_fix {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 10000;
}

.id_blogs_menu_main_block {
    padding: 40px 10px;
    display: none;
}

#blogs_menu_main.open_fix .id_blogs_menu_block {
    display: flex;
}

.id_blogs_main_name {
    font-size: 28px;
    width: 100%;
    color: #2774b8;
    text-align: center;
    font-weight: bold;
    margin: 50px auto 10px;

}

.blog_sujet_menu_tags {
    font-size: 30px;
    width: auto;
    color: #2774b8;
    font-weight: bold;
    margin: 30px 15px;
    display: flex;
    align-items: center;
}

.id_blogs_menu_name {
    font-size: 40px;
    width: 80%;
    color: #2774b8;
    font-weight: bold;
}

.id_blogs_menu_close {
    width: 20%;
}

.open_fix .click_blog_menu {
    width: 30%;
    margin: 0;
}

.mob_blog {
    display: none;
}

.blog_main {
    max-width: 1260px;
    width: 100%;
    margin: 100px auto;
}

._name_offers_block {
    color: #0042A6;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin: 50px 0;
}

._offers_catalog_items {
    justify-content: center;
}

.banners_offers_item {
    margin: 60px 0 0;
    position: relative;
}

.banners_offers_item_a {
    position: relative;
    display: block;
    top: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.banners_offers_item_a:hover {
    top: 0;
    box-shadow: 0 12px 10px #0000004a;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.banners_offer_img {
    width: 100%;
    height: auto;
}


.catalog_section_items._offers_catalog_items .catalog_section_item {
    width: calc(25% - 10px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*Ремонт оборудования*/
.card {
    margin: 0 auto 16px;
    height: calc(100% - 16px);
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    margin-top: 100px;
}

.equip_repair-important {
    max-width: 888px;
    padding: 50px 120px;
}

div > .equip_repair-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #0042A6;
    max-width: 600px;
    margin: 0 auto;
}

.equip_repair-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #0042A6;
    max-width: 600px;
    margin: 100px auto 0;
}

.equip_repair-text {
    font-size: 17px;
    line-height: 23px;
    color: #4D4D4D;
    text-align: center;
}

.equip_repair-conditions {
    max-width: 888px;
}

._text_center {
    text-align: center;
}

.equip_repair-text-ul {
    max-width: 600px;
    margin: 50px auto;
}

.equip_repair-text-li {
    font-size: 17px;
    line-height: 23px;
    color: #0042A6;
    margin-top: 20px;
    text-align: left;
}

.equip_repair-text-li_span {
    color: #4D4D4D;
}

.equip_repair-btn {
    display: inline-block;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 40px;
    text-decoration: none;
    transition: all ease .5s;
    cursor: pointer;
}

._btn_bottom, ._btn_bottom_1, ._btn_bottom_2 {
    bottom: 70px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
}

div._btn_bottom_1, div._btn_bottom_2 {
    bottom: 60px;
    background-color: #FFF;
    border: 1px solid #0042A6;
}

div._btn_bottom_1 {
    left: 10px;
    right: auto;
}

div._btn_bottom_2 {
    left: auto;
    right: 10px;
}

._btn_white {
    border: 1px solid #4D4D4D;
    background-color: #FFF;
}

._btn_yellow {
    background-color: #FFCF0C;
    color: #0042A6;
    text-decoration: none;
    text-align: center;
}

._btn_yellow:hover {
    background-color: #0042A6;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    border-color: #0042A6;
}

._btn_yellow:hover a,
._btn_yellow:hover a:visited,
._btn_yellow:hover a:hover,
._btn_white:hover a,
._btn_white:hover a:hover,
._btn_white:hover a:visited {
    color: #fff;
    text-decoration: none;
}

._btn_yellow > a,
._btn_white > a {
    text-decoration: none;
    color: #0042A6;

}

._btn_white > a:visited,
._btn_white > a:hover {
    text-decoration: none;
    color: #0042A6;

}

._btn_yellow > a:visited,
._btn_yellow > a:hover {
    text-decoration: none;
    color: #0042A6;

}

.btn-outline-primary {
    border-color: #0042A6;
    color: #0042A6;
}

.equip_repair-btn.btn-outline-primary:hover {
    background-color: #0042A6;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    border-color: #0042A6;
}

.equip_repair-two_ways {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 900px;
}

.equip_repair-two_ways-column-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 430px;
    min-height: 430px;
    padding: 0;
    position: relative;
}

.equip_repair-block_header {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #0042A6;
    margin-bottom: 30px;
}

._text_15 {
    font-size: 15px;
    line-height: 20px;
}

.column-2_inner_block {
    padding: 70px;
}

.equip_repair-full_rules_content {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.opener .equip_repair-full_rules_content {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.equip_repair-full_rules_content_inner {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.equip_repair-full_rules {
    width: 100%;
    max-width: 888px;
    padding: 30px 0 23px;
}

._open_block-arrow {
    display: none;
}

.card.equip_repair-full_rules {
    cursor: pointer;
}

.equip_repair-full_rules.card > .equip_repair-title {
    line-height: inherit;
}

.equip_repair-title_a {
    border-bottom: 1px dotted #0042A6;
    font-size: 20px;
    line-height: 54px;
}

.card.equip_repair-full_rules._not_opener:hover {
    background-color: #0042A6;
    color: #fff;
    padding-bottom: 40px;
}

.card.equip_repair-full_rules._not_opener:hover ._open_block-arrow {
    display: block;
}

._close_block-arrow,
._open_block-arrow {
    margin: 0 auto;
    display: block;
}

.opener ._close_block-arrow {
    display: none;

}

.card.equip_repair-full_rules._not_opener:hover ._close_block-arrow {
    display: none;
}

.card.equip_repair-full_rules._not_opener:hover > .equip_repair-title span {
    color: #fff;
    border-bottom: 1px dotted #fff;

}

.full_rules_content-block {
    max-width: 560px;
    margin: 0 auto;
}

.full_rules_content-block_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #0042A6;
    margin-bottom: 30px;
    margin-top: 60px;
}

/*Новый блок с контактами начало*/
.equip_repair-contact {
    display: none;
    min-width: 100%;
    background-color: #F4F9FF;
    width: 100%;
    padding: 60px;
    margin-top: 100px;
}

.equip_repair-contact ul.icon_mobile {
    display: none;
}

.equip_repair-contact ul {
    margin: auto;
    text-decoration: none;
    display: block;
    width: 555px;
    margin-top: 65px;
    padding-bottom: 60px;
    list-style: none;
}

.equip_repair-contact li {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 500;
    color: #0855B0;
    font-size: 30px;
    line-height: 70px;
}

.equip_repair-contact img {
    height: 50px;
    margin-right: 15px;
    vertical-align: middle;
}

.equip_repair-contact span.equip_repair-contact_link {
    position: relative;
    color: #FB9600;
}

.equip_repair-contact a {
    text-decoration: none;
    /*
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 3px;
    */
}

.equip_repair-contact span.equip_repair-contact_link:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #FB9600 30%, #FB9600 0%, #F4F9FF 20%, #F4F9FF 100%);
    background-size: 10px 1px;
    left: 0;
    bottom: -5px;
    z-index: 1;
}

.h_logo {
    position: relative;
    min-width: 146px;
    width: 24%;
}
/*Ремонт оборудования*/
@media (max-width: 1200px) {
    .catalog_section_items._offers_catalog_items .catalog_section_item {
        width: calc(33.33% - 10px);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .h_logo {
        width: 20%;
    }
    .h_tel{
        width: 20%;
    }
}

@media (min-width: 1001px) {
    /*.h_logo {
        position: relative;
        min-width: 146px;
        width: 24%;
    }*/

    .h_logo_pic {
        position: relative;
        margin: 19px 0 1px 0;
    }

    .h_logo_pic a img {
        width: 210px;
        max-width: 100%;
    }

    .block_main_promo_items {
        height: 500px;
    }

    .block_main_footer_items {
        height: 300px;
    }

    .block_main_promo_items_small {
        height: 150px;
    }

    /* на главной 1920x500 контент шириной 1000 */
    /* в каталоге 1680x150 контент шириной 1000 */
    .main_promo_n,
    .offer_promo_n {
        display: block;
    }

    /* на главной 1000x400 контент шириной 600 */
    /* в каталоге 1000x120 контент шириной 600 */
    .main_promo_p,
    .offer_promo_p {
        display: none;
    }

    /* на главной 768x400 контент шириной 250 */
    /* в каталоге 768x120 контент шириной 250 */
    .main_promo_m,
    .offer_promo_m {
        display: none;
    }

    .promo_market {
        height: 295px;
    }

    .market_promo_n

        /* 1680x295 контент шириной 1000 */
    {
        display: block;
    }

    .market_promo_p

        /* 1000x235 контент шириной 600 */
    {
        display: none;
    }

    .market_promo_m

        /* 768x230 контент шириной 250 */
    {
        display: none;
    }

    .footer_contact {
        width: 27%;
        border-right: #f2f1f0 1px solid;
        padding: 25px 5px 25px 0;
    }

    .footer_menu {
        flex: 1 1 0;
        padding: 25px 5px;
    }

    .footer_dop {
        width: 24%;
        padding: 25px 0;
    }

    .footer_menu_trigram > a {
        display: none;
    }

    .cat_nav_active {
        display: none;
    }

    .cat_nav ul {
        display: block;
    }
}

@media (max-width: 1000px) {

    .block_header::before {
        top: 57px;
    }

    .header_mainnav_ul_li_a {
        font-size: 13px;
        padding: 11px 3px 12px 3px;
    }

    .block_window_close {
        top: 10px;
        right: 10px;
    }

    .main_directions {
        margin: -5vh 0 0 0;
    }

    .main_directions_item a,
    .main_directions_item a:hover {
        font-size: 13px;
        flex-wrap: wrap;
        text-align: center;
    }

    .main_directions_pic {
        width: 100%;
        padding: 0 0 22px 0;
    }

    .main_directions_text {
        width: 100%;
        padding: 0 10px;
    }

    .news_items.news_main .news_item:nth-child(n+3) {
        display: none;
    }

    .news_items.news_section .news_item {
        flex: 0 0 auto;
        width: calc(50% - 12px);
    }

    .advantages_item {
        font-size: 13px;
        padding: 0 1%;
    }

    .event_datapicker {
        width: 50%;
    }

    .event_item_right {
        display: none;
    }

    .catalog_section_item:hover .descr_short {
        display: none;
    }

    .descr_short_btn {
        display: block;
    }

    .catalog_section_item:hover .to_item_product {
        display: none;
    }

    .c_s_l_sale {
        width: 44px;
        height: 44px;
        line-height: 34px;
        font-size: 10px;
    }

    .c_s_l_sale > span {
        font-size: 12px;
    }

    footer > div {
        flex-wrap: wrap;
    }

    .footer_contact {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .footer_menu {
        width: 100%;
        order: -1;
    }

    .footer_dop {
        width: 100%;
    }

    .footer_contact_column {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .p_ico {
        flex: 1 1 0;
        padding: 0 0 0 30px;
    }

    .footer_mainnav {
        position: relative;
        max-height: 0;
        overflow: hidden;
        z-index: 5;
    }

    .footer_menu_trigram.open .footer_mainnav {
        max-height: 2000px;
        overflow: hidden;
    }

    .footer_dop {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .block_subscribe,
    .footer_inet,
    .soz {
        flex: 1 1 0;
        padding: 0 10px 15px 0;
        margin: 0 !important;
    }

    /*.subscribe_form {
        display: none;
   }
    .subscribe_form_btn {
        display: block;
   }
   */
    .subscribe_form_btn a,
    .footer_inet a,
    .subscribe_form_btn a:hover,
    .footer_inet a:hover {
        font-size: 10px;
        padding: 14px 10px;
    }

    .catalog_product {
        flex-wrap: wrap;
        justify-content: center;
    }

    .catalog_product_left {
        width: 45%;
    }

    .catalog_product_center {
        width: 65%;
        padding: 0 0 20px 12px;
    }

    .catalog_product_right {
        width: 85%;
        padding: 10px 0 20px 0;
    }

    .catalog_product_right:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        border-left: 0;
        border-top: #f4f3f2 1px solid;
    }

    .catalog_section_column {
        flex-wrap: wrap;
    }

    .catalog_section_left {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .catalog_section_right {
        width: 100%;
        flex: 1 1 auto;
    }

    .cat_nav_active {
        display: block;
    }

    .cat_nav ul {
        display: block;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .cat_nav.open ul {
        max-height: 5000px;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .contact_column > div > div.contact_info {
        padding: 20px 5px 20px 10px;
    }

    .block_map_city > div a,
    .block_map_city > div a:hover {
        color: #b8b3ad;
        font-size: 11px;
    }
}

@media (max-width: 1000px) {
    ._btn_bottom_1, ._btn_bottom_2 {
        max-width: 180px;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .h_logo {
        position: relative;
        min-width: 146px;
        width: 20%;
    }

    .h_logo_pic {
        position: relative;
        margin: 12px 0;
    }

    .h_logo_pic a img {
        width: 160px;
        max-width: 100%;
    }

    .catalog_mainnav > ul > li {
        width: 25%;
    }

    .catalog_mainnav > ul > li > ul {
        margin: 0 0 15px 0;
    }

    .sub_mainnav > ul {
        justify-content: flex-start;
    }

    .sub_mainnav > ul > li {
        width: 25%;
    }

    .sub_mainnav > ul > li > ul {
        margin: 0 0 15px 0;
    }

    .block_main_promo_items,
    .block_main_footer_items {
        height: 400px;
    }

    .block_main_promo_items_small {
        height: 120px;
    }

    .main_promo_n,
    .offer_promo_n {
        display: none;
    }

    .main_promo_p,
    .offer_promo_p {
        display: block;
    }

    .main_promo_m,
    .offer_promo_m {
        display: none;
    }
}

@media (min-width: 769px) {
    .tex_item_content ul li a:hover {
        border-bottom: transparent 1px dashed;
    }

    .h_tel_ico {
        display: none;
    }

    a.h_lk_b_link:hover {
        border-bottom: transparent 1px dashed;
    }

    .h_lk {
        margin: 0;
        width: 7%;
        text-align: center;
    }

    .h_tel_text:hover .region_number {
        display: block;
        height: auto;
        opacity: 1;
        padding: 10px;
        top: 32px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .h_lk_text {
        display: inline-block;
    }

    .h_lk_b_dop {
        display: none;
    }

    .h_lk:hover .h_lk_b {
        display: block;
    }

    .catalog_mainnav > ul {
        margin: 0 auto;
        padding: 30px 0;
        list-style: none;
        max-width: 1260px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .catalog_mainnav > ul > li > a {
        background-repeat: no-repeat;
        background-size: 40px;
        background-position-x: 110%;
        background-position-y: 50%;
    }

    .catalog_mainnav > ul > li > a:after {
        background-repeat: no-repeat;
        background-size: 40px;
        background-position-x: 0;
        background-position-y: 0;
        right: 0;
        overflow: hidden;
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .catalog_mainnav > ul > li:hover a:after {
        background-position-x: -20px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .catalog_mainnav_ico_gnss:after {
        background-image: url("../images/catalog/ico_gnss.png");
    }

    .catalog_mainnav_ico_optics:after {
        background-image: url("../images/catalog/ico_optics.png");
    }

    .catalog_mainnav_ico_lazernoe_skanirovanie:after {
        background-image: url("../images/catalog/ico_lazernoe_skanirovanie.png");
    }

    .catalog_mainnav_ico_modems:after {
        background-image: url("../images/catalog/ico_modems.png");
    }

    .catalog_mainnav_ico_kontrollery:after {
        background-image: url("../images/catalog/ico_kontrollery.png");
    }

    .catalog_mainnav_ico_soft:after {
        background-image: url("../images/catalog/ico_soft.png");
    }

    .catalog_mainnav_ico_aksessuary:after {
        background-image: url("../images/catalog/ico_aksessuary.png");
    }

    .catalog_mainnav_ico_bpa:after {
        background-image: url("../images/catalog/ico_bpa.png");
    }

    .catalog_mainnav_ico_agro:after {
        background-image: url("../images/catalog/ico_agro.png");
    }

    .catalog_mainnav_ico_sales:after {
        background-image: url("../images/catalog/ico_sales.png");
    }

    .catalog_mainnav_ico_trassoiskateli:after {
        background-image: url("../images/catalog/ico_trassoiskateli.png");
    }

    .catalog_mainnav_ico_gidrografiya:after {
        background-image: url("../images/catalog/ico_gidrografiya.png");
    }

    .catalog_mainnav_ico_sau:after {
        background-image: url("../images/catalog/ico_sau.png");
    }

    .catalog_mainnav_ico_bpla:after {
        background-image: url("../images/catalog/ico_bpla.png");
    }

    .catalog_mainnav_ico_monitoring:after {
        background-image: url("../images/catalog/ico_monitoring.png");
    }


    /*.catalog_mainnav > ul > li {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*!*flex: 1 1 0;*/
    /**!*/
    /*border-right: #f1f0ef 1px solid;*/
    /*width: 14.28%;*/
    /*}*/
    .catalog_mainnav > ul > li {
        padding: 0;
        width: 13.5%;
        box-shadow: 0 0 2px #16419454;
        border: 1px solid transparent;
        border-radius: 5px;
        margin: 2px;
        background: #d3d3d329;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .catalog_mainnav > ul > li:hover {
        z-index: 1;
        box-shadow: none;
        border: 1px solid #16419454;
        background: #0042A6;
    }

    .catalog_mainnav > ul > li > a {
        position: relative;
        display: block;
        color: #0042A6;
        font-size: 14px;
        text-decoration: none;
        padding: 6px 8px;
        font-weight: 600;
    }

    .header_mainnav_ul_li_a.selected,
    .header_mainnav_ul_li_a:hover {
        color: #0042A6;
        border: 1px solid #0042A6;
    }

    .catalog_mainnav > ul > li.open:hover > a {
        color: white;
    }

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

    .catalog_mainnav_ul_li_ul_li {
        margin: 0;
        padding: 0;
    }

    .catalog_mainnav_ul_li_ul_li_a {
        display: inline-block;
        color: #404345;
        font-size: 13px;
        text-decoration: none;
        padding: 6px 8px;
        font-weight: 350;
    }

    .catalog_mainnav_ul_li_ul_li_a_span {
        border-bottom: 1px dotted transparent;
        color: #0042A6;
    }

    .catalog_mainnav_ul_li_ul_li_a:hover .catalog_mainnav_ul_li_ul_li_a_span {
        color: #0042A6;
        border-bottom: 1px dotted #fff;
    }

    .catalog_mainnav > ul > li:hover .catalog_mainnav_ul_li_ul_li_a_span {
        color: #fff;
    }

    .catalog_mainnav.open > ul > li:hover .catalog_menu_more {
        color: #fff;
    }

    .catalog_mainnav.open > ul > li:hover .catalog_mainnav_ul_li_ul_li_a {
        color: white;
    }

    .footer_mainnav > ul > li > ul > li > a span {
        border-bottom: 1px dotted transparent;
    }

    .footer_mainnav > ul > li > ul > li > a:hover span {
        color: #225b84;
        border-bottom: 1px dotted #225b84;
    }

    .main_menu {
        position: relative;
        flex: 1 1 0;
        padding: 0;
        margin: 15px 0 0 0;
    }

    /*.header_menu_trigram * {
         -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
    }
    */
    .header_menu_trigram {
        position: relative;
    }

    .header_menu_trigram > a {
        display: none;
    }

    .header_mainnav {
        position: relative;
    }

    .header_mainnav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header_mainnav_ul_li {
        margin: 0;
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .header_mainnav_ul_li_a {
        position: relative;
        display: block;
        color: #404345;
        font-size: 14px;
        text-decoration: none;
        padding: 11px 14px 12px 14px;
        border: transparent 1px solid;
    }

    .header_mainnav_ul_li_a:hover,
    .header_mainnav_ul_li_a.selected,
    .header_mainnav_ul_li_a.selected_arr {
        border: #164194 1px solid;
        border-radius: 5px;
        color: #0042A6;
        box-shadow: 0 0 5px #0042A6;
    }

    .header_mainnav_ul_li_a.selected_arr:after,
    .header_mainnav_ul_li.m_menu_selectemenu:hover > a:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -17px;
        margin: 0 0 0 -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #fff;
        z-index: 3;
    }

    .header_mainnav_ul_li > ul

        /* убираем так как на основной версии меню отдельно */
    {
        display: none;
    }

    .sub_mainnav_ul {
        margin: 0 auto;
        padding: 10px 0;
        list-style: none;
        max-width: 1260px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sub_mainnav_ul_li {
        margin: 5px 0;
        padding: 0;
        /*flex: 1 1 0;
        */
        border-right: #f1f0ef 1px solid;
        width: 14.28%;
        text-align: center;
    }

    .sub_mainnav_ul_li:last-child {
        border-right: transparent 1px solid;
    }

    .sub_mainnav_ul_li:hover {
        box-shadow: 0 0 5px #16419490;
    }

    .sub_mainnav_ul_li_a,
    .sub_mainnav_ul_li_a:hover {
        position: relative;
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        padding: 6px 7px;
    }

    .sub_mainnav_ul_li_a:hover {
        color: #0042A6;
    }

    .main_directions_item:hover {
        background: #003c70;
        box-shadow: 0 0 10px #ffffff70;
    }

    .main_directions_item:hover a {
        color: #fff;
    }

    .main_directions_item:hover .main_directions_pic img {
        margin: -76px 0 0 0;
    }

    .slider_arr_left a:hover,
    .slider_arr_right a:hover {
        color: #404345;
    }

    .catalog_slider_item:hover {
        /* border: #fff 1px solid;
         box-shadow: 0 2px 7px rgba(184,179,173,.24);
         -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
         */
        border: #164194 1px solid;
        box-shadow: 0 2px 7px rgba(184, 179, 173, .24);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .catalog_section_item:hover {
        border: #164194 1px solid;
        box-shadow: 0 2px 7px rgba(184, 179, 173, .24);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .catalog_slider_item:hover .c_s_l_basket a,
    .catalog_section_item:hover .c_s_l_basket a {
        background: url("../images/ico_basket2.png") no-repeat -33px 0;
    }

    .promo_market {
        height: 235px;
    }

    .market_promo_n {
        display: none;
    }

    .market_promo_p {
        display: block;
    }

    .market_promo_m {
        display: none;
    }

    a.link_dashed_blue:hover {
        border-bottom: transparent 1px dashed;
    }

    a.link_dashed:hover {
        border-bottom: transparent 1px dashed;
        color: #0042A6;
    }

    .soz a:hover img {
        margin: -40px 0 0 0;
    }

    .block_up a:hover {
        background: #164194 url("../images/arr_up.png") no-repeat center;
    }

    .bread_crumbs ul {
        display: block;
    }

    .bread_crumbs li a:hover,
    a.bread_crumbs_back:hover {
        border-bottom: transparent 1px dashed;
    }

    .card_pic_slider_arr_left a:hover,
    .card_pic_slider_arr_right a:hover {
        color: #404345;
    }

    .catalog_product_menu li > a:hover {
        color: #0042A6;
        background: #ffce06;
        border: #164194 1px solid;
    }

    .catalog_product_icos a.ico_compare:hover {
        background: url("../images/ico_compare.png") no-repeat -18px 0 / 36px;
    }

    .catalog_product_icos a.ico_r:hover {
        background: url("../images/ico_r.png") no-repeat -22px 0 / 44px;
    }

    .catalog_product_icos a.ico_print:hover {
        background: url("../images/ico_print.png") no-repeat -25px 0 / 50px;
    }

    .link_grey_dashed:hover {
        border-bottom: transparent 1px dashed;
    }

    .cat_prod_list_item > a:hover {
        background: #ffce06;
        color: #0042A6;
    }

    .cat_prod_dop_menu ul li a:hover {
        color: #404345
    }

    .pages ul li a:hover {
        border: #404345 1px solid;
        color: #404345;
    }

    .contact_print:hover {
        background: url("../images/ico_print.png") no-repeat -25px 0 / 50px;
    }

    .producer_item a:hover {
        border: #003c70 1px solid;
    }

    .tex_items > li > a:hover {
        border: #164194 1px solid;
        cursor: pointer;
    }

    .block_map_city > div a:hover {
        color: #0042A6;
    }

    /*.catalog_section_item:hover .c_s_l_compare a {
         background: url("../images/ico_compare.png") no-repeat -18px 0 / 36px;
    }
    */
    .main_promo_pages li a:hover {
        background: #3f4143;
    }

    .event_head:hover {
        border-bottom: transparent 1px dashed;
    }

    .main_catalog_section_arr_left a:hover,
    .main_catalog_section_arr_right a:hover {
        color: #404345;
    }

    .dopfon_mob {
        display: none;
    }
}

@media (max-width: 768px) {

    .blog_page_header {
        font-size: 25px;
    }

    .blog_page_left_article_content span {
        font-size: 20px;
        line-height: 25px;
    }


    .header-content h1 {
        font-size: 30px;
        min-height: auto;
    }

    div > .equip_repair-title,
    .equip_repair-title {
        font-size: 30px;
    }

    .equip_repair-two_ways {
        display: block;
        padding: 0 10px;
    }

    .full_rules_content-block {
        text-align: left;
    }

    .equip_repair-two_ways-column-2 {
        width: 100%;
    }

    .column-2_inner_block {
        text-align: center;
        padding: 0;
        max-width: 250px;
        margin: 0 auto;
    }

    ._btn_bottom {
        position: inherit;
        margin: 40px auto;
    }

    ._btn_bottom_1, ._btn_bottom_2 {
        position: inherit;
        margin-top: 20px;
        max-width: 200px;
    }

    .card {
        margin: 100px 10px 0;
        padding: 50px;
        text-align: center;
    }

    .equip_repair-full_rules.card {
        width: calc(100% - 40px);
        padding: 30px 0 23px;
        margin: 0 10px 0 20px;
    }

    .equip_repair-two_ways-column-2 {
        margin: 50px auto;
        min-height: inherit;
        padding: 50px 50px 20px;
    }

    .id_blogs_menu_block {
        display: block;
    }

    .equip_repair-title_a {
        font-size: 18px;
    }

    #blogs_menu_main {
        display: none;
    }

    .blog_rubric.mob_blog {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }

    .blog_sujet_menu_tags_img {
        width: 100%;
        max-width: 30px;
        height: auto;
    }

    .blog_page_main {
        display: block;
    }

    .blogs_menu {
        display: block;
    }

    .open_fix .blogs_menu {
        display: flex;
        flex-wrap: wrap;
    }

    .blog_page_left_article_item {
        width: 100%;
    }

    .caprinla_p,
    .caprinla_p_span {
        font-size: 30px;
    }

    .sub_mainnav.open {
        display: none;
    }

    .block_header::before {
        top: 50px;
        border-top: none;
    }

    .block_header > header {
        max-width: 90%;
        margin: 0;
        margin-right: 40px;
    }

    .h_logo,
    .h_tel,
    .h_compare,
    .h_lk,
    .h_basket,
    .block_search,
    .main_menu {
        width: 20%;
        text-align: center;
        margin: 0;
    }
    .h_logo{
        min-width: 10px;
    }

    .block_search.block_search_blog{
        width: 100%;
    }

    .h_lk_mobile {
        display: block;
    }

    .h_basket_span {
        top: -3px;
        right: 10px;
    }

    .h_basket a,
    .h_basket a:hover {
        display: block;
        height: 100%;
        width: 100%;
        background: url(../images/ico_basket.png) no-repeat 10px 0/ 31px;
    }


    .h_tel_text.open .region_number {
        display: block;
        height: 310px;
        opacity: 1;
        top: 32px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .region_number .mainblock {
        display: flex;
    }

    .open .dopfon_mob {
        margin: 10px 0;
    }

    .h_logo {
        position: relative;
        z-index: 1;
    }


    .h_logo_pic a img {
        height: 40px;
        position: relative;
        margin: 0 auto;
    }

    .h_tel {
        padding: 0 10px;
    }

    .h_tel_ico {
        display: block;
        width: 22px;
        height: 22px;
        background: url("../images/ico_tel.png") no-repeat center / 22px;
        margin: 0 auto;
    }

    .h_tel_text {
        display: none;
    }

    .h_tel_text.open {
        display: block;
        position: absolute;
        top: 20px;
    }

    .h_tel_text.open > a {
        display: none;
    }

    .h_call {
        display: none;
    }

    .block_search_open {
        border: 0;
        height: 42px;
        font-size: 0;
    }

    .block_search.open .block_search_open {
        position: absolute;
        top: 4px;
        right: 0;
        left: 0;
        display: block;
        opacity: 1;
        width: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 103;
        padding: 0 15px;
    }

    .h_icos {
        width: 32%;
    }

    .h_icos {
        width: 50%;
    }

    .h_lk_main {
        display: none;
    }

    .h_lk a span.h_lk_text_mobile {
        display: none;
    }

    .h_lk a span.h_lk_text_mobile.open {
        display: block;
        position: absolute;
        margin: 0 auto;
        left: -47px;
    }

    .h_lk_b_dop {
        display: block;
        margin: 0 0 15px 0;
    }

    .h_lk.open .h_lk_b {
        display: block;
    }

    .block_main_menu {
        position: relative;
        max-width: 1260px;
    }

    .block_main_menu:after {
        bottom: -8px;
    }

    .catalog_menu {
        position: relative;
        width: 100%;
        height: 42px;
        margin: 0 0 0 15px;
    }

    .catalog_mainnav > ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: block;
    }

    .li_menu_m {
        margin: 0;
        padding: 0;
        border-bottom: #f1f0ef 1px solid;
        min-height: 50px
    }

    .li_menu_m:last-child {
        border-bottom: transparent 1px solid;
    }

    .li_menu_m > a {
        position: relative;
        display: block;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        padding: 17px 8px;
        font-weight: 600;
    }

    .header_mainnav_ul_li_a.selected {
        color: #0042A6;
    }

    .li_menu_m > a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        margin: -4px 0 0 0;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-top: 7px solid #c3beb9;
        border-right: 7px solid transparent;
    }

    .li_menu_m > a.selected:after {
        border-left: 6px solid #0042A6;
    }

    .catalog_mainnav > ul > li.open > ul,
    .catalog_mainnav > ul > li.open_ico > ul {
        display: block;
    }

    .catalog_mainnav > ul > li.open > a:after {
        border-left: 7px solid transparent;
        border-top: 0;
        border-bottom: 7px solid #c3beb9;
        border-right: 7px solid transparent;
    }

    .catalog_mainnav_ul_li_ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #f9f8f8;
        box-shadow: rgba(0, 0, 0, .1) 0 2px 2px inset;
    }

    .catalog_mainnav_ul_li_ul_li {
        margin: 0;
        padding: 0;
        border-bottom: #f2f1f0 1px solid;
    }

    .catalog_mainnav_ul_li_ul_li_a {
        position: relative;
        display: block;
        color: #404345;
        font-size: 14px;
        text-decoration: none;
        padding: 11px 8px 11px 35px;
        font-weight: 300;
    }

    .catalog_mainnav_ul_li_ul_li_a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        margin: -4px 0 0 0;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 6px solid #404345;
        border-bottom: 4px solid transparent;
    }

    /* для иконочного меню */
    .catalog_mainnav > ul > li.open_ico > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        box-shadow: none;
    }

    .catalog_mainnav > ul > li.open_ico > ul > li > a {
        padding: 11px 8px 11px 10px;
    }

    .catalog_mainnav > ul > li.open_ico > ul > li > a:after {
        border: 0 !important;
    }

    .selected_submenu:before {
        bottom: 15px;
        right: 5%;
    }

    .main_menu {
        right: 0;
        top: 13%;
        z-index: 102;
    }

    .header_menu_trigram {
        width: 50px;
        height: 48px;
        cursor: pointer;
        display: block;
        background: #fff;
        z-index: 30;
        position: relative;
        margin: 0 auto;
    }

    .header_menu_trigram > a {
        position: relative;
        display: block;
        width: 42px;
        height: 48px;
        right: 10%;
    }

    .header_menu_trigram_one {
        position: absolute;
        background-color: #0042A6;
        display: block;
        height: 4px;
        left: 10px;
        right: 10px;
        top: 23px;
        transition: top .2s ease .25s, left .2s ease .25s, opacity .2s ease .25s, transform .2s ease 0s;
    }

    .header_menu_trigram_one:first-child {
        top: 15px;
    }

    .header_menu_trigram_one:first-child + .header_menu_trigram_one + .header_menu_trigram_one {
        top: 31px;
    }

    .header_menu_trigram.open {
        /*background: #414042;
        */
    }

    .header_menu_trigram.open .header_menu_trigram_one {
        left: 10px;
        opacity: 0;
        transition: background .2s ease 0s, top .2s ease 0s, left .2s ease 0s, opacity .2s ease 0s, transform .2s ease .25s;
    }

    .header_menu_trigram.open .header_menu_trigram_one:first-child {
        left: 10px;
        opacity: 1;
        top: 21px;
        transform: rotate(45deg);
    }

    .header_menu_trigram.open .header_menu_trigram_one:first-child + .header_menu_trigram_one + .header_menu_trigram_one {
        left: 10px;
        opacity: 1;
        top: 21px;
        transform: rotate(-45deg);
    }

    .header_menu_trigram.open .header_mainnav ul {
        border-radius: 10px;
        overflow: hidden;
    }

    .header_menu_trigram.open .header_mainnav:after {
        content: ' ';
        position: absolute;
        right: 20px;
        border: 10px solid;
        top: -20px;
        width: 0;
        border-color: transparent transparent #e5e5e5 transparent;
    }

    .header_mainnav {
        position: absolute;
        top: 48px;
        width: 0;
        right: 0;
        z-index: 5;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        overflow: hidden;
    }

    .header_menu_trigram.open .header_mainnav {
        border: #e5e5e5 1px solid;
        display: block;
        box-shadow: rgba(0, 0, 0, .02) 0 2px 1px inset;
        background: #f9f8f8;
        border-radius: 10px;
        width: 320px;
        right: 10px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

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

    .header_mainnav_ul_li {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .header_mainnav_ul_li_a {
        position: relative;
        display: block;
        color: #404345;
        font-size: 14px;
        text-decoration: none;
        padding: 14px 26px;
        font-weight: 600;
        border-bottom: #f2f1f0 1px dashed;
    }

    .header_mainnav_ul_li_a.selected .header_mainnav_ul_li.open > a {
        color: #0042A6;
    }

    .open .m_menu_selected {
        display: block;
        position: absolute;
        top: 0;
        right: 5%;
        line-height: 45.5px;
    }

    .selected_arr.open .m_menu_selected {
        color: #fff;
        z-index: 1;
    }

    .header_mainnav_ul_li_a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        margin: -4px 0 0 0;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 6px solid #404345;
        border-bottom: 4px solid transparent;
    }

    .header_mainnav_ul_li_a.selected:after {
        border-left: 6px solid #0042A6;
    }

    .header_mainnav_ul_li.open > .header_mainnav_ul_li_a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        margin: -3px 0 0 0;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #fff;
        border-bottom: 0;
    }

    .header_mainnav_ul_li.open > a.selected:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        /*border-top: 6px solid #0042A6;*/
        border-bottom: 0;
    }

    /* level2 */
    .header_mainnav_ul_li_second {
        margin: 0;
        padding: 0;
        background: #0042A6;

    }

    .header_mainnav_ul_li_a_second {
        position: relative;
        display: block;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        padding: 14px 26px 14px 46px;
        font-weight: 300;
        border-bottom: #f2f1f0 1px dashed;
    }

    .header_mainnav_ul_li_a_second.selected {
        color: #0042A6;
    }

    .header_mainnav_ul_li_a_second:hover {
        color: #fff;
    }

    .header_mainnav_ul_li_a_second:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 30px;
        margin: -4px 0 0 0;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 6px solid #fff;
        border-bottom: 4px solid transparent;
    }

    .header_mainnav_ul_li_a_second.selected:after {
        border-left: 6px solid #0042A6;
    }

    .has_submenu > ul {
        display: none;
        box-shadow: 0 0 3px lightgrey;
        margin-left: 30px;

    }

    .header_menu_trigram.open .header_mainnav ul ul {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .has_submenu.open > ul {
        display: block;

    }

    .bread_crumbs ul li:last-child {
        display: none;
    }

    .hash_descr {
        position: fixed;
        top: -100%;
        width: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .catalog_product_icos {
        display: none;
    }

    .basket_line_th {
        display: none;
    }

    .basket_line {
        flex-wrap: wrap;
    }

    .b_name {
        width: 100%;
        flex: 1 1 auto;
    }

    .b_cost {
        width: auto;
        flex: 1 1 0;
    }

    .b_name_pic {
        width: 60px;
    }

    .b_btn_left {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .b_btn_right {
        width: 100%;
        flex: 1 1 auto;
        text-align: left;
    }

    .basket_remove_all.btn_blue_border.wdt_basket_btn,
    .b_btn_right .wdt_basket_btn {
        width: 100%;
        max-width: 220px;
    }

    .basket_remove_all.btn_blue_border.wdt_basket_btn {
        border: #e7e7e7 1px solid;
        color: #cacaca;
    }

    #promocode.inp.wdt160 {
        margin: 10px auto;
        width: 220px;
    }

    .b_btn {
        max-width: 230px;
        margin: auto;
    }

    .city_column > div {
        width: 100%;
        padding: 0 0;
    }

    .city_column > div:first-child {
        border-right: 0;
    }

    .tex_nofound {
        font-size: 20px;
    }

    .p_ico.t_up {
        text-align: center;
    }

    .my_prin_div ul {
        display: block;
    }

    .my_prin_div ul li {
        width: 100%;
    }

    .moy_prin_img_menu_pic_a {
        left: 36%;
        opacity: .3;
    }

    .price_plus {
        position: inherit;
        bottom: inherit;
        right: inherit;
        width: 100%;
    }

    .bread_crumbs ul li:last-child {
        display: none;
    }

    .hash_descr {
        position: fixed;
        top: -100%;
        width: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .catalog_product_icos {
        display: none;
    }

    .basket_line_th {
        display: none;
    }

    .basket_line {
        flex-wrap: wrap;
    }

    .b_name {
        width: 100%;
        flex: 1 1 auto;
    }

    .b_cost {
        width: auto;
        flex: 1 1 0;
    }

    .b_name_pic {
        width: 60px;
    }

    .b_btn_left {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .b_btn_right {
        width: 100%;
        flex: 1 1 auto;
        text-align: left;
    }

    .basket_remove_all.btn_blue_border.wdt_basket_btn,
    .b_btn_right .wdt_basket_btn {
        width: 100%;
        max-width: 220px;
    }

    .basket_remove_all.btn_blue_border.wdt_basket_btn {
        border: #e7e7e7 1px solid;
        color: #cacaca;
    }

    #promocode.inp.wdt160 {
        margin: 10px auto;
        width: 220px;
    }

    .b_btn {
        max-width: 230px;
        margin: auto;
    }

    .city_column > div {
        width: 100%;
        padding: 0 0;
    }

    .city_column > div:first-child {
        border-right: 0;
    }

    .tex_nofound {
        font-size: 20px;
    }

    .p_ico.t_up {
        text-align: center;
    }

    .my_prin_div ul {
        display: block;
    }

    .my_prin_div ul li {
        width: 100%;
    }

    .moy_prin_img_menu_pic_a {
        left: 36%;
        opacity: .3;
    }

    .price_plus {
        position: inherit;
        bottom: inherit;
        right: inherit;
        width: 100%;
    }

    .block_main_promo_items {
        height: 400px;
    }

    .block_main_footer_items {
        height: 230px;
    }

    .block_main_promo_items_small {
        height: 120px;
    }

    .main_promo_n,
    .offer_promo_n {
        display: none;
    }

    .main_promo_p,
    .offer_promo_p {
        display: none;
    }

    .main_promo_m {
        display: block;
        left: 50%;
    }

    .banners_offers_item {
        height: 400px;
    }

    .banners_offers_item_a {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .offer_promo_m {
        left: 50%;
        position: relative;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: auto;
    }

    .main_promo_pages {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .main_directions {
        margin: -2vh 0 0 0;
    }

    .main_directions_item {
        width: calc(50% - 12px);
        flex: 1 1 auto;
    }

    .main_directions_item a,
    .main_directions_item a:hover {
        font-size: 12px;
    }

    .main_directions_pic img {
        height: 120px;
    }

    .main_directions_text {
        padding: 0 1px;
    }

    .news_item {
        width: 100%;
        margin: 0;
    }

    .news_items {
        display: block;
    }

    .advantages_item {
        width: 50%;
        flex: 1 1 auto;
        padding: 10px 0;
    }

    .advantages_item img {
        height: 55px;
        margin: 0 0 15px 0;
    }

    .news_data2 {
        text-align: center;
    }

    .news_data2 strong {
        margin: 0 5px 0;
    }

    .news_data2 br {
        display: none;
    }

    .news_data2:after {
        display: none;
    }

    .event_column {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .event_datapicker {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .event_item {
        width: 100%;
        flex: 1 1 auto;
        padding: 0 0 0 0;
    }

    .main_catalog_section_out {
        height: 58px;
    }

    .main_catalog_section_item {
        height: 58px;
    }

    .main_catalog_section_item a,
    .main_catalog_section_item a:hover {
        font-size: 10px;
    }

    .main_catalog_section_item img {
        margin: 0 0 10px 0;
        height: 35px;
    }

    .c_s_l_sale {
        /* top: 168px;
        right: 10px;
        left: auto; */
        width: 50px;
        height: 50px;
        line-height: 43px;
        font-size: 12px;
        border: #87a6bc 3px solid;
    }

    .promo_market {
        height: 230px;
    }

    .market_promo_n {
        display: none;
    }

    .market_promo_p {
        display: none;
    }

    .market_promo_m {
        display: block;
    }

    a.interra,
    a.interra:hover {
        font-size: 0;
    }

    .footer_mainnav > ul > li > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_mainnav > ul > li > ul > li {
        width: 50%;
    }

    .cat_prod_list_item > a,
    .cat_prod_list_item > a:hover {
        padding: 7px 7px 7px 20px;
    }

    .cat_prod_list_item > a:before {
        left: 10px;
    }

    .cat_prod_list_dop_line {
        flex-wrap: wrap;
    }

    .c_name {
        width: 100%;
        flex: 1 1 auto;
        padding: 4px 7px 4px 10px;
    }

    .c_cost {
        width: auto;
        flex: 1 1 0;
        text-align: left;
        padding: 4px 0 4px 10px;
        font-size: 16px;
    }

    .c_buy {
        padding: 4px 10px;
    }

    .cat_prod_dop_menu ul li a,
    .cat_prod_dop_menu ul li a:hover {
        font-size: 11px;
        padding: 10px 6px;
    }

    .block_tabl {
        margin: 0 -10px;
    }

    .podarki_items {
        max-width: 300px;
        left: -100%;
    }

    .preimicons_a .podarki_items {
        left: 0;
    }

    .cost_small {
        font-size: 16px;
    }

    .news_section_left {
        width: 100%;
        flex: 1 1 auto;
        padding: 0;
    }

    .news_section_right {
        display: none;
    }

    .news_section_left .head30 {
        margin: 0 0 20px 0;
    }

    .contact_column > div {
        flex: 1 1 100%;
    }

    .contact_info_line,
    .contact_info_line2 {
        flex-wrap: wrap;
        padding: 8px 0 8px 0;
    }

    .contact_info_line > div,
    .contact_info_line2 > div {
        flex: 1 1 100%;
    }

    .contact_info_line > div:first-child {
        flex: 1 1 100%;
    }

    .contact_info_line2 > div:first-child {
        flex: 1 1 100%;
    }

}

@media (max-width: 850px) {
    .catalog_section_items .catalog_section_item {
        width: calc(50% - 10px);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .catalog_section_items._offers_catalog_items .catalog_section_item {
        width: calc(50% - 10px);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
}

@media (max-width: 700px) {


    .catalog_section_item:hover .descr_short {
        border: 1px solid #f1f0ef;
        border-top: none;
    }

    .to_item_product {
        left: 35%;
    }

    .news_items.news_main .news_item:nth-child(n+2) {
        display: none;
    }

    .news_items.news_section .news_item {
        flex: 0 0 auto;
        width: calc(100% - 12px);
    }
}

@media (max-width: 650px) {
    .equip_repair-contact {
        padding: 50px;
    }

    .equip_repair-contact li {
        font-size: 28px;
    }

    .download_zagruzki ul {
        display: block;
    }

    .download_zagruzki ul li {
        width: 100%;
    }

    .logo_pc {
        display: none;
    }

    .logo_mobile {
        display: block;
    }
}

@media (max-width: 600px) {
    .equip_repair-contact ul {
        width: auto;
    }

    .equip_repair-contact li {
        font-size: 23px;
    }

    .equip_techpage_item {
        display: block;
    }

    .equip_techpage_item_block {
        display: block;
    }

    .footer_mainnav > ul {
        flex-wrap: wrap;
    }

    .footer_mainnav > ul > li {
        width: 100%;
        flex: 1 1 auto;
        border-bottom: #f2f1f0 1px solid;
        padding: 5px 0;
    }

    .footer_contact_column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .p_ico {
        width: 100%;
        flex: 1 1 auto;
        padding: 0 0 0 30px;
        margin: 10px 0;
    }

    .footer_dop {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .block_subscribe,
    .footer_inet,
    .soz {
        width: 100%;
        flex: 1 1 auto;
        padding: 10px 0;
        margin: 0;
    }

    .catalog_product_left {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .catalog_product_center {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .form_line {
        margin: 7px 0;
    }

    .form_line > label {
        font-size: 12px;
        padding: 0 0 8px 0;
    }

    .block_win_basket {
        padding: 0;
    }

    .win_basket_pic {
        width: 100px;
        max-width: 100px;
    }

    .win_basket_btn {
        flex-wrap: wrap;
    }

    .win_basket_btn > div {
        flex: 1 1 100%;
        padding: 8px;
    }

    .win_basket_btn > div:nth-child(2) {
        order: -1;
    }
}

@media (max-width: 560px) {
    .equip_repair-contact {
        text-align: center;
    }

    .equip_repair-contact ul {
        display: flex;
    }

    .equip_repair-contact li {
        flex: 1 1 auto;
        margin: 0;
    }

    .equip_repair-contact img {
        margin: 0;
    }

    .equip_repair-contact span {
        display: none;
    }

    .prinnet_whatis:hover .prinnet_whatis_decscr {
        right: 0;
        left: auto;
        bottom: 130%;
    }

    .news_section_page ul,
    .news_section_page ol {
        padding-left: 5px;
    }

    .article_avtor {
        display: block;
    }

    .article_avtor_image {
        width: 100%;
        max-width: 200px;
        text-align: center;
        margin: auto;
    }

    .article_avtor_name {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .article_avtor_about {
        width: 100%;
        text-align: justify;
    }

    .wrap_image {
        display: block;
    }

    .wrap_image > div {
        width: 100%;
    }

    .komplect_stroka.head {
        display: none;
    }

    .komplect_stroka {
        display: block;
    }

    .komplect_stroka_item {
        margin: 5px auto;
        width: 100%;
    }

    .komplect_name,
    .komplect_kolvo {
        font-size: 14px;
        font-weight: bold;
    }

    .komplect_art {
        font-size: 11px;
    }

    .h_lk > a .h_lk_text {
        display: none;
    }
}

@media (min-width: 501px) {
    .block_search {
        position: relative;
        min-width: 36px;
        height: 42px;
        width: 40%;
    }

    .block_search_btn {
        display: none;
    }

    .block_search_open {
        height: 42px;
        font-size: 0;
    }

    .block_search .block_search_open,
    .block_search.open .block_search_open {
        position: relative;
        display: block;
        opacity: 1;
        width: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .inp_search {
        line-height: 42px;
        height: 42px;
    }

    .btn_search {
        height: 42px;
    }
}

@media (max-width: 560px) {
    .status_prinnet {
        width: 94%;
        font-size: 14px;
    }

    .catalog_product_menu li {
        margin: 5px 5px 0 0;
    }
}

@media (max-width: 550px) {
    .catalog_section_items .catalog_section_item {
        width: calc(100% - 10px);
        max-width: 350px;
        margin: 5px auto;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .catalog_section_items._offers_catalog_items .catalog_section_item {
        width: calc(100% - 10px);
        max-width: 350px;
        margin: 5px auto;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

}

@media (max-width: 500px) {
    .goto_site {
        width: auto;
        padding: 5px 10px;
    }

    .block_search_btn {
        position: relative;
        width: 40px;
        height: 42px;
        display: block;
        margin: auto;
    }

    .block_search_btn a {
        display: block;
        width: 40px;
        height: 42px;
        background: url("../images/ico_search.png") no-repeat center / 22px;
    }

    .block_search .block_search_open {
        position: absolute;
        top: 4px;
        left: 0;
        opacity: 0;
        width: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        /*overflow: hidden;
        */
    }

    .block_orbit_ttx_item:nth-child(n+1) > div:first-child {
        width: auto;
    }
}

@media (min-width: 401px) {
    .event_datapicker_day:after {
        content: "";
        position: absolute;
        right: -6px;
        top: 50%;
        margin: -7px 0 0 0;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 6px solid #bfbab5;
        border-bottom: 7px solid transparent;
    }
}

@media (max-width: 400px) {
    .event_datapicker_section {
        flex: 1 1 auto;
        width: 100%;
    }

    .event_datapicker_day {
        width: 100%;
        padding: 6px 0;
        font-size: 13px;
    }

    .event_datapicker_day:after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin: 0 0 0 -7px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 6px solid #bfbab5;
    }

    .event_section {
        font-size: 11px;
    }

    .event_head,
    .event_head:hover,
    .event_subhead {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .preimicons {
        position: inherit;
    }

    .h_logo,
    .h_tel,
    .h_compare,
    .h_basket {
        max-width: 60px;
        text-align: center;
        margin: 0;
        min-width: 45px;
    }

}

/* Section-vacancies */

.section-vacancies {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 260px;
    max-width: calc(100vw - 20px);
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vacancies {
    display: block;
    width: 100%;
    position: relative;
}

.vacancies h1, .vacancies h2, .vacancies h3, .vacancies h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "OpenSans", sans-serif;
    font-weight: 800;
    color: #0057CF;
}

.vacancies h2 {
    display: block;
    position: relative;
    max-width: 584px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    line-height: 55px;
    color: #0057CF;
}

.vacancies__items > h2 {
    margin-top: 102px;
    margin-bottom: 63px;
}

.vacancies__intro {
    display: block;
    padding: 81px;
    padding-bottom: 251px;
    background: linear-gradient(188.23deg, #0066FF 2.21%, #00489D 44.58%), #00489D;
    border-radius: 0px 0px 20px 20px;
}

.vacancies__intro h1 {
    color: #fff;
    font-size: 50px;
    line-height: 68px;
}

.vacancies__items {
    display: block;
    width: calc(100% - 40px);
    max-width: 956px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -192px;
}

.vacancies-item {
    display: block;
    width: 100%;
    margin-bottom: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    padding: 145px;
    padding-bottom: 86px;
    padding-top: 64px;
    padding-bottom: 124px;
    border-radius: 20px;
}

.vacancies-item_short {
    padding-top: 68px;
    padding-bottom: 86px;
}

.vacancies-item__content {
    display: block;
    width: 100%;
    max-width: 642px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.vacancies-item h2 {
    padding-bottom: 26px;
}

.vacancies-item h3 {
    font-size: 30px;
    line-height: 41px;
    padding-bottom: 26px;
}

.vacancies-item p {
    display: block;
    width: 100%;
    text-align: center;
    color: #4D4D4D;
    font-size: 17px;
    line-height: 23px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    margin-top: 23px;
    min-height: 8px;
}

.vacancies-item p b {
    display: inline;
    font: inherit;
    color: inherit;
    font-weight: 700;
}

.vacancies-item p .ref {
    display: inline;
    font: inherit;
    color: #0057CF;
    text-decoration: underline;
}

.vacancies-item p .ref:hover {
    text-decoration: none;
}

.vacancies-item .new-btn {
    width: auto;
    display: inline-flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 66px;
    padding-bottom: 1px;
    margin-top: 46px;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 20px;
    color: #00489D;
}

.vacancies-item .new-btn a {
    text-decoration: none;
}

.vacancies-item .new-btn:hover a {
    color: #fff;
}

.vacancies-cities {
    display: flex;
    width: calc(100% + 10px);
    min-width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -6px;
    justify-content: center;
    flex-wrap: wrap;
}

.vacancies-cities__item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 159px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(113, 113, 113, 0.25);
    border-radius: 20px;
    padding-top: 10.5px;
    padding-bottom: 9.5px;
    transition: all 0.3s ease;
}

.vacancies-cities__item:first-child:last-child {
    min-width: 189px;
    margin-top: 14px;
}

.vacancies-cities__item:hover {
    box-shadow: 0px 4px 10px rgba(0, 102, 255, 0.4);
    cursor: pointer;
}

.vacancies-cities__item.active {
    box-shadow: 0px 4px 10px rgba(0, 102, 255, 0);
    background: #0066FF;
}

.vacancies-cities__item span {
    display: block;
    min-width: 100%;
    width: 100%;
    text-align: center;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4D4D4D;
    transition: all 0.3s ease;
}

.vacancies-cities__item.active span {
    color: #fff;
    font-weight: 600;
}

.cities-content {
    display: none;
    width: 100%;
    margin-top: 86px;

    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    pointer-events: none;
}

.cities-content.active {
    display: block;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 40px;
    transition: opacity 0.3s ease;
}

.cities-optional {
    display: block;
    width: 100%;
}

.cities-optional__item {
    display: block;
    width: 100%;

    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 0px;
    top: 0px;
}

.cities-optional__item.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}

.cities-optional__item.close {

}

.cities-optional__item h4 {
    display: inline-block;
    margin-right: auto;
    width: auto;
    text-align: left;
    position: relative;
    font-size: 25px;
    line-height: 34px;
    cursor: pointer;
}

.cities-optional__item h4::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -47px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/vacancies-arrow.svg) no-repeat left center/ 100% auto;
    transition: all 0.3s ease;
}

.cities-optional__item h4::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -23px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    width: 23px;
    height: 24px;
}

.cities-optional__item.close h4::before {
    transform: translateY(-50%) rotate(180deg);
}


.cities-optional__item-inner {
    display: block;
    width: 100%;
    padding-top: 4px;
    transition: opacity 0.3s ease;
}

.cities-optional__item.close .cities-optional__item-inner {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0s ease;
}

.cities-content p {
    text-align: left;
    margin-top: 18px;
}

.cities-content ul {
    list-style-type: none;
    appearance: none;
}

.cities-content ul li {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 23px;
    color: #4D4D4D;
    font-size: 17px;
    line-height: 23px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
}

.cities-content ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 9px;
    width: 4.1px;
    height: 4.1px;
    border-radius: 50%;
    background: #4D4D4D;
}


@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

    .section-vacancies {
        padding-bottom: 200px
    }

    .vacancies-item {
        padding-left: 85px;
        padding-right: 85px
    }

}

@media (max-width: 768px) {

    .vacancies-item {
        padding-left: 40px;
        padding-right: 40px;
    }

    .cities-optional__item h4 {
        padding-left: 37px
    }

    .cities-optional__item h4::before {
        left: 0px;
    }

}

@media (max-width: 480px) {

    .section-vacancies {
        max-width: 100%;
        padding-bottom: 142px
    }

    .vacancies__intro {
        padding-top: 58px;
        padding-bottom: 255px;
        border-radius: 0px;
    }

    .vacancies__intro h1 {
        font-size: 30px;
        line-height: 41px;
    }

    .vacancies h2 {
        max-width: 240px;
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 2px;
    }

    .vacancies__items {
        margin-top: -197px
    }

    .vacancies__items > h2 {
        margin-top: 57px;
        margin-bottom: 27px;
    }

    .vacancies-item {
        margin-bottom: 30px;
        padding: 22px;
        padding-bottom: 42px;
        padding-top: 30px;
    }

    .vacancies-item:first-child {
        padding-top: 36px;
        padding-bottom: 50px;
    }

    .vacancies-item h3 {
        font-size: 15px;
        line-height: 20.5px;
        padding-bottom: 15px
    }

    .vacancies-item p {
        font-size: 10px;
        line-height: 14px;
        min-height: 0.1px;
        margin-top: 10px
    }

    .vacancies-item:first-child p {
        margin-top: 14px
    }

    .cities-content {
        margin-top: 48px
    }

    .cities-content.active {
        padding-bottom: 20px;
    }

    .cities-content ul li {
        padding-left: 18px;
        font-size: 10px;
        line-height: 14px;
        min-height: 6px;
        margin-top: 14px
    }

    .cities-content ul li::before {
        left: 7px;
        top: 5px;
        width: 3.1px;
        height: 3.1px;
    }

    .vacancies-item .new-btn {
        font-size: 18px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        height: 57px;
        margin-top: 30px
    }

    .vacancies-cities__item {
        margin-top: 18px;
    }

    .cities-optional__item h4 {
        font-size: 15px;
        line-height: 20px;
        padding-left: 28px
    }

    .cities-optional__item h4::before {
        top: calc(50% + 1px);
        width: 16px;
        height: 16px;
    }

    .cities-optional__item-inner {
        padding-top: 14px
    }


}

table.table_component, table.table_component td {
    border-width: 0.1px;
}

@media (max-width: 1208px) {
    table.table_component {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    table.table_component td {
        font-size: 12px;
    }
}