/*
Theme Name: komfort
Theme URI: http://komfort74.ru
Author: Underscores.me
Author URI: http://underscores.me/
Description: Theme Komfort74.ru
Version: 1.0

komfort is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    height: 100%;
    font-size: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

ul {
    list-style: none;
}

ol li {
    margin: 0 0 7px 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

strong, b {
    font-weight: bold;
}

em {
    font-style: italic;
    color: #724242;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

a img {
    border: 0;
}

.wrapper {
    min-width: 980px;
    max-width: 1246px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #fff;
}

.layout {
    margin: 0 30px;
    position: relative;
}

p {
    margin-bottom: 0.8em;
}

.clear {
    clear: both;
}

.al_cen {
    text-align: center;
}


/* Link
-----------------------------------------------------------------------------*/

a, a:visited {
    color: #0098dd;
    text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: #EB2222;
}


/* H1-6
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3!important;
}

h1, .h1 {
    font-size: 200%;
    line-height: 1.4;
}

h2, .h2 {
    font-size: 170%;
    line-height: 1.4;
}

h2.h_h2 {
    font-size: 140%;
    margin: 1.4em 0 0.8em;
}

h3, .h3 {
    font-size: 135%;
    line-height: 1.3;
}

h4, .h4 {
    font-size: 125%;
    line-height: 1.2;
    margin: 1.4em 0 0.8em;
}

h5, .h5 {
    font-size: 110%;
    line-height: 1.2;
    margin: 1.4em 0 0.8em;
}

.sep_holder {
    position: relative;
}

.sep_holder span {
    background-color: #fff;
    padding: 0 30px 0 0;
    position: relative;
    z-index: 5;
    display: inline-block;
}

.sep_holder.al_cen span {
    padding: 0 1.5em;
}

.sep_holder:before {
    content: "";
    display: block;
    border-top: solid 1px #DCDCDC;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.block_cooper h2.sep_holder {
    margin: 1em 2em;
}


/* Button
-----------------------------------------------------------------------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /*white-space: nowrap;*/
    padding: 5px 17px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

button.btn {
    padding: 0 17px;
}

.btn.small {
    padding: 4px 12px 5px;
}

button.btn.small {
    padding: 0 12px;
}

.btn i {
    padding-right: 7px;
}

