html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #1c1c1c;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

a {

    color: #1c1c1c;
    border-bottom: 1px solid #85b3cd;
    text-decoration: none;
}

#main {
    position: relative;
    min-height: 100%;
    min-width: 950px;
    overflow: hidden;
}

.agree-block {
    float: left;
    margin-right: 10px;
    height: 59px;
}

.center {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

header {
    height: 120px;
    background: url(../img/bg_header.png) repeat-x;
    overflow: hidden;
}

header .center {
    position: relative;
    height: 120px;
}

.logo {
    display: block;
    position: absolute;
    left: -47px;
    top: 0;
}

.header_right_bl {
    float: right;
    text-align: right;
    padding-top: 30px;
}

.header_right_bl > div {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 51px;
    position: relative;
    margin-left: 50px;
    line-height: 15px;
}

.header_right_bl > div:first-child {
    margin: 0;
}

.header_right_bl > div:before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: -1px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.header_right_bl > div.h_bl_city:before {
    background-image: url(../img/ico_addr.png);
}

.header_right_bl > div.h_bl_tel:before {
    background-image: url(../img/ico_tel.png);
}

.header_right_bl > div.h_bl_basket:before {
    background-image: url(../img/ico_basket.png);
}

.header_right_bl > div p {
    color: #002651;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.header_right_bl > div b {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 12px 0;
}

.header_right_bl > div a {
    color: #fff;
    font-size: 10px;
    border-bottom: 1px solid #0c679c;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 1px;
    letter-spacing: 0.075em;
}

.header_right_bl > div.h_bl_city b {
    border-bottom: 1px dashed #fff;
    padding-bottom: 1px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.header_right_bl > div.h_bl_city b:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 7px;
    width: 8px;
    height: 4px;
    background: url(../img/arrow_bottom.png) no-repeat;
}

.header_right_bl > div.h_bl_city p a {
    font-weight: normal;
}

.h_bl_addr {
    font-size: 14px;
    color: #fff;
    padding-top: 2px;
}

.header_right_bl > div.h_bl_summa:before {
    display: none;
}

.header_right_bl > div.h_bl_summa {
    padding-left: 0;
    margin-left: 20px;
}

footer {
    background: url(../img/bg_footer.png) no-repeat center bottom #333538;
    color: #fff;
}

.f_top_col {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
    float: left;
}

.f_contacts_item a {
    color: #fff;
    border-bottom: 1px solid #0e6da9;
    text-decoration: none;
}

.f_contacts_item {
    margin: 0 0 9px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.f_contacts_item p {
    color: #9f9f9f;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.f_city_header {
    line-height: 18px;
    margin: 0 0 10px 0;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.f_city_header:after {
    content: '';
    display: block;
    height: 2px;
    width: 49px;
    background: #007cc5;
    margin: 12px 0 0 0;
}

.f_city_header span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.05em;
}

.footer_top_cont {
    padding: 41px 0 36px 0;
}

.f_top_after_line {
    clear: both;
    padding-top: 37px;
}

.f_top_after_line li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    letter-spacing: 0.07em;
}

.f_top_after_line a {
    color: #fff;
    border-bottom: 1px solid #0e6da9;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 2px;
}

.f_change_city {
    float: right;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.07em;
}

.f_change_city span {
    font-weight: 600;
    font-size: 16px;
    /*border-bottom: 1px dashed #007cc5;*/
    margin-left: 16px;
    position: relative;
    margin-right: 10px;
}

.f_change_city span:after {
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    background: url(../img/arrow_bottom_dark.png) no-repeat;
    position: absolute;
    top: 11px;
    right: -14px;
}

.footer_bottom_cont {
    border-top: 1px solid #45474a;
    padding: 25px 0;
    position: relative;
}

.footer_bottom_cont > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.f_b_item_dev {
    float: right;
}

.f_b_item_dev a {

    border: 0;
}

.f_b_item_link a {
    color: #fff;
    border-bottom: 1px solid #0e6da9;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.07em;
}

.f_b_item_copy {
    color: #929292;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 20px;
}

.m_bl_cats {
    background: #e5e8e9;
    padding: 57px 0 37px 0;
}

.m_bl_cats_header {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 27px 0;
    letter-spacing: 0.05em;
}

.btn_all_cats {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 23px 0 38px;
    border: 1px solid #0c679c;
    border-radius: 25px;
    color: #0c679c;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.07em;
    background: url(../img/ico_cat.png) no-repeat 19px center;
}

.btn_all_cats:hover {
    color: #fff;
    background: url(../img/ico_cat_hover.png) no-repeat 19px center #007cc5;
}

.m_bl_cats_col {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
    float: left;
}

.m_bl_cats_col li {
    list-style: none;
    margin: 0 0 3px 0;
}

.m_bl_cats_col li a {
    color: #1c1c1c;
    border-bottom: 1px solid #0e6da9;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: -0.025em;
}

.m_bl_cats_cont {
    padding-top: 30px;
}

.main_menu {
    float: left;
    padding-top: 5px;
}

.main_menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 30px;
}

