@font-face {
    font-display: swap;
    font-family: 'Raleway-Medium';
    src: url(../fonts/Raleway-Medium.eot);
    src: url(../fonts/Raleway-Medium.woff2) format('woff2'),url(../fonts/Raleway-Medium.woff) format('woff'),url(../fonts/Raleway-Medium.ttf) format('truetype'),url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg'),url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway-ExtraBold';
    src: url(../fonts/Raleway-ExtraBold.eot);
    src: url(../fonts/Raleway-ExtraBold.woff2) format('woff2'),url(../fonts/Raleway-ExtraBold.woff) format('woff'),url(../fonts/Raleway-ExtraBold.ttf) format('truetype'),url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg'),url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype')
}

@font-face {
    font-display: swap;
    font-family: 'Raleway-Bold';
    src: url(../fonts/Raleway-Bold.eot);
    src: url(../fonts/Raleway-Bold.woff2) format('woff2'),url(../fonts/Raleway-Bold.woff) format('woff'),url(../fonts/Raleway-Bold.ttf) format('truetype'),url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg'),url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype')
}

@font-face {
    font-display: swap;
    font-family: 'Molot';
    src: url(../fonts/molot.otf)
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html,body {
    height: 100%
}

.text-center {
    text-align: center
}

#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
}

#full {
    flex: 1 0 auto
}

#full.page {
    background: #fff
}

#full.page .header_container {
    background: #dae2f2;
    height: 150px;
}

#full.page .header_container .header_block {
    padding-top: 15px
}

#full.page .catalog_container .catalog_block {
    padding: 0
}

#full.page .catalog_container.container:before {
    display: none
}

#full.page .page_container {
    margin-top: 150px
}

#breadcrumbs {
    border-bottom: 1px solid #dae2f2;
    line-height: 1.3
}

#breadcrumbs .page_block {
    min-height: auto;
    max-width: 1115px
}

#breadcrumbs .breadcrumb {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px
}

#breadcrumbs .breadcrumb li {
    display: inline;
    color: #000;
    line-height: 25px
}

#breadcrumbs .breadcrumb li + li {
    margin-left: 15px
}

#breadcrumbs .breadcrumb li + li:before {
    content: "|";
    margin-right: 15px
}

#breadcrumbs .breadcrumb li a {
    color: #000;
    border-bottom: 1px solid;
    text-decoration: none
}

#breadcrumbs .breadcrumb li a:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.footer_container {
    flex: 0 0 auto
}

body {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed
}

strong,b {
    font-weight: 700
}

textarea,select,input {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000;
    outline: none!important
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none
}

ul,ol,li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

a {
    color: black;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h2,h3,h4,h5 {
    font-family: 'Molot'
}

h2,.h2 {
    position: relative;
    font-size: 44px;
    line-height: 1.3;
    text-align: center
}

h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px
}

h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px
}

::selection {
    background: #1a428a;
    color: #fff
}

::-moz-selection {
    background: #1a428a;
    color: #fff
}

.button {
    display: inline-block;
    position: relative;
    text-align: center;
    border: 0;
    background: #ee202d;
    font-family: 'Raleway-ExtraBold';
    font-size: 18px;
    letter-spacing: .6px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.button:hover {
    cursor: pointer;
    background: #1a428a
}

.cart_box {
    position: fixed;
    right: 0;
    top: 50%;
    width: 100px;
    height: 120px;
    margin-top: -60px;
    text-align: center;
    z-index: 1000;
    background: #FFF;
    border-left: 20px solid #ee202d;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.2)
}

.cart_box .icon {
    position: relative;
    display: inline-block;
    margin: 27px 0 6px -6px;
    width: 56px;
    height: 47px;
    background: url(../images/sprite.png) -120px 0 no-repeat;
    background-size: 300px auto
}

.cart_box .icon span {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -11px;
    top: -12px;
    background: #ee202d;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 5px 0 0 0;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Raleway-Bold';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.cart_box .title {
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid #000;
    font-family: 'Raleway-Bold';
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.cart_box:hover {
    cursor: pointer
}

.cart_box:hover .title {
    border-bottom: 1px solid transparent
}

.container {
    position: relative
}

.container .block {
    position: relative;
    margin: 0 auto
}

.more_box {
    position: relative
}

.more_box .short {
    display: block
}

.more_box .full {
    display: none
}

.phone {
    white-space: nowrap
}

.spacer {
    clear: both
}

.bx-wrapper {
    position: static;
    margin: 0
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom:1}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper a:focus {
    box-shadow: none;
    outline: none
}

.bx-controls-direction a {
    position: absolute;
    display: block;
    outline: 0;
    width: 16px;
    height: 36px;
    top: 50%;
    margin-top: -18px
}

.bx-prev {
    background: url(../images/prev.png) no-repeat center;
    left: 0
}

.bx-prev:hover {
    background: url(../images/prev_hover.png) no-repeat center
}

.bx-next {
    background: url(../images/next.png) no-repeat center;
    right: 0
}

.bx-next:hover {
    background: url(../images/next_hover.png) no-repeat center
}

.bx-pager {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -55px;
    padding: 0;
    text-align: center
}

.bx-pager-item {
    display: inline-block;
    margin: 0 3px
}

.bx-pager-item a {
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 14px;
    width: 14px;
    border: 0;
    background: #d9d9d9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.bx-pager-item a:hover {
    cursor: pointer
}

.bx-pager-item a.active {
    background: #ee202d
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.03)
    }
}

#colorbox,#cboxOverlay,#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    outline: 0
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxContent {
    position: relative;
    padding: 0 50px;
    overflow: hidden
}

#cboxTitle {
    display: none
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxLoadingGraphic {
    background: #000 url(../images/loading.gif) 50% 50% no-repeat;
    background-size: 36px auto
}

#colorbox,#cboxContent,#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#cboxClose,#cboxCurrent {
    display: none!important
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    border: 0
}

#cboxPrevious,#cboxNext {
    position: absolute;
    display: block;
    border: 0;
    font-size: 0;
    width: 40px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: #d9d9d9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

#cboxPrevious:before,#cboxNext:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 34px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat
}

#cboxPrevious:before {
    background-position: -566px 0;
    margin: -17px 0 0 -7px
}

#cboxNext:before {
    background-position: -584px 0;
    margin: -17px 0 0 -6px
}

#cboxPrevious {
    left: 0
}

#cboxNext {
    right: 0
}

#cboxPrevious:hover,#cboxNext:hover {
    cursor: pointer;
    background: #f5c12c
}

#cboxPrevious:focus,#cboxNext:focus {
    box-shadow: none;
    outline: none
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    padding-right: 0;
    height: auto
}

.mCS_no_scrollbar .mCSB_container {
    padding-right: 0
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCSB_scrollTools {
    position: absolute;
    height: auto;
    left: auto;
    width: 8px;
    top: 0;
    bottom: 0;
    z-index: 999
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools .mCSB_draggerRail {
    height: 100%;
    margin: 0 auto;
    width: 8px;
    background: #f1f1f1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 180px;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    background: #f5c12c;
    height: 100%;
    width: 8px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

form {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center
}

form .field_wrap {
    position: relative;
    text-align: left
}

.popup form .field_wrap {
    margin-bottom: 15px
}

form .field_label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

form .form_field {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: #FFF;
    font-size: 16px;
    color: #000;
    height: 60px;
    padding: 0 16px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .form_agreement {
    position: relative;
    padding: 3px 0 0 35px;
    text-align: left
}

form .form_agreement .checkbox_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    z-index: 990;
    border: 0;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,.2)
}

form .form_agreement .checkbox_icon:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    width: 12px;
    height: 10px;
    opacity: 0;
    background: url(../images/sprite.png) -37px -34px no-repeat;
    background-size: 300px auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

form .form_agreement input {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 991;
    opacity: 0
}

form .form_agreement input:hover {
    cursor: pointer
}

form .form_agreement .checkbox_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    z-index: 990;
    position: relative
}

form .form_agreement .checkbox_label a {
    color: #000;
    text-decoration: underline
}

form .form_agreement .checkbox_label a:hover {
    text-decoration: none
}

form .form_agreement .checkbox_label br {
    display: none
}

form .form_agreement.checked .checkbox_icon {
    background: #fff
}

form .form_agreement.checked .checkbox_icon:before {
    opacity: 1
}

form .form_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 995
}

form .form_cover:hover {
    cursor: default
}

::-webkit-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1
}

:-ms-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1
}

:-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 3.6
}

::-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 3.6
}

.popup_back {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 998
}

.popup_back:hover {
    cursor: pointer
}

.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #FFF;
    text-align: center;
    z-index: 1001;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.popup .wrapper {
    position: relative;
    border-top: 20px solid #1a428a;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0
}

.popup .close {
    position: absolute;
    right: 20px;
    top: 22px;
    width: 22px;
    height: 22px;
    background: url(../images/sprite.png) -259px 0 no-repeat;
    z-index: 993;
    background-size: 300px auto
}

.popup .close:hover {
    cursor: pointer
}

.popup .popup_title {
    position: relative;
    left: -1px;
    font-size: 34px;
    line-height: 1.2;
    font-family: 'Molot'
}

.popup .popup_subtitle {
    font-size: 18px;
    line-height: 1.3
}

.popup form .field_label {
    color: #4d4d4d
}

.popup form .form_field {
    background: #f1f1f1
}

.popup form .button {
    width: 100%;
    height: 70px
}

.popup form .button:hover {
    background: #1a428a
}

.popup .form_agreement {
    padding: 1px 0 0 35px
}

.popup .form_agreement .checkbox_label {
    font-size: 16px;
    line-height: 1.35
}

.popup .form_agreement .checkbox_label a {
    color: #000
}

.popup_thanks {
    width: 500px;
    height: 300px;
    margin: -150px 0 0 -250px
}

.popup_thanks .popup_title {
    padding: 76px 0 15px
}

.popup_callback {
    width: 500px;
    height: 600px;
    margin: -300px 0 0 -250px
}

.popup_callback .popup_title {
    padding: 24px 0 7px
}

.popup_callback .popup_subtitle {
    margin-bottom: 35px
}

.popup_callback form {
    margin: 0 60px
}

.popup_callback form .submit_wrap {
    width: 100%
}

.popup_callback .form_agreement {
    margin: 28px 0 35px
}

.popup_quest,.popup_repair {
    width: 500px;
    height: 630px;
    margin: -315px 0 0 -250px
}

.popup_quest .popup_title,.popup_repair .popup_title {
    padding: 24px 0 7px
}

.popup_quest .popup_subtitle,.popup_repair .popup_subtitle {
    margin-bottom: 35px
}

.popup_quest form,.popup_repair form {
    margin: 0 60px
}

.popup_quest form .submit_wrap,.popup_repair form .submit_wrap {
    width: 100%
}

.popup_quest .form_agreement,.popup_repair .form_agreement {
    margin: 28px 0 35px
}

.popup_quest .wrap_message textarea,.popup_repair .wrap_message textarea {
    padding-top: 15px;
    height: 90px
}

.popup_one_click,.popup_request_price {
    width: 500px;
    height: 600px;
    margin: -300px 0 0 -250px
}

.popup_one_click .popup_title,.popup_request_price .popup_title {
    padding: 24px 0 7px
}

.popup_one_click .popup_subtitle,.popup_request_price .popup_subtitle {
    margin-bottom: 35px
}

.popup_one_click form,.popup_request_price form {
    margin: 0 60px
}

.popup_one_click form .submit_wrap,.popup_request_price form .submit_wrap {
    width: 100%
}

.popup_one_click .form_agreement,.popup_request_price .form_agreement {
    margin: 28px 0 35px
}

.popup_image {
    margin: -450px 0 0 -285px
}

.popup_image img {
    width: 570px
}

.popup_cart {
    width: 980px;
    height: 650px;
    margin: -325px 0 0 -490px;
    text-align: left
}

.popup_cart .popup_header {
    position: relative;
    padding: 21px 50px 20px
}

.popup_cart .popup_title {
    padding: 0 0 5px
}

.popup_cart .mCSB_scrollTools {
    right: 20px
}

.popup_cart .customscroll_content {
    padding: 0 50px
}

.popup_cart .cart_content_title {
    position: relative;
    padding: 12px 0 13px
}

.popup_cart .cart_content_title:before {
    content: "";
    position: absolute;
    left: -50px;
    padding: 0 50px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: 990
}

.popup_cart .cart_content_title span {
    position: relative;
    font-size: 18px;
    font-family: 'Molot';
    z-index: 991
}

.popup_cart .cart_content ul {
    position: relative;
    padding: 22px 0 21px
}

.popup_cart .cart_content a {
    text-decoration: underline
}

.popup_cart .cart_content a:hover {
    text-decoration: none
}

.popup_cart .cart_content li {
    position: relative;
    margin: 0 0 7px
}

.popup_cart .cart_content li:last-of-type {
    margin-bottom: 0
}

.popup_cart .cart_content .product {
    position: relative;
    margin-right: 200px;
    font-size: 16px;
    line-height: 1.6
}

.popup_cart .cart_content .price {
    position: absolute;
    right: 40px;
    top: 3px;
    width: 160px;
    text-align: right;
    font-size: 18px;
    font-family: 'Raleway-ExtraBold'
}

.popup_cart .cart_content .remove {
    position: absolute;
    right: 0;
    top: 5px;
    width: 15px
}

.popup_cart .cart_content .remove .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/sprite.png) -247px -29px no-repeat;
    background-size: 300px auto
}

.popup_cart .cart_content .remove .icon:hover {
    cursor: pointer;
    background-position: -264px -29px
}

.popup_cart .cart_total {
    position: relative;
    padding: 12px 0 13px
}

.popup_cart .cart_total:before {
    content: "";
    position: absolute;
    left: -50px;
    padding: 0 50px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: 990
}

.popup_cart .cart_total_title {
    position: relative;
    font-size: 18px;
    font-family: 'Molot';
    white-space: nowrap;
    z-index: 991
}

.popup_cart .cart_total_price {
    position: absolute;
    right: 40px;
    top: 8px;
    font-size: 22px;
    font-family: 'Molot';
    z-index: 991
}

.popup_cart .popup_formbox {
    position: relative;
    padding: 30px 0 0 0
}

.popup_cart .popup_formbox textarea {
    height: 130px;
    padding-top: 12px;
    line-height: 1.5
}

.popup_cart form .multiple_fields:first-of-type {
    margin-bottom: 20px
}

.popup_cart form .multiple_fields .field_wrap {
    float: left;
    width: 48.9%;
    margin: 0 0 0 2.2%
}

.popup_cart form .multiple_fields .field_wrap:first-of-type {
    margin: 0
}

.popup_cart form .submit_wrap {
    float: right;
    width: 48.9%
}

.popup_cart .form_agreement {
    float: right;
    width: 48.9%;
    box-sizing: border-box;
    margin: 24px 0 19px
}

.popup_cart .form_agreement .checkbox_label {
    font-size: 15px;
    line-height: 1.35
}

.popup_quickview {
    width: 780px;
    height: 620px;
    margin: -310px 0 0 -390px;
    background: #FFF;
    text-align: left
}

.popup_quickview .close {
    top: 20px
}

.popup_quickview:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: #f7f7f7;
    z-index: 990;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0
}

.popup_quickview .wrapper {
    padding: 30px 20px 30px 30px;
    border-top: 0
}

.popup_quickview .customscroll {
    position: relative;
    z-index: 992
}

.popup_quickview .mCSB_scrollTools {
    right: 0
}

.popup_quickview .mCSB_scrollTools .mCSB_draggerContainer {
    top: 20px
}

.popup_quickview .main_info {
    position: relative;
    float: right;
    width: 45%;
    z-index: 991
}

.popup_quickview .main_info .subwrapper {
    position: relative;
    padding: 15px 10px 0 30px
}

.popup_quickview .customscroll.mCustomScrollbar .main_info .subwrapper {
    padding-right: 25px
}

.popup_quickview .product_title {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Molot';
    margin-bottom: 16px
}

.popup_quickview .psm {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    margin-bottom: 16px
}

.popup_quickview .psm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 13px;
    background: url(../images/sprite.png) -130px -66px no-repeat
}

.popup_quickview .price_box {
    position: relative;
    padding: 8px 0 0 0;
    margin-bottom: 48px
}

.popup_quickview .price_box .price_title {
    display: inline-block;
    font-size: 16px;
    font-family: 'Raleway-Bold';
    margin: 6px 10px 0 0;
    vertical-align: top
}

.popup_quickview .price_box .price_old {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    padding: 0 1px 3px;
    position: relative;
    top: 2px;
    color: #999;
    vertical-align: top
}

.popup_quickview .price_box .price_old:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #999;
    vertical-align: top
}

.popup_quickview .price_box .price {
    display: inline-block;
    font-family: 'Raleway-ExtraBold';
    font-size: 24px
}

