@charset "UTF-8";
/*==============================RESET==============================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

ul, ol {
    list-style: none;
}

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

hr, img {
    border: none;
}

hr {
    border-bottom: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

ol, ul {
    list-style-position: outside;
}

table td,
table th {
    vertical-align: top;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}

sub, sup {
    font-size: smaller;
    line-height: 0;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a:hover, a:visited {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input[type="text"], textarea {
    -webkit-appearance: none;
}

input, select {
    vertical-align: middle;
    border: 0;
    border-radius: 0;
}

textarea {
    overflow: auto;
}

button {
    cursor: pointer;
    border: 0;
}

:focus, :active {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #727475;
}

input::-moz-placeholder {
    color: #727475;
}

input:-moz-placeholder {
    color: #727475;
}

input:-ms-input-placeholder {
    color: #727475;
}

textarea::-webkit-input-placeholder {
    color: #727475;
}

textarea::-moz-placeholder {
    color: #727475;
}

textarea:-moz-placeholder {
    color: #727475;
}

textarea:-ms-input-placeholder {
    color: #727475;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*==============================FONTS==============================*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url("../fonts/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url("../fonts/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url("../fonts/OpenSansSemiBold.eot");
    src: url("../fonts/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url("../fonts/OpenSansExtraBold.eot");
    src: url("../fonts/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url("../fonts/OpenSansLight.eot");
    src: url("../fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url("../fonts/OpenSansItalic.eot");
    src: url("../fonts/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemiBoldItalic';
    src: url("../fonts/OpenSansSemiBoldItalic.eot");
    src: url("../fonts/OpenSansSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSansSemiBoldItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*==============================COMMON==============================*/
html, body {
   /* height: 100%; */
}

body {
    min-width: 320px;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    line-height: 1.3;
    background: #f3f4f6;
    color: #484848;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
}

.center-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1820px;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.wrapper-content {
    display: table-row;
    height: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    margin-bottom: 30px;
    font-family: 'OpenSansLight';
    font-size: 40px;
    color: #55B14D;
}

.h1-small {
    margin-bottom: 40px;
    font-family: 'OpenSansSemiBold';
    font-size: 22px;
    color: #55B14D;
}

h2 {
    margin-bottom: 30px;
    font-family: 'OpenSansLight';
    font-size: 25px;
    color: #55B14D;
}

.h2-bold {
    margin-bottom: 15px;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
    color: #55B14D;
}

h3 {
    margin-bottom: 20px;
    font-family: 'OpenSansLight';
    font-size: 24px;
    color: #55B14D;
}

h4 {
    margin-bottom: 20px;
    font-family: 'OpenSansBold';
    font-size: 13px;
    text-transform: uppercase;
    color: #55B14D;
}

p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
}

a {
    text-decoration: none;
    color: #484848;
}
a:hover {
    color: #37922F;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.overflow {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

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

.orange-bold {
    font-family: 'OpenSansSemiBold';
    color: #F6A82A;
}

.border-title {
    margin-bottom: 15px;
    text-align: center;
}
.border-title span {
    display: inline-block;
    padding: 4px 2px;
    color: #4DAF45;
    font-family: 'OpenSansBold';
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid #4DAF45;
    border-radius: 3px;
}

.border-title_left {
    text-align: left;
}

.border-link {
    font-size: 13px;
    color: #404A4F;
    text-decoration: none;
    border-bottom: 1px dashed #404A4F;
}
.border-link:hover {
    border-color: transparent;
}

.icon-info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-tip.png);
}

.color-green {
    color: #4DAF45;
}

.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip:hover .tooltip-content {
    display: inline-block;
}
.tooltip:hover i {
    background-position: -282px -51px;
}
.tooltip i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../images/sprite.png);
    background-position: -295px -51px;
    cursor: pointer;
}

.tooltip-content {
    display: none;
    position: absolute;
    left: -15px;
    top: 18px;
    padding: 15px 10px;
    width: 398px;
    border: 1px solid #C8C9CB;
    background: #fff;
    z-index: 10;
    color: #727475;
    font-size: 12px;
    border-radius: 5px;
}
.tooltip-content:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 13px;
    width: 13px;
    height: 6px;
    background-image: url(../images/tooltip-arrow.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/*---------------------form styles------------------------*/
.form__label {
    display: inline-block;
    margin-bottom: 5px;
    color: #484848;
    font-size: 13px;
    font-family: 'OpenSansSemiBold';
}
.form__label span {
    color: #4DAF45;
}

.form__label .mct-gray {
    color: #A4A4A4;
}

.form__field {
    width: 100%;
    padding-left: 10px;
    height: 30px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
    font-size: 13px;
}
.form__field:focus {
    border-color: #c4c5c6;
}

.form__area {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    height: 70px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
}
.form__area:focus {
    border-color: #c4c5c6;
}

.form__note {
    margin-bottom: 15px;
    color: #727475;
    font-size: 12px;
}
.form__note span {
    color: #4DAF45;
}
input[type="checkbox"] {
    margin: 0;
}
.checkbox {
    margin-bottom: 10px;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 33px;
    font-size: 13px;
    color: #727475;
}
.checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 20px;
    background: url(../images/sprite.png);
    background-position: -145px -0px;
    z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background-position: -123px -0px;
}
#bx-soa-orderSave .checkbox input[type="checkbox"] {
    display: inline;
}
#bx-soa-orderSave .checkbox label:before {
    display: none;
}

.form-checkbox {
    margin-bottom: 10px;
}
.form-checkbox input[type="checkbox"] {
    display: none;
}
.form-checkbox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    color: #727475;
    font-size: 12px;
}
.form-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    background: url(../images/sprite.png);
    background-position: -325px -0px;
    z-index: 1;
}
.form-checkbox input[type="checkbox"]:checked + label:before {
    background-position: -312px -0px;
}

/*---------------------buttons------------------------*/
.btn {
    display: inline-block;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFEFE;
    border-radius: 3px;
    background: #4daf45;
}
.btn:hover {
    background: #4a9843;
    color: #FFFEFE;
}

.btn_big {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}

.btn_gray {
    background: #e8eaed;
    color: #2C2C2C;
}
.btn_gray:hover {
    background: #e1e1e1;
    color: #2C2C2C;
}
.btn_gray.btn_click:hover {
    background-image: url(../images/click-icon.png);
    background-position: 13px 35%;
    background-repeat: no-repeat;
}
.btn_gray.btn_next {
    background-image: url(../images/icon-arrow-right-black.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.btn_gray.btn_next:hover {
    background-image: url(../images/icon-arrow-right-black.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.btn_gray.btn_prev {
    background-image: url(../images/icon-arrow-left-black.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}
.btn_gray.btn_prev:hover {
    background-image: url(../images/icon-arrow-left-black.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}

.btn_cart {
    padding-left: 45px;
    text-align: left;
    background-color: #4DAF45;
    background-image: url(../images/btn-icon-cart.png);
    background-position: 20px 45%;
    background-repeat: no-repeat;
}
.btn_cart:hover {
    background-image: url(../images/btn-icon-cart.png);
    background-position: 20px 45%;
    background-repeat: no-repeat;
}

.btn_click {
    padding: 0 20px 0 35px;
    background-image: url(../images/click-icon.png);
    background-position: 13px 35%;
    background-repeat: no-repeat;
}

.btn_next {
    padding: 0 40px 0 20px;
    background-image: url(../images/icon-arrow-right.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.btn_next:hover {
    background-image: url(../images/icon-arrow-right.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}

.btn_prev {
    padding: 0 20px 0 40px;
    background-image: url(../images/icon-arrow-left.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}
.btn_prev:hover {
    background-image: url(../images/icon-arrow-left.png);
    background-position: left 20px top 50%;
    background-repeat: no-repeat;
}

.link-click {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    line-height: 1;
    font-size: 14px;
    padding-bottom: 2px;
    color: #404A4F;
    border-bottom: 1px dashed #404A4F;
}
.link-click:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -35px;
    width: 26px;
    height: 26px;
    background-image: url(../images/sprite.png);
    background-position: -256px -20px;
}
.link-click:hover {
    color: #404A4F;
    border-color: transparent;
}

.social-links {
    font-size: 0;
}
.social-links span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
    color: #727475;
}
.social-links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 35px;
    height: 31px;
    background-image: url(../images/sprite.png);
}

.social-fb {
    background-position: -312px -66px;
}
.social-fb:hover {
    background-position: -282px -66px;
}

.social-vk {
    background-position: -247px -66px;
}
.social-vk:hover {
    background-position: -212px -66px;
}

.social-google {
    background-position: -177px -66px;
}
.social-google:hover {
    background-position: -142px -66px;
}

/*---------------------ui styles reset------------------------*/
.filter-block .ui-widget-header {
    background: #5c6d70;
}
.filter-block .ui-widget.ui-widget-content {
    background-image: url(../images/range-slide.png);
    background-position: 50% 0;
    background-size: 100% 12px;
    background-repeat: no-repeat;
    height: 12px;
}
.filter-block .ui-slider .ui-slider-handle {
    top: -7px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    border: 2px solid #56A750;
    cursor: pointer;
    margin-left: -.9em;
}
.filter-block .ui-slider .ui-slider-handle:first-of-type {
    background-image: url(../images/icon-range-slide-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.filter-block .ui-slider .ui-slider-handle:last-of-type {
    background-image: url(../images/icon-range-slide-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ui-tabs {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #484848;
}
.ui-tabs .slick-arrow {
    font-size: 0 !important;
}

.ui-widget-header {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #484848;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 0 10px 0;
    border: 0;
}

.ui-tabs .ui-tabs-nav li a:hover {
    background: #4daf45;
    color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    border: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
}

/*--------------------formstyler styles------------------------*/
.jq-selectbox.focused .jq-selectbox__select {
    border: 3px solid #E8EAED;
}
.jq-selectbox.opened {
    z-index: 160 !important;
}

.jq-selectbox__select {
    border-radius: 0;
    border: 3px solid #E8EAED;
    background: #f9f9f9;
    text-shadow: none;
    box-shadow: none;
    height: 100%;
    padding: 0 30px 0 10px;
    font-family: 'OpenSansRegular';
    color: #727475;
    white-space: nowrap;
    font-size: 13px;
}

.jq-selectbox__select:hover {
    background: #f3f4f6;
    box-shadow: none;
}

.jq-selectbox__select:active {
    box-shadow: none;
}

.jq-selectbox__select-text {
    line-height: 36px;
}

.jq-selectbox__trigger {
    border: 0;
}

.jq-selectbox__trigger-arrow {
    top: 16px;
}

.jq-selectbox li {
    white-space: nowrap;
}

.jq-selectbox li.selected {
    color: #333;
    background: inherit;
}

.jq-selectbox li:hover {
    background: #A3ABB1;
    color: #fff;
}

.jq-selectbox__dropdown {
    box-shadow: none;
    white-space: nowrap;
    border: 3px solid #EAEAEC;
    border-top: 0;
    border-radius: 0;
    margin: 0;
    left: 0;
}

/*---------------------рейтинг звездочками------------------------*/
.rating {
    font-size: 0;
}
.rating .star {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-position: -459px -0px;
    cursor: pointer;
}
.rating .star.active {
    background-position: -444px -0px;
}

/*-------------------модальные окна---------------------*/
.modal {
    display: none;
}

.box-modal {
    position: relative;
    width: 680px;
    background: #fff;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /*overflow: hidden;*/
}

.arcticmodal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 49px;
    background: #fff;
    background-image: url(../images/modal-close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    border-left: 1px solid #eaeaec;
}

.arcticmodal-close_small {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    background-image: url(../images/modal-close.png);
}

.modal-top {
    padding-right: 50px;
    height: 50px;
    background: #59b351;
    color: #fff;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaec;
    line-height: 50px;
    text-align: center;
}

.modal-content {
    padding: 15px 30px 30px 30px;
}

/*------------------modal-login----------------*/
#modal-login {
    width: 520px;
}

.modal-login__title {
    float: left;
    width: 50%;
    height: 100%;
    background: #f4f7f8;
    color: #404A4F;
    cursor: pointer;
}
.modal-login__title.active {
    background: #59b351;
    color: #fff;
}

.modal-content_login {
    padding: 0;
}

.modal-login-content {
    display: none;
}
.modal-login-content.active {
    display: block;
}

.mlc-inner {
    padding: 30px 75px 20px 75px;
    min-height: 390px;
}
.mlc-inner .form-checkbox {
    margin-top: 10px;
}

.mlc-top {
    text-align: center;
    margin-bottom: 32px;
}

.mlc-top__icon {
    margin-bottom: 15px;
    display: inline-block;
}

.mlc-bottom {
    padding: 17px 10px 19px 10px;
    background: #f4f7f8;
    text-align: center;
    border-top: 1px solid #eaeaec;
}

.modal-link {
    font-size: 12px;
    color: #727475;
    text-decoration: none;
    border-bottom: 1px dashed #727475;
}
.modal-link:hover {
    border-color: transparent;
}
.modal-link span {
    color: #4DAF45;
}

.mlc-form-item {
    margin-bottom: 20px;
}

.mlc-form__btn {
    display: block;
    margin: 0 auto;
}

.mlc-form__btn_auth {
    width: 100px;
}

.mlc-form__btn_reg {
    width: 190px;
}

/*------------------modal-thanks---------------*/
.icon-check {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 21px;
    background-image: url(../images/sprite.png);
    background-position: -129px -45px;
}

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

.modal-thanks__text {
    margin-bottom: 15px;
}
.modal-thanks__text p {
    margin-bottom: 0;
}

.modal-thank__btn {
    width: 240px;
    height: 31px;
    background-color: #F3F4F6;
    color: #2C2C2C;
    font-size: 12px;
    text-transform: uppercase;
    background-image: url(../images/icon-arrow-more.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.modal-thank__btn:hover {
    background: #d3d5d8;
    background-image: url(../images/icon-arrow-more.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}

/*------------------modal-application----------*/
#modal-application {
    padding-top: 85px;
    text-align: center;
    background-image: url(../images/modal-letter.png);
    background-position: 50% 35px;
    background-repeat: no-repeat;
}

.modal-content__title {
    margin-bottom: 15px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 22px;
    text-transform: uppercase;
}

.modal-content__text {
    margin-bottom: 20px;
}
.modal-content__text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #727475;
}

.modal-application__btn {
    width: 170px;
}

/*-----------------modal-complex---------------*/
#modal-complex {
    width: 880px;
    min-height: 540px;
    border-radius: 10px;
}
#modal-complex .modal-content {
    padding: 32px 43px 50px 43px;
}
#modal-complex .arcticmodal-close {
    border: 0;
    width: 35px;
    border-radius: 100%;
    height: 35px;
}

.mcomplex-tabs-top {
    margin-bottom: 30px;
}

.mct__title {
    float: left;
    margin: 0 2px;
    width: 154px;
    padding: 55px 10px 5px;
    height: 94px;
    text-align: center;
    border: 3px solid #EAEAEC;
    border-radius: 10px;
    cursor: pointer;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    font-size: 11px;
    text-transform: uppercase;
    background-position: 50% 7px !important;
    background-repeat: no-repeat !important;
}
.mct__title.active {
    background-color: #4DAF45;
    border-color: #4DAF45;
    color: #fff;
}
.mct__title span {
    display: block;
}

.mct-call {
    background-image: url(../images/title-call.png);
}
.mct-call.active {
    background-image: url(../images/title-call-active.png);
}

.mct-question {
    background-image: url(../images/title-question.png);
}
.mct-question.active {
    background-image: url(../images/title-question-active.png);
}

.mct-manager {
    background-image: url(../images/title-manager.png);
}
.mct-manager.active {
    background-image: url(../images/title-manager-active.png);
}

.mct-boss {
    background-image: url(../images/title-boss.png);
}
.mct-boss.active {
    background-image: url(../images/title-boss-active.png);
}

.mct-review {
    background-image: url(../images/title-review.png);
}
.mct-review.active {
    background-image: url(../images/title-review-active.png);
}

.mct-content {
    display: none;
}
.mct-content.active {
    display: block;
}

.mct-form__title {
    margin-bottom: 20px;
    font-family: 'OpenSansBold';
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #404A4F;
}

.mct-form-block {
    width: 48%;
}

.mct-form-item {
    margin-bottom: 15px;
}

.mct-form__btn {
    display: block;
    margin: 0 auto;
    width: 170px;
}

.city-select {
    position: relative;
    height: 20px;
    margin-top: 5px;
    padding-left: 23px;
    background-image: url(../images/icon-address.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.city-select .jq-selectbox__select {
    height: 20px;
    padding: 0 17px 0 0;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #727475;
}
.city-select .jq-selectbox__dropdown {
    top: 23px !important;
}
.city-select .jq-selectbox__trigger-arrow {
    right: 0;
    top: 6px;
}
.city-select .jq-selectbox__select-text {
    line-height: 16px;
}
.city-select .jq-selectbox.focused .jq-selectbox__select {
    border: 0;
}
.city-select .jq-selectbox__dropdown {
    border: 1px solid #EAEAEC;
}
.city-select .jq-selectbox li {
    padding: 4px 5px;
    font-size: 13px;
}

.mct-form-item-block {
    float: left;
    width: 200px;
}
.mct-form-item-block:last-child {
    float: right;
    width: 175px;
}

.upload-photo {
    float: left;
}

.upload-content {
    padding-left: 85px;
}

.upload__container {
    overflow: hidden;
    position: relative;
    color: #484848;
    font-size: 11px;
    border-bottom: 1px dashed #484848;
}

.upload__container [type=file] {
    display: block;
    filter: alpha(opacity=0);
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    cursor: pointer;
}

.upload__note {
    padding-top: 10px;
    color: #C2C2C2;
    font-size: 11px;
    line-height: 12px;
}

.mct-form-rating {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.mct-rate {
    display: table;
    width: 100%;
}
.mct-rate .item {
    position: relative;
    display: table-cell;
    width: 20%;
    height: 85px;
    text-align: center;
    color: #484848;
    font-family: "OpenSansRegular";
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    padding: 0 5px;
    opacity: 0.5;
}
.mct-rate .item.active {
    opacity: 1;
}
.mct-rate .item.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 26px;
    height: 25px;
    background-image: url(../images/sprite.png);
    background-position: -194px -20px;
}
.mct-rate .item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 85px;
    background-image: url(../images/right-dashed-border.png);
}
.mct-rate .item:last-child:after {
    display: none;
}
.mct-rate .item__image {
    margin-bottom: 15px;
    cursor: pointer;
}
.header-search {
    overflow: hidden;
    width: 250px;
    float: left;
}
/*------------------modal-add------------------*/
.modal-add__quantity {
    position: absolute;
    top: 2px;
    left: 20px;
    z-index: 10;
}
.modal-add__quantity span {
    display: inline-block;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    background-color: #FFF;
    font-family: 'OpenSansBold';
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 20px;
    color: #3E3E3E;
}

.modal-add-left {
    float: left;
    width: 160px;
}

.modal-add__image {
    margin-bottom: 20px;
    text-align: center;
}
.modal-add__image img {
    max-width: 100%;
    height: auto;
}

.modal-add-content {
    float: right;
    width: 370px;
}

.modal-add__title {
    margin-bottom: 5px;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
}

.modal-add__country {
    margin-bottom: 15px;
    color: #727475;
    font-size: 13px;
}

.modal-add__price {
    font-family: 'OpenSansBold';
    font-size: 21px;
    margin-bottom: 20px;
    color: #2C2C2C;
}
.modal-add__price span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.modal-add__color {
    margin-bottom: 5px;
    color: #727475;
    font-size: 11px;
}
.modal-add__color .mac-title {
    color: #2C2C2C;
    font-family: 'OpenSansSemiBold';
    font-size: 12px;
}

.modal-add__pattern {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    overflow: hidden;
}
.modal-add__pattern img {
    max-width: 100%;
}

.modal-add-bottom-left {
    float: left;
    width: 238px;
}
.modal-add-bottom-left .btn {
    width: 100%;
}

.modal-add-bottom-content {
    float: right;
    width: 370px;
}
.modal-add-bottom-content .btn_cart {
    margin-right: 10px;
}

/*------------------modal-order----------------*/
.modal-add-form {
    padding-top: 20px;
    border-top: 3px solid #eaeaec;
}

.maf-fields {
    float: left;
    width: 240px;
}

.maf-item {
    margin-bottom: 15px;
}

.maf-text {
    float: right;
    width: 265px;
    font-size: 12px;
}
.maf-text p {
    margin-bottom: 20px;
}

.check-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
}
.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url(../images/sprite.png);
    background-position: -112px -0px;
}

/*-----------------modal-modal-choose-region-------------*/
#modal-choose-region {
    width: 860px;
    border-radius: 10px;
}

.map-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 12px;
    height: 17px;
    background-image: url(../images/modal-map.png);
}

.modal-scroll {
    position: relative;
    height: 490px;
}

.modal-footer {
    padding: 15px 20px;
    color: #727475;
    background: #f4f7f8;
    font-size: 12px;
    border-top: 1px solid #eaeaec;
}

/*-----------------modal-contact---------------*/
#contact-map-modal {
    position: relative;
    width: 520px;
    border-radius: 10px;
    overflow: visible;
}
#contact-map-modal .modal-top {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
#contact-map-modal .arcticmodal-close {
    border-top-right-radius: 10px;
}
#contact-map-modal .cm-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 38px;
    background-color: #FFF;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
#contact-map-modal .cm-arrow:hover {
    background: #59b351;
}
#contact-map-modal .cm-arrow__prev {
    left: -20px;
    border-radius: 3px 0 0 3px;
    background-image: url(../images/quantity-arrow-left.png);
}
#contact-map-modal .cm-arrow__prev:hover {
    background-image: url(../images/arrow-white-prev.png);
}
#contact-map-modal .cm-arrow__next {
    right: -20px;
    border-radius: 0 3px 3px 0;
    background-image: url(../images/quantity-arrow-right.png);
}
#contact-map-modal .cm-arrow__next:hover {
    background-image: url(../images//arrow-white-next.png);
}

/*-----------------modal-worksheet----------------*/
#modal-worksheet {
    width: 730px;
}

.worksheet-mobile {
    display: none;
}

.modal-worksheet__title {
    float: left;
    width: 50%;
    height: 100%;
    background: #f4f7f8;
    color: #404A4F;
    cursor: pointer;
}
.modal-worksheet__title.active {
    background: #59b351;
    color: #fff;
}

.modal-content_worksheet {
    padding: 0;
}

.modal-worksheet-content {
    display: none;
}
.modal-worksheet-content.active {
    display: block;
}

/*==============================INDEX==============================*/
/*---------------------top------------------------*/
.divider {
    height: 24px;
    background-image: url(../images/divider.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.top {
    background-image: -moz-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: -o-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);
}

.top-menu {
    float: left;
    padding: 14px 0;
    font-size: 0;
    margin-top: 12px;
}
.top-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 13px;
}
.top-menu li:last-child {
    margin-right: 0;
}
.top-menu li:last-child:after {
    display: none;
}
.top-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: -22px;
    width: 2px;
    height: 9px;
    background: rgba(255, 255, 255, 0.5);
}
.top-menu li a {
    font-size: 13px;
    color: #484848;
    text-decoration: none;
}
.top-menu li a:hover {
    text-decoration: underline;
}

.top-menu__switcher {
    display: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.top-menu__switcher span,
.top-menu__switcher span:before,
.top-menu__switcher span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #4daf45;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-menu__switcher span:before {
    top: -10px;
}

.top-menu__switcher span:after {
    top: auto;
    bottom: -10px;
}

.top-menu__switcher.active {
    border-radius: 5px 5px 0 0;
}

.top-menu__switcher.active span {
    background-color: transparent;
}

.top-menu__switcher.active span:before,
.top-menu__switcher.active span:after {
    top: 0;
    background: #4daf45;
}