.main_menu li:last-child {
    margin: 0;
}

.main_menu li a {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.bl_aft_header_right {
    float: right;
}

.bl_aft_header_right p {
    display: inline-block;
    vertical-align: middle;
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 300;
}

.bl_aft_header_right p a {
    color: #010101;
    border-bottom: 1px solid #85b3cd;
    text-decoration: none;
}

.btn_order_zap {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 0 30px 0 60px;
    background: url(../img/ico_car.png) no-repeat 20px center #f12b2b;
    margin-left: 30px;
    border: 0;
}

.btn_order_zap:hover {
    background-color: #d70303;
}

.bl_aft_header .center {
    border-bottom: 2px solid #eceff1;
    position: relative;
    padding: 17px 0 15px 0;
}

.main_menu li.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    height: 2px;
    background: #007cc5;
}

.main_menu li a {
    border: 0;
}

.main_menu li.active a, .main_menu li a:hover {
    color: #0c679c;
}

.bl_m_left {
    margin-right: 262px;
    padding-top: 21px;
}

body.page_goods .bl_m_left,
body.page_main .bl_m_left {
    margin-right: 0;
}

.bl_m_right {
    float: right;
    width: 262px;
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 94px;
}

.bl_m_right:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -10%;
    background: #eceff1;
    right: -400%;
    z-index: -1;
}

body.page_goods .bl_m_right,
body.page_main .bl_m_right {
    display: none;
}

.btn_blue {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 22px;
    border: 1px solid #007cc5;
    border-radius: 25px;
    color: #0c679c;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    background: none;
    cursor: pointer;
    outline: none;

    background: #007cc5;
    color: #fff;

}

.btn_blue:hover {
    background: #008ccc;
    color: #fff;
}

.bl_m_price_header {
    color: #292929;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.bl_m_price_date {
    color: #616161;
    font-size: 12px;
    font-weight: 300;
}

.list_price {
    padding-top: 7px;
    margin: 0 0 17px 0;
}

.list_price li {
    list-style: none;
    padding-left: 33px;
    margin: 0 0 5px 0;
    line-height: 18px;
    position: relative;
}

.list_price span {
    display: block;
    color: #767676;
    font-size: 12px;
    font-weight: 300;
}

.list_price a {
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #85b3cd;
}

.review-file {
    position: relative;
    padding-left: 28px;
}

.list_price li:before,
.review-file:before {
    content: '';
    display: block;
    background: url(../img/ico_price.png) no-repeat;
    width: 17px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 6px;
}

.bl_m_price, .bl_m_opros {
    margin: 0 0 58px 0;
}

.bl_m_opros_header {
    text-transform: uppercase;
    color: #0c679c;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.bl_m_opros p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.bl_m_left_left .bl_m_opros .radiobutton input[type="radio"] + label span {
    background: #eceff1;
}

.radiobutton {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.radiobutton input[type="radio"] {
    display: none;
}

.radiobutton input[type="radio"] + label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 20px 0 0;
    vertical-align: top;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.radiobutton input[type="radio"]:checked + label span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #0075b9;
    border-radius: 50%;
}

.radiobutton label {
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.bl_m_opros_form_send {
    padding-top: 15px;
}

.bl_m_opros_form_send a {
    color: #1c1c1c;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid #85b3cd;
    margin-left: 35px;
    text-decoration: none;
}

.bl_m_opros_form_send a:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: url(../img/ico_reload.png) no-repeat;
    margin: 9px 0 0 -18px;
}