.btn_blue {
    background-color: #235FB7;
    background: -moz-linear-gradient(top, #5494F1, #235FB7);
    background: -webkit-linear-gradient(top, #5494F1, #235FB7);
    background: -o-linear-gradient(top, #5494F1, #235FB7);
    background: -ms-linear-gradient(top, #5494F1, #235FB7);
    background: linear-gradient(top, #5494F1, #235FB7);
    -moz-box-shadow: 0 2px 3px -1px rgba(35, 95, 183, 0.77);
    -webkit-box-shadow: 0 2px 3px -1px rgba(35, 95, 183, 0.77);
    box-shadow: 0 2px 3px -1px rgba(35, 95, 183, 0.77);
    font-weight: bold;
    color: #fff!important;
    text-shadow: 0 2px 3px rgba(34, 89, 169, 1);
}

.btn_blue:hover {
    -webkit-box-shadow: 0 2px 3px -1px rgba(35, 95, 183, 0.56);
    box-shadow: 0 2px 3px -1px rgba(35, 95, 183, 0.56) inset;
}

.btn_blue:active {
    background-color: #3B73C5;
    background: -moz-linear-gradient(top, #1B55AB, #3B73C5);
    background: -webkit-linear-gradient(top, #1B55AB, #3B73C5);
    background: -o-linear-gradient(top, #1B55AB, #3B73C5);
    background: -ms-linear-gradient(top, #1B55AB, #3B73C5);
    background: linear-gradient(top, #1B55AB, #3B73C5);
}

.btn_red {
    background-color: #E31414;
    background: -moz-linear-gradient(top, #FF6262, #E31414);
    background: -webkit-linear-gradient(top, #FF6262, #E31414);
    background: -o-linear-gradient(top, #FF6262, #E31414);
    background: -ms-linear-gradient(top, #FF6262, #E31414);
    background: linear-gradient(top, #FF6262, #E31414);
    -moz-box-shadow: 0 2px 3px -1px rgba(198, 80, 80, 0.77);
    -webkit-box-shadow: 0 2px 3px -1px rgba(198, 80, 80, 0.77);
    box-shadow: 0 2px 3px -1px rgba(198, 80, 80, 0.77);
    font-weight: bold;
    color: #fff!important;
    text-shadow: 0 2px 3px rgba(202, 33, 33, 1);
}

.btn_red:hover {
    -webkit-box-shadow: 0 2px 3px -1px rgba(186, 19, 19, 0.56);
    box-shadow: 0 2px 3px -1px rgba(186, 19, 19, 0.56) inset;
}

.btn_red:active {
    background-color: #D90000;
    background: -moz-linear-gradient(top, #D90000, #FF6262);
    background: -webkit-linear-gradient(top, #D90000, #FF6262);
    background: -o-linear-gradient(top, #D90000, #FF6262);
    background: -ms-linear-gradient(top, #D90000, #FF6262);
    background: linear-gradient(top, #D90000, #FF6262);
}

.btn_radius {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    background: #2a293e;
    color: #ffffff;
    border: 2px solid #2887db;
    -moz-box-shadow: 0 5px 25px rgba(7, 64, 122, 0.72);
    -webkit-box-shadow: 0 5px 25px rgba(7, 64, 122, 0.72);
    box-shadow: 0 5px 25px rgba(7, 64, 122, 0.72);
    zoom: 1;
}

.btn_radius:hover {
    border: 2px solid #DB2828;
    -moz-box-shadow: 0 5px 25px rgba(122, 7, 7, 0.72);
    -webkit-box-shadow: 0 5px 25px rgba(122, 7, 7, 0.72);
    box-shadow: 0 5px 25px rgba(122, 7, 7, 0.72);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.btn_radius:active {
    box-shadow: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.wide {
    width: 100%;
}


/* Header
-----------------------------------------------------------------------------*/

.header {
    position: relative;
    z-index: 7;
    border-bottom: 3px solid #5e5d7a;
}

.top_h {
    height: 30px;
    line-height: 30px;
}

.top_h ul.menu li a, .top_h ul.menu li span {
    font-size: 85%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: .3px;
    white-space: nowrap;
    display: block;
    position: relative;
    padding: 0 5px;
    font-weight: bold;
    text-decoration: none;
}

.top_h ul.menu li a:hover, .top_h ul.menu li.current-menu-item span, .top_h ul.menu li.current-page-ancestor>a {
    color: #EFD69B;
}

.top_h .b2b {
    background: #171719;
    padding: 0 1.3% 0 2.5%;
}

.top_h nav {
    display: inline-block;
    position: relative;
    background: #2a293e;
    float: right;
    width: 83%;
}

.top_h nav:before {
    content: "";
    display: block;
    top: 0;
    left: -25px;
    position: absolute;
    width: 26px;
    height: 30px;
    background: url('images/icon.png') 0 0 no-repeat;
}

.top_h .b2b:after {
    content: "";
    clear: both;
    display: block;
    top: 0;
    left: -1px;
    position: absolute;
    width: 26px;
    height: 30px;
    background: url('images/icon.png') 0 -30px no-repeat;
}

.top_h nav ul {
    display: table;
    width: 100%;
    position: relative;
    float: right;
}

.top_h nav ul li {
    display: table-cell;
    width: 1%;
    float: none;
    position: relative;
}

.top_h nav .sub-menu {
    display: none;
    position: absolute;
    padding-top: 23px;
    z-index: 99;
    width: auto;
}

.top_h nav .solutions_nav:hover:before {
    content: "";
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 29px;
    height: 10px;
    background: url('images/icon.png') -110px -46px no-repeat;
}

.top_h nav ul li:hover .sub-menu {
    display: block;
}

.top_h nav .sub-menu li {
    display: block;
    width: 100%;
    padding: 0 15px 0;
    background-color: #2A293E;
}

.top_h nav .sub-menu li:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 15px 10px;
}

.top_h nav .sub-menu li:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 15px 0;
}

.top_h nav .sub-menu li a, .top_h nav .sub-menu li span {
    text-align: left;
}

.bottom_h {
    margin: 25px 0;
}

.bottom_h a {
    font-size: 85%;
}

.bottom_h .col {
    position: relative;
    height: 82px;
}

.slogan {
    top: 16px;
    position: relative;
    display: inline-block;
    font-size: 85%;
    line-height: 1.4;
    font-style: italic;
    color: #656565;
    border-left: 1px solid #ededed;
    padding-left: 10px;
}

.bottom_h .header_logo {
    display: flex;
    align-items: center;
}

.logo {
    margin: -10px 0 0 0;
    position: relative;
    z-index: 2;
    float: left;
    display: block;
}

.logo img {
    display: block;
    height: auto;
}

.geo {
    padding-left: 20px;
}

.conphone .pinfo, .geo .city {
    display: block;
    font-size: 75%;
    color: #495561;
}

.map_dealers {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
}

.map_dealers a {
    color: #F62121;
}

.h_price {
    position: absolute;
    bottom: 0;
    right: 1px;
}

.conphone {
    text-align: right;
    float: right;
    margin-right: 15%;
}

.conaddress {
    margin-right: 15%;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 13px;
}

.conphone .pinfo {
    margin-right: 1px;
    clear: both;
}

.phone_region {
    position: relative;
    z-index: 4;
    float: right;
}

.b_phone {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.conphone .tborder {
    background: #2a293e;
    float: right;
    margin: 2px 1px 7px 0;
}

.tborder {
    position: relative;
    width: 30px;
    height: 1px;
    display: block;
    clear: both;
}

.s_link {
    float: right;
    text-align: right;
    width: 190px;
}

.s_link a:last-child {
    margin-top: 15px;
}

.s_link .fa {
    top: 2px;
    position: relative;
}

.s_link__shop {
    margin-bottom: 15px;
}

a.back_shop {
    color: #000;
}

.box_shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(16, 49, 105, 0.17);
    -moz-box-shadow: 0 0 20px 0 rgba(16, 49, 105, 0.17);
    box-shadow: 0 0 20px 0 rgba(16, 49, 105, 0.17);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* Region Popup
-----------------------------------------------------------------------------*/

.region-popup-block .tb_tabs_titles {
    float: left;
    border-right: 1px solid #eee;
    padding: 0 20px 0 0;
    position: relative;
    width: 170px;
}

.region-popup-block .tb_tabs_title {
    white-space: nowrap;
    position: relative;
    z-index: 2;
    color: #0098dd;
    cursor: pointer;
    padding: 4px 12px;
}

.region-popup-block .tb_tabs_items {
    float: right;
    width: 564px;
}

.region-popup-block .tb_tabs_title span {
    border-bottom: 1px dashed rgba(63, 115, 184, 0.51);
}

.region-popup-block .tb_tabs_title:hover span {
    color: #EB2222;
    border-bottom: 1px dashed rgba(249, 11, 11, 0.51);
}

.region-popup-block .tb_tabs_title_active {
    background-color: #235fb7;
    color: #fff;
    padding: 2px 0;
    cursor: default;
}

.region-popup-block .tb_tabs_title_active span, .region-popup-block .tb_tabs_title_active:hover span {
    color: #fff;
    border: none;
    padding: 4px 12px;
}

.region-popup-block .h5 {
    margin-bottom: 10px;
}

.region-popup-block .search_region {
    margin-bottom: 20px;
}

.region-popup-block .results {
    width: 70%;
    position: absolute;
    display: none;
    z-index: 4;
    padding: 10px;
    background-color: #235fb7;
    -moz-box-shadow: 0 7px 25px rgba(65, 101, 185, 0.41);
    -webkit-box-shadow: 0 7px 25px rgba(65, 101, 185, 0.41);
    box-shadow: 0 7px 25px rgba(65, 101, 185, 0.41);
}

.region-popup-block .results.show {
    display: block;
}

.region-popup-block .results li a {
    display: block;
    padding: 4px 10px;
    color: #fff;
}

.region-popup-block .results li a:hover {
    background-color: #274D8B;
    text-decoration: none;
}


/* Icon
-----------------------------------------------------------------------------*/

i.fa-2 {
    font-size: 2em;
}

i.fa-3 {
    font-size: 4em;
}

i.fa-4 {
    font-size: 7em;
}

i.fa-5 {
    font-size: 12em;
}

i.fa-6 {
    font-size: 20em;
}

.block_icon {
    text-align: center;
    background: #E4F2FF;
    padding: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.block_icon span {
    display: block;
    padding-top: 10px;
}


.company-info-block {
    display: flex;
    align-content: space-between;
}

.company-info-block .block_icon {
    height: 100%;
}


/* Title Bar
-----------------------------------------------------------------------------*/

.titlebar_title {
    margin-bottom: 30px;
}

.woocommerce .titlebar_title {
    border-bottom: 1px solid #eee;
}

.titlebar_title h1 {
    display: block;
    font-size: 200%;
    line-height: 1.3;
    margin-bottom: .4em;
}

.b_crumbs {
    margin-bottom: 10px;
    font-size: 85%;
    color: #495561;
}

.b_crumbs a {
    color: #495561;
}

.b_crumbs a:hover {
    color: #EB2222;
}

.b_crumbs i {
    background: url('images/icon.png') -33px 0 no-repeat;
    width: 7px;
    height: 8px;
    display: inline-block;
    margin: 0 0 0 4px;
}


/* Menu
-----------------------------------------------------------------------------*/

#nav_sub a, #nav_sub li span {
    padding: 2px 10px;
    display: inline-block;
}

#nav_sub li {
    padding: 3px 0;
    position: relative;
}

#nav_sub .sub-menu {
    padding-left: 10px;
}

#nav_sub .current-menu-item>span, #nav_sub .current-post-parent>a {
    background-color: #235fb7;
    color: #fff;
    text-decoration: none;
}

.ic_real a {
    font-weight: bold;
    color: #3E3E3E;
}

.ic_real a:hover {
    color: #EB2222;
}

.ic_real a:before {
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    background: url('images/icon.png') 0 -68px no-repeat;
    left: -15px;
    top: 10px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/

.left_sidebar {
    float: left;
    width: 270px;
    margin-left: -100%;
    position: relative;
    padding-top: 30px;
    padding-right: 30px;
    border-right: 1px solid #eee;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/

.right_sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}


/* Middle
-----------------------------------------------------------------------------*/

.middle {
    width: 100%;
    padding: 0 0 390px;
    position: relative;
    margin-top: 30px;
}

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

.container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.left_s .content {
    padding: 0 0 0 300px;
    margin-top: 0;
}

.right_s .content {
    padding: 0 300px 0 0;
    margin-top: 0;
}

.shop_left_s .content {
    padding: 0 0 0 270px;
}

.shop_left_s .left_sidebar {
    width: 240px;
    padding: 0;
}

.content {
    padding: 0 0 390px;
    margin-top: 30px;
}

.entry_content {
    margin-bottom: 30px;
}

.top_slider {
    position: relative;
    overflow: hidden;
    max-height: 350px;
    margin-top: -30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #5E5D7A;
}

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

.main-h1 {
  text-align: center;
  margin: 30px 0 10px;
}

.main-h1 h1 {
  text-transform: uppercase;
}

.block_con .h3 {
    margin-bottom: 15px;
}

.block_con .h3 .fa {
    top: 1px;
    position: relative;
}

.block_con p {
    line-height: 1.5;
}

.news {
    padding: 0 30px 10px;
    margin: 45px 30px 0 0;
    border: 4px solid #e9e9e9;
    background: #FFF;
    border-radius: 10px;
}

.news .news-title {
    background: #fff;
    top: -19px;
    left: -15px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 130%;
    text-transform: uppercase;
}

.news-block {
    margin-bottom: 15px;
}

.news .row {
    font-size: 85%;
}

.news a {
    color: #000;
}

.news a:hover {
    color: #EB2222;
}

.news .date {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 85%;
}

.news .label, .p_meta .label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  font-size: 85%;
  border-radius: 3px;
  color: #fff;
  background: #ff0000;
  font-weight: bold;
  padding: 2px 5px;
  margin-left: 5px;
}

.p_meta .label {
  font-size: 100%;
}

.news .date, .news p {
    color: #4D4D4D;
}

.main_about_wr {
    position: relative;
}

.main_about_i {
    padding-bottom: 34px;
    margin-bottom: 30px;
    background: transparent url(images/bg-sh.png) center bottom no-repeat;
}

.main_icon {
    text-align: center;
}

.main_icon a {
    margin: 0 2.2% 0 0;
    display: inline-block;
    float: left;
    width: 17.5%;
    height: 116px;
    position: relative;
    background-color: #f4f2e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.main_icon a:hover {
    color: #EB2222;
}

.main_icon a span {
    width: 100px;
    display: block;
    line-height: 1.2em;
    padding: 12px 0 0 15px;
    text-align: left;
}

.main_icon a:after {
    content: "";
    right: 0;
    bottom: 12px;
    position: absolute;
}

.main_icon a.main_icon_shop:after {
    background: url('images/icon-shop.png') no-repeat;
    width: 74px;
    height: 58px;
}

.main_icon a.main_icon_faq:after {
    background: url('images/icon-faq.png') no-repeat;
    width: 62px;
    height: 60px;
}

.main_icon a.main_icon_hands:after {
    background: url('images/icon-hands.png') no-repeat;
    width: 69px;
    height: 58px;
}

.main_icon a.main_icon_torg:after {
    background: url('images/icon-opt.png') no-repeat;
    width: 70px;
    height: 85px;
}

.main_icon a.main_icon_training {
    float: right;
    margin: 0;
    color: #fff;
    background-color: #1563D7;
}

.main_about h1 {
    font-size: 130%;
    margin-bottom: .8em;
}

.trademarks_cw {
    background: #2a293e;
    overflow: hidden;
    margin: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.trademarks_cw .trademarks_l, .trademarks_cw .trademarks_r {
    padding: 25px 30px;
    position: relative;
    height: 122px;
}

.trademarks_carousel .slick-list img {
    margin: 0 auto;
    padding: 0 4%;
}

.trademarks_cw .h3 {
    color: #fff;
    font-size: 120%;
    line-height: 1.3!important;
}

.trademarks_cw .tborder {
    float: left;
    background: #fff;
    margin-top: 8px;
}

.trademarks_l {
    width: 275px;
    float: left;
    background-color: #3A3F4D;
    border-right: 2px solid #fff;
}

.trademarks_l:before {
    background: url('images/icon.png') -83px -36px no-repeat;
    content: "";
    position: absolute;
    width: 13px;
    height: 24px;
    right: -2px;
    top: 26px;
}

.trademarks_l a {
    margin-top: 14px;
    display: block;
    clear: both;
    font-size: 80%;
    float: left;
    border: 1px solid #7FB6CD;
    color: #E5A491;
    padding: 2px 10px;
    text-decoration: none;
}

.trademarks_l a:hover {
    color: #3A3F4D;
    background: #fff;
    border: 1px solid #fff;
}

.trademarks_carousel {
    height: 61px;
    margin-top: -30px;
    top: 50%;
}

.trademarks_r {
    margin-left: 275px;
}

.block_sp:first-child {
    margin-top: 10px;
}

.block_sp {
    position: relative;
    min-height: 60px;
    margin-bottom: 15px;
}

.block_sp a {
    color: #5a5a5a;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 90%;
    display: table;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px;
    background: #fbfbfb;
    border: 1px solid #edf0f4;
    border-radius: 5px;
    text-align: left;
}

.block_sp a:hover {
    color: #EB2222;
}

.block_sp img {
    height: 60px;
    width: 60px;
    display: table-cell;
    vertical-align: middle;
}

.block_sp .name_sp {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 100%;
}

.block-product {
    position: relative;
    min-height: 60px;
    margin-bottom: 5px;
}

.block-product a {
    color: #5a5a5a;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 90%;
    display: table;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px;
    background: #fbfbfb;
    border: 1px solid #edf0f4;
    border-radius: 5px;
    text-align: left;
}

.block-product a:hover {
    color: #EB2222;
}

.block-product img {
    height: 60px;
    width: 60px;
    display: table-cell;
    vertical-align: middle;
}

.block-product__name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 100%;
}

.filter_main {
    margin: 30px 0;
    text-align: center;
}

.filter_main .layout div {
    display: inline-block;
}

.filter_main .name_fm {
    margin-right: 10px;
}

ul.list, ul.list_chek {
    margin: 0 0 1.2em;
}

ul.list li:before {
    position: absolute;
    left: -25px;
    display: inline-block;
    top: 11px;
    background: #115793;
    width: 12px;
    height: 2px;
    content: "";
}

ul.list li, ul.list_chek li {
    margin: 0 0 7px 40px;
    position: relative;
}

ul.list_chek li:before {
    position: absolute;
    left: -34px;
    display: inline-block;
    top: 3px;
    background: url('images/icon.png') -56px -46px no-repeat;
    width: 20px;
    height: 14px;
    content: "";
}

ul.block_chek {
    display: inline-block;
    padding: 15px 24px 15px 55px;
    border: 1px solid #CBE4E7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F9FEFF;
}

ul.block_chek li {
    margin: 5px 0;
}


ul.list-check-red {
    margin: 0 0 1.2em;
}

ul.list-check-red > li {
    position: relative;
    margin: 0 0 7px 40px;
}

ul.list-check-red > li:before {
    content: "\f00c";
    position: absolute;
    left: -34px;
    display: inline-block;
    top: -5px;
    width: 20px;
    height: 14px;
    font-family: 'FontAwesome';
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #e93b3b;
}


ul.list-cable-red {
    margin: 0 0 1.2em;
}

ul.list-cable-red > li {
    position: relative;
    margin: 0 0 15px 40px;
}

ul.list-cable-red > li:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: -36px;
    background-image: url('images/icons/cable-circle-red-26x26.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}


ul.list-icons-img > li {
    display: flex;
    align-items: center;
    line-height: 34px;
}

ul.list-icons-img > li > img {
    margin: 0 10px 0 4px;
    width: 26px;
    height: 26px;
    object-fit: contain;
}


ol.list-circle {
    list-style: none;
    counter-reset: counter;
}

ol.list-circle > li {
    position: relative;
    counter-increment: counter;
    margin: 0 0 15px 40px;
}

ol.list-circle > li:before {
    content: counter(counter);
    position: absolute;
    left: -36px;
    display: inline-block;
    top: 0px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background-color: #d14040;
    border-radius: 50px;
}

ol.list-circle {
    counter-reset: list;
}



.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

.p_left {
    float: left;
}

.p_right {
    float: right;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.contact_block {
    display: flex;
    margin-bottom: 30px;
    padding: 20px 20px;
    background-color: #f5f5f5;
    /*border-radius: 3px;*/
}

.contact_block a {
    flex-shrink: 0;
    align-content: center;
}

.contact_block span {
    display: inline-block;
    margin-left: 30px;
    padding-left: 27px;
    align-content: center;
    font-size: 90%;
    color: #495561;
    border-left: 1px solid #889BAD;
    line-height: 1.4;
    /*
    width: 350px;
    border-left: 1px solid #889BAD;
    */
}

.contact_block.is-blue {
    background-color: #eff5ff;
}

.contact_block.is-blue span {
    border-left: 2px dotted #9bbfe1; /*#307cc3*/
}

.contact_block.is-red {
    background-color: #fff5f5;
}

.contact_block.is-red span {
    border-left: 2px dotted #ffabab; /*#e73b3b*/
}

@media only screen and (max-device-width: 480px) {
    .contact_block span {
        padding: 10px;
        width: auto;
        border: none;
        margin: 0;
    }
}



/* Object
-----------------------------------------------------------------------------*/

.objects_item {
    padding: 0 0 20px!important;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.objects_item .objects_desc {
    padding: 15px 0 0 50px;
    width: 70%;
}

.objects_item h3 a {
    color: #000;
}

.objects_item h3 a:hover {
    color: #EB2222;
}

.objects_item p {
    color: #4D4D4D;
}

.objects_img, .objects_desc {
    float: left;
}


/* Press
-----------------------------------------------------------------------------*/

.p_post {
    margin-bottom: 50px;
}

.p_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 80%;
    color: #495561;
    background: #d6d6d6;
    line-height: 18px;
    border-radius: 2px;
    padding: 0 5px;
}

.p_share {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.p_meta {
    font-size: 80%;
    color: #495561;
    margin-bottom: .5em;
}

.p_meta span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
}

.p_post>a {
    font-size: 110%;
    font-weight: bold;
    color: #000;
}

.p_post .entry-content {
    margin-top: .8em;
}

.p_post a:hover {
    color: #EB2222;
}

.p_post p {
    font-size: 90%;
}

.permalink {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.permalink a {
    width: 50%;
    padding: 0 30px;
    position: relative;
    color: #000;
}

.permalink a:hover {
    color: #EB2222;
}

.permalink a i {
    position: absolute;
    top: 5px;
}

.permalink a.p_left i {
    left: 0;
}

.permalink a.p_right i {
    right: 0;
}


/* Gulfstream Page
-----------------------------------------------------------------------------*/

.t_gulf .frbanner_g {
    margin: -24px 0 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.t_gulf .frbanner_g a {
    position: absolute;
    left: 5%;
    bottom: 12%;
}

.t_gulf .frbanner_g img {
    display: block;
    max-width: 100%;
    height: auto;
}

.gulf_item h2.sep_holder {
    margin: 1em 0;
}

.gulf_item {
    padding: 20px 0;
}

.t_gulf .lid_btn {
    text-align: center;
    position: relative;
    padding: 10px 0;
    background-color: #F9F9F9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.t_gulf .lid_btn .btn {
    margin: 0 15px;
}

.t_gulf .lid_btn i {
    height: 30px;
    margin-top: -15px;
    margin-left: -7px;
    left: 50%;
    top: 50%;
    display: inline-block;
    position: absolute;
    border-right: 1px solid #C8C8C8;
}

.gulf_item .g_img .col {
    text-align: center;
}

.gulf_item .item_tabs {
    text-align: center;
}

.t_g_video p {
    display: inline-block;
}

.t_g_reklama {
    text-align: center;
}


/* Cable Samreg Page
-----------------------------------------------------------------------------*/

.cable_samreg .frbanner_dea {
    text-align: center;
    margin: -24px 0 0;
    padding: 60px 30px 0;
    color: #fff;
}

.cable_samreg .frbanner_dea h1 {
    margin-bottom: .8em;
}

.cable_samreg .block_promo {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

.cable_samreg .block_promo.la_bg {
    background-color: #F9F9F9;
}

.cable_samreg .block_promo .destination {
    background-color: #6B6B6B;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 30px;
    margin-left: -30px;
}

.cable_samreg .block_promo h2 {
    margin-bottom: .8em;
}

.cable_samreg .block_promo .cs_img {
    padding-left: 10%;
    padding-top: 48px;
}

.cable_samreg .cable_samreg_item {
    padding: 50px 0;
}

.cable_samreg .cable_samreg_item .cable_samreg_g {
    background-color: #FF1111;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 13px;
}

.cable_samreg .cable_samreg_item .h2 {
    margin: 0 0 .8em 0;
}


/* Trademarks Page
-----------------------------------------------------------------------------*/

.page_trade .col, .page_solutions .col {
    margin-bottom: 35px;
}

.page_trade .col a:hover img, .page_solutions .col a:hover img {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.23);
    -moz-box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.23);
    box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.23);
}

.trademarks_name {
    padding: 10px;
}

.trademarks_name p, .solutions_name p {
    font-size: 85%;
    color: #89939F;
}

.trademarks_name a, .solutions_name a {
    color: #000;
}

.trademarks_name a:hover, .solutions_name a:hover {
    color: #EB2222;
}

.solutions_name {
    padding: 0 10px;
}

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


/* Production Block
-----------------------------------------------------------------------------*/

.production_block {
    margin-bottom: 35px;
}

.production_block a.h3 {
    color: #000;
    margin: 10px;
    display: block;
    font-size: 100%;
}

.production_block a.h3:hover {
    color: #EB2222;
}

.production_block .production_img {
    position: relative;
    width: 100%;
    height: 130px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 1px solid #d2d5e0;
}


/* Cooperation
-----------------------------------------------------------------------------*/
.cooperation .frbanner {
    background: #2a293e url('images/bg-dea.jpg') top center no-repeat;
    height: 266px;
    position: relative;
    margin: -30px 0 0;
    text-align: center;
}

.cooperation .frbanner h1 {
    color: #fff;
    width: 660px;
    margin: 0 auto 40px;
    padding-top: 50px;
}

.cooperation .informer {
    background: #393753;
    height: 143px;
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
}

.cooperation .informer span {
    display: block;
    color: #fff;
}

.cooperation .informer span.inf2 {
    color: #ff4838;
    font-size: 270%;
    line-height: 1.2;
}

.cooperation .informer .col {
    position: relative;
    padding: 22px 0;
}

.cooperation .informer .col:before {
    content: "";
    left: -2px;
    height: 99px;
    border-left: 2px solid #617698;
    display: block;
    position: absolute;
}

.cooperation .informer .col:first-child:before {
    content: none;
}

.pad_list .col {
    padding: 0 50px;
}

.cooperation .pad {
    padding-bottom: 30px;
}

.block_cooper {
    overflow: hidden;
}

.block_cooper.la_bg {
    background: #f0f7fb;
    box-shadow: 0 -25px 20px -35px #576570 inset;
}

.block_cooper.la_bg .sep_holder span {
    background-color: #f0f7fb;
}

.block_cooper.la_bg .sep_holder:before {
    background-color: #CED4EC;
}

.frbanner_dea {
    background: #2a293e url('images/bg-dea.jpg') top center no-repeat;
    height: 266px;
    border-bottom: 3px solid #363454;
    position: relative;
}

.frbanner_dea .sep_holder {
    color: #fff;
}

.frbanner_dea .sep_holder:before {
    content: none;
}

.frbanner_dea .sep_holder span {
    background-color: transparent;
}

.frbanner_dea .pad {
    padding-bottom: 2em;
}

.frbanner_dea .col span {
    position: relative;
    display: block;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}

.frbanner_dea .dea_one span {
    margin-left: 30%;
}

.frbanner_dea .dea_one span:before {
    position: absolute;
    margin-left: -70px;
    display: inline-block;
    top: 0;
    background: url('images/icon.png') 0 -261px no-repeat;
    width: 57px;
    height: 58px;
    content: "";
}

.frbanner_dea .dea_three span {
    margin-left: 45%;
}

.frbanner_dea .dea_three span:before {
    position: absolute;
    margin-left: -65px;
    display: inline-block;
    top: 0;
    background: url('images/icon.png') -114px -261px no-repeat;
    width: 57px;
    height: 58px;
    content: "";
}

.frbanner_dea .dea_five span {
    margin-left: 35%;
    padding-right: 20px;
}

.frbanner_dea .dea_five span:before {
    position: absolute;
    margin-left: -65px;
    display: inline-block;
    top: 0;
    background: url('images/icon.png') -228px -261px no-repeat;
    width: 57px;
    height: 58px;
    content: "";
}

.frbanner_dea .dea_two span {
    margin-left: 54%;
}

.frbanner_dea .dea_two span:before {
    position: absolute;
    margin-left: -65px;
    display: inline-block;
    top: 0;
    background: url('images/icon.png') -57px -261px no-repeat;
    width: 57px;
    height: 58px;
    content: "";
}

.frbanner_dea .dea_four span {
    margin-left: 30%;
}

.frbanner_dea .dea_four span:before {
    position: absolute;
    margin-left: -65px;
    display: inline-block;
    top: 0;
    background: url('images/icon.png') -171px -261px no-repeat;
    width: 57px;
    height: 58px;
    content: "";
}

.frbanner_part {
    height: 142px;
    background: #2a293e;
    color: #fff;
    display: table;
    width: 100%;
    overflow: hidden;
}

.frbanner_part div {
    padding: 0 30px;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.frbanner_part .str {
    padding: 0;
    display: block;
    position: relative;
    margin-top: 22px;
    background: url('images/icon.png') -286px -231px no-repeat;
    width: 21px;
    height: 96px;
}

.frbanner_part .part_final {
    color: #ff4838;
}

.rcooper .slick-dots {
    position: absolute;
    top: -32px;
    width: 100%;
    text-align: center;
}

.cooperation .range a {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.cooperation .range a span {
    display: block;
}

.cooperation .range a img {
    border: 2px solid #BAC9D1;
}

.cooperation .range a:hover img {
    border: 2px solid #7D86A8;
}


/* Style block
-----------------------------------------------------------------------------*/

.block_bg {
    padding: 15px;
    font-size: 120%;
    font-weight: bold;
    background-color: #F0F7FB;
    border-top: 1px solid #D5E6EF;
    border-bottom: 1px solid #D5E6EF;
}

.block_bg_2 {
    padding: 15px;
    font-size: 120%;
    font-weight: bold;
}


/* Pagination
-----------------------------------------------------------------------------*/

.pagination h2 {
    font-size: 110%;
}

.nav-links span.current, .woocommerce-pagination li span.current {
    background-color: #235fb7;
    color: #fff;
}

.nav-links .page-numbers, .woocommerce-pagination ul .page-numbers {
    padding: 2px 8px 0;
    display: inline-block;
    font-size: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce-pagination ul li {
    display: inline-block;
}

.woocommerce-pagination .page-numbers {
    text-align: center;
    font-weight: bold;
}


/* Media block
-----------------------------------------------------------------------------*/

.media_block {
    padding: 10px 20% 0 51px;
    margin-bottom: 30px;
}

.media_block nobr {
    display: block;
    font-size: 90%;
    color: #495561;
}

.media_block i {
    background: url('images/icon.png') no-repeat;
    width: 41px;
    height: 54px;
    float: left;
    margin: -7px 0 0 -51px;
}

.media_block .pdf i {
    background-position: 0 -163px;
}

.media_block .xls i {
    background-position: -47px -163px;
}

.media_block .xlsx i {
    background-position: -94px -163px;
}

.map_buy {
    position: relative;
    display: inline-block;
    width: 219px;
    height: 83px;
    background: url('images/bg-mdeal.png') no-repeat;
    margin-bottom: 30px;
}

.map_buy a {
    position: absolute;
    right: 0;
    top: 3px;
    color: #fff;
    text-align: center;
    width: 116px;
}

.map_buy a:hover {
    color: #B8D0FE;
}

/* button whatsapp */
.button-whatsapp {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 5;
}

.button-whatsapp svg {
  display: block;
}

/* Footer
-----------------------------------------------------------------------------*/

.footer {
    margin: -390px auto 0;
    min-width: 980px;
    max-width: 1246px;
    height: 390px;
    position: relative;
    font-size: 85%;
    padding: 25px 0 0;
}

.footer p {
    margin: 0;
}

.f_menu {
    padding: 20px 0;
    background-color: #F5F5F5;
    border-radius: 0 0 7px 7px;
    border-top: 3px solid #5e5d7a;
}

.bottom_f {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 7px 7px 0 0;
    padding: 15px 30px 40px;
    background: #2a293e;
    color: #fff;
}

.footer_menu {
    margin-bottom: 15px;
}

.footer_menu li {
    margin: 3px 0;
}

.footer_menu-heading {
    margin-bottom: 5px;
}

.footer_menu-heading a {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

.f_info {
    width: 290px;
    float: left;
    margin: 31px 0 0 70px;
}

.social_icon {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.social_icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.social_icon a.youtube {
    background: #cd201f;
    color: #fff;
}

.social_icon a.twitter {
    background: #55ACEE;
    color: #fff;
}

.social_icon a.facebook {
    background: #4267b2;
    color: #fff;
}

.social_icon a.google {
    background: #db4437;
    color: #fff;
}

.social_icon a.twitter i {
    top: 1px;
    position: relative;
}


/* Forms
--------------------------------------------------------------*/

form button, input, select, textarea {
    font-size: 90%;
    margin: 0;
    vertical-align: baseline;
    outline: 0;
    -webkit-font-smoothing: antialiased;
}

form button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    border: none;
    width: auto;
    line-height: 32px;
    height: 32px;
    padding: 0 11px;
    color: #fff;
    background-color: #235fb7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: opacity .3s ease-out, color .2s linear, background-color .2s linear;
    -webkit-transition-delay: .2s 0 0;
    -moz-transition: opacity .3s ease-out .2s color .2s linear, background-color .2s linear;
    -o-transition: opacity .3s ease-out .2s color .2s linear, background-color .2s linear;
    transition: opacity .3s ease-out .2s color .2s linear, background-color .2s linear;
}

form button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #2671E0;
}

form button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, form button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.17);
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    border: none;
    font-size: 80%;
    margin: 0;
    padding: 0 9px;
    border: 1px solid #CACACA;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    color: #111;
    border: 1px solid #A4B4D2;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], select {
    height: 33px;
    width: 100%;
}

textarea {
    overflow: auto;
    padding: 9px;
    vertical-align: top;
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 25px 0 9px;
    background: #fff url('images/dropdown_arrow.png') center right no-repeat;
}

.wpcf7 .wpcf7-not-valid, .woocommerce-invalid input {
    border: 1px solid #ff0000;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ok {
    border: none;
    margin: 20px 0 0;
    padding: 5px 12px;
}

.wpcf7 .wpcf7-validation-errors {
    background: #fbedb6;
    color: #333333;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #398f14;
    color: #F0FCEC;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 0;
}

.wpcf7 .wpcf7-list-item-label {
    position: relative;
    top: 1px;
}

.wpcf7 span.wpcf7-list-item {
    margin-right: 1em;
    margin-left: 0;
}

.wpcf7 .form_desc, .woocommerce-billing-fields .form_desc {
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #D7D4C3;
}

.wpcf7 .half {
    width: 50%;
    padding: 0 10px;
    float: left;
}

@media all and (max-width: 1100px) {
    .wpcf7 .half {
        width: 100%;
        padding: 0;
    }
    .shop_top .shop_right #searchform input[type="text"] {
        width: 72%!important;
    }
}

.wpcf7 .half_first {
    padding-left: 0;
}

.wpcf7 .half_last {
    padding-right: 0;
}

.wpcf7 .form-group {
    margin-bottom: 15px;
}

.wpcf7 .form-group label {
    margin-bottom: 4px;
    display: inline-block;
}

.wpcf7 p {
    margin: 0;
}


/* Table
--------------------------------------------------------------*/

.table {
    font-size: 85%;
    width: 100%;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #0098dd;
}

.table>thead {
    border: none;
}

.table>tbody tr {
    border-bottom: none;
}

.table.middle td {
    vertical-align: middle;
}

td {
    padding: 7px 9px;
}

th {
    font-weight: 700;
    color: #272727;
    text-align: left;
    padding: 10px 9px;
}

.table tbody tr:nth-child(2n+1) td, .table tbody tr:nth-child(2n+1) th:first-child {
    background-color: #F2F2F2;
}

.table tbody tr td.t-cm {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}


/* Galleries
--------------------------------------------------------------*/

.gallery {
    margin: .8em 0 1.5em;
}

.gallery-item {
    margin: 0;
    padding: 0;
    opacity: 0;
}

.gallery img {
    display: inline-block;
    vertical-align: bottom;
    opacity: 1;
    border: 2px solid #eee;
}

.gallery a {
    display: block;
    position: relative;
}

.gallery a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.gallery a:hover:after {
    position: absolute;
    content: "\f00e";
    font: normal normal normal 30px/1 FontAwesome;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -15px;
    color: #fff;
    text-align: center;
}


/* GRID
--------------------------------------------------------------*/


/*
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */

.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    padding-bottom: 0;
}

.row .last {
    clear: both;
    margin-left: 0!important;
}

.pad {
    padding-bottom: .8em;
}

.pad_t {
    padding-top: .8em;
}

.pad2 {
    padding-bottom: 2em;
}

.pad_t2 {
    padding-top: 2em;
}

.col {
    display: block;
    float: left;
    width: 100%;
}

.gutters .col {
    margin-left: 2%;
}

.gutters .col:first-child {
    margin-left: 0;
}

.span_1 {
    width: 8.33333333333%;
}

.span_2 {
    width: 16.6666666667%;
}

.span_3 {
    width: 25%;
}

.span_4 {
    width: 33.3333333333%;
}

.span_5 {
    width: 41.6666666667%;
}

.span_6 {
    width: 50%;
}

.span_7 {
    width: 58.3333333333%;
}

.span_8 {
    width: 66.6666666667%;
}

.span_9 {
    width: 75%;
}

.span_10 {
    width: 83.3333333333%;
}

.span_11 {
    width: 91.6666666667%;
}

.span_12 {
    width: 100%;
}

.gutters .span_1 {
    width: 6.5%;
}

.gutters .span_2 {
    width: 15.0%;
}

.gutters .span_3 {
    width: 23.5%;
}

.gutters .span_4 {
    width: 32.0%;
}

.gutters .span_5 {
    width: 40.5%;
}

.gutters .span_6 {
    width: 49.0%;
}

.gutters .span_7 {
    width: 57.5%;
}

.gutters .span_8 {
    width: 66.0%;
}

.gutters .span_9 {
    width: 74.5%;
}

.gutters .span_10 {
    width: 83.0%;
}

.gutters .span_11 {
    width: 91.5%;
}

.gutters .span_12 {
    width: 100%;
}


/* Tabs
--------------------------------------------------------------*/

.t_top_shadow {
    height: 37px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.t_top_shadow:before {
    content: "";
    height: 37px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    background: transparent url('images/bg-sh.png') 0 0 no-repeat;
}

.t_top_shadow:after {
    content: "";
    height: 37px;
    position: absolute;
    bottom: 0;
    left: 100px;
    right: 0;
    background: transparent url('images/bg-sh.png') 100% 0 no-repeat;
}

.pro_tov .tb_tabs_title {
    padding: 15px 27px;
    white-space: nowrap;
    font-size: 120%;
    float: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0 15px;
    cursor: pointer;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: url('images/bg-btab.png') repeat-x;
    color: #fff;
}

.pro_tov .tb_tabs_items {
    margin-top: 30px;
}

.pro_tov .tb_tabs_title_active:before {
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: #5e5d7a;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pro_tov .tb_tabs_titles {
    text-align: center;
    position: relative;
    padding-top: 25px;
    /*background:transparent url('images/bg-tabs.png') repeat-x;*/
}

.pro_tov .tb_tabs_title span {
    border-bottom: 1px dashed #D4D4D4;
}

.pro_tov .tb_tabs_title_active span {
    border-bottom: none;
    font-weight: bold;
}

.pro_tov .tb_tabs_title_active {
    background: #fff;
    color: #3c3d3f;
}

.pro_tov .tb_tabs_title_active:after {
    display: none;
}

.pro_tov .tb_tabs_title_active {
    -webkit-box-shadow: 0 -12px 16px -10px rgba(16, 49, 105, 0.47);
    -moz-box-shadow: 0 -12px 16px -10px rgba(16, 49, 105, 0.47);
    box-shadow: 0 -12px 16px -10px rgba(16, 49, 105, 0.47);
}

.pro_tov .tb_tabs_title:hover {
    -webkit-box-shadow: 0 -12px 16px -10px rgba(16, 49, 105, 0.47);
    -moz-box-shadow: 0 -12px 16px -10px rgba(16, 49, 105, 0.47);
    box-shadow: 0 -12px 16px -10px rgba(16, 49, 105, 0.47);
    opacity: 0.95;
}

.item_tabs .tb_tabs_title, .pro_item_tabs .tb_tabs_title, .sol_item_tabs .tb_tabs_title, .city_item_tabs .tb_tabs_title, .woocommerce-tabs ul.tabs li {
    white-space: nowrap;
    float: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #0098dd;
    margin: 0 32px 0 0;
    cursor: pointer;
}

.woocommerce-tabs ul.tabs li a {
    text-decoration: none;
}

.item_tabs .tb_tabs_title span, .pro_item_tabs .tb_tabs_title span, .sol_item_tabs .tb_tabs_title span, .city_item_tabs .tb_tabs_title span, .woocommerce-tabs ul.tabs li a {
    border-bottom: 1px dashed rgba(63, 115, 184, 0.51);
    font-weight: bold;
    font-size: 110%;
}

.item_tabs .tb_tabs_title:hover span, .pro_item_tabs .tb_tabs_title:hover span, .sol_item_tabs .tb_tabs_title:hover span, .city_item_tabs .tb_tabs_title:hover span, .woocommerce-tabs ul.tabs li:hover a {
    color: #EB2222;
    border-bottom: 1px dashed rgba(249, 11, 11, 0.51);
}

.item_tabs .tb_tabs_title_active span, .item_tabs .tb_tabs_title_active:hover span, .pro_item_tabs .tb_tabs_title_active span, .pro_item_tabs .tb_tabs_title_active:hover span, .sol_item_tabs .tb_tabs_title_active span, .sol_item_tabs .tb_tabs_title_active:hover span, .city_item_tabs .tb_tabs_title_active span, .city_item_tabs .tb_tabs_title_active:hover span, .woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li.active:hover a {
    color: #fff;
    border: none;
}

.item_tabs .tb_tabs_title_active, .pro_item_tabs .tb_tabs_title_active, .sol_item_tabs .tb_tabs_title_active, .city_item_tabs .tb_tabs_title_active, .woocommerce-tabs ul.tabs li.active {
    background-color: #235fb7;
    color: #fff;
    padding: 4px 12px;
    cursor: default;
}

.item_tabs .tb_tabs_items, .pro_item_tabs .tb_tabs_items, .sol_item_tabs .tb_tabs_items, .city_item_tabs .tb_tabs_items, .woocommerce-tabs .panel {
    margin-top: 30px;
}

.item_tabs, .pro_item_tabs, .sol_item_tabs, .city_item_tabs, .pro_item_switch, .sol_item_switch, .woocommerce-tabs {
    margin: 30px 0 35px;
}

.pro_item_switch img, .sol_item_switch img {
    cursor: pointer;
}

.pro_item_switch img:hover, .sol_item_switch img:hover {
    opacity: .8;
}

.pro_item_other, .sol_item_other {
    padding-left: 5%;
}

.pro_item_other .block_chek {
    margin-bottom: 70px;
}

.pro_item_desc h2, .tb_tabs_item_content h2, .sol_item_desc h2, .content_montazh h2 {
    margin: 1.4em 0 0.8em;
}

.pro_item_desc .gallery, .sol_item_desc .gallery {
    margin: .3em 0 1.5em;
}

.sol_item_desc {
    margin-bottom: 50px;
}


/* Trad Company
--------------------------------------------------------------*/

.items_trad>li {
    position: relative;
    display: inline-block;
    width: 33%;
    min-width: 280px;
    padding-top: 42px;
    margin: 0;
}

.items_trad {
    overflow: hidden;
    display: block;
    position: relative;
}

.items_trad>li img {
    top: -14px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.items_trad-wr {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.items_trad li:before {
    content: "";
    display: block;
    height: 1px;
    background: #e7ecee;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -45%;
    width: 90%;
}

.items_trad li:after {
    content: "";
    display: block;
    width: 1px;
    height: 83px;
    background: #e7ecee;
    position: absolute;
    top: 17px;
    left: -2px;
}


/* Trad Company
--------------------------------------------------------------*/

.item_review {
    padding: 0 30px;
}

.item_comment {
    border: 3px solid #115793;
    -moz-box-shadow: 0 0 10px rgba(59, 68, 138, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(59, 68, 138, 0.25);
    box-shadow: 0 0 10px rgba(59, 68, 138, 0.25);
    padding: 20px;
    position: relative;
}

.item_comment:after {
    content: "";
    position: absolute;
    background: url('images/icon.png') -33px -40px no-repeat;
    width: 20px;
    height: 20px;
    bottom: -20px;
    left: 55px;
}

.author {
    padding: 15px 0 0 24px;
}

.author strong {
    color: #115793;
}

.author span {
    color: #495561;
    font-size: 85%;
    display: block;
}

.rcompany .slick-dots {
    position: absolute;
    top: -45px;
    left: 180px;
}


/* Page Faq
--------------------------------------------------------------*/

.page_faq .col {
    padding: 0 30px;
    margin-bottom: 40px;
}

.page_faq .col h3 {
    position: relative;
    margin-bottom: .4em;
}

.page_faq .col h3 i {
    position: absolute;
    left: -30px;
    top: 4px;
    font-size: 90%;
}

.page_faq .col ul li {
    padding: 2px 0;
}

.page_faq .col a {
    color: #000;
}

.page_faq .col a:hover {
    color: #EB2222;
}


/* SHOP
--------------------------------------------------------------*/

.shop_table {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
}

.cart_totals table {
    width: 100%;
}

.shop_table thead {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.shop_table tbody {
    border-bottom: 2px solid #235fb7;
}

.shop_table td {
    vertical-align: middle;
}

.shop_table tbody tr:nth-child(2n+1) td, .shop_table tbody tr:nth-child(2n+1) th:first-child, .cart_totals tbody tr:nth-child(2n+1) td, .cart_totals tbody tr:nth-child(2n+1) th:first-child {
    background-color: #F5F5F5;
}

.product-remove .remove {
    font-size: 140%;
    color: #A1A1A1;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.shop_table .product-thumbnail img {
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #fff;
}

.shop_table td.actions {
    text-align: right;
}

.cart-collaterals {
    width: 70%;
    float: right;
}

.woocommerce-shipping-fields {
    padding: 30px;
}

.product-name .variation dd {
    padding: 0 9px;
}

.product-name .variation dt {
    font-weight: bold;
}

.cart-subtotal th, .cart-subtotal td, .shipping th, .shipping td, .order-total th, .order-total td {
    padding: 4px 9px;
}


/* Page Map
--------------------------------------------------------------*/

.map_wr {
    margin: 0 -30px 30px;
    height: 450px;
    position: relative;
    background-color: #eee;
}

.map_desc_metki {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.map_desc_metki .row {
    width: 800px;
    padding: 30px 40px;
    background: #fff;
    z-index: 1;
    -moz-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    -webkit-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.map_desc_metki .row .col:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -5px;
    top: -2px;
    width: 44px;
    height: 32px;
}

.map_desc_metki .l_fl:before {
    background: url('images/map-active.png') no-repeat;
}

.map_desc_metki .r_fl:before {
    background: url('images/map-unactive.png') no-repeat;
}

.map_desc_metki .col {
    padding: 0 30px;
    position: relative;
}

.map_desc_metki .close {
    position: absolute;
    bottom: -27px;
    right: 20px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 85%;
    color: #EB2222;
    padding: 3px 20px;
    background: #FFFFFF;
    -moz-box-shadow: 0 11px 25px rgba(156, 156, 119, 0.09);
    -webkit-box-shadow: 0 11px 25px rgba(156, 156, 119, 0.09);
    box-shadow: 0 11px 25px rgba(156, 156, 119, 0.09);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn_map_metki {
    -moz-box-shadow: 0 11px 25px rgba(156, 156, 119, 0.09);
    -webkit-box-shadow: 0 11px 25px rgba(156, 156, 119, 0.09);
    box-shadow: 0 11px 25px rgba(156, 156, 119, 0.09);
    background-color: #fff;
}

.map_wr_dealers .titlebar_title h1 span {
    color: #EB2222;
    text-decoration: underline;
}

.map_wr_dealer h2, .map_wr_dealer .tb_tabs_titles {
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
}

.map_wr_dealer .tb_tabs_title {
    white-space: nowrap;
    float: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #0098dd;
    cursor: pointer;
}

.map_wr_dealer .tb_tabs_title span {
    border-bottom: 1px dashed rgba(63, 115, 184, 0.51);
}

.map_wr_dealer .tb_tabs_title_active span, .map_wr_dealer .tb_tabs_title_active:hover span {
    color: #fff;
    border: none;
}

.map_wr_dealer .tb_tabs_title_active {
    background-color: #235fb7;
    color: #fff;
    padding: 0 10px;
}

.map_wr_dealer .tb_tabs_items {
    margin-top: 30px;
    width: 750px;
}

.map_wr_dealer .deal_item .name_deal {
    font-size: 120%;
    padding-top: 3px;
}

.map_wr_dealer .con_deal {
    text-align: right;
}

.map_wr_dealer .deal_item {
    margin-bottom: 10px;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.map_wr_dealer .deal_item:nth-child(2n) {
    background-color: #F3F3F3;
}

.map_wr_dealer .deal_item:hover {
    background-color: #EBF7F9;
}

.map_wr_dealer .official_deal {
    border: 1px dashed #235fb7;
    position: relative;
    padding: 40px 10px 10px;
    margin-bottom: 30px;
    background-color: #F9FEFF;
}

.map_wr_dealer .official_deal:hover {
    background-color: transparent;
}

.map_wr_dealer .official_deal .name_deal span {
    position: absolute;
    top: 8px;
    left: -1px;
    background-color: #FFD545;
    color: #4E4E3F;
    padding: 0 10px;
    font-size: 85%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.map_wr_dealer .no_official_deal {
    border: 1px dashed #235fb7;
    position: relative;
    margin-bottom: 30px;
    background-color: #F9FEFF;
}

.map_wr_dealer .no_official_deal .con_deal {
    padding-top: 7px;
}


/* Page Contact
--------------------------------------------------------------*/

.c_maps {
    margin: 0 -30px 30px;
    height: 500px;
    position: relative;
}

.c_info {
    position: absolute;
    width: 360px;
    top: 30px;
    left: 30px;
    padding: 30px;
    background: #fff;
    z-index: 1;
    -moz-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    -webkit-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.c_info h4 {
    margin-top: 0;
}

.c_info strong {
    display: block;
    margin-top: .8em;
}

.contactsSelect-wr {
    margin: -30px;
    padding: 10px 20px;
    margin-bottom: 15px;
    background: #F4F2E6;
    border-bottom: 2px solid #D7D4C3;
}

.contactsSelect, .contactsSelect:focus {
    color: #000000;
    font-weight: bold;
    width: auto;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    background: #F4F2E6 url('images/dropdown_arrow.png') center right no-repeat;
}

#review_form_wrapper, .c_form .wpcf7, .woocommerce-billing-fields {
    margin-left: -30px;
    background: #F4F2E6;
    padding: 30px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
}

.c_other {
    padding: 91px 0 0 30px;
}


/* Woocommerce
--------------------------------------------------------------*/

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

.shop_wr .shop_img, .shop_wr .shop_info, .shop_wr .shop_buy {
    display: table-cell;
    vertical-align: top;
}

.shop_wr .shop_img {
    width: 130px;
}

.shop_wr .shop_img a {
    text-decoration: none;
}

.shop_wr .shop_img .onsale, .product_wr .onsale {
    color: #fff;
    background-color: #ff0000;
    padding: 0 7px;
    border-radius: 2px;
    position: absolute;
}

.shop_wr .shop_info .shop_title_product {
    font-size: 100%;
    margin-bottom: .8em;
}

.shop_wr .shop_info .shop_title_product {
    color: #000;
    font-weight: bold;
}

.shop_wr .shop_info .shop_title_product:hover {
    color: #EB2222;
}

.shop_wr .shop_info p {
    font-size: 90%;
    color: #656565;
    margin-top: 10px;
}

.shop_wr .shop_buy {
    width: 200px;
    text-align: right;
}

.shop_wr .shop_buy .price {
    display: block;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}

.shop_wr .shop_buy .economy {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #eeefe2;
    color: #6f6f6f;
    border-radius: 3px;
}

.shop_wr .shop_buy .economy .economy_value {
  font-weight: bold;
}

.shop_wr .shop_buy .price del {
    display: inline-block;
}

.shop_wr .shop_buy .add_to_cart_button {
    float: right;
}

.products li.type-product {
    border-bottom: 1px solid #eee;
    padding: 22px 0 17px;
}

.related .products li.type-product.first {
    padding-top: 0;
}

.products li.product-category {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-right: 8%;
    margin-bottom: 20px;
}

.products li.product-category a {
    color: #000;
    font-size: 100%;
}

.products li.product-category a:hover {
    color: #EB2222;
}

.woocommerce-ordering {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F5F5F5;
}

.woocommerce-ordering form {
    display: inline-block;
}

.added_to_cart {
    display: inline-block;
    font-size: 85%;
    margin-top: 15px;
    float: right;
    clear: both;
}

.product .images .thumbnails a {
    margin-right: 4px;
    display: inline-block;
}

.product .images .thumbnails a img {
    border: 1px solid #eee;
}

.shop_menu .shop_menu_button {
    width: 236px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.shop_menu .shop_menu_button.active {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 40;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #3B73C5;
    background: -moz-linear-gradient(top, #1B55AB, #3B73C5);
    background: -webkit-linear-gradient(top, #1B55AB, #3B73C5);
    background: -o-linear-gradient(top, #1B55AB, #3B73C5);
    background: -ms-linear-gradient(top, #1B55AB, #3B73C5);
    background: linear-gradient(top, #1B55AB, #3B73C5);
}

.shop_menu .shop_menu_button i {
    float: left;
    padding: 5px 0;
    font-size: 90%;
}

.shop_menu .shop_menu_all {
    width: auto;
    position: absolute;
    display: none;
    z-index: 33;
}

.shop_menu .shop_menu_all.active {
    display: block!important;
}

.shop_menu #nav_sub_shop {
    padding: 15px;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    z-index: 2;
    -moz-box-shadow: 0 3px 10px -1px rgba(169, 169, 169, 0.49);
    -webkit-box-shadow: 0 3px 10px -1px rgba(169, 169, 169, 0.49);
    box-shadow: 0 3px 10px -1px rgba(169, 169, 169, 0.49);
}

.shop_menu #nav_sub_shop>li {
    position: relative;
}

.shop_menu #nav_sub_shop a {
    color: #000;
    line-height: 1.4em;
    padding: 4px 0;
    display: block;
    font-size: 85%;
    text-decoration: none;
}

.shop_menu #nav_sub_shop a:hover {
    color: #EB2222;
}

.shop_menu #nav_sub_shop .current-menu-item span {
    font-weight: bold;
    line-height: 1.4em;
    padding: 3px 0;
    font-size: 95%;
    display: inline-block;
}

.shop_menu #nav_sub_shop .menu-item-has-children>a {
    font-weight: bold;
}

.shop_menu #nav_sub_shop .sub-menu {
    margin-left: 10px;
}

.shop_desc_product {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 25px;
}

.product_wr .images {
    text-align: center;
}

.shop_top {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.shop_top .shop_left_menu {
    float: left;
    width: 240px;
}

.shop_top .shop_right {
    margin: 0;
}

.shop_top .shop_right input[type="submit"] {
    position: relative;
    line-height: 34px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.shop_top .shop_right #searchform input[type="text"] {
    width: 80%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 34px;
    float: left;
    margin-right: 10px;
    -moz-box-shadow: 0 2px 3px -1px rgba(206, 206, 206, 0.77);
    -webkit-box-shadow: 0 2px 3px -1px rgba(206, 206, 206, 0.77);
    box-shadow: 0 2px 3px -1px rgba(206, 206, 206, 0.77);
}

#review_form_wrapper {
    width: 500px;
    margin-top: 40px;
}

.related, .upsells {
    margin-top: 60px;
}

.related ul {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-top: 15px;
}

.woocommerce-tabs .panel h3, .woocommerce-tabs .panel h2 {
    margin: 0 0 0.5em;
}

.form-submit {
    margin-bottom: 0;
}

.product_wr_buy {
    background-color: #eee;
    padding: 0 20px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.product_wr_buy ins, .shop_buy .price ins {
    margin-left: 10px;
    text-decoration: none;
}

.product_share {
  margin-top: 30px;
  padding: 0 20px;
  text-align: right;
}

.shop_buy .price ins {
    display: inline-block;
}

.product_wr_buy .price ins .amount, .shop_buy .price ins .amount {
    color: #ff0000;
}

.product_wr_buy .price {
    font-weight: bold;
    font-size: 140%;
    margin: 0 -20px;
    padding: 7px 20px;
    background-color: #484C55;
    color: #fff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.price-text {
  font-size: 18px;
  color: #ddd;
}

.product_wr_buy .cart {
    margin-top: 30px;
}

.product_desc_mini {
    background-color: #E5F5FF;
    margin: 5px -30px;
    padding: 7px 30px;
}

.quantity {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.quantity .minus, .quantity .plus {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 16px;
    padding: 0;
    color: #000;
    text-indent: 9999px;
    background: url('images/icon.png') no-repeat transparent;
}

.quantity .minus {
    top: 16px;
    background-position: -117px -20px;
    z-index: 1;
}

.quantity .plus {
    background-position: -117px -7px;
}

.quantity .minus:focus, .quantity .minus:hover, .quantity .minus:active {
    background-position: -133px -20px;
    background-color: transparent;
    box-shadow: none;
}

.quantity .plus:focus, .quantity .plus:hover, .quantity .plus:active {
    background-position: -133px -7px;
    background-color: transparent;
    box-shadow: none;
}

.quantity .input-text.qty {
    color: #7D7D7D;
    font-size: 100%;
    line-height: 0;
    width: 70px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=button].plus, input[type=button].minus {
    transition: none;
    border: none;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-message, .final_order {
    padding: 4px 15px;
    margin: 10px 0 20px;
    background: #eee;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.variations .value {
    text-align: right;
}

.cart_content {
    background-color: #343849;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px 5px 3px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    margin-right: 10px;
    -moz-box-shadow: 0 2px 3px -1px rgba(93, 95, 103, 0.77);
    -webkit-box-shadow: 0 2px 3px -1px rgba(93, 95, 103, 0.77);
    box-shadow: 0 2px 3px -1px rgba(93, 95, 103, 0.77);
}

.cart_content .cart_count {
    background-color: #555B75;
    color: #AEB4C3;
    padding: 5px;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

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

.cart_block .cart_block_search {
    display: table-cell;
    vertical-align: top;
}

.cart_block .cart_block_buy {
    display: table-cell;
    vertical-align: top;
    width: 330px;
}

.cart_block .cart_block_buy a {
    float: right;
}

.shop_top.top_header {
    position: fixed;
    min-width: 980px;
    max-width: 1280px;
    top: 0;
    background: #fff;
    z-index: 44;
    -moz-box-shadow: 0 0 4px rgba(116, 116, 116, 0.72);
    -webkit-box-shadow: 0 0 4px rgba(116, 116, 116, 0.72);
    box-shadow: 0 0 4px rgba(116, 116, 116, 0.72);
    border: none;
    padding: 20px 0;
    margin: 0;
}

.shop_attributes {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.shop_attributes p {
  margin: 0;
}

.shop_attributes td {
    width: 50%;
    padding: 7px 19px;
    border: 1px solid #DFE4EB;
}

.shop_attributes tr:nth-of-type(odd) td {
    background-color: #F2F7FF;
}

.shop_attributes td:first-child {
    border-left: 0;
}

.shop_attributes td:last-child {
    border-right: 0;
}


.shop-cat ul li a, .shop-cat__heading {
	display: block;
  padding: 4px 10px;
	font-size: 14px;
	line-height: 18px;
}
.shop-cat ul li a:hover {
	background: #F0F0F0;
	color: #505050;
	border-radius: 4px;
}
.shop-cat>ul>li>a, .shop-cat__heading {
  color: #2E2E2E;
	margin-bottom: 5px;
	font-weight: bold;
}
.shop-cat ul li {
	margin-bottom: 5px;
}
.shop-sub-cat {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/* Slider
--------------------------------------------------------------*/

.slick-slider {
    z-index: 5;
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Arrows */

.slick-prev, .slick-next {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    zoom: 1;
    z-index: 999;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    color: transparent;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    margin-top: -20px;
    padding: 0;
    border: none;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background-color: #fff;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-size: 1.3em;
    display: block;
    color: #2A293E;
    opacity: 0.75;
    padding-top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 25px;
}

.slick-prev:before {
    content: "\f053";
}

[dir="rtl"] .slick-prev:before {
    content: "\f054";
}

.slick-next {
    right: 25px;
}

[dir="rtl"] .slick-next {
    left: 25px;
    right: auto;
}

.slick-next:before {
    content: "\f054";
    padding-left: 3px;
}

[dir="rtl"] .slick-next:before {
    content: "\f053";
}


/* Dots */

.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    box-shadow: none;
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #115793;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}


/* Main image in popup */

img.mfp-img {
   width: auto;
    max-width: 90%;
    max-height: 90%!important;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.white-popup-block {
    background: #FFF;
    padding: 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    border: 4px solid #235fb7;
}

.region-popup-block {
    background: #FFF;
    padding: 20px;
    text-align: left;
    width: 800px;
    min-height: 250px;
    margin: 40px auto;
    position: relative;
    border: 4px solid #235fb7;
}

.white-popup-block .wpcf7 {
    border: none!important;
    padding: 0!important;
}

div.wpcf7 {
    border: 4px solid #235fb7;
    padding: 30px;
    background: #FFF;
}

.popup {
    display: none;
}

.accordion {
    color: #0098dd;
    cursor: pointer;
    text-decoration: underline;
}

.accordion:hover {
    color: #EB2222;
}

.faq_item {
    margin-bottom: 20px;
}

.faq_item .hide {
    display: none;
}

.faq_item h3 {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.faq_item h3:hover {
    color: #EB2222;
}

.faq_item h3.active-accordion {
    color: #EB2222;
    text-decoration: none;
    margin-bottom: .8em;
}

.faq_item>div {
    background: #F1F1F1;
    padding: 20px 40px 20px 20px;
    margin: 0 -20px;
}

.faq_search_btn {
    margin-bottom: 30px;
}

.column_city_block {
    width: 33.33%;
    float: left;
}

.city_all .column_city_block {
    width: 25%;
}

.city_block {
    margin-bottom: .8em;
}

.city_block li {
    position: relative;
    list-style: none;
}

.city_block .letter {
    font-weight: bold;
}

.city_active i {
    position: absolute;
    left: -22px;
    top: 5px;
    color: #F62929;
}

.city_active a {
    font-weight: bold;
    color: #F62929;
}

.city_sklad i {
    color: #1e9822;
}

.city_sklad a {
    color: #1e9822;
}

.city_item_contact {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #eee;
}
.city_item_other {
  padding-left: 35px;
}
.city_item_contact-text {
    padding: 40px 0 0 30px;
    width: 80%;
}

.city_item_maps {
    height: 400px;
    margin: 0 -30px 30px;
    position: relative;
}

.city_item_info {
    position: absolute;
    width: 450px;
    top: 30px;
    left: 30px;
    padding: 30px;
    background: #fff;
    z-index: 1;
    -moz-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    -webkit-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.city_item_info h4 {
    margin: 0 0 .4em;
}

.city_item_info strong {
    display: block;
    margin-top: .8em;
}

.hide {
    display: none;
}

#myMap {
    height: 450px;
    width: 100%;
}

.page_search .search_item {
    display: block;
    margin-bottom: 10px;
}

.page_search .search_item a {
    color: #000;
}

.page_search .search_item a:hover {
    color: #EB2222;
}

.prdctfltr-widget {
    background-color: #F8FBFD;
    border: 1px solid #D2DDE5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 0;
    width: 236px;
}

.prdctfltr-widget .prdctfltr_wc {
    margin-bottom: 0;
}

.prdctfltr_checkboxes {
    margin-top: 5px;
}

.prdctfltr-widget .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
    width: 7px;
    height: 7px;
    border: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.23) 0 1px 3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.23) 0 1px 3px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.23) 0 1px 3px 0 inset;
    background-color: #D3EAFF;
    margin-bottom: 5px;
    margin-right: 8px;
}

.prdctfltr-widget .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: 5px;
    margin-right: 8px;
    border: 0;
    background-color: #2886ED;
}

.prdctfltr-widget .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:hover:before {
    background-color: #62ADFF;
}

.prdctfltr-widget .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span {
    line-height: 20px;
}

.prdctfltr_filter {
    margin-bottom: 10px!important;
}

.prdctfltr_filter_inner {
    margin-bottom: 0!important;
}

.prdctfltr_attributes, .prdctfltr_range {
    border-bottom: 1px solid #D2DDE5;
    padding: 0 20px 15px!important;
}

.prdctfltr_filter .prdctfltr_widget_title {
    font-weight: bold;
    font-size: 90%;
    line-height: 1.2em;
    display: inline-block;
}

.prdctfltr-widget span.prdctfltr_reset {
    padding: 0 20px!important;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons {
    margin: 10px 0 0!important;
}

.woocommerce-pagination {
    margin: 20px 0 30px;
}

.wc-proceed-to-checkout {
    margin-top: 30px;
    text-align: right;
    padding-right: 10px;
}

.header_fixed {
    margin-top: 75px;
}

.mCSB_scrollTools {
    opacity: 1!important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #B3B3B3!important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #4467D0!important;
}


/* Woocommerce product catalog */

.tb_tabs_item_content .woocommerce .products li.type-product {
    padding: 22px 0 11px;
}

.tb_tabs_item_content .woocommerce .shop_wr .shop_img {
    width: 80px;
}

.tb_tabs_item_content .woocommerce .shop_wr .shop_img a img {
    width: 60px;
    height: 60px;
}

.tb_tabs_item_content .woocommerce .shop_wr .shop_info h3 {
    font-size: 90%;
    margin-bottom: .4em;
}

.tb_tabs_item_content .woocommerce .shop_wr .shop_info p {
    color: #656565;
}

.tb_tabs_item_content .woocommerce .shop_wr .shop_buy .price {
    font-size: 90%;
}

.tb_tabs_item_content .woocommerce .shop_buy .btn.small {
    padding: 2px 12px 3px;
    font-size: 90%;
}

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

@media only screen and (max-device-width:480px) {
    .wrapper, .footer, .shop_top.top_header {
        min-width: 200px;
    }
    .f_menu, .sol_item_switch, .frbanner_dea, .trademarks_l, .f_info, .footer .menu, .social_icon, .top_slider, .header_shop, .header_phone, .header_region, .pro_item_switch, .map_desc_metki, .ajax-loader {
        display: none;
    }
    .footer {
        margin: -150px auto 0;
        height: 150px;
    }
    .content, .middle {
        padding: 0 0 170px;
    }
    .bottom_f {
        position: relative;
        padding: 0 30px 40px;
        background: inherit;
        color: inherit;
        border: 0;
    }
    .trademarks_r {
        margin-left: 0;
    }
    .main-block {
        border-top: 0;
    }
    .news {
        margin: 45px 30px;
    }
    .main_icon a {
        width: 80%;
        margin-bottom: 20px;
    }
    .main_icon a span {
        width: 100%;
    }
    .home .pro_tov .col, .footer .col, .news .col, .bottom_h .col, .row .col {
        margin-left: 0;
        width: 100%;
    }
    .home .pro_tov .block_sp {
        margin-bottom: 20px;
    }
    .home .pro_tov .block_sp:first-child {
        margin: 0 0 20px 0;
    }
    .block_con {
        overflow: hidden;
    }
    .f_contact {
        margin-top: 0;
    }
    .pro_tov {
        margin-top: -26px;
    }
    .pro_tov .tb_tabs_title {
        padding: 10px 13px;
        font-size: 100%;
        margin: 0 0.7%;
    }
    .news .col {
        margin-bottom: 10px;
    }
    .news .date {
        margin-bottom: 0;
    }
    .bottom_h .col {
        height: auto;
    }
    .header_logo {
        text-align: center;
    }
    .header_logo .logo {
        float: none;
        margin: 0;
    }
    .header_logo .logo img {
        width: 100px;
        margin: 0 auto;
    }
    .header_logo .slogan {
        border-left: none;
        padding-left: 0;
        left: 0;
        top: 10px;
        font-size: 100%;
        position: relative;
    }
    ul.list li, ul.list_chek li {
        margin: 0 0 7px 27px;
    }
    .pro_item_tabs .tb_tabs_title, .woocommerce-tabs ul.tabs li {
        margin: 0 32px 20px 0;
    }
    .shop_wr .shop_img, .shop_wr .shop_info, .shop_wr .shop_buy {
        display: block;
    }
    .shop_wr .shop_info {
        width: 100%;
    }
    .shop_wr .shop_buy {
        text-align: inherit;
        width: 100%;
    }
    .pro_item_other, .sol_item_other {
        padding-left: 0;
    }
    ul.block_chek {
        width: 100%;
    }
    .map_wr_dealer .tb_tabs_items {
        width: 100%;
    }
    .btn {
        width: 100%;
    }
    .shop_buy .btn {
        width: auto;
    }
    .region-popup-block, .region-popup-block .tb_tabs_titles, .region-popup-block .tb_tabs_items {
        width: 100%;
        float: none;
    }
    .region-popup-block .tb_tabs_titles {
        border-right: 0;
        border-bottom: 1px solid #eee;
        float: none;
        padding: 0 0 15px;
        margin-bottom: 15px;
    }
    .column_city_block {
        width: 50%;
        padding: 0 12px;
    }
    .contact_block {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .contact_block span {
        margin: 0;
        padding: 2px;
        width: auto;
        border: none !important;
    }
    .page-template-page-solutions-item article .row .span_8 img, iframe {
        width: 100%;
        height: auto;
    }
    .map_buy {
        margin-top: 20px;
    }
    /* contact */
    .c_maps {
        height: auto;
    }
    .c_info {
        top: 15px;
        left: 0;
        margin: 0 15px;
        width: auto;
        height: auto;
        position: relative;
    }
    .top_mobile {
        display: block!important;
        background: #2a293e;
        padding: 0 15px;
        color: #fff;
        overflow: hidden;
    }
    .top_mobile span {
        float: right;
        font-weight: bold;
        padding: 10px 0;
        line-height: 20px;
        height: 40px;
    }
    .top_mobile span i {
        margin-right: 10px;
        top: 1px;
        position: relative;
    }
    .top_mobile button {
        background: #fff;
        float: left;
        border: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin: 5px 0;
        padding: 0 10px;
        font-size: 1.3em;
        height: 30px;
    }
    .top_mobile button i {
        position: relative;
        top: 1px;
    }
    .bottom_h {
        padding: 25px 0!important;
        margin: 0;
    }
    .top_h {
        z-index: 4;
        display: none;
        position: absolute;
        top: 50px;
        left: 10px;
        right: 10px;
        height: auto;
        line-height: normal;
    }
    .top_h nav:before, .top_h .b2b:after {
        content: none;
    }
    .top_h nav, .top_h nav ul, .top_h nav ul li {
        display: block;
        float: none;
        width: 100%;
    }
    .top_h nav {
        background: transparent;
    }
    .top_h nav ul {
        overflow: hidden;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .top_h ul.menu li a {
        padding: 15px 7px;
        background: #2a293e;
        text-align: center;
        white-space: normal;
    }
    .top_h ul.menu li a:hover {
        background: #EFD69B;
        color: #2a293e;
    }
    .top_h .b2b {
        padding: 0;
        background: transparent;
    }
    .top_h ul.menu li.current-menu-item span {
        background: #EFD69B;
        color: #2a293e;
        padding: 15px 7px;
    }
    .top_h nav .sub-menu li, .top_h nav .sub-menu li:first-child, .top_h nav .sub-menu li:last-child {
        border-radius: 0;
        padding: 0;
    }
    .top_h nav .sub-menu li a {
        background: #3B3A57;
    }
    .top_h nav .sub-menu {
        position: relative;
        padding: 0;
        border-radius: 0;
    }
    .left_s .content, .right_s .content, .shop_left_s .content {
        padding: 0;
    }
    .left_sidebar, .right_sidebar {
        padding: 20px;
        width: 100%;
        display: none;
        position: absolute;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 0;
        background: #fff;
        -moz-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
        -webkit-box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
        box-shadow: 0 5px 25px rgba(156, 156, 119, 0.35);
    }
    .objects_item .objects_desc {
        padding: 15px 0 0 0;
        width: 100%;
    }
    .objects_item p {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .items_trad>li {
        width: 100%;
    }
    .block_icon {
        margin-bottom: .8em;
    }
    .alignright, .alignleft {
        float: none;
        margin: 0;
    }
    .pro_item_other .block_chek {
        margin-bottom: 0;
    }
    .permalink a {
        width: 100%;
    }
    .cooperation .frbanner h1 {
        padding-top: 15%;
        width: 90%;
        font-size: 150%;
    }
    .corp_button {
        width: 80%;
        margin: 0 auto;
    }
    .cooperation .informer {
        height: auto;
    }
    .cooperation .informer .col:nth-child(2n) {
        background: #fff;
    }
    .cooperation .informer .col:nth-child(2n) span {
        color: #000;
    }
    .cooperation .informer span.inf2 {
        color: #ff4838!important;
    }
    .shop_top .shop_left_menu, .shop_menu .shop_menu_all, .shop_menu .shop_menu_button {
        width: 100%;
        float: none;
    }
    .shop_top .shop_right {
        margin: 0;
        float: none;
    }
    .products li.product-category {
        width: 100%;
    }
    .mobile_cat {
        margin: 20px 30px;
    }
    .mobile_cat button {
        font-size: 90%;
        height: 32px;
        border: 0;
    }
    .cart_block, .cart_block .cart_block_search, .cart_block .cart_block_buy {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .shop_top, .woocommerce-tabs .panel, .related, .cart-collaterals {
        display: block;
        width: 100%;
    }
    .shop_top .shop_right input[type="submit"] {
        float: right;
    }
    .cart_block .cart_block_buy a {
        float: right;
        width: 50%;
    }
    .cart_content {
        float: left;
        width: 45%;
    }
    .cart_block .cart_block_search, .shop_menu {
        margin-bottom: 10px;
    }
    .product_wr_buy {
        text-align: center;
    }
    .product_wr_buy .cart .quantity {
        margin-bottom: 20px;
    }
    .wc-proceed-to-checkout {
        padding-right: 0;
    }
    .trademarks_cw {
      border-radius: 0;
    }
}

.footnote {
    font-size: 85%;
    color: #7E7E7E;
}

.info_w {
    color: #ff0000;
}

.top_mobile {
    display: none;
}

.calc_other {
    padding: 30px 0 0 30px;
}

th.td_h {
    border-bottom: 2px solid #BF590C!important;
}

.td_h {
    background-color: #F97918!important;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.td_h a {
    color: #fff;
}

.woocommerce .term-description, .woocommerce .page-description {
    margin-top: 40px;
}

.offices-contact {
    font-size: 0;
}
.offices-contact__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    padding-right: 30px;
    margin-bottom: 30px;
}
.offices-contact__city {
    font-weight: bold;
}
.offices-contact__address {
    color: #66707a;
    line-height: 17px;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
}

.block-agreement {
    font-size: 13px;
    line-height: 16px;
    color: #999;
}
.block-agreement_margin {
    margin: 15px 0;
}


/* Advantages Numbers */

.advantages-numbers {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    background-color: #585b5c;
    overflow: hidden;
}

.advantages-numbers__item {
    position: relative;
    padding: 22px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.advantages-numbers__item:before {
    position: absolute;
    content: '';
    top: 25px;
    bottom: 25px;
    left: -1px;
    width: 1px;
    background-color: #919191;
}

.advantages-numbers__text {
    font-size: 18px;
    line-height: 1rem;
    color: #ffffff;
}

.advantages-numbers__number {
    font-size: 40px;
    font-weight: 600;
    line-height: 4rem;
    color: #ffffff;
}

@media only screen and (max-device-width: 480px)
{
    .advantages-numbers {
        flex-direction: column;
    }

    .advantages-numbers__item {
        padding: 40px 0;
    }

    .advantages-numbers__item:nth-child(2n) {
        background-color: #3d4040;
    }
}


/* Clients Items */

.clients-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin: 0 -10px;
    overflow: hidden;
}

.clients-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}

.clients-item__image {
    padding: 5px;
    border: 1px solid #e9e9e9;
    /*border-radius: 5px;*/
}

.clients-item__image img {
    width: 100%;
}

.clients-item__name {
    margin-top: 12px;
}


/* Heating Zones  */

.heating-zones {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.heating-zone {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 3px;
    z-index: 1;
}

.heating-zones.is-type-obogrev-krovli .heating-zone {
    background-color: #ffffff;
    background-image: url('images/bg-krovlya.png');
}

.heating-zones.is-type-obogrev-promyshlennogo-truboprovoda .heating-zone {
    background-color: #efefef;
}

.heating-zones.is-type-obogrev-promyshlennogo-truboprovoda .heating-zone:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-image: url('images/icons/ugol-truboprovoda.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    opacity: 0.15;
    z-index: -1;
}

.heating-zone__image {
    margin-bottom: 15px;
}

.heating-zone__image img {
    width: 100%;
    border-radius: 3px;
}

.heating-zone__title {
    /*height: 50px;*/
    align-content: center;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    text-wrap: pretty;
}

.heating-zone__text {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 2px dashed #c98888;
}

.heating-zone__text p {
    margin: 0 !important;
}


/* Obogrev Catalog */

.obogrev-catalog {
    position: relative;
    display: grid;
    padding: 30px;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    background-color: #f3f3f3;
    z-index: 1;
}

.obogrev-catalog.is-type-obogrev-krovli {
    background-color: #ffffff;
    background-image: url('images/bg-krovlya.png');
}

.obogrev-catalog.is-type-obogrev-promyshlennogo-truboprovoda {
    background-color: #efefef;
}

.obogrev-catalog.is-type-obogrev-promyshlennogo-truboprovoda:before,
.obogrev-catalog.is-type-obogrev-promyshlennogo-truboprovoda:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-image: url('images/icons/ugol-truboprovoda.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    opacity: 0.15;
    z-index: -1;
}

.obogrev-catalog.is-type-obogrev-promyshlennogo-truboprovoda:before {
    transform: rotate(180deg);
}

.obogrev-catalog-item {
    position: relative;
    border: 2px dotted #c0343f;
}

.obogrev-catalog-item__image {
    font-size: 0;
}

.obogrev-catalog-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.obogrev-catalog-item__title {
    position: absolute;
    padding: 10px 15px;
    left: 40px;
    right: 40px;
    top: 50%;
    font-size: 13px;
    line-height: 1.2em;
    text-align: center;
    text-wrap: pretty;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #c0343f;
    border-radius: 10px;
    transform: translateY(-50%);
}

.obogrev-catalog-item:nth-child(6n) .obogrev-catalog-item__title,
.obogrev-catalog-item:nth-child(6n-1) .obogrev-catalog-item__title,
.obogrev-catalog-item:nth-child(6n-2) .obogrev-catalog-item__title {
    left: 0;
    text-align: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.obogrev-catalog-item:nth-child(6n+1) .obogrev-catalog-item__title,
.obogrev-catalog-item:nth-child(6n+2) .obogrev-catalog-item__title,
.obogrev-catalog-item:nth-child(6n+3) .obogrev-catalog-item__title {
    right: 0;
    text-align: right;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/* Gallery Schemes */

.gallery-schemes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.gallery-scheme {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    border: 2px dashed #d37474;
    cursor: pointer;
}

.gallery-scheme:hover {
    border: 2px dashed #6a5959;
}

.gallery-scheme:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.gallery-scheme:hover:after {
    position: absolute;
    content: "\f00e";
    font: normal normal normal 30px / 1 FontAwesome;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -15px;
    color: #fff;
    text-align: center;
}

.gallery-scheme img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* H-Headers */

.h-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.h-header__title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.h-header__info {
    max-width: 250px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3em;
    text-wrap: balance;
    text-align: right;
    color: #5a5a5a;
}

@media only screen and (max-device-width: 480px)
{
    .h-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .h-header__info {
        max-width: 100%;
        text-align: left;
        text-wrap: wrap;
    }
}

/* Icon for H-titles  */

.h2-icon img {
    position: relative;
    width: 30px;
    top: 6px;
    right: -5px;
}

.h3-icon img {
    position: relative;
    width: 26px;
    top: 5px;
    right: -5px;
}

.h-icon-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.h-icon-flex img {
    width: 60px;
    max-height: 50px;
    object-fit: contain;
}


/* Title Header */

.title-header-two-pipes {
    position: relative;
    padding: 30px 30px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 3px;
    z-index: 1;
}

.title-header-two-pipes:before,
.title-header-two-pipes:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 0;
    left: 0;
    background-image: url('images/icons/ugol-truboprovoda.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    opacity: 0.15;
    z-index: -1;
}

.title-header-two-pipes:before {
    transform: scale(-1, -1);
}

.title-header-two-pipes:after {
    transform: scale(1, -1);
}

.title-border-dotted-red {
    border: 2px dotted #dfa5a8;
    padding: 25px 30px;
}


/* Forn One Line */

.form-one-line {
}

.form-one-line__fields {
    display: flex;
    align-items: flex-end;
}

.form-one-line__fields input {
    height: 40px;
    line-height: 40px;
}

.form-one-line__input {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.form-one-line__input label {
    margin-bottom: 6px;
}

.form-one-line__input input {
    padding: 0 10px;
}

.form-one-line__submit {
    margin: 0 0 0 25px;
}

.form-one-line__submit input {
    padding: 0 20px;
}

.form-one-line__agreement {
    margin-top: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #999;
}

@media only screen and (max-device-width: 480px)
{
    .form-one-line__fields {
        flex-direction: column;
        align-items: stretch;
    }

    .form-one-line__submit {
        margin: 25px 0 0 0;
    }
}


/* Overridable Forms */

.form-obogrev-krovli .wpcf7,
.form-obogrev-promyshlennogo-truboprovoda .wpcf7 {
    border: 0;
    background-size: cover;
    border-radius: 3px;
}

.form-obogrev-krovli .wpcf7 {
    background-color: #f4f1ec;
}

.form-obogrev-krovli.is-bg .wpcf7 {
    background-image: url('images/bg-krovlya.png');
    background-color: transparent;
}

.form-obogrev-promyshlennogo-truboprovoda .wpcf7 {
    background-color: #ecedec;
}

.form-obogrev-promyshlennogo-truboprovoda.is-bg .wpcf7 {
    background-image: url('images/bg-obogrev-promyshlennogo-truboprovoda-2.jpg');
    background-color: transparent;
}

.form-obogrev-krovli .wpcf7-submit,
.form-obogrev-promyshlennogo-truboprovoda .wpcf7-submit {
    background-color: #e52e2e;
}

.form-obogrev-krovli .wpcf7-submit:hover,
.form-obogrev-promyshlennogo-truboprovoda .wpcf7-submit:hover {
    background-color: #ff4b4b;
}


/* Cookies */

.cookies {
  display: none;
  align-items: center;
  justify-content: space-between;
  row-gap: 25px;
  column-gap: 40px;
  position: fixed;
  z-index: 99999;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 25px;
  width: 90%;
  max-width: 710px;
  background: #2a293e;
  border-radius: 10px;
}

.cookies.is-active {
  display: flex;
}

.cookies__text {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.cookies__button {
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .cookies {
    left: 15px;
    right: 15px;
    flex-direction: column;
    width: auto;
    max-width: 100%;
    transform: none;
  }
  .cookies__button {
    width: 100%;
  }
}


/* Background Images  */

.bg-krovlya {
    background-image: url('images/bg-krovlya.png');
}

.bg-cover {
    background-image: var(--bg-cover);
    background-position: 50% 50%;
    background-size: cover;
}


/* Text */

.text-strong {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-red {
    color: #bb2026;
}


/* Margin */

.m-0 { margin: 0 !important; }

.mb-0   { margin-bottom: 0px   !important; }
.mb-5   { margin-bottom: 5px   !important; }
.mb-10  { margin-bottom: 10px  !important; }
.mb-15  { margin-bottom: 15px  !important; }
.mb-20  { margin-bottom: 20px  !important; }
.mb-25  { margin-bottom: 25px  !important; }
.mb-30  { margin-bottom: 30px  !important; }
.mb-35  { margin-bottom: 35px  !important; }
.mb-40  { margin-bottom: 40px  !important; }
.mb-45  { margin-bottom: 45px  !important; }
.mb-50  { margin-bottom: 50px  !important; }
.mb-55  { margin-bottom: 55px  !important; }
.mb-60  { margin-bottom: 60px  !important; }
.mb-65  { margin-bottom: 65px  !important; }
.mb-70  { margin-bottom: 70px  !important; }
.mb-75  { margin-bottom: 75px  !important; }
.mb-80  { margin-bottom: 80px  !important; }
.mb-85  { margin-bottom: 85px  !important; }
.mb-90  { margin-bottom: 90px  !important; }
.mb-95  { margin-bottom: 95px  !important; }
.mb-100 { margin-bottom: 100px !important; }

.mt-0   { margin-top: 0px   !important; }
.mt-5   { margin-top: 5px   !important; }
.mt-10  { margin-top: 10px  !important; }
.mt-15  { margin-top: 15px  !important; }
.mt-20  { margin-top: 20px  !important; }
.mt-25  { margin-top: 25px  !important; }
.mt-30  { margin-top: 30px  !important; }
.mt-35  { margin-top: 35px  !important; }
.mt-40  { margin-top: 40px  !important; }
.mt-45  { margin-top: 45px  !important; }
.mt-50  { margin-top: 50px  !important; }
.mt-55  { margin-top: 55px  !important; }
.mt-60  { margin-top: 60px  !important; }
.mt-65  { margin-top: 65px  !important; }
.mt-70  { margin-top: 70px  !important; }
.mt-75  { margin-top: 75px  !important; }
.mt-80  { margin-top: 80px  !important; }
.mt-85  { margin-top: 85px  !important; }
.mt-90  { margin-top: 90px  !important; }
.mt-95  { margin-top: 95px  !important; }
.mt-100 { margin-top: 100px !important; }


/* Padding */

.p-0 { padding: 0 !important; }

.pb-0   { padding-bottom: 0px   !important; }
.pb-5   { padding-bottom: 5px   !important; }
.pb-10  { padding-bottom: 10px  !important; }
.pb-15  { padding-bottom: 15px  !important; }
.pb-20  { padding-bottom: 20px  !important; }
.pb-25  { padding-bottom: 25px  !important; }
.pb-30  { padding-bottom: 30px  !important; }
.pb-35  { padding-bottom: 35px  !important; }
.pb-40  { padding-bottom: 40px  !important; }
.pb-45  { padding-bottom: 45px  !important; }
.pb-50  { padding-bottom: 50px  !important; }
.pb-55  { padding-bottom: 55px  !important; }
.pb-60  { padding-bottom: 60px  !important; }
.pb-65  { padding-bottom: 65px  !important; }
.pb-70  { padding-bottom: 70px  !important; }
.pb-75  { padding-bottom: 75px  !important; }
.pb-80  { padding-bottom: 80px  !important; }
.pb-85  { padding-bottom: 85px  !important; }
.pb-90  { padding-bottom: 90px  !important; }
.pb-95  { padding-bottom: 95px  !important; }
.pb-100 { padding-bottom: 100px !important; }

.pt-0   { padding-top: 0px   !important; }
.pt-5   { padding-top: 5px   !important; }
.pt-10  { padding-top: 10px  !important; }
.pt-15  { padding-top: 15px  !important; }
.pt-20  { padding-top: 20px  !important; }
.pt-25  { padding-top: 25px  !important; }
.pt-30  { padding-top: 30px  !important; }
.pt-35  { padding-top: 35px  !important; }
.pt-40  { padding-top: 40px  !important; }
.pt-45  { padding-top: 45px  !important; }
.pt-50  { padding-top: 50px  !important; }
.pt-55  { padding-top: 55px  !important; }
.pt-60  { padding-top: 60px  !important; }
.pt-65  { padding-top: 65px  !important; }
.pt-70  { padding-top: 70px  !important; }
.pt-75  { padding-top: 75px  !important; }
.pt-80  { padding-top: 80px  !important; }
.pt-85  { padding-top: 85px  !important; }
.pt-90  { padding-top: 90px  !important; }
.pt-95  { padding-top: 95px  !important; }
.pt-100 { padding-top: 100px !important; }

.pl-0   { padding-left: 0px   !important; }
.pl-5   { padding-left: 5px   !important; }
.pl-10  { padding-left: 10px  !important; }
.pl-15  { padding-left: 15px  !important; }
.pl-20  { padding-left: 20px  !important; }
.pl-25  { padding-left: 25px  !important; }
.pl-30  { padding-left: 30px  !important; }
.pl-35  { padding-left: 35px  !important; }
.pl-40  { padding-left: 40px  !important; }
.pl-45  { padding-left: 45px  !important; }
.pl-50  { padding-left: 50px  !important; }
.pl-55  { padding-left: 55px  !important; }
.pl-60  { padding-left: 60px  !important; }
.pl-65  { padding-left: 65px  !important; }
.pl-70  { padding-left: 70px  !important; }
.pl-75  { padding-left: 75px  !important; }
.pl-80  { padding-left: 80px  !important; }
.pl-85  { padding-left: 85px  !important; }
.pl-90  { padding-left: 90px  !important; }
.pl-95  { padding-left: 95px  !important; }
.pl-100 { padding-left: 100px !important; }

.pr-0   { padding-right: 0px   !important; }
.pr-5   { padding-right: 5px   !important; }
.pr-10  { padding-right: 10px  !important; }
.pr-15  { padding-right: 15px  !important; }
.pr-20  { padding-right: 20px  !important; }
.pr-25  { padding-right: 25px  !important; }
.pr-30  { padding-right: 30px  !important; }
.pr-35  { padding-right: 35px  !important; }
.pr-40  { padding-right: 40px  !important; }
.pr-45  { padding-right: 45px  !important; }
.pr-50  { padding-right: 50px  !important; }
.pr-55  { padding-right: 55px  !important; }
.pr-60  { padding-right: 60px  !important; }
.pr-65  { padding-right: 65px  !important; }
.pr-70  { padding-right: 70px  !important; }
.pr-75  { padding-right: 75px  !important; }
.pr-80  { padding-right: 80px  !important; }
.pr-85  { padding-right: 85px  !important; }
.pr-90  { padding-right: 90px  !important; }
.pr-95  { padding-right: 95px  !important; }
.pr-100 { padding-right: 100px !important; }


/* Rounded */

.rounded-0   { border-radius: 0px   !important; }
.rounded-1   { border-radius: 1px   !important; }
.rounded-2   { border-radius: 2px   !important; }
.rounded-3   { border-radius: 3px   !important; }
.rounded-4   { border-radius: 4px   !important; }
.rounded-5   { border-radius: 5px   !important; }
.rounded-6   { border-radius: 6px   !important; }
.rounded-7   { border-radius: 7px   !important; }
.rounded-8   { border-radius: 8px   !important; }
.rounded-9   { border-radius: 9px   !important; }
.rounded-10  { border-radius: 10px  !important; }
.rounded-11  { border-radius: 11px  !important; }
.rounded-12  { border-radius: 12px  !important; }
.rounded-13  { border-radius: 13px  !important; }
.rounded-14  { border-radius: 14px  !important; }
.rounded-15  { border-radius: 15px  !important; }
.rounded-20  { border-radius: 20px  !important; }
.rounded-25  { border-radius: 25px  !important; }
.rounded-30  { border-radius: 30px  !important; }
.rounded-35  { border-radius: 35px  !important; }
.rounded-40  { border-radius: 40px  !important; }
.rounded-45  { border-radius: 45px  !important; }
.rounded-50  { border-radius: 50px  !important; }
.rounded-55  { border-radius: 55px  !important; }
.rounded-60  { border-radius: 60px  !important; }
.rounded-65  { border-radius: 65px  !important; }
.rounded-70  { border-radius: 70px  !important; }
.rounded-75  { border-radius: 75px  !important; }
.rounded-80  { border-radius: 80px  !important; }
.rounded-85  { border-radius: 85px  !important; }
.rounded-90  { border-radius: 90px  !important; }
.rounded-95  { border-radius: 95px  !important; }
.rounded-100 { border-radius: 100px !important; }