.top-menu__switcher.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-menu__switcher.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-enter {
    float: right;
    padding: 8px 23px 9px 26px;
    background-image: -moz-linear-gradient(bottom, #F7AC33 0%, #F8AE3A 100%);
    background-image: -o-linear-gradient(bottom, #F7AC33 0%, #F8AE3A 100%);
    background-image: -webkit-linear-gradient(bottom, #F7AC33 0%, #F8AE3A 100%);
    background-image: linear-gradient(to top, #F7AC33 0%, #F8AE3A 100%);
}

.profile-icon{
    font-size: 30px;
    color: #484848;
    margin-right: 10px;
}
.profile-icon:hover, .profile-icon:focus, .profile-icon.active {
    color: #59b351;
}

.top-enter__link:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -37px;
    width: 18px;
    height: 16px;
    background-image: url(../images/sprite.png);
    background-position: -193px -0px;
}

/*---------------------header------------------------*/
.mobi-region {


    display:none;
}

.header {
    padding: 10px 0px 10px 0px;
    background: #fff;
}

.header-left {
    float: left;
    width: 70%;
}

.header-logo {
    display: inline-block;
    float: left;
}

.header-left-block {
    float: right;
    /* width: 650px;*/
}

.header-info {
    display: inline-block;
    text-align: left;
}

.header-contacts-callback {

    text-align: right;
}

.header-phone {
    position: relative;
    padding-left: 0;
    font-family: 'OpenSansSemiBold';
    font-size: 18px;
    color: #404A4F;
    margin-bottom: 10px;
}

.header-phone a {
    color: #00832d;
    font-size: 20px;
}
.header-phone span {
    /* font-family: 'OpenSansRegular';*/
    font-size: 20px;
    color: #55B14D;
}

.header-timetable {
    position: relative;
    float: right;
    padding-left: 30px;
    font-size: 0;
}
.header-timetable:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-position: -256px -46px;
}

.ht-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    padding: 8px 11px;
    font-size: 13px;
    border: 1px solid #EAEAEC;
}
.ht-block span {
    font-family: 'OpenSansSemiBold';
}
.ht-block sup {
    position: relative;
    top: 1px;
}

.header-search-tab {
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
}
.bx-basket {
    margin-top: 6px;
}

.header-search-cell {
    position: relative;
}


.header-search__field {
    position: relative;
    padding-left: 15px;
    float: right;
    width: 40px;
    height: 42px;
    padding-right: 40px;
    cursor: pointer;
    background-image: url(../images/s-icon.png);
    background-position: right center;
    background-size: auto;
    background-repeat: no-repeat;
    color: #727475;
    border-radius: 0;
    box-sizing: border-box;
}

.header-search__btn {
    width: 42px;
    height: 42px;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    border-right: 0;
    border-left: 0;
    border: 1px solid #E8EAED;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 3px 3px 0;
    border-left: 0;
    color: #fff;
}


.header-phone a.btn-callback {
    font-size: 20px;
    color: #484848;
}
.header-phone a.btn-callback.active i {
    transform: rotate(180deg);
}

.header-right-block {
    float: left;
    width: 680px;
}

.header-contacts {
    margin-bottom: 10px;
}

.header-address-select {
    display: inline-block;
    height: 34px;
}
.header-address-select .jq-selectbox__select {
    background: #fff;
    border-radius: 3px;
    background-image: url(../images/icon-address.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.header-address-select .jq-selectbox__select:hover {
    background: #f3f4f6;
    background-image: url(../images/icon-address.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
}
.header-address-select .jq-selectbox__select-text {
    line-height: 28px;
}
.header-address-select .jq-selectbox__trigger-arrow {
    top: 12px;
}

.header-contact-us {
    display: inline-block;
    vertical-align: top;
    padding: 6px 20px 0 43px;
    height: 34px;
    color: #727475;
    font-size: 13px;
    background-image: url(../images/icon-contact.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    border: 3px solid #E8EAED;
    border-radius: 3px;
}
.header-contact-us:hover {
    background: #f3f4f6;
    background-image: url(../images/icon-contact.png);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

header .center-wrapper {

}


.hc-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 30px;
    margin-top: 5px;
    height: 30px;
    background-image: url(../images/basket.svg);
}
.hc-counter {
    position: absolute;
    right: -10px;
    color: #484848;
    border: 1px solid #484848;
    background: #fff;
    border-radius: 50%;
    top: -5px;
    width: 20px;
    height: 20px;
    font-family: 'OpenSansSemiBold';
    line-height: 18px;
    text-align: center;

}
.hc-icon__num {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 36px;
    height: 36px;
    color: #FFF;
    line-height: 36px;
    font-family: 'OpenSansBold';
    font-size: 11px;
    text-align: center;
    background-image: url(../images/sprite.png);
    background-position: -220px -20px;
}

.hc-info {
    float: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;

}

.hc-info__count {
    margin-bottom: 1px;
    font-size: 12px;
    color: #727475;
}
.hc-info__count span {
    font-family: 'OpenSansBold';
    color: #404A4F;
}

.hc-info__sum {
    margin-bottom: 8px;
    font-size: 12px;
    color: #727475;
}
.hc-info__sum span {
    font-family: 'OpenSansBold';
    color: #404A4F;
}

.hc-info__order {
    display: inline-block;
    padding: 7px 17px;
    font-size: 12px;
    text-transform: uppercase;
    color: #55B14D;
    border: 1px solid #55B14D;
    border-radius: 15px;
}
.hc-info__order:hover {
    background: #51a54c;
    border: 1px solid #51a54c;
    color: #fff;
}

.header-menu {
    padding: 0 10px;
    text-align: center;
    border: 1px solid #EAEAEC;
    border-radius: 2px;
}
.header-menu ul {
    display: table;
    width: 100%;
}
.header-menu li {
    position: relative;
    display: table-cell;
    padding: 12px 14px;
}
.header-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
    right: 0;
    width: 2px;
    height: 11px;
    background: #8a9093;
}
.header-menu li:last-child:after {
    display: none;
}
.header-menu li a {
    font-family: 'OpenSansSemiBold';
    font-size: 11px;
    text-transform: uppercase;
    color: #3C464B;
}
.header-menu li a.active, .header-menu li a:hover {
    color: #59b351;
}

.header-menu__switcher {
    display: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.header-menu__switcher span,
.header-menu__switcher span:before,
.header-menu__switcher span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #3C464B;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu__switcher span:before {
    top: -10px;
}

.header-menu__switcher span:after {
    top: auto;
    bottom: -10px;
}

.header-menu__switcher.active {
    border-radius: 5px 5px 0 0;
}

.header-menu__switcher.active span {
    background-color: transparent;
}

.header-menu__switcher.active span:before,
.header-menu__switcher.active span:after {
    top: 0;
    background: #3C464B;
}

.header-menu__switcher.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-menu__switcher.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*---------------------main-menu-wrap------------------------*/
.menu-carousel {
    display: table;
    width: 100%;
}

.menu-carousel .item {
    display: table-cell;
    vertical-align: middle;
}

.menu-carousel.slick-slider {
    display: block;
}

.menu-carousel .item:nth-child(n+9) {
    display: none;
}

.menu-carousel.slick-slider .item {
    display: block;
}

.main-menu-wrap {
    position: relative;
    height: 48px;
    background-image: -moz-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -o-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -webkit-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: linear-gradient(to top, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    z-index: 140;
}

.main-menu-inner {
    padding-left: 160px;
}

.main-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    background-image: -moz-linear-gradient(bottom, #E49313 0%, #F7AC36 100%);
    background-image: -o-linear-gradient(bottom, #E49313 0%, #F7AC36 100%);
    background-image: -webkit-linear-gradient(bottom, #E49313 0%, #F7AC36 100%);
    background-image: linear-gradient(to top, #E49313 0%, #F7AC36 100%);
}

.main-menu__btn {
    position: relative;
    height: 48px;
    padding: 16px 20px 13px 45px;
    font-family: 'OpenSansBold';
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
}
.main-menu__btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    width: 14px;
    height: 12px;
    background-image: url(../images/sprite.png);
    background-position: -338px -0px;
}
.main-menu__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 18px;
    width: 11px;
    height: 7px;
    background-image: url(../images/sprite.png);
    background-position: -112px -11px;
}

.main-menu:hover > ul {
    display: block;
}
.main-menu > ul {
    display: none;
    min-width: 278px;
    position: absolute;
    top: 48px;
    left: 0;
    padding: 10px 0 15px 0;
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);
    color:#fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}
.main-menu > ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 17px;
    width: 10px;
    height: 4px;
    background-image: url(../images/sprite.png);
    background-position: -82px -10px;
    z-index: 5;
}
.main-menu > ul > li:hover ul {
    display: block;
}
.main-menu > ul > li:hover > a {
    background: #f7ac36;
}
.root-item{
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);
}
.main-menu li ul {
    display: none;
    min-width: 278px;
    min-height: 265px;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 10px 0 15px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.main-menu li a {
    position: relative;
    display: block;
    padding: 7px 40px 7px 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.main-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 18px;
    width: 3px;
    height: 5px;
    /*background-image: url(../images/sprite.png);
    background-position: -35px -15px;*/
}
.main-menu li a:hover {
    background: #E49313;
}

.menu-carousel {
    position: relative;
    padding: 0 50px;
    z-index: 20;
}
.menu-carousel .slick-list {
    padding-bottom: 5px;
}
.menu-carousel .slick-arrow {
    background-image: url(../images/sprite.png);
}
.menu-carousel .slick-prev {
    background-position: -129px -20px;
}
.menu-carousel .slick-prev:hover {
    background-position: -129px -20px;
}
.menu-carousel .slick-next {
    background-position: -104px -20px;
}
.menu-carousel .slick-next:hover {
    background-position: -104px -20px;
}

.slick-slider .menu-item:hover ul {
    display: block;
    min-width: 285px;
}

.menu-item {
    position: relative;
    cursor: pointer;
}
.menu-item:hover {
    background: #e59414;
}
.menu-item ul {
    position: relative;
    min-width: 100%;
    left: 0;
    display: none;
    background-image: -webkit-linear-gradient(bottom, #55B14D 0%, #5AB352 100%);
    background-image: linear-gradient(to top, #55B14D 0%, #5AB352 100%);

    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.menu-item ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 17px;
    width: 10px;
    height: 4px;
    background-image: url(../images/sprite.png);
    background-position: -82px -10px;
    z-index: 5;
}
.menu-item ul a {
    position: relative;
    display: block;
    padding: 7px 40px 7px 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
/*.menu-item ul a:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 18px;
  width: 3px;
  height: 5px;
  background-image: url(../images/sprite.png);
  background-position: -35px -15px;
}*/
.menu-item ul a:hover {
    background: #F4A11D;
}

.menu-item__title,
.menu-item__title:hover {
    padding-left: 50px;
    padding-right: 10px;
    font-family: 'OpenSansBold';
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
}

.menu-item__icon {
    position: absolute;
    top: 7px;
    left: 6px;
}

/*---------------------main-content------------------------*/
.main-content {
    padding: 80px 0;
}

.main-content_npb {
    /*margin-right: 40px; */
    padding-bottom: 0;

    margin: 0 auto;
    width: 90%;
}

.main-content-cell {
    max-width: 1090px;
    width: 100%;
    margin: 0 5px 0 5px;
}


.main-content .home-product-carousel {
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
}

.main-title {
    display: inline-block;
    margin-bottom: 26px;
    padding: 4px 15px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
    background-color: #F3F4F6;
    border-radius: 3px;
}

.button_spec_onmain {
    display: block;
    background: #00832d;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
}

.button_spec_onmain:hover {
    color: #FFF;
}

.promo-product {
    padding: 13px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 680;
}

.promo-product-top {
    position: relative;
    padding-bottom: 7px;
}

.promo-product__rating {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.promo-product__title {
    display: inline-block;
    vertical-align: top;
    color: #404A4F;
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
}

.promo-product__order {
    position: absolute;
    top: 2px;
    right: 0;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 13px;
}

.promo-product-content {
    position: relative;
}

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

.promo-product-labels {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
}

.pp-price {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding: 10px;
    background: rgba(77, 175, 69, 0.9);
    border-radius: 3px;
    text-align: center;
}

.pp-price__old {
    color: #F2F2F2;
    text-decoration: line-through;
    font-size: 13px;
    font-family: 'OpenSansBold';
}
.pp-price__old span {
    font-family: 'OpenSansRegular';
    font-size: 12px;
}

.pp-price__new {
    font-size: 21px;
    color: #fff;
    font-family: 'OpenSansBold';
}
.pp-price__new span {
    font-family: 'OpenSansRegular';
    font-size: 14px;
}

.pp-discount {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 83px;
    height: 83px;
    background-color: #4DAF45;
    text-align: center;
    line-height: 83px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 30px;
    border-radius: 100%;
}

.promo-product-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.element {
    position: absolute;
    padding: 7px 17px 7px 50px;
    border-radius: 30px;
    min-height: 50px;
    max-width: 280px;
}
.element.active {
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
}
.element.active .element-content {
    display: block;
}

.el-right {
    padding: 7px 50px 7px 17px;
}
.el-right .element__icon {
    right: 12px;
    left: auto;
}

.element-content {
    display: none;
}

.element__icon {
    position: absolute;
    left: 12px;
    top: 13px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../images/sprite.png);
    background-position: -46px -66px;
    border-radius: 100%;
    cursor: pointer;
}

.element__title {
    font-size: 12px;
    color: #404A4F;
}

.element__oldprice {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    color: #2C2C2C;
    font-size: 16px;
    font-family: 'OpenSansBold';
}
.element__oldprice span {
    font-family: 'OpenSansRegular';
    font-size: 12px;
}

.element__price {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 2px;
    font-size: 13px;
    font-family: 'OpenSansBold';
    color: #9B9B9B;
    text-decoration: line-through;
}
.element__price span {
    font-family: 'OpenSansRegular';
    font-size: 12px;
}

.promo-product_1 .el1 {
    top: 26%;
    right: 23%;
}
.promo-product_1 .el2 {
    top: 45%;
    right: 4%;
}
.promo-product_1 .el3 {
    left: 34%;
    top: 43%;
}
.promo-product_1 .el4 {
    left: 14%;
    top: 47.3%;
}
.promo-product_1 .el5 {
    left: 38%;
    top: 60%;
}
.promo-product_1 .el6 {
    top: 65%;
    right: 17.4%;
}
.promo-product_1 .el7 {
    left: 16%;
    top: 81%;
}

.promo-product_2 .el1 {
    top: 15%;
    right: 22.5%;
}
.promo-product_2 .el2 {
    top: 25%;
    left: 22%;
}
.promo-product_2 .el3 {
    top: 33%;
    right: 31%;
}
.promo-product_2 .el4 {
    top: 33%;
    right: 12%;
}
.promo-product_2 .el5 {
    top: 41.5%;
    right: 21%;
}
.promo-product_2 .el6 {
    top: 61%;
    right: 37.5%;
}
.promo-product_2 .el7 {
    top: 70%;
    left: 40.2%;
}

/*---------------------product-carousel-----------------------*/
.double-product-carousel-wrap {
    width: 575px;
    /*width: 100%;*/
    text-align: center;
}
.double-product-carousel-wrap .slick-track {
    padding-bottom: 4px;
}
.double-product-carousel-wrap .slick-arrow {
    top: -55px;
}
.double-product-carousel-wrap .slick-slide {
    margin-right: 46px;
}

.triple-product-carousel-wrap {
    text-align: center;
}
.triple-product-carousel-wrap .slick-arrow {
    top: -55px;
}
.triple-product-carousel-wrap .slick-slide {
    margin-right: 46px;
}

.product-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 264px;
    min-height: 480px;
    padding: 7px 13px 5px 13px;
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

.product-item-top {
    margin-bottom: 7px;
}

.product-item__rating {
    float: left;
    padding-top: 5px;
}

.product-item-availability {
    float: right;
    font-size: 11px;
    text-align: right;
    color: #A4A4A4;
    min-height: 28px;
}

.product-item__stock span {
    font-family: 'OpenSansSemiBold';
    color: #2C2C2C;
}

.product-item__free span {
    font-family: 'OpenSansSemiBold';
    color: #2C2C2C;
}

.product-item__discount {
    position: absolute;
    top: 45px;
    right: 17px;
    width: 69px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 24px;
    background-color: #4DAF45;
    border-radius: 100%;
    z-index: 10;
}

.product-item__image {
    margin-bottom: 12px;
    width: 238px;
    height: 180px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

.product-item__image img {
    max-width: 100%;
    max-height: 180px;
}

.product-item__title {
    margin-bottom: 3px;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    line-height: 1.2;
    color: #404a4f;
    max-height: 40px;
    overflow: hidden;
}

.product-item__country {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 13px;
    color: #727475;
    border-bottom: 1px solid #919191;
}

.product-item__price {
    margin-bottom: 5px;
    height: 27px;
}

.pi-current-price {
    float: left;
    font-family: 'OpenSansBold';
    font-size: 21px;
    color: #2C2C2C;
}
.pi-current-price span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.pi-old-price {
    float: right;
    padding-top: 5px;
    text-decoration: line-through;
    font-family: 'OpenSansBold';
    font-size: 15px;
    color: #808180;
}
.pi-old-price span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.product-item-info {
    margin-bottom: 15px;
    height: 100px;
}

.product-item-actions {
    float: left;
    width: 145px;
}

.product-item__quantity {
    margin-bottom: 7px;
    display: table;
    width: 100%;
}

.product-item__btn {
    display: table-cell;
    vertical-align: top;
    width: 31px;
    height: 31px;
    border: 3px solid #EAEAEC;
    background: #f3f4f6;
    cursor: pointer;
}
.product-item__btn:hover {
    background: #dee0e2;
}
.product-item__btn.dwn {
    background-image: url(../images/quantity-arrow-left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-item__btn.up {
    background-image: url(../images/quantity-arrow-right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.product-item__value {
    display: table-cell;
    vertical-align: top;
    width: 83px;
    text-align: center;
    font-family: 'OpenSansSemiBold';
    color: #727475;
    font-size: 15px;
}
.product-item__value input {
    width: 100%;
    height: 31px;
    text-align: center;
    border-top: 3px solid #EAEAEC;
    border-bottom: 3px solid #EAEAEC;
}

.product-item__cart {
    margin-bottom: 13px;
    width: 100%;
}

.product-item__switcher {
    padding-bottom: 2px;
    color: #404A4F;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    border-bottom: 1px dashed #404A4F;
    text-align: left;
}
.product-item__switcher.active {
    text-align: right;
}
.product-item__switcher.active .switch-show {
    display: none;
}
.product-item__switcher.active .switch-hide {
    display: block;
}
.product-item__switcher .switch-show {
    cursor: pointer;
}
.product-item__switcher .switch-hide {
    display: none;
    padding-right: 15px;
    background-image: url(../images/icon-arrow-top.png);
    background-position: right 60%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.additional-scroll {
    height: 200px;
}

.product-item-additional {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    padding: 14px 20px 14px 12px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 20;
}
.product-item-additional h4 {
    margin-bottom: 10px;
}
.product-item-additional p {
    margin-bottom: 15px;
    font-family: 'OpenSansLight';
    font-size: 12px;
    color: #404A4F;
}
.product-item-additional ul {
    padding: 10px 0;
}
.product-item-additional ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-family: 'OpenSansLight';
    font-size: 13px;
    color: #404A4F;
}
.product-item-additional ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/sprite.png);
    background-position: -104px -45px;
}

.additional-call {
    padding-left: 30px;
    background-image: url(../images/add-phone.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.additional-call span {
    font-size: 11px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    color: #404A4F;
    display: block;
}
.additional-call a {
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    color: #4DAF45;
    text-decoration: none;
    border-bottom: 1px dashed #404A4F;
}
.additional-call a:hover {
    border-color: transparent;
}

.product-item__patterns {
    float: right;
    font-size: 0;
    width: 85px;
    text-align: right;
}
.product-item__patterns span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 4px;
    border-radius: 100%;
    overflow: hidden;
    width: 33px;
    height: 33px;
    cursor: pointer;
}
.product-item__patterns span.checked {
    border: 3px solid #404A4F;
}
.product-item__patterns span.checked:after {
    display: block;
}
.product-item__patterns span:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-white-check.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
}
.product-item__patterns span.pattern-single {
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}

.pattern-empty:hover {
    border: 3px solid #4DAF45;
}

.modal-pattern {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-right: 10px;
    z-index: 10;
}

.modal-pattern__close {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 36px;
    height: 36px;
    background-image: url(../images/modal-close.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e9e9eb;
    cursor: pointer;
    border-radius: 0 3px 0 0;
}

.modal-pattern-scroll {
    height: 400px;
}

.modal-pattern-block__title {
    background: #59b351;
    margin-bottom: 10px;
    width: 232px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    text-transform: uppercase;
}
.modal-pattern-block__title.brs {
    border-radius: 3px 0 0 0;
}

.modal-pattern-list {
    padding: 0 13px 5px 15px;
}
.modal-pattern-list .item {
    margin-bottom: 8px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
}
.modal-pattern-list .item.checked .item__image {
    border: 3px solid #404A4F;
}
.modal-pattern-list .item.checked .item__image:after {
    display: block;
}
.modal-pattern-list .item__image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}
.modal-pattern-list .item__image:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-white-check.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
}
.modal-pattern-list .item__image img {
    max-width: 100%;
}
.modal-pattern-list .item__name {
    display: inline-block;
    vertical-align: middle;
    color: #484848;
    padding-left: 10px;
    font-size: 13px;
    cursor: pointer;
    max-width: 80%;
    line-height: 15px;
}

.modal-pattern-double-list {
    font-size: 0;
}
.modal-pattern-double-list .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.modal-pattern-double-list .item.checked .item__image {
    border: 3px solid #404A4F;
}
.modal-pattern-double-list .item.checked .item__image:after {
    display: block;
}
.modal-pattern-double-list .item__image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}
.modal-pattern-double-list .item__image:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-white-check.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
}
.modal-pattern-double-list .item__num {
    display: inline-block;
    vertical-align: middle;
    color: #484848;
    padding-left: 10px;
    cursor: pointer;
    font-size: 13px;
}

.pattern-add {
    background-image: url(../images/icon-plus-pattern.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    cursor: pointer;
    border: 3px solid #EAEAEC;
}
.pattern-add:hover {
    border: 3px solid #4daf45;
}

/*---------------------main-banner------------------------*/
.main-banner {
    width: 264px;
    height: 566px;
}

.main-banner__title {
    margin-bottom: 6px;
    background-image: url(../images/banner-title.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: center;
    height: 51px;
    padding-top: 11px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 16px;
    text-transform: uppercase;
}

.main-banner-inner {
    padding: 13px 13px 24px 13px;
    background-image: -moz-linear-gradient(bottom, #404A4F 0%, #C2CACF 100%);
    background-image: -o-linear-gradient(bottom, #404A4F 0%, #C2CACF 100%);
    background-image: -webkit-linear-gradient(bottom, #404A4F 0%, #C2CACF 100%);
    background-image: linear-gradient(to top, #404A4F 0%, #C2CACF 100%);
    border-radius: 3px;
}

.main-banner__image {
    margin-bottom: 18px;
    border-radius: 3px;
    overflow: hidden;
}

.main-banner-content {
    padding: 0 10px;
}

.main-banner__name {
    padding-right: 5px;
    font-family: 'OpenSansSemiBold';
    font-size: 21px;
    color: #FFF;
    line-height: 1.2;
    height: 75px;
}

.main-banner__price {
    margin-bottom: 13px;
    font-family: 'OpenSansBold';
    font-size: 35px;
    color: #fff;
}
.main-banner__price span {
    font-family: 'OpenSansRegular';
    font-size: 18px;
}

.main-banner__oldprice {
    margin-bottom: 8px;
    font-family: 'OpenSansBold';
    font-size: 17px;
    text-decoration: line-through;
    color: #fff;
}
.main-banner__oldprice span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
}

.main-banner-bottom {
    font-size: 0;
}

.main-banner__more {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 28px 30px 0;
    color: #FFFEFE;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #EAEAEC;
    padding: 3px 0;
    width: 106px;
    text-decoration: none;
}
.main-banner__more:hover {
    background: #fff;
    color: #4c565b;
}

.main-banner__discount {
    display: inline-block;
    vertical-align: middle;
    width: 83px;
    height: 83px;
    background-color: #4DAF45;
    text-align: center;
    line-height: 83px;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    font-family: 'OpenSansBold';
}

/*---------------------main-tabs------------------------*/
.main-tabs {
    background: #f3f4f6;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 33px;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: 10px;
}

.ui-tabs .ui-tabs-nav li a {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #404A4F;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #4DAF45;
    border-radius: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #4DAF45;
    color: #fff;
}

.main-tabs {
    overflow: hidden;
}

.main-tabs-product-row {
    margin-left: -21px;
    margin-right: -21px;
    display: flex;
    flex-wrap: wrap;
}
.main-tabs-product-row .product-item {
    margin: 0 21px 40px;
}

/*---------------------main-news------------------------*/
.main-news {
    position: relative;
    float: left;
    padding-top: 30px;
    width: 65%;
    height: 383px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.main-news .border-title {
    margin-bottom: 25px;
}

.main-news-row {
    padding: 0 20px;
}

.m-news-item-block {
    float: left;
    width: 25%;
    text-align: center;
}

.news-row .item {
    display: inline-block;
    width: 263px;
    text-align: left;
}
.news-row .item__image {
    margin-bottom: 18px;
    border-radius: 3px;
    width: 230px;
    height: 160px;
    overflow: hidden;
}
.news-row .item__date {
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px;
    font-size: 13px;
    color: #B8B8B8;
}
.news-row .item__date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/sprite.png);
    background-position: -474px -0px;
}
.news-row .item__date .item__text p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.1;
    color: #404A4F;
}

.main-news__all {
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 33px;
}
.main-news__all:hover {
    color: #404A4F;
}

/*---------------------main-reviews------------------------*/
.main-reviews {
    position: relative;
    float: right;
    width: 576px;
    height: 383px;
    padding: 30px 14px 5px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-reviews .border-title {
    margin-bottom: 25px;
}

.main-reviews__all {
    position: absolute;
    top: 35px;
    right: 15px;
}
.main-reviews__all:hover {
    color: #404A4F;
}

.mr-review {
    margin-bottom: 10px;
    padding: 16px 12px 10px 18px;
    background: #f3f4f6;
    border-radius: 10px;
    text-align: left;
}
.mr-review:after {
    content: '';
    display: block;
    clear: both;
}

.mr-review-top {
    margin-bottom: 10px;
}

.mr-review__photo {
    float: left;
    width: 77px;
    height: 77px;
    overflow: hidden;
    border-radius: 100%;
}

.mr-review-info {
    float: right;
    position: relative;
    margin-top: 10px;
    padding: 6px 8px 6px 15px;
    width: 400px;
    min-height: 60px;
    background: #fff;
    border-radius: 10px;
}

.mr-review__name {
    margin-bottom: 5px;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: #404A4F;
}

.mr-review__date {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #B8B8B8;
}
.mr-review__date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/sprite.png);
    background-position: -474px -0px;
}

.mr-review__grade {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 51px;
    height: 51px;
    background-image: url(../images/sprite.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.mr-review__text p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #727475;
}

.mr-review__link {
    float: right;
}

.mr-answer {
    min-height: 75px;
    padding: 20px 10px 10px 80px;
    background: #f3f4f6;
    border-radius: 10px;
    text-align: left;
    background-image: url(../images/logo-review.png);
    background-position: 14px 50%;
    background-repeat: no-repeat;
}

.mr-answer__text {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #727475;
}

/*---------------------main-clients------------------------*/
.main-clients {
    position: relative;
    float: left;
    padding-top: 45px;
    width: 1196px;
    text-align: center;
    min-height: 200px;
}

.main-clients__title {
    margin-bottom: 5px;
}

.main-clients__all {
    position: absolute;
    top: 51px;
    right: 25px;
}
.main-clients__all:hover {
    color: #404A4F;
}

.main-clients-carousel {
    padding: 0 50px;
}
.main-clients-carousel .slick-arrow {
    top: 50%;
    margin-top: -31px;
    width: 31px;
    height: 63px;
    background-color: #F3F4F6;
    border: 3px solid #EAEAEC;
}
.main-clients-carousel .slick-arrow:hover {
    border: 3px solid #5F6B71;
}
.main-clients-carousel .slick-prev {
    left: 20px;
    background-image: url(../images/icon-small-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.main-clients-carousel .slick-next {
    right: 20px;
    background-image: url(../images/icon-small-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.main-clients-carousel .slick-slide {
    text-align: center;
    height: 135px;
    padding: 0 10px;
}
.main-clients-carousel .slick-slide:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.main-clients-carousel .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.main-clients-carousel .slick-slide img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*---------------------main-videos------------------------*/
.main-videos {
    float: right;
    width: 576px;
    overflow: hidden;
}

.videos-row {
    font-size: 0;
}

.video-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 200px;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
}
.video-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -19px;
    width: 34px;
    height: 38px;
    background-image: url(../images/sprite.png);
    background-position: -464px -20px;
}
.video-item.active:after {
    display: none;
}
.video-item iframe {
    height: 200px;
    width: 280px;
}
.video-item img {
    max-width: 100%;
    height: auto;
}

.main-videos-row {
    margin-left: -8px;
    margin-right: -8px;
}
.main-videos-row .video-item {
    margin: 0 8px;
}

/*---------------------main-about------------------------*/
.main-about {
    float: left;
    /*width: 888px;*/
    margin-top: 15px;
}
.main-about p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #727475;
}
.main-about p span {
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
    color: #404A4F;
}

/*---------------------main-address-slider------------------------*/
.main-address-slider-wrap {
    float: right;
    padding: 29px 65px 20px 65px;
    width: 888px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.main-address-slider-wrap .slick-arrow {
    top: 90px;
}
.main-address-slider-wrap .slick-prev {
    left: -40px;
}
.main-address-slider-wrap .slick-next {
    right: -40px;
}

.ma__map {
    display: block;
    overflow: hidden;
    /*max-height: 414px;*/
    margin: 0;
    padding: 0;

}

.ma-info__item, .ma-info__item-title {
    font-size: 13px;
    color: #727475;
    float: left;
    line-height: 1.5;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #727475;
    margin: 6px 0;
}

.ma__map img{

    width: 100%;
}

.ma-info__item-title {
    border: none;
    color: #F4A11D;
    width: 35%;
    margin: 15px;
    max-width:250px;
}

.ma-info__item span {
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    color: #404A4F;
}

/*---------------------footer------------------------*/
.footer {
    overflow: hidden;
    float: left;
    width: 100%;
}
.footer-menu__switcher {
    display: none;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.footer-menu__switcher span,
.footer-menu__switcher span:before,
.footer-menu__switcher span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-menu__switcher span:before {
    top: -10px;
}

.footer-menu__switcher span:after {
    top: auto;
    bottom: -10px;
}

.footer-menu__switcher.active {
    border-radius: 5px 5px 0 0;
}

.footer-menu__switcher.active span {
    background-color: transparent;
}

.footer-menu__switcher.active span:before,
.footer-menu__switcher.active span:after {
    top: 0;
    background: #fff;
}

.footer-menu__switcher.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-menu__switcher.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer-menu {
    padding: 10px 0;
    font-size: 0;
    background: #57b24f;
}
.footer-menu ul {
    display: table;
    width: 100%;
}
.footer-menu li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    margin-right: 65px;
    padding: 0 38px;
}
.footer-menu li:first-child {
    padding-left: 0;
}
.footer-menu li:last-child {
    padding-right: 0;
}
.footer-menu li:last-child:after {
    display: none;
}
.footer-menu li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    right: 0;
    width: 2px;
    height: 9px;
    background: rgba(255, 255, 255, 0.5);
}
.footer-menu li a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}
.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-logo {
    position: absolute;
    left: 0;
    top: 15px;
}

.footer-inner {
    padding-left: 125px;
}

.footer-inner-top {
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #b7b7b7;
}

.footer-contacts {
    float: left;
    padding-top: 3px;
}

.footer-contacts-row {
    display: table;
    width: 100%;
}

.footer-contacts-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 27px;
}
.footer-contacts-cell:first-child {
    padding-left: 0;
}
.footer-contacts-cell:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    width: 2px;
    height: 33px;
    background-image: url(../images/footer-divider.png);
}

.footer__phones {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__phones:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-position: -271px -0px;
}
.footer__phones a {
    text-decoration: none;
    color: #7D7D7D;
}

.footer__address {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__address:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-position: -256px -0px;
}

.footer__mail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__mail:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 15px;
    background-image: url(../images/sprite.png);
    background-position: -233px -0px;
}
.footer__mail a {
    color: #7D7D7D;
    text-decoration: none;
}

.footer__timetable {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 13px;
    color: #7D7D7D;
}
.footer__timetable:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-position: -292px -0px;
}

.footer-social {
    float: right;
    font-size: 0;
    position: relative;
    top: -5px;
}
.footer-social a {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    width: 30px;
    height: 31px;
    background-image: url(../images/sprite.png);
}

.footer-social__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 11px;
    color: #7D7D7D;
}

.footer-social-row {
    display: inline-block;
    vertical-align: middle;
}

.fb {
    background-position: -312px -66px;
}
.fb:hover {
    background-position: -282px -66px;
}

.vk {
    background-position: -141px -112px;
}
.vk:hover {
    background-position: -462px -66px;
}

.inst {
    background-position: -372px -66px;
}
.inst:hover {
    background-position: -342px -66px;
}

.tw {
    background-position: -432px -66px;
}
.tw:hover {
    background-position: -402px -66px;
}

.ytube {
    background-position: -201px -112px;
}
.ytube:hover {
    background-position: -171px -112px;
}

.footer-copy {
    padding: 12px 0;
    text-align: center;
    color: #999;
    font-family: 'OpenSansLight';
    font-size: 11px;
}

/*==============================PORTFOLIO==============================*/
.portfolio-city {
    margin-bottom: 20px;
    position: relative;
    z-index: 20;
}

.portfolio-city__title {
    display: inline-block;
    vertical-align: middle;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    margin-right: 12px;
    text-transform: uppercase;
}

.portfolio-city-select {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-city-select .jq-selectbox__select, .portfolio-city-select .jq-selectbox__select.focused {
    border: 3px solid #EAEAEC;
    min-width: 230px;
}
.portfolio-city-select .jq-selectbox__trigger {
    background: #f3f4f6;
}
.portfolio-city-select .jq-selectbox__select {
    height: 32px;
}
.portfolio-city-select .jq-selectbox__select-text {
    line-height: 25px;
}
.portfolio-city-select .jq-selectbox__trigger-arrow {
    top: 11px;
}

.portfolio-map {
    position: relative;
}

.pf-item {
    position: absolute;
    top: 15%;
    left: 40%;
    height: 46px;
    padding: 5px 0 5px 45px;
    background: #fff;
    border-radius: 20px;
    z-index: 40;
}
.pf-item:hover .pf-item__btn {
    background-image: url(../images/sprite.png);
    background-position: -418px -20px;
}
.pf-item:hover .pf-item-inner {
    display: table;
}

.pf-item__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background-image: url(../images/sprite.png);
    background-position: -0px -66px;
    cursor: pointer;
}

.pf-item-inner {
    display: none;
    width: 100%;
}

.pf-item__logo {
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}

.pf-item-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 10px;
}

.pf-item__title {
    margin-bottom: 2px;
    font-family: 'OpenSansBold';
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
    color: #2C2C2C;
}

.pf-item__link {
    color: #404A4F;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed #404A4F;
}
.pf-item__link:hover {
    border-color: transparent;
}

.portfolio-name h1 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.portfolio-name__logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
}

/*---------------------portfolio-product------------------------*/
.portfolio-product {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.portfolio-product-media {
    float: left;
    width: 575px;
}

.portfolio-product-slider-wrap {
    margin-bottom: 18px;
    padding: 13px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}

.portfolio-product-carousel {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}
.portfolio-product-carousel .slick-list {
    padding: 7px 30px;
}
.portfolio-product-carousel .slick-arrow {
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    padding: 0;
    background-image: url(../images/sprite.png);
}
.portfolio-product-carousel .slick-prev {
    left: 10px;
    background-position: -362px -0px;
}
.portfolio-product-carousel .slick-next {
    right: 10px;
    background-position: -352px -0px;
}
.portfolio-product-carousel .slick-slide {
    border: 3px solid transparent;
    border-radius: 3px;
    text-align: center;
}
.portfolio-product-carousel .slick-slide img {
    cursor: pointer;
    width: 90px;
    height: 85px;
}
.portfolio-product-carousel .slick-current {
    border-color: #F4A21E;
}

.portfolio-product-content {
    float: right;
    width: 880px;
}
.portfolio-product-content h3 {
    margin-bottom: 10px;
}
.portfolio-product-content p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
    color: #404A4F;
}

.pp-table {
    float: left;
    margin-right: 17px;
    padding: 10px;
    width: 478px;
    border: 1px solid #c8c9cb;
    border-radius: 5px;
}
.pp-table:last-child {
    margin-right: 0;
}

.pp-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dbdcde;
}
.pp-row:last-child {
    border-bottom: 0;
}

.pp-cell {
    display: table-cell;
    padding: 4px 5px 5px 0;
    width: 50%;
    border-right: 1px solid #dbdcde;
    color: #2C2C2C;
}
.pp-cell:first-child {
    color: #A5A5A5;
}
.pp-cell:last-child {
    border-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

.portfolio-info {
    margin-bottom: 20px;
}

/*---------------------other-product-carousel------------------------*/
.other-product .border-title {
    margin-bottom: 25px;
}

.other-product-carousel .slick-track {
    padding: 0 3px 5px 3px;
}
.other-product-carousel .slick-arrow {
    top: -60px;
    width: 21px;
    height: 37px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #EAEAEC;
}
.other-product-carousel .slick-arrow:hover {
    border-color: #5F6B71;
}
.other-product-carousel .slick-prev {
    left: auto;
    right: 21px;
    background-image: url(../images/quantity-arrow-left.png);
    border-right: 2px solid #EAEAEC;
}
.other-product-carousel .slick-next {
    right: 0;
    background-image: url(../images/quantity-arrow-right.png);
    border-left: 2px solid #EAEAEC;
}
.other-product-carousel .slick-slide {
    margin-right: 47px;
}
.other-product-carousel .item {
    padding: 0 12px;
    display: inline-block;
    width: 264px;
    height: 315px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #fff;
    text-align: left;
}
.other-product-carousel .item__image {
    padding-top: 40px;
    height: 235px;
    text-align: center;
}
.other-product-carousel .item__image img {
    max-width: 100%;
    height: auto;
}
.other-product-carousel .item__title {
    margin-bottom: 5px;
    font-family: 'OpenSansSemiBold';
    font-size: 16px;
    color: #404a4f;
}
.other-product-carousel .item__country {
    font-size: 12px;
    color: #2c2c2c;
}
.other-product-carousel .item__articul {
    font-size: 12px;
    color: #2C2C2C;
}
.other-product-carousel .item__articul span {
    color: #A4A4A4;
}

/*==============================NEWS==============================*/
.main {
    padding: 80px 0 60px 0;
}

.breadcrumbs {
    margin-bottom: 30px;
    font-size: 0;
}
.breadcrumbs a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 13px;
    text-decoration: none;
    color: #727475;
}
.breadcrumbs a:last-child {
    cursor: default;
}
.breadcrumbs a:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -17px;
    width: 11px;
    height: 5px;
    background-image: url(../images/sprite.png);
    background-position: -62px -0px;
}
.breadcrumbs a:last-child:after {
    display: none;
}

.breadcrumbs_mb {
    margin-bottom: 17px;
}

/*-----------------news-wrapper------------------------*/
.news-wrapper {
    float: left;
    width: 1490px;
}

.news-tabs .ui-tabs-nav li a {
    padding: 8px 20px !important;
}

.news-list {
    padding-top: 13px;
}
.news-list .item {
    margin-bottom: 50px;
}
.news-list .item:after {
    content: '';
    display: block;
    clear: both;
}
.news-list .item-left {
    float: left;
    width: 330px;
    height: 169px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0;
}
.news-list .item__date {
    display: inline-block;
    vertical-align: top;
    padding: 6px 3px 0 10px;
    width: 70px;
    height: 100%;
    background-color: #4DAF45;
    font-size: 12px;
    color: #FFF;
}
.news-list .item__date span {
    display: block;
}
.news-list .date-num {
    font-family: 'OpenSansExtraBold';
    font-size: 35px;
}
.news-list .item__image {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 169px;
    overflow: hidden;
}
.news-list .item-content {
    position: relative;
    margin-left: 365px;
}
.news-list .item-content p {
    font-size: 13px;
    line-height: 16px;
    color: #404A4F;
}
.news-list .item__title {
    display: inline-block;
    text-decoration: none;
    color: #424345;
}
.news-list .item__title:hover h3 {
    color: #4daf45;
}
.news-list .item__text {
    min-height: 130px;
    padding-bottom: 10px;
}
.news-list .item-bottom {
    display: table;
    width: 100%;
}
.news-list .item-social {
    display: table-cell;
    vertical-align: top;
    width: 130px;
}
.news-list .item-btn {
    display: table-cell;
    vertical-align: top;
    width: 140px;
}
.news-list .item-tags {
    display: table-cell;
    vertical-align: middle;
}
.news-list .item-tags__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #727475;
    padding-top: 2px;
}
.news-list .item-tags-links {
    vertical-align: middle;
    display: inline-block;
}
.news-list .item-tags-links a {
    display: inline-block;
    color: #404A4F;
    text-decoration: underline;
}
.news-list .item-tags-links a:hover {
    text-decoration: none;
}

.paginator {
    display: block;
    font-size: 0;
}
.paginator li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.paginator a {
    display: block;
    width: 33px;
    height: 31px;
    font-family: 'OpenSansSemiBold';
    text-align: center;
    line-height: 27px;
    background-color: #FFF;
    border: 3px solid #EAEAEC;
    font-size: 12px;
    color: #727475;
    border-radius: 2px;
}
.paginator a:hover, .paginator a.active {
    background-color: #59B251;
    border-color: #59B251;
    color: #fff;
}

/*-----------------right-block--------------------*/
.right-block {
    float: right;
    width: 264px;
}
.right-block .video-item {
    margin-bottom: 25px;
}

.right-block_big {
    width: 280px;
}

.subscribe {
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
}

.subscribe__top {
    padding: 7px 10px;
    text-align: center;
    background: #59b351;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
}

.subscribe-form {
    background: #fff;
    padding: 20px 20px 30px 20px;
}

.subscribe__title {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #727475;
}

.subscribe-form-item {
    margin-bottom: 12px;
}

.subscribe-form__btn {
    margin: 8px 0 20px 0;
    text-transform: uppercase;
}

.subscribe-form__note {
    position: relative;
    color: #727475;
    padding-left: 20px;
    font-size: 12px;
}
.subscribe-form__note:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url(../images/sprite.png);
    background-position: -295px -51px;
}
.subscribe-form__note:hover:before {
    background-position: -282px -51px;
}