.m_bl_search {
    height: 40px;
    position: relative;
    background: #eceff1;
    border-radius: 25px;
    margin: 0 0 50px 0;
}


.bl_m_left.mBlocksTwo .m_bl_search.site {
    width: auto;
    margin-left: 285px;
}

.bl_m_left.mBlocksTwo .m_bl_search.site.page_city {
    margin-left: 0px;
}


body:not(.page_main):not(.page_goods) .bl_m_left.mBlocksTwo .m_bl_search.site {
    margin-right: 35px;
}

.bl_m_left_left.mBlocks {
    margin-top: -80px;
}

@media (max-width: 720px) {
    .bl_m_left.mBlocksTwo .m_bl_search.site {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


body.page_goods .m_bl_search,
body.page_main .m_bl_search {
    width: 100%;
}

.m_bl_search input[type="text"] {
    height: 40px;
    border: 0;
    outline: none;
    padding-left: 24px;
    width: 650px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    background: transparent;
}

.m_bl_search input[type="submit"] {
    background: url(../img/ico_search_w.png) no-repeat center center;
    height: 40px;
    width: 40px;
    outline: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 17px;
}

.m_bl_search_example {
    /*
    position: absolute;
    top: 0;
    background: #f6f7f8;
    width: 260px;
    right: -260px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    */
    padding-left: 25px;
    color: #9ca2a4;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 32px;

}

.m_bl_search_example a {
    color: #9ca2a4;
    border-bottom: 1px solid #85b3cd;
    text-decoration: none;
}

.bl_m_left_left {
    float: left;
    width: 247px;
    padding-bottom: 40px;
    border-right: 1px solid #eceff1;
}

.bl_m_left_right {
    margin-left: 285px;
    margin-right: 40px;
    padding-bottom: 40px;
}

.list_zap li {
    list-style: none;
    position: relative;
    padding-left: 48px;
    margin: 0 0 11px 0;
}

.list_zap li img {
    position: absolute;
    left: 0;
    top: 2px;
}

.list_zap a {
    color: #1c1c1c;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300;
}

.list_zap a:hover {
    color: #ff2323;
}

.list_zap {
    margin: 0 0 49px 0;
}

.l_catalog_header {
    color: #222222;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.l_catalog li {
    list-style: none;
    margin: 0 0 11px 0;
    padding-left: 20px;
    position: relative;
}

.l_catalog li:before {
    content: '\2014';
    position: absolute;
    color: #007cc5;
    margin-left: -20px;
}

.l_catalog li a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.l_banner_item {
    margin: 0 0 20px 0;
}

.l_banner_item img {
    max-width: 100%;
}

.l_banner_item a {
    border: 0;
}

.l_catalog {
    margin: 0 0 55px 0;
}

.l_partners_header {
    color: #222222;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.l_partners_item {
    margin: 0 0 20px 0;
    line-height: 26px;
}

.l_partners_item a {
    color: #1c1c1c;
    border-bottom: 1px solid #85b3cd;
    text-decoration: none;
}

.l_banners {
    margin: 0 0 50px 0;
}

.c_header {
    text-transform: uppercase;
    color: #0c679c;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 27px 0;
}

h1 {

    text-transform: uppercase;
    color: #0c679c;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 27px 0;
}

.our_office_item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    margin: 0 0 30px 0;
}

.our_office_item--full {
    width: 100%;
    padding: 0;
    margin: 0;
}

.our_office_item_header {
    color: #007cc5;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 5px 0;
}

.our_office_item_header span {
    display: block;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.our_office_item_header:after {
    content: '';
    display: block;
    height: 2px;
    width: 49px;
    background: #007cc5;
    margin-top: 7px;
}

.our_office_item_elem {
    width: 49%;
    padding-right: 15px;
    display: inline-block;
    box-sizing: border-box
}

.our_office_item_label {
    font-size: 10px;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
}

.our_office_item--full .our_office_item_elem p {
    font-weight: 600;
}

.our_office_item--full .our_office_item_header {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 10px;
}

.our_office_item--full .our_office_item_header::after {
    content: none;
}

.our_office_item_header_label {
    font-size: 16px;
    font-weight: 600;
}

.r_logo_item {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    text-align: center;
    margin: 0 0 20px 0;
}

.r_logo_item img {
    max-width: 96%;
    vertical-align: middle;
}

.r_logos {
    margin: 0 0 43px 0;
}

.our_office {
    margin: 0 0 30px 0;
}

.r_about_header_btns {
    float: right;
}

.r_about_header_btns a {
    margin-left: 20px;
}

.r_about p, .r_about ul, .r_about div {
    margin: 0 0 16px 0;
}

.r_about_hide {
    display: none;
}

.btn_read_more {
    color: rgba(28, 28, 28, 0.5);
    border-bottom: 1px dashed #85b3cd;
    position: relative;
    left: 20px;
    cursor: pointer;
}

.btn_read_more:before {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url(../img/arrow_toggle.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 8px;
}

.r_about {
    margin: 70px 0 53px 0;
}

.news_name {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
}

.item_bl_news {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
}

.item_bl_news:last-child {
    padding-right: 0;
}

.item_bl_news p {
    color: #5a5a5a;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.news_date {
    color: #bbbbbb;
    position: relative;
}

.news_date b {
    font-weight: 600;
}

.news_date:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../img/ico_date.png) no-repeat;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.r_news {
    margin: 0 0 53px 0;
}

.news_tag {
    display: inline-block;
    vertical-align: middle;
    background: #eceff1;
    color: #1c1c1c;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0 0 14px 0;
}

.news_tag img {
    vertical-align: middle;
    margin-right: 7px;
}

.bl_form_row {
    margin: 0 0 16px 0;
    text-align: center;
}

.bl_form_row input[type="text"], .bl_form_row input[type="tel"] {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 25px;
    outline: none;
    text-align: center;
    background: #eceff1;
}

.popup_header {
    text-align: center;
    color: #0c679c;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.popup_container {
    background: #fff;
    padding: 35px 50px 35px 50px;
    border-radius: 10px;
}

.popup_container form {
    width: auto;

}

.fancybox-wrap, .fancybox-desktop, .fancybox-type-inline, .fancybox-opened, .fancybox-inner {
    /*width: 508px !important;
    height: auto !important;*/
}

.popup_container #recaptchaCallback > div {
    width: auto !important;
}

.popup_container .bl_form {
    margin: 0;
}

.bl_form_row input[type="submit"] {
    height: 40px;
    border-radius: 25px;
    color: #fff;
    padding: 0 50px;
    background: #007cc5;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 15px;
}

.bl_form_row input[type="submit"]:hover {
    background: #005d94;
}

.mobile_h_menu_cont, .mobile_h_menu_btn {
    display: none;
}

.r_about .c_header {
    white-space: nowrap;
}

.page_contacts .our_office_item {
    display: block;
    width: auto;
    padding: 0;
}

.page_contacts .our_office_item a {
    color: #1c1c1c;
}

.page_contacts .our_office_item .f_contacts_item {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.contacts_bl_map {
    height: 400px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.bl_form {
    margin: 30px 0;
}

.form_row {
    margin: 0 0 16px 0;
}

.form_row.error input[type], .form_row.error textarea {
    border-color: #D70303;
}

.form_row.error {
    color: #D70303;
}

.form_row label {
    display: block;
    margin: 0 0 4px 0;
    line-height: 16px;
    font-size: 13px;
}

.form_row input[type="text"], .form_row input[type="tel"], .form_row input[type="email"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    outline: none;
    padding: 0 7px;
}

.form_row textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 106px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    outline: none;
    padding: 4px 7px;
    resize: none;
}

.form_star {
    color: red;

}

.form_row_send {
    text-align: right;
    padding-top: 10px;
}

.bl_news_container .item_bl_news {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 30px 0;

}

.bl_pagination {
    text-align: center;
    margin-top: 30px;
}

.bl_pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-weight: 500;
    color: #002a48;
}

.bl_pagination li a {
    color: #1c1c1c;
    border-bottom: 1px solid #85b3cd;
    text-decoration: none;
}

.bl_pagination li:first-child a, .bl_pagination li:last-child a {
    border: 0;
    position: relative;
    top: 2px;

}

.bl_country_item {

    display: inline-block;
    vertical-align: top;
    width: 23%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 4%;
    margin: 0 0 40px 0;
}

.bl_country_name {

    display: block;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
}

h1 a {
    font-size: 13px;
    font-weight: 400;
    margin-right: 20px;
    text-transform: none;
    float: right;
}

.bl_country_name:after {
    content: '';
    display: block;
    height: 2px;
    width: 49px;
    background: #007cc5;
    margin-top: 7px;
}

.sp_cities {
    width: 1000px;
    -moz-column-count: 4;
    -moz-column-width: 24%;
    -webkit-column-count: 4;
    -webkit-column-width: 24%;
    column-count: 4;
    column-width: 24%;
}

.sp_cities.sp_cities_main {
    width: 100%;
    padding-left: 0;
}

.sp_cities li {
    list-style: none;
    padding-right: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

.sp_cities li.hidden {
    display: none;
}

.sp_cities li.link_all_sp a {
    color: #007cc5;

}

.bl_alph {

    margin: 0 0 20px 0;
}

.bl_alph li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 15px;
}

.bl_alph li.active {
    background-color: #85b3cd;
}

.bl_alph li a.active {
    border-bottom: none;
    font-weight: bold;
}

.bl_goods_container .bl_alph {
    display: flex;
    margin-top: 15px;
}

.bl_goods_container .bl_alph > * {
    display: inline-block;
}

.bl_goods_container .bl_alph_text {
    margin-right: 10px;
    white-space: nowrap;
}

.bl_goods_table_head {
    font-weight: bold;
}

.bl_goods_table_row {
    display: flex;
    padding: 4px 0;
    font-size: 0;
}

.bl_goods_table_body .bl_goods_table_row:hover {
    background-color: #eee;
}

.bl_goods_table_row span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 0.875rem;
}

