.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap,
.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
    display: inline;
    word-break: normal;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    position: relative;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.head_mail {
    font-size: 14px;
}

.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap {
    font-size: 36px;
    line-height: 56px;
    color: #0084c9;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
    line-height: 22px;
    font-size: 18px;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
}

.banner_title_whitewrap {
    background-color: rgba(255, 255, 255, 0.8);
    color: #0084c9;
    box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8);
}

.banner_title_blackwrap {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_blackwrap {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_whitewrap {
    background-color: rgba(255, 255, 255, 0.8);
    color: #0084c9;
    box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8);
}

@media(max-width: 992px) {
    .banner_title_whitewrap {
        box-shadow: 1.76vw 0 0 rgba(255, 255, 255, 0.8), -1vw 0 0 rgba(255, 255, 255, 0.8);
        padding: 0.5vw 0;
    }
    .banner_title_blackwrap {
        box-shadow: 1.76vw 0 0 rgba(0, 0, 0, 0.5), -1vw 0 0 rgba(0, 0, 0, 0.5);
        padding: 0.5vw 0;
    }
    .banner_desc_blackwrap,
    .banner_desc_whitewrap {
        padding-top: 0.2vw;
        padding-bottom: 0.2vw;
    }
}


/* CUSTOM  VUE */



/* videoreviews-block */

.videoreviews-block__wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.videoreviews-block__frame video {
	cursor: pointer;
}

.videoreviews-block__title {
	text-align: center;
	margin: 8px 0 0 0;
}


.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*grid-gap: 15px;*/
	margin-right: 0;
	margin-left: 0;
}
.services-grid.row {
	margin-right: 0;
	margin-left: 0;
}
.services-grid::before {
	display: none;
}

.services-grid .item {
	width: 100%;
}

@media(max-width: 768px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 420px) {
	.services-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
}



/* Custom Header */

.new_custom_header .b-modern-head__slogan {
    padding: 0px;
    display: flex;
    flex-flow: row;
    color: #aaa;
    max-width: 550px;
    border: none;
}

.new_custom_header .b-modern-head__slogan .left {
    max-width: 210px;
    margin-right: 20px;
}

.new_custom_header .b-modern-head__slogan .right {
    display: flex;
    align-items: center;
    /*padding-left: 30px;
  border-left: 2px solid #05a8cb;*/
}

.new_custom_header .b-modern-head__slogan .right ul {
    margin: 0;
    padding: 0;
}

.new_custom_header .b-modern-head__slogan .right li {
    line-height: 23px;
}

.new_custom_header .b-modern-head__slogan .right ul li:before {
    display: none;
}

.company_advantages .fas {
    color: #05a8cb;
    font-size: 15px;
    margin-right: 8px;
}

.new_custom_header {
    font-family: "Roboto";
}

.new_custom_header .slogan {
    color: #aaa;
    font-size: 14px;
}

.new_custom_header .site_name {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #05a8cb;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: -2px;
}

.new_custom_header .header_call span:first-of-type {
    display: none;
}

.new_custom_header .header_call {
    background: #FA6534;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 37px;
    position: relative;
    top: 1px;
    /* transition: all .25s ease-in-out; */
    font-size: 15px;
}

.new_custom_header .header_call:hover {
    background: #FA6534 !important;
}

.new_custom_header .b-modern-head .header_call .b-headcart__icon svg {
    fill: #FA6534;
}

.new_custom_header.color .navbar-default .navbar-nav {
    display: flex;
    flex-flow: row;
}

.new_custom_header .b-headcart .b-headcart__icon svg {
    fill: #FA6534;
}

.new_custom_header .dropdown-menu {
    padding-top: 0;
}

.new_custom_header .navbar-collapse .container {
    display: flex;
}

.new_custom_header .new.main-menu-nav {
    flex: 1 1 auto;
}

.new_custom_header .navbar-right {
    position: static !important;
}

.new_custom_header .main_logo {
    display: block;
    width: 68px;
}

.new_custom_header .main_logo img {
    width: 100%;
}

.new_custom_header .fa-map-marker-alt {
    margin-right: 0px;
    position: relative;
    top: 1px;
    font-size: 19px;
    color: #777;
}

.new_custom_header .b-modern-head .b-headcart .b-headcart__link {
    background: transparent;
    color: #999;
    border: none;
    text-align: center;
    padding-top: 0;
}

.new_custom_header .navbar-default .navbar-nav li>a {
    padding: 12px 0;
    color: #333 !important;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.new_custom_header .navbar-default .dropdown-menu li>a {
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 400;
}

.new_custom_header.color .navbar-default .navbar-nav,
.new_custom_header.color .navbar-nav li {
    background: transparent;
}

.new_custom_header.color .navbar-nav li {
    border: none;
    flex: 1 1 auto;
    margin-left: 0;
}