.popup_quickview .order {
    width: 180px;
    height: 50px;
    font-size: 15px;
    padding: 1px 0 0 0;
    margin-bottom: 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.popup_quickview .description_box {
    position: relative;
    margin-bottom: 38px
}

.popup_quickview .download + .description_box {
    margin-top: 38px
}

.popup_quickview .description_title {
    font-size: 16px;
    font-family: 'Raleway-Bold';
    margin-bottom: 11px
}

.popup_quickview .description {
    font-size: 14px;
    line-height: 1.6
}

.popup_quickview .download {
    position: relative;
    display: inline-block;
    padding: 26px 0 0 0;
    line-height: 1.6
}

.popup_quickview .download:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 24px;
    background: url(../images/sprite.png) 0 -307px no-repeat;
    background-size: 300px auto
}

.popup_quickview .download .download_title {
    position: relative;
    font-size: 14px;
    color: #296ecb;
    text-decoration: underline
}

.popup_quickview .download .download_format {
    display: block;
    position: relative;
    font-size: 12px;
    color: #999;
    font-family: 'Raleway-Bold'
}

.popup_quickview .download:hover .download_title {
    text-decoration: none
}

.popup_quickview .additional_info {
    position: relative;
    float: left;
    width: 55%;
    z-index: 991
}

.popup_quickview .thumb_box {
    position: relative;
    padding: 0 30px 0 0
}

.popup_quickview .thumb_box .thumb {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 12px 0 0 0;
    -moz-border-radius: 12px 0 0 0;
    border-radius: 12px 0 0 0
}

.popup_quickview .product_chars {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 30px 0 0
}

.popup_quickview .product_chars li {
    position: relative;
    margin-bottom: 3px
}

.popup_quickview .product_chars .char_title {
    display: inline-block;
    width: 68%;
    letter-spacing: -.3px;
    box-sizing: border-box;
    padding-right: 15px
}

.popup_quickview .product_chars .char_content {
    display: inline-block;
    width: 30%;
    font-family: 'Raleway-Bold'
}

.popup_quickview.sale .price_box .price {
    color: #ff4c4c
}

.header_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
    background: transparent;
    z-index: 996;
    background-repeat: no-repeat
}

.header_container .header_block {
    max-width: 1115px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 42px 32px
}

.header_block_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header_block_wrapper + .header_block_wrapper {
    border-top: 1px solid #fff;
    margin-top: 15px
}

.header_block_inner {
    width: 100%
}

.header_container .logo {
    width: 153px;
    min-width: 153px;
    height: 100px;
    background: url(../images/logo.png) no-repeat;
    margin-right: 35px
}

.header_container .header_title {
    color: #000;
    font-size: 16px;
    line-height: 1.1;
    max-width: 250px
}

.header_container .header_title span {
    display: inline-block
}

.header_container .mail {
    position: relative;
    padding: 0 0 0 28px;
    z-index: 994
}

.header_container .mail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 14px;
    background: url(../images/email_red.png) left center no-repeat
}

.header_container .mail span {
    line-height: 1;
    display: inline-block;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 700
}

.header_container .phone_wrap {
    position: relative;
    padding: 0 0 0 25px
}

.header_container .phone_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 15px;
    height: 21px;
    background: url(../images/phone_red.png) center no-repeat
}

.header_container .phone_wrap .phone {
    font-size: 24px;
    color: #000;
    letter-spacing: .2px;
    font-weight: 700
}

.header_container .phone_wrap .free {
    font-size: 14px;
    color: #000;
    padding: 2px 0 0 0
}

.header_container .button {
    width: 190px;
    height: 40px;
    background: #ee202d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px
}

.header_container .button:hover,.footer_container .button:hover {
    background: #1a428a
}

.exname {
    text-transform: lowercase
}

.footer_container {
    background: #475266
}

.footer_container + .footer_container {
    border-top: 1px solid #fff
}

.footer_container .main-menu {
    border-top: none;
    width: 100%;
    max-width: 720px;
    display: flex;
    align-items: center
}

.footer_container .main-menu a {
    color: #fff
}

.footer_container .footer_block {
    max-width: 1180px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer_container .phone_box {
    margin-right: 25px
}

.footer_container .phone_wrap {
    position: relative;
    padding: 0 0 0 25px
}

.footer_container .phone_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 15px;
    height: 21px;
    background: url(../images/phone_red.png) center no-repeat
}

.footer_container .phone_wrap .phone {
    font-size: 24px;
    font-weight: 700;
    color: #FFF
}

.footer_container .phone_wrap .free {
    font-size: 14px;
    color: #fff;
    padding: 2px 0 0 0;
    letter-spacing: .2px;
    -webkit-font-smoothing: subpixel-antialiased
}

.footer_container .button {
    width: 190px;
    height: 40px;
    background: #ee202d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    margin-right: 25px
}

.footer_container .mail_box {
    margin-right: 25px
}

.footer_container .mail {
    padding: 0 0 0 28px;
    position: relative
}

.footer_container .mail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 14px;
    background: url(../images/email_red.png) left center no-repeat
}

.footer_container .mail span {
    line-height: 1;
    display: inline-block;
    color: #ced1d6;
    font-size: 16px;
    font-weight: 700
}

.footer_container .info {
    position: relative;
    width: 280px;
    line-height: 1.5;
    margin-bottom: 28px;
    z-index: 990
}

.footer_container .info li {
    position: relative
}

.footer_container .copyright {
    position: relative;
    color: #7c8ba6;
    font-size: 13px;
    z-index: 990
}

.hometop_container {
    position: relative;
    overflow: hidden;
    background-color: #dae2f2;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/hometop_bg.jpg);
    z-index: 990;
    overflow: hidden
}

.hometop_container .hometop_block {
    width: 1180px;
    padding: 220px 0 0 95px;
    background: url(../images/main_image.png) no-repeat right 185px
}

.hometop_block_inner {
    max-width: 640px
}

.hometop_container h1 {
    font-family: 'Molot';
    color: #1a428a;
    position: relative;
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 20px
}

.hometop_container .free {
    font-size: 26px;
    color: #fff;
    background: #ee202d;
    padding: 5px 15px;
    transform: skew(-20deg);
    display: inline-block
}

.hometop_container .free span {
    transform: skew(20deg);
    display: block
}

.hometop_container .points_box {
    margin-bottom: 40px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap
}

.hometop_container .point {
    display: block;
    min-width: 240px;
    margin-bottom: 35px
}

.hometop_container .point .icon {
    min-width: 50px;
    margin-right: 25px
}

.hometop_container .point .title {
    font-size: 16px;
    font-weight: 500
}

.hometop_container .point .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.hometop_container .top_quipment {
    position: relative;
    width: 834px;
    height: auto;
    z-index: 99
}

.hometop_container .top_quipment_mob {
    display: none
}

.contact_container {
    z-index: 99;
    background: #dae2f2;
    padding-top: 60px
}

.contact_container_inner {
    position: relative;
    max-width: 1180px;
    min-height: 610px;
    margin: 0 auto
}

.contact_container_inner img {
    position: absolute;
    bottom: 0;
    left: -300px
}

.contact3_container {
    overflow: hidden
}

.contact3_container .contact_container_inner {
    padding-bottom: 60px
}

.contact3_container .contact_container_inner img {
    left: auto;
    right: -400px
}

.contact_container .contact_block {
    position: relative;
    width: 700px;
    z-index: 99;
    color: #000;
    margin-right: 80px;
    padding-top: 40px
}

.contact3_container .contact_block {
    width: 720px;
    margin-left: 50px;
    margin-right: auto
}

.contact_container .contact_block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 10px;
    background: #ee202d
}

.contact_container .contact_title {
    position: relative;
    font-family: 'Molot';
    font-size: 44px
}

.contact_container .contact_subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.3
}

.contact_container .contact_subtitle strong {
    font-size: 22px
}

.contact_container .we_will {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px
}

.contact_container form .multiple_fields {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap
}

.contact_container form .multiple_fields .field_wrap {
    width: 100%
}

.contact_container form .multiple_fields .field_wrap + .field_wrap {
    margin-left: 20px
}

.contact_container form .multiple_fields .field_wrap:first-of-type {
    margin: 0
}

.contact_container form .form_agreement {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px
}

.contact_container .button {
    width: 320px;
    height: 68px;
    background: #ee202d;
    border-radius: 50px;
    font-family: 'Raleway-ExtraBold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}

.contact_container .button:hover {
    background: #1a428a
}

.contact_container .submit_wrap {
    text-align: left
}

.contact3_container .contact_subtitle {
    line-height: 1.2;
    margin-bottom: 20px
}

.why_container {
    background: #FFF;
    z-index: 99
}

.why_container .why_block {
    width: 1180px;
    padding-bottom: 80px;
    padding-top: 80px;
    text-align: center;
    color: #000;
    z-index: 99
}

.why_container .why_category {
    padding-top: 0
}

.why_container .h2 {
    font-family: 'Molot';
    margin-bottom: 66px
}

.why_container .items_box {
    position: relative
}

.why_container .row {
    display: inline
}

.why_container .row .spacer {
    display: none
}

.why_container .item {
    position: relative;
    float: left;
    width: 25%
}

.why_container .item_p {
    opacity: 1;
    display: block;
    transform: translateY(0)
}

.why_container .item .wrapper {
    position: relative
}

.why_container .item .title {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 20px;
    min-height: 42px
}

.why_container .item .subtitle {
    font-size: 16px;
    line-height: 1.3
}

.why_container .item .subtitle span {
    border-bottom: 1px solid #000
}

.catalog_container .catalog_block {
    max-width: 1180px;
    padding: 68px 0 33px
}

.category_container .catalog_block {
    display: inline-block;
    width: 70%
}

.category_container .wrapper .quickview {
    height: 40px;
    padding: 2px 0 0;
    width: 100%;
    bottom: 50px
}

.category_container .wrapper .order {
    height: 40px;
    padding: 2px 0 0;
    width: 100%
}

.category_container .wrapper .item_description {
    height: 100px;
    padding: 0 0 160px
}

.catalog_container .category_box {
    position: relative;
    padding: 0 0 30px;
    text-align: center
}

.catalog_container .category_box .category_title,.title-color {
    position: relative;
    padding: 10px;
    background: #1a428a;
    margin-bottom: 20px;
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transform: skew(-20deg);
    margin-left: 10px;
    margin-right: 10px
}

.catalog_container .category_box .category_title>span,.title-color>span {
    transform: skew(20deg);
    display: block
}

.catalog_container .category_box .category_title a,.title-color>a {
    color: #fff
}

.catalog_container .category_box .category_title:hover {
    text-decoration: none
}

.catalog_container .category_box .cat_after {
    position: relative;
    font-size: 24px;
    padding: 20px 20px 20px;
    line-height: 1.4;
    color: #FFF
}

.catalog_container .see_all {
    display: inline-block;
    position: relative;
    margin: 22px 0 15px 0;
    font-family: 'Raleway-Bold'
}

.catalog_container .see_all .see_all_title {
    display: inline-block;
    font-size: 24px;
    line-height: .95;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.catalog_container .see_all .see_all_title:hover {
    border-bottom: 1px solid transparent
}

.catalog_container .see_all .see_all_count {
    font-size: 18px;
    color: #999;
    margin-left: 3px
}

.catalog_item {
    float: left;
    position: relative;
    width: 32.2033%;
    margin-right: 1.695%;
    margin-bottom: 1.695%;
    background: #FFF;
    text-align: left;
    border: 1px solid #dae2f2;
    box-sizing: border-box;
    min-height: 420px
}
.catalog_item:hover > .wrapper .price_box {display: none;}

.product_category:nth-child(3n+2) {
    margin-right: 0
}

.product_catalog:nth-child(3n+3) {
    margin-right: 0
}

.product_cat:nth-child(3n+1) {
    margin-right: 0
}

.catalog_item .thumb_box {
    margin-bottom: 16px;
    text-align: center;
    height: 287px;
    line-height: 287px
}

.catalog_item .img-box {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    position: relative;
    height: 210px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog_item .img-box .quickview {
    display: none
}

.catalog_item:hover .img-box .quickview {
    display: block
}

.in-stock {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #00b300;
    z-index: 1;
    padding: 5px 20px
}

.catalog_item .img-box .in-stock {
    position: absolute;
    left: 10px;
    top: 10px
}

.catalog_item .thumb {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

.catalog_item .wrapper {
    padding-bottom: 75px
}

.catalog_item .item_description {
    position: relative;
    margin: 0 20px
}

.catalog_item .item_description_main {
    text-align: center
}

.catalog_item .item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    display: block;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden
}

.catalog_item .psm {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    margin-bottom: 8px
}

.catalog_item .psm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 13px;
    background: url(../images/sprite.png) -130px -66px no-repeat
}

.catalog_item .brand-model {
    font-size: 13px;
    padding-left: 25px;
    background: url(../images/icon_catalog.png) no-repeat left center;
    margin-bottom: 10px
}

.catalog_item .numbers {
    font-size: 13px;
    padding-left: 25px;
    background: url(../images/icon_numbers.png) no-repeat left top;
    line-height: 1.3;
    max-height: 32px;
    overflow: hidden
}

.catalog_item .price_box {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #005dac;
    text-align: center;
    border-top: 1px solid #dae2f2;
    padding: 17px 0
}

.catalog_item .price_box_main {
    right: 0
}

.catalog_item .price_box .price_old {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    padding: 0 1px 3px;
    position: relative;
    top: 2px;
    color: #999;
    vertical-align: top
}

.catalog_item .price_box .price_old:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #999;
    vertical-align: top
}

.catalog_item .price_box .price {
    display: inline-block;
    font-family: 'Raleway-ExtraBold';
    font-size: 24px
}

.catalog_item .quickview {
    font-family: 'Raleway-Medium';
    font-size: 15px;
    letter-spacing: initial;
    text-transform: none;
    padding: 11px 0;
    background: #1a428a;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 190px;
    left: 50%;
    margin-left: -95px;
    right: 35px;
    bottom: 30px;
    box-sizing: border-box
}

.catalog_item .button_main {
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute
}

.catalog_item .button_main_b {
    position: relative
}

.catalog_item .catalog-item-hover {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    left: -1px;
    right: -1px;
    top: 0!important;
    border-left: 1px solid #dae2f2;
    border-right: 1px solid #dae2f2;
    border-bottom: 1px solid #dae2f2;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    /* padding-top: 230px; */
    background: transparent;
}
.catalog_item .catalog-item-hover > div {
    background: #fff;
}
.catalog_item .catalog-item-hover > .img-box { opacity: 0; }

.catalog_item .catalog-item-hover .item_description {
    margin-bottom: 40px
}

.catalog_item .catalog-item-hover .numbers {
    overflow: visible;
    max-height: none;
    text-align: left
}

.catalog_item .catalog-item-hover .price_box {
    position: static
}

.order-wrapper-mobile {
    display: none;
}
.catalog_item .catalog-item-hover .order-wrapper, .order-wrapper-mobile {
    text-align: center
}

.catalog_item .catalog-item-hover .order, .order-wrapper-mobile .order {
    border: none;
    border-radius: 20px;
    font-size: 13px;
    padding: 13px 50px;
    margin-bottom: 20px
}

.catalog_item.sale:before {
    content: "ÐÐºÑ†Ð¸Ñ!";
    position: absolute;
    left: 20px;
    top: -10px;
    padding: 14px 17px 16px;
    font-size: 20px;
    background: #fc4e51;
    color: #FFF;
    font-family: 'Raleway-Bold';
    z-index: 99
}

.catalog_item.sale .price_box .price {
    color: #ff4c4c
}

.other_container {
    background: #d3daea url(../images/other_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-bottom: 25px
}

.other_container .other_block {
    width: 1180px;
    padding: 84px 0 50px;
    text-align: center;
    color: #000;
    z-index: 99
}

.other_container h2 {
    font-size: 44px;
    margin-bottom: 65px
}

.other_container .items_box {
    position: relative
}

.other_container .row {
    display: inline
}

.other_container .row .spacer {
    display: none
}

.other_container .item {
    position: relative;
    float: left;
    width: 25%
}

.other_container .item .title {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-top: 0;
    position: relative;
    top: -15px
}

.other_container .other_block.other_block2 {
    padding-top: 0;
    padding-bottom: 75px;
    background: url(../images/other_bg2.png) no-repeat right top
}

.other_block2_inner {
    width: 450px;
    margin-left: 40px
}

.other_container .other_block2 .item {
    position: relative;
    float: none;
    width: auto;
    margin-bottom: 20px
}

.other_container .other_block2 .item .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    left: -20px
}

.other_container .other_block2 .item .title {
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 17px;
    font-weight: 500
}

.other_container .other_block2 .item .icon {
    width: 100px;
    height: 90px;
    min-width: 100px
}

.quality_container {
    overflow: hidden
}

.quality_container_footer {
    background-image: url(../../dinamic/images/back3_1920.jpg)
}

.quality_container .quality_block {
    width: 1180px;
    height: 1000px;
    z-index: 99;
    color: #FFF
}

.quality_container h2 {
    padding: 78px 0 60px
}

.quality_container .quality_item {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1180px;
    margin: 0 0 0 -590px;
    height: auto;
    padding: 0 0 61.272%;
    z-index: 990;
    background-repeat: no-repeat;
    background-position: 0 0
}

.quality_container .quality_item_mob {
    display: none
}

.quality_container .hints_box {
    position: relative
}