.bl_goods_table_row span.okp {
    font-size: 0.775rem;
}


.bl_goods_table_row span:first-child {
    width: 50%;
}

.bl_goods_table_row span:nth-child(2) {
    width: 50%;
}

.bl_goods_table_row span:nth-child(3) {
    width: 10%;
}

.bl_goods_table_row span:nth-child(4) {
    width: 10%;
}

.bl_goods_table_row span:last-child {
    width: 10%;
    text-align: center;
}

.bl_basket_container .c_header {
    margin-top: 30px;
}

.bl_basket_table {
    margin-bottom: 10px;
}

.bl_basket_table_head {
    font-weight: bold;
}

.bl_basket_table_row {
    display: flex;
    padding: 4px 0;
    font-size: 0;
}

.bl_basket_table_body .bl_basket_table_row:not(.bl_basket_table_row_final):hover {
    background-color: #eee;
}

.bl_basket_table_row span {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 0.875rem;
}

.bl_basket_table_row input[type="text"] {
    width: 30px;
    height: 30px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    outline: none;
    padding: 0 7px;
    text-align: center;
}

.bl_basket_table_row span:nth-child(1) {
    width: 11%;
}

.bl_basket_table_row span:nth-child(2) {
    width: 25%;
}

.bl_basket_table_row span:nth-child(3) {
    width: 40%;
}

