@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Exo + 2:regular, 500, 700&display=swap&subset=cyrillic-ext);*/

@font-face {
    font-family: "Exo 2";
    src: url("../font/Exo2-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav,
section {
    display: block;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
body {
    line-height: 1;
    font-family: "Exo 2";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea,
h1, h2, h3, h4, h5,
p, ul li, ol li, a {
    font-family: "Exo 2";
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
body {
    color: #4a4949;
}
body._lock {
    overflow: hidden;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
._container {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.form {
    max-width: 570px;
    /*max-height: 500px;*/
    padding: 50px 60px 50px 60px;
    position: relative;
}
.form::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9) url(../img/icons/loading.gif) center/50px no-repeat;
    opacity: 0;
    visibility: hidden;
}
.form._sending::after {
    opacity: 1;
    visibility: visible;
}
.form__title {
    font-size: 1.75rem;
    text-align: center;
    margin: 0 0 24px 0;
}
.form__line {
    margin: 0 0 12px 0;
}
.form__label {
    margin: 0 0 2px 0;
    font-size: 0.75rem;
}
.form__label span {
    color: red;
}
.form__checkbox {
    text-align: center;
    margin: 24px 0 0 0;
}
.form__error {
    color: #008bcb;
}
.form input {
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}
.form__button {
    text-align: center;
}
.form__button span {
    color: #282828;
    font-size: 2.25rem;
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 18.5px 0;
    width: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn._cart {
    width: 7.5rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 700;
    padding: 0.5625rem 0;
}
.btn._fw {
    width: 100%;
}
.btn._blue {
    background: #008bcb;
    border: 2px solid #008bcb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
}
.btn._blue:hover {
    background: 0 0;
    color: #008bcb;
}
.btn._blue-no-bg {
    border: 2px solid #008bcb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background: 0 0;
    color: #008bcb;
}
.btn._blue-no-bg:hover {
    background: #008bcb;
    color: #fff;
}
.btn._orrange {
    background: #ffca54;
}
.btn._orrange:hover {
    background: #ffeec4;
}
.btn._orrange-light {
    background: #ffeec4;
}
.btn._orrange-light:hover {
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
}
.btn._circle {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff url(../img/home/plus.svg) center no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.btn._circle:hover {
    background: #ffca54 url(../img/home/plus-white.svg) center no-repeat;
}
.btn._circle-square {
    border: #fff dashed 5px;
    background: no-repeat;
    border-radius: 0;
    width: 300px;
    height: 90px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
}
.btn._circle-square:hover {
    background: none;
}
.select {
    position: relative;
    line-height: 1;
}
.select__item {
    position: relative;
}
.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url(../img/icons/select.svg) center/100% no-repeat;
}
.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}
.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0 5px 0;
}
.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0;
}
.select._active {
    z-index: 5;
}
.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.select._active .select__options {
    display: block;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F5F5F5;
}
.input, textarea {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 12px 16px 12px 16px;
    font-size: 20px;
    height: 50px;
    color: #4a4949;
    opacity: 0.6;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
textarea {
    height: auto;
}
.input._focus {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1;
    color: #4a4949;
}
.input._error {
    border: 2px solid red;
}
textarea.input {
   /* resize: none;
    padding: 0 0;*/
    height: auto;
    min-height: 85px;
}
.checkbox {
    position: relative;
}
.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
    background: #008bcb url(../img/icons/check.svg) center no-repeat;
}
.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #4a4949;
    letter-spacing: -0.3px;
    line-height: 1.25;
    cursor: pointer;
}
.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 12px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #008bcb;
    border-radius: 4px;
}
.checkbox a {
    color: #4a4949;
    text-decoration: underline;
}
.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}
.checkbox__lalbel {
    font-size: 0.9375rem;
}
.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.options__item {
    position: relative;
    cursor: pointer;
}
.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}
.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1.25;
}
.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}
.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}
.rating-block {
    display: table;
    font-size: 0;
}
.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.rating.edit .star {
    cursor: pointer;
}
.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}
.rating__activeline {
    position: absolute;
    width: 0;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}
.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}
.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer;
}
.quantity__button::after,
.quantity__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 0 0 -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px;
}
.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.row:after {
    display: block;
    content: "";
    clear: both;
}
.rub:after {
    content: "₽";
}
ol.counter {
    list-style-type: none;
    counter-reset: item;
}
ol.counter li {
    position: relative;
    padding: 0 0 0 45px;
}
ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}
.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.table {
    display: table;
    font-size: 0;
    width: 100%;
}
.trow {
    display: table-row;
}
.cell {
    display: table-cell;
}
.cell.full {
    width: 100%;
}
._ibg {
    position: relative;
}
._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}
.video embed,
.video iframe,
.video object,
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videobg embed,
.videobg iframe,
.videobg object,
.videobg video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.moretext {
    overflow: hidden;
}
.moretext__more {
    cursor: pointer;
}
.moretext__more span {
    font-style: normal;
}
.moretext__more span:first-child {
    display: block;
}
.moretext__more span:last-child {
    display: none;
}
.moretext__more.active span {
    font-style: normal;
}
.moretext__more.active span:first-child {
    display: none;
}
.moretext__more.active span:last-child {
    display: block;
}
#map {
    background: url(../img/icons/loading.gif) center/50px no-repeat;
}
._swiper {
    overflow: hidden;
}
._swiper > div {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
._swiper.swiper-container-autoheight > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none !important;
}
.slick-slider {
    position: relative;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slider .slick-slide {
    position: relative;
}
.tab__item {
    display: none;
}
.tab__item.active {
    display: block;
}
._tabs-block {
    display: none;
}
._tabs-block._active {
    display: block;
}
.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.nicescroll-rails {
    z-index: 1000 !important;
}
.gm-style-iw-t {
    opacity: 0;
}
.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}
.baloon button {
    display: none !important;
}
.baloon:after {
    display: none !important;
}
.baloon-style {
    display: none;
}
.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0 !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}
.baloon-content.gm-style-iw:after {
    display: none !important;
}
.baloon-close {
    top: 18px !important;
}
._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}
._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.qs-datepicker-container {
    margin: 5px;
    font-size: 1rem;
    font-family: sans-serif;
    color: #000;
    position: absolute;
    width: 15.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: #000;
    -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
    box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
    border-right: 1px solid #fff;
    border-left: 1px solid #f1ad70;
    padding: 5px;
}
.qs-datepicker-container:after,
.qs-datepicker-container:before {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 2;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(#f1ad70), to(#fffdf2));
    background-image: -o-linear-gradient(left, #f1ad70 0, #fffdf2 100%);
    background-image: linear-gradient(to right, #f1ad70 0, #fffdf2 100%);
}
.qs-datepicker-container:before {
    top: 0;
}
.qs-datepicker-container:after {
    bottom: 0;
}
.qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qs-datepicker-container.qs-hidden {
    display: none;
}
.qs-datepicker .qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1;
}
.qs-datepicker .qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.875em;
    padding: 0.25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.qs-datepicker .qs-overlay .qs-close {
    padding: 0.5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.qs-datepicker .qs-overlay .qs-submit {
    border: 1px solid #fff;
    border-radius: 0.26392em;
    padding: 0.5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.4);
}
.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
    color: grey;
    border-color: grey;
    cursor: not-allowed;
}
.qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
    opacity: 1;
}
.qs-datepicker .qs-controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #000;
    color: #fff;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.qs-datepicker .qs-arrow {
    height: 1.5625em;
    width: 1.5625em;
    position: relative;
    cursor: pointer;
    border-radius: 0.26392em;
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
}
.qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
}
.qs-datepicker .qs-arrow:hover.qs-left:after {
    border-right-color: #000;
}
.qs-datepicker .qs-arrow:hover.qs-right:after {
    border-left-color: #000;
}
.qs-datepicker .qs-arrow:after {
    content: "";
    border: 0.39062em solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}
.qs-datepicker .qs-arrow.qs-left:after {
    border-right-color: grey;
    right: 50%;
    -webkit-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
}
.qs-datepicker .qs-arrow.qs-right:after {
    border-left-color: grey;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}
.qs-datepicker .qs-month-year {
    font-weight: 700;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.qs-datepicker .qs-month-year:hover {
    border-bottom: 1px solid grey;
}
.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
    outline: 0;
}
.qs-datepicker .qs-month {
    padding-right: 0.5ex;
}
.qs-datepicker .qs-year {
    padding-left: 0.5ex;
}
.qs-datepicker .qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.3125em;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.qs-datepicker .qs-square {
    width: 14.28571%;
    height: 1.5625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
    border-radius: 0.26392em;
}
.qs-datepicker .qs-square.qs-current {
    font-weight: 700;
}
.qs-datepicker .qs-square.qs-current span {
    text-decoration: underline;
}
.qs-datepicker .qs-square.qs-active {
    background: #fff;
    color: #000;
}
.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.qs-datepicker .qs-square.qs-range-date-middle {
    background: #d4ebf2;
}
.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
    border-radius: 0;
}
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.qs-datepicker .qs-square.qs-disabled span {
    opacity: 0.2;
}
.qs-datepicker .qs-square.qs-empty {
    cursor: default;
}
.qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed;
}
.qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: 700;
    color: grey;
}
.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange;
}
.qs-datepicker .qs-event {
    position: relative;
}
.qs-datepicker .qs-event:after {
    content: "";
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0;
}
.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    margin-top: -10px;
    position: absolute;
    display: block;
    width: 20px;
    height: 36px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}
.lg-actions .lg-next {
    right: 20px;
    background: url(../img/icons/p-right.svg) 0 0/100% no-repeat;
}
.lg-actions .lg-prev {
    left: 20px;
    background: url(../img/icons/p-left.svg) 0 0/100% no-repeat;
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close {
    background: url(../img/icons/close.svg) center no-repeat;
}
.lg-toolbar .lg-download {
    display: none;
}
.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}
._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
._no-webp .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
}
.lg-outer .lg-has-html5 .lg-video-play {
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}
._no-webp .lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}
.lg-autoplay-button:after {
    content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#lg-zoom-in:after {
    content: "\e311";
}
#lg-actual-size {
    font-size: 20px;
}
#lg-actual-size:after {
    content: "\e033";
}
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}
#lg-zoom-out:after {
    content: "\e312";
}
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.lg-fullscreen:after {
    content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
}
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.lg-outer #lg-share {
    position: relative;
}
.lg-outer #lg-share:after {
    content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}