.quality_container .hint {
    position: absolute;
    border: 4px solid transparent;
    z-index: 991;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.quality_container .hint .wrapper {
    position: relative;
    padding: 24px 40px 30px 26px
}

.quality_container .hint .icon {
    position: relative;
    width: 58px;
    height: 58px;
    margin: 0 0 10px;
    background: url(../images/sprite.png) -218px -57px no-repeat;
    background-size: 300px auto
}

.quality_container .hint .title {
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Raleway-ExtraBold';
    margin-bottom: 10px
}

.quality_container .hint .description {
    font-size: 20px;
    line-height: 1.3
}

.quality_container .hint1 {
    left: 0;
    top: 0;
    border: 4px solid #f5c12c;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: pulse 0.5s ease-in-out infinite alternate;
    animation: pulse 0.5s ease-in-out infinite alternate
}

.quality_container .hint2 {
    left: 0;
    top: 220px
}

.quality_container .hint3 {
    left: 0;
    top: 500px
}

.quality_container .hint4 {
    right: 0;
    top: 195px
}

.quality_container .hint5 {
    right: 0;
    top: 470px
}

.quality_container .hint1:before {
    content: "";
    position: absolute;
    right: 70px;
    bottom: -192px;
    width: 4px;
    height: 196px;
    background: #f5c12c;
    -o-transform: rotate(30deg);
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.best_container {
    background: #FFF
}

.best_container .best_block {
    width: 1180px;
    padding: 0 0 30px;
    z-index: 99
}

.best_container h2 {
    padding: 72px 0 35px;
    line-height: 1.15
}

.best_container .best_content_box {
    position: relative;
    padding: 16px 0 0 530px
}

.best_container .best_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 489px;
    height: auto
}

.best_container .best_content {
    position: relative
}

.best_container .best_content .row {
    position: relative;
    margin-bottom: 32px
}

.best_container .best_content .item {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    width: 46.5%;
    float: right
}

.best_container .best_content .item:first-of-type {
    float: left
}

.best_container .best_content .item .wrapper {
    position: relative;
    padding: 38px 0 0 0
}

.best_container .best_content .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url(../images/sprite.png) -184px -1px no-repeat;
    background-size: 300px auto
}

.reasons_container {
    background: #f5f5f5;
    z-index: 99
}

.reasons_container .reasons_block {
    width: 1180px;
    padding: 80px 0 85px;
    text-align: center;
    color: #000;
    z-index: 992
}

.reasons_container h2 {
    margin-bottom: 66px
}

.reasons_container .items_box {
    position: relative
}

.reasons_container .row {
    display: inline
}

.reasons_container .row .spacer {
    display: none
}

.reasons_container .item {
    position: relative;
    float: left;
    width: 25%;
    opacity: 0
}

.reasons_container .item .wrapper {
    position: relative;
    padding: 96px 0 0
}

.reasons_container .item .icon {
    position: absolute;
    left: 50%;
    top: 0;
    height: 72px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px auto
}

.reasons_container .item .title {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Raleway-ExtraBold';
    margin-bottom: 22px
}

.reasons_container .item .subtitle {
    font-size: 16px;
    line-height: 1.45
}

.reasons_container .item .subtitle span {
    border-bottom: 1px solid #000
}

.reasons_container .item1 .icon {
    width: 60px;
    margin-left: -30px;
    background-position: -2px -205px
}

.reasons_container .item2 .icon {
    width: 64px;
    margin-left: -32px;
    background-position: -64px -205px
}

.reasons_container .item3 .icon {
    width: 65px;
    margin-left: -30px;
    background-position: -132px -205px
}

.reasons_container .item4 .icon {
    width: 60px;
    margin-left: -30px;
    background-position: -196px -205px
}

.digits_container {
    z-index: 99
}

.digits_container .digits_block {
    width: 1180px;
    padding: 70px 0 70px;
    text-align: center;
    color: #000;
    z-index: 992;
    border-bottom: 1px solid #cad1e0
}

.digits_container h2 {
    margin-bottom: 50px
}

.digits_container .row {
    display: inline-block
}

.digits_container .row .spacer {
    display: none
}

.digits_container .items_box {
    position: relative
}

.digits_container .item {
    position: relative;
    display: inline-block;
    margin: 0 50px;
    vertical-align: top;
    text-align: left
}

.digits_container .item .title_wrap {
    position: relative
}

.digits_container .item .title {
    position: relative;
    z-index: 991;
    font-size: 70px;
    letter-spacing: .3px;
    font-family: 'Raleway-ExtraBold';
    color: #ee202d
}

.digits_container .item .description {
    position: relative;
    padding: 15px 0 0 0;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Raleway-Medium'
}

.clients_container {
    background: #FFF
}

.clients_container .clients_block {
    width: 1120px;
    text-align: center;
    padding: 65px 0 138px
}

.clients_container h2 {
    margin-bottom: 45px
}

.clients_container .slider_wrap {
    position: relative;
    padding: 0 60px
}

.clients_container img {
    width: 90%;
    margin: 0 5%;
    height: auto;
    display: block
}

.clients_container .mob_items {
    display: none
}

.storage_container {
    background: #dae2f2
}

.storage_container .storage_block {
    width: 980px;
    text-align: center;
    padding: 60px 0 70px;
    color: #000
}

.storage_container h2 {
    margin-bottom: 42px
}

.storage_container .items_box {
    position: relative
}

.storage_container .item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 203px;
    width: 280px;
    margin: 10px
}

.storage_container .item1,.storage_container .item2,.storage_container .item3 {
    width: 31.634%;
    padding: 0 0 45.919%
}

.storage_container .item2 {
    margin: 0 2.549% 2.549%
}

.storage_container .item4,.storage_container .item5 {
    width: 48.7255%;
    padding: 0 0 27.348%
}

.storage_container .item4 {
    margin: 0 2.549% 0 0
}

.reviews_container {
    background: #FFF
}

.reviews_container .reviews_block {
    /* width:1120px; */
    /* padding:78px 0 65px; */
}

.reviews_container h2 {
    margin-bottom: 46px
}

.reviews_container .slider_wrap {
    position: relative;
    padding: 0 70px
}

.reviews_container .reviews_page .slider_wrap {
    padding: 0 30px
}

.reviews_container .slide {
    text-align: center;
    background: #e6eaf2
}

.reviews_container .slide .wrapper {
    position: relative;
    padding: 0 25px 25px 25px
}

.reviews_container .slide .name {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0
}

.reviews_container .slide .city {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 5px
}

.reviews_container .slide .img_box {
    margin-bottom: 30px
}

.reviews_container .slide .img_box a {
    display: block;
    position: relative;
    width: 140px;
    height: 195px;
    margin: 0 auto
}

.reviews_container .slide .img_box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0
}

.reviews_container .slide .short,.reviews_container .slide .full {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5
}

.reviews_container .mob_reviews {
    display: none
}

.reviews_container .more,.reviews_container .less {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.reviews_container .more:hover,.reviews_container .less:hover {
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid transparent
}

.reviews_container .less {
    display: none
}

.page_container {
    margin-top: 160px;
    background: #fff
}

.page_block {
    text-align: left;
    min-height: 200px;
    width: 1180px
}

.page_block h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 52px;
    margin-bottom: 50px;
    position: relative;
    padding-left: 30px
}

.page_block h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 35px;
    width: 20px;
    background: #ee202d
}

.page_text {
    line-height: 1.4
}

@media screen and (max-width: 1250px) {
    .page_block {
        width:auto;
        margin: 0 30px!important
    }
}

@media screen and (max-width: 1020px) {
    .page_block {
        margin:0 25px!important
    }
}

@media screen and (max-width: 760px) {
    .page_block {
        margin:0 16px!important
    }

    .page_container {
        margin-top: 40px
    }
}

.clients_container .clients_block.page_block {
    text-align: left;
    padding: 0;
    padding: 40px 0 140px
}

.reviews_container .reviews_block.page_block {
    /* padding:40px 0 85px; */
	padding-bottom: 85px;
}

.page_quickview .main_info {
    position: relative;
    float: right;
    width: 49%;
    z-index: 991
}

.page_quickview .main_info .subwrapper {
    position: relative;
    padding: 15px 10px 0 30px
}

.page_quickview .product_title {
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Raleway-Bold';
    margin-bottom: 16px
}

.page_quickview .psm {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    margin-bottom: 16px
}

.page_quickview .psm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 13px;
    background: url(../images/sprite.png) -130px -66px no-repeat
}

.page_quickview .price_box {
    position: relative;
    padding: 8px 0 0 0;
    margin-bottom: 48px
}

.page_quickview .price_box .price_title {
    display: inline-block;
    font-size: 16px;
    font-family: 'Raleway-Bold';
    margin: 6px 10px 0 0;
    vertical-align: top
}

.page_quickview .price_box .price_old {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    padding: 0 1px 3px;
    position: relative;
    top: 2px;
    color: #999;
    vertical-align: top
}

.page_quickview .price_box .price_old:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #999;
    vertical-align: top
}

.page_quickview .price_box .price {
    display: inline-block;
    font-family: 'Raleway-ExtraBold';
    font-size: 24px
}

.page_quickview .order {
    width: 180px;
    height: 50px;
    font-size: 15px;
    padding: 1px 0 0 0;
    margin-bottom: 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.page_quickview .description_box {
    position: relative;
    margin-bottom: 38px
}

.page_quickview .description_title {
    font-size: 16px;
    font-family: 'Raleway-Bold';
    margin-bottom: 11px
}

.page_quickview .description {
    font-size: 14px;
    line-height: 1.6
}

.page_quickview .download {
    position: relative;
    display: inline-block;
    padding: 26px 0 0 0;
    line-height: 1.6;
    margin-left: 20px;
    top: 30px
}

.page_quickview .download:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 24px;
    background: url(../images/sprite.png) 0 -307px no-repeat;
    background-size: 300px auto
}

.page_quickview .download .download_title {
    position: relative;
    font-size: 14px;
    color: #296ecb;
    text-decoration: underline
}

.page_quickview .download .download_format {
    display: block;
    position: relative;
    font-size: 12px;
    color: #999;
    font-family: 'Raleway-Bold'
}

.page_quickview .download:hover .download_title {
    text-decoration: none
}

.page_quickview .additional_info {
    position: relative;
    float: left;
    width: 49%;
    z-index: 991
}

.page_quickview .thumb_box {
    position: relative;
    padding: 0 30px 0 0;
    text-align: center
}

.page_quickview .thumb_box .thumb {
    display: inline
}

.page_quickview .product_chars {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 30px 0 0
}

.page_quickview .product_chars li {
    position: relative;
    margin-bottom: 3px
}

.page_quickview .product_chars .char_title {
    display: inline-block;
    width: 68%;
    letter-spacing: -.3px;
    box-sizing: border-box;
    padding-right: 15px
}

.page_quickview .product_chars .char_content {
    display: inline-block;
    width: 30%;
    font-family: 'Raleway-Bold'
}

.page_quickview.sale .price_box .price {
    color: #ff4c4c
}

.page_text h2 + p {
    margin-top: 35px
}

.page_text p + p {
    margin-top: 20px
}

.page_text ul {
    margin-left: 20px
}

.page_text li {
    margin-bottom: 15px;
    padding-left: 20px
}

.page_text ul li {
    list-style: none;
    position: relative
}

.page_text ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ee202d;
    position: absolute;
    top: 8px;
    left: 0
}

.page_text a {
    text-decoration: underline
}

.page_text a:hover {
    text-decoration: none
}

.page_text ol {
    list-style: none;
    counter-reset: li;
    margin-top: 10px
}

.page_text ol li:before {
    counter-increment: li;
    content: counters(li,".") ". ";
    margin-right: 5px
}

.page_text strong {
    font-weight: 700
}

.footer-privacy-link {
    margin-right: 25px
}

.footer-privacy-link span {
    cursor: pointer;
    font-size: 13px;
    color: #ced1d6;
    border-bottom: 1px solid #ced1d6;
    transition: all 0.2s ease-in-out
}

.footer-privacy-link span:hover {
    border-bottom: 1px solid transparent
}

.lnk {
    cursor: pointer
}

form .lnk {
    border-bottom: 1px solid;
    transition: all 0.2s ease-in-out
}

form .lnk:hover {
    border-bottom: 1px solid transparent
}

#hint {
    margin-left: 7px
}

.main-menu-top {
    padding-top: 24px;
    width: 100%;
    margin-right: 35px
}

ul.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 40px;
    position: relative
}

.left-menu ul.menu {
    display: block
}

.main-menu a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase
}

.main-menu .active_a {
    color: #1a428a
}

.main-menu a:hover {
    color: #1a428a
}

.footer_container .main-menu a:hover {
    color: #ee202d
}

.main-menu li {
    display: inline
}

.main-menu li ul {
    display: none;
    padding-top: 20px;
    position: absolute
}

.main-menu li:hover ul {
    display: block
}

.main-menu li ul li {
    display: block;
    padding: 15px;
    background: #fff;
    border-left: 1px solid #dae2f2;
    border-right: 1px solid #dae2f2
}

.main-menu li ul li.first {
    border-top: 1px solid #dae2f2
}

.main-menu li ul li.last {
    border-bottom: 1px solid #dae2f2
}

.main-menu li ul li + li {
    padding-top: 0
}

.menu-icon {
    display: none;
    position: relative;
    cursor: pointer;
}
.menu-icon span {
    display: block;
    height: 3px;
    width: 25px;
	margin: 0 auto;
    background: white;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
   	transition: .25s ease-in-out
}
.menu-icon span + span {
	margin-top: 5px;
}

/* .menu-icon span:nth-child(1) {
    top: 0
}

.menu-icon span:nth-child(2),.menu-icon span:nth-child(3) {
    top: 13px
}

.menu-icon span:nth-child(4) {
    top: 26px
} */

.back {
    background: #1a428a;
    min-width: 44px;
    height: 54px;
	margin-right: 5px;
    display: none;
}

.menu-state-open .menu-icon span:nth-child(1) {
    width: 0%;
    display: none;
}
.menu-state-open .menu-icon span:nth-child(2) {
    transform: rotate(45deg);
    margin: 0;
    position: absolute;
    margin-left: -12px;
    margin-top: -1px;
}
.menu-state-open .menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    position: absolute;
    margin-left: -12px;
    margin-top: -1px;
}
.menu-state-open .menu-icon span:nth-child(4) {
    width: 0%;
}

.page_quickview_page {
    width: 70%;
    display: inline-block
}

.left-menu {
    margin-bottom: 20px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    border: 4px solid #1a428a;
    border-radius: 8px;
    margin-right: 30px;
    padding-top: 16px;
    padding-left: 16px
}

.left-menu a {
    display: inline-block;
    color: black;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 20px
}

.left-menu a:hover {
    text-decoration: none
}

.left-menu .active_a {
    font-weight: 700;
    text-decoration: none
}

.contacts {
    float: left
}

#map {
    margin-bottom: 35px;
    width: 100%;
    height: 300px
}

.contacts_info {
    font-weight: 700
}

.contacts_form {
    float: right;
    text-align: center
}

.contacts_form .wrapper {
    border-radius: 12px 12px 0 0
}

.contacts_form_title {
    font-size: 34px;
    line-height: 1.2;
    font-family: 'Raleway-ExtraBold'
}

.contacts_form .field_label {
    margin-top: 20px;
    color: #4d4d4d;
    font-size: 14px;
    letter-spacing: .2px;
    font-family: 'Raleway-Bold';
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px
}

.contacts_form .form_field {
    background: #f1f1f1;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    color: #000;
    height: 60px;
    padding: 0 16px 3px;
    border-radius: 3px
}

.contacts_form .form_text {
    padding-top: 10px;
    padding-bottom: 5px
}

.contacts_form .form_agreement {
    margin-top: 20px;
    margin-bottom: 20px
}

.contacts_form .form_agreement a {
    color: black
}

.contacts_form .button {
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px
}

.margin {
    margin-top: 50px
}

.no_decor {
    text-decoration: none!important
}

.no_decor a {
    text-decoration: underline
}

.no_decor a:hover {
    text-decoration: none
}

h2+ul {
    margin-top: 20px
}

#page_text_main {
    border-top: 1px solid #dae2f2;
    margin-top: 55px
}

#page_text_main .page_text_block {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px
}

#page_text_main .page_text_block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 10px;
    background: #ee202d
}

#search-form {
    margin-top: 15px
}

#search-form2 {
    display: inline-block
}

#search-form input,#search-form2 input {
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: inset 2px 2px 4px 0 rgba(0,0,0,.1);
    border: none;
    border-radius: 20px
}

#search-form ::-webkit-input-placeholder,#search-form2 ::-webkit-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #868686;
    line-height: 1
}

#search-form :-ms-input-placeholder,#search-form2 :-ms-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #868686;
    line-height: 1
}

#search-form :-moz-placeholder,#search-form2 :-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #868686;
    line-height: 1.3
}

#search-form ::-moz-placeholder,#search-form2 ::-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #868686;
    line-height: 1.3
}

#search-form img,#search-form2 img {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer
}
#search-form .close {
    display: none;
}

.subcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
}

.subcategory {
    max-width: 280px;
    text-align: center;
    border: 1px solid #dae2f2;
    box-sizing: border-box;
    padding: 20px
}