.bl_basket_table_row span:nth-child(4) {
    width: 12%;
    text-align: center;
}

.bl_basket_table_row span:nth-child(5) {
    width: 12%;
    text-align: right;
}

.bl_basket_table_row_final span:nth-child(1) {
    width: 76%;
    text-align: right;
    font-weight: bold;
}

.bl_basket_table_row_final span:nth-child(2) {
    width: 12%;
    text-align: center;
}


.r_advantages {
    margin-bottom: 60px;
}

.r_advantages-wrap {
    display: flex;
    background-color: #eef0f1;
    padding-top: 45px;
    padding-bottom: 30px;
}

.r_advantages-item {
    flex-basis: 25%;
    padding: 0 5px;
    text-align: center;
}

.r_advantages-item-icon {
    margin-bottom: 15px;
}

.r_advantages-item-icon img {
    display: block;
    margin: auto;
}

.r_advantages-item-text {
    font-weight: 600;
    line-height: 20px;
}

.r_cities_n .bl_country_item {
    width: 100%;
}

.bl_discount_items {
    display: flex;
    flex-wrap: wrap;
}


.bl_discount_item {
    width: 33.33%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.bl_discount_item:nth-child(1n + 4) {
    display: none;
}

.bl_discount_items.page .bl_discount_item:nth-child(1n + 4) {
    display: flex;
}

.bl_discount_item .prod_img_wrap {
    margin-bottom: 8px;
    flex: 0 1 auto;

    max-height: 190px;
    text-align: center;
}

.bl_discount_item img.prod_img_r {
    float: none;
    max-width: calc(100% - 20px);
    border: none;
    margin-left: 20px;
    margin-bottom: 8px;
    max-height: inherit;
}


@media screen and (max-width: 1030px) {
    .header_right_bl > div {
        margin-left: 40px;
    }

    .bl_aft_header {
        padding: 0 15px;
    }

    .bl_aft_header_right p {
        display: none;
    }

    .header_right_bl > div.h_bl_summa {
        display: none;
    }

    .bl_goods_container .bl_alph {
        display: block;
    }

    .bl_goods_table_row {
        display: block;
    }

    .bl_goods_table_row + .bl_goods_table_row {
        margin-top: 5px;
    }

    .bl_goods_table_row span:first-child {
        width: 100%;
    }

    .bl_goods_table_head span:nth-child(n+2) {
        display: none;
    }

    .bl_goods_table_row span:nth-child(2) {
        width: 60%;
    }

    .bl_goods_table_row span:last-child {
        width: 40%;
        text-align: right;
    }

    .bl_basket_table_head {
        display: none;
    }

    .bl_basket_table_row:not(.bl_basket_table_row_final) span:nth-child(-n+2) {
        display: none;
    }

    .bl_basket_table_row span:nth-child(3) {
        width: 55%;
    }

    .bl_basket_table_row span:nth-child(4) {
        width: 20%;
    }

    .bl_basket_table_row span:nth-child(5) {
        width: 25%;
    }

    .bl_basket_table_row_final span:nth-child(1) {
        width: 55%;
    }

    .bl_basket_table_row_final span:nth-child(2) {
        width: 20%;
    }
}


@media screen and (max-width: 720px) {

    #main {
        min-width: 320px;
        overflow: hidden;
    }

    .center {
        max-width: 1140px;
        padding: 0 15px;
        margin: 0 auto;
    }

    header {
        height: auto;
    }

    .h_bl_city, .h_bl_tel, .main_menu, .bl_m_right, .bl_m_left_left, .f_b_item_copy, .f_b_item_link, .f_top_after_line {
        display: none !important;
    }

    .bl_m_left {
        margin-right: 0;
    }

    .bl_m_left_right {
        margin: 0;
    }

    .r_advantages-wrap {
        overflow: auto hidden;
        padding: 30px 0;
    }

    .r_advantages-item {
        flex: 0 0 50%;
        padding: 0;
    }

    .m_bl_cats_cont {
        padding: 0;
    }

    .item_bl_news {
        display: block;
        width: auto;
        padding: 0;
        margin: 0 0 25px 0;
    }

    .r_news {
        margin: 0;
    }

    .m_bl_cats_col {
        width: auto;
        padding: 0;
        float: none;
    }

    .f_top_col {
        width: auto;
        padding: 0;
        float: none;
    }

    .f_b_item_dev {
        position: absolute;
        left: 0;
        bottom: 10px;
        right: 0;
        text-align: center;
    }

    .f_b_item_stat img {
        display: none;
    }

    .footer_bottom_cont {
        padding-bottom: 80px;
    }

    .f_contacts_item {
        display: none;
    }

    .f_city_header:after {
        display: none;
    }

    .footer_top_cont {
        padding-bottom: 0;
    }

    .f_top_col + .f_top_col {
        border-top: 1px solid #404244;
        padding-top: 10px;
    }

    .m_bl_cats {
        padding-top: 27px;
    }

    .r_logo_wrap {
        display: flex;
        overflow: auto hidden;
    }

    .r_logo_item {
        flex: 0 0 20%;
    }

    .r_about {
        position: relative;
    }

    .r_about_header_btns {
        position: absolute;
        left: 0;
        top: 40px;
        float: none;
        text-align: left;
    }

    .r_about_header_btns a {
        margin: 0 20px 0 0;
    }

    body.page_goods .m_bl_search,
    body.page_main .m_bl_search {
        width: 100%;
    }

    .bl_discount_items {
        flex-wrap: nowrap;
        overflow: auto hidden;
    }

    .bl_discount_item {
        flex: 0 0 100%;
        padding-bottom: 10px;
    }

    .bl_discount_item img.prod_img_r {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        float: none;
    }

    .bl_discount_item .prod_img_wrap {
        max-height: none;
    }

    .our_office_item_elem {
        width: 100%;
    }

    .sp_cities {
        column-count: 2;
        column-width: 48%;
    }

    .m_bl_search_example {
        display: none;
    }

    .m_bl_search {
        border-radius: 25px;
    }

    .m_bl_search input[type="text"] {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .btn_order_zap {
        background-image: none;
        padding: 0 14px;
        margin: 0;
    }

    .bl_aft_header_right {
        float: none;
        padding: 0 10px;
    }

    .bl_aft_header_right p {
        width: 110px;
        line-height: 16px;
        margin-bottom: 4px;
        float: left;
    }

    .logo {
        top: 0;
        bottom: 0;
    }

    .logo img {
        width: 210px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 20px;
    }

    .bl_aft_header_right p a {
        white-space: nowrap;
    }

    .bl_aft_header_right p span {
        display: none;
    }

    .bl_aft_header {
        padding: 0;
    }

    .f_city_header {
        position: relative;
    }

    .f_city_header:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 8px;
        height: 4px;
        background: url(../img/arrow_blue.png) no-repeat;
        margin: auto 0;
        right: 30px;
    }

    .f_b_item_dev {
        margin: 0 !important;
    }

    .header_right_bl {
        padding-right: 60px;
        padding-top: 40px;
    }

    .mobile_h_menu_btn {
        display: block;
    }

    .m_ico_static {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto 0;
        background: url(../img/btn_burger.png) no-repeat;
        width: 17px;
        height: 14px;
        z-index: 99;
    }

    .m_ico_opened {
        display: none;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto 0;
        background: url(../img/close.png) no-repeat;
        width: 17px;
        height: 14px;
        z-index: 99;
    }

    .mobile_h_menu_btn.active .m_ico_static {
        display: none;
    }

    .mobile_h_menu_btn.active .m_ico_opened {
        display: block;
    }

    .mobile_h_menu_cont {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 90;
        background: #1090cf;
        padding: 40px 23px 10px 23px;
        display: none;
    }

    header {
        overflow: visible;
    }

    .mobile_h_menu_cont > ul > li > a {
        display: block;
        font-size: 16px;
        font-weight: 300;
        padding: 8px 5px 11px 5px;
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .mobile_h_menu_cont > ul > li {
        list-style: none;
    }

    .mobile_h_menu_cont > ul > li + li {
        border-top: 1px solid #49aada;
    }

    .mobile_h_menu_cont > ul > li ul {
        padding: 0 0 0 42px;
        list-style: none;
    }

    .mobile_h_menu_cont > ul > li ul li {
        position: relative;
    }

    .mobile_h_menu_cont > ul > li ul li:before {
        content: '\2014';
        color: #fff;
        position: absolute;
        left: -20px;
        top: 5px;
    }

    .mobile_h_menu_cont > ul > li ul a {
        color: #fff;
        display: block;
        padding: 6px 0;
        font-weight: 300;
        font-size: 14px;
        text-decoration: none;
    }

    .header_right_bl > div:before {
        display: none;
    }

    .bl_aft_header_right {
        text-align: center;
    }

    .bl_country_item {
        display: block;
        width: auto;
        padding: 0;

    }

    h1 a {
        white-space: nowrap;
        display: none;
    }

    .bl_alph li {
        font-size: 16px;
        padding: 0 7px;
        margin: 0 0 3px 0;
    }

    .page_contacts .our_office_item .f_contacts_item {
        display: block;
        width: auto;
    }
}


/* ����� ����� */

.radiobutton label {
    position: relative;
    padding-left: 20px;
}

.radiobutton input[type="radio"] + label span {
    position: absolute;
    left: 0;
    top: 0;
}

.bl_m_left_right ul, .bl_m_left_right ol {
    padding-left: 20px;
}

.bl_m_left_right p {
    margin: 0 0 16px 0;
}

h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 16px 0;
    padding-top: 10px;
}

