@charset "UTF-8";
body {
    margin: 0; }

a {
    text-decoration: none;
    color: inherit; }
a:hover {
    text-decoration: none; }

input {
    outline: none;
    box-sizing: border-box;
    border: none; }

textarea {
    outline: none; }

button {
    outline: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: none; }

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

button {
    border-style: none; }

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

* {
    box-sizing: border-box;
    outline: none; }

@font-face {
    font-family: 'Arial';
    src: url("../fonts/Arial/ArialMT.eot");
    src: local("Arial"), local("ArialMT"), url("../fonts/Arial/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial/ArialMT.woff") format("woff"), url("../fonts/Arial/ArialMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Arial';
    src: url("../fonts/Arial/Arial-BoldMT.eot");
    src: local("Arial Bold"), local("Arial-BoldMT"), url("../fonts/Arial/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial/Arial-BoldMT.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans/OpenSans-Regular.eot");
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans/OpenSans-Italic.eot");
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans/OpenSans-Bold.eot");
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    min-width: 320px;
    height: auto;
    min-height: 100%;
    font-size: 14px;
    color: #000000; }

.wrapper-large {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }

.wrapper-small {
    width: 100%;
    max-width: 1440px;
    padding: 0 24px;
    margin: 0 auto; }

.wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 0 92px;
    margin: 0 auto; }

.row-content {
    display: flex; }
.row-content__left {
    width: 76%;
    padding-right: 8px; }
.row-content__right {
    width: 24%;
    padding-left: 8px; }

.bg-gray {
    background-color: #F5F5F5; }

h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2; }

h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.33; }

h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4; }

h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5; }

.link {
    font-size: 16px;
    line-height: 1.5;
    color: #009933;
    -webkit-text-decoration: underline solid transparent;
    text-decoration: underline solid transparent;
    transition: all ease-in-out .15s; }
.link:hover {
    -webkit-text-decoration: underline solid #009933;
    text-decoration: underline solid #009933;
    transition: all ease-in-out .15s; }

.pb-32 {
    padding-bottom: 32px; }

.pb-4 {
    padding-bottom: 4px; }

.pb-8 {
    padding-bottom: 8px; }

.pb-24 {
    padding-bottom: 24px; }

.pb-32 {
    padding-bottom: 32px; }

.block-pad {
    padding-top: 32px;
    padding-bottom: 32px; }

.text {
    font-size: 16px;
    line-height: 1.5; }

.text-big-height {
    font-size: 16px;
    line-height: 1.7; }

.text-medium {
    font-size: 14px;
    line-height: 1.71; }

.text-small {
    font-size: 12px;
    line-height: 1.67; }

.text-less {
    font-size: 12px;
    line-height: 1.33; }

.uppercase {
    text-transform: uppercase; }

p {
    padding-bottom: 24px; }
p:last-of-type {
    padding-bottom: 0; }