.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0;
}
.group:after {
    clear: both;
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.lg-outer .lg-item {
    background: url(../img/icons/loading.gif) no-repeat scroll center center transparent;
    display: none !important;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}
.lg-outer .lg-empty-html {
    display: none;
}
.lg-outer.lg-hide-download #lg-download {
    display: none;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
    opacity: 0;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px);
}
.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    -o-transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
}
.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
} /*! nouislider - 14.6.0 - 6/27/2020 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}
.noUi-connect {
    height: 100%;
    width: 100%;
}
.noUi-origin {
    height: 10%;
    width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 23px;
    height: 23px;
    right: -11.5px;
    top: -10px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
.noUi-target {
    height: 4px;
    background-color: #eaeaea;
    margin: 0 11px 50px;
    position: relative;
}
.noUi-target::after,
.noUi-target::before {
    content: "";
    background-color: #eaeaea;
    width: 11px;
    height: 4px;
    position: absolute;
    top: 0;
}
.noUi-target::before {
    left: -10px;
}
.noUi-target::after {
    right: -10px;
}
.noUi-connect {
    background-color: #ffcda5;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #f68038;
    background-color: #fff;
    border-radius: 50%;
    cursor: default;
}
.noUi-handle::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #f68038;
}
.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-sub {
    background: #aaa;
}
.noUi-marker-large {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    color: #999;
    font-size: 12px;
    position: absolute;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -22px;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}
.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 1009;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}
.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}
.popup.show {
    visibility: visible;
    overflow: auto;
}
.popup.show::before {
    opacity: 1;
}
.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup._active {
    overflow: auto;
    visibility: visible;
}
.popup._active::before {
    opacity: 1;
}
.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    max-width: 800px;
}
.popup__close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 30;
    background: url(../img/icons/close.svg) 0 0 no-repeat;
}
.header__top {
    background: #ffca54;
}
.header__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}
.header__bottom {
    -webkit-box-shadow: inset 0 4px 0 #ffeec4, inset 0 -1px 0 rgba(74, 73, 73, 0.05);
    box-shadow: inset 0 4px 0 #ffeec4, inset 0 -1px 0 rgba(74, 73, 73, 0.05);
}
.top-header__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.top-header__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}
.top-header__column:nth-last-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    text-align: right;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo__column {
    margin: 0 10px 0 0;
}
.logo__content {
    color: #4e4e4e;
}
.logo__title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 19.57px;
    text-transform: uppercase;
}
.logo__subtitle {
    font-size: 11px;
    letter-spacing: 0.02em;
}
.contacts-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.contacts-header__item {
    display: inline-block;
    line-height: 20px;
    padding: 0 0 0 30px;
    color: #4a4949;
}
.contacts-header__item_city {
    background: url(../img/Pin.svg) left no-repeat;
}
.contacts-header__item_email {
    background: url(../img/Message.svg) left no-repeat;
    white-space: nowrap;
}
.contacts-header__item_email:hover {
    text-decoration: underline;
}
.contacts-header__item_phone {
    background: url(../img/Phone.svg) left no-repeat;
    white-space: nowrap;
}
.contacts-header__item_clock {
    background: url(../img/Clock.svg) 3% no-repeat;
    white-space: nowrap;
    margin-top: 5px;
}
.bottom-header__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.bottom-header__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}
.bottom-header__column:nth-last-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}
.bottom-header__catalog button {
    background-color: #008bcb;
    height: 45px;
    width: 250px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}
._no-webp .bottom-header__catalog button ::before {
    background: url(../img/icon-catalog.png) left no-repeat;
}
.bottom-header__catalog button ::before {
    padding: 30px 0 0 0;
    height: 20px;
    width: 20px;
}
.bottom-header__search {
    background: url(../img/Search.svg) right no-repeat;
    line-height: 30px;
    height: 45px;
    cursor: pointer;
}
.menu-catalog__icon {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #008bcb;
    color: #fff;
}
.menu-catalog__icon._active {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    color: #008bcb;
}
.menu-catalog__icon._active span {
    background-color: #008bcb;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.menu-catalog__icon._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}
.menu-catalog__icon._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
}
.menu-catalog__body {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 140px;
    left: 0;
    z-index: 13;
    padding: 15px 0 170px 0;
    background: #fff;
}
.menu-catalog__body._active {
    display: block;
}
.menu-catalog__body ._container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-catalog__home-category {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #008bcb;
    text-transform: uppercase;
    line-height: 140%;
    max-width: 250px;
    margin: 24px 0;
}
.menu-catalog__home-category :active,
.menu-catalog__home-category a:visited {
    color: #008bcb;
}
.menu-catalog__home-category a:hover {
    text-decoration: underline;
}
.menu-catalog__category {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin: 12px 8px;
}
.menu-catalog__category :active,
.menu-catalog__category a:visited {
    color: #263140;
}
.menu-catalog__category a:hover {
    text-decoration: underline;
}
.menu-catalog__sub-category {
    font-size: 13px;
    line-height: 130%;
    margin: 8px 16px;
}
.menu-catalog__sub-category :active,
.menu-catalog__sub-category a:visited {
    color: #828282;
}
.menu-catalog__sub-category a:hover {
    text-decoration: underline;
}
.icon-menu-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid #008bcb;
    width: 250px;
    height: 45px;
    border-radius: 2px;
}
.icon-menu-catalog__lines {
    position: absolute;
    top: 17.5px;
    left: 35px;
    width: 12px;
    height: 10px;
    cursor: pointer;
    z-index: 5;
}
.icon-menu-catalog__lines span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #fff;
}
.icon-menu-catalog__lines span:first-child {
    top: -1px;
    width: 100%;
}
.icon-menu-catalog__lines span:last-child {
    top: auto;
    bottom: 0;
    width: 100%;
}
.icon-menu-catalog__title {
    padding-left: 18px;
    cursor: pointer;
}
.menu {
    font-size: 18px;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.menu__link {
    font-weight: 500;
    color: #4a4949;
}
.menu__phone {
    display: none;
}
.menu__email {
    display: none;
}
.menu__callback {
    margin: 72px 0 0 0;
    display: none;
}
.icon-menu {
    display: none;
}
.footer {
    padding-bottom: 20px;
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 33px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.33%;
    flex: 0 0 3.33%;
}
.footer__content {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #4e4e4e;
}
.footer__bottom {
    margin-top: 36px;
}
.footer-adress__content {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4949;
    margin-top: 12px;
    max-width: 250px;
}
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
}
.footer-menu__item {
    margin-top: 12px;
}
.footer-menu__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #9a9a9a;
}
.footer-menu__link.active {
    font-weight: 700;
    color: #4a4949;
}
.footer-messendjer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
}
.footer-messendjer__title {
    font-size: 15px;
    line-height: 130%;
    color: #4a4949;
}
.footer-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.33%;
    flex: 0 0 23.33%;
}
.footer-icon__item {
    opacity: 0.5;
}
.footer-contacts {
    margin-top: 15px;
}
.footer-contacts__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}
.footer-contacts__item {
    font-size: 16px;
    line-height: 19px;
    color: #4a4949;
    padding-left: 8px;
}
.footer-contacts__item.tel {
    font-weight: 700;
}
.footer-contacts__item.mail {
    font-weight: 400;
}
.footer-memo {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #4a4949;
}
.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-document__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-document__item {
    padding-left: 42px;
}
.footer-document__link {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.5;
    letter-spacing: 0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4a4949;
}
.footer-copyrating {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #4a4949;
}
.mainslider__slide {
    position: relative;
    padding: 82px;
}
.mainslider__content {
    position: relative;
    z-index: 2;
}
.mainslider__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mainslider__dotts {
    margin: -35px 0 0 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mainslider__dotts .swiper-pagination-bullet {
    margin: 0 8px;
    height: 13px;
    width: 13px;
    border-radius: 2px;
    background: #4a4949;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.mainslider__dotts .swiper-pagination-bullet-active {
    margin: 0 8px;
    height: 13px;
    width: 13px;
    border-radius: 2px;
    background: #ffca54;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.content-mainslider__title {
    font-size: 42px;
    line-height: 130%;
    font-weight: 700;
    color: #008bcb;
}
.content-mainslider__description {
    margin: 45px 0;
    line-height: 24px;
    width: 41.6666666667%;
    text-shadow: 1px 1px 2px #fff;
}
.content-mainslider :active,
.content-mainslider a:visited {
    color: #4a4949;
}
.content-mainslider a:hover {
    text-decoration: underline;
}
.catalog {
    width: calc(111.1111111111% - 5px);
}
.catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    margin-bottom: 25px;
    justify-content: space-between;
}
.board__pagination-list.board__pagination-list-pc {
    margin-bottom: 25px;
    margin-top: 0;
}
.catalog__item {
    width: calc(33.333% - 7px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 2px solid #008bcb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 9px;
}
.catalog__item__link img {
    width: 95%;
}
.catalog__item:hover {
    -webkit-box-shadow: 0 4px 25px rgba(0, 139, 203, 0.15);
    box-shadow: 0 4px 25px rgba(0, 139, 203, 0.15);
    z-index: 99;
}
.catalog__item__title__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: 0.03em;
    color: #4a4949;
}
.catalog-filter-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.catalog-filter-pagination-llist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-filter-pagination__links {
    font-size: 16px;
    line-height: 130%;
    color: #9a9a9a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 24px;
}
.catalog-filter-pagination__links.active {
    color: #000;
}
.catalog-filter-pagination__links::after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #9a9a9a;
    border-left: 2px solid #9a9a9a;
    margin-left: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.catalog-filter-pagination__links.active-desc::after {
    border-bottom: none;
    border-left: none;
    border-top: 2px solid #9a9a9a;
    border-right: 2px solid #9a9a9a;
    margin-top: 7px;
}
.catalog-filter-pagination__links.active::after {
    border-color: #000;
}
.catalog-filter-pagination-plit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-filter-pagination-plit__links {
    padding-right: 18px;
}
.item-products {
    margin: 24px 0 97px;
}
.parametrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.parametrs__column {
    margin: 0 20px 0 0;
}
.product-prices {
    text-align: right;
}
.product-prices__old-price {
    font-size: 14px;
    line-height: 120%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ffca54;
    margin-bottom: 7px;
    margin-top: 7px;
}
.product-prices__price {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #4e4d5c;
    margin-bottom: 5px;
}
.product-price__minimum {
    color: #f00;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 14px;
}
.product-prices__add-to-cart {
    background: #008bcb;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 10px 30px;
}
.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-between;
}
.products__column {
    display: flex;
    width: calc(25% - 15px);
}
.products__body {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    padding: 36px 24px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.products__body:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
    font-weight: 700;
}
.products__image img {
    margin: 0 0 36px 0;
    width: 100%;
}
.products__title {
    padding: 24px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
}
.products__title a {
    color: #4a4949;
}
.product-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-body__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 15px;
}
.benefit__content {
    padding: 40px 170px 40px 50px;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #efefef;
    -webkit-box-shadow: 0 6.88485px 43.0303px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6.88485px 43.0303px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 35.625rem;
}
.benefit__content::before {
    content: "";
    position: absolute;
    right: 0;
    width: 28.07%;
    padding-top: 31.23%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}
.benefit__content:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #ffca54;
}
.benefit__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    z-index: 3;
    position: relative;
}
._line {
    width: 30px;
    border: 2px solid #008bcb;
    margin: 24px 0 0 0;
}
._no-webp ._content1::before {
    background: url(../img/home/benefits/1-off.png);
}
._content1::before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._no-webp ._content1:hover:before {
    background: url(../img/home/benefits/1-on.png);
}
._content1:hover:before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._no-webp ._content2::before {
    background: url(../img/home/benefits/2-off.png);
}
._content2::before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._no-webp ._content2:hover:before {
    background: url(../img/home/benefits/2-on.png);
}
._content2:hover:before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._no-webp ._content3::before {
    background: url(../img/home/benefits/3-off.png);
}
._content3::before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._no-webp ._content3:hover:before {
    background: url(../img/home/benefits/3-on.png);
}
._content3:hover:before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._no-webp ._content4::before {
    background: url(../img/home/benefits/4-off.png);
}
._content4::before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._no-webp ._content4:hover:before {
    background: url(../img/home/benefits/4-on.png);
}
._content4:hover:before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}




.work-stages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -27px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
    padding: 0 27px;
}
.stage__title {
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.advice__container {
    padding: 41px 0;
}
.advice__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.6rem;
    margin: 0 0 12px 0;
}
.advice__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advice__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.8%;
    flex: 0 1 48.8%;
    font-size: 1.25rem;
    line-height: 1.6875rem;
}
.offer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 100px auto 0;
}
.offer__text {
    max-width: 50%;
    color: #7a7b81;
    font-size: 1.125rem;
    line-height: 2.025rem;
    margin: 0 0 150px 0;
}
.offer__title {
    color: #fff;
    font-size: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 75px 0;
}
.offer__form {
    border: 1px dashed #4a4949;
    font-size: 1rem;
    margin: 0 0 130px 0;
    width: 100%;
    text-align: center;
}
.uploaded-area {
    cursor: pointer;
}
.form-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-offer__button {
    display: block;
}
.form-offer__line {
    margin: 0 0 36px 0;
}
.form-offer__line a {
    padding: 18.5px 77px;
}
.form-offer__label {
    color: #fff;
    font-size: 1.125rem;
    line-height: 2.025rem;
    text-align: center;
}
.progress-area__row {
    margin-bottom: 10px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.progress-area__image {
    height: 40px;
    width: 30px;
}
.progress-area__content {
    width: 100%;
    margin-left: 10px;
    color: #ffeec4;
}
.progress-area__details {
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}
.progress-area__progress-bar {
    height: 6px;
    width: 100%;
    background: #fff;
    border-radius: 25px;
}
.progress-area__progress {
    height: 100%;
    width: 50%;
    background: #ffca54;
    border-radius: 25px;
}
.uploaded-area__row {
    margin-bottom: 10px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.uploaded-area__image {
    height: 40px;
    width: 30px;
}
.uploaded-area__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffeec4;
}
.uploaded-area__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.25rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: -4px;
}
.uploaded-area__check {
    width: 18px;
    height: 18px;
}
.uploaded-area__check img {
    color: #ffca54;
}
.details__name {
    margin-bottom: 4px;
}
.details__size {
    font-size: 0.875rem;
}
.inner__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    position: relative;
}
.inner__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.inner__products {
    margin-bottom: 3.375rem;
}
.menu-inner {
    padding: 0 15px;
    margin-bottom: 40px;
}
.menu-inner__item {
    width: 317px;
    padding: 16px 20px 16px;
}
.menu-inner__item:not(:last-child) {
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.menu-inner__item:last-child {
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.menu-inner__item:hover {
    color: #008bcb;
    font-weight: 700;
    cursor: pointer;
}
.menu-inner__link {
    font-size: 1.125rem;
    line-height: 1.3888888889;
    letter-spacing: -0.01em;
    color: #9a9a9a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-inner__link.menu-inner__link_havr-sub::after {
    content: "";
    border: solid #9a9a9a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.products-inner__item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.product-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25rem;
}
.product-inner__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0.25rem;
}
.product-inner__content {
    border: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1.5rem;
}
.product-inner__content a.product-inner__image {
	padding: 10px;
}
.product-inner__content a.product-inner__image img {
    max-width: 100px;
}
.product-inner__delete {
    width: 15px;
    height: 15px;
    cursor: pointer;
    padding: 0.25rem;
    z-index: 9;
    background: url(../img/icons/close.svg) -4px -4px no-repeat;
}
.item-product {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 8px;
}
.item-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin: 0 24px 0 0;
}
.item-product__availability,
.item-product__new,
.item-product__hit,
.item-product__promotion {
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    color: #008bcb;
    background: rgba(0, 139, 203, 0.1);
    padding: 4px 10px;
}


.item-product__new {
    background: #008bcb;
    color:  #fff;
}
.item-product__hit {
    background: #19c13a;
    color:  #fff;
}
.item-product__promotion {
    background: #e32424;
    color:  #fff;
}
.item-product__discount {
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    color: #ffca54;
    padding: 4px 10px;
    background: rgba(255, 202, 84, 0.2);
    margin: 0 8px;
}
.item-product__none {
    display: none;
}
.item-product__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.item-product__title {
    font-size: 18px;
    line-height: 130%;
    color: #4a4949;
    margin: 12px 0 8px;
}
.item-product__title a, .item-product__title a:active, .item-product__title a:hover, .item-product__title a:focus {
    color: #4a4949;
}
.item-product__title a:hover {
    text-decoration: underline;
}
.item-product__parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*    font-weight: 700;*/
    font-size: 13px;
    line-height: 130%;
    color: #4a4949;
    padding-right: 24px;
}
.item-product__parameters span {
/*    font-size: 16px;*/
    line-height: 120%;
/*    font-weight: 400;*/
/*    color: #008bcb;*/
}
.cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.5rem;
}
.cart__total {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2.25rem;
    line-height: 1.1875rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.making-order__inputs {
    /*width: 812px;*/
}
.making-order__input {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.making-order__input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 155%;
    color: #e0e0e0;
}
.making-order__input::-moz-placeholder {
    font-size: 16px;
    line-height: 155%;
    color: #e0e0e0;
}
.making-order__input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 155%;
    color: #e0e0e0;
}
.making-order__input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 155%;
    color: #e0e0e0;
}
.making-order__input::placeholder {
    font-size: 16px;
    line-height: 155%;
    color: #e0e0e0;
}
.making-order__data {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 12px 16px;
}
.making-order__select {
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 155%;
    color: #4a4949;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background: url(../img/icons/arraySelect.svg) no-repeat 95% 50%;
}
option {
    font-weight: inherit;
    display: block;
    white-space: nowrap;
    min-height: 0;
}
.inputs-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
}
.mandatory,
.no-mandatory {
    width: 40%;
    font-size: 16px;
    line-height: 155%;
    color: #000;
    margin-bottom: 2px;
}
.mandatory:after {
    display: inline;
    content: "*";
    color: red;
}
.no-mandatory-info {
    padding-bottom: 1.3125rem;
}
.note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 238, 196, 0.5);
    border-radius: 2px;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 120%;
    color: #262626;
}
.img-info {
    padding-right: 16px;
}
.input__file-button {
    margin-top: 20px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke:rgb(0 139 204);  stroke-width: 4;  opacity: 0.4;  stroke-dasharray: 9 15'/></svg>");
    padding: 33px;
    font-size: 16px;
    line-height: 256%;
    color: #008bcb;
    text-align: center;
    cursor: pointer;
}
.order-textArea {
    /*resize: none;*/
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 12px 16px 48px;
}
.order-textArea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: #e0e0e0;
}
.cart-total__body {
    margin: 0.25rem;
}
.cart-total__text {
    font-size: 1.5rem;
    color: #cecece;
}
.cart-total__price {
    font-size: 1.5rem;
}
.cart-total__currency {
    font-size: 1.5rem;
}
.cart-total__info {
    font-size: 0.75rem;
    font-weight: 400;
}
.cart-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cart-price__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-price__value {
    margin-right: 1.5rem;
    margin-bottom: 0;
    color: #008bcb;
}
.number {
    display: inline-block;
    position: relative;
    width: 105px;
    border: 2px solid #ececec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.15625rem;
}
.number input[type="number"] {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    color: #008bcb;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
.number input[type="number"]::-webkit-inner-spin-button,
.number input[type="number"]::-webkit-outer-spin-button {
    display: none;
}
.number-minus {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 30px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-right: 2px solid #ececec;
    font-size: 16px;
    font-weight: 600;
    color: #ececec;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1rem;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.number-minus:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #4a4949;
}
.number-plus {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 30px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-left: 2px solid #ececec;
    font-size: 16px;
    font-weight: 600;
    color: #ececec;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1rem;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.number-plus:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #4a4949;
}
.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}
.page__slider {
    margin: 0 0 90px 0;
}
.page__header {
    margin-bottom: 1.5rem;
}
.page__breadcrumbs {
    background: rgba(75, 73, 73, 0.05);
    margin-bottom: 1.5rem;
}
.page__link-catalog {
    width: 100%;
    position: relative;
    text-align: right;
    top: -66px;
    right: 63px;
}
.page__link-catalog a {
    font-size: 16px;
    line-height: 150%;
    position: absolute;
    padding: 0 2px;
    text-decoration: underline;
}
.page__link-catalog :active,
.page__link-catalog a:visited {
    color: #008bcb;
}
.page__link-catalog a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid;
}
.page__products {
    margin: 0 auto 90px;
}
.page__benefits {
    margin: 0 auto 90px;
}
._no-webp .page__offer {
    background: url(../img/home/drag-drop-bg.jpg) top center no-repeat;
}
.page__offer {
    /*margin: 0 0 90px 0;*/
}
.page__work-stages {
    margin: 0 auto 90px;
}
._no-webp .page__advice {
    background: url(../img/home/bg-advice.jpg) top center no-repeat;
}
.tabs-block {
    margin: 0 0 50px 0;
}
.tabs-block__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px;
}
.tabs-block__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    margin: 0 2px;
    background-color: #7a956b;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.tabs-block__item._active {
    background-color: #77608d;
}
.tabs-block__body {
    padding: 20px 0 0 0;
}
.spollers-block {
    margin: 0 0 50px 0;
}
.spollers-block__item {
    margin: 0 0 20px 0;
}
.spollers-block__item:last-child {
    margin: 0;
}
.spollers-block__title {
    background-color: #794f45;
    cursor: pointer;
    padding: 20px 70px 20px 20px;
    position: relative;
}
.spollers-block__title::before {
    content: "";
    width: 20px;
    background-color: #fff;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 50%;
}
.spollers-block__title::after {
    content: "";
    width: 20px;
    background-color: #fff;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    right: 29px;
    top: 50%;
}
.spollers-block__title._active::before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.spollers-block__title._active::after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}
.spollers-block__body {
    display: none;
    padding: 20px 0 0 0;
}
.form__label {
    display: inline-block;
}
.slider {
    margin: 0 0 50px 0;
}
.text {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0 0 50px 0;
}
.text a {
    color: red;
}
.text._active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.price__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.price__inputs input {
    margin: 0 10px 0 0;
}
.gallery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gallery-block__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
.gallery-block__item img {
    max-width: 100%;
}
.title {
    width: 100%;
    font-size: 2.25rem;
    line-height: 1.3055555556;
}
.title:not(:last-child) {
    margin-bottom: 2.25rem;
}
.subtitle {
    width: 100%;
    font-size: 1.875rem;
    line-height: 1.3;
}
.subtitle:not(:last-child) {
    margin-bottom: 0.75rem;
}
.breadcrumbs {
    white-space: nowrap;
    padding-top: 1.25rem;
    padding-bottom: 1.5625rem;
}
.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumbs__list li.breadcrumbs__item {
	margin-bottom: 7px;
}
.breadcrumbs__item::after {
    content: " /";
    color: #9a9a9a;
    padding-right: 16px;
}
.breadcrumbs__item:last-child::after {
    content: "";
}
.breadcrumbs__link {
    white-space: normal;
    opacity: 0.5;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding-right: 16px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.breadcrumbs__link:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.breadcrumbs__current {
    color: #008bcb;
}
@media (min-width: 991.98px) {
    .quantity__button:hover::after,
    .quantity__button:hover::before {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .menu__link:hover {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #008bcb;
    }
}
@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }
    .checkbox a:hover {
        text-decoration: none;
    }
}
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}
@media (max-width: 1222px) {
    ._container {
        max-width: 970px;
    }
    .contacts-header__item_city {
        display: none;
    }
}
@media (max-width: 991.98px) {
    ._container {
        max-width: 750px;
    }
    .select__title {
        font-size: 18px;
    }
    .select__options {
        font-size: 18px;
    }
    .top-header__column:nth-last-child(1) {
        display: none;
    }
    .bottom-header__column:nth-last-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .bottom-header__column.bottom-header__column__search {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .bottom-header__search {
        background: url(../img/search-dark.svg) center no-repeat;
        line-height: 30px;
        height: 45px;
        width: 30px;
        cursor: pointer;
    }
    .menu__link {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .menu__link {
        font-size: 1.125rem;
    }
    ._container {
        max-width: none;
        padding: 0px 15px 20px;
    }
    .top-header__column:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .contacts-header {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 80px 0 0;
    }
    .bottom-header__column:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .bottom-header__catalog button {
        width: 100%;
    }
    .bottom-header__search {
        display: none;
    }
    .menu__body {
        display: none;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        overflow: auto;
        z-index: 5;
        padding: 70px 20px 0 20px;
        background-color: #ffca54;
        text-align: center;
    }
    .menu__body._active {
        display: block;
        z-index: 9999;
    }
    .menu__list {
        font-size: 1.125rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 14.375rem;
    }
    .menu__phone {
        display: block;
        margin: 50px 0 16px 0;
    }
    .menu__email {
        display: block;
        margin: 16px 0;
    }
    .menu__callback {
        display: block;
    }
    .menu__callback a {
        font-size: 1.125rem;
        font-weight: 700;
        padding: 25px;
        height: auto;
        width: 260px;
    }
    .icon-menu {
        display: block;
        position: absolute;
        top: 29px;
        right: 28px;
        width: 18px;
        height: 12px;
        cursor: pointer;
        z-index: 99999;
    }
    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #4a4949;
    }
    .icon-menu span:first-child {
        top: 0;
    }
    .icon-menu span:last-child {
        top: auto;
        bottom: 0;
    }
    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }
}
._webp .lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent;
}
._webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent;
}
._webp .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.webp) no-repeat scroll 0 0;
}
._webp .lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent;
}
._webp .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent;
}
._webp .bottom-header__catalog button ::before {
    background: url(../img/icon-catalog.webp) left no-repeat;
}
._webp ._content1 {
    background: url(../img/home/benefits/1-off.webp) #efefef no-repeat right center;
}
._webp ._content1:hover {
    background: url(../img/home/benefits/1-on.webp) #ffca54 no-repeat right center;
}
._webp ._content2 {
    background: url(../img/home/benefits/2-off.webp) #efefef no-repeat right center;
}
._webp ._content2:hover {
    background: url(../img/home/benefits/2-on.webp) #ffca54 no-repeat right center;
}
._webp ._content3 {
    background: url(../img/home/benefits/3-off.webp) #efefef no-repeat right center;
}
._webp ._content3:hover {
    background: url(../img/home/benefits/3-on.webp) #ffca54 no-repeat right center;
}
._webp ._content4 {
    background: url(../img/home/benefits/4-off.webp) #efefef no-repeat right center;
}
._webp ._content4:hover {
    background: url(../img/home/benefits/4-on.webp) #ffca54 no-repeat right center;
}
._webp .page__offer {
    background: url(../img/home/drag-drop-bg.webp) top center no-repeat;
}
._webp .page__advice {
    background: url(../img/home/bg-advice.webp) top center no-repeat;
    background-size: cover;
}