.subcategory + .subcategory {
    margin-left: 20px
}

#full.page .subcategory {
    margin-bottom: 20px;
    min-width: 24%
}

#full.page .subcategory + .subcategory {
    margin-left: 0
}

.subcategory .img-box {
    transition: .5s;
    padding: 15px;
    margin-bottom: 20px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.subcategory .img-box img {
    max-width: 100%;
    height: auto;
    max-height: 210px
}

.subcategory_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3
}

.subcategory:hover .img-box {
    background: none
}

.subcategory:hover .subcategory_title>a {
    text-decoration: underline
}

.view_all {
    border: 1px solid #cad1e0;
    font-size: 14px;
    padding: 15px 60px;
    display: inline-block
}

.selection_container {
    background: #dae2f2 url(../images/selection_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 70px
}

.selection_block {
    max-width: 1180px;
    margin: 0 auto;
    background: url(../images/selection_bg2.png) no-repeat 25px bottom
}

.selection_block .h2 {
    font-family: 'Molot'
}

.selection_block_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 50px
}

.steps {
    max-width: 290px;
    width: 100%;
    margin-right: 10px
}

.steps .step {
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
    height: 80px;
    padding: 0 40px;
    display: flex;
    align-items: center
}

.steps .step .number {
    color: #b8becc;
    font-weight: 700;
    font-size: 30px;
    margin-right: 50px
}

.steps .step .name {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3
}

.steps .step.active {
    background: #ee202d
}

.steps .step.active .number {
    color: #fff
}

.steps .step.active .name {
    color: #fff
}

.steps_content_block {
    width: 100%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 60px;
    min-height: 620px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.steps_content_block .step_content {
    height: 100%;
    display: none;
    padding-right: 60px
}

.steps_content_block .step_content.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.steps_content_block .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 50px;
    padding-right: 60px
}

.steps_content_block .buttons div {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 45px;
    background: #dae2f2;
    color: #000;
    border-radius: 3px;
    box-sizing: border-box
}

.steps_content_block .buttons div.disabled {
    opacity: .3;
    cursor: default
}

.steps_content_block .buttons div.next_step {
    background: #ee202d;
    color: #fff
}

.step_content .title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.step_content .brands {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: start;
    height: 100%
}

.step_content .brand {
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #f0f2f7;
    border-radius: 1px;
    background: #f0f2f7;
    min-width: 240px;
    height: 150px;
    box-sizing: border-box;
    text-align: center
}

.step_content .brand .img-box {
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.step_content .brand .name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.step_content .brand.active {
    background: #fafbfd url(../images/brands/select.png) no-repeat calc(100% - 10px) calc(100% - 10px)
}

.step_content .brand.active .img-box,.step_content .brand.active .name {
    opacity: .3
}

#step2,#step4 {
    padding-right: 0
}

#step2 .title-block {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    padding-right: 60px
}

#step2 .title-block .title {
    min-width: 260px;
    margin-bottom: 0
}

#step2 .title-block .search {
    width: 100%
}

#step2 .title-block .search input {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    width: 100%;
    border-radius: 20px;
    background: #f5f7fa;
    border: none;
    padding: 10px 25px;
    box-shadow: inset 2px 2px 2px #cecece;
    box-sizing: border-box
}

#step2 ::-webkit-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    color: #959ba6;
    line-height: 1
}

#step2 :-ms-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    color: #959ba6;
    line-height: 1
}

#step2 :-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    color: #959ba6;
    line-height: 1.1
}

#step2 ::-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    color: #959ba6;
    line-height: 1.1
}

.step_content .models {
    display: flex;
    flex-wrap: wrap
}

.step_content .model {
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #f0f2f7;
    border-radius: 1px;
    background: #f0f2f7;
    min-width: 240px;
    height: 60px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 20px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.step_content .model.hidden {
    display: none
}

.step_content .model:nth-of-type(3n) .step_content .model.searched:nth-of-type(3n) {
    margin-right: 0
}

.step_content .model .name,.step_content .model .type {
    font-size: 15px
}

.step_content .model .name {
    font-weight: 700
}

.step_content .model.active,.step_content .node.active,.step_content .part.active {
    background: #fafbfd url(../images/brands/select.png) no-repeat calc(100% - 10px) calc(100% - 10px)
}

.step_content .model.active .name,.step_content .model.active .type,.step_content .node.active .name,.step_content .part.active .name {
    opacity: .3
}

.step_content .parts {
    display: flex;
    flex-wrap: wrap
}

.step_content .part {
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #f0f2f7;
    border-radius: 1px;
    background: #f0f2f7;
    min-width: 172px;
    max-width: 172px;
    min-height: 64px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 20px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.step_content .part:nth-of-type(4n) {
    margin-right: 0
}

.step_content .part .name {
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.step_content .nodes {
    height: 100%
}

.step_content .node {
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #f0f2f7;
    border-radius: 1px;
    background: #f0f2f7;
    height: 98px;
    box-sizing: border-box;
    margin-right: 20px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.step_content .node .name {
    font-weight: 700;
    font-size: 17px;
    text-align: center
}

.big-part {
    border: 1px solid #cad1e0;
    border-radius: 1px;
    padding: 30px;
    box-sizing: border-box;
    display: flex
}

.big-part .img-box {
    min-width: 300px;
    max-width: 300px;
    margin-right: 30px;
    overflow: hidden
}

.big-part .img-box img {
    max-width: 100%
}

.big-part-content {
    width: 100%
}

.big-part-content .name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2
}

.big-part-content .name:hover {
    color: #1a428a
}

.big-part-content .in-stock {
    font-size: 15px;
    font-weight: 400;
    width: 100px;
    padding: 2px;
    text-align: center;
    margin-bottom: 25px;
    background: #00b300;
    line-height: 1.1
}

.big-part-content .numbers {
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/numbers.png) no-repeat left center;
    margin-bottom: 40px
}

.big-part-content .btns {
    display: flex;
    justify-content: space-between
}

.big-part-content .quantity {
    font-size: 15px;
    display: inline-block
}

.big-part-content .quantity .quantity-plus,.big-part-content .quantity .quantity-minus,.big-part-content .quantity .quantity-val {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    width: 40px
}

.big-part-content .quantity .quantity-minus,.big-part-content .quantity .quantity-plus {
    background: #dae2f2;
    border-left: 1px solid #cad1e0;
    border-top: 1px solid #cad1e0;
    border-bottom: 1px solid #cad1e0;
    border-radius: 3px 0 0 3px;
    cursor: pointer
}

.big-part-content .quantity .quantity-minus {
    margin-left: 10px
}

.big-part-content .quantity .quantity-plus {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cad1e0;
    border-left: none
}

.big-part-content .quantity .quantity-val {
    border: 1px solid #cad1e0
}

.big-part-content .to-basket {
    font-size: 13px;
    border-radius: 20px;
    min-width: 125px;
    max-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center
}

.selection-breads {
    margin-top: 40px
}

.selection-breads .bread {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cad1e0;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 10px
}

#step5 {
    justify-content: start
}

#step5 .selection-breads {
    margin-top: 0;
    margin-bottom: 20px
}

#step5 .selection-breads .bread {
    margin-bottom: 10px
}

.scroller {
    position: relative;
    overflow-y: auto;
    height: 100%;
    max-height: 360px
}

#step2 .scroller {
    max-height: 340px
}

.scroller .ps__rail-y {
    background: #f0f2f7!important;
    opacity: 1!important;
    width: 12px!important;
    margin-right: 35px
}

.scroller .ps__rail-y .ps__thumb-y {
    width: calc(100% - 4px)!important;
    background: #cad1e0!important;
    border-radius: 15px
}

.catalog-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    margin-bottom: 60px
}

.catalog-categories.catalog-pumps {
    margin-bottom: 30px
}

.catalog-categories .catalog-category {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #dae2f2;
    min-width: 32%;
    max-width: 380px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.catalog-categories.catalog-pumps .catalog-category {
    min-width: 24%;
    max-width: 280px
}

.catalog-categories .catalog-category .img-box {
    height: 100%;
    display: flex;
    align-self: center;
    align-items: center
}

.catalog-categories .catalog-category .catalog-category-name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #dae2f2 url(../images/arrow_black.png) no-repeat calc(100% - 20px) center;
    padding: 18px 30px
}

.catalog-categories .catalog-category:hover .catalog-category-name {
    color: #fff;
    background: #005dac url(../images/arrow_white.png) no-repeat calc(100% - 20px) center
}

.catalog-parts {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-bottom: 30px
}

.catalog-parts .catalog-part {
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #dae2f2;
    min-width: 32%;
    max-width: 380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-right: 13px
}

.catalog-parts .catalog-part:hover {
    box-shadow: 0 5px 20px -2px rgba(0,0,0,.2)
}

.catalog-parts .catalog-part .img-box {
    min-width: 120px;
    max-width: 120px;
    height: 100%;
    display: flex;
    align-self: center;
    align-items: center
}

.catalog-parts .catalog-part .catalog-part-name {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: url(../images/arrow_black.png) no-repeat calc(100% - 20px) center;
    padding: 0 30px;
    line-height: 1.2
}

.catalog-parts .catalog-part:hover .catalog-part-name {
    color: #005dac;
    text-decoration: underline
}

.all-pumps {
    margin-bottom: 80px
}

.page_container + .selection_container {
    margin-top: 60px
}

.two-columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px!important
}

.two-columns h1 {
    margin-top: 0;
    margin-bottom: 40px
}

.left-block {
    min-width: 260px;
    max-width: 260px;
    margin-right: 40px
}

.right-block {
    width: 100%
}

.side-categories {
    border: 1px solid #dae2f2;
    margin-bottom: 40px
}

.side-category + .side-category {
    border-top: 1px solid #dae2f2
}

.side-category-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    background: #f0f2f7;
    color: #000;
    padding: 18px 35px 18px 20px;
    position: relative;
    line-height: 1.3
}

.side-category-name .trigger,.info-box-item .trigger {
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    background: url(../images/arrow_black.png) no-repeat center;
    transition: .3s
}

.side-category.active .trigger {
    background: url(../images/arrow_white.png) no-repeat center
}

.side-category.openned .trigger {
    transform: rotate(90deg)
}

.side-category.active .side-category-name {
    background: #005dac;
    color: #fff
}

.side-sub-categories {
    padding: 20px 50px;
    display: none
}

.side-category.openned .side-sub-categories {
    display: block
}

.side-sub-category {
    color: #000;
    font-size: 12px;
    display: block;
    font-weight: 400;
    line-height: 1.3
}

.side-sub-category + .side-sub-category {
    margin-top: 15px
}

.side-sub-category.active {
    font-weight: 700;
    color: #005dac;
    text-decoration: none!important
}

.side-sub-category:hover {
    text-decoration: underline
}

.sidebar-get-call {
    position: relative;
    background: url(../images/others/consultant.jpg) no-repeat center;
    width: 258px;
    height: 500px;
    padding: 25px 20px;
    text-align: center;
    box-sizing: border-box
}

.sidebar-get-call-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.sidebar-get-call-subtitle {
    font-size: 14px;
    color: #fff
}

.sidebar-get-call-number {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    position: absolute;
    padding-left: 25px;
    bottom: 85px;
    left: 25px
}

.sidebar-get-call-number:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 21px;
    background: url(../images/phone_red.png) center no-repeat
}

.sidebar-get-call .button {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    bottom: 25px;
    left: 35px;
    padding: 14px 35px
}

.category-info {
    display: flex;
    margin-bottom: 50px
}

.category-info .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.category-info .img-box {
    max-width: 380px;
    min-width: 380px;
    margin-right: 40px;
    border: 1px solid #dce4f3;
    display: flex;
    justify-content: center;
    align-items: center
}

.category-info .img-box img {
    max-width: 100%;
    height: auto
}

.category-info-content {
    width: 100%
}

.category-info-features {
    font-size: 14px;
    margin-bottom: 35px
}

.category-info-features li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.3
}

.category-info-features li .name {
    min-width: 260px;
    max-width: 260px;
    margin-right: 20px
}

.category-info-features li .value {
    width: 100%;
    font-weight: 700
}

.category-info-features li .value a {
    text-decoration: underline
}

.category-info-features li .value a:hover {
    text-decoration: none
}

.category-info-description {
    font-size: 14px;
    line-height: 1.3
}

.similar-categories {
    margin-top: 70px
}

.similar-categories .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px
}

.similar-categories .subcategory {
    max-width: 32%
}

.similar-categories.repair .subcategory {
    max-width: 280px
}

.page-product .product-block {
    display: flex;
    margin-bottom: 60px
}

.page-product .product-block-left {
    max-width: 360px;
    min-width: 360px;
    margin-right: 40px
}

.page-product .product-block-left .img-box {
    border: 1px solid #dae2f2;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.page-product .product-block-left .img-box img {
    max-width: 100%
}

.page-product .product-block-left .numbers-box {
    border: 1px solid #dae2f2
}

.page-product .product-block-left .numbers-box .title {
    position: relative;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    background: #f0f2f7;
    padding: 15px 70px
}

.page-product .product-block-left .numbers-box .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 60px;
    background: #ee222f url(../images/icon_numbers_white.png) no-repeat center
}

.page-product .product-block-left .numbers-box .numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 30px 15px 30px
}

.page-product .product-block-left .numbers-box .numbers span {
    font-size: 16px;
    min-width: 33%;
    margin-bottom: 15px
}

.page-product .product-block-right {
    width: 100%
}

.page-product .product-block-right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.page-product .product-block-right-top .product-info {
    min-width: 470px;
    max-width: 470px;
    margin-right: 40px
}

.page-product .product-block-right-top .product-info .in-stock {
    display: inline-block;
    margin-bottom: 30px;
    padding: 8px 20px
}

.page-product .product-block-right-top .product-info .price_box {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px
}

.page-product .product-block-right-top .product-info .buttons {
    margin-bottom: 25px
}

.page-product .product-block-right-top .product-info .buttons .button {
    font-size: 13px;
    border-radius: 20px;
    padding: 13px 30px;
    margin-right: 10px
}

.page-product .product-block-right-top .product-info .buttons .one_click {
    display: inline-block;
    color: #ee202d;
    border: 1px solid #ee202d;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: 'Raleway-ExtraBold';
    text-transform: uppercase;
    transition: .3s;
    padding: 12px 30px
}

.page-product .product-block-right-top .product-info .buttons .one_click:hover {
    background: #ee202d;
    color: #fff
}

.product-delivery {
    background: #f0f2f7 url(../images/icon_shipping.png) no-repeat 30px center;
    border-radius: 3px;
    padding: 25px 0;
    padding-left: 100px
}

.product-delivery .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.product-delivery .subtitle {
    font-size: 16px
}

.product-description .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.product-description .description_box {
    font-size: 14px;
    line-height: 1.4
}

.product-description .description_box + .from-block {
    margin-top: 25px
}

.rating {
    margin-bottom: 25px
}

.rating .title {
    font-size: 12px;
    color: #999;
    margin-right: 5px
}

.ratingstar {
    cursor: pointer;
    vertical-align: middle
}

#ratingtext {
    font-size: 12px;
    display: block;
    margin-top: 5px
}

.product-contacts {
    width: 100%
}

.product-contacts-block {
    border: 1px solid #dae2f2;
    padding: 30px
}

.product-contacts-block .title {
    font-size: 14px;
    font-weight: 700;
    color: #005dac;
    margin-bottom: 30px
}

.product-contacts-block .phone {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 32px;
    background: url(../images/icon_phone_blue.png) no-repeat left center
}

.product-contacts-block .email {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 35px;
    background: url(../images/icon_email_blue.png) no-repeat left center
}

.product-contacts-block .button {
    font-size: 12px;
    background: #005dac;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px
}

.product-parts .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative
}

.product-parts .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background: #ee202d
}

.product-parts .title a {
    text-decoration: underline;
    color: #005dac
}

.product-parts .title a:hover {
    text-decoration: none
}

.product-parts-block {
    margin-bottom: 0;
    display: block
}

.product-parts-block>.img-box {
    float: left;
    border: 1px solid #dae2f2;
    width: 778px;
    height: 750px;
    margin-right: 20px;
    overflow: hidden
}

.product-parts-block .img-box img {
    max-width: 100%
}

.catalog-part-wrapper {
    display: inline-block;
    width: 380px;
    position: relative
}

.catalog-part-wrapper .number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ee202d
}

.catalog-part-wrapper + .catalog-part-wrapper {
    margin-left: 15px
}

.catalog-part-wrapper.no-margin-left {
    margin-left: 0px!important
}

.catalog-part-wrapper.margin-right {
    position: relative;
    left: -2px
}

.product-parts-block.catalog-parts .catalog-part {
    height: 90px
}

.similar-products {
    margin-bottom: 65px
}

.similar-products .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.similar-products .catalog_item {
    width: 280px;
    margin-right: 20px;
    margin-bottom: 0
}

.similar-products .catalog_item.item4 {
    margin-right: 0
}

.contact_block textarea {
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px
}

.one_click_title {
    margin-bottom: 40px
}

.pagination li {
    display: inline-block
}