.gray {
    color: #666666; }

.gray-dark {
    color: #333333; }

.green {
    color: #009933; }

.white {
    color: #FFFFFF; }

.orange {
    color: #FF4F12; }

.lh-1 {
    line-height: 1; }

.lh-2 {
    line-height: 2; }

.bold {
    font-weight: bold; }

.semi-bold {
    font-weight: 600; }

.italic {
    font-style: italic; }

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

.list-add li {
    padding-left: 38px;
    position: relative;
    padding-bottom: 32px;
    color: #333333; }
.list-add li:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/icon_add.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px; }
.list-add li:last-of-type {
    padding-bottom: 0; }

.list-check li {
    padding-left: 38px;
    position: relative;
    padding-bottom: 32px;
    color: #333333; }
.list-check li:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_check.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0; }
.list-check li:last-of-type {
    padding-bottom: 0; }

.mobile {
    display: none; }

@media screen and (max-width: 1350px) {
    .wrapper {
        padding: 0 24px; } }

@media screen and (max-width: 1150px) {
    .block-pad {
        padding-top: 20px;
        padding-bottom: 20px; }
    .pb-32 {
        padding-bottom: 24px; }
    .not-mobile {
        display: none !important; }
    .mobile {
        display: block !important; } }

@media screen and (max-width: 779px) {
    .wrapper {
        padding: 0 16px; }
    .wrapper-small {
        padding: 0 16px; }
    h2 {
        font-size: 16px;
        line-height: 1.5; }
    h3 {
        font-size: 16px;
        line-height: 1.5; }
    h4 {
        font-size: 14px;
        line-height: 1.43; }
    .text {
        font-size: 14px;
        line-height: 1.43; }
    .text-medium {
        font-size: 12px; }
    .link {
        font-size: 14px;
        line-height: 1.43; }
    .block-pad {
        padding-top: 12px;
        padding-bottom: 12px; }
    .pb-32 {
        padding-bottom: 16px; }
    .pb-8 {
        padding-bottom: 4px; }
    p {
        padding-bottom: 16px; }
    .list-add .text-medium {
        font-size: 14px;
        line-height: 1.43; }
    .list-add .pb-8 {
        padding-bottom: 8px; }
    .list-add li {
        padding-bottom: 24px; }
    .list-check {
        padding-top: 16px; }
    .list-check .text-medium {
        font-size: 14px;
        line-height: 1.43; }
    .text-big-height {
        font-size: 14px;
        line-height: 1.43; } }

.button {
    display: block;
    width: 100%;
    border: solid 1px #009933;
    background-color: #FFFFFF;
    color: #009933;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    transition: all ease-in-out .15s; }
.button:hover {
    opacity: 0.8;
    transition: all ease-in-out .15s; }
.button--big {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px; }
.button--transparent {
    background-color: transparent; }
.button--green {
    background-color: #009933;
    color: #FFFFFF; }
.button--orange {
    background-color: #FF4F12;
    border-color: #FF4F12;
    color: #FFFFFF; }

.button-rounded {
    display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #FBCF19;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    transition: all ease-in-out .15s; }
.button-rounded:hover {
    opacity: 0.8;
    transition: all ease-in-out .15s; }

.button-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 4px 10px; }
.button-filter__icon {
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_filter.svg");
    background-repeat: no-repeat;
    background-size: cover; }

.button-filter-large {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    color: #333333;
    border: solid 1px #EBEBEB;
    background-color: #FFFFFF;
    padding: 4px 8px;
    position: relative; }
.button-filter-large span {
    display: block;
    padding-left: 8px; }
.button-filter-large__icon {
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_filter.svg");
    background-repeat: no-repeat;
    background-size: cover; }
.button-filter-large.open .button-filter-large__icon {
    background-image: url("../images/icon_close-green.svg"); }

@media screen and (max-width: 1150px) {
    .button-rounded {
        font-size: 14px;
        line-height: 1.71;
        font-weight: normal;
        padding: 8px; } }

@media screen and (max-width: 779px) {
    .button-filter-large {
        padding: 4px 7px; }
    .button-filter-large span {
        display: none; } }

.input-wrapper {
    display: flex;
    align-items: center;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 13px 16px 10px;
    position: relative; }

.input {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
    color: #000000; }
.input__label {
    color: #666666;
    margin-right: 8px;
    flex-shrink: 0; }
.input::-moz-placeholder {
    color: #666666; }
.input:-ms-input-placeholder {
    color: #666666; }
.input::-ms-input-placeholder {
    color: #666666; }
.input::placeholder {
    color: #666666; }
.input__password-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/icon_password-show.svg");
    right: 12px;
    cursor: pointer; }
.input__password-icon.show {
    background-image: url("../images/icon_password-hide.svg"); }

.checkbox__radiobutton {
    width: 100%;
    display: flex;
    cursor: pointer;
    text-align: left; }

.checkbox__input {
    display: none; }

.checkbox__box {
    position: relative;
    flex: none;
    width: 24px;
    height: 24px;
    background-color: #009933; }
.checkbox__box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/icon_checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    transform: scale(0);
    transition: all ease-in-out .15s; }

.checkbox__text {
    padding-left: 8px; }

.checkbox__input:checked + .checkbox__box:after {
    transform: scale(1);
    transition: all ease-in-out .15s; }

.radiobuttons {
    display: inline-flex;
    border: solid 1px #EBEBEB;
    border-radius: 4px; }
.radiobuttons__col {
    flex: 1; }

.radiobutton {
    display: inline-flex;
    align-items: center;
    outline: none;
    cursor: pointer; }
.radiobutton__input {
    box-sizing: border-box;
    padding: 0;
    display: none; }
.radiobutton__box {
    width: 100%;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    padding: 4px 12px;
    white-space: nowrap;
    transition: all ease-in-out .15s; }

.radiobutton__input:checked + .radiobutton__box {
    background-color: #EBEBEB;
    font-weight: 600;
    transition: all ease-in-out .15s; }

.radiobutton-round {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: left; }
.radiobutton-round__input {
    display: none; }
.radiobutton-round__box {
    position: relative;
    flex: none;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    border-radius: 50%; }
.radiobutton-round__box:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: #009933;
    border-radius: 50%;
    opacity: 0;
    transition: all ease-in-out .15s; }
.radiobutton-round__text-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
.radiobutton-round__text {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 8px; }
.radiobutton-round__price {
    font-size: 12px;
    line-height: 1.67;
    font-style: italic; }
.radiobutton-round__price span {
    font-style: normal; }

.radiobutton-round__input:checked + .radiobutton-round__box {
    border-width: 2px;
    border-color: #009933; }
.radiobutton-round__input:checked + .radiobutton-round__box:after {
    opacity: 1;
    transition: all ease-in-out .15s; }
.radiobutton-round__input:checked + .radiobutton-round__box + .radiobutton-round__text-wrapper .radiobutton-round__text {
    font-weight: bold; }
.radiobutton-round__input:checked + .radiobutton-round__box + .radiobutton-round__text-wrapper .radiobutton-round__price span {
    font-weight: bold; }

.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.33;
    font-weight: bold;
    position: relative; }
.breadcrumbs--small {
    font-size: 12px;
    line-height: 1.67;
    font-weight: normal; }
.breadcrumbs--small .breadcrumbs__item {
    margin-right: 8px;
    padding-right: 24px; }
.breadcrumbs--small .breadcrumbs__item:after {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-image: url("../images/icon_arrow-small-right.svg"); }
.breadcrumbs--small .breadcrumbs__item:last-of-type:last-of-type {
    font-style: normal; }
.breadcrumbs__item {
    margin-right: 16px;
    position: relative;
    padding-right: 40px; }
.breadcrumbs__item:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover; }
.breadcrumbs__item:last-of-type {
    font-style: italic;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none; }
.breadcrumbs__item:last-of-type:after {
    content: none; }

.pagination {
    display: flex;
    align-items: center; }
.pagination__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    background-color: transparent;
    color: #009933;
    border-top: solid 1px #009933;
    border-bottom: solid 1px #009933;
    border-left: solid 1px #009933; }
.pagination__link:last-of-type {
    border-right: solid 1px #009933; }
.pagination__link--active {
    background-color: #009933;
    color: #FFFFFF; }
.pagination__link--inactive {
    color: #999999;
    border-top-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999; }
.pagination__link span {
    display: inline-block; }

.basket {
    display: none;
    align-items: center;
    justify-content: center;
    margin: -24px -24px -24px 40px;
    width: 88px;
    height: 88px;
    background-color: #FF4F12; }
.basket.show {
    display: flex; }
.basket__icon {
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_cart.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
.basket__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 50%; }
.basket__counter span {
    font-family: 'Arial';
    display: inline-block;
    font-size: 12px;
    line-height: 1.33;
    font-weight: bold; }

@media screen and (max-width: 1150px) {
    .basket {
        width: 72px;
        height: 72px;
        margin: -19px -24px -19px 27px; } }

@media screen and (max-width: 779px) {
    .basket {
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        margin: 0; }
    .basket__counter {
        width: 16px;
        height: 16px;
        right: -10px;
        top: -6px; }
    .basket__counter span {
        font-size: 8px; }
    .basket__icon {
        width: 16px;
        height: 16px; } }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }

.slick-list:focus {
    outline: none; }

.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.slick-track:before, .slick-track:after {
    content: "";
    display: table; }

.slick-track:after {
    clear: both; }

.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }

[dir="rtl"] .slick-slide {
    float: right; }

.slick-slide img {
    /*display: block; */
    display: inline-block; }

.slick-slide.slick-loading img {
    display: none; }

.slick-slide.dragging img {
    pointer-events: none; }

.slick-initialized .slick-slide {
    display: block; }

.slick-loading .slick-slide {
    visibility: hidden; }

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 100; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-prev:before {
    content: ""; }

[dir="rtl"] .slick-prev:before {
    content: ""; }

.slick-next {
    right: -25px; }

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

.slick-next:before {
    content: ""; }

[dir="rtl"] .slick-next:before {
    content: ""; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

.slick-list {
    padding-left: 0 !important; }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.select2-container .select2-search--inline {
    float: left; }

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }

.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

.select {
    font-size: 14px;
    line-height: 1.71;
    color: #000000; }

.select--color .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 36px; }

.select--color .select2-selection__rendered {
    position: relative; }
.select--color .select2-selection__rendered:before {
    content: "";
    position: absolute;
    left: 12px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-image: url("../../images/icon_color-rownd.png");
    background-size: cover;
    background-repeat: no-repeat; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000; }

.select2-dropdown {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: solid 1px #EBEBEB;
    min-width: 160px; }

.select2-results__option {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.71;
    color: #000000; }
.select2-results__option:first-of-type {
    margin-top: 20px; }
.select2-results__option:last-of-type {
    margin-bottom: 20px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: initial;
    color: #000000;
    font-weight: bold;
    transition: all ease-in-out .15s; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: initial; }

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    border: solid 1px #EBEBEB;
    background-color: #FFFFFF; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 32px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px; }

.select2-container .select2-selection--single {
    height: 32px; }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 36px;
    font-weight: 600; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("../../images/icon_arrow-down-black.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    border-width: 0;
    border-color: transparent; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 0;
    transform: rotate(180deg); }

.select--city .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("../../images/icon_arrow-down-green.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    border-width: 0;
    border-color: transparent; }

.select--city .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: solid 1px #CCCCCC;
    height: 48px; }

.select--city .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    font-weight: normal; }

.select--city .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666666; }

.select--city .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px; }

.select--city .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px; }

.header {
    position: relative; }

.header-menu {
    background-color: #009933;
    font-family: 'Arial', sans-serif; }
.header-menu__wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 16px; }
.header-menu__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0; }
.header-menu__mobile-contacts {
    display: none; }

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

.header-info-right {
    display: flex;
    align-items: center; }

.header-info {
    background-color: #FFFFFF; }
.header-info__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0; }
.header-info__logo {
    display: block; }
.header-info__logo img {
    display: block;
    width: 100%;
    max-width: 200px; }

.header-info-menu-wrapper {
    display: flex;
    align-items: center; }

.header-info-menu {
    display: flex;
    align-items: center; }
.header-info-menu__item {
    padding: 0 20px; }
.header-info-menu__item:first-of-type {
    padding-left: 0; }
.header-info-menu__item:last-of-type {
    padding-right: 0; }
.header-info-menu__link {
    font-size: 18px;
    line-height: 1.33;
    transition: all ease-in-out .15s; }
.header-info-menu__link:hover {
    color: #FF4F12;
    transition: all ease-in-out .15s; }
.header-info-menu__text--mobile {
    display: none; }
.header-info-menu__filter {
    display: none; }

.header-info-contacts {
    display: flex;
    align-items: center; }
.header-info-contacts__item {
    padding-right: 16px; }
.header-info-contacts__item--line {
    border-right: solid 1px rgba(153, 153, 153, 0.5); }
.header-info-contacts__item--pl {
    padding-left: 16px; }
.header-info-contacts__item:last-of-type {
    padding-right: 0; }
.header-info-contacts__socials {
    display: flex;
    align-items: center; }
.header-info-contacts__socials-link {
    display: block;
    margin-right: 8px; }
.header-info-contacts__socials-link:last-of-type {
    margin-right: 0; }
.header-info-contacts__socials-link img {
    display: block;
    width: 100%;
    max-width: 24px; }
.header-info-contacts__socials-icon-mobile {
    display: none; }

.header-city {
    display: inline-block;
    color: #FFFFFF;
    position: relative;
    line-height: 1.6;
    padding-left: 18px; }
.header-city:before {
    content: '';
    width: 10px;
    height: 14px;
    background-image: url("../images/icon_city.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: calc(50% - 7px); }

.main-menu {
    display: flex;
    align-items: center; }
.main-menu__link {
    color: #FFFFFF;
    margin: 0 8px;
    border-bottom: solid 1px transparent;
    transition: all ease-in-out .15s; }
.main-menu__link:first-of-type {
    margin-left: 0; }
.main-menu__link:last-of-type {
    margin-right: 0; }
.main-menu__link:hover {
    border-bottom-color: #FFFFFF;
    transition: all ease-in-out .15s; }

.header-menu-info {
    display: flex;
    align-items: center;
    color: #FFFFFF; }
.header-menu-info__link {
    border-bottom: solid 1px transparent;
    transition: all ease-in-out .15s;
    margin-right: 40px; }
.header-menu-info__link--big-pad {
    margin-right: 42px; }
.header-menu-info__link:hover {
    border-bottom-color: #FFFFFF;
    transition: all ease-in-out .15s; }

.header-login-wrap {
    position: relative; }

.header-login {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px; }
.header-login:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("../images/icon_user.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px; }

.header-account {
    position: absolute;
    width: 100%;
    min-width: 178px;
    top: -14px;
    right: -16px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    line-height: 1.71;
    border: solid 1px #CCCCCC;
    padding: 8px 14px 16px 24px;
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    transition: all ease-in-out .15s; }
.header-account.open {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transition: all ease-in-out .15s; }
.header-account__title {
    font-family: 'Arial', sans-serif;
    padding-right: 32px;
    position: relative; }
.header-account__title:after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url("../images/icon_arrow-up.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px; }
.header-account__score {
    padding-top: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold; }
.header-account__score-text {
    display: inline-block;
    padding-left: 4px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71;
    color: #666666; }
.header-account__menu {
    padding: 24px 0;
    margin-right: 10px;
    border-bottom: solid 1px #C4C4C4; }
.header-account__menu-item {
    margin-bottom: 9px; }
.header-account__menu-item:last-of-type {
    margin-bottom: 0; }
.header-account__menu-link {
    -webkit-text-decoration: underline solid transparent;
    text-decoration: underline solid transparent;
    transition: all ease-in-out .15s; }
.header-account__menu-link:hover {
    -webkit-text-decoration: underline solid #009933;
    text-decoration: underline solid #009933;
    color: #009933;
    transition: all ease-in-out .15s; }
.header-account__logout {
    display: inline-block;
    margin-top: 8px; }

.header-menu-mobile-icon {
    display: none;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_menu.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
.header-menu-mobile-icon.open {
    background-image: url("../images/icon_close.svg"); }

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

@media screen and (max-width: 1350px) {
    .header-menu-info__link {
        margin-right: 24px; }
    .header-login span {
        display: none; } }

@media screen and (max-width: 1150px) {
    .header-menu__inner {
        padding: 8px 0; }
    .header-menu__mobile-contacts {
        display: block; }
    .header-menu__main-menu {
        display: none; }
    .header-menu-info__search {
        display: none; }
    .header-menu-info__order-status {
        display: none; }
    .header-info-right .header-info-contacts {
        display: none; }
    .header-info-contacts .gray-dark {
        color: #FFFFFF; }
    .header-info-contacts__item--line {
        border-right-color: rgba(255, 255, 255, 0.5); }
    .header-info-contacts__socials-icon {
        display: none !important; }
    .header-info-contacts__socials-icon-mobile {
        display: block; }
    .header-info-menu__filter {
        display: block;
        margin-left: 16px; }
    .header-info-menu__item {
        padding: 0 8px; }
    .header-info-menu__link {
        font-size: 14px;
        line-height: 1.5; }
    .header-info__inner {
        padding: 19px 0; }
    .header-info__logo img {
        max-width: 171px; } }

@media screen and (max-width: 779px) {
    .header-menu {
        position: relative; }
    .header-menu__inner {
        flex-wrap: wrap;
        padding-right: 48px; }
    .header-menu__wrapper {
        padding: 0 8px; }
    .header-menu__mobile-contacts {
        display: none; }
    .header-city {
        font-size: 12px;
        line-height: 1.33;
        padding-left: 17px; }
    .header-city:before {
        top: calc(50% - 8px); }
    .header-menu-mobile {
        display: block;
        background-color: #009933;
        position: absolute;
        left: 0;
        right: 0;
        padding: 16px 27px 32px 27px;
        top: 31px;
        visibility: hidden;
        opacity: 0;
        z-index: -100;
        transition: all ease-in-out .15s; }
    .header-menu-mobile.open {
        visibility: visible;
        opacity: 1;
        z-index: 200;
        transition: all ease-in-out .15s; }
    .header-menu-mobile__link {
        font-size: 14px;
        line-height: 2.3;
        color: #FFFFFF; }
    .header-menu-mobile-icon {
        display: block;
        position: absolute;
        right: 8px; }
    .header-mobile-filter.open {
        display: block; }
    .header-login {
        font-size: 12px;
        line-height: 1.33;
        padding-left: 19px; }
    .header-login:before {
        width: 13px;
        height: 13px;
        top: calc(50% - 7px); }
    .header-info {
        position: relative; }
    .header-info .wrapper-small {
        padding: 0; }
    .header-info__inner {
        flex-wrap: wrap;
        padding-top: 8px;
        padding-bottom: 4px; }
    .header-info__logo {
        margin-left: 16px; }
    .header-info__logo img {
        max-width: 139px; }
    .header-info-menu-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 11px;
        padding-left: 16px;
        padding-right: 3px;
        border-top: solid 1px rgba(153, 153, 153, 0.5); }
    .header-info-menu__filter {
        margin-left: 0;
        margin-top: 4px; }
    .header-info-menu__text--desktop {
        display: none; }
    .header-info-menu__text--mobile {
        display: inline; }
    .header-mobile-filter {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        background-color: #FFFFFF;
        border-top: solid 1px rgba(153, 153, 153, 0.2);
        z-index: -100;
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out .15s; }
    .header-mobile-filter.open {
        visibility: visible;
        opacity: 1;
        z-index: 100;
        transition: all ease-in-out .15s; } }

.submenu {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #FFFFFF;
    border-top: solid 1px rgba(153, 153, 153, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    transition: all ease-in-out .15s; }
.submenu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: -48px;
    background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1; }
.submenu.open {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transition: all ease-in-out .15s; }
.submenu__wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
.submenu__row {
    display: flex; }
.submenu__left {
    width: 63.5%; }
.submenu__right {
    width: 36.5%; }

.submenu-info {
    background-color: #FFFFFF;
    padding: 40px 20px 80px 92px; }
.submenu-info__row {
    display: flex; }
.submenu-info__col {
    margin-right: 40px; }
.submenu-info__col:last-of-type {
    margin-right: 0; }
.submenu-info__list {
    display: flex;
    flex-direction: column; }
.submenu-info__list h3 {
    margin-bottom: 24px; }
.submenu-info__link {
    transition: all ease-in-out .15s; }
.submenu-info__link:hover {
    color: #FF4F12;
    transition: all ease-in-out .15s; }

.submenu-banner {
    height: 100%; }
.submenu-banner__row {
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
.submenu-banner__col {
    height: 50%; }
.submenu-banner__col--w50 {
    width: 50%; }
.submenu-banner__col--w100 {
    width: 100%; }
.submenu-banner__col--h100 {
    height: 100%; }

.submenu-banner-card {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
.submenu-banner-card:hover .submenu-banner-card__arrow {
    transform: translateX(10px);
    transition: all ease-in-out .15s; }
.submenu-banner-card .text {
    margin-top: 16px; }
.submenu-banner-card img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.submenu-banner-card__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px; }
.submenu-banner-card__content--flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: calc(40px + 48px); }
.submenu-banner-card__arrow {
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_arrow-long-white.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 40px;
    left: 40px;
    cursor: pointer;
    transition: all ease-in-out .15s; }

@media screen and (max-width: 1350px) {
    .submenu__left {
        width: 59%; }
    .submenu__right {
        width: 41%; }
    .submenu-info {
        padding-left: 27px; }
    .submenu-info__col {
        margin-right: 24px; } }

@media screen and (max-width: 1150px) {
    .submenu__left {
        width: 100%; }
    .submenu__right {
        display: none; }
    .submenu-info {
        padding: 40px 24px; }
    .submenu-info__col {
        margin-right: 40px; } }

@media screen and (max-width: 779px) {
    .submenu-info__row {
        flex-direction: column; } }

.main-slider__inner {
    display: flex; }

.main-slider__left {
    width: 72%; }

.main-slider__right {
    width: 28%; }

.main-slider-card {
    display: block;
    position: relative;
    padding-bottom: 43%; }
.main-slider-card--small {
    padding-bottom: 110.5%; }
.main-slider-card:hover .main-slider-card__arrow {
    transform: translateX(10px);
    transition: all ease-in-out .15s; }
.main-slider-card__bg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
.main-slider-card__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px; }
.main-slider-card__content--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
.main-slider-card__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.17;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 8px; }
.main-slider-card__title-small {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.25;
    color: #FFFFFF; }
.main-slider-card__subtitle {
    font-style: italic;
    font-size: 24px;
    line-height: 1.33;
    color: #FFFFFF; }
.main-slider-card__button {
    max-width: 184px;
    margin-top: 32px; }
.main-slider-card__button-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px; }
.main-slider-card__link {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #FFFFFF; }
.main-slider-card__arrow {
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_arrow-long-white.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out .15s; }

@media screen and (max-width: 1150px) {
    .main-slider-card__content {
        padding: 24px; }
    .main-slider-card__title {
        font-size: 32px;
        line-height: 1.25; }
    .main-slider-card__title-small {
        font-size: 18px;
        line-height: 1.33; }
    .main-slider-card__subtitle {
        font-size: 16px;
        line-height: 1.5; }
    .main-slider-card__button {
        margin-top: 16px;
        max-width: 165px; }
    .main-slider-card__button-row {
        bottom: 24px;
        left: 24px;
        right: 24px; }
    .main-slider-card__link {
        font-size: 14px;
        line-height: 1.71;
        font-weight: normal; } }

@media screen and (max-width: 779px) {
    .main-slider__left {
        width: 100%; }
    .main-slider__right {
        display: none; }
    .main-slider-card {
        padding-bottom: 0;
        height: 224px; }
    .main-slider-card__content {
        padding: 16px; }
    .main-slider-card__title {
        font-size: 24px;
        line-height: 1.17; }
    .main-slider-card__subtitle {
        font-size: 14px;
        line-height: 1.71; } }

.content {
    background-color: #F5F5F5;
    padding-bottom: 93px; }

.content-row__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -32px -24px; }

.content-row__col {
    width: 50%;
    padding: 32px 24px; }

@media screen and (max-width: 1150px) {
    .content {
        padding-bottom: 28px; }
    .content-row__col:nth-child(1) {
        width: 100%;
        padding-bottom: 25px; }
    .content-row__col:nth-child(2) {
        padding-right: 4px;
        padding-top: 25px;
        padding-bottom: 20px; }
    .content-row__col:nth-child(4) {
        padding-left: 4px;
        padding-top: 25px;
        padding-bottom: 20px; }
    .content-row__col:nth-child(3) {
        width: 100%;
        order: 4;
        padding-top: 20px;
        padding-bottom: 20px; } }

@media screen and (max-width: 779px) {
    .content {
        padding-bottom: 4px; }
    .content-row {
        flex-direction: column;
        flex-wrap: wrap; }
    .content-row__inner {
        margin: 0; }
    .content-row__col {
        width: 100%;
        padding: 16px 0; }
    .content-row__col:nth-child(1) {
        padding-top: 0;
        padding-bottom: 16px; }
    .content-row__col:nth-child(2) {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 0; }
    .content-row__col:nth-child(3) {
        padding-top: 16px;
        padding-bottom: 16px; }
    .content-row__col:nth-child(4) {
        padding-left: 0;
        padding-top: 16px;
        padding-bottom: 16px; } }

.sliders__row {
    display: flex;
    margin: 0 -8px; }

.sliders__col {
    width: 50%;
    padding: 0 8px; }

.slider {
    background-color: #FFFFFF;
    height: 100%; }
.slider--yellow {
    background-color: #FBCF19; }
.slider--not-full {
    height: auto; }
.slider__inner {
    padding: 32px 24px 32px 32px;
    height: 100%;
    min-height: 312px; }

.slider-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative; }
.slider-item:hover .slider-item__arrow {
    transform: translateX(10px);
    transition: all ease-in-out .15s; }
.slider-item__arrow {
    transition: all ease-in-out .15s; }
.slider-item__header {
    display: flex;
    align-items: center;
    padding-bottom: 16px; }
.slider-item__body {
    height: 100%; }
.slider-item__body .slick-list {
    height: 100%; }
.slider-item__body .slick-list .slick-track {
    height: 100%; }
.slider-item__icon {
    margin-right: 28px; }
.slider-item__icon img {
    display: block;
    width: 100%;
    max-width: 48px; }
.slider-item__bottom {
    display: block;
    padding-top: 10px; }
.slider-item__bottom--row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.slider-item__row {
    display: flex;
    padding-top: 8px; }
.slider-item__data {
    margin-left: 16px; }

.slider-item-content {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between; }

.slider-item-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 8px; }
.slider-item-arrow__left, .slider-item-arrow__right {
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_arrow-long-black.svg");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer; }
.slider-item-arrow__left.slick-disabled, .slider-item-arrow__right.slick-disabled {
    opacity: 0.25; }
.slider-item-arrow__left {
    transform: rotate(180deg); }
.slider-item-arrow__right {
    margin-left: 20px; }

@media screen and (max-width: 1350px) {
    .sliders__row {
        margin: 0 -4px; }
    .sliders__col {
        padding: 0 4px; } }

@media screen and (max-width: 1150px) {
    .sliders__row {
        flex-wrap: wrap;
        margin: -8px 0; }
    .sliders__col {
        width: 100%;
        padding: 8px 0; } }

@media screen and (max-width: 779px) {
    .sliders__row {
        flex-direction: column;
        margin: 0; }
    .sliders__col {
        width: 100%;
        padding: 0 0 16px 0; }
    .sliders__col:last-of-type {
        padding-bottom: 0; }
    .slider__inner {
        padding: 16px 16px 32px 16px;
        min-height: auto; }
    .slider-item__icon img {
        max-width: 32px; }
    .slider-item__text .pb-24 {
        padding-bottom: 16px; }
    .slider-item__row {
        flex-wrap: wrap; }
    .slider-item__bottom {
        padding-top: 24px; }
    .slider-item-arrow {
        position: initial;
        padding-top: 16px; } }

.selection-bar {
    background-color: #FFFFFF; }
.selection-bar__inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 67px; }
.selection-bar__item {
    margin-right: 9px; }
.selection-bar__item:last-of-type {
    margin-right: 0; }
.selection-bar__item--filter {
    display: none; }

@media screen and (max-width: 1350px) {
    .selection-bar__inner {
        padding-left: 30px;
        padding-right: 30px; }
    .selection-bar__item--color {
        display: none; }
    .selection-bar__item--filter {
        display: block; } }

@media screen and (max-width: 1150px) {
    .selection-bar {
        display: none; } }

.products--large-top {
    padding-top: 56px; }

.products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px; }

.products__row {
    display: flex;
    flex-wrap: wrap;
    margin: -16px -8px; }

.products__col {
    width: 25%;
    padding: 16px 8px; }

.products__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px; }

.products__button {
    max-width: 140px; }

@media screen and (max-width: 1350px) {
    .products__row {
        margin: -16px -4px; }
    .products__col {
        padding: 16px 4px; } }

@media screen and (max-width: 1150px) {
    .products--large-top {
        padding-top: 24px; }
    .products__header {
        padding-bottom: 24px; }
    .products__row {
        margin: -12px -8px; }
    .products__col {
        width: 33.33%;
        padding: 12px 8px; } }

@media screen and (max-width: 779px) {
    .products__col {
        max-width: 233px; }
    .products__header {
        padding-bottom: 16px; }
    .products__header .link {
        display: none; } }

.product-card {
    display: block; }
.product-card__img {
    position: relative; }
.product-card__img img {
    display: block;
    width: 100%; }
.product-card__img-label {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 2;
    padding: 4px 16px;
    text-transform: uppercase; }
.product-card__img-label--top {
    bottom: auto;
    top: 0;
    left: -8px; }
.product-card__img-label:before {
    content: "";
    border: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 0; }
.product-card__img-label--new {
    color: #FFFFFF;
    background-color: #41AF46; }
.product-card__img-label--new:before {
    border-top-color: #009933;
    border-right-color: #009933; }
.product-card__img-label--special {
    background-color: #FBCF19; }
.product-card__img-label--special:before {
    border-top-color: #FBCF19;
    border-right-color: #FBCF19; }
.product-card__img-label--hit {
    background-color: #FF4F12;
    color: #FFFFFF; }
.product-card__img-label--hit:before {
    border-top-color: #FF4F12;
    border-right-color: #FF4F12; }
.product-card__info {
    padding-top: 16px; }
.product-card__price {
    font-style: italic;
    padding-top: 4px;
    line-height: 1.2; }
.product-card__price span {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    padding-right: 4px; }
.product-card__price .price-action {
    color: #FF4F12;
    padding-right: 8px; }
.product-card__price .price-inactive {
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 8px; }

@media screen and (max-width: 779px) {
    .product-card__info .text-medium {
        font-size: 14px;
        line-height: 1.71; } }

.advantages__inner {
    padding: 40px 0;
    display: flex;
    align-items: center;
    border-top: solid 1px #C4C4C4;
    border-bottom: solid 1px #C4C4C4; }

.advantages-item {
    display: flex;
    align-items: center;
    padding-right: 29px; }
.advantages-item:last-of-type {
    padding-right: 0; }
.advantages-item__icon {
    display: block;
    max-width: 48px; }
.advantages-item__text {
    padding-left: 5px; }

@media screen and (max-width: 1350px) {
    .advantages__inner {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px; } }

@media screen and (max-width: 1150px) {
    .advantages__inner {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 24px;
        padding-bottom: 8px; }
    .advantages-item {
        width: 30%;
        padding-right: 0;
        padding-bottom: 16px; } }

@media screen and (max-width: 779px) {
    .advantages {
        padding-top: 23px; }
    .advantages__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 23px 16px 28px 16px;
        margin-left: -16px;
        margin-right: -16px; }
    .advantages-item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 12px; }
    .advantages-item:last-of-type {
        padding-bottom: 0; }
    .advantages-item__icon {
        max-width: 32px; }
    .advantages-item__text {
        padding-left: 8px;
        font-size: 14px;
        line-height: 1.29; } }

.info {
    border-top: solid 1px rgba(153, 153, 153, 0.5);
    background-color: #F5F5F5; }
.info__inner {
    display: flex;
    padding: 80px 0 96px;
    margin: 0 -24px; }
.info__inner--article {
    display: block;
    margin: 0; }
.info__inner--article p {
    padding-bottom: 24px; }
.info__inner--article p:last-of-type {
    padding-bottom: 0; }
.info__col {
    width: 50%;
    padding: 0 24px; }

.info-item {
    padding-bottom: 40px; }
.info-item:last-of-type {
    padding-bottom: 0; }

.list-add h4 {
    color: #000000; }

@media screen and (max-width: 1350px) {
    .info__inner {
        margin: 0 -20px; }
    .info__col {
        padding: 0 20px; } }

@media screen and (max-width: 1150px) {
    .info__inner {
        padding-top: 28px;
        padding-bottom: 60px;
        margin: 0;
        flex-wrap: wrap; }
    .info__col {
        width: 100%;
        padding: 20px 0; } }

@media screen and (max-width: 779px) {
    .info__inner {
        padding-top: 16px;
        padding-bottom: 19px; }
    .info__col {
        padding: 16px 0; }
    .info-item {
        padding-bottom: 32px; } }

.photo-tape {
    display: flex;
    margin-left: -8px;
    margin-right: -8px; }
.photo-tape__col {
    width: 25%;
    padding: 0 8px; }

.photo-card {
    display: block; }
.photo-card__img {
    display: block;
    width: 100%; }
.photo-card__text {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.43;
    padding-top: 16px; }

@media screen and (max-width: 1350px) {
    .photo-tape {
        margin-left: -6.5px;
        margin-right: -6.5px; }
    .photo-tape__col {
        padding: 0 6.5px; } }

@media screen and (max-width: 1150px) {
    .photo-tape {
        margin-left: -8px;
        margin-right: -24px; }
    .photo-tape__col {
        padding: 0 8px; } }

@media screen and (max-width: 779px) {
    .photo-tape {
        margin-right: -16px; } }

.news-tape {
    padding-right: 20%; }
.news-tape__item {
    display: block;
    margin-bottom: 24px; }
.news-tape__item:last-of-type {
    margin-bottom: 0; }

@media screen and (max-width: 1150px) {
    .news-tape {
        padding-right: 0; } }

@media screen and (max-width: 779px) {
    .news-tape__item {
        margin-bottom: 16px; } }

.encyclopedia-tape__item {
    display: flex;
    margin-bottom: 24px; }
.encyclopedia-tape__item:last-of-type {
    margin-bottom: 0; }

.encyclopedia-tape__img {
    margin-right: 24px;
    flex-shrink: 0; }
.encyclopedia-tape__img img {
    display: block;
    width: 100%;
    max-width: 75px; }

@media screen and (max-width: 1150px) {
    .encyclopedia-tape__img {
        margin-right: 16px; } }

@media screen and (max-width: 779px) {
    .encyclopedia-tape__img {
        margin-right: 8px; }
    .encyclopedia-tape__img img {
        max-width: 66px; } }

.delivery {
    background-color: #F5F5F5; }

.delivery-photo {
    padding-top: 40px;
    padding-bottom: 64px;
    border-bottom: solid 1px #C4C4C4; }
.delivery-photo__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.delivery-photo__pagination {
    margin-top: 64px; }

.delivery-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -8px; }
.delivery-gallery__col {
    width: 16.66%;
    padding: 20px 8px; }

.delivery-card__img img {
    display: block;
    width: 100%; }

.delivery-card__info {
    margin-top: 16px;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 1.43; }

.delivery-banner-text {
    margin-top: 40px;
    padding: 0 24px; }

.delivery-info {
    padding-top: 64px;
    padding-bottom: 80px; }
.delivery-info__inner {
    max-width: 937px; }
.delivery-info__row {
    padding-top: 40px;
    display: flex;
    margin: 0 -8px; }
.delivery-info__col {
    width: 33.33%;
    padding: 0 8px; }
.delivery-info__footnote {
    padding-top: 40px; }

.delivery-info-card__title {
    padding-bottom: 16px;
    font-size: 28px;
    font-weight: bold;
    color: #009933; }

.product-item {
    padding-top: 16px; }
.product-item__breadcrumbs {
    padding-bottom: 32px; }
.product-item .row-content__left {
    padding-right: 98px; }

.product-item-card {
    display: flex; }
.product-item-card__left {
    padding-right: 25px;
    width: 57%; }
.product-item-card__right {
    padding-left: 25px;
    width: 43%; }
.product-item-card__description {
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.67; }
.product-item-card__description--mobile {
    display: none; }
.product-item-card__mobile-description {
    display: none; }

.product-item-card-photo__slider {
    display: none; }

.product-item-card-photo__big {
    height: 460px;
    width: 100%;
    margin-bottom: 16px;
    position: relative; }
.product-item-card-photo__big img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.product-item-card-photo__small {
    display: flex;
    margin: 0 -7.5px; }

.product-item-card-photo__small-item {
    width: 20%;
    padding: 0 7.5px;
    cursor: pointer; }
.product-item-card-photo__small-item img {
    display: block;
    width: 100%;
    transition: opacity ease-in-out .15s; }
.product-item-card-photo__small-item img.active {
    opacity: 0.5;
    transition: opacity ease-in-out .15s; }

.product-item-card-info__vendor {
    margin-top: 8px; }

.product-item-card-info__delivery {
    margin-top: 24px; }

.product-item-card-info__parameters {
    margin-top: 24px; }

.product-item-card-info__parameters-form {
    margin-top: 15px; }

.product-item-card-info__parameters-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }

.product-item-card-info__total {
    display: flex;
    padding-top: 12px; }

.product-item-card-info__total-box {
    flex-shrink: 0;
    background-color: #FFFFFF;
    padding: 4px 16px;
    font-style: italic;
    color: #666666;
    font-size: 14px;
    line-height: 1.71; }
.product-item-card-info__total-box span {
    font-style: normal;
    font-size: 24px;
    line-height: 1.33;
    color: #000000;
    font-weight: bold; }

.product-item-card-info__btn {
    max-width: 123px; }

.product-item-card-info__services {
    margin-top: 24px; }

.product-item-card-info__services-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px; }

.product-item-reviews {
    width: 76%;
    padding-right: 98px; }
.product-item-reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.product-item-reviews__rating {
    display: flex;
    align-items: center; }
.product-item-reviews__rating-icons {
    display: flex;
    align-items: center;
    margin-right: 12px; }
.product-item-reviews__item {
    border-bottom: solid 1px #CCCCCC;
    padding-top: 40px; }
.product-item-reviews__item-main {
    padding-bottom: 32px; }
.product-item-reviews__item-comment {
    padding-top: 8px;
    padding-left: 24px;
    padding-bottom: 32px;
    max-width: 710px; }
.product-item-reviews__item-comment-text {
    position: relative;
    padding-left: 48px; }
.product-item-reviews__item-comment-text:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_answer.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0; }
.product-item-reviews__item-comment-name {
    margin-top: 24px;
    padding-left: 48px; }
.product-item-reviews__bottom {
    display: flex;
    align-items: center;
    margin-top: 24px; }
.product-item-reviews__bottom-name {
    border-right: solid 1px #C4C4C4;
    padding-right: 28px; }
.product-item-reviews__bottom-source {
    display: flex;
    align-items: center;
    padding-left: 28px; }
.product-item-reviews__bottom-source-icon {
    display: block;
    max-width: 32px; }
.product-item-reviews__bottom-source-text {
    margin-left: 16px; }
.product-item-reviews__button {
    max-width: 159px;
    margin-top: 40px; }

@media screen and (max-width: 1150px) {
    .product-item .row-content {
        flex-wrap: wrap; }
    .product-item .row-content__left {
        width: 100%;
        padding-right: 0; }
    .product-item .row-content__right {
        width: 100%;
        padding-left: 0; }
    .product-item-reviews {
        padding-top: 40px;
        width: 100%;
        padding-right: 0; } }

@media screen and (max-width: 779px) {
    .product-item {
        padding-bottom: 56px; }
    .product-item__breadcrumbs {
        display: none; }
    .product-item-card {
        flex-wrap: wrap; }
    .product-item-card__description {
        margin-top: 24px; }
    .product-item-card__description--not-mobile {
        display: none; }
    .product-item-card__description--mobile {
        display: block; }
    .product-item-card__left {
        width: 100%;
        padding-right: 0; }
    .product-item-card__right {
        width: 100%;
        padding-left: 0;
        padding-top: 24px; }
    .product-item-card__mobile-description {
        display: block; }
    .product-item-card-photo__slider {
        display: block; }
    .product-item-card-photo__slide {
        margin-right: 4px;
        position: relative; }
    .product-item-card-photo__slide img {
        display: block;
        width: 100%; }
    .product-item-card-photo__big {
        display: none; }
    .product-item-card-photo__small {
        display: none; }
    .product-item-card-info__total-box {
        padding-right: 33px; }
    .product-item-card-info__btn {
        max-width: 300px; }
    .product-item-reviews__header {
        flex-direction: column;
        align-items: flex-start; }
    .product-item-reviews__rating {
        margin-top: 10px; }
    .product-item-reviews__item {
        padding-top: 16px;
        border-bottom: none; }
    .product-item-reviews__bottom {
        padding-bottom: 24px;
        border-bottom: solid 1px #C4C4C4; }
    .product-item-reviews__bottom-name {
        padding-right: 16px; }
    .product-item-reviews__bottom-source {
        padding-left: 16px; }
    .product-item-reviews__bottom-source-icon {
        max-width: 24px; }
    .product-item-reviews__bottom-source-text {
        margin-left: 8px; }
    .product-item-reviews__item-main {
        padding-bottom: 16px; }
    .product-item-reviews__item-comment {
        padding-left: 0;
        padding-bottom: 24px; }
    .product-item-reviews__item-comment-text {
        padding-left: 40px; }
    .product-item-reviews__item-comment-name {
        padding-left: 40px; }
    .product-item-reviews__button {
        margin-top: 8px;
        max-width: 100%; } }

.recommendations h4 {
    padding-bottom: 12px; }

.recommendations__item {
    padding: 12px 0; }

.recommendations-card {
    display: flex; }
.recommendations-card__img {
    margin-right: 16px; }
.recommendations-card__img img {
    display: block;
    max-width: 143px; }
.recommendations-card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
.recommendations-card__title {
    font-size: 14px;
    line-height: 1.29; }
.recommendations-card__price {
    font-style: italic;
    padding-top: 4px;
    line-height: 1.2;
    color: #666666; }
.recommendations-card__price span {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    padding-right: 4px;
    color: #000000; }
.recommendations-card__button {
    margin-top: 15px; }

@media screen and (max-width: 1150px) {
    .recommendations__content {
        display: flex;
        margin: 0 -22px; }
    .recommendations__item {
        padding: 0 22px; }
    .recommendations-card {
        flex-direction: column; }
    .recommendations-card__img {
        margin-right: 0; }
    .recommendations-card__info {
        margin-top: 16px; }
    .recommendations-card__price {
        padding-top: 8px; }
    .recommendations-card__button {
        margin-top: 8px;
        max-width: 120px; } }

@media screen and (max-width: 779px) {
    .recommendations {
        margin-top: 40px; }
    .recommendations h4 {
        font-size: 16px;
        line-height: 1.5; }
    .recommendations__content {
        margin: 0 -4px; }
    .recommendations__item {
        padding: 0 4px; }
    .recommendations__item:nth-child(3) {
        display: none; }
    .recommendations-card__title {
        font-size: 12px;
        line-height: 1.5; } }

.authorization {
    padding-top: 80px;
    padding-bottom: 67px; }
.authorization h3 {
    margin-bottom: 24px; }
.authorization__inner {
    width: 100%;
    max-width: 936px;
    margin: 0 auto; }
.authorization__row {
    display: flex;
    margin: 0 -20px; }
.authorization__col {
    width: 50%;
    padding: 0 20px; }
.authorization__item {
    margin-bottom: 8px; }
.authorization__item--row {
    display: flex;
    align-items: center;
    margin-left: -4px;
    margin-right: -4px; }
.authorization__item-col {
    padding: 0 4px; }
.authorization__checkboxes {
    padding-top: 8px; }
.authorization__checkboxes-item {
    padding-bottom: 16px; }
.authorization__checkboxes-item:last-of-type {
    padding-bottom: 0; }
.authorization__btn {
    margin-top: 32px;
    max-width: 238px; }
.authorization__btns-row {
    display: flex;
    align-items: center;
    padding-top: 16px; }
.authorization__btn-login {
    max-width: 200px; }
.authorization__link {
    display: block;
    width: 100%;
    text-align: center; }
.authorization__social {
    padding-top: 56px; }
.authorization__social-title {
    margin-bottom: 16px; }
.authorization__social-row {
    display: flex;
    align-items: center;
    margin: 0 -4px; }
.authorization__social-item {
    padding: 0 4px;
    transition: all ease-in-out .15s; }
.authorization__social-item img {
    display: block;
    width: 100%;
    max-width: 40px; }
.authorization__social-item:hover {
    opacity: 0.5;
    transition: all ease-in-out .15s; }

@media screen and (max-width: 1150px) {
    .authorization {
        padding-top: 40px;
        padding-bottom: 52px; }
    .authorization__item--row {
        flex-wrap: wrap;
        margin: 0; }
    .authorization__item-col {
        width: 100%;
        padding: 4px 0; }
    .authorization__item-col--mobile-big-pad {
        padding-bottom: 8px; }
    .authorization__item-col--without-pad {
        padding: 0; }
    .authorization__checkboxes {
        padding-top: 24px; } }

@media screen and (max-width: 779px) {
    .authorization {
        padding-top: 24px;
        padding-bottom: 28px; }
    .authorization h3 {
        margin-bottom: 16px; }
    .authorization__inner {
        max-width: none; }
    .authorization__row {
        flex-wrap: wrap;
        margin: 0; }
    .authorization__col {
        width: 100%;
        padding: 0; }
    .authorization__col:first-of-type {
        padding-top: 22px;
        order: 2; }
    .authorization__col:last-of-type {
        padding-bottom: 22px; }
    .authorization__social {
        padding-top: 40px; }
    .authorization__btn {
        max-width: 100%;
        margin-top: 24px; } }

.payment-systems {
    display: flex;
    align-items: center; }
.payment-systems__link {
    display: block;
    margin-right: 25px; }
.payment-systems__link:last-of-type {
    margin-right: 0; }
.payment-systems__link img {
    display: block;
    max-height: 28px; }

@media screen and (max-width: 779px) {
    .payment-systems {
        margin-top: 0; }
    .payment-systems__link {
        margin-right: 10px; }
    .payment-systems__link img {
        max-height: 14px; } }

.footer {
    background-color: #FFFFFF; }
.footer__inner {
    padding: 64px 0; }

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 64px; }

.footer-logo {
    display: block; }
.footer-logo img {
    display: block;
    width: 100%;
    max-width: 145px; }

.footer-connection {
    display: flex;
    align-items: center; }
.footer-connection__socials {
    display: flex;
    align-items: center;
    margin-left: 24px; }
.footer-connection__socials-link {
    display: block;
    margin-right: 24px; }
.footer-connection__socials-link img {
    display: block;
    width: 100%;
    max-width: 40px; }
.footer-connection__socials-link:last-of-type {
    margin-right: 0; }

.footer-connection-item {
    display: flex;
    align-items: center; }

.payment-systems-wrapper .map {
    display: none; }

.footer-menu {
    display: flex; }
.footer-menu__col {
    max-width: 185px;
    margin-right: 32px; }
.footer-menu__col:first-of-type {
    margin-right: 40px; }
.footer-menu__col:last-of-type {
    margin-right: 0; }
.footer-menu__item {
    padding-top: 40px; }
.footer-menu__item a {
    display: block; }

.footer-list {
    display: flex;
    flex-direction: column;
    padding-top: 32px; }
.footer-list:first-of-type {
    padding-top: 0; }
.footer-list h4 {
    padding-bottom: 16px; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px; }
.footer-bottom .footer-logo {
    display: none; }
.footer-bottom__address {
    display: flex;
    align-items: center; }
.footer-bottom address {
    font-style: normal; }
.footer-bottom__mobile-contacts {
    display: none; }
.footer-bottom__mobile-copyright {
    display: none; }

.copyright {
    font-weight: 600; }

.map {
    padding-left: 37px; }
.map__link {
    display: inline-block;
    position: relative;
    padding-left: 27px; }
.map__link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 20px;
    background-image: url("../images/icon_city-black.svg");
    background-repeat: no-repeat;
    background-size: cover; }

@media screen and (max-width: 1350px) {
    .footer-menu__col {
        margin-right: 24px; } }

@media screen and (max-width: 1150px) {
    .footer__inner {
        padding-top: 32px;
        padding-bottom: 40px; }
    .footer-top {
        padding-bottom: 40px; }
    .footer-logo img {
        max-width: 116px; }
    .footer-connection__socials {
        margin-left: 8px; }
    .footer-connection__socials-link {
        margin-right: 8px; }
    .footer-connection__socials-link img {
        max-width: 32px; }
    .footer-menu {
        flex-wrap: wrap; }
    .footer-menu__col {
        width: 20%;
        margin-right: 0;
        padding-right: 8px; }
    .footer-menu__col:nth-child(1) {
        order: 2;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 48px;
        padding-right: 0; }
    .footer-menu__col:nth-child(1) .footer-list {
        flex-direction: row;
        flex-wrap: wrap; }
    .footer-menu__col:nth-child(1) .footer-list__link {
        margin-right: 24px;
        margin-bottom: 8px; }
    .footer-menu__col:nth-child(1) .footer-list__link:last-of-type {
        margin-right: 0; }
    .footer-bottom {
        align-items: flex-start; }
    .footer-bottom__address {
        flex-direction: column;
        align-items: flex-start;
        max-width: 298px; }
    .footer-bottom__mobile-contacts {
        display: block;
        margin-right: 52px; }
    .footer-bottom__mobile-contacts a {
        display: block; }
    .footer-bottom__mobile-copyright {
        font-weight: 600;
        margin-top: 32px; }
    .map {
        padding-left: 0;
        margin-top: 24px; } }

@media screen and (max-width: 779px) {
    .footer__inner {
        padding: 24px 0 32px; }
    .footer-top {
        padding-bottom: 24px; }
    .footer-top .footer-logo {
        display: none; }
    .footer-menu {
        display: none; }
    .footer-bottom {
        padding-top: 0;
        flex-direction: column;
        align-items: flex-start; }
    .footer-bottom .footer-logo {
        display: none; }
    .footer-bottom__mobile-contacts {
        display: none; }
    .footer-bottom__address {
        max-width: 100%; }
    .footer-bottom__address address {
        font-size: 12px;
        line-height: 1.67; }
    .footer-bottom__address .map {
        display: none; }
    .footer-bottom__mobile-copyright {
        display: block;
        margin-top: 20px; }
    .footer-connection__socials {
        margin-left: 0;
        margin-top: 3px; }
    .footer-connection__socials-link {
        margin-right: 8px; }
    .footer-connection__socials-link img {
        max-width: 24px; }
    .footer-connection-item {
        flex-direction: column;
        align-items: flex-start; }
    .copyright {
        order: 5; }
    .payment-systems-wrapper {
        margin-top: 16px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .payment-systems-wrapper .map {
        display: block;
        margin-top: 0; } }