.new_custom_header.color .dropdown-menu.list-unstyled {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    border: none;
}

.new_custom_header.color .dropdown-menu li:first-of-type a {
    border-top: none;
}

.new_custom_header .navbar .nav>li>.search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-width: 45px;
}

.vilka__phone {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #000;
}

@media (min-width: 767px) {
    .new_custom_header .b-modern-head {
        height: 116px;
    }
}

@media only screen and (min-width: 992px) {
    .new_custom_header {
        border-bottom-color: #ddd;
    }
    .new_custom_header .mega-menu .nav {
        height: 45px;
    }
    .new_custom_header.color .navbar-default .navbar-nav li.active>a {
        background: #ebebeb;
    }
}

@media only screen and (max-width: 991px) {
    .new_custom_header.color .navbar-default .navbar-nav {
        flex-flow: column;
    }
    .new_custom_header.color .dropdown-menu.list-unstyled {
        box-shadow: unset;
    }
    .new_custom_header .b-modern-head__slogan .right {
        display: none;
    }
    .new_custom_header .b-modern-head__slogan .left {
        margin: 0;
    }
    .header.color .navbar-default .navbar-nav li.open>a,
    .new_custom_header.color .navbar-default .navbar-nav>li:hover>a,
    .new_custom_header.color .navbar-default .navbar-nav li.open>a {
        background: #eee;
    }
    .new_custom_header .navbar-default .navbar-nav li>a {
        padding: 7px 20px;
        text-align: left;
    }
    html .new_custom_header.color .navbar-default .navbar-nav .open .dropdown-menu li>a,
    html .new_custom_header.color .navbar-default .navbar-nav .dropdown-menu li>a {
        background: #fff;
    }
}

@media only screen and (max-width: 766px) {
    .new_custom_header .b-modern-head__logo {
        flex: 0 1 auto;
        padding: 20px;
        padding-bottom: 0px;
    }
    .new_custom_header .site_name {
        margin-bottom: 18px;
    }
    .new_custom_header .b-modern-head__slogan {
        padding: 0;
        text-align: center;
        border: none;
    }
    .new_custom_header .slogan {
        display: none;
    }
    .new_custom_header .regions {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        background: #ebebeb;
    }
    .new_custom_header .b-modern-head__search {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new_custom_header .b-modern-head__cart {
        background: transparent;
    }
    .new_custom_header .b-modern-head__cart .header_call span:first-of-type {
        display: block;
        font-size: 25px;
    }
    .new_custom_header .b-headcart .b-headcart__icon {
        top: 6px;
    }
    .new_custom_header .b-modern-head__cart .header_call span:last-of-type {
        display: none;
    }
    .new_custom_header .header_call {
        background: transparent;
        color: #999;
        position: relative;
        top: -.5px;
        margin-left: 1px;
    }
    .new_custom_header .b-modern-head__cart {
        display: flex;
        flex: 3 1 auto;
        padding: 0;
    }
    .new_custom_header .b-modern-head .b-headcart .b-headcart__icon svg {
        fill: #999;
    }
    .new_custom_header .b-modern-head__cart>* {
        width: 50%;
        padding: 15px 0;
        background: #ebebeb;
    }
}


/* End Custom Header */


/* News page */

.newsdetail .pic {
    margin-bottom: unset !important;
}

.backshare .detailback i:before {
    content: "\f053" !important;
}

.newsdetail .text {
    text-align: justify;
    padding: 0 15px;
}


/* End news page */


/* Custom calculator */

body #canc .scorer,
{
    display: flex !important;
    margin-top: 40px;
    flex-flow: row wrap;
}

.zakaz_today {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.main_gorod_text {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.main_gorod_text>span {
    display: inline-block;
    width: 100%;
}

.notmain {
    margin-top: 25px !important;
}

body #canc.calsek .scorer .rightcol .image-block {
    width: 100% !important;
}

body #canc ul {
    display: flex;
}

.ot_panel ul li.active,
.ot_filling ul li.active {
    width: 32px;
}

#canc .scorer .phone[type="text"] {
    width: 200px !important;
}

.ot_panel,
.ot_filling {
    margin-top: 20px;
}

.ot_filling {
    margin-bottom: 18px;
}

#canc .scorer input[type="text"]:not(.phone) {
    margin: 0 7px 11px 15px !important;
}

.bx-composite-btn {
    display: none !important;
}

.wrapper_gorod {
    position: relative;
    width: 350px;
    margin-left: 98px;
    height: 246px;
    background: #05a8cb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .25s ease-in-out;
}

.wrapper_gorod:hover {
    background: #07b6db;
}

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

@media only screen and (max-width: 1199px) {
    .wrapper_gorod {
        width: 100%;
        margin-left: 0;
    }
}


/* END calculator */

.filter.center {
    display: none;
}