.pagination li a {
    display: inline-block;
    color: #859ccc;
    border: 1px solid #cad1e0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 19.27px;
    box-sizing: border-box
}

.pagination li + li {
    margin-left: 10px
}

.pagination li a.active,.pagination li a:hover {
    color: #fff;
    background: #ee202d;
    border: 1px solid #ee202d
}

.from-block {
    padding: 40px;
    border: 1px solid #dae2f2
}

.from-block .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative
}

.from-block .title:before {
    content: '';
    background: #ee202d;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px
}

.from-block-inner {
    display: flex
}

.from-block-inner .img-box {
    min-width: 180px;
    height: 135px;
    margin-right: 30px;
    border: 1px solid #dae2f2;
    display: flex;
    align-items: center
}

.from-block-inner .img-box img {
    max-width: 100%;
    height: auto
}

.from-block-inner .title {
    margin-top: 10px;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.3
}

.from-block-inner .title:before {
    display: none
}

.from-block-inner .button {
    padding: 12px 40px;
    font-size: 13px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #ee202d;
    color: #ee202d
}

.from-block-inner .button:hover {
    background: #005dac;
    border-color: #005dac;
    color: #fff
}

.similar-categories.repair {
    margin-top: 60px
}

.similar-categories.repair .subcategories {
    margin-bottom: 0
}

.category-info.repair .category-info-content {
    padding-right: 20px
}

.category-info.repair .product-contacts {
    max-width: 270px
}

.category-info.repair .img-box {
    max-height: 280px
}

.repair-services .title-color {
    margin-bottom: 0
}

.repair-service {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.repair-service .catalog_item {
    width: auto;
    min-width: 580px;
    max-width: 580px;
    min-height: auto;
    margin: 0;
    float: none
}

.repair-service .catalog_item:hover {
    box-shadow: none
}

.repair-service .catalog_item .wrapper {
    display: flex;
    padding: 0
}

.repair-service .catalog_item .item_description {
    margin: 0;
    padding: 25px 20px;
    width: auto;
    border-left: 1px solid #dae2f2
}

.repair-service .catalog_item .wrapper .img-box {
    max-width: 280px;
    min-width: 280px;
    margin: 0
}

.repair-service-left {
    box-sizing: border-box;
    border-left: 10px solid #005dac;
    background: #f0f2f7;
    min-width: 580px;
    max-width: 580px
}

.repair-service-left-top {
    box-sizing: border-box;
    border-bottom: 1px solid #dae2f2;
    height: 110px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center
}

.repair-service-left-top .img-box {
    margin-right: 40px
}

.repair-service-left-top .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1
}

.repair-service-left-bottom {
    height: 100px;
    padding-left: 30px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.repair-service-left-bottom .price {
    font-size: 20px;
    font-weight: 700
}

.repair-service-left-bottom .button {
    font-size: 13px;
    border-radius: 20px;
    padding: 13.5px 30px
}

.why_container .why_block.repair {
    padding-top: 40px
}

#full.page .page_container + #selectors {
    margin-top: 45px
}

.header_container .header_block_inner .header_block_wrapper:last-child .phone_wrap {
    display: none
}

@media screen and (min-width: 1100px) {
    .header_container.fixed {
        position:fixed;
        background: #d8dfef;
        height: auto!important
    }

    .header_container.fixed .logo,.header_container.fixed .header_block_inner .header_block_wrapper:first-child {
        display: none
    }

    .header_container.fixed .header_block {
        padding: 0!important
    }

    .header_container.fixed .header_block_inner .header_block_wrapper + .header_block_wrapper {
        border: none;
        margin-top: 0;
        padding: 10px 0
    }

    .header_container.fixed .header_block_inner .header_block_wrapper .main-menu-top {
        padding-top: 0
    }

    .header_container.fixed #search-form {
        margin-top: 0;
        margin-right: 25px
    }

    .header_container.fixed .header_block_inner .header_block_wrapper:last-child .phone_wrap {
        display: block
    }

    .header_container.fixed .header_block_inner .header_block_wrapper:last-child .phone_wrap:before {
        top: auto
    }

    .header_container.fixed .header_block_inner .header_block_wrapper:last-child .phone_wrap .phone {
        font-size: 22px
    }
}

.sidebar-get-call.fixed {
    position: fixed;
    top: 80px
}

.sidebar-get-call.fixed.stick {
    position: absolute;
    bottom: 70px;
    top: auto
}

.pages article {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 35px
}

.pages article + article {
    border-top: 1px solid #d7d7d7;
    padding-top: 35px
}

.pages article .img-box {
    max-width: 200px;
    min-width: 200px;
    margin-right: 25px
}

.pages article .img-box img {
    margin: 0;
    border: 1px solid #d7d7d7
}

.pages article .article-content {
    width: 100%
}

.pages article .article-content .title {
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    display: block
}

.pages article .article-content .title:hover {
    text-decoration: underline
}

.pages article .article-content .date {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px
}

#filter {
    line-height: 1;
    position: relative;
    z-index: 1;
    width: 295px;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    float: right;
    border-radius: 20px;
    background: #f5f7fa;
    border: none;
    padding: 10px 25px;
    box-shadow: inset 2px 2px 2px #cecece;
    box-sizing: border-box
}

#filter::placeholder {
    line-height: 1
}

.side-sub-categories.loading {
    background: url(../images/ajax_loader.gif) no-repeat center center;
    background-size: contain;
    margin: 15px 0 15px 0
}

.most_viewed .catalog_block {
    padding-top: 0
}

.most_viewed .category_box {
    margin-top: 30px
}

.most_viewed .catalog_item {
    width: 23%
}

.most_viewed .product_category:nth-child(3n+2) {
    margin-right: 1.695%
}

.most_viewed .product_category:nth-child(4n+2) {
    margin-right: 0
}

@media screen and (max-width: 1150px) {
    .most_viewed .catalog_item {
        width:48%
    }
}

@media screen and (max-width: 1020px) {
    .most_viewed .catalog_item.item2,.catalog_item.item4,.catalog_item.item6,.catalog_item.item8,.catalog_item.item10 {
        margin-right:1.695%
    }
}

@media screen and (max-width: 600px) {
    .most_viewed .catalog_item {
        width:100%
    }
}

.delivery-block {
    height: 70px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #f0f2f7 url(../images/map.png) no-repeat center right;
    background-size: auto 100%
}

.delivery-block img {
    margin-right: 20px
}

.delivery-block span.first {
    margin-right: 40px;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 700
}

.delivery-block span.second {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 40px
}

@media screen and (max-width: 500px) {
    .delivery-block {
        display:none
    }
}

.get-call-block {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 70px;
    background: #dae2f2;
    border-radius: 3px
}

.get-call-block-left {
    max-width: 380px;
    min-width: 380px;
    margin-right: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.get-call-block-left img {
    margin-right: 30px
}

.get-call-block-left span {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 700
}

.get-call-block-right {
    width: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center
}

.get-call-block-right .for_feedback {
    width: 100%
}

.get-call-block-right .form-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.get-call-block-right .form_agreement {
    /* display: none */
    margin-top: 5px;
}

.get-call-block-right .form-flex .field_wrap {
    max-width: 260px;
    width: 100%;
    margin-right: 20px
}

.get-call-block-right .form-flex .submit_wrap {
    max-width: 200px;
    width: 100%
}

.get-call-block-right .form-flex .form_field {
    font-size: 14px;
    /* height: 50px; */
    height: 36px;
    padding-bottom: 0
}

.get-call-block-right .form-flex .form_field::-webkit-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1
}

.get-call-block-right .form-flex .form_field:-ms-input-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1
}

.get-call-block-right .form-flex .form_field:-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 3.6
}

.get-call-block-right .form-flex .form_field::-moz-placeholder {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #000;
    line-height: none
}

.get-call-block-right .form-flex .button {
    font-size: 14px;
    height: 50px;
    width: 100%;
    border-radius: 30px;
    position: relative;
    top: 15px;
}

@media screen and (max-width: 990px) {
    .get-call-block {
        flex-wrap:wrap
    }

    .get-call-block-left {
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .get-call-block-left span br {
        display: none
    }

    .get-call-block-right {
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .get-call-block-right form {
        justify-content: center;
        margin: 0 20px
    }
}

@media screen and (max-width: 768px) {
    .get-call-block-left span {
        margin-right:20px
    }

    .get-call-block-right form {
        flex-wrap: wrap
    }

    .get-call-block-right form .field_wrap {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .get-call-block-right form .submit_wrap {
        max-width: 100%
    }
}

.info-box {
    border: 1px solid #dae2f2;
    box-sizing: border-box;
    margin-top: 30px
}

.info-box-item {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
    padding: 15px 20px
}

.info-box-item + .info-box-item {
    border-top: 1px solid #dae2f2
}

.info-box-item:hover {
    background: #dae2f2
}

.popup_text {
    width: 800px;
    margin-left: -400px;
    height: 400px;
    margin-top: -200px
}

.popup_text .popup_header,.popup_selections .popup_header {
    margin-top: 40px;
    margin-bottom: 30px
}

.popup_text .popup_content,.popup_selections .popup_content {
    padding: 0 40px;
    height: 435px;
    overflow-y: auto
}

.popup_text .popup_content {
    height: 225px;
    line-height: 1.5;
    text-align: left
}

@media screen and (max-width: 900px) {
    .popup_text,.popup_selections {
        left:40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
        margin: 0 0 0 0!important;
        width: auto!important;
        height: auto
    }

    .popup_text .wrapper {
        position: static!important
    }

    .popup_text .popup_header {
        margin-top: 20px
    }

    .popup_text .popup_content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
        top: 105px;
        height: auto
    }

    .popup_text .popup_content p {
        margin-top: 0
    }
}

@media screen and (max-width: 700px) {
    .popup_text .popup_content,.popup_selections .popup_content {
        top:70px
    }
}

.popup_selections {
    left: 350px;
    right: 350px;
    top: 40px;
    bottom: 40px;
    margin: 0 0 0 0;
    width: auto;
    height: auto
}

.popup_selections .popup_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    top: 50px;
    height: auto
}

.popup_selections .wrapper {
    position: static!important
}

.popup_selections h2 {
    display: none
}

.popup_selections .selection_container,.popup_selections .selection_block {
    padding: 0;
    background: none
}

.popup_selections .selection_block_inner {
    margin-top: 0
}

.popup_selections .steps_content_block {
    padding: 0 0 0 0;
    min-height: auto
}

.popup_selections .steps_content_block .step_content {
    padding-right: 0
}

.popup_selections .steps {
    display: none
}

.popup_selections .step_content .brands {
    justify-content: start
}

.popup_selections .step_content .brand {
    margin-right: 20px;
    min-width: 23%
}

.popup_selections .steps_content_block .buttons {
    padding-right: 0
}

@media screen and (max-width: 1780px) {
    .popup_selections {
        left:40px;
        right: 40px
    }
}

@media screen and (max-width: 900px) {
    .popup_selections .step_content .brand {
        min-width:46%
    }
}

@media screen and (max-width: 700px) {
    .popup_selections .step_content .brand {
        min-width:100%
    }
}

.faqs .faq .title {
    cursor: pointer;
    background: #f0f2f7;
    padding: 15px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dae2f2
}

.faqs .faq:not(.active) + .faq .title {
    border-top: none
}

.faqs .faq .title .icon {
    background-image: url(../images/plus48.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 40px;
    height: 40px;
    margin-right: 20px
}

.faqs .faq .title .quest {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 100%
}

.faqs .faq .title .more {
    white-space: nowrap;
    border-bottom: 1px dashed;
    font-size: 14px
}

.faqs .faq .title .more:hover {
    border-bottom: 1px solid transparent
}

.faqs .faq .content {
    display: none;
    padding: 10px 25px
}

.faqs .faq.active .title {
    background: #005dac
}

.faqs .faq.active .title .icon {
    background-image: url(../images/minus48.png)
}

.faqs .faq.active .title .quest {
    color: #fff
}

.faqs .faq.active .title .more {
    display: none
}

.faqs .faq.active .content {
    display: block
}

#full.page .peoples .subcategory {
    min-width: 31.5%
}

#full.page .peoples .img-box {
    height: auto
}

#full.page .peoples .img-box img {
    max-height: 100%
}

.wrap_file {
    margin-top: 30px
}

.wrap_file span {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    border-bottom: 1px dotted
}

.wrap_file span:hover {
    border-bottom: 1px solid transparent
}

@media screen and (min-width: 1px) and (max-width:760px) {
    #full.page .header_container {
        background-image:none
    }
}

@media screen and (max-width: 1250px) {
    .category_container .catalog_block {
        width:60%!important
    }

    #full.page .header_container .header_block,.footer_container .footer_block,.hometop_container .hometop_block,.catalog_container .catalog_block,.other_container .other_block,.quality_container .quality_block,.best_container .best_block,.clients_container .clients_block,.reviews_container .reviews_block {
        width: auto
    }

    .contact_container .contact_block {
        padding: 66px 0 82px
    }

    .contact_container .contact_subtitle {
        line-height: 1.4;
        padding: 6px 0 45px
    }

    .contact_container form .multiple_fields {
        margin-bottom: 50px
    }

    .why_container .why_block {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 75px 0 80px
    }

    .why_container .h2 {
        margin-bottom: 60px
    }

    .why_container .item .title {
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 18px
    }

    .why_container .item br {
        display: none
    }

    .catalog_item {
        padding: 0 0 22px
    }

    .catalog_item .psm {
        font-size: 15px;
        margin-bottom: 15px
    }

    .catalog_item .psm:before {
        top: 0
    }

    .catalog_item .price_box {
        bottom: 0
    }

    .catalog_item .quickview {
        height: 45px;
        padding: 2px 11px 0;
        font-size: 13px
    }

    .catalog_item .quickview:hover {
        background: #f5c12c
    }

    .catalog_item .order {
        height: 45px;
        padding: 2px 11px 0;
        font-size: 13px
    }

    .other_container .other_block {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 75px 0 80px
    }

    .other_container h2 {
        margin-bottom: 55px
    }

    .other_container .item .icon:after {
        left: -88px;
        width: 80px
    }

    .other_container .item br {
        display: none
    }

    .quality_container {
        background-size: cover
    }

    .quality_container .quality_block {
        height: 940px
    }

    .quality_container h2 {
        padding: 60px 0 25px
    }

    .best_container h2 {
        padding: 70px 0 50px
    }

    .best_container .best_content_box {
        padding: 0 0 0 390px;
        min-height: 430px
    }

    .best_container .best_item {
        width: 360px;
        left: -10px
    }

    .best_container .best_content .row {
        margin-bottom: 48px
    }

    .best_container .best_content .item {
        font-size: 17px;
        line-height: 1.3
    }

    .reasons_container .reasons_block {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 75px 0 80px
    }

    .reasons_container h2 {
        margin-bottom: 60px
    }

    .reasons_container .item .wrapper {
        padding: 92px 10px 0
    }

    .reasons_container .item .title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 18px
    }

    .reasons_container .item .subtitle br {
        display: none
    }

    .digits_container .digits_block {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }

    .digits_container .item {
        margin: 0 45px
    }

    .category_container .wrapper .item_description {
        height: 87px;
        padding: 0 0 160px
    }
}

@media screen and (max-width: 1239px) {
    .catalog_container .category_box {
        padding-left:20px;
        padding-right: 20px
    }

    .subcategory {
        max-width: 24%
    }

    .subcategory + .subcategory {
        margin-left: 0
    }

    .other_container {
        padding-bottom: 0
    }

    .other_container .other_block.other_block2 {
        background: none;
        padding-bottom: 1px
    }

    .other_block2_inner {
        width: auto
    }

    .product-parts-block>.img-box,.product-parts-block .spacer {
        display: none
    }

    .product-parts-block {
        display: flex
    }

    .catalog-part-wrapper.margin-right {
        left: 0
    }

    .catalog-part-wrapper {
        margin: 0!important;
        width: 49%
    }

    .catalog-part-wrapper .catalog-part {
        min-width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1150px) {
    #full.page .header_container .header_title {
        display:none
    }

    .best_container .best_content .row {
        margin-bottom: 30px
    }

    .catalog_item .quickview {
        font-size: 11px
    }

    .header_container {
        height: 190px
    }

    .category-info {
        flex-wrap: wrap
    }

    .category-info .img-box {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }

    .catalog_item {
        padding: 0;
        width: 48%;
        margin-bottom: 20px
    }

    .catalog_item .price_box {
        bottom: 0
    }

    .catalog_item .item_description {
        padding: 0
    }

    .catalog_item .img-box {
        display: block
    }

    .catalog-item-hover {
        display: none!important
    }

    .product_category:nth-child(3n+2) {
        margin-right: 1.695%
    }

    .page-product .product-block-right-top {
        display: block
    }

    .page-product .product-block-right-top .product-info {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .similar-products {
        margin: 0 30px
    }

    .similar-products .catalog_item {
        width: 48%;
        margin-bottom: 20px
    }

    .similar-products .catalog_item.item3 {
        margin-right: 20px
    }

    .category-info.repair .product-contacts {
        max-width: 100%
    }

    .repair-service {
        display: block
    }

    .repair-service-left,.repair-service .catalog_item {
        min-width: 100%;
        max-width: 100%
    }

    #full.page .similar-categories.repair .subcategory {
        max-width: 49%;
        min-width: 49%
    }

    .step_content .brand {
        min-width: 32%
    }
}