h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 12px 0;
    padding-top: 12px;
}

h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    padding-top: 12px;
}

h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px 0;
    padding-top: 12px;
}

header {
    overflow: visible;
}

.logo {
    max-height: 100%;
    border-bottom: none;
}

.header_right_bl > div.h_bl_city {
    position: relative;
}

.h_bl_city_select {
    width: 175px;
    display: none;
    position: absolute;
    top: 51px;
    left: 36px;
    background-color: white;
    border-radius: 6px;
    z-index: 1;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.h_bl_city_select ul {
    list-style: none;
}

.h_bl_city_select ul li {
    padding: 0 40px 0 16px;
    line-height: 35px;
    cursor: pointer;
}

.h_bl_city_select ul li:hover {
    color: #007cc5;
}

.price-dropdown {
    width: 208px;
    display: none;
    position: absolute;
    top: 31px;
    background-color: #eee;
    border-radius: 6px;
    z-index: 1;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.price-dropdown ul {
    padding: 10px;
    list-style: none;
}

.price-dropdown ul li {
    display: block;
    line-height: 35px;
    cursor: pointer;
}

.price-dropdown ul li:hover {
    color: #007cc5;
}

.price-dropdown li a span {
    color: #999;
}

@media screen and (min-width: 720px) and (max-width: 970px) {
    .bl_aft_header .center {
        text-align: center;
    }

    .bl_aft_header_right,
    .main_menu {
        float: none;
    }
}

.popup_container #recaptchaCallback > div {
    margin-left: 50px;
}

.bl_m_discount_header {
    text-transform: uppercase;
    color: #0c679c;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

li.bl_m_discount_art {
    font-size: 14px;
    line-height: 20px;
    color: rgb(88, 88, 88);
    font-family: "Open Sans";
}

li.bl_m_discount_name {
    font-size: 14px;
    line-height: 20px;
    color: rgb(28, 28, 28);
    font-family: "Open Sans";
}

.bl_m_discount_price {
    font-size: 18px;
    line-height: 22px;
    color: rgb(241, 43, 43);
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}

.bl_m_discount_photo {
    height: 130px;
    width: auto;
}

ul.bl_m_discount_props {
    list-style: none;
}


.r_discount {
    /*display: none;*/
    margin: 0px 0px 53px 0px;
}

ul.bl_discount_props {
    list-style: none;
    text-align: center;
    margin-top: auto;
}


li.bl_discount_art {
    font-size: 14px;
    line-height: 20px;
    color: rgb(88, 88, 88);
    font-family: "Open Sans";
}

li.bl_discount_name {
    font-size: 18px;
    line-height: 22px;
    color: rgb(28, 28, 28);
    font-family: "Open Sans";
    font-weight: 600;
}

.bl_discount_price {
    font-size: 14px;
    line-height: 20px;
    color: rgb(241, 43, 43);
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}

@media screen and (max-width: 720px) {
    .r_discount {
        display: block;
    }
}


.cities-list-popup {
    background-color: #ecf0f1;
    padding: 30px;
}

.l_video {
    margin: -10px 0 20px 0px;
}

.l_video img {
    max-width: 90%;
}

img.video_gallery_thumb {
    max-width: 90%;
}

.socials {

}

.socials__title {
    color: #9f9f9f;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.socials-list__item:not(:last-child) {
    margin-right: 8px;
}

.socials-item__link {
    display: block;
    width: 32px;
    height: 32px;
    border: none !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.socials-item__img {
    max-width: 100%;
}

.bl_m_discount_item {
    margin-bottom: 16px;
}

@media (max-width: 480px) {
    .c_header, .bl_m_discount_header {
        font-size: 22px;
    }
    a.c_arc {
        font-size: 10px;
    }
}