.filter.center.always_visible {
    display: block;
}

.filter.center.always_visible .smartfilter ul .bx_filter_prop.active>.body {
    display: block;
}

.filter.center.always_visible .smartfilter ul .bx_filter_prop>.body {
    display: none;
}

.margin_bottom_35 {
    margin-bottom: 35px;
}

.contacts__current-city {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
    .filter.center {
        display: block;
    }
    .filter.center .aroundfilter .smartfilter {
        display: block;
    }
    .filter.center .smartfilter ul .bx_filter_prop>.body {
        display: block;
    }
}

.products.showcase .item .pic {
    height: unset !important;
}

.section-catalog .item.custom-item .pic img {
    width: 100%;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.section-benefits {
    margin: 20px 0 24px;
}

html .page-header {
    padding-bottom: 0px;
    margin: 45px 0px 15px 0px;
    border-bottom: none;
}

.page-header h1 {
    text-align: center;
    font-weight: 400;
}

.maincontent.Y {
    float: none !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

.custom_widgets a>span {
    width: unset;
}

.custom_widgets .partners,
.custom_widgets .forms {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.custom_widgets .partners>a {
    flex: 1 1 auto;
}

.slider_big_height .section-images-slider .slide {
    max-height: 538px;
}

.custom_widgets .partners>a:not(:first-of-type) {
    margin-left: 10px;
}

.prices {
    margin-bottom: 20px;
}

.gallery .item .data .name {
    font-size: 18px;
}

.maincontent h3 {
    text-align: center;
}

.dop-fan {
    margin-top: 0 !important;
    margin-left: 30px !important;
    height: 35px;
}

.dop-fan label:before {
    font-size: 20px !important;
    left: -30px !important;
    top: -1px !important;
}

.dop-fan label:after {
    top: 3px !important;
    left: -28px !important;
}

#canc .avgr input[type="checkbox"],
#canc .mont input[type="checkbox"] {
    display: none !important;
}

@media only screen and (min-width: 1200px) {
    .custom_widgets .forms>a {
        width: calc(25% - 5px);
        display: flex;
    }
}

@media only screen and (max-width: 1199px) {
    .custom_widgets .forms>a {
        width: calc(50% - 5px);
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #canc .scorer .leftcol,
    body #canc .scorer .rightcol {
        margin-left: 0px;
    }
    .video-reviews {
        padding-left: 15px;
        padding-right: 15px;
    }
    .video-reviews__video-wrapper {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .custom_widgets .partners>a {
        width: 100%;
    }
    .custom_widgets .partners>a:not(:first-of-type) {
        margin-left: 0;
    }
    .wrapper_gorod {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .custom_widgets .forms>a {
        width: 100%;
        display: block;
    }
}


/* CUSTOM H1 - H6 */

.section-options h6 {
    color: #555;
}


/* END H1 - H6 */

.section-catalog .item.custom-item .name a {
    color: #0695b3 !important;
}

.footer_copyright .row {
    display: flex;
    flex-flow: row wrap;
}

.footer_copyright .row>div {
    width: auto;
}

.author .name.aprimary {
    color: #333 !important;
    font-weight: bold;
}

.pers a {
    background: #FA6534;
    border: 1px solid #FA6534;
    transition: all .25s ease-in-out;
}

.pers a:hover {
    background: #d2562e !important;
    border: 1px solid #d2562e !important;
}

.pers.catalog {
    padding-top: 0;
    padding-bottom: 30px;
}

.pers a span {
    color: #fff;
}

@media only screen and (min-width: 992px) {
    html.detailprodpage .js-brcrtitle {
        display: block !important;
    }
}

//@media only screen and (max-width: 400px) {
//    .row.gallery .item {
//        width: 100% !important;
//    }
//}

.tabSpan {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 20px;
}

.arrow_left {
    float: right;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
}

.arrow_right {
    float: right;
    text-decoration: none;
}

.fleft {
    text-decoration: none;
    float: right;
}

.fright {
    text-decoration: none;
}

.price_color {
    color: #a5a8ac;
}

.recommend_links {
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.recommend_links a {
    padding: 10px;
}


/* END CUSTOM VUE */

.h2Margin {
    margin-bottom: 40px;
}

.tabBlock table .hover {
    background-color: rgba(6, 149, 179, .1);
    border: 1px solid rgba(0, 0, 0, .15)
}

.h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: rgb(6, 149, 179);
}

.h1FrontPage {
    text-align: center;
    margin-top: 45px;
}

.result {
    transition: all .7s ease-in-out;
}

.result .error {
    display: block;
    padding-left: 10px;
    border-left: 3px solid red;
    margin-top: 20px;
}

.result .success {
    display: block;
    padding-left: 10px;
    border-left: 3px solid green;
    margin-top: 20px;
    line-height: 1;
}

.tabContent>div:not(.active) {
    display: none;
}

a.clearfix {
    position: relative;
}

.priceSection {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(5, 168, 203);
    padding: 4px;
    color: #FFF;
    font-weight: 600;
}

.h1 {
    font-size: 34px;
    display: inline-block;
    width: auto;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.tabElements ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabElements li {
    flex: 1;
    list-style: none;
    padding: 14px;
    text-align: center;
    border: 1px solid rgb(235, 235, 235);
}

.tabElements li.active {
    background-color: rgb(6, 149, 179);
    color: #fff;
}

.tabElements li.active a {
    color: #fff;
    outline: none;
}

.tabElements li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.tabElements li:before {
    content: none;
}

.tabBlock table {
    table-layout: fixed;
    width: 100%;
}

.tabBlock td,
th {
    width: 2%;
    border: 1px solid rgb(235, 235, 235);
    text-align: center;
    padding: 10px;
}

.tabBlock tr:first-child th:nth-child(1):before {
    content: '\2193';
    display: inline-block;
    position: relative;
    right: 1px;
    z-index: 100;
}

.tabBlock tr:first-child th:nth-child(2):after {
    content: '\2192';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px;
    z-index: 100;
}

.orders .wrapperImages {
    height: 160px;
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.orders .wrapperImages img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.orders .element:nth-child(1) .wrapperImages:after {
    content: '1';
}

.orders .element:nth-child(2) .wrapperImages:after {
    content: '2';
}

.orders .element:nth-child(3) .wrapperImages:after {
    content: '3';
}

.orders .element:nth-child(4) .wrapperImages:after {
    content: '4'
}

.orders .wrapperImages:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-shadow: .2px .5px 1px rgba(0, 0, 0, .5);
    font-weight: 600;
    font-size: 42px;
    text-align: center;
}

.orders .element {
    border: 0;
}

.orders .element:hover {
    border: 0;
}

.elementData {
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    /* font-weight: 600;*/
    padding: 10px;
}

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

.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media(min-width: 992px) {
    .list {
        justify-content: start;
        column-gap: 2%;
    }
}

.element {
    width: 23%;
    margin-bottom: 2%;
    border: 1px solid rgb(235, 235, 235);
    transition: all, .2s, ease-in-out 0s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.element:hover {
    border-color: rgba(200, 200, 200, 1);
}

.elementName {
    line-height: 1;
    text-align: center;
    margin: 5px 0;
    display: flex;
    flex: 1;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
}

.elementPrice {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(250, 101, 52, .88);
    padding: 4px;
    color: #FFF;
    font-weight: 600;
}

.listBtn {
    background-color: rgb(6, 149, 179);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    text-transform: uppercase;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    border: 0;
    transition: all .6s linear;
}

.listBtn:hover {
    background-color: #fff;
    color: rgb(6, 149, 179);
    outline: 2px solid rgb(6, 149, 179);
}

.flex_form .char100 {
    width: 100%;
    min-height: unset;
}

.char40 {
    width: 40%;
}

.char60 {
    width: 60%;
}

.flex_form {
    border: 1px solid rgb(6, 149, 179);
    box-shadow: 0 0 5px rgba(60, 69, 0, .5);
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 130px;
}

.flex_form input[type="text"] {
    width: 100%;
    height: 40px;
    border: .5px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    text-indent: 20px;
    transition: all .45 ease-in-out;
}

.flex_form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 85px;
    max-height: 85px;
    border: .5px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    text-indent: 20px;
    padding-top: 10px;
}

.flex_form input[type="submit"] {
    width: 30%;
    background-color: rgb(6, 149, 179);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    color: #fff;
    font-weight: 600;
    border: 0;
    transition: all .6s linear;
}

.flex_form input[type="submit"]:hover {
    background-color: #fff;
    color: rgb(6, 149, 179);
    outline: 2px solid rgb(6, 149, 179);
}

.flex_form textarea:hover,
.flex_form input[type="text"]:hover,
.flex_form input[type="text"]:focus {
    box-shadow: inset 0 0 2px rgba(50, 50, 50, .21);
}

.flexRight {
    display: flex;
    justify-content: flex-end;
}

.bad.checkInput {
    border-color: red;
}

.good.checkInput {
    border-color: green;
}

.js-buy__incart {
    background-color: rgb(250, 101, 52) !important;
}

@media (max-width: 575px) {
    #frontPage_form .flex_form>div {
        width: 100%;
        margin-top: 10px;
    }
    .flex_form input[type="submit"] {
        width: 65%;
    }
    .element {
        width: 100%;
    }
    .tabElements ul {
        flex-wrap: wrap
    }
    .tabContent {
        overflow: scroll;
    }
    .tabBlock td,
    th {
        min-width: 100px;
        width: 100px;
    }
    .wrapperImages img {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .element {
        width: 48%;
    }
    .wrapperImages img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .element {
        width: 33%;
    }
    .wrapperImages img {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

.page-name_ttl {
    text-align: center;
    font-weight: 400;
    margin: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.1;
    color: inherit;
    color: #585f69;
}

.top-menu-new {
    clear: both;
    overflow: hidden;
}

.top-menu-new .main-menu-nav {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    text-align: center;
}

.top-menu-new .dropdown-menu {
    top: 34px;
    left: auto;
}

.main-menu-nav2 {
    display: none;
}

.buttons-1-block {
    display: inline-block;
    width: 190px;
    height: 67px;
    vertical-align: top;
}

body .new_custom_header .buttons-1-block .nav .search {
    height: 40px;
    font-size: 23px;
    min-width: 77px;
    background-color: transparent;
}

body .buttons-1-block .search-open {
    right: 54px;
    top: 0;
}

.b-mh-contacts.b-mh-contacts-new {
    background: none;
    vertical-align: top;
    text-align: left;
    padding-left: 27px;
}

.head_mail,
.head_phone {
    display: block;
    position: relative;
    padding: 5px 15px;
    text-decoration: none;
    color: #000;
}

.head_phone {
    padding: 0px 15px 10px;
}

.head_phone:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 2px;
    display: block;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/vorota/img/call1.png');
    background-size: 100%;
}

.head_mail:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 6px;
    display: block;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/vorota/img/mail1.png');
    background-size: 100%;
}

.head_mail {
    padding: 2px 15px;
}

.cat-section-list-menu {
    width: 100%;
}

.cat-section-list-menu li {
    position: relative;
}

.cat-section-list-menu .ul-cat-menu-main-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}

.ul-cat-menu-main-2,
.ul-cat-menu-main-3 {
    background: #fff;
    display: none;
}

.ul-cat-menu-main-1 li:hover .ul-cat-menu-main-2,
.ul-cat-menu-main-2 li:hover .ul-cat-menu-main-3 {
    display: block;
}

.ul-cat-menu-main img {
    margin-right: 10px;
}

body header .cat-section-list-menu ul.ul-cat-menu-main li {
    background-color: transparent;
}

@media only screen and (max-width: 766px) {
    .new_custom_header .buttons-1-block .navbar {
        display: none;
    }
    .new_custom_header .buttons-1-block .regions {
        height: 100%;
    }
}

@media (min-width: 991px) {
    body .new_custom_header .navbar-responsive-collapse div.container-mobile .main-menu-nav2 {
        display: none;
    }




}

.ul-cat-menu-main-2 {
    position: absolute;
    top: 45px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    left: 0;
    width: 200px;
    padding-left: 0px;
    background: #fff;
}

.h2_li {
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

body .ul-cat-menu-main-wide .ul-cat-menu-type li {
    padding: 5px 4px 5px 12px;
    width: 100%;
}

ul.ul-cat-menu-type {
    padding-left: 0px;
    margin-bottom: 15px;
}

.ul-cat-menu-main-3 {
    position: absolute;
    top: 0px;
    width: 240px;
    left: 200px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    padding-left: 0px;
}

.ul-cat-menu-main-wide {
    width: 600px;
}

body .ul-cat-menu-main-wide .ul-cat-menu-type {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.ul-cat-menu-main-1 {
    margin-bottom: 0;
}

.ul-cat-menu-main-2 li {
    width: 100%;
    padding: 6px 10px 6px 15px;
    text-align: left;
    font-size: 15px;
}

.li-menu-items-1 a {
    text-decoration: none;
}

.li-menu-items-1 {
    display: flex;
    align-items: center;
    height: 50px;
}

.ul-cat-menu-main-2 .li-menu-items-2 a {
    width: 100%;
}

.ul-cat-menu-main-2 .li-menu-items-2 {
    border-bottom: 1px solid #e7e7e7;
}

.ul-cat-menu-main-2 .li-menu-items-2:hover,
body .ul-cat-menu-main-2 .ul-cat-menu-main-3 li:hover {
    background: #e7e7e7;
}

body .ul-cat-menu-main-2 .ul-cat-menu-main-3 li {
    margin-left: 0;
    padding-left: 14px;
}

body .ul-cat-menu-main-2 .ul-cat-menu-main-3 li.h2_li:hover {
    background: transparent;
}

.ul-cat-menu-main-1 .li-menu-items-1:nth-child(5) .ul-cat-menu-main-3,
.ul-cat-menu-main-1 .li-menu-items-1:nth-child(6) .ul-cat-menu-main-3 {
    left: -240px;
}

.ul-cat-menu-type li {
    padding: 6px 3px 6px 5px;
}

.ul-cat-menu-main .li-menu-items-1 a {
    cursor: pointer;
}

.new_custom_header .navbar-collapse.navbar-responsive-collapse.collapse {
    background: #fff;
}

.li-menu-items-1:hover>a,
.li-menu-items-1 .active,
.li-menu-items-2:hover>a,
.li-menu-items-2 .active,
.ul-cat-menu-main-3 li:hover>a,
.ul-cat-menu-main-3 li.active {
    color: #FA6534;
}

.ul-cat-menu-main-obj {
    width: 650px;
    bottom: 0;
    top: auto;
    z-index: 999;
    background: #fff;
}

.ul-cat-menu-main-obj li {
    width: 45%;
    vertical-align: top;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2px;
}

.fixed .top-menu-new {
    display: none;
}

.fixed .buttons-1-block {
    display: none;
}

.fixed .b-mh-contacts.b-mh-contacts-new {
    width: 50%;
    margin-top: 5px;
}

.fixed .head_mail,
.fixed .head_phone {
    width: 49%;
    display: inline-block;
    padding: 2px 15px;
    vertical-align: top;
}

.fixed .head_phone {
    padding-top: 4px;
}

.fixed .head_phone:before {
    top: 6px;
}

@media (max-width: 991px) {
    .top-menu-new,
    .catalog-section-list.cat-section-list-menu {
        display: none;
    }
}

@media (min-width: 991px) {
    .new_custom_header-wr {
        height: 236px;
    }
    .new_custom_header .header_call {
        background: #FA6534;
        outline: 1px solid #FA6534;
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: block;
        line-height: 37px;
        position: relative;
        top: 1px;
        /* transition: all .25s ease-in-out; */
        border-right: 3px solid rgba(255, 255, 255, .5);
        border-bottom: 3px solid rgba(255, 255, 255, .5);
        border-top: 1px solid rgba(255, 255, 255, .5);
        border-left: 1px solid rgba(255, 255, 255, .5);
        box-shadow: inset 0 0 20px rgba(250, 101, 52, 0);
        outline-offset: 0px;
        text-shadow: none;
        transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
        font-size: 15px;
    }
    
    .new_custom_header .header_call:hover {
        background: #FA6534 !important;
        border-right: 2px solid rgba(255, 255, 255, 1);
        border-bottom: 2px solid rgba(255, 255, 255, 1);
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-color: rgba(255, 101, 52, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }
}

.b-mh-contacts-new-mobile {
    display: none;
}

@media (max-width: 767px) {
    .b-modern-head__logo-width,
    body .new_custom_header .b-modern-head__slogan-width {
        display: none;
    }
    .b-mh-contacts-new-mobile {
        display: flex;
        justify-content: space-around;
        width: 100%;
        align-items: center;
    }
    .b-mh-contacts-new-mobile .main_logo {
        margin: 0 auto;
    }
}

@media (max-width: 570px) {
    .main_banner .banner_button {
        top: 65%;
    }
}

@media (max-width: 380px) {
    .new_custom_header .b-mh-contacts-new-mobile .site_name {
        font-size: 16px;
    }
}

@media (max-width: 370px) {
    .main_banner .banner_button {
        top: 75%;
    }
}

@media (max-width: 330px) {
    .main_banner .banner_button {
        top: 80%;
    }
    .b-mh-contacts-new-mobile .logo-mobile {
        max-width: 100px;
    }
}


/* 
.ul-cat-menu-main-2{
	position: absolute;
top: 43px;width:1160px;
left: 0;
padding-left:0px;background:#fff;
}
.ul-cat-menu-main-3{
	position: absolute;
top:  0px;width:calc(100% - 180px);
left: 180px;
padding-left:10px;
}
 

 .ul-cat-menu-main-1{margin-bottom:0px;padding-bottom: 0px;}

.ul-cat-menu-main-1 li{
	position:inherit !important;
	padding-bottom:5px;
}

.ul-cat-menu-main-2 li, .ul-cat-menu-main-3 li{
	position:relative !important;
}
.pic-sect-menu{
	position:relative;
	right:0;    bottom: 10px;
	max-width:500px;float:right;
}

.img-wr-menu{width:40%;display:block;float:right;}

.ul-cat-menu-type{
	display:inline-block;width:30%;font-size:14px;
	vertical-align:top;
}

.ul-cat-menu-main-2 .li-menu-items-2 a{
	width:180px;border:1px solid #d0d0d0;display:block;width:180px;
	padding-top:10px;padding-bottom:10px;margin-left:0;
	
}

 .li-menu-items-2  .ul-cat-menu-type li a{
	 border:none; 
	padding-top: 0px;padding-bottom:0px;
}
.ul-cat-menu-main-2 .li-menu-items-2 {
	padding-top:0;padding-bottom:0;margin-left:0;
}
*/

.hi-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.hi-bg .page-header {
    margin: 0 auto;
}

.zamer-button {
    text-transform: uppercase;
    background-color: #2b97df;
    border-color: #2b97df;
    padding: 13px 17px 13px 23px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    display: block;
    position: relative;
    /* text-align: center; */
    margin-top: 30px;
}

.zamer-button:hover {
    background-color: #70c6ff;
    color: #fff;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    cursor: pointer;
    z-index: 9999;
}

.popup-zamer .modal__close {
    display: block;
    position: absolute;
    top: 12px;
    right: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.popup-zamer-title {
    line-height: 37px;
    text-align: center;
}

.popup-zamer span {
    color: #a7f93c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.popup-zamer .zamer-button {
    width: 320px;
    font-size: 16px;
    background-color: #64ab07;
    margin: 40px auto 0;
}

.popup-zamer {
    color: #fff;
    font-size: 22px;
    display: none;
    position: fixed;
    padding: 30px 37px;
    top: 50%;
    text-shadow: 1px 1px 2px black;
    left: 50%;
    margin-top: -160px;
    margin-left: -300px;
    background-color: #FFF;
    z-index: 10000;
    width: 600px;
    height: 240px;
    background: url(/bitrix/templates/vorota/img/bg-up.jpg);
    background-size: 100%;
}

.popup-zamer .row-flex {
    display: flex;
    font-size: 17px;
    justify-content: center;
}

.popup-zamer .btn {
    background: #83c502;
    font-size: 20px;
}

.popup-zamer .btn:hover {
    background: #9ae20c;
    font-size: 20px;
}

.popup-zamer .input:focus {
    outline: none;
}

.popup-zamer .input.error {
    outline: 1px solid #68901b;
}

.popup-zamer .input {
    padding: 10px;
    color: #000;
    border: none;
    margin-right: 10px;
}

.popup-zamer .rev-form {
    margin-top: 20px;
}

.success-m {
    text-align: center;
    color: #a7f93c;
}

.dop-photos-a {
    display: flex;
    justify-content: center;
}

.slider-carousel2 .slick-prev:before,
.slider-carousel2 .slick-next:before {
    color: #759741;
}

.slider-carousel2 {
    margin-left: 60px;
    margin-right: 60px;
}

.slider-carousel2 .slick-next {
    right: -20px;
}

.slider-carousel2 .slick-prev {
    left: -35px;
}

.slider-carousel2 .slick-slide {
    height: auto;
}

.slider-carousel2 img {
    border: 1px solid #ccc;
    max-width: 98%;
}

body .section-benefits-405 .benefits {
    justify-content: space-around;
    text-align: center;
}

@media (min-width: 1200px) {
    .section-benefits-404 .col-lg-3 {
        width: 33%;
    }
    body .section-benefits-405 .text {
        font-size: 17px;
        line-height: 19px;
        min-height: 77px;
    }
}

@media (max-width: 770px) {
    .dop-photos-a {
        flex-wrap: wrap;
    }
    .dop-photos-a a {
        max-width: 67%;
    }
    body .popup-zamer {
        color: #fff;
        font-size: 20px;
        padding: 20px 27px;
        top: 10%;
        text-shadow: 1px 1px 2px black;
        left: 0%;
        width: 320px;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        background-size: cover;
    }
    .popup-zamer-title {
        line-height: 27px;
        text-align: center;
        margin-top: 21px;
    }
    .popup-zamer .input {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .popup-zamer .row-flex {
        flex-wrap: wrap;
    }
}

.bx_filter_block {
    height: auto !important;
}

.code-filt-COLOR_HL {
    padding-left: 0 !important;
}

@media(min-width: 1021px) {
    .code-filt-COLOR_HL .bx_filter_parameters_box_container {
        display: flex;
        flex-wrap: wrap;
    }
    .code-filt-COLOR_HL .bx_filter_block {
        margin-left: 17px;
    }
    .code-filt-COLOR_HL .bx_filter_parameters_box_container .bx_filter_param_label {
        min-width: 90px;
        !important;
    }
    .code-filt-COLOR_HL .bx_filter_parameters_box_container .bx_filter_param_label .bx_filter_param_text {
        margin-left: 0;
        display: block;
        text-align: left;
    }
}

@media(max-width: 1021px) {
    .code-filt-COLOR_HL {
        padding-left: 15px !important;
    }
}

.rs-banners_title,
.rs-banners_desc {
    background: #27262694;
}

@media(max-width: 900px) {
    .gallery .item {
        margin-bottom: 15px;
        width: 49%;
    }
    .gallery .item img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media(max-width: 600px) {
    .catalog_block_new .gallery {
        justify-content: center;
    }
    .catalog_block_new .gallery .item {
        margin-bottom: 15px;
        width: 94%;
    }
    .catalog_block_new .gallery .item img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

.mobile-header-fixed {
    display: none;
}

@media(max-width: 600px) {
    .row.gallery .item img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media(max-width: 1020px) {
    .back-to-top {
        visibility: visible;
        bottom: 95px;
    }
}

@media(max-width: 768px) {  

	.warning-newyear {
		font-size: 14px;
	}

    .fixed .b-modern-head {
        display: none;
    }
    header.new_custom_header {
        /*height: 244px;*/
		height: auto;
    }
    .mobile-header-fixed-wr .navbar-default .navbar-nav li a {
        background: #fff;
    }
    .info-wr.info-wr-tel img {
        max-width: 25px;
    }
    .info-wr a {
        background: #fff;
    }
    .info-wr img {
        max-width: 30px;
        margin-right: 20px;
    }
    .mobile-header-fixed-wr {
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fixed .mobile-header-fixed {
        left: 0;
        width: 100%;
        display: block;
        top: 0;
        position: fixed;
        z-index: 11111;
    }
    .mobile-header-fixed-wr .logo-mobile-wr {
        display: flex;
        align-items: center;
    }
    .mobile-header-fixed-wr .site_name {
        margin-bottom: 0px;
        font-size: 17px;
    }
    .mobile-header-fixed-wr .info-wr {
        border: none;
    }
    .fixed .navbar {
        position: fixed;
        top: 30px;
        right: 0;
        width: 90%;
        overflow-y: scroll;
        max-height: 630px;
    }
    .mobile-header-fixed-wr .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    .mobile-header-fixed-wr .navbar-toggle {
        padding: 6px 5px;
    }
    .info-mobile {
        display: flex;
        align-items: center;
    }
    .mobile-header-fixed-wr .navbar-toggle .icon-bar {
        display: block;
        width: 29px;
        height: 3px;
        border-radius: 1px;
        background: #0f75bd;
    }
    body .fixed .mobile-header-fixed-wr .main_logo {
        width: 58px;
    }
    .new_custom_header .mobile-header-fixed-wr .b-modern-head__logo {
        padding: 10px;
    }
    .navbar-nav li a {
        background: #fff;
    }
}

@media(max-width: 400px) {
    .fixed .navbar {
        position: fixed;
        top: 22px;
    }
    .new_custom_header .mobile-header-fixed-wr .b-modern-head__logo {
        padding: 10px;
    }
    .mobile-header-fixed-wr .site_name {
        font-size: 16px;
    }
    body .fixed .mobile-header-fixed-wr .main_logo {
        width: 48px;
    }
}

.row.notmain {
    min-height: auto !important;
}

@media(min-width: 1100px) {
    footer .row .col-md-3 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.nalich-wr .nalich img {
    width: 17px;
    margin-right: 5px;
    margin-top: -2px;
}

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

.nalich img {
    width: 25px;
    margin-right: 5px;
}

.nalich {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

#vert_span,
#vert_span-calotk {
    right: -30px !important;
}

@media (max-width: 768px) {
    .fixed .navbar {
        top: 72px;
    }
}

#bx_1847241719_376 .ul-cat-menu-main-3 {
    left: -240px;
}

.peregruzh-item-img img {
    width: 70%;
    margin: 10px;
}

section.peregruzh-preim {
    margin: 60px 0px;
    display: block;
}

.peregruzh-item.col-md-4.col-lg-2.col-6.text-center {
    width: calc(100% / 6);
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .peregruzh-item.col-md-4.col-lg-2.col-6.text-center {
        width: calc(100% / 3);
    }
}

@media (max-width: 500px) {
    .peregruzh-item.col-md-4.col-lg-2.col-6.text-center {
        width: calc(100% / 2);
    }
}

.peregruzh-wr.row {
    display: flex;
    flex-wrap: wrap;
}

.calc-offer__item {
    min-height: 100px;
}

@media (max-width: 768px) {
    .calc-offer__item {
        min-height: 60px;
    }
}
.li-menu-items-1:hover>a, .li-menu-items-1 .active, .li-menu-items-2:hover>a, .li-menu-items-2 .active, .ul-cat-menu-main-3 li:hover>a, .ul-cat-menu-main-3 li.active {
    color: inherit;
}

#garland {
    top: 0px;
    left: 0;
    background-image: url('https://mvoc.ru/public/content/images/posts/0/256/show_html-657.png');
    height: 36px;
    width: 100%;
    overflow: hidden;
}
#nums_1 {
    padding: 100px
}
.garland_1 {
    background-position: 0 0
}
.garland_2 {
    background-position: 0 -36px
}
.garland_3 {
    background-position: 0 -72px
}
.garland_4 {
    background-position: 0 -108px
}

.list-mobile {
    display: none;
}

@media (max-width: 768px) {
    .list-mobile {
        display: block;
    }

    .list-mobile img {
        object-fit: contain;
    }

    .foto-rabot-block .list {
        display: none;
    }
}