@media screen and (max-width: 1100px) {
    .hometop_block_inner {
        max-width:none
    }

    .hometop_container .points_box {
        display: block;
        margin-top: 0;
        margin-bottom: 0
    }

    .hometop_container .point .title br {
        display: none
    }

    .contact_container_inner img {
        display: none
    }

    .page_quickview_page .thumb {
        width: 280px;
        margin: 0 auto
    }

    .popup .form_agreement .checkbox_label {
        font-size: 14px;
        line-height: 1.4
    }

    .popup_callback {
        width: 500px;
        height: 560px;
        margin: -280px 0 0 -250px
    }

    .popup_callback .popup_title {
        padding: 30px 0 7px
    }

    .popup_callback form {
        margin: 0 50px
    }

    .popup_callback .form_agreement {
        margin: 22px 0 26px
    }

    .popup_one_click,.popup_request_price {
        width: 500px;
        height: 560px;
        margin: -280px 0 0 -250px
    }

    .popup_one_click .popup_title,.popup_request_price .popup_title {
        padding: 30px 0 7px
    }

    .popup_one_click form,.popup_request_price form {
        margin: 0 50px
    }

    .popup_one_click .form_agreement,.popup_request_price .form_agreement {
        margin: 22px 0 26px
    }

    .popup_cart {
        width: 900px;
        height: 600px;
        margin: -300px 0 0 -450px
    }

    .popup_quickview .wrapper {
        padding: 20px 20px 30px 30px
    }

    .popup_quickview .mCSB_scrollTools .mCSB_draggerContainer {
        top: 30px
    }

    .popup_quickview .price_box {
        margin-bottom: 35px
    }

    .popup_quickview .order {
        margin-bottom: 40px
    }

    .popup_quickview .description_box {
        margin-bottom: 35px
    }

    .header_container .logo {
        top: 20px
    }

    .header_container .button {
        width: auto;
        padding: 0 15px
    }

    .footer_container .mail,.footer_container .mail {
        white-space: nowrap
    }

    .footer_container .button {
        width: auto;
        padding: 0 15px
    }

    .hometop_container .hometop_block {
        background: none
    }

    .hometop_container h1 {
        font-size: 50px;
        line-height: 1.1
    }

    .hometop_container .free {
        font-size: 26px;
        margin-bottom: 42px
    }

    .hometop_container .top_quipment {
        width: 660px
    }

    .contact_container .contact_block {
        width: auto;
        margin-left: 30px;
        margin-right: 30px
    }

    .contact_container .we_will {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 45px
    }

    .contact_container .button {
        padding: 2px 0 0 0
    }

    .contact3_container .contact_subtitle {
        padding: 14px 0 17px
    }

    .catalog_container .category_box .cat_after {
        font-size: 20px;
        line-height: 1.5;
        padding: 20px 0
    }

    .catalog_item.sale:before {
        left: 16px;
        top: -10px;
        padding: 12px 16px;
        font-size: 18px
    }

    .quality_container .quality_block {
        height: 820px
    }

    .quality_container h2 {
        padding: 65px 0 45px
    }

    .quality_container .quality_item {
        width: 880px;
        margin: 0 0 0 -460px;
        padding: 0 0 52%;
        background-size: 100% auto
    }

    .quality_container .hint .wrapper {
        padding: 0
    }

    .quality_container .hint .icon {
        margin: 0 0 12px
    }

    .quality_container .hint .title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 6px
    }

    .quality_container .hint .description {
        font-size: 16px;
        line-height: 1.5
    }

    .quality_container .hint:hover {
        border: 4px solid transparent
    }

    .quality_container .hint1,.quality_container .hint1:hover {
        border: 4px solid #f5c12c
    }

    .quality_container .hint1 .wrapper {
        padding: 22px 22px 20px 90px
    }

    .quality_container .hint1 .icon {
        position: absolute;
        left: 15px;
        top: 22px
    }

    .quality_container .hint1:before {
        display: none
    }

    .quality_container .hint1 {
        top: 0
    }

    .quality_container .hint2 {
        top: 150px;
        width: 240px
    }

    .quality_container .hint3 {
        top: 395px;
        width: 240px
    }

    .quality_container .hint4 {
        top: 150px
    }

    .quality_container .hint5 {
        top: 395px
    }

    .quality_container .hint1 br,.quality_container .hint2 br,.quality_container .hint3 br {
        display: none
    }

    .best_container .best_content_box {
        min-height: 0
    }

    .clients_container .clients_block {
        margin-left: 20px;
        margin-right: 20px
    }

    .clients_container .slider_wrap {
        padding: 0 50px
    }

    .storage_container .storage_block {
        width: 900px
    }

    .reviews_container .reviews_block {
        margin-left: 20px;
        margin-right: 20px;
        padding: 65px 0 80px
    }

    .reviews_container h2 {
        margin-bottom: 40px
    }

    .reviews_container .slider_wrap {
        padding: 0 60px
    }

    .reviews_container .slide .wrapper {
        padding: 30px 20px 26px
    }

    .reviews_container .slide .city {
        font-size: 16px;
        margin-bottom: 20px
    }

    .reviews_container .slide .img_box {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1035px) {
    .page_quickview_page {
        width:50%
    }

    .page_quickview .main_info {
        width: 29%
    }

    .page_quickview .additional_info {
        width: 65%
    }

    .footer_container .madeby {
        margin-top: 120px
    }
}

@media screen and (max-width: 1020px) {
    #full.page .header_container .header_block,.footer_container .footer_block,.hometop_container .hometop_block,.contact_container .contact_block,.catalog_container .catalog_block,.other_container .other_block,.best_container .best_block {
    }

    h2,.h2 {
        line-height: 1.2
    }

    .bx-pager {
        bottom: -65px
    }

    .bx-pager-item {
        margin: 0 5px
    }

    .bx-pager-item a {
        height: 18px;
        width: 18px
    }

    .popup_cart {
        width: 680px;
        height: 730px;
        margin: -365px 0 0 -340px
    }

    .popup_cart form .button {
        height: 53px;
        font-size: 16px;
        padding: 1px 0 0 0
    }

    .popup_cart .form_agreement .checkbox_label {
        font-size: 13px;
        line-height: 1.5;
        top: -3px
    }

    .header_container .logo {
        top: 22px
    }

    .header_container .mail {
        display: none
    }

    .header_container .phone_wrap .phone {
        font-size: 20px
    }

    .header_container .phone_wrap .free {
        padding: 3px 0 0 0;
        -webkit-font-smoothing: antialiased
    }

    .footer_container .phone_wrap .phone {
        font-size: 20px
    }

    .footer_container .phone_wrap .free {
        padding: 4px 0 0 0;
        -webkit-font-smoothing: antialiased
    }

    .footer_container .not_oferta {
        bottom: 55px;
        line-height: 1.5
    }

    .footer_container .not_oferta br {
        display: block
    }

    .hometop_container {
        height: auto
    }

    .hometop_container .hometop_block {
        padding: 190px 0 0 0
    }

    .hometop_container h1 {
        font-size: 45px;
        line-height: 1.1
    }

    .hometop_container h1 br {
        display: none
    }

    .contact_container .contact_subtitle {
        font-size: 24px;
        line-height: 1.4;
        padding: 6px 0 45px
    }

    .contact_container .contact_subtitle span {
        font-size: 28px
    }

    .contact_container .contact_subtitle br,.contact_container .we_will br {
        display: none
    }

    .contact_container .form_agreement {
        padding: 0 0 0 35px
    }

    .contact_container .form_agreement .checkbox_icon {
        top: 2px
    }

    .contact_container .form_agreement .checkbox_label br {
        display: block
    }

    .contact3_container .contact_subtitle {
        line-height: 1.2;
        padding: 14px 0 20px
    }

    .why_container .why_block {
        padding: 60px 0 20px
    }

    .why_container .h2 {
        margin-bottom: 45px
    }

    .why_container .h2 br {
        display: block
    }

    .why_container .row {
        display: block;
        margin-bottom: 50px
    }

    .why_container .row .spacer {
        display: block
    }

    .why_container .item {
        width: 50%
    }

    .why_container .item .title {
        margin-bottom: 8px
    }

    .catalog_container .category_box .category_title {
        padding: 11px 25px 12px;
        font-size: 24px
    }

    .catalog_container .category_box .cat_after {
        font-size: 17px;
        padding: 12px 0;
        line-height: 1.7
    }

    .catalog_item.item2,.catalog_item.item4,.catalog_item.item6,.catalog_item.item8,.catalog_item.item10 {
        margin-right: 0
    }

    .catalog_item .thumb_box {
        margin-bottom: 10px
    }

    .catalog_item .quickview {
        height: 40px;
        padding: 2px 0 0;
        width: 100%;
        bottom: 50px
    }

    .catalog_item.sale:before {
        left: 15px;
        top: -10px;
        padding: 10px 14px 11px;
        font-size: 17px
    }

    .other_container .other_block {
        padding: 60px 0 70px
    }

    .other_container h2 {
        margin-bottom: 50px
    }

    .other_container h2 br {
        display: none
    }

    .other_container .item .title {
        font-size: 17px;
        line-height: 1.4
    }

    .other_container .item .icon:after {
        left: -68px;
        width: 60px
    }

    .quality_container .quality_block {
        height: auto;
        margin-left: 0;
        margin-right: 0
    }

    .quality_container h2 {
        padding: 50px 0 40px;
        margin-left: 25px;
        margin-right: 25px
    }

    .quality_container .quality_item {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        margin: 45px 0 0 0;
        padding: 0 0 65%;
        background-size: 120% auto;
        background-position: 50% 0
    }

    .quality_container .hints_box {
        margin-left: 25px;
        margin-right: 25px
    }

    .quality_container .hint {
        position: relative;
        margin-bottom: 26px
    }

    .quality_container .hint br {
        display: none
    }

    .quality_container .hint .title {
        margin-bottom: 5px
    }

    .quality_container .hint .description {
        font-size: 15px;
        line-height: 1.5
    }

    .quality_container .hint .wrapper {
        padding: 0 0 0 90px
    }

    .quality_container .hint .icon {
        position: absolute;
        left: 15px;
        top: 0
    }

    .quality_container .hint1 .wrapper {
        padding: 22px 22px 20px 90px
    }

    .quality_container .hint1 .icon {
        top: 22px
    }

    .quality_container .hint1,.quality_container .hint2,.quality_container .hint3,.quality_container .hint4,.quality_container .hint5 {
        width: auto;
        left: auto;
        right: auto;
        top: auto
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(1)
        }

        100% {
            -webkit-transform: scale(1)
        }
    }

    .best_container h2 {
        padding: 60px 0 50px
    }

    .best_container .best_content_box {
        padding: 0 0 0 240px
    }

    .best_container .best_item {
        width: 230px;
        left: -15px
    }

    .best_container .best_content .row {
        margin-bottom: 0
    }

    .best_container .best_content .item {
        font-size: 16px;
        line-height: 1.4;
        width: 100%;
        margin-bottom: 18px
    }

    .best_container .best_content .item .wrapper {
        padding: 0 0 0 44px
    }

    .best_container .best_content .item:before {
        top: 4px
    }

    .best_container .best_content .item:first-of-type {
        float: none
    }

    .reasons_container .reasons_block {
        padding: 75px 0 15px
    }

    .reasons_container h2 {
        margin-bottom: 50px
    }

    .reasons_container h2 br {
        display: none
    }

    .reasons_container .row {
        display: block;
        margin-bottom: 50px
    }

    .reasons_container .row .spacer {
        display: block
    }

    .reasons_container .item {
        width: 50%
    }

    .reasons_container .item .wrapper {
        padding: 85px 20px 0
    }

    .reasons_container .item .title {
        margin-bottom: 8px
    }

    .reasons_container .item .title br {
        display: none
    }

    .digits_container .digits_block {
        padding: 65px 0 85px;
        margin-left: 0;
        margin-right: 0
    }

    .digits_container h2 {
        margin-bottom: 45px
    }

    .digits_container .item {
        margin: 0 35px;
        text-align: center
    }

    .digits_container .item .title_wrap {
        display: inline-block
    }

    .digits_container .item .subtitle {
        padding: 11px 0 0 0;
        top: 0;
        font-size: 20px
    }

    .digits_container .item .description {
        padding: 12px 0 0 0;
        font-size: 16px;
        line-height: 1.4
    }

    .clients_container .clients_block {
        padding: 65px 0 135px
    }

    .storage_container .storage_block {
        width: auto;
        margin-left: 25px;
        margin-right: 25px
    }

    .reviews_container .reviews_block {
        padding: 60px 0 75px
    }

    .reviews_container h2 {
        margin-bottom: 35px
    }

    .catalog-categories .catalog-category,.catalog-categories.catalog-pumps .catalog-category,.catalog-parts .catalog-part {
        min-width: 49%
    }
}