.product__block {
    display: flex;
}
.product__block-image_wrap {
    position: relative;
}
.product__block-image {
    width: 424px;
    height: 424px;
    padding: 45px;
}
.product__block-image_slick {
    height: 379px;
    padding: 45px 45px 0 45px;
}
.product__block-image img {
    width: 100%;
}
.product__block-image_sub {
    width: 250px;
    margin: 20px auto 0;
}
.product__block-image_sub.slick-initialized .slick-slide {
    padding: 3px;
    margin: 0 2px;
    border: 2px solid #fff;    
    box-sizing: border-box;
}
.product__block-image_sub.slick-initialized .slick-slide.slick-current {
    border: 2px solid #ffca54;
}
.wrap-prod-sticker {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 997;
}
.prod-promotion,
.prod-hit,
.prod-new {
    padding: 5px 22px 8px;
    margin-bottom: 10px;
    color: #fff;
    background: #e32424;
    min-width: 100px;
    text-align: center;
}
.prod-hit {
    background: #19c13a;
}
.prod-new {
    background: #008bcb;
}

.product__block-descr_price {
    margin-left: 30px;
}
.product__block-descr {
    display: flex;
    flex-wrap: wrap;
}
.product__block-descr {
    border-bottom: 1px solid #ececec;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.product__block-descr_wrap {
    width: 50%;
    margin-bottom: 18px;
}
.product__block-descr_name {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    color: #4a4949;
}
.product__block-descr_value {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    color: #008bcb;
}
.product__price {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #4e4d5c;
    margin-bottom: 7px;
}
.product__price-minimum {
    color: #f00;
    margin-bottom: 25px;
    font-weight: bold;
}
.product__block-options {
    width: 250px;
    margin-bottom: 20px;
}
.product__block-options label.control-label {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.product__block-options .options_error label.control-label {
    color: #f00;
}
.product__block-options_select.options_error .select__item .select__title {
    border: #f00 2px solid;
}
.options_error-message {
    color: #f00;
    display: none;
    margin-bottom: 10px;
    font-weight: bold;
}
.btn._cart-main {
    width: 250px;
    height: 64px;
}
.disabled.btn._cart-main, .disabled.btn._cart, .btn._blue.disabled {
	background: #eee!important;
	color: #008bcb!important;
    cursor: default;
}
.btn._blue.disabled {
    cursor: no-drop;
}
.product__preview {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #7a7b81;
}
.product__preview p {
    margin-bottom: 8px;
}
.product__preview ul {
    padding-left: 22px;
}
.product__preview ul li {
    list-style: disc;
    margin-bottom: 5px;
}
.product__characteristic-block {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    padding: 20px;
    background: #f5f5f5;
    display: flex;
}
.product__characteristic-block:nth-child(odd) {
    background: #e4e4e6;
}
.product__characteristic-name,
.product__characteristic-value {
    width: 50%;
}
.cart__wrap {
	position: fixed;
    height: 48px;
    width: 48px;
    top: 140px;
    right: 0;
    background: #008BCB;
    padding: 10px 10px 10px 9px;
    display: none;
    cursor: pointer;
    opacity: 0.8;
    border: 1px solid #FFCA54;
    z-index: 1000;
}
.cart__wrap:hover {
	opacity: 1;
}
.cart__wrap.active {
	display: block;
}
.cart__wrap .cart__count {
    position: absolute;
    font-family: "Exo 2";
    font-weight: bold;
    top: -12px;
    left: -14px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #000;
    background: #FFCA54;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header {
    background: #fff;
}
.header._scroll {
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    transition: all .4s linear;
    top: 0;
}
.header._scroll + main {
    margin-top: 140px;
}
.menu-inner__item {
    position: relative;
}
.menu-inner__item:hover {
    font-weight: 400;
    color: #008bcb;
}
.menu-inner__item-active.menu-inner__item > a,
.menu-inner__sub-item.active > a,
.menu-inner__item:hover > a {
    color: #008bcb;
}
.menu-inner__item-active.menu-inner__item > a.menu-inner__link::after, .menu-inner__item:hover > a.menu-inner__link::after {
    border-color: #008bcb;
}
.menu-catalog__home-category a, .menu-catalog__home-category a:active {
    color: #008bcb;
}
.menu-catalog__category a {
    color: #263140;
}
.menu-catalog__sub-category a, .menu-catalog__sub-category a:active {
    color: #828282;
}
.menu-catalog__body {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.btn._price-request {
    width: 250px;
    height: 64px;
    background: #ffca54;
    border: 2px solid #ffca54;
    color: #000;
}
.btn._price-request:hover {
    color: #000;
}
.btn._price-request_category {
    width: 120px;
    height: auto;
}
.making-order__input-delivery {
    display: none;
}
.making-order__input-delivery.active {
    display: flex;
}
.board__pagination-list {
    margin-top: 30px;
}
.board__pagination-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
.board__pagination-list li.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffca54), to(#deaf49));
    background: linear-gradient(180deg, #ffca54 0%, #deaf49 100%);
}

.board__pagination-list li {
    width: 35px;
    height: 35px;
    padding-top: 9px;
    text-align: center;
    border-radius: 50%;
}
.board__pagination-list li a {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    color: #888;
}
.board__pagination-list li.active span {
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
/*** Каталог плитка из подкатегорий ***/
.catalog__item {
    padding: 2px 5px;
    cursor: pointer;
}
.catalog__item__content {
    display: flex;
    min-height: 60px;
    width: 100%;
}
.catalog__item__content a.catalog__item__link {
    display: flex;
    align-items: center;
}
.catalog__item__link img {
    width: 50px;
}
.catalog__item__description {
    display: flex;
    align-items: center;
    width: 100%;
}
.catalog__item__title {
    width: 100%;
}
.catalog__item__title__link {
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    display: block;
}
/**************************************/
.menu-inner__list-sub {
    display: none;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    left: calc(100% - 8px);
    top: -1px;
    min-width: 250px;
    -webkit-box-shadow: 0 4px 25px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 25px rgb(0 0 0 / 15%);
    z-index: 998;
}
.menu-inner__item:hover > .menu-inner__list-sub {
    display: block;
}
.menu-inner__item .menu-inner__sub-item {
    position: relative;
}
.menu-inner__item .menu-inner__sub-item .menu-inner__link {
    font-size: 16px;
}
.menu-inner__item .menu-inner__sub-item:hover > .menu-inner__list-sub {
    display: block;
}
.menu-inner__list-sub li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.menu-inner__list-sub li:last-child {
    border-bottom: none;
}
.menu-inner__list-sub li a,
.menu-inner__list-sub li a:focus {
    color: #000;
    display: flex;
}
.menu-inner__list-sub li a.menu-inner__list-sub_a-active, .menu-inner__list-sub li a:hover {
    color: #008bcb;
}
.the-way-back {
    display: none;
    float: left;
    width: 35px;
    height: 35px;
    float: left;
    padding: 11px 0 0 5px;
}
.the-way-back span {
    border: solid #008bcb;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 7px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.menu__list li:nth-child(2) {
    display: none;
}

.inner__articles {
    margin-bottom: 50px;
}
.inner__article:not(:last-child) {
    margin-bottom: 15px;
}
.inner__article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner__article-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    border: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner__article-description {
    margin-left: 30px;
}
.inner__article-title h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
.inner__article-title a, .inner__article-title a:active, .inner__article-title a:hover, .inner__article-title a:focus {
    color: #4a4949;
}
.inner__article-image {
    padding: 10px;
}
.inner__article-preview p {
    margin-bottom: 10px;
}
.article-description p {
    margin-bottom: 10px;
}
.article-description p img {
    max-width: 500px;
    margin: 15px auto;
    display: block;
}
.article-description h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    width: 100%;
    margin: 20px 0 10px;
}
.article-description ul {
    margin: 10px 0;
    list-style: disc;
    padding-left: 20px;
    text-align: left;
}
.article-description ol {
    margin: 10px 0;
    padding-left: 20px;
    text-align: left;
}
.article-description ol li {
    margin-bottom: 10px;
}
.article-description ol li::marker {
    font-weight: bold;
}
.article-description ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.article-description table {
    border-spacing: 0;
    margin: 15px 0 25px;
    border-collapse: collapse;
    width: 100%;
    border: 0.051rem solid #777;
}
.article-description table td {
    border: 0.008rem solid #999;
    padding: 10px;
}
.article-description table th {
    border: 0.008rem solid #fff;
    padding: 10px;
}
.article-description table thead {
    background: #777;
    color: #fff;
}
.article-description table tbody tr:nth-child(even) {
    background-color: #eee;
}
/*.article-image {
    float: right;
    width: 450px;
    padding: 30px;
}
.article-image img {
    width: 100%;
}*/
.inner__faq {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner__faq-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner__faq-description {
    margin-left: 30px;
}
.inner__faq-title h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
.inner__faq-preview {
   margin-left: 30px;
}
.inner__faq-preview p {
    margin-bottom: 10px;
    line-height: 21px;
}
.inner__faq-preview p img {
    max-width: 500px;
    margin: 15px auto;
    display: block;
}
.inner__faq-preview h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    width: 100%;
    margin: 20px 0 10px;
}
.inner__faq-preview ul {
    margin: 10px 0;
    list-style: disc;
    padding-left: 20px;
    text-align: left;
}
.inner__faq-preview ol {
    margin: 10px 0;
    padding-left: 20px;
    text-align: left;
}
.inner__faq-preview ol li {
    margin-bottom: 10px;
}
.inner__faq-preview ol li::marker {
    font-weight: bold;
}
.inner__faq-preview ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.inner__faq-preview table {
    border-spacing: 0;
    margin: 15px 0 25px;
    border-collapse: collapse;
    width: 100%;
    border: 0.051rem solid #777;
}
.inner__faq-preview table td {
    border: 0.008rem solid #999;
    padding: 10px;
}
.inner__faq-preview table th {
    border: 0.008rem solid #fff;
    padding: 10px;
}
.inner__faq-preview table thead {
    background: #777;
    color: #fff;
}
.inner__faq-preview table tbody tr:nth-child(even) {
    background-color: #eee;
}
.category-description p {
    margin-bottom: 10px;
}
.category-description h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    width: 100%;
    margin: 20px 0 10px;
}
.category-description ul {
    margin: 10px 0;
    list-style: disc;
    padding-left: 20px;
    text-align: left;
}
.category-description ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.category-description ol {
    margin: 10px 0;
    padding-left: 20px;
    text-align: left;
}
.category-description ol li {
    margin-bottom: 10px;
}
.category-description p img {
    max-width: 400px;
    margin: 15px auto;
    display: block;
}
.category-description table {
    border-spacing: 0;
    margin: 15px 0 25px;
    border-collapse: collapse;
    width: 100%;
    border: 0.051rem solid #777;
}
.category-description table td {
    border: 0.008rem solid #999;
    padding: 10px;
}
.category-description table th {
    border: 0.008rem solid #fff;
    padding: 10px;
}
.category-description table thead {
    background: #777;
    color: #fff;
}
.category-description table tbody tr:nth-child(even) {
    background-color: #eee;
}
.inner-background_grey {
    background-color: #FBFBFB;
}
.inner-background_dark-grey {
    background-color: #282828;
}
.bottom-header__search-form {
    position: absolute;
    width: calc(100% - 30px);
    top: 100%;
    height: 50px;
    background: #fff;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
}
.bottom-header__search-form form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bottom-header__search-form button {
    background: url(/catalog/view/theme/gbi/img/Search.svg) 50% 50% no-repeat;
    line-height: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.bottom-header__search-form input {
    width: calc(100% - 55px);
    height: 40px;
    padding: 5px;
    border: 1px solid #e0e0e0;
    font-size: 20px;
    color: #4a4949;
}
.menu__body__search-form {
    display: none;
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
}
.menu__body__search-form form {
    width: calc(100% - 30px);
    margin: 0 auto;
}
.menu__body__search-form input {
    width: 100%;
    height: 35px;
    padding: 5px;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    color: #4a4949;
}
.inner__search {
    margin-bottom: 30px;
}
.inner__search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner__search button {
    background: url(../img/Search.svg) 50% 50% no-repeat;
    line-height: 30px;
    height: 40px;
    width: 80px;
    cursor: pointer;
    border: solid 1px #eee;
    border-radius: 1px;
}
.inner__search input {
    width: calc(100% - 90px);
    height: 40px;
    padding: 5px;
    border: 1px solid #e0e0e0;
    font-size: 20px;
    color: #4a4949;
}

/****************** Доп страницы ******************/
.inner-information {
    background: url(/image/information/information-fon.svg) no-repeat left top;
    background-size: content;
}
.information {
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
    flex-wrap: wrap;
}
#map {
    width: 100%;
    height: 25rem;
}
.map-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.information .information-description {
    width: 470px;
    font-family: "Exo 2";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    color: #7A7B81;
}
.information .information-description h1 {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    color: #4A4949;
    margin-bottom: 12px
}
.information .information-description h2 {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 130%;
    color: #4A4949;
}
.information .information-description p {
    margin-bottom: 15px;
}
.information.information-common {
    display: block;
    padding-bottom: 30px;
}
.information.information-common .information-description {
    width: 100%;
}
.information.information-common .information-description ol {
    padding: 10px 0 20px 35px;
}
.information .information-images_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.callback-form-block {
    position: absolute;
    width: 100%;
}
.callback-form-block .callback-form-wrap {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}
.callback-form-block .callback-form-wrap form {
    z-index: 9;
    background: #fff;
    max-width: 467px;
    top: 50px;
}

.information.stages-of-work {
    padding: 90px 0;
    display: block;
    position: relative;
    width: 100%;
}
.stages-of-work h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 130%;
    color: #4A4949;
    margin-bottom: 36px;
}
.stages-of-work-description {
    display: flex;
    justify-content: space-between;
}
.stages-of-work-description-item {
    width: calc(33.333% - 36px);
}
.stages-of-work-description-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 180%;
    color: #263140;
}
.stages-of-work-description_silder-button {
    position: relative;
    height: 36px;
    margin-top: 15px;
    display: none;
}
button.slick_prev {
    width: 36px;
    height: 36px;
    border: 2px solid #aaa;
    background: #FBFBFB;
    cursor: pointer;
    position: absolute;
    right: 46px;
}
button.slick_prev:after {
    content: "";
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    display: block;
    margin: auto;
}
button.slick_next {
    width: 36px;
    height: 36px;
    border: 2px solid #FFCA54;
    background: #FFCA54;
    cursor: pointer;
    position: absolute;
    right: 0;
}
button.slick_next:after {
    content: "";
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    display: block;
    margin: auto;
}