/*---------------------news-single------------------------*/
.news-single {
    position: relative;
    padding-left: 90px;
    padding-bottom: 40px;
}
.news-single h2 {
    margin-bottom: 20px;
}

.news-single__date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 5px 5px 10px;
    background: #4daf45;
    border-radius: 3px;
    width: 70px;
    height: 90px;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}
.news-single__date span {
    margin-bottom: 3px;
    display: block;
}
.news-single__date .ns-date-num {
    font-family: 'OpenSansExtraBold';
    font-size: 35px;
    line-height: 1;
}

.news-single__tags span {
    display: inline-block;
    vertical-align: top;
    color: #727475;
}
.news-single__tags a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    color: #404A4F;
}
.news-single__tags a:hover {
    color: #404A4F;
    text-decoration: none;
}

.content-text img {
    float: left;
    margin: 0 25px 25px 0;
    max-width: 100%;
    height: auto;
}

.content-text__subtitle {
    margin-bottom: 20px;
    padding: 7px 0;
    border-top: 1px solid #dadcdd;
    border-bottom: 1px solid #dadcdd;
    font-family: 'OpenSansSemiBoldItalic';
}

.content-text__video {
    float: left;
    margin: 0 25px 25px 0;
}

.content-social .social-links {
    display: inline-block;
    vertical-align: middle;
}
.content-social .btn {
    vertical-align: middle;
}

/*---------------------news-block------------------------*/
.news-block {
    padding: 28px 18px 30px 18px;
    background: #fff;
}
.news-block .border-title {
    margin-bottom: 28px;
}

.news-item-block {
    float: left;
    width: 16.66%;
    text-align: center;
}

/*==============================REVIEWS==============================*/
.reviews-container {
    max-width: 70vw;
    line-height: 15px;
}

.reviews-tabs .ui-tabs-nav {
    margin-bottom: 20px;
    padding: 5px 5px 5px 5px !important;
}

.reviews-tabs .ui-tabs-nav li a {
    padding: 8px 20px !important;

}

.review-add {
    position: relative;
    margin: 15px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.review-add__title {
    margin-bottom: 5px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 15px;
    text-transform: uppercase;
}

.review-add__text {
    font-size: 13px;
    color: #727475;
}

.review-add__btn {
    position: relative;
    margin: 0 20px;
}

.reviews-sort {
    position: relative;
    padding: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reviews-sort__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.reviews-sort a {
    margin-bottom: 10px;
}

.reviews-sort-buttons {
    display: inline-block;
    vertical-align: middle;
}

.rs-btn {
    float: left;
    margin-right: 10px;
    padding: 9px 15px;
    border: 1px solid #DADCDD;
    border-radius: 3px;
    cursor: pointer;
    color: #727475;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
}
.rs-btn.active {
    background-color: #FFF;
}

.reviews-sort__delete {
    position: relative;
    display: block;
    cursor: pointer;
    width: 36px;
    height: 31px;
    background-image: url(../images/sprite.png);
    background-position: -282px -20px;
}

.reviews-tabs-content {
    position: relative;
    padding: 29px 22px 10px 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.reviews-content__title {
    display: inline-block;
    margin-bottom: 16px;
    padding: 5px 20px;
    border: 3px solid #EAEAEC;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
}

.reviews-content-paginator {
    position: absolute;
    top: 28px;
    right: 22px;
}
.reviews-content-paginator li:last-child {
    margin-right: 0;
}

.reviews-list {
    text-align: left;
}
.reviews-list .item {
    margin-bottom: 15px;
    padding: 16px 40px 16px 18px;
    border-radius: 7px;
    background: #f3f4f6;
}
.reviews-list .item:after {
    content: '';
    display: block;
    clear: both;
}
.reviews-list .item-left {
    float: left;
    width: 370px;
    font-size: 0;
}
.reviews-list .item__photo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 77px;
    height: 77px;
    border-radius: 100%;
    overflow: hidden;
}
.reviews-list .item-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 64px 12px 15px;
    width: 260px;
    border-radius: 5px;
    background: #fff;
}
.reviews-list .item__title {
    margin-bottom: 8px;
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: #404A4F;
}
.reviews-list .item__date {
    position: relative;
    padding-left: 23px;
    font-size: 12px;
    color: #B8B8B8;
}
.reviews-list .item__date:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/sprite.png);
    background-position: -474px -0px;
}
.reviews-list .item__grade {
    position: absolute;
    width: 51px;
    height: 51px;
    top: 5px;
    right: 7px;
    background-image: url(../images/sprite.png);
}
.reviews-list .item-content {
    margin-left: 370px;
    padding-top: 5px;
}
.reviews-list .item__rated {
    font-size: 0;
    margin-bottom: 12px;
}
.reviews-list .item__rated .r-star {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-position: -459px -0px;
}
.reviews-list .item__rated .r-star.fill {
    background-position: -444px -0px;
}

.grade-1 {
    background-position: -264px -159px;
}

.grade-2 {
    background-position: -315px -159px;
}

.grade-3 {
    background-position: -366px -159px;
}

.grade-4 {
    background-position: -417px -159px;
}

.grade-5 {
    background-position: -0px -225px;
}

/*==============================ABOUT==============================*/
/*---------------------clients-block------------------------*/
.clients-block {
    padding: 58px 0 5px 0;
    overflow: hidden;
}

.clients-block__title {
    margin-bottom: 10px;
}

.clients-block-carousel .slick-slide {
    text-align: center;
    height: 145px;
    padding: 0 10px;
}