@media screen and (max-width: 920px) {
    .catalog_item .quickview {
        font-size:9px
    }

    .header_container .mail {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .popup_quickview {
        width:700px;
        height: 730;
        margin: -365px 0 0 -350px
    }

    .why_container .item,.reasons_container .item {
        opacity: 1
    }

    .page_quickview .download {
        margin-left: 0;
        top: 0;
        display: block;
        margin-bottom: 30px
    }

    .steps {
        display: none
    }

    .step_content .brand {
        min-width: 48%
    }
}

.search-icon-mobile {
	display: none;
}

@media screen and (max-width: 860px) {
    .catalog_item .catalog-item-hover,
    .catalog_item .img-box .quickview {
        display: none !important;
    }
    .order-wrapper-mobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    .order-wrapper-mobile .order {
        padding: 10px 40px !important;
        margin-bottom: 7px !important;
        height: auto;
    }

	#full.page .header_container {
		height: auto;
	}
	#full.page .page_container {
		margin-top: 50px;
	}

	.search-icon-mobile {
		cursor: pointer;
		display: block;
		width: 17px;
		min-width: 17px;
		height: 17px;
		margin-right: 10px;
		margin-left: 10px;
		background: url('../images/search.png') no-repeat center;

		/* width: 32px; */
		/* min-width: 32px; */
		/* height: 32px; */
		/* border-radius: 5px; */
		/* background: #1a428a url('../images/search.png') no-repeat center; */
	}
    .main-menu li ul {
        display:none!important
    }

    .left-block {
        display: none
    }

    .subcategory {
        max-width: 49%;
        min-width: 49%;
        margin-top: 20px
    }

    #full.page .similar-categories .subcategory {
        max-width: 49%;
        min-width: 49%;
        margin-top: 0
    }

    #full.page .header_container .header_block {
        padding-top: 0;
    }

    #full.page .header_block_wrapper {
        /* height: 75px */
    }

    #page_text_main {
        padding-left: 35px;
        padding-right: 35px
    }

    #search-form2 {
        display: none
    }

    #search-form {
		display: none;
		margin-top: 0;
		min-width: 100%;
		height: 54px;
		position: absolute;
		left: 0px;
		top: 0;
		background: #dbe2f4;
		align-items: center;
    }
	#search-form.active {
		display: flex;
        min-width: auto;
        width: calc(100% - 28px);
	}
    #search-form input {
        width: 100%;
        box-sizing: border-box
    }
    #search-form img {
        right: 45px;
        top: auto;
    }
    #search-form .close {
        cursor: pointer;
        display: block;
        width: 15px;
        min-width: 15px;
        height: 15px;
        margin-left: 10px;
        margin-right: 10px;
        background: url('../images/sprite.png') -247px -29px no-repeat;
        background-size: 300px auto;
    }

    .page_quickview_page .thumb {
        width: 230px
    }

    .catalog_item .item_title {
        font-size: 14px
    }

    .popup_image {
        margin: -450px 0 0 -260px
    }

    .popup_image img {
        width: 520px
    }

    .back {
        display: flex;
		align-items: center;
		justify-content: center;
    }

    .menu-icon {
        display: inline-block;
        position: fixed;
    }

    ul.menu {
        display: block;
        margin-right: 0
    }

    h1 {
        margin-top: 60px;
        font-size: 22px!important
    }

    .menu-links {
        display: block;
        top: 0;
        right: 0;
        left: 0;
        overflow: auto;
        background: #1a428a;
        height: 0;
        width: auto;
        margin: 0 auto;
    }

    .menu-links-top {
        z-index: 995
    }

    .main-menu {
        text-align: left;
        padding-top: 0;
        margin-right: 0;
        top: 0;
        left: 0
    }

    .main-menu-footer {
        z-index: 50
    }

    .main-menu a {
        display: block;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        margin-bottom: 5px
    }
    .main-menu a:hover {
        color: #fff;
    }
    .main-menu-footer .menu-cart {
        display: block !important;
    }

    .main-menu a.active_a {
        color: #bbb
    }

    .main-menu-top .menu-links {
        position: fixed;
        margin-top: 54px;
        width: auto;
        height: 0;
        transition: .5s;
    }
    .menu-state-open .menu-links {
        height: auto;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .catalog_container:before,.catalog_container:after,.reasons_container:before,.digits_container:after,.storage_container:before,.storage_container:after {
        height: 14px;
        background-size: auto 18px
    }

    .header_container .header_block,.footer_container .footer_block,.hometop_container .hometop_block,.contact_container .contact_block,.catalog_container .catalog_block,.other_container .other_block,.best_container .best_block,.storage_container .storage_block {
        margin-left: 16px;
        margin-right: 16px
    }

    h2,.h2 {
        font-size: 28px;
        line-height: 1.3
    }

    .cart_box {
        top: 0;
        width: 46px;
        height: 54px;
        margin-top: 0;
        background: #ee202d;
        border-left: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .cart_box .icon {
        margin: 20px 0 0 -2px;
        width: 32px;
        height: 26px;
        background-position: -63px 0;
        background-size: 160px auto
    }

    .cart_box .icon span {
        left: 1px;
        margin: 0;
        top: -14px;
        background: transparent;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
        font-size: 16px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .cart_box .title {
        display: none
    }

    #cboxContent {
        padding: 0 30px
    }

    #cboxPrevious,#cboxNext {
        width: 20px;
        height: 30px;
        margin-top: -15px
    }

    #cboxPrevious:before,#cboxNext:before {
        width: 9px;
        height: 20px;
        background-size: 350px auto
    }

    #cboxPrevious:before {
        background-position: -330px 0;
        margin: -10px 0 0 -4px
    }

    #cboxNext:before {
        background-position: -340px 0;
        margin: -10px 0 0 -4px
    }

    form .field_label {
        font-size: 12px;
        margin-bottom: 10px
    }

    form .form_field {
        font-size: 14px;
        height: 44px;
        padding: 0 15px 2px
    }

    form .form_agreement .checkbox_label {
        font-size: 13px;
        letter-spacing: .5px;
        line-height: 1.5
    }

    .popup_cart {
        width: 640px;
        height: 730px;
        margin: -365px 0 0 -320px
    }

    .popup_cart .form_agreement .checkbox_label {
        letter-spacing: -.2px
    }

    .popup_quickview {
        width: 640px;
        height: 730;
        margin: -365px 0 0 -320px
    }

    .header_container {
        position: fixed;
        height: auto;
        padding-bottom: 0;
        background: #dbe2f4
    }

    .header_container .header_block {
        padding: 0;
        height: 54px;
        margin-left: 0 !important;
        justify-content: space-between;
		align-items: center;
    }

    .header_container .logo {
        display: inline-block;
        min-width: 100px;
        max-width: 100px;
        height: 44px;
        margin-right: 0;
        background: url(../images/logo_mini.png) no-repeat center;
        background-size: contain;
        position: relative;
        top: 0;
    }

    .header_block_wrapper {
        height: 100%;
        justify-content: flex-end;
        margin-right: 40px
    }

    .header_block_wrapper + .header_block_wrapper {
        margin-top: 0;
        border: none;
        height: 0;
    }

    .header_container .header_title {
        display: none
    }

    .header_container .phone_wrap {
        margin-right: 20px
    }

    .header_container .phone_wrap .free {
        font-size: 12px;
        padding: 3px 0 0 0;
        letter-spacing: .5px
    }

    .header_container .button {
        font-size: 11px
    }

    .footer_container .footer_block {
        padding: 26px 0 30px;
        display: block;
        text-align: center
    }

    .footer_container .main-menu {
        max-width: none
    }

    .footer_container .info li:first-of-type span {
        display: block
    }

    .footer_container .mail {
        position: relative;
        display: inline-block;
        margin-bottom: 20px
    }

    .footer_container .phone_wrap {
        position: relative;
        display: inline-block;
        margin-bottom: 20px
    }

    .footer_container .button {
        margin-right: 0;
        margin-bottom: 20px
    }

    .footer-privacy-link {
        margin-bottom: 20px;
        margin-right: 0
    }

    .footer_container .copyright {
        font-size: 14px
    }

    .hometop_container .hometop_block {
        padding: 20px 0 10px
    }

    .hometop_container h1 {
        font-size: 30px;
        line-height: 1.15;
        letter-spacing: .3px;
        margin-bottom: 12px
    }

    .hometop_container .free {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 30px
    }

    .hometop_container .row {
        display: block;
        margin-bottom: 22px
    }

    .hometop_container .row .spacer {
        display: block
    }

    .hometop_container .top_quipment {
        width: 100%
    }

    .contact_container {
        padding-top: 0
    }

    .contact_container_inner {
        min-height: auto
    }

    .contact_container .contact_block {
        padding: 35px 0 50px;
        z-index: 992
    }

    .contact_container .contact_title {
        font-size: 26px;
        line-height: 1.3
    }

    .contact_container .contact_title br {
        display: none
    }

    .contact_container .contact_subtitle {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 0 22px
    }

    .contact_container .contact_subtitle strong {
        white-space: nowrap
    }

    .contact_container .contact_subtitle span {
        display: inline-block;
        font-size: 19px;
        line-height: 1.3
    }

    .contact_container .we_will {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 25px
    }

    .contact_container form .multiple_fields {
        margin-bottom: 0
    }

    .contact_container form .multiple_fields .field_wrap {
        float: none;
        width: 100%;
        margin: 0 0 16px
    }

    .contact_container form .multiple_fields .field_wrap:first-of-type {
        margin: 0 0 16px
    }

    .contact_container form .form_agreement {
        display: block;
        margin-bottom: 22px
    }

    .contact_container .form_agreement .checkbox_label br {
        display: none
    }

    .contact_container .submit_wrap,.contact_container .button {
        width: 320px;
        height: 48px;
        margin: 0 auto;
        font-size: 14px
    }

    .contact3_container .contact_subtitle {
        line-height: 1.5;
        padding: 10px 0 10px
    }

    .why_container .why_block {
        margin-left: 10px;
        margin-right: 10px;
        padding: 40px 0 10px
    }

    .why_container .h2 {
        margin-bottom: 40px
    }

    .why_container .row {
        margin-bottom: 0
    }

    .why_container .item {
        margin-bottom: 40px
    }

    .why_container .item .subtitle {
        font-size: 14px;
        line-height: 1.5
    }

    .catalog_container .catalog_block {
        padding: 60px 0 20px
    }

    .catalog_container h2 {
        margin-bottom: 40px
    }

    .catalog_container .category_box .cat_after {
        font-size: 15px;
        padding: 9px 0;
        line-height: 1.6
    }

    .catalog_container .see_all {
        margin: 6px 0 10px 0
    }

    .catalog_container .see_all .see_all_title {
        font-size: 16px
    }

    .catalog_container .see_all .see_all_count {
        font-size: 14px
    }

    .catalog_item.sale:before {
        left: 0;
        top: 0;
        padding: 7px 10px 8px;
        font-size: 15px
    }

    .other_container .other_block {
        padding: 50px 0 20px
    }

    .other_container h2 {
        margin-bottom: 40px
    }

    .other_container .row {
        display: block;
        margin-bottom: 40px
    }

    .other_container .row .spacer {
        display: block
    }

    .other_container .item {
        width: 50%
    }

    .best_container h2 {
        padding: 50px 0 35px
    }

    .best_container .best_content .item {
        font-size: 14px
    }

    .quality_container h2,.quality_container .hints_box {
        margin-left: 16px;
        margin-right: 16px
    }

    .reasons_container .reasons_block {
        padding: 50px 0 10px
    }

    .reasons_container h2 {
        margin-bottom: 40px
    }

    .reasons_container .row {
        margin-bottom: 40px
    }

    .reasons_container .item .subtitle {
        font-size: 13px;
        line-height: 1.6
    }

    .digits_container .digits_block {
        padding: 50px 0 70px
    }

    .digits_container h2 {
        margin-bottom: 30px
    }

    .digits_container .item {
        margin: 0 22px
    }

    .digits_container .item .title_wrap:before {
        left: -18px;
        top: -1px
    }

    .digits_container .item .title {
        font-size: 50px
    }

    .digits_container .item .subtitle {
        padding: 14px 0 0 0;
        font-size: 15px
    }

    .digits_container .item .description {
        padding: 4px 0 0 0;
        font-size: 13px;
        line-height: 1.4
    }

    .clients_container .clients_block {
        padding: 50px 0 20px
    }

    .clients_container h2 {
        margin-bottom: 30px
    }

    .storage_container .storage_block {
        padding: 60px 0 70px
    }

    .storage_container h2 {
        margin-bottom: 35px
    }

    .reviews_container .reviews_block {
        padding: 50px 0 40px
    }

    .reviews_container h2 {
        margin-bottom: 30px
    }

    .page-product .product-block {
        display: block
    }

    .page-product .product-block-left {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    #filter {
        display: none
    }

    #breadcrumbs .breadcrumb {
        font-size: 10px
    }

    .category-info-features li .name {
        min-width: 35%;
        max-width: 35%
    }

    .product-block-left .info-box {
        display: none
    }

    #full.page .peoples .subcategory {
        min-width: 48%
    }
}

@media screen and (max-width: 700px) {
    .pages article {
        display:block
    }

    .pages article .img-box {
        margin: 0 auto 20px auto;
        text-align: center
    }

    .other_block2_inner {
        margin-left: 0
    }

    .other_container .other_block2 .item .wrapper {
        left: 0;
        display: block;
        text-align: center
    }

    .other_container .other_block2 .item .icon {
        display: inline-block
    }

    .other_container .other_block2 .item .title {
        margin-left: 0;
        text-align: center
    }

    .subcategory:not(.people):nth-of-type(2),.subcategory:not(.people):nth-of-type(3),.subcategory:not(.people):nth-of-type(4) {
        display: none
    }

    .similar-categories.repair .subcategory {
        display: block!important
    }

    .subcategory {
        max-width: 100%;
        min-width: 100%
    }

    #full.page .similar-categories .subcategory {
        max-width: 100%;
        min-width: 100%;
        margin-top: 0
    }

    .left-menu a {
        font-size: 12px
    }

    .mCSB_scrollTools,.mCSB_scrollTools .mCSB_draggerRail,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px
    }

    .popup {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        text-align: center
    }

    .popup .wrapper {
        position: relative;
        border-top: 6px solid #f5c12c;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0
    }

    .popup .close {
        right: 11px;
        top: 12px;
        width: 16px;
        height: 16px;
        background-position: -172px 0;
        background-size: 200px auto
    }

    .popup .popup_title {
        left: auto;
        font-size: 20px;
        line-height: 1.2;
        font-family: 'Raleway-Bold'
    }

    .popup .popup_subtitle {
        font-size: 12px;
        line-height: 1.3
    }

    .popup .popup_subtitle br {
        display: none
    }

    .popup form .field_wrap {
        margin-bottom: 12px
    }

    .popup form .field_label {
        font-size: 10px;
        margin-bottom: 6px
    }

    .popup form .form_field {
        font-size: 14px;
        height: 32px;
        padding: 0 12px 1px
    }

    .popup form .form_agreement {
        padding: 0 0 0 26px;
        margin: 14px 0 16px
    }

    .popup form .form_agreement input {
        width: 18px
    }

    .popup form .form_agreement .checkbox_icon {
        width: 16px;
        height: 16px
    }

    .popup form .form_agreement .checkbox_icon:before {
        left: 2px;
        top: 3px
    }

    .popup form .form_agreement .checkbox_label {
        top: -1px;
        font-size: 11px;
        line-height: 1.3
    }

    .popup form .button {
        font-size: 12px;
        height: 40px
    }

    .popup_callback {
        width: 310px;
        height: 330px;
        margin: -165px 0 0 -155px
    }

    .popup_callback .popup_title {
        padding: 12px 0 4px
    }

    .popup_callback .popup_subtitle {
        margin-bottom: 15px
    }

    .popup_callback form {
        margin: 0 16px
    }

    .popup_one_click,.popup_request_price {
        width: 310px;
        height: 330px;
        margin: -165px 0 0 -155px
    }

    .popup_one_click .popup_title,.popup_request_price .popup_title {
        padding: 12px 0 4px
    }

    .popup_one_click .popup_subtitle,.popup_request_price .popup_subtitle {
        margin-bottom: 15px
    }

    .popup_one_click form,.popup_request_price form {
        margin: 0 16px
    }

    .popup_thanks {
        width: 310px;
        height: 160px;
        margin: -80px 0 0 -155px
    }

    .popup_thanks .popup_title {
        padding: 36px 0 12px
    }

    .popup_cart {
        width: 310px;
        height: 330px;
        margin: -165px 0 0 -155px
    }

    .popup_cart .popup_header {
        padding: 14px 16px 14px
    }

    .popup_cart .popup_title {
        padding: 0 0 4px
    }

    .popup_cart .mCSB_scrollTools {
        right: 10px
    }

    .popup_cart .customscroll_content {
        padding: 0 16px;
        text-align: left
    }

    .popup_cart .customscroll.mCustomScrollbar .customscroll_content {
        padding: 0 26px 0 16px
    }

    .popup_cart .cart_content_title {
        padding: 8px 0 8px;
        text-align: left
    }

    .popup_cart .cart_content_title:before {
        left: -16px;
        padding: 0 16px
    }

    .popup_cart .cart_content_title span {
        font-size: 14px
    }

    .popup_cart .cart_total {
        padding: 8px 0 8px;
        text-align: left
    }

    .popup_cart .cart_total:before {
        left: -16px;
        padding: 0 16px
    }

    .popup_cart .cart_total_title {
        font-size: 14px
    }

    .popup_cart .cart_total_price {
        right: 0;
        top: 7px;
        font-size: 16px;
        font-family: 'Raleway-Bold'
    }

    .popup_cart .cart_content ul {
        padding: 12px 0 14px
    }

    .popup_cart .cart_content li {
        margin: 0 0 9px;
        position: relative;
        padding: 0 26px 0 0
    }

    .popup_cart .cart_content li:last-of-type {
        margin-bottom: 0
    }

    .popup_cart .cart_content .product {
        display: inline;
        margin-right: 0;
        font-size: 12px;
        line-height: 1.4
    }

    .popup_cart .cart_content .price {
        display: inline;
        position: relative;
        right: auto;
        white-space: nowrap;
        top: auto;
        width: auto;
        text-align: left;
        font-size: 14px;
        font-family: 'Raleway-Bold'
    }

    .popup_cart .cart_content .remove {
        top: 3px
    }

    .popup_cart .popup_formbox {
        padding: 14px 0 0 0
    }

    .popup_cart .popup_formbox textarea {
        height: 60px;
        padding-top: 10px;
        line-height: 1.5
    }

    .popup_cart form .multiple_fields:first-of-type {
        margin-bottom: 10px
    }

    .popup_cart form .multiple_fields .field_wrap,.popup_cart form .multiple_fields .field_wrap:first-of-type {
        float: none;
        width: 100%;
        margin: 0 0 8px 0
    }

    .popup_cart form .submit_wrap,.popup_cart .form_agreement {
        float: none;
        width: 100%
    }

    .popup_cart .form_agreement .checkbox_label {
        letter-spacing: 0
    }

    .popup_quickview {
        width: 310px;
        height: 330px;
        margin: -165px 0 0 -155px;
        text-align: left
    }

    .popup_quickview .wrapper {
        border-top: 0;
        padding: 14px 12px 14px 16px
    }

    .popup_quickview:before {
        display: none
    }

    .popup_quickview .main_info {
        float: none;
        width: auto
    }

    .popup_quickview .main_info .subwrapper {
        padding: 0 4px 0 0
    }

    .popup_quickview .customscroll.mCustomScrollbar .main_info .subwrapper {
        padding-right: 12px
    }

    .popup_quickview .product_title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 6px;
        margin-right: 10px
    }

    .popup_quickview .psm {
        padding: 2px 0 0 20px;
        font-size: 13px;
        margin-top: 2px;
        margin-bottom: 6px
    }

    .popup_quickview .price_box {
        padding: 0;
        margin-bottom: 16px
    }

    .popup_quickview .price_box .price_title {
        font-size: 13px;
        margin: 3px 5px 0 0
    }

    .popup_quickview .price_box .price_old {
        margin-right: 5px;
        font-size: 15px;
        padding: 0 1px 3px;
        top: 2px
    }

    .popup_quickview .price_box .price_old:after {
        margin-top: -1px
    }

    .popup_quickview .price_box .price {
        font-size: 18px
    }

    .popup_quickview .order {
        width: 150px;
        height: 34px;
        font-size: 13px;
        padding: 2px 0 0 0;
        margin-bottom: 15px
    }

    .popup_quickview .description_box {
        margin-bottom: 10px
    }

    .popup_quickview .description_title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .popup_quickview .description {
        font-size: 11px;
        line-height: 1.5
    }

    .popup_quickview .download {
        padding: 0 0 0 28px;
        line-height: 1.5
    }

    .popup_quickview .download:before {
        top: 6px
    }

    .popup_quickview .download .download_title {
        font-size: 12px
    }

    .popup_quickview .download .download_format {
        font-size: 10px
    }

    .popup_quickview .additional_info {
        float: none;
        width: auto
    }

    .popup_quickview .thumb_box {
        padding: 0 20px
    }

    .popup_quickview .product_chars {
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 0 0 0
    }

    .popup_quickview .product_chars li {
        margin-bottom: 0
    }

    .popup_quickview .product_chars .char_title {
        display: inline;
        width: auto;
        letter-spacing: 0;
        padding-right: 8px
    }

    .popup_quickview .product_chars .char_content {
        display: inline;
        width: auto
    }

    .reviews_container .slider_wrap {
        display: none
    }

    .reviews_container .mob_reviews {
        display: block
    }

    .reviews_container .slide {
        margin-bottom: 16px;
        text-align: left
    }

    .reviews_container .slide .wrapper {
        padding: 22px 16px 4px
    }

    .reviews_container .slide .wrapper:before {
        height: 8px
    }

    .reviews_container .slide .name {
        font-size: 15px;
        line-height: 1.3
    }

    .reviews_container .slide .city {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 10px
    }

    .reviews_container .slide .img_box {
        float: left;
        margin: 4px 16px 10px 0;
        width: 92px
    }

    .reviews_container .slide .img_box a {
        width: 100%
    }

    .reviews_container .slide .message {
        padding: 0 0 10px;
        font-size: 13px;
        line-height: 1.5
    }

    .clients_container .clients_block {
        margin-left: 10px;
        margin-right: 10px
    }

    .clients_container .slider_wrap {
        display: none
    }

    .clients_container .mob_items {
        display: block
    }

    .clients_container .mob_items .item {
        float: left;
        width: 33.33%;
        margin-right: 0;
        margin-bottom: 2%
    }

    .clients_container .mob_items .item img {
        width: 100%;
        margin: 0
    }

    .page_quickview {
        text-align: left
    }

    .page_quickview .wrapper {
        border-top: 0;
        padding: 14px 12px 14px 16px
    }

    .page_quickview:before {
        display: none
    }

    .page_quickview .main_info {
        float: none;
        width: auto
    }

    .page_quickview .main_info .subwrapper {
        padding: 0 4px 0 0
    }

    .page_quickview .customscroll.mCustomScrollbar .main_info .subwrapper {
        padding-right: 12px
    }

    .page_quickview .product_title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 6px;
        margin-right: 10px
    }

    .page_quickview .psm {
        padding: 2px 0 0 20px;
        font-size: 13px;
        margin-top: 2px;
        margin-bottom: 6px
    }

    .page_quickview .price_box {
        padding: 0;
        margin-bottom: 16px
    }

    .page_quickview .price_box .price_title {
        font-size: 13px;
        margin: 3px 5px 0 0
    }

    .page_quickview .price_box .price_old {
        margin-right: 5px;
        font-size: 15px;
        padding: 0 1px 3px;
        top: 2px
    }

    .page_quickview .price_box .price_old:after {
        margin-top: -1px
    }

    .page_quickview .price_box .price {
        font-size: 18px
    }

    .page_quickview .order {
        width: 150px;
        height: 34px;
        font-size: 13px;
        padding: 2px 0 0 0;
        margin-bottom: 15px
    }

    .page_quickview .description_box {
        margin-bottom: 10px
    }

    .page_quickview .description_title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .page_quickview .description {
        font-size: 11px;
        line-height: 1.5
    }

    .page_quickview .download {
        padding: 0 0 0 28px;
        line-height: 1.5;
        top: 5px
    }

    .page_quickview .download:before {
        top: 6px
    }

    .page_quickview .download .download_title {
        font-size: 12px
    }

    .page_quickview .download .download_format {
        font-size: 10px
    }

    .page_quickview .additional_info {
        float: none;
        width: auto
    }

    .page_quickview .thumb_box {
        padding: 0 20px;
        text-align: left
    }

    .page_quickview .product_chars {
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 0 0 0
    }

    .page_quickview .product_chars li {
        margin-bottom: 0
    }

    .page_quickview .product_chars .char_title {
        display: inline;
        width: auto;
        letter-spacing: 0;
        padding-right: 8px
    }

    .page_quickview .product_chars .char_content {
        display: inline;
        width: auto
    }

    .page-product .product-block-right-top .product-info .buttons .button {
        display: block
    }

    .one_click {
        margin-top: 15px
    }

    .catalog-categories .catalog-category,.catalog-categories.catalog-pumps .catalog-category,.catalog-parts .catalog-part {
        min-width: 100%
    }

    .catalog-part-wrapper {
        width: 100%
    }

    .step_content .brand {
        min-width: 100%
    }

    #selectors {
        background: none;
        padding-top: 0;
        padding-bottom: 15px
    }

    #selectors .selection_block_inner {
        margin-top: 0
    }

    #selectors .scroller {
        max-height: 340px
    }

    #selectors .steps_content_block {
        min-height: auto;
        padding-top: 20px
    }

    #selectors .steps_content_block .buttons {
        display: block
    }

    #selectors .steps_content_block .buttons>div {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    #step2 .title-block {
        display: block;
        margin-bottom: 10px
    }

    #step2 .title-block .title {
        margin-bottom: 20px
    }

    .step_content .models {
        display: block
    }

    .step_content .parts {
        display: block;
        padding-right: 60px
    }

    .step_content .part {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .scroller {
        padding-right: 60px
    }

    .big-part {
        display: block
    }

    .big-part .img-box {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 25px;
        min-width: auto;
        max-width: none
    }

    .big-part .btns {
        display: block
    }

    .big-part-content .quantity {
        display: block;
        text-align: center
    }

    .big-part-content .to-basket {
        display: block;
        padding: 15px 20px;
        margin: 25px auto 0 auto
    }

    #full.page .peoples .subcategory {
        min-width: 100%
    }
}