.information.advantages {
    padding: 116px 0;
    display: flex;
    flex-direction: column;
    background:  url(/image/include/advantages-fon.svg) right top no-repeat;
    /*background-size: cover;*/
}
.information.advantages h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}
.information.advantages p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}
.advantages-description {
    width: 920px;
    margin: 0 auto;
}
.advantages-description_top,
.advantages-description_bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantages-description_top {
  margin-bottom: 80px;
}
.advantages-description-item {
    display: flex;
    flex-direction: column;
    width: 220px;
    justify-content: space-between;
}
.advantages-description-item img {
    width: 53px;
    margin-bottom: 24px;
}

.benefit__content.payment-1 {
    background: url(/image/information/payment-1-on.svg) #efefef no-repeat right center;
}
.benefit__content.payment-1:hover {
    background: url(/image/information/payment-1-off.svg) #ffca54 no-repeat right center;
}
.benefit__content.payment-2 {
    background: url(/image/information/payment-2-on.svg) #efefef no-repeat right center;
}
.benefit__content.payment-2:hover {
    background: url(/image/information/payment-2-off.svg) #ffca54 no-repeat right center;
}
.benefit__content.payment-3 {
    background: url(/image/information/payment-3-on.svg) #efefef no-repeat right center;
}
.benefit__content.payment-3:hover {
    background: url(/image/information/payment-3-off.svg) #ffca54 no-repeat right center;
}
.information-payment .benefit__title h3 {
    font-weight: bold;
}