.clients-block-carousel .slick-slide img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.clients-block-carousel img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.clients-block-carousel img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*---------------------reviews-block------------------------*/
.reviews-block {
    position: relative;
    padding: 29px 22px 10px 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.reviews-block__btn {
    position: absolute;
    top: 30px;
    right: 22px;
}

/*---------------------about-benefits------------------------*/
.about-benefits {
    padding-bottom: 45px;
    background-image: url(../images/bg-about-benefits.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 10px;
}

.about-benefits__title {
    position: relative;
    top: -24px;
    display: inline-block;
    margin-bottom: 83px;
    padding: 8px 20px;
    background: #58b250;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

.about-benefits-row {
    margin-bottom: 35px;
    text-align: center;
    font-size: 0;
}
.about-benefits-row .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 36px;
    padding: 70px 20px 0;
    width: 270px;
    height: 212px;
    font-size: 13px;
    border: 1px solid #4f4f4f;
    border-radius: 3px;
    color: #FFF;
}
.about-benefits-row .item__icon {
    position: absolute;
    top: -57px;
    left: 50%;
    margin-left: -57px;
}
.about-benefits-row .item__title {
    margin-bottom: 24px;
    font-family: 'OpenSansBold';
    font-size: 17px;
    text-transform: uppercase;
}
.about-benefits-row .item__text {
    line-height: 14px;
    font-size: 13px;
}

.about-benefits__text {
    font-size: 15px;
    line-height: 20px;
    padding: 0 140px;
    color: #FFF;
}

/*---------------------about-history------------------------*/
.about-history {
    padding: 60px 0 75px 0;
    overflow: hidden;
}

.about-history__title {
    margin-bottom: 30px;
    color: #404A4F;
    text-align: center;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

.about-history-columns {
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.ah-block {
    float: left;
    width: 32.3%;
    margin: 0 0.5%;
}
.ah-block p {
    margin-bottom: 18px;
    font-family: 'OpenSansItalic';
    font-size: 13px;
    color: #404A4F;
}

/*---------------------about-gallery-wrap------------------------*/
.about-gallery-wrap {
    overflow: hidden;
}

.about-gallery {
    font-size: 0;
}
.about-gallery .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    height: 12.5%;
}
.about-gallery .item img {
    max-width: 100%;
    height: auto;
}
.about-gallery .item-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 20px 10px 30px;
    background: rgba(88, 178, 80, 0.9);
}
.about-gallery .item-content p {
    position: relative;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
}
.about-gallery .item-content p:last-child {
    margin-bottom: 0;
}
.about-gallery .item-content p:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -12px;
    width: 4px;
    height: 8px;
    background-image: url(../images/sprite.png);
    background-position: -49px -4px;
}

/*---------------------about-portfolio------------------------*/
.about-portfolio {
    padding: 20px 0 55px 0;
}

.about-portfolio-top {
    position: relative;
    padding-bottom: 25px;
}

.about-portfolio__btn {
    position: absolute;
    right: 50%;
    margin-right: -886px;
    width: 184px;
}

.about-portfolio-map img {
    max-width: 100%;
    height: auto;
}

/*==============================PRODUCT==============================*/
/*---------------------product-info-left------------------------*/
.product-info {
    padding: 10px 0 40px 0;
}

.product-info-left {
    float: left;
    width: 575px;
}

.product-slider-big-wrap {
    margin-bottom: 18px;
    padding: 10px;
    height: 510px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.product-slider-big {
    position: relative;
}

.ps-item__rating {
    position: absolute;
    top: 3px;
    left: 0;
}

.ps-item__rating .star {
    margin-right: 2px;
}

.ps-item__name {
    position: absolute;
    top: 0;
    /*  left: 110px;*/
    font-size: 16px;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    z-index: 10;
    width:80%;
}

.ps-item__availability {
    position: absolute;
    top: -1px;
    font-family: 'OpenSansSemiBold';
    right: 0;
    color: #404A4F;
    font-size: 13px;
}

.ps-item__discount {
    position: absolute;
    right: 0;
    top: 38px;
    width: 83px;
    height: 83px;
    background-color: #4DAF45;
    border-radius: 100%;
    text-align: center;
    line-height: 83px;
    color: #FFF;
    font-family: 'OpenSansSemiBold';
    font-size: 30px;
}

.ps-item__image {
    padding-top: 30px;
    text-align: center;
}
.ps-item__image img {
    max-width: 100%;
    height: auto;
}

.product-slider-small {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 7px 0;
    background: #fff;
}
.product-slider-small .slick-list {
    margin: 0 30px;
}
.product-slider-small .slick-arrow {
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    padding: 0;
    background-image: url(../images/sprite.png);
}
.product-slider-small .slick-prev {
    left: 10px;
    background-position: -362px -0px;
}
.product-slider-small .slick-next {
    right: 10px;
    background-position: -352px -0px;
}
.product-slider-small .slick-slide {
    text-align: center;
}
.product-slider-small .slick-current .slide-item {
    border-color: #F4A21E;
}
.product-slider-small .slide-item {
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 3px;
    text-align: center;
    width: 90px;
    height: 85px;
    overflow: hidden;
    cursor: pointer;
}
.product-slider-small .slide-item img {
    display: inline-block;
    vertical-align: bottom;
}

/*---------------------product-info-content------------------------*/
.product-info-content {
    float: right;
    width: 65%;
}

.product-info-prices {
    float: left;
}

.pip-discount-price {
    margin-bottom: 20px;
    line-height: 1;
}
.pip-discount-price span {
    margin-bottom: 0;
    font-size: 12px;
    color: #727475;
}

.pip-discount-price__num {
    font-family: 'OpenSansBold';
    font-size: 32px;
    color: #2c2c2c;
}
.pip-discount-price__num span {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #2C2C2C;
}

.pip-old-price span {
    margin-bottom: 0;
    font-size: 12px;
    color: #727475;
}

.pip-old-price__num {
    font-family: 'OpenSansBold';
    font-size: 21px;
    color: #B7B7B7;
    text-decoration: line-through;
}
.pip-old-price__num span {
    font-family: 'OpenSansRegular';
    font-size: 13px;
    color: #B7B7B7;
}

.product-info-top {
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-info-top-inner {
    padding-left: 195px;
    padding-bottom: 20px;
    position: relative;
}

.product-info-actions {
    padding-bottom: 13px;
    border-bottom: 1px solid #cbccce;
}

.pic-color {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 40px;
    padding-left: 45px;
    margin-right: 25px;
}
.pic-color.active .pic-color__image {
    border: 3px solid #404A4F;
}
.pic-color.active .pic-color__image:after {
    display: block;
}

.pic-color__image {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 100%;
}
.selected .pic-color__image:after,
.pic-color__image:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 17px;
    background-image: url(../images/sprite.png);
    background-position: -46px -92px;
}

.pic-color__title {
    color: #727475;
}

.pic-color__name {
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: #404A4F;
}

.pic-quantity {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.pic-quantity .product-item__quantity {
    margin-bottom: 0;
}
.pic-quantity .product-item__value {
    width: 55px;
}

.pic-cart__btn {
    vertical-align: middle;
    margin-right: 20px;
}

.pic-cart__click {
    vertical-align: middle;
}

/*---------------------product-color-carousel------------------------*/
.product-color-carousel-wrap {
    padding-right: 50px;
}

.product-color-carousel {
    padding-top: 12px;
}
.product-color-carousel .slick-arrow {
    top: 50%;
    margin-top: -18px;
    width: 21px;
    height: 37px;
    background-color: #F3F4F6;
    border: 3px solid #EAEAEC;
}
.product-color-carousel .slick-arrow:hover {
    border: 3px solid #5F6B71;
    z-index: 50;
}
.product-color-carousel .slick-prev {
    left: auto;
    right: -32px;
    background-image: url(../images/icon-small-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-color-carousel .slick-next {
    right: -50px;
    background-image: url(../images/icon-small-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-color-carousel .pic-color {
    cursor: pointer;
    margin-right: 10px;
}
.product-color-carousel .pic-color__title {
    font-size: 12px;
}
.product-color-carousel .pic-color__name {
    font-size: 13px;
}

.product-info-price-note {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #59b351;
    font-family: 'OpenSansBold';
}

/*---------------------product-info-tabs------------------------*/
.product-info-tabs h4 {
    color: #2C2C2C;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav {
    margin-bottom: 0;
    width: 100%;
    display: table;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li,
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active {
    float: none;
    display: table-cell;
    text-align: center;
    padding: 0;
    height: 55px;
    vertical-align: middle;
    margin: 0;
    border-radius: 0;
    border: 3px solid #EAEAEC;
    border-right: 0;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li a,
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active a {
    display: block;
    font-size: 11px;
    float: none;
    text-transform: uppercase;
    color: #2C2C2C;
    background: transparent;
    box-shadow: none;
    padding: 17px 5px;
}
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li:last-child,
.product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active:last-child {
    border-right: 3px solid #EAEAEC;
}
.product-info-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
}
.product-info-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #2C2C2C;
}

.product-info-tabs-top {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.pitt-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pitt-blocks {
    display: table;
    width: 100%;
}

.pitt-blocks-cell {
    display: table-cell;
    padding: 0 10px;
    height: 55px;
    vertical-align: middle;
    border: 3px solid #EAEAEC;
    border-left: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
}

.pitt-callback {
    text-align: left;
}
.pitt-callback a {
    color: #4DAF45;
}
.pitt-callback span {
    display: block;
}

/*---------------------product-info-characteristic------------------------*/
.product-info-characteristic {
    padding: 20px;
}

.product-info-characteristic-table {
    margin-bottom: 15px;
    border: 1px solid #C8C9CB;
    border-radius: 5px;
}

.product-info-characteristic__title {
    padding: 10px 10px 10px 17px;
    color: #2C2C2C;
    font-size: 13px;
    border-bottom: 1px solid #c8c9cb;
}

.product-info-characteristic-body {
    padding: 15px 10px;
}

.product-info-characteristic-body {
    display: table;
    width: 100%;
}

.pic-row {
    display: table-row;
}

.pic-cell__title {
    position: relative;
    display: table-cell;
    border-bottom: 1px solid #dbdcde;
    border-right: 1px solid #dbdcde;
    color: #A5A5A5;
    padding: 5px 10px 4px 0;
    font-size: 13px;
}
.pic-cell__title .tooltip {
    float: right;
    margin-top: 2px;
}

.pic-cell__value {
    padding: 3px 0 3px 10px;
    display: table-cell;
    border-bottom: 1px solid #dbdcde;
}

.product-info-about {
    padding: 20px;
}
.product-info-about h4 {
    margin-bottom: 15px;
    color: #2C2C2C;
}
.product-info-about ul {
    margin-bottom: 12px;
}
.product-info-about ul li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 8px;
    line-height: 1.1;
}
.product-info-about ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #2c2c2c;
    border-radius: 3px;
}
.product-info-about p {
    margin-bottom: 12px;
}

.product-info-scheme {
    margin-bottom: 20px;
}

.product-scheme-carousel-wrap {
    padding: 0 50px;
}

.product-scheme-carousel .slick-slide {
    text-align: center;
}
.product-scheme-carousel .slick-arrow {
    width: 39px;
    height: 125px;
    background: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-scheme-carousel .slick-prev {
    left: -50px;
    top: 0;
    margin: 0;
    background-image: url(../images/black-arrow-prev.png);
}
.product-scheme-carousel .slick-next {
    right: -50px;
    top: 0;
    margin: 0;
    background-image: url(../images/black-arrow-next.png);
}

.product-info-delivery {
    margin-bottom: 20px;
}

.product-info-offer {
    margin-bottom: 10px;
    text-align: center;
}

.product-info-offer-row {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.product-info-offer-row .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    padding: 5px 7px;
    width: 100%;
    border: 3px solid #EAEAEC;
    border-radius: 2px;
    text-align: left;
}
.product-info-offer-row .item__icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 66px;
}
.product-info-offer-row .item__icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: -5px;
    width: 21px;
    height: 21px;
    background-image: url(../images/sprite.png);
    background-position: -104px -45px;
}
.product-info-offer-row .item__text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    font-size: 13px;
    line-height: 15px;
    color: #8D8D8D;
}

.product-info-form {
    margin-top: 30px;
    padding: 30px 30px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.product-info-form-row {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.pif-cell {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 10px;
}
.pif-cell:last-child {
    padding-right: 0;
}
.pif-cell .form__field {
    background: transparent;
}
.pif-cell .btn {
    display: block;
    padding: 0 5px;
    width: 150px;
}

.pif__note {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
    color: #727475;
    font-size: 12px;
}

.pif__vip {
    display: inline-block;
    vertical-align: top;
    color: #727475;
    font-size: 12px;
}

.pic-top {
    margin-bottom: 25px;
    text-align: center;
}
.pic-top h2 {
    margin-bottom: 5px;
}

.pic-list {
    font-size: 0;
    margin-bottom: 10px;
}
.pic-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding-left: 30px;
    width: 50%;
    color: #727475;
    font-size: 13px;
}
.pic-list li:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/sprite.png);
    background-position: -104px -45px;
}

.pic-form {
    width: 910px;
    margin: 0 auto;
    display: table;
}

.pic-form-row {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.pic-form-cell {
    display: table-cell;
    width: 33.33%;
    padding-right: 13px;
}

.pic-form-cell_big {
    width: 66.66%;
}

.pic-form__note {
    margin-bottom: 15px;
    font-size: 12px;
    color: #727475;
    min-width: 220px;
}

.pic-form__btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    width: 220px;
    background-image: url(../images/btn-beat.png);
    background-position: left 30px top 50%;
    background-repeat: no-repeat;
}
.pic-form__btn:hover {
    background-image: url(../images/btn-beat.png);
    background-position: left 30px top 50%;
    background-repeat: no-repeat;
}
.pic-form__btn:before, .pic-form__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -70px;
    width: 62px;
    height: 2px;
    background-image: url(../images/dashed-line.png);
}
.pic-form__btn:after {
    left: auto;
    right: -70px;
}

.product-stat-column {
    width: 48%;
}

.product-stat-block {
    margin-bottom: 30px;
}

.psb__title {
    margin-bottom: 8px;
    color: #2C2C2C;
    font-size: 12px;
    text-transform: uppercase;
}

.psb-item {
    padding: 3px 10px;
    font-size: 13px;
}
.psb-item:nth-child(odd) {
    background: #eaeaec;
}

.psb-item__title {
    display: inline-block;
    vertical-align: top;
    color: #A5A5A5;
}

.psb-item__value {
    display: inline-block;
    vertical-align: top;
    color: #2C2C2C;
}

.product-price-table table {
    width: 100%;
}
.product-price-table tr {
    border: 1px solid #EAEAEC;
}
.product-price-table tr:last-child {
    border: 0;
}
.product-price-table tr:last-child td:nth-child(2) {
    text-align: center;
}
.product-price-table tr:hover {
    background: #fff;
}
.product-price-table tr:hover .product-price__name {
    border-bottom: 1px dashed #2C2C2C;
    color: #2C2C2C;
}
.product-price-table th {
    background: #fff;
    color: #A4A4A4;
    font-weight: normal;
    font-family: 'OpenSansRegular';
    font-size: 13px;
    text-align: center;
    padding: 8px 10px;
}
.product-price-table th:nth-child(2) {
    padding-left: 0;
    text-align: left;
}
.product-price-table th:nth-child(3) {
    text-align: right;
    padding-right: 20px;
}
.product-price-table th:last-child {
    padding-right: 17px;
    text-align: right;
}
.product-price-table td {
    text-align: center;
    padding: 4px 0;
    vertical-align: middle;
}
.product-price-table td:first-child {
    width: 36px;
    text-align: center;
    font-size: 13px;
    color: #A4A4A4;
}
.product-price-table td:nth-child(2) {
    text-align: left;
}
.product-price-table td:nth-child(3n) {
    text-align: right;
}
.product-price-table td:last-child {
    padding-right: 5px;
    text-align: right;
}
.product-price-table .table-divider {
    border: 0;
}
.product-price-table .table-divider td {
    height: 13px;
    background: #f3f4f6;
}

.product-price__name {
    display: inline-block;
    color: #2C2C2C;
    margin-right: 15px;
    font-size: 13px;
    border-bottom: 1px dashed transparent;
}

.product-price__sum {
    color: #2C2C2C;
    white-space: nowrap;
    font-size: 15px;
    font-family: 'OpenSansBold';
}
.product-price__sum span {
    font-size: 13px;
    font-family: 'OpenSansRegular';
}

.product-price__old {
    white-space: nowrap;
    color: #C1C1C1;
    text-decoration: line-through;
    font-family: 'OpenSansBold';
    font-size: 13px;
}
.product-price__old span {
    font-family: 'OpenSansRegular';
    font-size: 15px;
}

.product-price-quantity {
    float: right;
    display: table;
    width: 100px;
}
.product-price-quantity .product-item__value input {
    height: 21px;
    font-size: 15px;
    color: #727475;
    border: 0;
}
.product-price-quantity .product-item__btn {
    width: 19px;
    height: 21px;
    border: 0;
    background-image: url(../images/sprite.png);
}
.product-price-quantity .dwn {
    background-position: -368px -45px;
}
.product-price-quantity .dwn:hover {
    background-position: -343px -45px;
}
.product-price-quantity .up {
    background-position: -318px -45px;
}
.product-price-quantity .up:hover {
    background-position: -194px -45px;
}

.product-price__size {
    font-size: 11px;
    color: #A4A4A4;
}
.product-price__size p {
    margin: 0;
}
.product-price__size span {
    color: #2C2C2C;
}

.product-price-total {
    padding-top: 7px;
}

.ppt__discount {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background-color: #4DAF45;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 10px;
}

.ppt__text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #2C2C2C;
    font-size: 13px;
    text-transform: uppercase;
}

.ppt__sum {
    display: inline-block;
    vertical-align: middle;
    color: #2C2C2C;
    font-size: 15px;
    font-family: 'OpenSansBold';
}
.ppt__sum span {
    font-size: 13px;
    font-family: 'OpenSansRegular';
}

/*---------------------product-section------------------------*/
.product-section {
    padding: 40px 0 45px 0;
}
.product-section .border-title {
    margin-bottom: 25px;
}

.product-carousel {
    position: relative;
}
.product-carousel .slick-track {
    padding-bottom: 5px;
}
.product-carousel .slide {
    margin-right: 47px;
}
.product-carousel .slick-arrow {
    top: -60px;
    width: 21px;
    height: 37px;
    background-color: #F3F4F6;
    border: 3px solid #EAEAEC;
    z-index: 30;
}
.product-carousel .slick-arrow:hover {
    border: 3px solid #5F6B71;
    z-index: 50;
}
.product-carousel .slick-prev {
    left: auto;
    right: 19px;
    background-image: url(../images/icon-small-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.product-carousel .slick-next {
    right: 0;
    background-image: url(../images/icon-small-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.product-tabs-wrapp{
    position:relative;

    background: rgba(77, 175, 69, 0.3);
    margin-bottom: 22px;
    margin-left: -41px;
    padding-left: 33px;
}
.product-tabs-wrapp:before,
.product-tabs-wrapp:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 3000px;
    background: rgba(77, 175, 69, 0.3);
}

.product-tabs-wrapp:before {
    left: -3000px;
}

.product-tabs-wrapp:after {
    right: -3000px;
}

.main {
    overflow: hidden;
}

.product-tabs-list:after{
    content: '';
    height: 50px;
    display: table;
}

.product-tabs-list {
    height: 60px;
    text-align: center;

}

.product-tabs-list li:first-child{
    border-left: 1px solid #fff;
}

/*******/

.product-detail-tabs .product-tabs-list ul li a{
    background: #c1dfc1;
    height: 100%;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 45px;

}

.product-detail-tabs .product-tabs-list ul li a:focus {
    outline: none;
}

.product-detail-tabs .product-tabs-list ul li a:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    float: right;
    margin: 14px -2px 4px 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.product-detail-tabs .product-tabs-list ul li a:hover{
    border-radius: 0;
}

.product-detail-tabs .product-tabs-list ul li{
    border-right: 1px solid #fff;
    margin: 0 -1px!important;


}


.product-detail-tabs .product-tabs-list ul {

    margin-left: 8px;
}

/********/

.product-tabs-list .ui-tabs-nav li {
    float: none;
    display: inline-block;
    margin: 0 5px !important;
}

.product-block {
    overflow: hidden;
}
.product-block .border-title {
    margin-bottom: 25px;
}

/*---------------------product-info-content-2------------------------*/
.product-info-left_2 {
    width: 888px;
}

.product-info-content_2 {
    width: 910px;
}

.product-slider-small_2 {
    width: 888px;
}

.product-slider-small_2 .slick-current .slide-item {
    border-color: #4daf45;
}

#product-slider-small-2 .slick-slide .slide-item {
    width: 101px;
    height: 91px;
}

/*==============================CALCULATE==============================*/
/*---------------------calculate-budget------------------------*/
.left-phone_mobile {
    display: none;
}

.calculate-budget {
    overflow: hidden;
    margin-bottom: 50px;
}
.calculate-budget h1 {
    margin-bottom: 55px;
}

.calculate-budget-content {
    overflow: hidden;
}

.calculate-budget-row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 45px;
}

.cb-filter {
    float: left;
    position: relative;
    width: 33.333%;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #727475;
}

.cb-filter-body {
    position: relative;
    margin-left: 50px;
    padding: 17px 20px 17px 22px;
    height: 102px;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}

.cb-filter__num {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 7px 0 0 7px;
    z-index: 10;
}

.cb-filter__title {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cb-filter-field {
    position: relative;
    float: right;
    width: 135px;
}
.cb-filter-field .cb__field {
    width: 100%;
    height: 36px;
    border: 3px solid #EAEAEC;
    padding: 3px 70px 3px 15px;
}
.cb-filter-field .btn-minus {
    position: absolute;
    top: 6px;
    right: 34px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    background-image: url(../images/icon-btn-minus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #56A750;
    border-radius: 2px;
}
.cb-filter-field .btn-minus:hover {
    background: #5c6d70;
    background-image: url(../images/icon-btn-minus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-color: #5c6d70;
}
.cb-filter-field .btn-plus {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    background-image: url(../images/icon-btn-plus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #56A750;
    border-radius: 2px;
}
.cb-filter-field .btn-plus:hover {
    background: #5c6d70;
    background-image: url(../images/icon-btn-plus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-color: #5c6d70;
}

.cb-filter-slider-wrap {
    float: left;
    width: 335px;
    padding-top: 12px;
}
.cb-filter-slider-wrap .ui-widget-header {
    background: #5c6d70;
}
.cb-filter-slider-wrap .ui-widget.ui-widget-content {
    background-image: url(../images/range-slide.png);
    background-position: 50% 0;
    background-size: 100% 12px;
    background-repeat: no-repeat;
    height: 12px;
}
.cb-filter-slider-wrap .ui-slider .ui-slider-handle {
    top: -7px;
    width: 25px;
    height: 24px;
    background-color: #56B14E;
    border: 2px solid #56A750;
    cursor: pointer;
    margin-left: -.9em;
}
.cb-filter-slider-wrap .ui-slider .ui-slider-handle:first-of-type {
    background-image: url(../images/icon-range-slide-prev.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.cb-filter-slider-wrap .ui-slider .ui-slider-handle:last-of-type {
    background-image: url(../images/icon-range-slide-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.calculate-budget-buttons {
    text-align: center;
}

/*---------------------variant-tabs------------------------*/
.variant-tab-list {
    margin-bottom: 55px;
    background-color: #FFF;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.variant-tab-list .ui-tabs-nav {
    margin: 0;
}

.variant-tab-list .ui-tabs-nav li {
    float: none;
    margin: 0 !important;
    border-radius: 0;
    border-bottom: 1px solid #d4d4d4;
}

.variant-tab-list .ui-tabs-nav li:last-child {
    border: 0;
}

.variant-tab-list .ui-tabs-nav li.ui-tabs-active {
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

.variant-tab-list .ui-tabs-nav li.ui-tabs-active .vt-name {
    color: #fff;
}

.variant-tab-list .ui-tabs-nav li a:hover .vt-name {
    color: #fff;
}

.variant-tab-list .ui-tabs-nav li a {
    display: block;
    float: none !important;
    text-transform: none;
    color: #727475;
    font-size: 13px;
}

.variant-tab-list .vt-name {
    display: block;
    margin-bottom: 5px;
    color: #404A4F;
    font-family: 'OpenSansSemiBold';
    text-transform: none;
    font-size: 16px;
}

.left-phone__title {
    margin-bottom: 15px;
    color: #424345;
    font-size: 20px;
    font-family: 'OpenSansLight';
}

.variant-top {
    margin-bottom: 20px;
}

.variant-top h2 {
    margin-bottom: 13px;
    font-family: 'OpenSansRegular';
    line-height: 1.1;
}

.variant-top span {
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

.variant-top__stats p {
    font-size: 13px;
    color: #404A4F;
    margin-bottom: 0;
}

.calc-product-section {
    padding: 28px 0;
}

.calc-product-section .border-title {
    margin-bottom: 30px;
}

.variant-carousel .slick-slide {
    margin-right: 46px;
}

.variant-carousel .slick-track {
    padding-bottom: 4px;
}

.variant-carousel .slick-arrow {
    top: -60px;
    width: 21px;
    height: 37px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 2px solid #EAEAEC;
}

.variant-carousel .slick-arrow:hover {
    border-color: #5F6B71;
}

.variant-carousel .slick-prev {
    left: auto;
    right: 21px;
    background-image: url(../images/quantity-arrow-left.png);
    border-right: 2px solid #EAEAEC;
}

.variant-carousel .slick-next {
    right: 0;
    background-image: url(../images/quantity-arrow-right.png);
    border-left: 2px solid #EAEAEC;
}

/*==============================DELIVERY==============================*/
/*--------------------delivery-row-------------------------*/
.delivery-row {
    margin-bottom: 10px;
    text-align: center;
}

.delivery-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px;
    padding: 28px 0 5px 0;
    width: 336px;
    min-height: 400px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    text-align: left;
}

.delivery-block__title {
    padding: 14px 10px;
    text-align: center;
    line-height: 1;
    color: #FFF;
    font-family: 'OpenSansBold';
    font-size: 20px;
    text-transform: uppercase;
    background: #58b250;
}

.delivery-block-content {
    padding: 15px 20px 10px 20px;
}

.delivery-block-content p {
    margin-bottom: 20px;
    color: #2C2C2C;
    font-size: 13px;
    line-height: 16px;
}

.delivery-block__subtitle {
    margin-bottom: 10px;
    text-align: center;
    color: #727475;
    font-family: 'OpenSansLight';
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
}

.db-table {
    margin-bottom: 15px;
    border: 1px solid #C8C9CB;
    border-radius: 10px;
    line-height: 1.2;
    font-size: 13px;
    color: #2C2C2C;
}

.db-table-top {
    display: table;
    width: 100%;
    border-bottom: 1px solid #C8C9CB;
}

.db-table-top .db-cell {
    padding: 10px 0;
}

.db-cell {
    display: table-cell;
    width: 50%;
    padding: 5px 0;
    text-align: center;
}

.db-table-content {
    padding: 10px;
}

.db-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #C8C9CB;
}
.db-row:last-child {
    border: 0;
}
.db-row .db-cell:first-child {
    color: #A5A5A5;
    border-right: 1px solid #C8C9CB;
}

/*---------------------delivery-map------------------------*/
.delivery-map {
    position: relative;
}

.delivery-map-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'OpenSansLight';
    color: #424345;
    z-index: 10;
}

.delivery-map__title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 40px;
}

.delivery-map__subtitle {
    font-size: 18px;
}

.delivery-map-content {
    position: relative;
}

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

.delivery-map-cities {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.delivery-map-info {
    position: absolute;
    width: 380px;
    left: 240px;
    bottom: 70px;
}

.dmi__title {
    line-height: 1;
    margin-bottom: 25px;
    color: #424345;
    font-family: 'OpenSansLight';
    font-size: 24px;
}

.dmi__text {
    margin-bottom: 25px;
    color: #404A4F;
    font-size: 13px;
    line-height: 16px;
}

.dm-city {
    position: absolute;
    left: 50%;
    top: 35%;
    text-align: center;
    z-index: 30;
    margin: -35px 0 0 -23px;
}

.dm-city__name {
    margin-bottom: 5px;
    color: #FFF;
    font-size: 13px;
    text-shadow: 0px 1px 1px #57b14f, 1px 0px 1px #57b14f, -1px 0px 1px #57b14f, 0px -1px 1px #57b14f;
}

.dm-city__btn {
    display: inline-block;
    width: 4vw;
    height: 4vw;
    max-width: 47px;
    max-height: 47px;
    background-image: url(../images/sprite/icon-map-btn3.png);
    background-size: cover;
    cursor: pointer;
}

/*==============================FRANCHISE==============================*/
.franchise-top {
    text-align: center;
}
.franchise-top h1 {
    margin-bottom: 10px;
}

.franchise-top__subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.franchise-top__arrow {
    margin-bottom: 35px;
}

.franchise-benefits {
    margin-bottom: 46px;
}

.franchise-benefits__title {
    margin-bottom: 18px;
    font-family: 'OpenSansLight';
    font-size: 18px;
    text-align: center;
    color: #424345;
    text-transform: uppercase;
}

.franchise-benefits-row {
    display: table;
    padding: 0 30px;
    width: 100%;
    background: #58b250;
    border-radius: 10px;
}
.franchise-benefits-row .item {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-left: 105px;
    width: 260px;
    height: 125px;
}
.franchise-benefits-row .item__image {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
}
.franchise-benefits-row .item__title {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
}

.franchise-cities__subtitle {
    padding: 0 10px;
}

/*---------------------franchise-promo------------------------*/
.franchise-promo {
    display: table;
    width: 100%;
}

.franchise-promo-block {
    display: table-cell;
    background-size: cover;
    padding: 45px 60px 40px 40px;
}
.franchise-promo-block h3 {
    margin-bottom: 25px;
}
.franchise-promo-block li {
    position: relative;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 16px;
    padding-left: 18px;
}
.franchise-promo-block li:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url(../images/sprite.png);
}

.franchise-promo-block_1 {
    width: 55.5%;
    background-image: url(../images/franchise-promo-left.jpg);
}
.franchise-promo-block_1 h3 {
    margin-bottom: 25px;
    color: #fff;
}
.franchise-promo-block_1 li {
    color: #fff;
}
.franchise-promo-block_1 li:before {
    background-position: -92px -7px;
}

.franchise-promo-block_2 {
    width: 44.5%;
    background-image: url(../images/franchise-promo-right.jpg);
}
.franchise-promo-block_2 h3 {
    color: #424345;
}
.franchise-promo-block_2 li:before {
    background-position: -112px -0px;
}

.content-submenu {
    margin-bottom: 25px;
}
.content-submenu li {
    margin-bottom: 4px;
    padding-left: 10px;
    line-height: 1;
}
.content-submenu li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 1px;
    background: #404a4f;
}

.franchise-promo-buttons {
    padding: 27px 0 27px 20px;
    border: 1px solid #4f4f4f;
    border-radius: 5px;
}
.franchise-promo-buttons span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 25px;
    text-transform: uppercase;
}

/*---------------------franchise-cities------------------------*/
.franchise-cities {
    padding: 65px 0 0 0;
    min-height: 968px;
    background-image: url(../images/bg-franchise-map.png);
    background-position: 50% 40px;
    background-repeat: no-repeat;
}

.franchise-cities-top {
    margin-bottom: 265px;
    text-align: center;
}

.franchise-cities-inner {
    margin: 0 auto;
    width: 1280px;
}

.franchise-cities-content {
    margin-bottom: 35px;
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.franchise-cities-content li {
    margin-bottom: 2px;
}
.franchise-cities-content a {
    color: #fff;
}
.franchise-cities-content a:hover {
    text-decoration: underline;
}

.franchise-cities-join {
    padding-left: 475px;
}

.fcj__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-family: 'OpenSansLight';
    font-size: 24px;
    color: #424345;
}

.fcj__btn {
    font-size: 15px;
    color: #404A4F;
    background: #fff;
    padding: 15px 40px 15px 20px;
    background-image: url(../images/icon-btn-right-arrow.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}
.fcj__btn:hover {
    background: #e4e4e4;
    background-image: url(../images/icon-btn-right-arrow.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
}

.clients-block_npt {
    padding-top: 0;
}

/*==============================PAYMENT==============================*/
.payment-top {
    margin-bottom: 40px;
    text-align: center;
}
.payment-top h1 {
    margin-bottom: 5px;
    line-height: 1;
}

.payment-choose__btn {
    display: inline-block;
    font-family: 'OpenSansBold';
    font-size: 25px;
    color: #F5A321;
    padding-right: 20px;
    line-height: 1;
}

.payment__title {
    margin-bottom: 15px;
    font-family: 'OpenSansSemiBold';
    font-size: 22px;
    color: #404A4F;
}

.payment__subtitle {
    margin-bottom: 20px;
    color: #484848;
}

.payment-content p {
    margin-bottom: 20px;
    line-height: 17px;
}

.payment-content-block {
    float: left;
    width: 50%;
    padding-right: 50px;
}

.payment-btn {
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px 60px 20px 70px;
    border-radius: 5px;
    border: 1px solid #c8c9cb;
    color: #2E2E2E;
}

.payment-btn_cash {
    background-image: url(../images/payment-cash.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

.payment-btn_ym {
    background-image: url(../images/payment-ym.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

.region-row {
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    -ms-column-fill: balance;
    column-fill: balance;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    -ms-column-gap: 20px;
    column-gap: 20px;
    -moz-columns: 4 180px;
    -webkit-columns: 4 180px;
    -ms-columns: 4 180px;
    columns: 4 180px;
    height: auto;
    overflow: auto;
}

.region-block {
    margin-bottom: 20px;
}
.region-block li {
    margin-bottom: 5px;
}
.region-block li a {
    color: #727475;
    border-bottom: 1px dashed transparent;
}
.region-block li a:hover {
    color: #59B351;
    border-color: #59B351;
}

.region-block__letter {
    margin-bottom: 10px;
    color: #727475;
    font-family: 'OpenSansBold';
    font-size: 13px;
    text-transform: uppercase;
}

/*==============================CART==============================*/
.cart-steps {
    margin-bottom: 25px;
}

.cart-step {
    float: left;
    margin-right: 3px;
    min-width: 195px;
    padding: 12px 40px 6px 20px;
    height: 57px;
    background-color: #E8EAED;
    border-radius: 5px;
    background-image: url(../images/cart-step-arrow.png);
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    color: #7D7D7D;
}
.cart-step.active {
    background: #56b24e;
    background-image: url(../images/cart-step-arrow-active.png);
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
    color: #fff;
}
.cart-step span {
    display: block;
    font-family: 'OpenSansRegular';
    text-transform: none;
    font-size: 12px;
}

.cart-block-left {
    float: left;
    width: 465px;
}

.cart-form {
    border: 1px solid #c8c9cb;
    border-radius: 5px;
}

.cart-form-change {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #c8c9cb;
}

.cart-form-change-item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.cart-form-change-item input {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
}
.cart-form-change-item label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.cart-form-content {
    padding: 25px 22px;
}

.cart-form-block {
    display: none;
}
.cart-form-block.active {
    display: block;
}

.cart-form-item {
    margin-bottom: 20px;
}

.cart-form-item .form-checkbox label {
    font-size: 11px;
}
.cart-form-item .form-checkbox .border-link {
    font-size: 11px;
}
.cart-form-item .border-link {
    font-size: 12px;
}

.cart-form-promo {
    padding-top: 30px;
}

.cart-form-promo__title {
    margin-bottom: 5px;
}

.cart-form-promo-content {
    margin-bottom: 5px;
}
.cart-form-promo-content .form__field {
    float: left;
    width: 340px;
    height: 31px;
}
.cart-form-promo-content .btn {
    float: right;
}

.cart-form-promo__error {
    color: #F5A321;
    font-size: 12px;
}

.cart-block-right {
    float: right;
    width: 1315px;
}

.cart-top {
    margin-bottom: 20px;
}

.cart-top__title {
    color: #404A4F;
    font-family: 'OpenSansBold';
    font-size: 14px;
    text-transform: uppercase;
}

.cart-top__info {
    color: #727475;
    font-size: 12px;
}

/*---------------------.cart-table------------------------*/
.cart-content-block {
    display: none;
}
.cart-content-block.active {
    display: block;
}

.cart-table-divider td {
    height: 30px;
    background: transparent;
}

.cart-table {
    margin-bottom: 30px;
}
.cart-table th {
    color: #2C2C2C;
    padding: 0 20px;
    font-weight: normal;
    height: 55px;
    font-family: 'OpenSansSemiBold';
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #eaeaec;
}
.cart-table td {
    padding: 6px 14px;
    border: 1px solid #dbdcde;
    vertical-align: middle;
    text-align: center;
}
.cart-table td:nth-child(2) {
    text-align: left;
}
.cart-table .small-text {
    text-transform: none;
}

.cart-table__quantity .product-item__quantity {
    margin: 0;
}
.cart-table__quantity .product-item__value {
    width: 60px;
}

.cart-table-delete {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #EAEAEC;
    background-image: url(../images/close-icon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.cart-table-delete:hover {
    border-color: #4e4e4e;
}

.cart-total {
    margin-bottom: 35px;
    text-align: right;
    font-size: 13px;
    color: #484848;
    font-family: 'OpenSansItalic';
}

.cart-total__quantity {
    display: inline-block;
    vertical-align: middle;
}
.cart-total__quantity span {
    color: #4DAF45;
}

.cart-total__sum {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.cart-total__sum span {
    color: #2C2C2C;
    font-family: 'OpenSansBold';
    font-size: 20px;
}

.cart-buttons .btn {
    margin-left: 15px;
}

.cart-back__btn {
    cursor: pointer;
    margin-top: 8px;
    font-family: 'OpenSansItalic';
    color: #484848;
}

.cart-text__btn {
    display: inline-block;
    vertical-align: middle;
    font-family: 'OpenSansItalic';
    color: #484848;
}

/*---------------------cart-payment------------------------*/
.cart-payment {
    width: 870px;
}

.cart-payment-choice {
    margin-bottom: 50px;
}

.radio-block {
    display: inline-block;
    min-width: 420px;
    position: relative;
}
.radio-block input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.radio-block label {
    display: block;
    position: relative;
    padding: 18px 20px 18px 50px;
    border: 1px solid #c8c9cb;
    border-radius: 5px;
    cursor: pointer;
    color: #2E2E2E;
}
.radio-block label:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url(../images/sprite.png);
    background-position: -427px -0px;
    z-index: 5;
}
.radio-block input[type="radio"]:checked + label {
    background: #56b24e;
    border-color: #56b24e;
    color: #fff;
}
.radio-block input[type="radio"]:checked + label:before {
    background-position: -410px -0px;
}

.radio-block_cash label {
    padding: 20px 20px 20px 50px;
}
.radio-block_cash input[type="radio"]:checked + label {
    background: transparent;
    border-color: #c8c9cb;
    color: #2E2E2E;
}

.radio-block_ym label {
    padding: 20px 20px 20px 100px;
    background-image: url(../images/payment-ym.png);
    background-position: 50px 12px;
    background-repeat: no-repeat;
}
.radio-block_ym input[type="radio"]:checked + label {
    background: transparent;
    background-image: url(../images/payment-ym.png);
    background-position: 50px 12px;
    background-repeat: no-repeat;
    border-color: #c8c9cb;
    color: #2E2E2E;
}

/*---------------------cart-delivery------------------------*/
.cart-delivery {
    padding-bottom: 35px;
    border-bottom: 1px solid #c8c9cb;
}

.cart-delivery-block {
    float: left;
    margin-right: 42px;
    width: 424px;
}

.cart-delivery-block h4 {
    color: #2E2E2E;
}

.h4-big {
    font-size: 15px;
}

.cart-delivery-block.active .cdb-content {
    opacity: 1;
}
.cart-delivery-block.active .cdb-content:after {
    display: none;
}

.cdb__title {
    position: relative;
    margin-bottom: 5px;
    font-family: 'OpenSansBold';
    font-size: 20px;
    line-height: 1.2;
    color: #56B24E;
}
.cdb__title span {
    display: block;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    color: #484848;
    height: 35px;
}

.cdb__title_pr {
    padding-right: 110px;
}

.cdb__price {
    position: absolute;
    top: 0;
    right: 0;
}

.cdb-radio-block {
    margin-bottom: 15px;
}

.cdb__switcher {
    margin-bottom: 15px;
    min-width: 100%;
}

.cdb-content {
    position: relative;
    opacity: 0.5;
}
.cdb-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
    z-index: 10;
}
.cdb-content.active {
    opacity: 1;
}
.cdb-content.active:after {
    display: none;
}

.cdb-content__text {
    margin-bottom: 10px;
    color: #484848;
    line-height: 15px;
}

.cdb__scheme {
    color: #484848;
    border-bottom: 1px dotted #484848;
}
.cdb__scheme:hover {
    border-color: transparent;
}

.cdb-field-row {
    margin-bottom: 15px;
}

.cdb-field-block {
    width: 135px;
}

.cdb-field-block_big {
    width: 280px;
}

.cdb-field-block_full {
    width: 100%;
}

.icon-note {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-image: url(../images/icon-tip.png);
}

.cdb-content-main {
    margin-bottom: 10px;
}

.cdb-radio-block {
    min-width: 100%;
}

.cdb-field-row {
    margin-bottom: 0;
}

.cdb-field-block {
    width: 100%;
    margin-bottom: 10px;
}

.cdb-checkbox-block {
    margin-bottom: 20px;
    padding: 10px 15px 10px 20px;
    border: 1px solid #c8c9cb;
    border-radius: 5px;
}
.cdb-checkbox-block.active {
    background: #56b24e;
    border-color: #56b24e;
}
.cdb-checkbox-block.active .form-checkbox label {
    color: #fff;
}
.cdb-checkbox-block.active .cdb-checkbox__sum {
    color: #fff;
}
.cdb-checkbox-block.active .cdb-checkbox-stage {
    color: #fff;
}

.cdb-checkbox-top {
    margin-bottom: 3px;
}
.cdb-checkbox-top label {
    font-family: 'OpenSansSemiBold';
    color: #2E2E2E;
}

.cdb-checkbox {
    float: left;
    margin: 6px 10px 0 0;
}

.cdb-checkbox-quantity {
    float: left;
}
.cdb-checkbox-quantity .product-item__quantity {
    width: 92px;
    margin: 0;
}

.cdb-checkbox-stage {
    float: left;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
}

.cdb-checkbox__sum {
    float: right;
    font-size: 25px;
    line-height: 1;
    color: #56B24E;
    font-family: 'OpenSansBold';
}
.cdb-checkbox__sum span {
    font-family: 'OpenSansRegular';
    font-size: 20px;
}

.cdb-checkbox-add label {
    font-size: 12px;
    color: #727475;
}

.cdb-checkbox-add_elevator {
    padding-left: 144px;
}

.cdb-checkbox-add_trash {
    padding-left: 20px;
}

.cart-buttons {
    padding-top: 18px;
}

.cdb-content-select {
    display: inline-block;
}


/*---------------------cart-thanks------------------------*/
.cart-thanks-info {
    margin-bottom: 35px;
    max-width: 1070px;
}

.cart-thanks-info-table {
    margin-bottom: 20px;
}
.cart-thanks-info-table table {
    width: 100%;
}
.cart-thanks-info-table table td:first-child {
    color: #2E2E2E;
    font-size: 13px;
    font-family: 'OpenSansLight';
    padding-right: 20px;
    width: 300px;
    text-transform: uppercase;
}
.cart-thanks-info-table table td {
    vertical-align: middle;
    font-size: 13px;
    padding: 2px 0;
    color: #282828;
}

.cart-thanks-info__note {
    font-size: 12px;
    margin-bottom: 30px;
    color: #727475;
}
.cart-thanks-info__note span {
    color: #4DAF45;
}

.cart-thanks-total__note {
    color: #252525;
    font-family: 'OpenSansBold';
    font-size: 13px;
    text-transform: uppercase;
}

.cart-thanks-total__table {
    margin-bottom: 30px;
}
.cart-thanks-total__table table {
    width: 100%;
}
.cart-thanks-total__table table td {
    padding: 3px 10px 3px 0;
}
.cart-thanks-total__table table td:last-child {
    text-align: right;
}

/*==============================CABINET==============================*/
.cabinet-left {
    float: left;
    width: 325px;
    padding-left: 52px;
}

.cabinet-menu {
    position: relative;
    margin-bottom: 22px;
}
.cabinet-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -52px;
    width: 52px;
    height: 46px;
    background: #59b351;
    border-radius: 10px 0 0 10px;
}
.cabinet-menu li {
    margin-bottom: 1px;
    padding: 15px 10px 15px 15px;
    background: #fff;
}
.cabinet-menu li a {
    position: relative;
    text-decoration: none;
    padding-left: 30px;
}
.cabinet-menu li a:before {
    content: '';
    display: none;
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 7px;
    background-image: url(../images/sprite.png);
    background-position: -92px -0px;
}
.cabinet-menu li a.active {
    display: block;
    color: #37922F;
}
.cabinet-menu li a.active:before {
    display: block;
}

.cabinet-menu_order:before {
    background-image: url(../images/cabinet-icon-order.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cabinet-menu_info:before {
    background-image: url(../images/cabinet-icon-info.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cabinet-content {
    float: right;
    width: 1425px;
}
.cabinet-content .h1-small {
    margin-bottom: 25px;
}
.cabinet-content h4 {
    margin-bottom: 15px;
    text-transform: none;
}
.cabinet-content p {
    margin-bottom: 15px;
}
.cabinet-content ul {
    margin-bottom: 15px;
}

.cf-item {
    margin-bottom: 20px;
}

.cf-item_individual {
    max-width: 325px;
}

.cf-company-row {
    font-size: 0;
    max-width: 1000px;
}
.cf-company-row .cf-item {
    display: inline-block;
    vertical-align: bottom;
    width: 33.3%;
    padding-right: 20px;
}
.cf-company-row .cf-item:last-child {
    padding-right: 0;
}
.cf-company-row .cf-item_long {
    width: 100%;
    margin-right: 0;
}

.cabinet-form-wrap .cabinet-form {
    float: left;
    width: 365px;
}
.cabinet-form-wrap .cabinet-form_private {
    margin-right: 80px;
}

.cabinet-form__note {
    margin-bottom: 30px;
    color: #484848;
}

.form__field_success {
    border-color: #4DAF45;
}

.cf-item_note {
    margin-top: 7px;
    font-size: 12px;
}

.cf-item_note_success {
    color: #4DAF45;
}

.cabinet-table {
    max-width: 1070px;
}
.cabinet-table table .table-spacer td {
    height: 15px;
    background: transparent;
    border: 0;
}
.cabinet-table table th {
    display: table-cell;
    padding: 18px;
    text-align: center;
    border: 2px solid #eaeaec;
    color: #2c2c2c;
    font-size: 11px;
    text-transform: uppercase;
}
.cabinet-table table td {
    display: table-cell;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border: 1px solid #dbdcde;
}
.cabinet-table table td:nth-child(4) {
    background: #fff;
}
.cabinet-table .ct-num-order {
    margin: 0 15px;
    color: #484848;
    white-space: nowrap;
    border-bottom: 1px dashed #484848;
}
.cabinet-table .ct-num-order:hover {
    border-color: transparent;
}
.cabinet-table .ct-sum {
    display: inline-block;
}
.cabinet-table .ct-status-order {
    padding: 0 15px;
}
.cabinet-table .ct-status-order_current {
    color: #58B250;
}
.cabinet-table .ct-status-order_error {
    color: #F6A625;
}
.cabinet-table .ct-status-pay {
    padding: 0 15px;
}
.cabinet-table .ct-status-pay_current {
    color: #58B250;
}
.cabinet-table .ct-status-pay_current span {
    color: #484848;
}
.cabinet-table .ct-status-pay_error {
    color: #F6A625;
}
.cabinet-table .ct-date {
    margin: 0 15px;
}
.cabinet-table .ct-action {
    display: block;
    margin: 2px;
    text-transform: uppercase;
    padding: 3px 15px;
    background-color: #E8EAED;
}
.cabinet-table .ct-action:hover {
    color: #484848;
}
.cabinet-table .ct-action_pay {
    color: #fff;
    background-image: -moz-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -o-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: -webkit-linear-gradient(bottom, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
    background-image: linear-gradient(to top, #F4A11D 0%, #F7AA2E 44%, #F7AC36 100%);
}
.cabinet-table .ct-action_pay:hover {
    color: #fff;
}
.cabinet-table .ct-action_repeat {
    background-color: #E8EAED;
}
.cabinet-table .ct-delete {
    width: 24px;
    height: 100%;
    background-image: url(../images/close-icon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.address-table {
    margin-bottom: 35px;
    max-width: 1150px;
}
.address-table table {
    width: 100%;
}
.address-table tr:first-child td {
    border-top: 0;
}
.address-table td {
    height: 25px;
    padding: 4px 10px;
    vertical-align: middle;
    border: 1px solid #dbdcde;
}
.address-table td:first-child {
    border-left: 0;
}
.address-table td:last-child {
    border-right: 0;
}
.address-table td a {
    color: #727475;
    font-size: 13px;
    border-bottom: 1px dashed #727475;
}
.address-table td a:hover {
    border-color: transparent;
}
.address-table .at-add {
    color: #F18E0D;
    font-family: 'OpenSansSemiBold';
    border-color: #F18E0D;
}

.address-form {
    max-width: 860px;
}

.af-row {
    margin-bottom: 15px;
}
.af-row .af-item {
    float: left;
    width: 33.333%;
    padding-right: 15px;
}
.af-row .af-item:last-child {
    padding-right: 0;
}
.af-row .af-item_double {
    width: 66.6%;
}

.af-buttons .btn {
    margin-right: 10px;
    padding: 0 20px;
}
.af-buttons .btn_gray:hover {
    color: #484848;
}

/*==============================SEARCH-RESULT==============================*/
.search-found {
    margin-bottom: 55px;
    text-align: center;
}
.search-found h1 {
    margin-bottom: 20px;
}

.search-found__title {
    font-family: 'OpenSansSemiBold';
    color: #F6A82A;
}

.search-found__arrow {
    display: inline-block;
    margin-bottom: 12px;
    width: 47px;
    height: 47px;
    background-image: url(../images/sprite.png);
    background-position: -94px -112px;
}

.search-found__quantity {
    font-family: 'OpenSansLight';
    font-size: 18px;
    color: #424345;
}

/*---------------------right-column------------------------*/
.right-column {
    float: right;
    width: auto;
}

/*---------------------left-column------------------------*/
.left-column {
    float: left;
    width: 273px;
}

.left-filter {
    width: 270px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    margin-top: 20px;
    float: left;
}


.filter-block {
    padding: 10px;
    /* border-bottom: 1px solid #d4d4d4;*/
}
.filter-block:last-child {
    border-bottom: 0;
}

.filter-block__title {
    font-size: 14px;
    color: #727475;
    font-family: 'OpenSansLight';
    cursor: pointer;
}
.bx-active .filter-block__title {
    margin-bottom: 15px;
}
.filter-slider-fields {
    display: table;
    margin-bottom: 22px;
    width: 100%;
}
.filter-slider-fields span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1;
    font-size: 15px;
}
.filter-slider-fields span:first-child {
    padding-left: 0;
}

.filter-field {
    display: table-cell;
    width: 88px;
    height: 36px;
    text-align: center;
    border: 3px solid #EAEAEC;
    color: #727475;
    font-size: 15px;
}
.filter-field:focus {
    border-color: #a1a6a8;
}

.filter-slider-wrap {
    padding: 0 5px;
}

.filter-reset__btn {
    display: block;
    margin-bottom: 17px;
    width: 100%;
    border: 1px solid #5C6D70;
    padding: 8px 0;
    color: #727475;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    background: transparent;
    background-image: url(../images/filter-reset.png);
    background-position: 40px 50%;
    background-repeat: no-repeat;
}
.filter-reset__btn:hover {
    background: #5C6D70;
    background-image: url(../images/filter-reset-hover.png);
    background-position: 40px 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.filter-submit__btn {
    display: block;
    padding: 9px 0;
    width: 100%;
    border-radius: 2px;
    color: #FFFEFE;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background-color: #4DAF45;
    background-image: url(../images/filter-icon-white.png);
    background-position: 60px 50%;
    background-repeat: no-repeat;
}
.filter-submit__btn:hover {
    background: #4a9843;
    background-image: url(../images/filter-icon-white.png);
    background-position: 60px 50%;
    background-repeat: no-repeat;
}

/*---------------------content------------------------*/
.content {
    float: right;
    width: 1510px;
}

.search-top {
    margin-bottom: 35px;
}
.search-top h2 {
    line-height: 1.1;
}

.search-filter__toggle {
    float: left;
    width: 22px;
    height: 20px;
    background-image: url(../images/sprite.png);
    background-position: -211px -0px;
}

.search-filter-row {
    float: left;
    display: table;
}

.sf-cell {
    display: table-cell;
    padding: 0 12px 2px 12px;
    font-size: 13px;
    border-right: 1px solid #bdc8cd;
}

.sf-item {
    padding-right: 12px;
    color: #93A4AC;
    border-bottom: 1px dashed transparent;
    background-image: url(../images/sf-item-arrow.png);
    background-position: right 60%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}
.sf-item.active {
    color: #51A54C;
    border-color: #51A54C;
    background-image: url(../images/sf-item-arrow-active.png);
}

/*---------------------search-result-row------------------------*/
.search-result {
    overflow: hidden;
}

.search-result-row {
    margin-left: -24px;
    margin-right: -24px;
}

.nofilter .search-result-block {
    width: 16.66%;
}
.search-result-block {
    float: left;
    width: 20%;
    padding: 0 24px 48px;
}

.search-filter__mobile {
    display: none;
    margin-bottom: 25px;
    padding: 8px 10px;
    font-family: 'OpenSansBold';
    background: #4daf45;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.search-result-show {
    text-align: center;
}

.srs__btn {
    display: inline-block;
    color: #424345;
    font-size: 20px;
    border-bottom: 1px dashed #424345;
    cursor: pointer;
}
.srs__btn:hover {
    border-color: transparent;
}
.srs__btn span {
    font-family: 'OpenSansBold';
    color: #4daf45;
}

/*==============================CONTACTS==============================*/
.main-inner__subtitle {
    margin-bottom: 25px;
    line-height: 16px;
    color: #484848;
}

.contact-map {
    position: relative;
}

.cm-city {
    position: absolute;
    left: 50%;
    top: 15%;
    z-index: 10;
    margin-left: -23px;
    margin-top: -23px;
}

.cm-city__btn {
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(../images/sprite.png);
    background-position: -0px -112px;
    cursor: pointer;
}

.cm-city__title {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 13px;
    color: #fff;
    background: #4daf45;
    text-align: center;
    padding: 5px 30px;
    min-width: 75px;
    border-radius: 5px;
}
.cm-city__title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 5px;
    background-image: url(../images/sprite.png);
    background-position: -23px -15px;
}

.contact-scroll {
    height: 180px;
}

.contact-map-tabs {
    display: block;
}

.ct-tabs-list {
    margin-bottom: 15px;
}

.ct-tab__link {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    color: #727475;
    border-bottom: 1px dashed #727475;
    cursor: pointer;
}
.ct-tab__link.active {
    color: #59B351;
    border-color: #59B351;
}

.ct-tab__item {
    display: none;
    padding-bottom: 20px;
}
.ct-tab__item.active {
    display: block;
}
.ct-tab__item h4 {
    margin-bottom: 10px;
}
.ct-tab__item p {
    margin-bottom: 3px;
}
.ct-tab__item img {
    max-width: 100%;
    height: auto;
}

/*==============================ERROR==============================*/
.main_error {
    padding: 30px 0 40px 0;
}

.error-page {
    margin: 0 auto;
    width: 1100px;
    padding: 70px 30px 75px 515px;
    background: #fff;
    background-image: url(../images/bg-error.jpg);
    background-position: 85px 0;
    background-repeat: no-repeat;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}
.error-page .header-search__field {
    border-left: 3px solid #E8EAED;
}

.error__title {
    margin-bottom: 25px;
    font-size: 23px;
    color: #404A4F;
}

.error-block {
    margin-bottom: 30px;
}
.error-block li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 17px;
}
.error-block li:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url(../images/sprite.png);
    background-position: -112px -0px;
}
.error-block a {
    border-bottom: 1px dashed #404A4F;
    color: #404A4F;
}
.error-block a:hover {
    border-color: transparent;
}

.error-block__title {
    margin-bottom: 16px;
    font-size: 16px;
    color: #424345;
}

.error-search .header-search__field {
    float: left;
    width: 300px;
}
.error-search .header-search__btn {
    float: left;
}

.hidden {
    display: none;
}
.home-product-carousel {
    text-align: center;
}
.home-product-carousel .slide {
    display: inline-block;
    margin: 0 15px 30px 15px;
}

.holiday-work-time{
    display:none;
}
/*==============================ADAPTIVE==============================*/
@media screen and (max-width: 1900px) {
    .center-wrapper {
        width: 1560px;
    }

    .header-left {
        width: 70%;
    }

    .header-phone {
        font-size: 14px;
    }

    .header-timetable {
        padding-left: 22px;
    }

    .header-right-block {
        width: 565px;
    }

    .header-menu {
        padding: 0 3px;
    }

    .header-menu li {
        padding: 12px 7px;
    }

    .header-menu li a {
        text-transform: none;
        font-size: 12px;
    }

    .menu-carousel .item:nth-child(n+7) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-content-cell_right {
        width: 660px;
    }

    .double-product-carousel-wrap {
        /* width: 384px;*/
        width: 100%;
        text-align: center;
    }
    .double-product-carousel-wrap .slick-arrow {
        top: -39px;
    }
    .double-product-carousel-wrap .slick-slide {
        margin: 0;
    }

    .main-title_db {
        margin: 0 30px;
        margin-bottom: 8px;
    }

    .triple-product-carousel-wrap {
        text-align: center;
    }
    .triple-product-carousel-wrap .slick-slide {
        margin: 0;
    }

    .ui-tabs .ui-tabs-nav li a {
        font-size: 13px;
        text-transform: none;
    }

    .main-news {
        width: 60%;
    }

    .main-news-row {
        text-align: center;
    }

    .m-news-item-block {
        width: 33.333%;
    }
    .m-news-item-block:nth-child(n+4) {
        display: none;
    }

    .main-news__all {
        right: 45px;
    }

    .main-clients {
        width: 970px;
    }

    .main-about {
        /*  width: 725px;*/
        width: 100%;
    }

    .main-address-slider-wrap {
        padding: 30px 35px 20px 35px;
        width: 820px;
    }
    .main-address-slider-wrap .slick-prev {
        left: -30px;
    }
    .main-address-slider-wrap .slick-next {
        right: -30px;
    }

    .footer-menu li {
        padding: 0 25px;
    }

    .footer-contacts-cell {
        padding: 0 15px;
    }

    .footer-social__title {
        display: none;
    }

    .cb-filter-slider-wrap {
        width: 245px;
    }

    .variant-carousel .slick-slide {
        margin-right: 69px;
    }

    .news-wrapper {
        width: 1276px;
    }

    .about-benefits-row .item {
        margin: 0 15px;
    }

    .about-gallery .item-content {
        padding: 15px 10px 5px 20px;
    }
    .about-gallery .item-content p {
        font-size: 12px;
    }

    .portfolio-product-content {
        width: 955px;
    }

    .other-product-carousel .slick-slide {
        margin-right: 59px;
    }

    .delivery-map-info {
        left: 170px;
        bottom: 15px;
    }

    .franchise-benefits-row {
        padding: 0 15px;
    }

    .franchise-promo-buttons span {
        font-size: 20px;
    }

    .franchise-promo-buttons .btn_next {
        padding: 0 25px 0 10px;
        background-position: right 10px top 50%;
    }

    .franchise-cities {
        background-size: 1560px 795px;
        min-height: 835px;
    }

    .franchise-cities-inner {
        width: 1200px;
    }

    .franchise-cities-top {
        margin-bottom: 170px;
    }

    .franchise-cities-content {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }

    .cabinet-content {
        float: right;
        width: 1200px;
    }

    .content {
        width: 1266px;
    }

    .search-result-row {
        margin-left: -32px;
        margin-right: -32px;
    }

    .nofilter .search-result-block {
        width: 20%;
    }
    .search-result-block {
        width: 25%;
        padding: 0 32px 64px;
    }

    .news-item-block {
        width: 20%;
    }
    .news-item-block:nth-child(n+6) {
        display: none;
    }

    .news-wrapper_single {
        width: 1250px;
    }

    .product-info-content {
        width: 960px;
    }

    .product-info-tabs-call {
        padding-top: 4px;
        width: 240px;
    }

    .product-scheme-carousel-wrap {
        padding: 0 45px;
    }
    .product-scheme-carousel-wrap .slick-prev {
        left: -45px;
    }
    .product-scheme-carousel-wrap .slick-next {
        right: -45px;
    }

    .product-info-top-inner {
        padding-left: 0px;
    }

    .product-info-offer-row .item {
        width: 100%;
        height: 90px;
    }

    .product-info-form {
        width: 100%;
    }

    .pic-form {
        width: 100%;
    }

    .product-carousel .slide {
        margin-right: 59px;
    }

    .product-info-tabs-right {
        width: 350px;
    }

    .product-info-tabs-right a {
        display: block;
    }

    .product-info-left_2 {
        float: none;
        margin-bottom: 20px;
    }

    .product-info-content_2 {
        float: none;
        width: 100%;
    }
    .product-info-content_2 .product-info-top {
        position: absolute;
        top: 55px;
        right: 0;
        width: 645px;
    }
    .product-info-content_2 .product-info-prices {
        float: none;
        margin-bottom: 25px;
    }
    .product-info-content_2 .product-info-top-inner {
        padding-left: 0;
    }
    .product-info-content_2 .product-info-actions .pic-color {
        display: block;
        margin-bottom: 10px;
    }
    .product-info-content_2 .pic-quantity {
        margin-bottom: 10px;
        display: block;
        width: 115px;
    }
    .product-info-content_2 .pic-cart__btn {
        display: block;
        margin-bottom: 10px;
        width: 140px;
    }

    .cart-block-right {
        width: 1075px;
    }

    .cart-form-change-item {
        margin: 0 10px 5px 10px;
    }

    .cart-block-left {
        width: 320px;
    }

    .cart-block-right {
        width: 860px;
    }

    .cart-table th {
        padding: 0 10px;
    }

    .product-info-prices {
        float:  none;
        margin-bottom: 25px;
    }

    #product-info-tab3 .col-md-6 {
        width: 100%;
    }

    .product-info-content {
        width: 100%;
    }

}

.header-left-block {
    float: left;
    padding: 0 60px;

}
.top-menu ul.active li ul {
    display: block;
}
.top-menu ul.active li i {
    display: none;
}

/* для того чтобы блок слайдера (слева) и блок спецпридложений (справа) показывались на главной рядом до 1580px по горизонтали*/
@media screen and (max-width: 1890px) {
}

@media screen and (max-width: 1750px) {

}

@media screen and (max-width: 1650px) {

}

@media screen and (max-width: 1580px) {

    .row-edited {
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-specials {
        display: none;
    }
}

/* ******* */

@media screen and (min-width: 1200px) {

    .top-menu ul li {
        position: relative;
    }
    .top-menu ul li a {
        text-decoration: none!important;
        transition: all 0.5s;
    }
    .top-menu ul li:hover>a {
        color: #59b351;
        text-decoration: none;
        transition: all 0.5s;
    }
    .top-menu ul li ul {
        opacity: 0;
        display: none;
        position: absolute;
        top: 30px;
        text-align: left;
        z-index: 999;
        background: #fff;
        transition: all 0.5s;
        -webkit-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    0px 3px 9px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         0px 3px 9px 0px rgba(50, 50, 50, 0.5);
        padding: 10px 15px;
    }
    .top-menu ul li ul li {
        margin: 0;
        width: 125px;
    }
    .top-menu ul li:hover ul {
        opacity: 1;
        display: block;
        transition: all 0.5s;
    }
}

@media screen and (max-width: 1580px) {

    .center-wrapper {
        width: 1300px;
    }

    .top-menu li {
        margin-right: 20px;
    }
    .top-menu li:after {
        right: -11px;
    }

    .top-enter {
        padding: 8px 15px 9px 15px;
    }

    .top-enter__link:before {
        left: -30px;
    }

    .header-left {
        float: left;
        width: 70%;
        position: relative;
    }

    .header-logo {
        float:left;
    }
    .header-phone {
        font-size: 18px;
        margin-top: 10px;
    }

    .header-right-block {
        float: none;
        width: 100%;
    }


    .header-contacts {
        float: right;
        margin-bottom: 0;
    }

    .header-address-select {
        position: relative;
        z-index: 151;
    }

    .header-menu {
        float: left;
    }

    .header-menu li {
        padding: 9px 7px;
    }

    .menu-carousel .item:nth-child(n+5) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-content-cell_right {
        width: 302px;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: -47px;
    }
    .triple-product-carousel-wrap .main-title {
        margin: 0 30px;
        margin-bottom: 9px;
    }

    .main-tabs .product-row .product-item {
        margin-right: 35px;
        margin-bottom: 35px;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active, .main-tabs .ui-tabs-nav li {
        margin-bottom: 10px;
    }

    .main-news {
       /* width: 611px;*/

        width: 550px;
        text-align: center;
    }

    .m-news-item-block {
        width: 50%;
    }
    .m-news-item-block:nth-child(n+3) {
        display: none;
    }

    .main-news__all {
        right: 31px;
    }

    .main-clients {
        width: 610px;
    }

    .main-about {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }

    .main-address-slider-wrap {
        float: none;
        margin: 0 auto;
    }

    .footer-menu li {
        padding: 0 25px;
    }

    .footer-contacts-row {
        width: 800px;
    }

    .footer-contacts-cell {
        float: left;
        display: block;
        margin-bottom: 10px;
        padding: 0;
        width: 50%;
    }
    .footer-contacts-cell:after {
        display: none;
    }

    .footer-social {
        padding-top: 11px;
    }

    .news-wrapper {
        width: 916px;
    }

    .about-gallery .item {
        width: 16.66%;
        height: 16.66%;
    }

    .about-gallery .item-content {
        padding: 5px 5px 5px 15px;
    }

    .about-gallery .item-content p {
        margin-bottom: 10px;
    }
    .about-gallery .item-content p:after {
        left: -8px;
    }

    .about-benefits-row .item {
        margin: 0 5px;
        width: 225px;
        padding: 70px 10px 0;
    }

    .about-benefits-row .item__title {
        font-size: 16px;
    }

    .about-benefits__text {
        padding: 0 20px;
    }

    .about-history-columns {
        margin-left: -0.7%;
        margin-right: -0.7%;
    }

    .ah-block {
        width: 31.8%;
        margin: 0 0.7%;
    }

    .portfolio-product-content {
        width: 605px;
    }

    .pp-table {
        float: none;
        margin: 0 0 20px 0;
    }

    .other-product-carousel .slick-slide {
        margin-right: 47px;
    }

    .payment-content-block {
        padding-right: 20px;
    }

    .delivery-block {
        margin: 0 5px 20px;
        width: 285px;
    }

    .delivery-block__title {
        font-size: 17px;
    }

    .delivery-block-content {
        padding: 15px 10px 5px 10px;
    }
    .delivery-block-content p {
        margin-bottom: 10px;
    }

    .delivery-map-info {
        left: 50px;
        bottom: 5px;
    }

    .dmi__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .dmi__text {
        margin-bottom: 15px;
    }

    .footer-menu li {
        padding: 0 7px;
    }
    .footer-menu li:after {
        display: none;
    }

    .franchise-benefits-row {
        text-align: center;
    }

    .franchise-benefits-row .item {
        height: auto;
        vertical-align: top;
        padding: 20px 10px 10px;
        width: 16.66%;
    }

    .franchise-benefits-row .item__image {
        margin: 0 0 15px 0;
        position: static;
        display: block;
    }

    .franchise-benefits-row .item__title {
        display: block;
        padding-right: 0;
        text-transform: none;
    }

    .franchise-cities-top {
        margin-bottom: 80px;
    }

    .franchise-promo-block_1 {
        background-position: -320px 0;
    }

    .franchise-cities-inner {
        width: 950px;
    }

    .franchise-promo-buttons span {
        display: block;
        margin: 10px 0;
    }

    .franchise-cities {
        min-height: 640px;
        background-size: 1200px 612px;
    }

    .franchise-cities-content {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .franchise-cities-join {
        padding-left: 0;
    }
    .franchise-cities-join .btn {
        color: #fff;
        background: #4daf45;
    }
    .franchise-cities-join .btn:hover {
        background: #4a9843;
    }

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

    .cabinet-content {
        width: 850px;
    }

    .cf-company-row .cf-item {
        padding-right: 0;
        width: 100%;
    }

    .cabinet-table table th {
        padding: 18px 5px;
    }

    .cabinet-table .ct-action {
        text-transform: none;
        padding: 3px 10px;
    }

    .content {
        width: 905px;
    }

    .nofilter .search-result-block {
        width: 25%;
    }
    .search-result-block {
        width: 33.33%;
        padding: 0 28px 56px;
    }

    .search-result-row {
        margin-left: -28px;
        margin-right: -28px;
    }

    .news-wrapper_single {
        width: 900px;
    }

    .news-item-block {
        width: 25%;
    }
    .news-item-block:nth-child(n+5) {
        display: none;
    }

    .product-info-content {
        width: 600px;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav {
        float: none;
    }

    .product-info-tabs-call {
        float: none;
        margin-bottom: 10px;
        padding: 15px 0 15px 40px;
        height: auto;
        width: 100%;
    }

    .product-info-tabs-list .ui-tabs-nav li:last-child, .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active:last-child {
        border-right: 3px solid #EAEAEC;
    }

    .product-info-actions .pic-color {
        margin-bottom: 10px;
    }

    .product-info-offer-row .item {
        margin: 0 0 10px 0;
        width: 100%;
        height: 82px;
    }

    .pif-cell {
        display: block;
        margin-bottom: 10px;
    }

    .pic-list li {
        padding-right: 5px;
    }

    .product-carousel .slide {
        margin-right: 47px;
    }

    .product-info-content_2 .product-info-top {
        width: 290px;
    }

    .product-color-carousel-wrap {
        margin-bottom: 15px;
    }

    .product-info-left {
        float: none;
        margin-bottom: 20px;
    }

    .product-info-content {
        float: none;
        width: 100%;
    }

    .product-info-prices {
        float: none;
        margin-bottom: 25px;
    }

    .product-info-actions .pic-color {
        display: block;
        margin-bottom: 10px;
    }

    .pic-quantity {
        margin-bottom: 10px;
        display: block;
        width: 115px;
    }

    .pic-cart__btn {
        display: block;
        margin-bottom: 10px;
        width: 140px;
    }

    .product-info-top-inner {
        padding-left: 0;
    }

    .product-info-form {
       /* float: right;*/
        width: 100%;
    }

    .calculate-budget-row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
    }

    .cb-filter {
        padding: 0 10px;
    }

    .cb-filter-body {
        padding: 15px;
    }

    .cb-filter-field {
        width: 110px;
    }

    .cb-filter-field .cb__field {
        padding-left: 5px;
    }

    .cb-filter-slider-wrap {
        width: 178px;
    }

    .cb-filter__title {
        text-transform: none;
    }

    .variant-carousel .slick-slide {
        margin-right: 55px;
    }

    .cart-block-left {
        float: none;
        margin-bottom: 20px;
        width: 625px;
    }

    .cart-block-right {
        float: none;
        width: 100%;
    }

    .cart-delivery-block {
        margin-right: 20px;
        width: 386px;
    }
    .cart-delivery-block:last-child {
        margin-right: 0;
    }

    .cdb-field-block {
        width: 120px;
    }

    .cdb-field-block_big {
        width: 253px;
    }

    .cdb-content {
        display: none;
        opacity: 1;
    }
    .cdb-content:after {
        display: none;
    }

    .cart-delivery-block {
        float: none;
        margin: 0 0 15px 0;
        padding-bottom: 20px;
        border-bottom: 2px solid #57b24f;
        width: 100%;
    }
    .cart-delivery-block.active .cdb-content {
        display: block;
    }

    .cdb-content-main, .cdb-content-add {
        width: 386px;
    }

    #product-info-tab3 .col-md-6 {
        width: 100%;
    }

    #product-info-tab3 .col-md-4 {
        width: 100%;
    }
}

@media screen and (max-width: 1450px) {

    .header-info {
        width: 200px;
    }

    .header-search {
        width: 250px;
    }

    .header-basket {
        width: 100px;
        padding-top:20px;
        flex:none;
    }

    .slogan {
        max-width: 400px;
        width: 100%
    }
}

@media screen and (max-width: 1260px) {
    .center-wrapper {
        width: 980px;
    }
    header .center-wrapper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .main-content {
        padding: 30px 0;
    }

    .main-menu-inner {
        padding-left: 150px;
    }

    .menu-carousel {
        padding: 0 35px;
    }

    .top-menu li {
        margin-right: 12px;
    }
    .top-menu li:after {
        display: none;
    }
    .top-menu li a {
        font-size: 12px;
    }

    .top-enter__link span {
        display: none;
    }

    .header-left {
        padding-left: 125px;
        padding-right: 260px;
    }

    .header-menu li {
        padding: 8px 7px;
    }

    .header-logo {
        top: 0;
        margin-top: 0;
    }

    .header-phone {
        padding-left: 10px;
        font-size: 14px;
    }

    .header-right {
        padding-left: 0;
    }

    .menu-carousel .item:nth-child(n+4) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-content-cell {
        float: none;
    }

    .promo-product {
        margin-bottom: 20px;
    }
    .promo-product img {
        width: 100%;
    }

    .double-product-carousel-wrap {
        display: block;
        width: 660px;
    }
    .double-product-carousel-wrap .main-title_db {
        margin: 0 0 26px 0;
    }
    .double-product-carousel-wrap .slick-arrow {
        top: -54px;
    }
    .double-product-carousel-wrap .slick-prev {
        left: 31px;
    }
    .double-product-carousel-wrap .slick-next {
        right: 31px;
    }

    .triple-product-carousel-wrap .slick-prev {
        left: 31px;
    }
    .triple-product-carousel-wrap .slick-next {
        right: 31px;
    }

    .main-news {
        float: none;
        margin-bottom: 15px;
        height: auto;
        width: 100% !important;
    }

    .main-reviews {
        float: none;
        width: 100% !important;
        height: auto;
        padding-bottom: 15px;
    }

    .m-news-item-block {
        width: 50%;
    }
    .m-news-item-block:nth-child(n+3) {
        display: inline-block;
    }
    .m-news-item-block:nth-child(n+4) {
        display: none;
    }

    .main-news__all {
        right: 54px;
    }

    .mr-review-top {
        max-width: 515px;
    }

    .main-clients {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-videos {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-contacts-row {
        width: 675px;
    }

    .clients-block_npt {
        padding-top: 40px;
    }

    .news-wrapper {
        width: 700px;
    }

    .news-list .item-left {
        float: none;
        margin-bottom: 10px;
    }

    .news-list .item-content {
        margin-left: 0;
    }

    .reviews-info {
        width: 100%;
    }

    .error-page {
        width: 100%;
    }

    .about-benefits-row .item {
        width: 185px;
    }

    .about-benefits-row .item__title {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about-gallery .item {
        width: 25%;
        height: 25%;
    }
    .about-gallery .item img {
        width: 100%;
    }

    .about-gallery .item-content {
        padding: 30px 20px;
    }

    .about-gallery .item-content p {
        font-size: 15px;
        line-height: 1.1;
    }

    .portfolio-product-media {
        float: none;
        margin-bottom: 30px;
    }

    .portfolio-product-content {
        float: none;
        width: 100%;
    }

    .pp-table {
        float: left;
        margin-right: 17px;
    }

    .other-product-carousel .slick-slide {
        margin-right: 93px;
    }

    .delivery-block {
        width: 330px;
    }

    .delivery-map-top {
        position: static;
        margin-bottom: 15px;
    }

    .delivery-map-info {
        position: static;
        width: 100%;
        max-width: 600px;
    }

    .footer-menu li {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        margin-bottom: 3px;
        padding: 0;
    }

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

    .franchise-benefits-row {
        padding: 0;
    }

    .franchise-cities-top {
        margin-bottom: 30px;
    }

    .franchise-cities {
        padding-top: 30px;
        min-height: 550px;
        background: #59b451;
    }
    .franchise-cities h2 {
        color: #fff;
    }

    .franchise-cities__subtitle {
        color: #fff;
    }

    .franchise-cities-inner {
        width: 100%;
    }

    .franchise-cities-content {
        padding: 0 25px;
    }

    .franchise-cities-join {
        padding: 30px 0;
        background: #fff;
        text-align: center;
    }

    .cabinet-content {
        width: 635px;
    }

    .cabinet-form-wrap .cabinet-form {
        width: 300px;
    }

    .cabinet-form-wrap .cabinet-form_private {
        margin-right: 20px;
    }

    .content {
        width: 685px;
    }

    .search-result-row {
        margin: 0;
    }

    .nofilter .search-result-block {
        width: 33.33%;
    }
    .search-result-block {
        width: 50%;
        padding: 0 0 80px;
    }

    .search-result-show {
        padding-right: 70px;
    }

    .news-wrapper_single {
        width: 680px;
    }

    .content-text img {
        float: none;
        margin-left: 0;
    }

    .news-item-block {
        width: 33.333%;
    }
    .news-item-block:nth-child(n+4) {
        display: none;
    }

    .product-info-top {
        width: 384px;
    }

    .product-info-content_2 .product-info-top {
        position: static;
        width: 100%;
    }

    .product-color-carousel-wrap {
        margin-bottom: 15px;
    }

    .product-carousel .slide {
        margin-right: 93px;
    }

    .cb-filter {
        width: 50%;
    }

    .cb-filter-slider-wrap {
        width: 270px;
    }

    .variant-top {
        margin-bottom: 5px;
    }

    .variant-top h2 {
        font-size: 19px;
    }
    .variant-top h2 span {
        font-size: 19px;
    }

    .variant-carousel .slick-slide {
        margin-right: 155px;
    }

    .main .product-info {
        display: flex;
        flex-direction: column;
    }

    .main .product-info .col-md-4 {
        width: 100%;
    }

    .main .product-info .col-md-8 {
        width: 100%;
    }

    .product-info-top {
        width: 100%;
    }

    #product-info-tab1 .col-md-6 {
        width: 100%;
    }

    #product-info-tab3 .col-md-6 {
        width: 100%;
    }

    .slogan {
        width: 100px;
    }
}

@media screen and (max-width: 1260px) {

    .big-image-home, .main-portfolio-list-item {
        width: 100%;
    }

    .main-portfolio-slider-wrap .main-address-slider .slick-prev,
    .main-portfolio-slider-wrap .main-address-slider .slick-next  {
        top:25%;
    }

    .main-portfolio-slider-wrap .main-address-slider .slick-prev {
        left: 0;
    }

    .main-portfolio-slider-wrap .main-address-slider .slick-next  {
        left : 97%;
    }

    .header-search {
        width: 200px !important;
    }

    form.lv-search input {
        width: 150px;
    }

    .header-address {
        width: 240px;
    }

    .header-logo img {
        width: 150px;
    }

}

.top-menu {
    text-align: left;
    padding: 0;
}
.top-menu ul {
    text-align: center;
}
.top-menu ul.active {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 555;
    padding-bottom: 15px;
}
.top-menu ul.active li a {
    font-size: 15px;
    padding: 15px 0;

}
.top-menu li {
    display: inline-block;
    padding: 0;
}
.top-menu li a {
    display: block;
    padding: 6px 0;
    border-top: 1px solid #fff;
}
@media screen and (max-width: 1199px) {

    .top-menu__switcher {
        display: inline-block;
    }
    .top-menu ul {
        display: none;
    }
    .top-menu li {
        display: block;
        margin: 0;
    }

    .header-info {
        width: 150px !important;
    }

    .header-info .header-phone a {
        font-size: 16px;
    }

    .header-logo img {
        width: 130px !important;
    }

}

/* STICKY-меню */
@media screen and (min-width:300px){

    .sticky-content.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;

        border-bottom: 1px #ccc solid;
    }


}

@media screen and (max-width:300px){
    .sticky-anchor {
        display: none;
    }
}

@media screen and (max-width: 1020px) {

    .main .product-info {
        width: 100%;
    }
    .main .product-info-left {
        width: 100%;
    }
    .main .product-info-content {
        width: 100%;
    }

    .top-menu__switcher {
        top: 9px;
    }


    .select-city__block__text-city:before {
        display: none;
    }
    .mobi-region .select-city-wrap, .mobi-region {
        display: block;
    }
    .pitt-cell_hide {
        display: none;
    }

    .center-wrapper {
        width: 750px;
    }

    .top .center-wrapper {
        padding-top: 47px;
        width: 100%;
    }

    .top-menu {
        float: none;
        margin: 0;
    }

    .top-enter {
        float: none;
        position: absolute;
        top: 0;
        margin-right: -375px;
        right: 50%;
        padding: 0 10px 0 15px;
    }

    .top-enter a {
        line-height: 47px;
        height: 47px;
    }

    .header {
        padding: 10px 0;
    }

    .header-left {
        padding: 0;
    }

    .header-address-select {
        padding-left: 0;
    }


    .header-phone {
        float: none;
    }

    .header-left-block {
        width: 100%;
    }

    .header-timetable {
        float: none;
        display: block;
    }

    .ht-block {
        padding: 8px 7px;
    }

    .header-contacts {
        position: absolute;
        left: 130px;
        top: 80px;
    }

    .header-contacts {
        top: 70px;
    }

    .header-contact-us {
        padding-left: 40px;
    }

    .header-menu {
        float: none;
        width: 100%;
    }

    .main-menu {
        width: 125px;
    }

    .main-menu-inner {
        padding-left: 125px;
    }

    .main-menu__btn {
        padding: 16px 10px 13px 35px;
    }
    .main-menu__btn:before {
        left: 12px;
    }

    .menu-carousel .slick-prev {
        left: 5px;
    }

    .menu-carousel .slick-next {
        right: 5px;
    }

    .menu-carousel .item:nth-child(n+3) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .double-product-carousel-wrap {
        /*  width: 471px;*/
        width: 100%;
    }
    .double-product-carousel-wrap .slick-prev {
        left: 0;
    }
    .double-product-carousel-wrap .slick-next {
        right: 0;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: -39px;
    }
    .triple-product-carousel-wrap .slick-prev {
        left: 56px;
    }
    .triple-product-carousel-wrap .slick-next {
        right: 56px;
    }

    .m-news-item-block {
        width: 50%;
    }
    .m-news-item-block:nth-child(n+3) {
        display: none;
    }

    .main-news__all {
        right: 65px;
    }

    .main-address-slider-wrap {
        width: 100%;
    }

    .footer-menu li {
        margin: 0 12px 5px 0;
    }

    .footer-inner {
        padding-left: 115px;
    }

    .footer-contacts {
        float: none;
        margin-bottom: 15px;
    }

    .footer-social {
        float: none;
    }
    .footer-social a:first-child {
        margin-left: 0;
    }

    .news-wrapper {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .right-block {
        float: none;
        width: 100%;
    }

    .subscribe {
        float: left;
        width: 440px;
        border-radius: 3px;
    }

    .main-banner {
        float: right;
        height: auto;
    }

    .rs-btn {
        min-width: auto;
        padding: 9px 10px;
    }

    .calculate-budget-row {
        margin: 0 0 20px 0;
    }

    .cb-filter {
        width: 100%;
    }

    .cb-filter-slider-wrap {
        width: 520px;
    }

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

    .calc-product-section .border-title {
        text-align: center;
    }

    .reviews-tabs-content {
        text-align: left;
    }

    .variant-carousel {
        text-align: center;
    }
    .variant-carousel .slick-slide {
        margin: 0;
    }

    .cabinet-left {
        padding-left: 0;
    }

    .cabinet-menu {
        padding-top: 46px;
    }
    .cabinet-menu:before {
        left: 0;
        top: 0;
        border-radius: 5px 5px 0 0;
    }

    .left-column {
        float: none;
        width: 100%;
    }

    .variant-tab-list {
        margin-bottom: 25px;
        border-radius: 0;
    }
    .variant-tab-list .ui-tabs-nav .ui-tabs-anchor, .variant-tab-list .ui-tabs-nav .ui-tabs-anchor {
        padding: 3px 0;
    }

    .left-phone {
        display: none;
    }

    .header-phone:before {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 3px;
    }

    .left-phone_mobile {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }

    .left-phone__title {
        margin-bottom: 5px;
    }

    .error-page {
        padding: 50px 20px 50px 350px;
        background-position: -20px 0;
    }

    .header-search {
        float: left;
    }
    .error-search .header-search__field {
        width: 290px;
    }

    .about-gallery .item-content {
        padding: 15px 5px 10px 20px;
    }

    .about-gallery .item-content p {
        font-size: 12px;
    }

    .about-benefits-row .item {
        margin: 0 10px 70px;
    }

    .about-benefits-row {
        margin-bottom: 10px;
    }

    .about-history-columns {
        margin: 0;
    }

    .ah-block {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .pp-table {
        float: none;
        margin-right: 0;
    }

    .other-product-carousel .slick-slide {
        text-align: center;
        margin-right: 0;
    }

    .other-product-carousel .slick-arrow {
        top: -60px;
    }

    .other-product-carousel .slick-prev {
        left: 50%;
        margin-left: -200px;
    }

    .other-product-carousel .slick-next {
        right: 50%;
        margin-right: -200px;
    }

    #modal-choose-region {
        width: 300px;
    }
    #modal-choose-region .modal-content {
        padding: 15px 15px 20px;
    }

    .payment-btn {
        padding: 15px 20px 15px 55px;
    }

    .payment-btn_cash {
        background-position: 10px 50%;
    }

    .payment-btn_ym {
        background-position: 10px 50%;
    }

    .region-row {
        -moz-columns: 1 200px;
        -webkit-columns: 1 200px;
        -ms-columns: 1 200px;
        columns: 1 200px;
    }

    .modal-scroll {
        height: 400px;
    }

    .portfolio-product-media {
        width: 100%;
    }
    .portfolio-product-media .slick-slide {
        text-align: center;
    }

    .footer .center-wrapper {
        padding: 0;
        width: 100%;
    }

    .footer-logo {
        display: block;
        float: none;
        position: static;
        width: 97px;
        margin: 25px auto 0;
    }

    .footer-inner {
        padding-left: 0;
        text-align: center;
    }

    .footer-contacts {
        display: inline-block;
    }

    .footer-contacts-row {
        text-align: left;
        width: 100%;
    }

    .footer-contacts-cell {
        float: none;
        width: 100%;
    }

    .footer-logo {
        top: 37px;
    }

    .footer-menu__switcher {
        display: inline-block;
        left: 50%;
        margin-top: 5px;
        margin-left: -370px;
    }

    .footer-menu {
        text-align: left;
        padding: 3px 0 3px;
    }
    .footer-menu ul {
        display: none;
        margin-top: 4px;
        text-align: center;
    }
    .footer-menu ul.active {
        display: block;
    }
    .footer-menu li {
        display: block;
        margin: 0 !important;
        padding: 0;
    }
    .footer-menu li a {
        display: block;
        padding: 6px 0;
        border-top: 1px solid #fff;
    }

    #modal-complex {
        width: 740px;
    }

    #modal-complex .modal-content {
        padding: 35px 15px 20px 15px;
    }

    .mcomplex-tabs-top {
        margin-bottom: 20px;
    }

    .mct__title {
        width: 138px;
    }

    .mct-form-item-block {
        margin-bottom: 10px;
        width: 100%;
        float: none !important;
    }

    .mct__title {
        text-transform: none;
    }

    .franchise-benefits-row .item {
        padding: 20px 5px 10px;
    }

    .franchise-cities-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .franchise-promo-block {
        display: block;
        width: 100%;
    }

    .franchise-promo-block_1 {
        background-position: -190px 0;
    }

    .franchise-benefits-row .item__image {
        display: inline-block;
        width: 60px;
        height: 60px;
    }
    .franchise-benefits-row .item__image img {
        max-width: 100%;
        height: auto;
    }

    .franchise-benefits-row .item__title {
        font-size: 12px;
        line-height: 1;
    }

    .cabinet-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .cabinet-menu li {
        padding: 8px 10px 8px 15px;
    }

    .cabinet-content {
        float: none;
        width: 100%;
    }

    .cabinet-form-wrap .cabinet-form {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        float: none;
    }

    .search-filter__mobile {
        display: block;
    }

    .nofilter .search-result-block {
        width: 50%;
    }
    .search-result-block {
        text-align: center;
    }

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

    .search-filter {
        display: inline-block;
    }

    .content {
        width: 100%;
        float: none;
    }

    .left-column {
        float: none;
    }

    .left-filter {
        margin-bottom: 30px;
        width: 100%;
    }

    .filter-slider-fields {
        width: 300px;
    }

    .filter-block {
        padding: 10px 20px 15px 20px;
    }

    .bx-active .filter-block__title {
        margin-bottom: 10px;
    }

    .sf-cell {
        padding: 0 8px 2px 8px;
    }

    .right-block {
        padding-left: 90px;
    }

    .right-block .video-item {
        margin-right: 20px;
    }

    .news-item-block {
        width: 50%;
    }
    .news-item-block:nth-child(n+3) {
        display: none;
    }

    .product-info-top {
        position: static;
        width: 100%;
    }

    .pip-discount-price {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }

    .pip-old-price {
        display: inline-block;
        vertical-align: top;
    }

    .product-info-offer-row .item {
        height: auto;
    }

    .product-carousel .slide {
        text-align: center;
        margin: 0;
    }

    .product-info-left {
        width: 100%;
    }

    .product-slider-big-wrap {
        width: 100%;
    }

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

    .product-info-about ul li:before {
        display: none;
    }

    .product-slider-small_2 {
        width: 100%;
    }

    .product-info-left_2 .product-slider-big-wrap {
        height: auto;
    }

    .product-scheme-carousel-wrap {
        width: 440px;
        margin: 0 auto 15px;
    }

    .product-info-tabs .product-info-tabs-list {
        float: none;
        width: 100%;
    }

    .wrapper {
        display: block;
    }

    .wrapper-content {
        display: block;
        height: auto;
    }

    .left-filter {
        display: none;
    }

    .cart-table th {
        font-size: 10px;
    }

    .cart-table th, .cart-table td {
        padding: 0 5px;
    }

    .cart-table td:nth-child(2) {
        width: 200px;
        font-size: 12px;
    }

    .cart-table td:nth-child(5) {
        width: 110px;
    }

    .cart-block-left {
        width: 100%;
    }

    .cart-payment {
        width: 100%;
    }

    .cart-payment .radio-block {
        float: none;
        margin-bottom: 15px;
    }

    .new-wrap {
        margin-left: 0 !important;
    }

    .main-content_npb {
        margin-right: 20px;
        margin-left: 20px;
    }

    .container-portfolio {
        margin-left: 20px;
        margin-right: 20px;
    }

    .main-news, .main-reviews {
        width: 100%;
    }

    .header-search {
        width: 130px !important;
    }

    form.lv-search input {
        width: 100px !important;
    }

    .slogan {
        display: none;
    }

    .holiday-work-time{
        display:block;
    }

    .new-wrap {
        width: 100%;
    }

    .header-logo img {
        width: 90px !important;
    }
}

@media only screen and (min-width:865px) and (max-width:1114px){
    .product-tabs-wrapp{

        margin-left: -48px;

    }

}

@media screen and (max-width: 1000px) {
    .row-edited {
        justify-content: center;
    }
    {
        margin-right: 0;
    }

}

.select-city-wrap {
    background: #00832d;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 145px;
    text-align: center;
    margin-right: 0;
}

@media screen and (max-width: 997px) {
    .select-city-wrap {
        margin-top: 10px;
    }

}

@media screen and (max-width: 996px) {

    .main-portfolio {
        display: none;

    }

    .main-section-item {
        width: 100%;
    }

    .home-product-carousel .slick-prev {
        left: -10px;

    }
}

@media only screen and (max-width:979px){
    .header-search__field {
        position: relative;
        padding-left: 15px;
        float: right;
        width: 100%;
        border: 1px solid #E8EAED;
        cursor: text;
    }
}
@media only screen and (min-width:980px){
    header .header-search__field:focus {
        border: 1px solid #E8EAED;
        cursor: text;
        position: absolute;
        width: 300px;
        right: -1px;
        transition: all 0.5s;
    }
}

@media only screen and (max-width:563px){
    .product-tabs-wrapp{

        margin-left: 0;
        padding-left: 0;

    }
}

@media screen and (max-width: 775px) {
    .header-align {
        flex-wrap: nowrap;
    }

    .m-20-right {
        margin: 0 20px 0 0;
    }

    .select-city-wrap {
        float: unset;
        margin: 20px 10px 10px 10px;
    }

    .header-info {
        text-align: unset;
    }

    .bx-basket {
        margin-top: 20px;
    }

    .header-second-row {
        align-items: flex-end;
    }

    .header-logo img {
        width: 60px !important;
    }
}

@media screen and (max-width: 767px) {

    .center-header-wrapper {
        margin: 0 10px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    /* слоган */
    .header-slogan {
        font-size: #00832d;
    }

    .select-city-wrap {
        margin: 0 auto;
        float: none;
    }
    .header-phone:before {
        display: none;
    }

    .header-logo {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .header-left {
        width: 100%;
    }

    .header-contacts-callback {
        display: none;
    }


    .product-stat-column {
        float: none;
        width: 100%;
    }

    .center-wrapper {
        width: 100%;
        padding: 0 10px;
    }

    .top .center-wrapper {
        padding: 47px 0 0 0;
    }

    .top-enter {
        right: 0;
        margin: 0;
    }

    .top-menu__switcher {
        left: 10px;
        margin: 0;
    }

    .footer-menu__switcher {
        left: 10px;
        margin: 0;
    }

    .header-logo {
        /*  left: 10px;*/
        display: block;
        float: none;
    }

    .header-info {
        position: relative;
        display: block;

        width: 160px !important;
    }

    .city-info {
        display: none;
    }

    .header-address-select {
        display: block;
        margin-bottom: 3px;
    }

    .header-contacts {
        top: 4px;
        left: 130px;
    }

    .header-contact-us {
        width: 100%;
    }

    .header-left-block {
        padding: 0;
    }

    .header-menu li:after {
        display: none;
    }

    .menu-carousel .item:nth-child(n+2) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .main-menu li ul {
        position: static;
        box-shadow: none;
        padding: 0;
        background:#55B14D;
        padding-left: 15px;
        min-height: auto;
    }

    .promo-product__title {
        font-size: 13px;
    }

    .header-phone {
        padding: 0 15px;
        margin-top: 15px;
    }

    .hc-info {
        padding: 0;
    }
    .promo-product__order {
        top: -1px;
    }

    .double-product-carousel-wrap {
        /*  width: 286px;*/
        width: 100%;
    }

    .double-product-carousel-wrap .main-title_db {
        margin: 0 30px 14px 30px;
        font-size: 12px;
    }

    .double-product-carousel-wrap .slick-arrow {
        top: -48px;
    }

    .main-tabs-product-row {
        margin: 0;
        text-align: center;
    }
    .main-tabs-product-row .product-item {
        margin: 0 5px 10px;
    }

    .main-tabs .ui-tabs .ui-tabs-nav {
        margin-bottom: 5px;
    }

    .main-news .border-title {
        margin-bottom: 10px;
    }

    .main-news-row {
        padding: 0 10px;
    }

    .main-news__all {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }

    .mr-review-info {
        width: 400px;
    }

    .main-reviews .border-title {
        margin-bottom: 10px;
    }

    .main-reviews__all {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }

    .main-videos-row .item {
        margin-bottom: 8px;
    }

    .main-clients {
        padding-top: 0;
    }
    .main-clients .border-title {
        margin-bottom: 10px;
    }

    .main-clients__all {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }

    .main-address-slider img {
        max-width: 100%;
        height: auto;
    }

    .ma-info__item span {
        text-transform: none;
    }



    .about-gallery .item-content p {
        line-height: 1.15;
    }

    .main-address-slider-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }

    .footer__phones {
        margin-bottom: 10px;
    }

    .footer__mail {
        margin-bottom: 10px;
    }

    .cb-filter-content {
        padding-right: 130px;
        position: relative;
    }

    .cb-filter-field {
        position: absolute;
        top: 0;
        right: 0;
    }

    .cb-filter-slider-wrap {
        width: 100%;
    }

    .menu-item__title {
        text-transform: none;
        font-size: 13px;
    }

    .main-menu li a {
        padding: 5px 25px 5px 25px;
        text-transform: none;
    }

    .subscribe {
        width: 50%;
    }

    .error-page .header-search__btn {
        border-left: 3px solid #51a54c;
        border-radius: 0;
    }

    .reviews-info {
        margin-bottom: 20px;
    }

    .reviews-tabs-content {
        padding: 20px 15px 10px;
    }

    .reviews-list .item-left {
        float: none;
        margin-bottom: 20px;
    }

    .reviews-list .item-content {
        margin-left: 0;
    }

    .reviews-list .item {
        padding-right: 20px;
    }

    .reviews-content-paginator {
        position: static;
        margin-bottom: 16px;
    }

    .rs-btn span {
        display: none;
    }

    .reviews-sort__delete {
        position: static;
        display: inline-block;
        vertical-align: middle;
    }

    .reviews-tabs .ui-tabs-nav li {
        float: none;
        display: block;
        margin-right: 0;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #E8EAED;
        border-radius: 0 !important;
    }

    .reviews-tabs .ui-tabs-nav li a {
        border-radius: 0 !important;
    }

    .reviews-tabs .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: 0;
    }

    .reviews-tabs .ui-tabs-nav .ui-tabs-anchor {
        display: block;
        float: none;
    }

    .error-page {
        padding-left: 250px;
        background-size: 300px 343px;
    }

    .error-search .header-search__field {
        width: 100%;
        margin-bottom: 5px;
        border-right: 3px solid #E8EAED;
    }


    .about-portfolio__btn {
        position: static;
        margin: 20px auto 0;
        display: block;
    }

    .about-benefits__title {
        font-size: 17px;
        top: -18px;
    }

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

    .about-gallery .item {
        width: 33.333%;
        height: 33.333%;
        text-align: left;
    }

    .payment-content-block {
        float: none;
        width: 100%;
    }

    .delivery-block {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
        min-height: auto;
        height: auto !important;
    }

    #modal-login {
        width: 400px;
    }

    .mlc-inner {
        padding: 20px;
    }

    #modal-thanks {
        width: 400px;
    }

    .modal-content_thanks {
        padding: 20px;
    }

    #modal-application {
        width: 400px;
    }

    .modal-content__title {
        font-size: 17px;
    }

    #modal-complex {
        width: 500px;
    }

    #modal-complex .modal-content {
        padding: 38px 10px 10px;
    }

    .mct-form-block {
        float: none;
        width: 100%;
    }

    .upload__note {
        max-width: 300px;
    }

    .mct__title {
        width: 96px;
        margin: 0;
        height: 100px;
        border-radius: 0;
        line-height: 1.1;
        border: 1px solid #EAEAEC;
        border-right: 0;
    }
    .mct__title:last-child {
        border-right: 1px solid #EAEAEC;
    }

    #modal-add {
        width: 400px;
    }
    #modal-add .modal-top {
        padding-left: 60px;
    }
    #modal-add .modal-add__quantity {
        left: 7px;
    }

    .modal-add-left {
        float: none;
        text-align: center;
        width: 100%;
    }

    .modal-add-content {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-add-bottom-left {
        margin-bottom: 5px;
        float: none;
        width: 100%;
    }

    .modal-add-bottom-content {
        float: none;
        width: 100%;
    }

    #modal-add-full {
        width: 400px;
    }

    .maf-fields {
        float: none;
        width: 100%;
    }

    .maf-text {
        float: none;
        width: 100%;
    }

    .modal-add__order {
        width: 100%;
    }

    #modal-worksheet {
        width: 400px;
    }

    .worksheet-desktop {
        display: none;
    }

    .worksheet-mobile {
        display: inline-block;
    }

    .cabinet-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }

    .address-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }

    .search-result-block {
        padding-bottom: 20px;
    }

    .search-result-show {
        padding-right: 0;
    }

    .news-block {
        padding: 25px 5px;
    }

    .right-block {
        padding-left: 0;
    }

    .right-block .video-item {
        display: block;
        margin: 0 auto 20px;
    }

    .product-slider-big-wrap {
        width: 100%;
    }

    .product-info-offer {
        /*float: none;*/
        width: 100%;
        margin-bottom: 20px;
    }

    .product-info-form {
        /*float: none;*/
        width: 100%;
    }

    .pic-list li {
        display: block;
        width: 100%;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li a, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active a {
        font-size: 12px;
        text-transform: none;
    }

    .pic-top h2 {
        text-transform: none;
    }

    .tooltip-content {
        width: auto;
        width: 200px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #ffffff;
    }

    .cart-text__btn {
        display: block;
        margin-bottom: 10px;
    }

    .cart-step {
        float: none;
        width: 100%;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }

    .cart-thanks-total__table table td {
        border: 1px solid #727475;
        vertical-align: middle;
        padding: 5px;
    }

    .cart-thanks-total__table table td:last-child {
        width: 80px;
        padding-right: 10px;
    }

    .cart-thanks-total__table table td:nth-last-child(2) {
        width: 55px;
        white-space: nowrap;
        padding-left: 5px;
    }

    .cart-thanks-info-table table td:first-child {
        width: auto;
        padding-right: 20px;
    }

    .cart-thanks-info-table table td {
        display: block;
    }

    .cart-table__name {
        width: 200px;
        white-space: normal;
    }

    .cart-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 715px) {

    .header-align {
        flex-wrap: nowrap;
    }

    .select-city-wrap {
        margin: 0px !important;
    }

    .slogan {
        display: none;
    }

    .header-address {
        width: 0;
    }

    .slct-city {
        display: none;
    }

    .select-city-wrap {
        background: none;
    }

    .header-info {
        width: 170px;
        display: inline-block;
        margin: 0 !important;
    }

    .header-info .header-phone, .header-info a {
        padding: 0px;
        margin: 0px;
    }

    .header-second-row {
        margin-top: 0px;
    }

    .header-search {
        width: 180px;
    }

    form.lv-search input {
        width: 150px;
    }
}

@media screen and (max-width: 672px) {

    .header-container {
        flex: 1;
    }

    .header-info {
        width: 130px;

        flex: 2;
    }

    .header-phone a {
        font-size: 14px;
    }

    .header-search {
        width: 150px;
    }

    form.lv-search input {
        width: 120px;
    }
}

/*@media screen and (max-width: 610px) {

   .header-address {
       display: none;
   }
}*/

@media only screen and (min-width:564px) and (max-width:864px){
    .product-tabs-wrapp{
        width: auto;
        height: 51px;
        padding-left: 0;
        margin-left: -22px;


    }

}

@media screen and (max-width: 579px) {

    .header-info {
        display: none !important;
    }

    .center-header-wrapper {
        margin: 0 5px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    .header-logo img {
        width: 130px !important;
    }

    .header-basket {
        padding-top: 0px;
    }

    .header-slogan {
        font-size: 14px;
    }

    .menu-carousel .item:nth-child(n+1) {
        display: none;
    }

    .menu-carousel.slick-slider .item {
        display: block;
    }

    .header-contacts {
        float: none;
        position: static;
        margin-bottom: 5px;
    }

    .header-address-select {
        display: inline-block;
        vertical-align: top;
    }

    .header-contact-us {
        width: auto;
    }

    .header-menu li {
        display: block;
    }

    .promo-product {
        padding: 7px;
    }

    .promo-product-top {
        padding-top: 23px;
    }

    .promo-product__rating {
        position: absolute;
        top: 0;
        left: 0;
    }

    .promo-product__order {
        position: absolute;
        top: 3px;
        right: 0;
    }

    .promo-product__title {
        font-size: 14px;
    }

    .promo-product-labels {
        top: 3px;
        right: 3px;
    }

    .pp-discount {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 23px;
        margin-left: 10px;
    }

    .pp-price {
        padding: 5px 7px;
    }

    .pp-price__new {
        font-size: 14px;
    }

    .pp-price__old {
        font-size: 11px;
    }

    .element {
        padding-left: 40px;
    }

    .element__icon {
        left: 10px;
    }

    .double-product-carousel-wrap {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .double-product-carousel-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }
    .double-product-carousel-wrap .slick-prev {
        left: 50%;
        margin-left: -175px;
    }
    .double-product-carousel-wrap .slick-next {
        right: 50%;
        margin-right: -175px;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }
    .triple-product-carousel-wrap .slick-prev {
        left: 50%;
        margin-left: -175px;
    }
    .triple-product-carousel-wrap .slick-next {
        right: 50%;
        margin-right: -175px;
    }

    .main-banner {
        float: none;
        margin: 0 auto;
    }

    .triple-product-carousel-wrap .slick-arrow {
        top: 50%;
        margin-top: -15px;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .main-news-row .item:nth-last-child(3) {
        display: none;
    }

    .mr-review-info {
        width: 310px;
    }

    .header-menu {
        text-align: left;
        padding: 3px 0 3px;
    }
    .header-menu ul {
        display: none;
        text-align: center;
    }
    .header-menu ul.active {
        display: block;
    }

    .header-menu li {
        border-top: 1px solid #3C464B;
        margin: 0;
        padding: 0;
    }

    .header-menu li a {
        display: block;
        padding: 7px 0;
        font-size: 14px;
    }

    .header-menu__switcher {
        display: inline-block;
        margin-left: 5px;
    }

    .triple-product-carousel-wrap .main-title {
        margin: 0 0 10px 0;
    }

    .double-product-carousel-wrap .main-title_db {
        margin: 0 0 10px 0;
    }

    .m-news-item-block {
        width: 100%;
    }

    .m-news-item-block:nth-child(n+2) {
        display: none;
    }

    .subscribe {
        float: none;
        width: 264px;
        margin: 0 auto 20px;
    }

    .variant-carousel .slick-arrow {
        top: 50%;
        margin-top: -18px;
    }
    .variant-carousel .slick-prev {
        left: 50%;
        right: auto;
        margin-left: -160px;
    }
    .variant-carousel .slick-next {
        right: 50%;
        left: auto;
        margin-right: -160px;
    }

    .reviews-info {
        margin-bottom: 20px;
    }

    .review-add {
        margin-bottom: 15px;
        padding: 20px 15px 10px;
    }

    .review-add__text {
        margin-bottom: 10px;
    }

    .review-add__btn {
        position: static;
    }

    .reviews-sort__title {
        display: block;
        margin-bottom: 10px;
    }

    .main-videos-row .video-item {
        margin-bottom: 15px;
    }

    .error-page {
        padding: 210px 20px 30px 20px;
        background-size: 200px 230px;
        background-position: 50% -10px;
    }

    .error__title {
        text-align: center;
        font-size: 20px;
    }

    .portfolio-product-media {
        width: 100%;
    }

    .portfolio-product-slider .slick-slide img {
        max-width: 100%;
        height: auto;
    }

    .pp-table {
        width: 100%;
    }

    #modal-complex {
        width: 400px;
    }

    .mct__title {
        background: none;
        width: 100%;
        float: none;
        height: auto;
        text-align: center;
        padding: 6px 0;
        font-size: 13px;
        border-right: 1px solid #EAEAEC !important;
        border-bottom: none;
    }
    .mct__title.active {
        background-image: none;
    }
    .mct__title:last-child {
        border-bottom: 1px solid #EAEAEC !important;
    }
    .mct__title span {
        display: inline-block;
    }

    .about-gallery .item-content {
        padding: 10px 5px 5px 15px;
    }

    .about-gallery .item-content p {
        font-size: 11px;
        line-height: 1;
    }

    #contact-map-modal {
        width: 300px;
    }
    #contact-map-modal .modal-content {
        padding: 15px 10px;
    }

    .ct-tab__link {
        margin-right: 10px;
    }
    .ct-tab__link:last-child {
        margin-right: 0;
    }

    .franchise-promo-block {
        padding: 25px 20px 30px 20px;
    }

    .franchise-cities-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .franchise-benefits-row {
        font-size: 0;
    }

    .franchise-benefits-row .item {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        margin-bottom: 15px;
    }

    .franchise-benefits-row .item__title {
        font-size: 14px;
    }

    .af-row {
        margin-bottom: 0;
    }

    .search-filter {
        display: block;
    }

    .af-row .af-item {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .nofilter .search-result-block {
        width: 100%;
    }
    .search-result-block {
        width: 100%;
    }

    .search-filter__toggle {
        margin-bottom: 5px;
        float: none;
    }

    .search-filter-row {
        display: block;
        text-align: left;
        float: none;
    }

    .sf-cell {
        display: block;
        margin-bottom: 3px;
        padding: 0;
        border-right: 0;
    }

    .news-item-block {
        width: 100%;
    }
    .news-item-block:nth-child(n+2) {
        display: none;
    }

    .content-text__video {
        float: none;
        margin-right: 0;
    }

    .news-single__date {
        position: static;
        margin-bottom: 20px;
    }

    .news-single {
        padding-left: 0;
    }

    .product-slider-big-wrap {
        width: 100%;
        height: auto;
    }

    .product-info-left {
        width: 100%;
    }

    .ps-item__name {
        left: 95px;
        font-size: 15px;
    }

    .ps-item__availability {
        top: 0;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active {
        display: block;
        height: auto;
        padding: 3px 0;
        border: 3px solid #EAEAEC;
        border-right: 3px solid #EAEAEC;
        border-bottom: 0;
    }
    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li:last-child, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active:last-child {
        border-bottom: 3px solid #EAEAEC;
    }

    .product-info-tabs .product-info-tabs-list .ui-tabs-nav li a, .product-info-tabs .product-info-tabs-list .ui-tabs-nav li.ui-tabs-active a {
        line-height: 1;
    }

    .pic-form-cell {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .reviews-block__btn {
        display: block;
        position: static;
        margin: 0 auto 20px;
    }

    .product-carousel .slick-arrow {
        top: 50%;
        margin-top: -18px;
    }

    .product-carousel .slick-prev {
        left: 50%;
        margin-left: -165px;
    }

    .product-carousel .slick-next {
        right: 50%;
        margin-right: -165px;
    }

    .other-product-carousel .slick-arrow {
        top: 50%;
        margin-top: -18px;
    }

    .other-product-carousel .slick-prev {
        left: 50%;
        right: auto;
        margin-left: -165px;
    }

    .other-product-carousel .slick-next {
        right: 50%;
        left: auto;
        margin-right: -165px;
    }

    .main-tabs .ui-tabs-nav li, .main-tabs .ui-tabs-nav li.ui-tabs-active {
        border-radius: 0;
        display: block;
        text-align: center;
        float: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f3f4f6;
    }
    .main-tabs .ui-tabs-nav li a, .main-tabs .ui-tabs-nav li.ui-tabs-active a {
        float: none !important;
        display: block;
    }

    .product-price-table {
        width: 100%;
        overflow-y: auto;
        margin-right: 5px;
        white-space: nowrap;
    }

    .cart-total {
        text-align: left;
    }

    .cart-total__sum {
        display: block;
        margin-left: 0;
    }

    .cart-buttons .pull-left {
        float: none;
        margin-bottom: 25px;
    }
    .cart-buttons .pull-right {
        float: none;
    }

    .cart-buttons .btn {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:564px) and (max-width:864px){
    .product-tabs-list {
        height: auto;

    }
}

@media only screen and (max-width:563px){

    .product-tabs-list:after{
        height: 0px;
    }

    .product-tabs-list {
        height: auto;

    }
}

@media only screen and (max-width:563px){
    .product-slider-wrap .product-slider-big-wrap {

        height: 320px;
    }
}

@media only screen and (max-width:563px){

    .product-detail-tabs .product-tabs-list ul li a{
        line-height: 30px;

    }

    .product-detail-tabs .product-tabs-list ul li a:after{
        margin: 8px 21px 4px 13px;

    }

    .product-detail-tabs .product-tabs-list ul li{
        border-right: none;
        border-left: none;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .product-detail-tabs .product-tabs-list ul {
        border-left: none;
        margin: 0;
    }
}

@media only screen and (min-width:564px) and (max-width:864px){

    .product-detail-tabs .product-tabs-list ul {
        border-left: none;
        margin: 0;
    }

    .product-detail-tabs .product-tabs-list a{
        padding: 2px 9px;
    }

}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 35px;
    }

    .center-header-wrapper {
        margin: 0 5px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    .header-slogan {
        font-size: 14px;
    }

    .header-search {
        width: 120px !important;
    }

    form.lv-search input {
        width: 90px !important;
    }

    .header-logo img {
        width: 90px !important;
    }

    .hc-icon__num {
        top: 5px;
        right: 6px;
        width: 26px;
        height: 26px;
        line-height: 24px;
        background-size: cover;
    }

    .hc-info__order {
        text-transform: none;
        padding: 5px 12px;
    }

    .ht-block {
        padding: 8px 3px;
    }

    .main-menu-inner {
        padding-left: 115px;
    }

    .promo-product-elements {
        display: none;
    }

    .main-tabs .ui-tabs-nav {
        margin-bottom: 10px;
    }

    .main-reviews .main-title {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .mr-review__photo {
        float: none;
        margin-bottom: 10px;
    }

    .mr-review-info {
        width: 100%;
        float: none;
        display: block;
    }

    .mr-review__text {
        margin-bottom: 10px;
    }

    .main-clients .main-title {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .main-clients-carousel {
        margin-top: 40px;
    }

    .ma-info__item span {
        font-size: 13px;
    }

    .item-bottom {
        display: block;
    }

    .news-list .item-social, .news-list .item-btn, .news-list .item-tags {
        display: block;
        margin-bottom: 10px;
    }

    .reviews-list .item__photo {
        margin-bottom: 10px;
    }

    .reviews-list .item-info {
        display: block;
    }

    .reviews-list .item-left {
        margin-bottom: 10px;
        width: 100%;
    }

    .rs-btn {
        margin-right: 5px;
        text-transform: none;
        padding: 8px 5px;
    }

    .reviews-tabs-content {
        padding: 15px 7px 10px;
    }

    .reviews-tabs .reviews-content__title {
        font-size: 12px;
        padding: 5px 2px;
        display: block;
        text-align: center;
    }

    .cb-filter {
        padding: 0;
    }

    .reviews-sort__delete {
        height: 30px;
        background-size: 36px 30px;
    }

    .about-gallery .item {
        width: 50%;
        height: 50%;
    }

    .reviews-block__btn {
        position: static;
        margin: 0 auto 20px;
        display: block;
    }

    .portfolio-city__title {
        display: block;
        margin: 0 0 15px 0;
    }

    .pp-table {
        padding: 0;
    }

    .pp-row {
        display: block;
        padding: 5px 0;
    }

    .pp-cell {
        display: block;
        padding: 0 0 0 10px;
        width: 100%;
        border-right: 0;
    }
    .pp-cell:first-child {
        margin-bottom: 4px;
    }
    .pp-cell:last-child {
        padding-left: 10px;
    }

    .portfolio-product-slider-wrap {
        margin-bottom: 10px;
        padding: 7px;
    }

    .about-gallery .item-content p {
        font-size: 12px;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .footer-logo {
        position: static;
        width: 97px;
        margin: 0 auto 5px;
    }

    .footer-inner {
        padding-left: 0;
    }

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

    .footer .footer-inner-top {
        padding: 20px 10px 12px 10px;
    }

    .mct-rate .item {
        padding: 0 2px;
    }

    #modal-login {
        width: 300px;
    }

    .modal-top {
        font-size: 13px;
    }

    #modal-thanks {
        width: 300px;
    }

    .modal-content_thanks {
        padding: 20px 10px;
    }

    #modal-application {
        width: 300px;
        padding-top: 70px;
        background-position: 50% 20px;
    }

    .modal-content {
        padding: 20px;
    }

    #modal-complex {
        width: 300px;
    }

    #modal-add {
        width: 300px;
    }

    .modal-add__btn, .modal-add__cart {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mobile-hide {
        display: none;
    }

    #modal-add-full {
        width: 300px;
    }

    .franchise-cities-content {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }

    .franchise-benefits-row .item {
        width: 50%;
    }

    .franchise-benefits-row .item__image {
        width: 75px;
        height: 75px;
    }

    .franchise-promo-buttons {
        padding: 20px 5px;
    }

    .franchise-promo-buttons .btn {
        text-transform: none;
    }

    .franchise-promo-buttons span {
        font-size: 16px;
    }

    #modal-worksheet {
        width: 300px;
    }

    .modal-worksheet__title {
        font-size: 11px;
    }

    .ps-item__name {
        left: 0;
        top: 19px;
    }

    .ps-item__discount {
        right: 0;
        width: 60px;
        height: 60px;
        font-size: 21px;
        line-height: 60px;
    }

    .ps-item__name {
        font-size: 14px;
    }

    .product-scheme-carousel-wrap {
        width: 320px;
    }

    .product-scheme-carousel-wrap {
        width: 300px;
    }

    .header-search__field {
        padding-left: 10px;
        background-image: none;
    }

    .header-contacts {
        display: table;
        width: 100%;
    }

    .header-address-select {
        display: table-cell;
        width: 50%;
    }
    .header-address-select .jq-selectbox {
        width: 100%;
    }
    .header-address-select .jq-selectbox__select {
        font-size: 12px;
        border-radius: 0;
    }

    .header-contact-us {
        display: table-cell;
        padding-right: 5px;
        padding-left: 5px;
        border-left: 0;
        border-radius: 0;
        background-image: none;
        font-size: 12px;
    }
    .header-contact-us:hover {
        background-image: none;
    }

    .filter-slider-fields {
        width: 280px;
    }

    .cdb-content-main, .cdb-content-add {
        width: 100%;
    }

    .cdb-content-row {
        margin-bottom: 10px;
    }

    .cdb-field-block {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .cdb-checkbox-block {
        height: auto;
    }

    .cdb-checkbox {
        float: none;
        margin-bottom: 8px;
    }

    .cdb-checkbox-add {
        padding-left: 0;
    }

    .cdb-checkbox__sum {
        float: none;
    }

    .cdb-checkbox-quantity {
        float: none;
    }

    .cdb-checkbox-stage {
        float: none;
        margin-bottom: 5px;
        padding-left: 27px;
    }

    .cart-buttons .pull-left {
        float: none;
        margin-bottom: 25px;
    }
    .cart-buttons .pull-right {
        float: none;
    }
    .cart-buttons .btn {
        margin-left: 0;
    }

    .cart-payment .radio-block {
        min-width: 100%;
    }

    .cart-payment .radio-block_cash input[type="radio"] + label {
        min-width: 100%;
        background-position: 50px 50%;
    }

    .hc-icon__num {
        border-radius: 100%;
        background: #3C464B;
    }

    .cart-form-promo-content .form__field {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }

    .cart-form-promo-content .btn {
        float: none;
    }

    .cart-total {
        margin-bottom: 15px;
    }
}

.header-logo img {
    max-width: 150px;
    width: 100%;
}

@media screen and (max-width: 359px) {
    h1 {
        font-size: 30px;
    }

    .center-header-wrapper {
        margin: 0 5px;
    }

    .header-align {
        align-items: center;
    }

    .m-20-right{
        margin: 0 5px 0 0;
    }

    .header-logo {
        margin-bottom: 15px;
        padding-top: 3px;
    }

    .header-search {
        display: none;
    }

    .main-clients-carousel .slick-prev {
        left: 0;
    }

    .main-clients-carousel .slick-next {
        right: 0;
    }

    .double-product-carousel-wrap .slick-prev {
        margin-left: -158px;
    }

    .double-product-carousel-wrap .slick-next {
        margin-right: -158px;
    }

    .triple-product-carousel-wrap .slick-prev {
        margin-left: -158px;
    }

    .triple-product-carousel-wrap .slick-next {
        margin-right: -158px;
    }

    .ht-block {
        margin-bottom: 4px;
    }

    .header-timetable {
        font-size: 0;
    }

    .header-timetable:before {
        top: 7px;
        margin-top: 0;
    }

    .header-search__btn {
        width: 100%;
    }


    .hc-icon {
        margin-right: 0;
    }

    .header-timetable {
        display: table;
        width: 100%;
    }

    .ht-block {
        display: table-cell;
        font-size: 11px;
        margin-left: 0;
        border-right: 0;
    }
    .ht-block:last-child {
        border-right: 1px solid #EAEAEC;
    }


    .hc-info__order {
        width: 100%;
        text-align: center;
    }

    .main-menu {
        width: 55px;
    }
    .main-menu .slick-prev {
        left: 5px;
    }
    .main-menu .slick-next {
        right: 5px;
    }

    .menu-carousel {
        padding: 0 29px;
    }

    .main-menu-inner {
        padding-left: 55px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-menu__btn {
        padding-left: 13px;
        font-size: 0;
    }
    .main-menu__btn:before {
        left: 12px;
    }
    .main-menu__btn:after {
        right: 10px;
    }

    .news-list .item-left {
        width: 300px;
    }

    .news-list .item__image {
        width: 230px;
    }

    .subscribe {
        width: 100%;
    }

    .reviews-block {
        padding: 15px 7px 10px;
    }

    .rs-btn {
        margin-right: 0;
        border-radius: 0;
        border-right: 0;
    }
    .rs-btn:last-child {
        border-right: 1px solid #DADCDD;
    }

    .calculate-budget-buttons .btn {
        width: 100%;
    }

    .cb-filter__num {
        left: -30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .cb-filter-body {
        margin-left: 30px;
    }

    .variant-carousel .slick-prev {
        margin-left: -157px;
    }

    .variant-carousel .slick-next {
        margin-right: -157px;
    }

    .error-search {
        position: relative;
    }

    .error-page .header-search__btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .error-search .header-search__field {
        padding-right: 60px;
    }

    .reviews-sort__delete {
        float: right;
    }

    .review-add__btn {
        width: 100%;
        text-align: center;
    }

    .about-gallery .item-content p {
        font-size: 10px;
    }

    #contact-map-modal {
        width: 270px;
    }

    .modal-content_login {
        padding: 0;
    }

    .franchise-benefits-row .item {
        width: 100%;
    }

    .franchise-promo-block {
        padding: 20px 10px 20px 10px;
    }

    .franchise-promo-block_1 {
        background-position: -260px 0;
    }

    .cabinet-menu li {
        padding: 8px 0 8px 10px;
    }

    .product-carousel .slick-prev {
        margin-left: -157px;
    }

    .product-carousel .slick-next {
        margin-right: -157px;
    }

    .other-product-carousel .item {
        width: 254px;
    }

    .other-product-carousel .slick-prev {
        margin-left: -155px;
        right: auto;
    }

    .other-product-carousel .slick-next {
        margin-right: -155px;
        left: auto;
    }

    .product-scheme-carousel-wrap {
        padding: 0 38px;
    }

    .product-scheme-carousel .slick-arrow {
        width: 30px;
    }

    .product-scheme-carousel .slick-prev {
        left: -38px;
    }

    .product-scheme-carousel .slick-next {
        right: -38px;
    }

    .product-info-form {
        padding: 25px 20px;
    }
    .product-info-form .pif-cell {
        padding-right: 0;
    }
    .product-info-form .btn {
        width: 100%;
    }

    .ps-item__name {
        font-size: 13px;
    }

    .header-search__btn {
        width: 43px;
        font-size: 0;
        background: #55B14D;
        background-image: url(../images/search-icon.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .header-address-select .jq-selectbox__select {
        font-size: 11px;
    }

    .header-contact-us {
        font-size: 11px;
    }

    .content-text img {
        margin-right: 0;
    }

    h2 {
        font-size: 22px;
    }

    .h2-bold {
        font-size: 22px;
    }

    .content-social .social-links {
        margin-bottom: 10px;
    }

    .filter-block {
        /* padding: 10px 15px 15px 15px;*/
        padding: 10px;
    }
}

.form-results {
    display: none;
}
.form-results.ok,
.form-results.error {
    display: block;
}
.tpad10 td {
    padding: 10px;
}
#city_data_container {
    display: none;
}
.element-list{
    line-height: normal;
}
.modal-worksheet__text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.main-portfolio {
    width: 100%;
    display: inline-block;
    position: relative;
}

.main-portfolio .main-portfolio-slider-wrap {
    margin: 25px 50px 100px 50px;
}

.main-portfolio .main-portfolio-zakaz {
    width: 15%;
    float:left;
}

.main-portfolio .main-portfolio-zakaz .main-portfolio-zakaz-item {
    padding: 0 20px;
    text-align:center;
}

.ma-info {
    position: relative;
    background: #fff;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    bottom: 70px;
    height: 50px;
}

.main-portfolio .main-portfolio-zakaz .main-portfolio-zakaz-item .form__field {
    max-width: 200px;
}

.main-portfolio-slider-wrap .slick-arrow {
    top:85%

}

.main-portfolio-list {
    display: inline-block;
    width:100%;
}

.main-portfolio-list-item {
    background: #f3f8fe;
    float:left;
    width: 50%;
    font-family: 'OpenSansLight';
    color: #313131;
    margin: 25px 0;
}

.main-portfolio-list-title {

    background: #ebf3fc;
    padding: 20px 40px;
    font-size: 25px;
}

/* портфолио */
.big-image-home {
    border: 1px solid #636363;
    padding: 20px;
    width: 50%;
    float:left;
}

.big-image-home img {
    max-width: 100%;
}

.main-portfolio-list-info {
    display: table;
    width: 100%;
    margin: 10% 50px;
}

.main-portfolio-list-w {
    padding: 15px;
    font-size: 16px;
}

.main-portfolio-list-info-row {
    display: table-cell;
    width: 50%;
}

.time-day:before {
    background: url(../images/stopwatch.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.money:before {
    background: url(../images/funds.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.city:before {
    background: url(../images/placeholder.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.ploc:before {
    background: url(../images/select.svg) no-repeat;
    width: 25px;
    display: block;
    float: left;
    content: '';
    margin-right: 10px;
    height: 25px;
}

.main-portfolio-slider-wrap .main-address-slider .slick-prev,
.main-portfolio-slider-wrap .main-address-slider .slick-next  {
    background: url(../images/back.svg) no-repeat;
    left: 55%;
}

.main-portfolio-slider-wrap .main-address-slider .slick-next  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 57%;
}

.main-section-item {
    width: 31%;
    margin: 1%;
    display: inline-block;
    border: 1px solid;
    height: 190px;
    position: relative;
    overflow: hidden;
}

.home-product-carousel .slick-prev {
    left: -32px;

}

.home-product-carousel .slick-next {

    right: -22px;

}

.home-product-carousel .slick-slide {
    margin-left: 10px;
}

.home-product-carousel {
    padding: 0 1%;

}

.home-product .title-h1{

    text-align: center;
    padding: 4px 2px;
    color: #F4A11D;
    font-family: 'OpenSansBold';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.home-section-name {
    position: absolute;
    bottom: -20px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 40%;
    position: absolute;
    transition: all 0.4s;
}

.main-section-item:hover .home-section-name {

    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    transition: all 0.4s;

}

.home-section-name p {
    padding: 7px 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.slick-slider .slide {
    text-align: center;
}

.section-slider-block .section-block {
    overflow: hidden;
    padding: 0 30px;
    margin: 30px 0 20px 0;
}

.section-slider-block .section-block .slick-prev {
    left: 30px;
    top: 2px;
}

.section-slider-block .section-block .slick-next {
    top: 2px;
    right: 30px;
}

.section-slider-block .section-block__title {
    margin: 0 10px 10px 10px;
}

.sticker-block {
    position: absolute;
    right: 0;
    padding: 5px;
    z-index: 5;
}

.sticker-block .sticker-item {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 5;
    margin: 2px 0;
}

.sticker-block .sticker-item.newest-item {
    background-color: #4daf45;
}

.sticker-block .sticker-item.cheapest-item {
    background-color: #f92212;
}


@media screen and (min-width: 715px) {

    .triton-burger{
    display: none;
    }

}

.burger-show {
    display: block;
}

.no-burger {
    display: none;
}

.main-slider-carousel .slick-slide img {
	height: 600px
}

.product-item__title {
   min-height: 65px;
    height: 100%;
  }
  
  .product-item__country {
    height: 100%;
    min-height: 70px;
  }
  
  .product-item__price {
    height: 100%;
    
  }

@media (max-width: 768px) {
  .main-slider-carousel .slick-slide img, .promo-product {
  	height: auto;
  }
  
  .box-modal--adaptive {
    width: auto;
    max-width: 100%;
  }
}


@media (max-width: 1500px) {

	.header-slogan {font-size: 18px;}

  .slogan {max-width: 270px;width: 100%}

  .header-info .zphone {font-size: 14px;}

  .header--callback a {font-size: 10px;}

  .header--callback {width: 210px}

  .city-info .address { font-size: 12px;}

  .header-address .select-city-wrap {margin-left: 45px;}

  .header-phone {margin-top: 2px;}

}

@media (min-width: 1920px){
    .main-title {margin-bottom: 8px;}
    .double-product-carousel-wrap .slick-arrow {top: -39px;}
    .col-specials {margin-left: -2px;}
  }
  