@media screen and (max-width: 650px) {
    .digits_container .item {
        margin:0 15px
    }

    .left-menu-category {
        display: none
    }

    .category_container .catalog_block {
        width: 100%!important;
        margin: 0
    }
}

@media screen and (max-width: 600px) {
    .popup_back {
        opacity:.8
    }

    .footer_container .footer_block {
        padding: 24px 0 22px;
        text-align: center
    }

    .footer_container .info {
        text-align: left
    }

    .footer_container .not_oferta {
        position: relative;
        font-size: 13px;
        bottom: auto;
        right: auto;
        line-height: 1.6;
        padding: 24px 0 0 0;
        text-align: center
    }

    .footer_container .not_oferta br {
        display: none
    }

    .footer-privacy-link {
        text-align: center
    }

    .catalog_container .category_box {
        padding: 0 0 16px
    }

    .catalog_container .category_box .cat_after {
        font-size: 12px;
        padding: 0 0 6px;
        line-height: 1.5
    }

    .catalog_container .see_all .see_all_title {
        font-size: 14px
    }

    .catalog_container .see_all .see_all_count {
        font-size: 12px
    }

    .catalog_item {
        float: none;
        width: 100%;
        padding: 0 0 12px;
        margin-right: 0;
        margin-bottom: 16px
    }

    .catalog_item .thumb_box {
        margin-bottom: 6px
    }

    .catalog_item .thumb {
        width: 240px;
        margin: 0 auto
    }

    .catalog_item .item_description {
        /* padding: 0 0 58px; */
        padding: 0 0 0;
    }

    .catalog_item .item_title {
        margin-bottom: 8px
    }

    .catalog_item .psm {
        font-size: 13px
    }

    .catalog_item .price_box {
        /* bottom: 46px */
    }

    .catalog_item .price_box .price {
        font-size: 18px
    }

    .catalog_item .quickview {
        font-size: 13px
    }

    .catalog_item .quickview {
        display: inline-block;
        width: auto;
        height: 34px;
        padding: 3px 16px 0;
        bottom: 0
    }

    .similar-products .catalog_item {
        width: 100%;
        margin-right: 0;
        min-height: 0
    }

    .similar-products .catalog_item .wrapper {
        padding-bottom: 0
    }

    .similar-products .catalog_item .price_box {
        bottom: 0
    }

    .similar-products .catalog_item.item3,.similar-products .catalog_item.item4 {
        margin-right: 0
    }

    .repair-service .catalog_item,.repair-service .catalog_item .item_description {
        padding-bottom: 0
    }

    .repair-service .catalog_item .wrapper {
        display: block
    }

    .repair-service .catalog_item .wrapper .img-box {
        margin: 0 auto;
        height: auto
    }

    .repair-service .catalog_item .item_description .price_box {
        position: static;
        margin-top: 25px
    }
}

@media screen and (max-width: 550px) {
    .from-block-inner {
        display: block;
        text-align: center;
    }
    .from-block-inner .img-box {
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block;
    }

    .header_container .button {
        display:none
    }

    .header_container .phone_wrap {
        margin-right: 0;
        padding-left: 5px;
    }

    .header_block_wrapper {
        justify-content: flex-end
    }

    h2,.h2 {
        font-size: 22px;
        line-height: 1.2
    }

    .popup_image {
        width: 300px;
        margin-left: -140px
    }

    .popup_image img {
        width: 300px
    }

    .cart_box {
        width: 44px
    }

    .header_container .phone_wrap:before {
        display: none;
    }

    .header_container .phone_wrap .phone {
        font-size: 15px
    }

    .header_container .phone_wrap .free {
        font-size: 10px
    }

    .footer_container .phone_wrap {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        padding: 0 0 0 23px
    }

    .footer_container .phone_wrap:before {
        top: 0
    }

    .footer_container .phone_wrap .free {
        padding: 8px 0 12px;
        font-size: 12px;
        text-align: center
    }

    .footer_container .button {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        margin-bottom: 28px
    }

    .footer_container .mail_box {
        padding: 0 0 20px
    }

    .footer_container .mail {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        display: inline-block
    }

    .footer_container .info {
        text-align: center;
        width: 100%;
        font-size: 14px;
        margin-bottom: 24px
    }

    .footer_container .info br {
        display: none
    }

    .hometop_container .top_quipment {
        display: none
    }

    .hometop_container .top_quipment_mob {
        display: block;
        width: 100%;
        margin: 0;
        height: auto
    }

    .why_container .why_block {
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px 0 10px
    }

    .why_container .h2 {
        margin-bottom: 25px
    }

    .why_container .row {
        display: inline
    }

    .why_container .row .spacer {
        display: none
    }

    .why_container .item {
        float: none;
        width: 100%;
        margin-bottom: 22px
    }

    .why_container .item .title {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 6px
    }

    .why_container .item .subtitle {
        font-size: 13px
    }

    .catalog_container .catalog_block {
        padding: 50px 0 20px
    }

    .catalog_container h2 {
        margin-bottom: 25px
    }

    .catalog_container .category_box .category_title {
        padding: 8px 15px;
        font-size: 16px;
        margin-bottom: 12px
    }

    .other_container .other_block {
        padding: 30px 0 10px
    }

    .other_container h2 {
        margin-bottom: 35px;
        font-size: 24px
    }

    .other_container .row {
        margin-bottom: 30px
    }

    .other_container .item .icon:after {
        display: none
    }

    .other_container .item .title {
        font-size: 15px;
        line-height: 1.3;
        word-break: break-all
    }

    .quality_container {
        overflow: hidden
    }

    .quality_container h2 {
        padding: 35px 0 30px
    }

    .quality_container .hint {
        margin-bottom: 18px
    }

    .quality_container .hint .icon {
        left: auto;
        top: auto;
        position: relative;
        float: left;
        width: 34px;
        height: 34px;
        margin: 2px 13px 3px 0;
        background-position: -115px -29px;
        background-size: 160px auto
    }

    .quality_container .hint .wrapper,.quality_container .hint1 .wrapper {
        padding: 0
    }

    .quality_container .hint .title {
        font-size: 17px;
        margin-bottom: 2px
    }

    .quality_container .hint .description {
        font-size: 13px;
        line-height: 1.6
    }

    .quality_container .hint,.quality_container .hint1,.quality_container .hint:hover,.quality_container .hint1:hover {
        border: 0
    }

    .quality_container .quality_item {
        display: none
    }

    .quality_container .quality_item_mob {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 120%;
        height: auto;
        left: -10%;
        margin-bottom: -7%
    }

    .best_container .best_block {
        padding: 0 0 15px
    }

    .best_container h2 {
        font-size: 20px;
        line-height: 1.2;
        padding: 30px 0 25px
    }

    .best_container h2 br {
        display: none
    }

    .best_container .best_content_box {
        padding: 0
    }

    .best_container .best_item {
        display: none
    }

    .best_container .best_content .item {
        font-size: 13px;
        margin-bottom: 16px
    }

    .best_container .best_content .item .wrapper {
        padding: 0 0 0 40px
    }

    .best_container .best_content .item:before {
        top: 2px
    }

    .reasons_container .reasons_block {
        padding: 40px 0 20px
    }

    .reasons_container h2 {
        margin-bottom: 25px
    }

    .reasons_container .row {
        margin-bottom: 0
    }

    .reasons_container .item {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .reasons_container .item .wrapper {
        padding: 80px 0 0
    }

    .reasons_container .item .title {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 6px
    }

    .reasons_container .item .subtitle {
        font-size: 13px
    }

    .digits_container .digits_block {
        padding: 35px 0 20px;
        margin-left: 25px;
        margin-right: 25px
    }

    .digits_container h2 {
        margin-bottom: 35px
    }

    .digits_container .item {
        float: left;
        width: 50%;
        margin: 0 0 30px
    }

    .clients_container .clients_block {
        padding: 35px 0 20px
    }

    .clients_container h2 {
        margin-bottom: 20px
    }

    .storage_container .storage_block {
        padding: 50px 0 50px
    }

    .storage_container h2 {
        margin-bottom: 20px
    }

    .storage_container .item1,.storage_container .item2,.storage_container .item3,.storage_container .item4 {
        width: 48%;
        padding: 0 0 60%;
        margin: 0 0 4%
    }

    .storage_container .item2,.storage_container .item4 {
        margin: 0 0 4% 4%
    }

    .storage_container .item5 {
        width: 100%;
        padding: 0 0 54%;
        margin: 0
    }

    .reviews_container .reviews_block {
        padding: 30px 0 30px
    }

    .reviews_container h2 {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 450px) {
    .left-menu {
        display:none
    }
}

@media screen and (max-width: 400px) {
    .contact_container .form_agreement .checkbox_label {
        font-size:12px;
        line-height: 1.45
    }

    .contact_container .submit_wrap,.contact_container .button {
        width: 100%
    }

    .reviews_container .slide .message {
        font-size: 12px;
        line-height: 1.5
    }
}

@media screen and (max-width: 380px) {
    .header_container .phone_wrap .phone {
        font-size: 13px;
    }
    .header_container .logo {
        min-width: 80px;
        max-width: 80px;
    }
}

@media screen and (max-width: 350px) {
    #full.page .header_container .header_block,.footer_container .footer_block,.hometop_container .hometop_block,.contact_container .contact_block,.catalog_container .catalog_block,.other_container .other_block,.quality_container .quality_block,.best_container .best_block,.storage_container .storage_block {
        margin-left:12px;
        margin-right: 12px
    }

    .popup_callback,.popup_one_click,.popup_request_price,.popup_what,.popup_thanks,.popup_cart,.popup_quickview,.popup_image {
        width: 280px;
        margin-left: -140px
    }

    .popup_image img {
        width: 200px
    }

    #full.page .header_container .phone_wrap:before {
        display: none
    }

    .footer_container .info {
        font-size: 13px
    }

    .hometop_container h1 {
        font-size: 26px
    }

    .hometop_container .free {
        font-size: 15px
    }

    .contact_container .contact_block {
        padding: 25px 0 40px
    }

    .contact_container .contact_title {
        font-size: 22px
    }

    .contact_container .contact_subtitle {
        font-size: 14px
    }

    .contact_container .we_will {
        font-size: 12px
    }

    .catalog_item .thumb {
        width: 200px
    }

    .catalog_item .quickview,.catalog_item .order {
        padding: 3px 13px 0;
        font-size: 12px
    }

    .other_container .item .title {
        font-size: 14px;
        word-break: break-all
    }

    .quality_container .hint .title {
        font-size: 16px
    }

    .best_container h2 {
        font-size: 16px;
        line-height: 1.35
    }

    .reviews_container .slide .img_box {
        width: 66px
    }
}

.why_block.loading {
    background: url(/templates/dinamic/images/ajax_loader.gif) no-repeat center;
    background-size: contain;
}

.container {
    width: 100%;
}

.footer_container .main-menu ul.menu {
    margin-right: 0;
}

.footer_container .main-menu a {
    font-size: 12px;
}

.main-menu-top .menu-cart {
    display: none;
}

.main-menu-footer .menu-cart {
    display: inline-block;
    cursor: pointer;
}

.header_container .mail {
    margin-top: 5px;
}

.header_container .mail .worktime {
    margin-top: 5px;
    font-size: 14px;
}

.footer_container .mail {
    margin-top: 5px;
}

.footer_container .mail .worktime {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tabs .tab {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #005dac;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #005dac;
}

.tabs .tab.active {
    background: #005dac;
    color: #fff;
}

.tab-content {
    display: none;
    margin-bottom: 30px;
}

.tab-content.active {
    display: block;
}

.sorting {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sorting label {
    margin-right: 20px;
    font-size: 15px;
}

.sorting select {
}