.information.information-contacts {
    flex-direction: column;
}
.information.information-contacts .information-description {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.information.information-contacts .information-description h1 {
    width: 100%;
}
.information.information-contacts .information-description h2 {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    color: #4A4949;
    margin-bottom: 12px;
}
.information.information-contacts .information-description > div:first-child {
    width: 370px;
    margin-right: 100px;
}
.information.information-contacts .information-description > div:last-child {
    width: calc(100% - 470px);
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}
.information.information-contacts .information-description div:last-child > h2 {
    width: 100%;
}
.information.information-contacts .information-description div:last-child > div {
    width: 271px;
}
.information.information-contacts .information-add_description {
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
}
.information.information-contacts .information-add_description-form {
    width: 370px;
}
.information.information-contacts .information-add_description-form .form {
    padding: 0;
}
.information.information-contacts .information-add_description-form .form__button {
    text-align: left;
}
.information.information-contacts .information-add_description-yandex_map {
  width: calc(100% - 470px);
}
/*******************************/
.mainslider__body a {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #4A4949;
}
.mainslider__slide.slick-slide {
    height: 400px;
}
.mainslider__dots {
    margin-top: 10px;
}
.mainslider__dots ul.slick-dots {
    display: flex;
    justify-content: center;
}
.mainslider__dots li {
    width: 30px;
}
.mainslider__dots li button {
    width: 15px;
    height: 15px;
    margin: 0 auto;
    display: block;
    border: solid 2px #aaa;
    background-color: #FBFBFB;
    color: #FBFBFB;
    font-size: 1px;
}
.mainslider__dots li.slick-active button {
    width: 16px;
    height: 16px;
    border: solid 2px #FFCA54;
    background-color: #FFCA54;
    color: #FFCA54;
}
.page__link-catalog-mb {
    display: none;
    width: 100%;
    text-align: center;
    padding: 0;
}
.page__link-catalog-mb a {
    font-size: 16px;
    line-height: 150%;
    position: absolute;
    padding: 0 2px;
    text-decoration: underline;
    color: #008bcb;
        position: relative;
}
.page__link-catalog-mb :active,
.page__link-catalog-mb a:visited {
    color: #008bcb;
}

/******* page cart *******/
#quick_order_form button[type="submit"].loading {
    position: relative;
    text-indent: -9999px;
}
#quick_order_form button[type="submit"].loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(../img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
/******* end page cart *******/

.popup_cart-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 999999997;
    background: rgba(194, 194, 194, 0.6);
    overflow-y: auto;
}
.popup_cart {
    display: none;
    position: absolute;
    background: #fff;
    width: 560px;
    top: 60px;
    left: calc(50% - 280px);
    z-index: 999999999;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
    padding: 24px;
    border: solid 1px #008BCB;
}
.popup_cart-close {
    width: 35px;
    height: 35px;
    background: #008BCB;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 15%);
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
}
.popup_cart-close:before {
    content: "";
    width: 2px;
    height: 25px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 4px;
    right: 49%;
}
.popup_cart-close:after {
    content: "";
    width: 2px;
    height: 25px;
    background: #fff;
    position: absolute;
    transform: rotate(135deg);
    top: 4px;
    right: 49%;
}
.popup_cart-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #4A4949;
    margin-bottom: 24px;
}
.add__cart-block {
    width: 100%;
    height: 100px;
    background: #fff;
    display: flex;
    z-index: 999999;
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px #ececec;
    justify-content: space-between;
}
.add__cart-img {
    width: 76px;
}
.add__cart-img img {
    width: 100%;
}
.add__cart-descr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
    font-family: "Exo 2";
    width: calc(100% - 86px);
}
.add__cart-descr a {
    color: #4A4949;
    font-size: 16px;
}
.add__cart-link_cart {
    font-family: "Exo 2";
}

.add__cart-link_cart {
    font-size: 15px;
    font-weight: bold;
}
.add__cart-link_cart > a {
    text-decoration: underline;
    color: #4A4949;
    font-size: 15px;
    font-family: "Exo 2";
}
.add__cart-link_cart > a:hover, .add__cart-descr a:hover {
    color: #008bcb;
}
.add__cart-close {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    right: 4px;
    cursor: pointer;
}
.add__cart-close img {
    width: 100%;
}

/*.add__cart-close:before {
    content: "";
    width: 1px;
    height: 16px;
    background: #4A4949;
    position: absolute;
    transform: rotate(45deg);
    top: 0px;
    right: 49%;
}
.add__cart-close:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #4A4949;
    position: absolute;
    transform: rotate(135deg);
    top: 0px;
    right: 49%;
}*/
.add__cart-price__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.add__cart-price {
    color: #008bcb;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
}
.add__cart-price__container .number {
    display: inline-block;
    position: relative;
    width: 105px;
    border: 2px solid #ececec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.15625rem;
}
.add__cart-price__container .number input[type="number"] {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    color: #008bcb;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
.add__cart-price__container .number-minus, .add__cart-price__container .number-plus {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 30px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    font-size: 28px;
    font-weight: bold;
    color: #ececec;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1rem;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.add__cart-price__container .number-minus {
    left: 1px;
    border-right: 2px solid #ececec;
}
.add__cart-price__container .number-plus {
    right: 1px;
    border-left: 2px solid #ececec;
}
.add__cart-price__container .number-plus:hover, .add__cart-price__container .number-minus:hover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    background: #008BCB;
}
.popup_cart-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup_cart-total-and-quantity {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
}
.popup_cart-quantity {
    width: 100%;
    height: 19px;
    margin-bottom: 5px;
}
.popup_cart-total {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #CECECE;
    justify-content: space-between;
    display: flex;
}
.popup_cart-total span {
    color: #000;
}
.popup_cart.loading .add__cart-wrap, .popup_cart.loading .popup_cart-bottom {
    opacity: 0.5;
}

.information.main-prod {
    flex-direction: column;
    margin: 120px 0 70px 0;
    padding-bottom: 0;
}
.information.main-category h2,
.information.main-prod h2 {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 130%;
    color: #4A4949;
    width: 100%;
}
.information.main-prod p.main-prod_more {
    position: absolute;
    right: 15px;
    top: 136px;
}
.information.main-prod p.main-prod_more a {
    font-size: 16px;
    line-height: 150%;
    color: #008BCB;
    text-decoration: underline;
}
.information.main-prod .main_prod-wrap {
    margin: 30px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.information.main-prod .main_prod-wrap .main_prod-block {
    width: calc(25% - 10px);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    padding: 20px;
    border: 1px solid #dadada;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.information.main-prod .main_prod-wrap .main_prod-block:hover {
    -webkit-box-shadow: 0 4px 25px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 25px rgb(0 0 0 / 15%);
}
.information.main-prod .main_prod-wrap .main_prod-block img {
    width: 100%;
}
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-name,
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-name a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #4A4949;
    width: 100%;
    text-align: left;
    margin-top: 7px;
}
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-name a:hover {
    color: #008BCB;
}
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #008BCB;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-minimum {
	color: #f00;
    margin-bottom: 7px;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
}
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-button,
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-button button {
    width: 100%;
}
.information.main-prod .main_prod-add_button {
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn._blue._white {
    background: #fff;
    border: 2px solid #008bcb;
    color: #008bcb;
}
.btn._blue._white:hover {
      background: #008bcb;
    color: #fff;
}

.information.main-category {
  padding: 80px 0;
      flex-direction: column;
}
.information.main-category .main_category-wrap {
    margin-top: 30px;
        display: flex;
    flex-wrap: wrap;
}
.information.main-category .main_category-block {
width: 33.333%;
    padding: 0 10px;
}
.information.main-category p.main_category-main {
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px;
}
.information.main-category p.main_category-main a {
  font-style: normal;
font-weight: bold;
font-size: 11px;
line-height: 130%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #0C90CD;
}
.information.main-category p.main_category-main:before {
    content: "";
    height: 2px;
    width: 30px;
    border: 2px solid #0C90CD;
    display: block;
        position: absolute;
    left: 0;
    top: 7px;
}
.information.main-category p.main_category-sub {
  padding-bottom: 10px;
}
.information.main-category p.main_category-sub a {
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 180%;
color: #9A9A9A;
}
.information.main-category p.main_category-sub a:hover {
color: #4A4949;
}

/******* page 404 *******/
.page__header.page__header-404 {
    margin-bottom: 0;
    background: #E5E5E5;
}
.inner-404 {
    background: url(../image/fon-404_left.svg) 0 100% no-repeat;
    background-size: contain;
    background-color: #E5E5E5;
}
.container-404 {
    background: url(../image/fon-404_right.svg) 100% 100% no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 660px;
}
.body-404 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.body-404 h1 {
    font-weight: bold;
    font-size: 185.761px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #282828;
    padding-bottom: 70px;
    padding-left: 5px;
}
.body-404 img {
    width: 210px;
    position: absolute;
    top: 115px;
}
.body-404 p {
    font-weight: normal;
    font-size: 42px;
    line-height: 130%;
    text-align: center;
    color: #282828;
    padding-bottom: 150px;
}
/******* END page 404 *******/

/******* popup Ok *******/
.body-answer-ok {
    width: 570px;
    height: 240px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008BCBCC;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.popup-answer-ok._active{
    z-index: 999999;
}
.popup-answer-ok .popup__close {
    background: url(../img/icons/close_white.svg) 0 0 no-repeat;
}
.form-offer__button._sending::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9) url(../img/icons/loading.gif) center/50px no-repeat;
    opacity: 0;
    visibility: hidden;
    opacity: 1;
    visibility: visible;
}
/******* END popup Ok *******/

.form-offer_phone-email {
    display: none;
}
.form-offer_phone-email input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border-radius: 0 !important;
    width: 300px;
    display: block;
    padding: 12px 16px 12px 16px;
    font-size: 20px;
    height: 40px;
    color: #282828;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    margin: 0 auto 20px;
}
.form-offer_phone-email input[type="text"].error {
    border: 3px solid #f00;
}
a.but-send-offer {
    cursor: not-allowed;
}
a.but-send-offer.active {
    cursor: pointer;
}
a.but-send-offer.btn._orrange:hover {
    background: #ffca54;
}
a.but-send-offer.btn._orrange.active:hover {
    background: #ffeec4;
}
.form-offer_phone-email_p {
    color:  #f00;
    margin-bottom: 12px;
    display: none;
}

.block-review {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.block-review-autor {
    margin-bottom: 15px;
}
.block-review-autor-name {
    font-weight: bold;
}
.block-review-autor-name span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
}
.block-review-text {
    margin-left: 30px;
}
.block-review-autor-rating {
    margin-top: 7px;
}
.review-star-o,
.review-star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/Star-o.svg) no-repeat;
    background-size: contain;
}
.review-star {
    background: url(../img/Star.svg) no-repeat;
    background-size: contain;
}
.review_rating_star {
    display: none;
}
label.review-star {
    cursor: pointer;
    position: relative;
    top: 2px;
}
.review_rating_star.active + label.review-star{
    background: url(../img/Star-o.svg) no-repeat;
    background-size: contain;
}
.wrap-form-reviews form {
    padding: 0;
}
.wrap-form-reviews .form__title {
    font-size: 18px;
    text-align: left;
    margin: 0 0 12px 0;
}
.wrap-form-reviews form .form__button {
     text-align: left;
}
.wrap-form-reviews form button.btn{
    padding: 10px 0;
    width: 167px;
}
.form-reviews-error {
    display: none;
    margin-bottom: 15px;
    border: 2px solid #f00;
    padding: 10px;
    color: #f00;
}
.callback-form-wrap.callback-form-contact-management form {
    padding: 30px 0 0;
}

.page__digits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.block-digits {
    width: calc(25% - 15px);
    border-right: 1px solid #bbb;
    margin-right: 15px;
    padding-right: 15px;
}
.block-digits:last-child {
    border: none;
}
.block-digits_digit {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ffca54;
    margin-bottom: 5px;
}
.block-digits_digit sup {
    font-size: 20px;
}
.item-product__option {
    margin: 15px 0;
}
.item-product__option-title {
    text-decoration: underline;
}
.item-product__option li {
    margin-top: 10px;
}

.catalog-filter-pagination-plit__links {
  display: block;
}
.filter-icon_active {
  display: none;
}
.catalog-filter-pagination-plit__links.active .filter-icon_active {
  display: block;
}
.catalog-filter-pagination-plit__links.active .filter-icon {
  display: none;
}
.catalog-filter-pagination-plit__links:hover .filter-icon_active {
  display: block;
}
.catalog-filter-pagination-plit__links:hover .filter-icon {
  display: none;
}

/* view table  */
.product-inner__content-table a.product-inner__image img {
    max-width: 30px;
}
.product-inner__content-table a.product-inner__image {
    padding: 5px;
}
.product-inner__content-table .item-product__availability,
.product-inner__content-table .item-product__new,
.product-inner__content-table .item-product__hit,
.product-inner__content-table .item-product__promotion {
    font-size: 8px;
    line-height: 8px;
    padding: 3px 4px;
}
.product-inner__content-table .item-product__title {
    font-size: 16px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-inner__content-table .product-prices__price {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
    min-width: 130px;
}
.product-inner__content-table {
    padding: 2px 10px;
    align-items: center;
}
.product-inner__content-table .product-prices__old-price {
    margin-bottom: 0;
    margin-top: 0;
}
.product-inner__content-table .product-price__minimum {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}
.product-inner__content-table .btn._cart {
    padding: 0;
    width: 5.5rem;
}
.product-inner__content-table .item-product__body {
    padding-right: 10px;
}
.product-inner__content-table .product-inner__image-mb {
    display: none;
}
/* /view table  */

/* view tile  */
.inner__products-tile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.products-inner__item.products-inner__item-tile {
    width: calc(33.333% - 5px);
    margin-bottom: 12px;
}
.products-inner__item.products-inner__item-tile:last-child {
    /*margin: 0 auto 12px 15px;*/
}
.products-inner__item-tile .product-inner__content {
    flex-direction: column;
    padding: 10px 5px;
    height: 100%;
}
.products-inner__item-tile .product-inner__body {
    padding: 0;
}
.products-inner__item-tile .product-inner__content a.product-inner__image {
    text-align: center;
    padding: 0 0 10px 0;
}
.products-inner__item-tile .item-product__title {
    font-size: 16px;
}
.products-inner__item-tile .product-prices {
    text-align: center;
}
.products-inner__item-tile .item-product__parameters {
    padding-right: 0;
}
.products-inner__item-tile .item-product__parameters span {
    font-size: 13px;
}
.products-inner__item-tile .parametrs__column {
    margin: 0 10px 0 0;
}
.products-inner__item-tile .parametrs__column:last-child {
    margin: 0;
}
.products-inner__item-tile .item-product__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inner__products-tile .product-prices__old-price {
	margin-bottom: 0;
}
.inner__products-tile .product-prices__minimum {
    color: #f00;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: -3px;
}
.product__price-tax {
    font-size: 20px;
    margin-bottom: 4px;
    text-decoration: line-through;
    color: #ffca54;
}
.information.main-prod .main_prod-wrap .main_prod-block .main_prod-price-tax {
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #ffca54;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    text-decoration: line-through;
}

.similar-products-slider .product-prices__old-price {
    margin-bottom: 0;
}
.similar-products-slider .product-prices__minimum {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
._blue-light {
    background: #008bcb;
    color: #fff;
    border: 2px solid #008bcb;
}
.btn._blue-light:hover {
    background: #fff;
    color: #008bcb;
}
@media (max-width: 1222px) {
    .catalog__item {width: calc(50% - 4px)}
    .product__block-image {width: 300px;height: 270px;padding: 30px 30px 0 30px}
    .product__block-image_sub {width: 300px}
    .products__column {min-width: 1px}
    .product-body {padding: 15px}
    .information.advantages {padding: 71px 0}
    .advantages-description {width: 100%}
    .advantages-description-item {width: 210px;align-items: center}
    .information.advantages p {text-align: center}
    .information-about_us .information-images_top img {width: 180px}
    .information-about_us .information-images_bottom img {width: 370px}
}

@media (max-width: 992px) {
    .menu-inner {padding: 0 0 0 15px}
    .menu-inner__link {font-size: 16px;line-height: 17px}
    .menu-inner__link.menu-inner__link_havr-sub::after {padding: 3px}
    .menu-inner__item {width: 230px;padding: 7px 5px}
    .product-inner__content {padding: 5px}
    .product-inner__content img {width: 70px}
    .item-product__title {font-size: 15px}
    .item-product__parameters {font-size: 11px}
    .btn._price-request_category {width: 83px}
    .catalog__content {margin-bottom: 30px}
    .catalog__item {padding: 0 5px}
    .title {font-size: 31px}
    .footer__top {flex-wrap: wrap}
    .footer-adress, .footer-messendjer, .footer-menu, .footer-contacts {width: 50%}
    .footer-contacts {display: flex;justify-content: flex-end}
    .footer-menu {flex: 1;justify-content: flex-end}
    .footer-menu .footer-menu__list:first-child {margin-right: 30px}
    .product__block-image {width: 168px;height: 158px;padding: 10px}
    .product__block-image_sub {width: 168px}
    .inner__article-content {padding: 5px 15px 15px 15px}
    .inner__article-image img {width: 70px}
    .article-image {width: 350px}
    ._webp .page__advice {background-position: 20% center}
    .benefit__content {max-width: 100%}
    .benefits {flex-direction: column}
    .information-about_us .information-images_top {display: none}
    .information.information-about_us {flex-direction: column;padding-bottom: 50px;flex-wrap: nowrap}
    .information .information-description {width: 100%}
    .information-about_us .information-images_top img {display: none}
    .information-about_us .information-images_bottom img {width: 100%}
    .mainslider__slide.slick-slide {height: 350px;padding: 25px 15px}
    .content-mainslider__description {margin: 25px 0}
    .information.information-contacts .information-add_description-yandex_map {width: calc(100% - 385px)}
    .offer__body {margin: 0 auto 0}
}

@media (max-width: 768px) {
    .the-way-back {display: block}
    .menu-inner {display: none}
    .breadcrumbs {padding: 2px 0;margin-bottom: 10px}
    ._container._container-title {display: flex;align-items: center}
    .menu-catalog__body ._container {flex-wrap: wrap;justify-content: space-around}
    .menu__list li:nth-child(2) {display: block}
    .btn._cart-main, .btn._price-request {width: 229px}
    .product__block-options {width: 229px}
    .product__block {justify-content: center}
    .article-image {width: 250px}
    .bottom-header__search-form {display: none!important}
    .menu__body__search-form {display: block}
    .advice__title {font-size: 25px}
    .advice__content {font-size: 17px;line-height: 20px}
    .advice__button .advice__btn, .btn {width: 190px;padding: 15px 0}
    .callback-form-block {position: relative}
    .callback-form-block .callback-form-wrap form {top: 0;max-width: 100%}
    .information.stages-of-work {padding: 26px 0}
    .stages-of-work-description {display: block}
    .stages-of-work-description-item {width: 100%}
    .stages-of-work-description_silder-button {display: block}
    .stages-of-work h2 {font-size: 28px;margin-bottom: 15px}
    .title:not(:last-child) {margin-bottom: 0}
    .benefit__title {font-size: 17px}
    .products {flex-direction: column;padding: 0 15px}
    .products__column {width: 100%;margin-bottom: 20px}
    .product-body {flex-direction: row;width: 100%}
    .product-body__content {margin-right: 30px;width: 100px}
    .products__title {padding: 0;display: flex;align-items: center;width: calc(100% - 100px)}
    .products__image img {margin: 0}
    .page__products {margin: 0 auto 10px}
    .advantages-description_top, .advantages-description_bottom {justify-content: space-evenly}
    .advantages-description-item:last-child {width: 100%; margin-top: 50px}
    .mainslider__slide.slick-slide {height: 235px;padding: 5px 15px}
    .content-mainslider__title {font-size: 34px}
    .content-mainslider__description {margin: 15px 0;width: 65%}
    .page__slider {margin: 0 0 30px 0}
    .information.information-contacts .information-add_description-form {width: 410px;margin: 0 auto 45px}
    .information.information-contacts .information-add_description-yandex_map {width: 100%}
    .information.information-contacts .information-add_description {flex-direction: column;align-content: center}
    .information.information-contacts .information-add_description {margin-top: 40px}
    .information.information-contacts {padding-bottom: 0}
    .information.information-contacts .information-description {flex-direction: column}
    .information.information-contacts .information-add_description-form .form__button {text-align: center}
    .product__characteristic-block {padding: 10px}
    .popup_cart {padding: 10px 24px 10px 10px;width: 480px;left: calc(50% - 230px)}
    .popup_cart-button .btn._cart-main {width: 180px;height: 50px}
    .popup_cart-total-and-quantity {width: calc(100% - 200px)}
    .information.main-prod .main_prod-wrap .main_prod-block {width: calc(50% - 7px)}
    .information.main-prod {margin: 70px 0 40px 0}
    .information.main-category h2, .information.main-prod h2 {font-size: 28px;margin-bottom: 15px}
    .information.main-prod p.main-prod_more {top: 76px}
    .information.main-prod .main_prod-wrap {margin: 5px 0 15px 0}
    .information.main-category .main_category-block {width: 50%}
    .information.main-category {padding: 40px 0 30px}
    .information.main-category .main_category-wrap {margin-top: 10px}
    .inner__content-cart > h2 {display:  none}
    .inner__content-cart .product-inner__content {border-left: none;border-right: none;border-top: none}
    .inner__content-cart .product-inner__delete {position: absolute;right: 15px;top: 0}
    .inner__content-cart .product-inner__content > a, .inner__content-cart .item-product__parameters {display: none}
    .inner__content-cart .product-inner__content {flex-direction: column;padding-top: 40px}
    .inner__content-cart .cart-price__container {width: 100%;justify-content: space-between}
    .inner__content-cart .item-product__title {margin-bottom: 20px}
    .inner__content-cart .product-inner {margin-bottom: 20px;position: relative}
    .inner-404 {background: none;background-color: #e5e5e5}
    .container-404 {height: auto}
    .body-404 h1 {padding-left: 4px;font-size: 140px}
    .body-404 img {width: 163px;top: 70px}.body-404 p {font-size: 29px;padding-bottom: 55px}
    .block-digits {margin-bottom: 35px;width: calc(50% - 15px)}
    .block-digits:nth-child(2n) {border-right: none;margin-right: 0;padding-right: 0}
    .page__digits {margin-bottom: 0}
}

@media (max-width: 580px) {
    .body-answer-ok {width: 100%;padding: 0 30px;font-size: 24px}
    .information .information-description h1 {font-size: 29px}
    .inner__faq-content {padding: 15px 0}
    .inner__faq-description {margin-left: 0}
    .inner__faq-preview {margin-left: 15px}
    .products-inner__item.products-inner__item-tile {width: calc(50% - 5px)}
}

@media (max-width: 540px) {
    .article-description p img {width: 100%;max-width: 100%}
    .category-description p img {width: 100%;max-width: 100%}
    .advice__body {flex-direction: column;align-items: center}
    .advice__content {margin-bottom: 30px}
    .callback-form-block .callback-form-wrap form {padding: 40px 0}
    .benefit__content {padding: 30px 15px}
    .information.advantages {padding: 30px 0}
    .advantages-description_top, .advantages-description_bottom {flex-direction: column}
    .advantages-description_top {margin-bottom: 0}
    .advantages-description-item {width: 100%;margin-top: 20px}
    .advantages-description-item:last-child {margin-top: 20px}
    .information.advantages h2 {margin-bottom: 20px;font-size: 24px}
    .information.information-contacts .information-description h2 {font-size: 24px}
    .advantages-description-item img {margin-bottom: 10px}
    .content-mainslider__title {font-size: 28px}
    .content-mainslider__description {width: 100%;margin: 10px 0;background: rgba(255, 255, 255, 0.6);text-align: justify;padding: 10px;color: #000}
    .mainslider__content.content-mainslider {padding: 10px}
    .page__benefits {margin: 0 auto 20px}
    .offer__text {max-width: 100%}
    ._webp .page__offer {background-position-x: 27%;background-position-y: 150px}
    .offer__text {margin: 20px 0 335px 0}
    .offer__title {margin: 0 0 20px 0px;font-size: 28px}
    .offer__form {margin: 0 0 40px 0}
    .popup_cart-close {right: -1px;left: initial;top: -36px}
    .popup_cart {left: 10px;width: calc(100% - 20px);padding: 10px}
    .add__cart-img {display: none}
    .add__cart-descr {margin: 0;width: 100%}
    .add__cart-block {border-left: none;border-right: none}
    .add__cart-close {top: 7px;right: 0px}
    .popup_cart-bottom {flex-direction: column;}
    .popup_cart-total-and-quantity {padding: 0 10px 15px;width: 100%}
    .information.main-category .main_category-block {width: 100%;padding: 0}
    .inputs-block {flex-direction: column}
    .making-order__input {width: 100%}
    .cart__footer {flex-direction: column}
    .cart__total {margin: 0 0 30px 0}
    .cart-total__body {display: flex;justify-content: space-between}
    .cart-total__info {text-align: left}
    .inner__content-cart .btn-cart {width: 100%}
    .board__pagination-list.board__pagination-list-pc {display: none}
}


@media (max-width: 480px) {
    .catalog__item {width: 100%;margin-bottom: 5px}
    .catalog__item__link img {
       width: 40px;
    }
    .catalog__item__content {
        min-height: 50px;
    }
    .catalog__item__title__link {
        font-size: 13px;
        line-height: 14px;
    }
    .product-inner__content {flex-direction: column;align-items: center}
    .product-inner__content img {width: 100%}
    .product-inner__content {padding: 5px 15px 15px}
    .item-product__parameters {padding-right: 0;justify-content: space-between}
    .parametrs__column {margin-right: 0}
    .product-prices {text-align: center;width: 100%}
    .btn._price-request_category {width: 100%}
    .item-product__body {width: 100%}
    .title {padding-top: 3px;line-height: 30px}
    .the-way-back span {padding: 7px}
    .product-prices__old-price {margin-bottom: 0;margin-top: 15px}
    .btn._cart {width: 100%}
    .product__block-options {width: 100%}
    .board__pagination-list li {width: 33px;height: 33px}
    .footer__top {flex-direction: column}
    .footer-adress, .footer-messendjer, .footer-menu, .footer-contacts {width: 100%}
    .footer-adress .logo {justify-content: center}
    .footer-adress__content {text-align: center;margin-top: 3px;width: 100%;max-width: 100%}
    .footer-menu, .footer-icon, .footer-contacts {justify-content: center}
    .footer-menu {border-top: solid 1px #ddd;border-bottom: solid 1px #ddd;padding: 0px 0 10px;margin: 15px 0 10px}
    .footer-messendjer__title {text-align: center}
    .footer-info {flex-direction: column}
    .footer-document__item:first-child {padding: 0}
    .top-header__logo .logo__content {display: none}
    .popup__content .form {padding: 15px}
    .subtitle {font-size: 20px}
    .product__block {flex-direction: column}
    .product__block-image {width: 100%;height: auto;max-width: 380px;margin: 0 auto}
    .product__block-image_sub {width: 100%;max-width: 380px;margin: 0 auto}
    .product__block-descr_price {margin-left: 0}
    .inner__article-content {flex-direction: column;align-items: center}
    .inner__article-description {margin: 0}
    .inner__article-image img {width: 100%}
    .article-image {width: 100%;padding: 15px}
    .article-description h2 {font-size: 18px}
    .article-description table thead {font-size: 12px}
    .article-description table td {text-align: center;font-size: 12px}
    .article-description table td, .article-description table th {padding: 4px}
    .article-description h2 {font-size: 18px}
    .category-description table thead {font-size: 12px}
    .category-description table td {text-align: center;font-size: 12px}
    .category-description table td, .category-description table th {padding: 4px}
    .products__title {font-size: 16px}
    .content-mainslider__description {line-height: 20px}
    .page__link-catalog {display: none}
    .page__link-catalog-mb {display: block}
    .page__title.page__title-home {text-align: center;line-height: 28px}
    .title {text-align: center}
    .page__benefits {margin: 0 auto 15px}
    .information.information-contacts .information-add_description-form {width: 100%}
    .offer__text {margin: 20px 0 280px 0}
    .offer__title {font-size: 22px}
    .information.main-prod .main_prod-wrap .main_prod-block {width: 100%}
    .information.main-prod {margin: 30px 0 40px 0}
    .information.main-prod p.main-prod_more {display: none}
    .body-404 h1 {padding-left: 3px;font-size: 110px;padding-bottom: 40px}
    .body-404 img {width: 117px;top: 61px}
    .body-404 p {font-size: 21px;padding-bottom: 35px}
    .catalog-filter-pagination-llist {flex-direction: column}
    .catalog-filter-pagination-llist li {margin-bottom: 7px}
    .block-digits {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #bbb;width: 100%;border-right: none;margin-right: 0;padding-right: 0}
    .block-digits:last-child {border-bottom: none}
    .product-inner__content-table .product-inner__image-pc {display: none}
    .product-inner__content-table .product-inner__image-mb {display: block}
    .product-inner__content-table .item-product__body {padding-right: 0}
    .product-inner__content-table {padding: 5px}
    .product-inner__content-table .item-product__title {font-size: 14px;line-height: 15px;align-items: center}
    .product-inner__content-table .product-prices__price {font-size: 12px}
    .catalog-filter-pagination-plit__list {flex-direction: column}
    .catalog-filter-pagination-plit__links {padding-right: 0;padding-bottom: 3px}
}

@media (max-width: 450px) {
    .products-inner__item.products-inner__item-tile {width: 100%}
    .inner__products-tile {justify-content: center}
}

.catalog__item-root .catalog__item__content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.catalog__item-root .catalog__item__link img {
    width: 100%;
}
@media (max-width: 992px) {
    .catalog__item-root.catalog__item {
        padding: 5px;
    }
}

/**************** Баннер под меню ****************/
.banner-left {
    width: 100%;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    padding: 20px;
    border: 1px solid #f00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}
.banner-left .title {
    margin-bottom: 0;
}
.banner-left .wrap-prod-sticker {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
}
.banner-left img {
    width: 100%;
}
.banner-left .main_prod-name,
.banner-left .main_prod-name a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #4A4949;
    width: 100%;
    text-align: left;
    margin-top: 7px;
}
.banner-left .main_prod-price {
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #008BCB;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}
.banner-left .main_prod-button,
.banner-left .main_prod-button button {
    width: 100%;
}
.banner-left ._price-request {
    height: 43px;
    margin: 10px 0;
}
/**************** /Баннер под меню ****************/


/**************** Преимущества работы с нами ****************/
.products-benefits {
    display: flex;
    justify-content: space-between;
}
.products-benefits .product-benefit {
    padding: 26px;
    height: 174px;
    background: #EFEFEF;
    opacity: 0.6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(25% - 9px);
}
.products-benefits .product-benefit:hover {
    opacity: 1;
    background: #FFCA54
}
.products-benefits .product-benefit img {
    width: 45px;
}
.products-benefits .product-benefit p {
    color: #263140;
}
.products-payments {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}
.products-payments .product-payment {
    width: calc(33.333% - 9px);
    border: 1px solid #ececec;
    padding: 18px;
    display: flex;
    align-items: center;
}
.products-payments .product-payment img {
    margin-right: 18px;
    width: 31px;
}
.products-payments .product-payment p {
    font-weight: bold;
}
.products-guarantees {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}
.products-guarantees .product-guarantee {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    background: #008BCB;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
}
.products-guarantees .product-guarantee img {
    margin-right: 20px;
    width: 24px;
}
.products-guarantees .product-guarantee p {
    font-weight: bold;
}
@media(max-width:  1024px) {
    .products-benefits {flex-wrap: wrap}
    .products-benefits .product-benefit {width: calc(50% - 9px);margin-bottom: 18px;height: initial;flex-direction: row;align-content: center;align-items: center;padding: 12px 34px}
    .products-benefits .product-benefit img {margin-right: 14px;width: 30px}
}
@media(max-width:  991px) {
    .products-payments .product-payment {padding: 18px 13px}
    .products-payments .product-payment p {font-size: 13px}
}
@media(max-width:  768px) {
    .products-payments .product-payment {padding: 18px}
    .products-payments .product-payment p {font-size: 15px}
}
@media(max-width:  568px) {
    .products-payments .product-payment {justify-content: center;width: 100%;margin-bottom: 18px}
}
@media(max-width:  510px) {
    .products-guarantees .product-guarantee {justify-content: center;width: 100%}
    .products-guarantees .product-guarantee p {width: 150px;max-width: 150px;line-height: 21px}
}
@media(max-width:  450px) {
    .products-benefits .product-benefit {justify-content: center;justify-content: flex-start;padding: 18px;width: 100%}
    .products-payments .product-payment p {min-width: 90px;width: 90px}
}
/**************** /Преимущества работы с нами ****************/


/**************** Похожие товары ****************/
.inner__products.products-inner {
    position: relative;
}
.similar-products-slider .products-inner__item.products-inner__item-tile {
    width: auto;
    margin-bottom: 0;
}
.similar-products-slider {
    width: 100%;
    max-width: 833px;
  }
.similar-products-slider  .products-inner__item-tile .product-inner__content {
    display: block;
}
.similar-products-slider  .products-inner__item-tile .product-inner__body {
    padding: 0 10px;
}
.similar-products-slider  .slick-track {
      align-items: stretch;
}
.similar-products-slider .products-inner__item-tile .item-product__title {
    min-height: 43px;
}
.similar-products-slider .product-inner__content a.product-inner__image img {
    margin: 0 auto;
}
.similar-products-slider.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.similar-products-slider .slick-dots {
    bottom: -35px;
}
.similar-products-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 auto;
    display: block;
    border: solid 2px #aaa;
    background-color: #FBFBFB;
    color: #FBFBFB;
    font-size: 1px;
}
.similar-products-slider .slick-dots li button:before {
    display: none;
}
.similar-products-slider .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    border: solid 2px #FFCA54;
    background-color: #FFCA54;
    color: #FFCA54;
}

@media(max-width: 1220px) {
    .similar-products-slider {max-width: 593px}
}
@media(max-width: 991px) {
    .similar-products-slider {max-width: 475px}
}
@media(max-width: 768px) {
    .similar-products-slider {max-width: 100%}
}
/**************** /Похожие товары ****************/


/**************** Кнопка "Заказ в один клик" в категории ****************/
.btn._price-request-cat {
    width: 140px;
    height: 43px;
    background: #ffca54;
    border: 2px solid #ffca54;
    color: #000;
}

@media(max-width: 1222px) and (min-width: 768px) {
    .btn._blue._cart {
        width: 140px;
        margin-top: 5px;
    }
    .btn._blue._cart._price-request-cat {
        margin-top: 0;
    }
}
@media(max-width: 634px) and (min-width: 480px) {
    .btn._blue._cart {
        width: 140px;
        margin-top: 5px;
    }
    .btn._blue._cart._price-request-cat {
        margin-top: 0;
    }
}
@media(max-width: 480px) {
    .btn._blue._cart._price-request-cat {
        width: 100%;
    }
    .btn._blue._cart {
        width: 100%;
        margin-top: 5px;
    }
}
/**************** /Кнопка "Заказ в один клик" в категории ****************/


/**************** Страница ГОСТы ****************/
.inner__gost {
    margin-bottom: 40px;
}
.inner__gost .inner__gost-title {
    margin-bottom: 15px;
}
.inner__gost .inner__gost-title a {
    color: #4a4949;
    font-size: 21px;
    font-weight: bold;
    text-decoration: underline;
}
.inner__gost .inner__gost-title a:hover {
    text-decoration: none;
}
.inner__gost .item {
    display: flex;
    padding: 10px 10px 12px 10px;
    align-items: center;
}
.inner__gost .item:nth-child(2n) {
    background: #f5f5f5;
}
.inner__gost .item-name {
    min-width: 170px;
}
.inner__gost .item-name a {
    color: #4a4949;
    font-size: 17px;
    text-decoration: underline;
}
.inner__gost .item-name a:hover {
    text-decoration: none;
}
@media(max-width: 500px) {
    .inner__gost .item {
        flex-direction: column;
        align-items: flex-start;
    }
    .inner__gost .item-name {
        margin-bottom: 10px;
    }
}
/**************** /Страница ГОСТы ****************/


/**************** Меню каталога ****************/
@media(max-width: 585px) {
    ul.menu-catalog__list {
        width: 100%;
    }
    .menu-catalog__category.has_child  a {
        max-width: calc(100% - 30px);
        display: inline-block;
    }
    .menu-catalog__category.has_child div {
        float: right;
        width: 30px;
    }
    .menu-catalog__category.has_child div::after {
        content: "";
        border: solid #263140;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        height: 11px;
        width: 11px;
        float: right;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        position: relative;
    }
    .menu-catalog__category.has_child div.active::after {
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        top: 1px;
    }
    .menu-catalog__body .sub-cat-menu li:last-child {
        margin-bottom: 0;
    }
    .menu-catalog__body .sub-cat-menu li:first-child {
        margin-top: 0;
    }
    .menu-catalog__body .sub-cat-menu {
        display: none;
    }
}
/**************** /Меню каталога ****************/

/**************** Кнопка "Каталог продукции" ****************/
@media(max-width: 991px) {
    .bottom-header__column:nth-child(1) {
       -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
    .icon-menu-catalog {
        width: 200px;
    }
    .icon-menu-catalog__lines {
        left: 15px;
    }

}
/**************** /Кнопка "Каталог продукции" ****************/

/**************** Новая карточка товара (отображение основных параметров) ****************/
.product__block-descr {
    flex-direction: column;
    border-bottom: none;
}
.product__block-descr hr {
    width: 100%;
    height: 1px;
    background: #ECECEC;
    margin-bottom: 18px;
}
.product__block-descr_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product__block-descr_name {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

.product__block-options_select {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18px;
}
.product__block-options_select .control-label {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #4a4949;
}
.product__block-options_select .select .select__title {
    color: #008bcb;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
.product__block-options_select .select .select__value {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #008bcb;
    padding: 0;
}
.product__block-options_select .select .select__value:before {
    margin-left: 13px;
}
.product__block-options_select .select .select__value span {
    height: initial;
}
.product__block-options_select .select .select__options {
    border: 1px solid #008bcb;
    background: #008bcb;
    color: #fff;
    border-radius: 0;
    padding: 5px 0;
}
.product__block-options_select .select .select__options .select__option:hover {
    color: #008bcb;
    background: #fff;
}

.product__block-options_select.options_error .select__item .select__title {
    border: none;
}
.product__block-options_select.options_error .select__item .select__title .select__value {
    color: #f00;
}
/**************** /Новая карточка товара (отображение основных параметров) ****************/


/**************** Новая карточка товара в разделе ****************/
.view_method-list .item-product__parameters {
    padding-right: 0;
}
.view_method-list .item-product__body-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.view_method-list .item-product__body-wrap .parametrs__column {
    font-weight: 700;
    font-size: 13px;
}
.view_method-list .item-product__body-wrap .parametrs__column span {
    font-weight: 400;
    font-size: 16px;
    color: #008BCB;
}
.view_method-list .item-product__prices.product-prices {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    min-width: 100%;
}
.view_method-list .item-product__prices.product-prices .block-prices {
    margin-top: 20px;
}


.view_method-tile .item-product__parameters {
    padding-right: 0;
    flex-wrap: wrap;

}
.view_method-tile .item-product__parameters .parametrs__column {
    width: 100%;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 13px;
}
.view_method-tile .item-product__parameters .parametrs__column span {
    font-weight: 400;
    font-size: 16px;
    color: #008BCB;
}
.view_method-tile .btn._blue {
    width: 140px;
    margin-top: 8px;
}

.view_method-list .product__block-options_select {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    flex-direction: row;
    margin-right: 20px;
}
.view_method-list .product__block-options_select .control-label {
    font-weight: 700;
    font-size: 13px;
    margin-top: 2px;
    margin-right: 4px;
}
.view_method-list .product__block-options_select .select .select__value {
    background: #008BCB;
    color: #fff;
    font-size: 13px;
    height: 20px;
    padding: 0 4px;
}
.view_method-list .product__block-options_select .select .select__value:before {
    width: 11px;
    height: 7px;
    background: url('../img/icons/select-w.svg') center/100% no-repeat;
}
.view_method-list .product__block-options_select .select .select__options {
    top: 20px;
}
.view_method-list .product__block-options_select .select .select__options .select__option {
    padding: 5px 5px;
}





@media (max-width: 1222px) {
    .view_method-list .item-product__parameters {
        flex-wrap: wrap;
    }
    .view_method-list .product__block-options_select,
    .view_method-list .item-product__body-wrap .parametrs__column {
        width: 50%;
        margin-right: 0;
        margin-bottom: 8px;
    }
}


@media (max-width: 992px) {
    .view_method-list .item-product__prices.product-prices .block-buttons {
        width: min-content;
    }
    .view_method-list .product__block-options_select .select .select__options .select__option {
        font-size: 13px;
    }
}


@media (max-width: 768px) {
    .view_method-list .item-product__prices.product-prices .block-buttons {
        display: flex;
    }
    .view_method-list .item-product__prices.product-prices .block-buttons .btn._blue._cart {
        margin-top: 0;
        width: 100px;
    }
    .view_method-list .item-product__prices.product-prices .block-buttons .btn._blue._cart._price-request-cat {
        margin-right: 5px;
        width: 140px;
    }
}

@media (max-width: 530px) {
    .view_method-list .item-product__prices.product-prices .block-buttons {
        flex-direction: column;
    }
    .view_method-list .item-product__prices.product-prices .block-buttons .btn._blue._cart {
        margin-top: 5px;
        width: 140px;
    }
    .view_method-list .item-product__prices.product-prices .block-buttons .btn._blue._cart._price-request-cat {
        margin-right: 0;
        width: 140px;
    }
}


@media(max-width: 480px) {
    .view_method-tile .btn._blue {
        width: 100%;
    }
}


@media (max-width: 400px) {
    .view_method-list .product__block-options_select,
    .view_method-list .item-product__body-wrap .parametrs__column {
        width: 100%;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .view_method-list .product__block-options_select .control-label {
        font-weight: 500;
    }
    .view_method-list .item-product__prices.product-prices {
        flex-direction: column;
    }
    .view_method-list .item-product__prices.product-prices .block-prices {
        width: 100%;
        text-align: right;
    }
    .view_method-list .item-product__prices.product-prices .block-buttons {
        width: 100%;
    }
    .view_method-list .item-product__prices.product-prices .block-buttons .btn._blue._cart,
    .view_method-list .item-product__prices.product-prices .block-buttons .btn._blue._cart._price-request-cat {
        width: 100%;
    }
}
/**************** Новая карточка товара в разделе ****************/