input::-webkit-input-speech-button {
    -webkit-appearance: -webkit-input-speech-button;
    display: inline-block;
}

/*---------feedback page*/

.feedback {
    margin: 40px auto;
    border-radius: 3px;
    box-shadow: 0px 0px 40px 5px rgb(75 81 94 / 20%);
    z-index: 1000;
}

.feedback__logo {
    position: relative;
    height: 500px;
}

.feedback__logo h3 {
    font-size: 34px;
    margin-left: 70px;
    margin-top: 60px;
}

.feedback__logo img {
    display: block;
    margin-top: 100px;
    margin-left: 70px;
}

form.master-class label,
.feedback__form label {
    font-size: 18px;
}

.feedback__form {
    padding: 60px 80px 50px 0;
}

.feedback__form p {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
}

.rating .stars {
    width: 110px;
    height: 20px;
}

.rating .star:hover {
    cursor: pointer;
    transition: 200ms;
}

.rating .star {
    width: 20px;
    background: url(../img/feedback/form-star.png);
    height: 20px;
    display: inline-block;
    margin-right: 2px;
}

.rating .star:hover,
.rating .star.active {
    background: url(../img/feedback/form-star-c.png);
}

.feedback__form-radio {
}

.feedback__form-radio input + label {
    background: url(../img/feedback/form-radio.png) no-repeat;
}

.feedback__form-radio input:checked + label {
    background: url(../img/feedback/form-radio-c.png) no-repeat;
}

.feedback__form-radio label {
    user-select: none;
    width: 100px;
    height: 30px;
    padding: 3px 0 0px 40px;
    font-weight: 700;
    cursor: pointer;
}

.feedback__form-radio input {
    display: none;
}

.feedback__form-input,
.feedback__form-text {
    margin-top: 35px;
}

form.master-class .alert,
.feedback__form .alert {
    border: solid 1px red !important;
}

form.master-class input:focus,
form.master-class input:active,
.feedback__form textarea:focus,
.feedback__form-input input[type=text]:focus,
.feedback__form-input input[type=tel]:focus
.feedback__form textarea:active,
.feedback__form-input input[type=text]:active,
.feedback__form-input input[type=tel]:active {
    border: solid 1px #009738;
}

form.master-class input,
form.master-class input,
.feedback__form textarea,
.feedback__form-input input[type=text],
.feedback__form-input input[type=tel] {
    border: solid 1px #e3e2e7;
    background-color: #f8f8f8;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
}

.feedback__form-input input[type=text] {
    width: 93%;
}

.feedback__form-input input[type=text],
.feedback__form-input input[type=tel] {
    height: 40px;
}

.feedback__form-input input[type=tel] {
    width: 100%;
}

.feedback__form textarea {
    width: 100%;
}

.feedback__form-agreement {
    margin-top: 20px;
}

.master-class__footer input[type=checkbox],
.feedback__form-agreement input[type=checkbox] {
    display: none;
}

.master-class__footer input[type=checkbox] + label,
.feedback__form-agreement input[type=checkbox] + label {
    width: 300px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.master-class__footer input[type=checkbox]:checked + label span,
.feedback__form-agreement input[type=checkbox]:checked + label span {
    background: url(../img/feedback/form-agree-c.png) no-repeat;
}

.master-class__footer small,
.feedback__form-agreement small {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #adadad;
    padding: 0px 0px 0 20px;
}

.master-class__footer input[type="submit"] {
    width: 60%;
}

.feedback__form-agreement input[type="submit"] {
    width: 100%;
}

.master-class__footer input[type="submit"],
.feedback__form-agreement input[type="submit"] {
    background-color: #009939;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.master-class__footer span,
.feedback__form-agreement span {
    display: inline-block;
    border-radius: 3px;
    border: solid 1px;
    color: #e3e2e7;
    width: 24px;
    height: 24px;
}

form.master-class {
    margin: 50px 0;
    background-color: #009939;
    border-radius: 4px;
    padding: 30px;
}

form.master-class > div {
    background: #fff;
    margin: 0;
    padding: 10px 30px 40px;
}

form.master-class h3 {
    margin-bottom: 30px;
}

form.master-class input {
    width: 92%;
}

.master-class__footer {
    margin-top: 40px;
}

form.master-class {
}

form.master-class {
}

/*-------------Robotint corrections*/

.tint-color-wrap {
    display: block !important;
}

.tint-middle {
    text-align: center;
}

.tint-color {
    display: block !important;
    transition: none !important;
    margin: 20px auto !important;
    float: none !important;
    transform: none !important;
}

tint-span {
    border: none !important;
}

tint-button {
    /*width: auto !important;*/
}

@media (max-width: 375px) {
    .tint-popup .tint-parent .tint-body .tint-over {
        padding: 163px 30px 30px;
    }
}

/*.tint-over tint-div{*/
/*    display: inline;*/
/*}*/

/*-------------Regions*/

.top-header__region {
    display: inline-block;
    margin-top: 8px;
    padding-bottom: 4px;
    text-decoration: none;
    /* transition: background 0.2s linear 0s; */
    color: #333;
    cursor: pointer;
}

.top-header {
    position: relative;
}

.chevron {
    display: inline-block;
    margin: 4px auto -2px 2px;
    width: 13px;
    height: 12px;
    background: url(../img/chevron-down.svg) no-repeat;
}

.k-pointer-wrapper {
    width: 60px;
    display: inline-flex;
}

.k-pointer {
    width: 40px;
    height: 55px;
    background: url(../img/icons/k-pointer.svg) no-repeat;
    margin-top: 2px;
}

.shop__info-wrapper p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.shop__info-wrapper .shop__info-title {
    color: #009939;
    font-size: 18px;
    margin-top: 15px;
}

.shop__item-text > a.phone {
    color: #3f3f3f;
}

.shop__info-wrapper {
    width: 100%;
}

.shop__item-text {
    font-size: 14px;
    line-height: 16px;
}

.shop__info-row {
    width: 100%;
    display: inline-flex;
    margin-bottom: 20px;
}

.icon-circle {
    height: 38px;
    width: 38px;
    border-radius: 19px;
    border: 1px solid #eeeeee;
    padding: 6px 9px;
}

.nearest__shops-row {
    display: inline-flex;
    padding-bottom: 20px;
}

.shop-info-item {
    display: inline-flex;
    padding-bottom: 30px;
}

.shop-info-item a {
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.nearest__shops-title > a {
    color: #f98700;
    font-size: 14px;
    margin-top: 5px;
}

.nearest__shops-title {
    padding-left: 10px;
    margin-top: 3px;
    color: #009939;
    font-size: 16px;
}

.nearest__shops,
.current__shop,
.shop__info-path,
.shop__info-full-main {
    display: block;
    width: 50%;
}

.nearest__shops-row > .k-pointer {
    width: 27px;
    height: 37px;
}

.shop__finder-current {
    font-size: 18px;
    color: #009939;
    margin-bottom: 15px;
}

.current__shop .shop__info-row:nth-child(5) {
    margin-bottom: 15px;
}

.current__shop .shop-info-item {
    padding-bottom: 10px;
}

.shop__info-icon-wr {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
}

.point-icon {
    width: 18px;
    height: 20px;
    background: url(../img/icons/point-gray.svg) no-repeat;
}

.opening-icon {
    width: 19px;
    height: 20px;
    background: url(../img/icons/open-gray.svg) no-repeat;
}

.phone-icon {
    width: 20px;
    height: 20px;
    background: url(../img/icons/phone-gray.svg) no-repeat;
}

.shop__info-full {
    padding-top: 20px;
}

img.shop-info-icon {
    width: 23px;
    margin-left: -2px;
}

.shop__info-full:last-child,
.shop__info-full {
    display: inline-flex;
}

.shop__info-devider {
    width: 60px;
}

.btn-close {
    position: absolute;
    background: url(../img/close.svg) no-repeat;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

#shop-info {
    margin-left: 5px;
}

.top-header__region.active,
.top-header__shop-select.active,
.top-header__shop-info.active {
    border-bottom: 3px solid #009939;
}

.top-header__region.active .chevron,
.top-header__shop-info.active .chevron {
    transform: rotate(180deg);
}

.top-header__shop {
    margin-top: 8px;
}

.select-region__list {
    padding-left: 40px;
    margin-bottom: 20px;
}

.select-region__list strong {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
}

.select-region__list a:hover {
    color: #009939;
    text-decoration: underline;
}

.select-region__list a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
}

.select-region__popup.active,
.shop__change-panel.active {
    display: block;
}

.select-region__popup p,
.shop__change-panel p {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
}

.shop__info-panel.active {
    display: inline-flex;
}

.select-region__popup input[type=text]:focus,
.select-region__popup input[type=text]:hover,
.shop__change-panel input[type=text]:focus,
.shop__change-panel input[type=text]:hover {
    border-color: #009939;
    box-shadow: none;
}

.select-region__popup hr,
.shop__change-panel hr {
    margin-top: 10px;
    border-top: 2px solid #c5cad5;
}

.use__location {
    display: inline-flex;
    padding-top: 10px;
}

.use__location a {
    color: #3f3f3f;
    font-size: 14px;
    padding: 5px 10px;
}

.location-marker-icon {
    width: 30px;
    height: 30px;
    background: url(../img/icons/location-marker.svg) no-repeat;
}

.select-region__popup input[type=text]::placeholder,
.shop__change-panel input[type=text]::placeholder {
    color: #514f4f;
    font-weight: 500;
    opacity: .6;
}

.select-region__popup input[type=text],
.shop__change-panel input[type=text] {
    outline: none;
    width: 90%;
    height: 40px;
    border-radius: 20px;
    padding: 0px 20px;
}

.select-region__popup,
.shop__change-panel,
.shop__info-panel {
    display: none;
    padding: 30px 30px 10px;
    background-color: #fff;
    position: absolute;
    width: 58.33333333%;
    z-index: 200;
    right: 0;
    top: 35px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
}

.shop__finder-results {
    display: inline-flex;
    margin-bottom: -7px
}

.show__all-shops a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 10px;
}

.show__all-shops img {
    width: 22px;
}

.shop__change-panel {
    padding-bottom: 0
}

.show__all-shops {
    display: inline-flex;
    margin-top: -10px;
    height: 30px;
}

.top-header__shop-select {
    padding-bottom: 4px;
}

.top-header__shop-info {
    padding: 0 5px 4px;
}

.top-header__shop-info a {
    font-weight: 500;
    color: #3f3f3f;
}

.top-header__shop-info a:hover {
    color: #3f3f3f;
}

.shop__info-wrapper .shop-change {
    margin-left: 5px;
}

.shop-change:hover,
.top-header__shop-select a:hover {
    color: #009939;
}

.shop-change,
.top-header__shop-select a {
    color: #f98700;
    font-size: 14px;
}

.top-header__shop-title,
.top-header__shop-info,
.top-header__shop-select {
    display: inline-block;
}

.top-header__region a:hover {
    color: #3f3f3f;
}


/* .top-header__region:hover{
  color: #009939;
}
.top-header__region:hover>.region__svg{
  background: url(../img/svg/region-icon-green.svg) no-repeat;
} */

.region__svg {
    width: 14px;
    height: 14px;
    background: url(../img/svg/region-icon.svg) no-repeat;
    margin-top: 2px;
}

.region__city-geo {
    margin: auto 6px;
    font-weight: 500;
    color: #3f3f3f;
}

.select-region__popup {
    display: none;
}


/* .select-region__popup_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000;
    opacity: 0.2;
    left: 0;
    top: 0;
    z-index: 9998;
} */


/* .select-region__popup_close {
    float: right;
    cursor: pointer;
} */


/* .select-region__popup {
    display: none;
    width: 80%;
    position: absolute;
    background: white;
    border-radius: 10px;
    padding: 14px 20px;
    margin: 100px 3%;
    box-shadow: 0 0 10px 1px;
    z-index: 9999;
} */


/* .select-region__blocks {
    display: inline;
    flex-direction: row;
}

.select-region__list {
    width: 230px;
    font-size: 16px;
    list-style: none;
    display: inline-grid;
}

.select-region__list>li.selected {
    color: #009939;
    cursor: unset;
}

.select-region__list>li.capital {
    font-weight: bold;
}

.select-region__list>li:hover {
    color: #009939;
}

.select-region__list>li {
    cursor: pointer;
    margin-bottom: 5px;
} */

.order_delivery {
    margin-bottom: 30px;
}

.order_delivery .next_step {
    width: 100%
}

.order_delivery_type label {
    display: block;
    width: 25%;
    float: left;
    cursor: pointer;
    text-align: center;
}

.order_delivery_type label:nth-last-child(1) {
    margin-right: 0;
}

.order_delivery_type label span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding: 10px 0;
    border: 2px solid #66c05d;
    margin: 0 15px;
}

.order_delivery_type label span:hover {
    color: #666;
    background-color: #e2e1e6;
}

.order_delivery_type label input {
    display: none;
}

.order_delivery_type label input:checked + span {
    color: #fff;
    background-color: #66c05d;
}

.order_delivery_pickup .search_shop label {
    margin-right: 15px;
    margin-bottom: 0;
}

.order_delivery_pickup .search_shop label:nth-child(1) {
    width: 60%
}

.order_delivery_pickup .search_shop label:nth-child(2) {
    width: 120px;
}

.order_delivery_pickup .search_shop input[type=submit] {
    height: 38px;
    background-color: #66c05d;
    border: none;
    color: #fff;
    width: 18.5%
}

.order_delivery_pickup #map_shop {
    padding: 0;
    height: 450px;
    background-color: #e2e1e6;
}

.order_delivery_pickup #map_shop > div {
    left: 0;
}

.order_delivery_pickup_info .sl-h5 .fa {
    width: 20px;
    color: #66c05d;
    font-size: 18px;
    margin-right: 10px;
}

.order_delivery_pickup_info a {
    color: #66c05d;
    text-decoration: none;
}

.order_delivery_pickup_info a:hover {
    color: #666;
}

.order_delivery_pickup_info p {
    padding-left: 30px;
}

.order_delivery_pickup_info--name {
    color: #66c05d;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
}

.order_delivery_mo_summa span,
.order_delivery_moskva_summa span,
.order_delivery_tk_summa span {
    color: #000;
}

.order_delivery_pickup--phone2 {
    margin-bottom: 30px;
}

.order_delivery_weight {
    padding: 15px 30px 10px;
    background-color: #e2e1e6;
}

.order_delivery_weight p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.order_delivery_weight p span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #000;
}

.order_delivery_mo #map_shop2,
.order_delivery_moskva #map_shop2 {
    width: 100%;
    height: 265px;
    background-color: #e2e1e6;
}

.order_delivery_mo_form,
.order_delivery_moskva_form {
    border-right: 1px solid #e2e1e6;
}

.order_delivery_mo_summa,
.order_delivery_moskva_summa {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
}

.order_delivery_car p {
    margin: 10px 0;
}

.order_delivery_car label {
    display: block;
    float: left;
    width: 33.333333%;
    cursor: pointer;
}

.order_delivery_car label input {
    display: none;
}

.order_delivery_car label i {
    width: 100%;
    height: 60px;
    display: block;
    padding: 0 10px;
}

.order_delivery_car label i span {
    width: 100%;
    height: 60px;
    display: block;
    background-image: url(../img/icons/car_icons.png);
}

.order_delivery_tk_item input,
.order_pay_item input {
    display: none;
}

.order_delivery_car label:nth-last-child(1),
.order_delivery_car label:nth-last-child(2) {
    width: 50%
}

.order_delivery_car label:nth-of-type(1) i span {
    background-position: -22px -6px;
}

.order_delivery_car label:nth-of-type(2) i span {
    background-position: -22px -76px;
}

.order_delivery_car label:nth-of-type(3) i span {
    background-position: -22px -156px;
}

.order_delivery_car label:nth-of-type(4) i span {
    background-position: -22px -256px;
}

.order_delivery_car label:nth-of-type(5) i span {
    background-position: -22px -346px;
}

.order_delivery_car label:hover i span,
.order_delivery_car label > input:checked + i span {
    background-position-x: -223px;
}

.order_delivery_tk_item h4 {
    text-align: center;
}

.order_delivery_tk_item img {
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 3px solid #fff;
}

.order_delivery_tk_item input:checked + img {
    border: 3px solid #66c05d;
}

.order_delivery_tk_summa {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    /*font-family: Roboto, Helvetica, Arial, sans-serif;*/
    letter-spacing: -0.87px;
    /*overflow-x: hidden;*/
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0 0 .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: #66c05d;
    text-decoration: underline;
    font-weight: 400
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

p {
    margin: 15px 0
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

input {
    padding: 7px 0.8rem 6px 0.8rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input:-moz-placeholder {
    color: #999;
    opacity: 1;
}

.input:-ms-input-placeholder {
    color: #999;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

td,
th {
    padding: 5px;
}


/*! flex */

.flex,
.f {
    display: flex
}

.flex__wrap,
.flex__w {
    display: flex;
    flex-wrap: wrap
}

.flex__wrap__ai-center,
.flex__w__ai-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.flex__wrap__jc-sb,
.flex__w__jc-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex__wrap__jc-sa,
.flex__w__jc-sa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.flex__wrap__jc-center,
.flex__w__jc-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.flex__wrap__jc-sb__ai-center,
.flex__w__jc-sb__ai-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.flex__wrap__jc-sa,
.flex__w__jc-sa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.flex__ai-center,
.flex__ai-c {
    display: flex;
    align-items: center
}

.flex__jc-sb {
    display: flex;
    justify-content: space-between
}

.flex__jc-sb__ai-center,
.flex__jc-sb__ai-c {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex__jc-sa {
    display: flex;
    justify-content: space-around
}

.flex__jc-end {
    display: flex;
    justify-content: flex-end
}

.flex__jc-center,
.flex__jc-c {
    display: flex;
    justify-content: center
}

.flex__jc-sa__ai-center,
.flex__jc-sa__ai-c {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.flex__colum,
.flex__col {
    display: flex;
    flex-direction: column
}

.flex__colum__ai-center,
.flex__col__ai-c {
    display: flex;
    flex-direction: column;
    align-items: center
}

.flex__colum__ai-left,
.flex__col__ai-c {
    display: flex;
    flex-direction: column;
    align-items: left
}

.flex__colum__jc-center,
.flex__col__jc-c {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex__center-all {
    display: flex;
    justify-content: center;
    align-items: center
}

.invisible,
.showmobile {
    height: 0;
    visibility: hidden;
}

@media all and (max-width: 900px) {
    .invisible,
    .showmobile {
        height: 0;
        visibility: visible;
    }
}


/*! DIV TABLE */

.table {
    display: table;
    margin: 15px auto;
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

.table_row {
    display: table-row
}

.theader {
    display: table-row
}

.table_header {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #95d07f;
    color: #000;
    padding: 5px 10px
}

.table_header:first-of-type {
    width: 70px;
}

.table_small {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.table_small:not(:first-child) {
    text-align: center
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #f4f4f5;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px
}

.table_row > .table_small > .table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #5b5b5b
}

.table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px
}

.table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px
}

.table_row:nth-child(2n+3) {
    background: #e9e9e9
}

@media screen and (max-width: 900px) {
    .table {
        width: 95%
    }
}

@media screen and (max-width: 650px) {
    .table {
        display: block
    }

    .table_row:nth-child(2n+3) {
        background: none
    }

    .theader {
        display: none
    }

    .table_row > .table_small > .table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%
    }

    .table_cell {
        display: table-cell;
        width: 50%
    }

    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 5% auto 0;
        text-align: center
    }

    .table_small {
        display: table-row
    }

    .table_row > .table_small:first-child > .table_cell:last-child {
        border-left: none
    }

    .table_row > .table_small > .table_cell:first-child {
        border-left: #ccc 1px solid
    }

    .table_row > .table_small:first-child > .table_cell:first-child {
        border-top-left-radius: 5px;
        border-top: #ccc 1px solid
    }

    .table_row > .table_small:first-child > .table_cell:last-child {
        border-top-right-radius: 5px;
        border-top: #ccc 1px solid
    }

    .table_row > .table_small:last-child > .table_cell:first-child {
        border-right: none
    }

    .table_row > .table_small > .table_cell:last-child {
        border-right: #ccc 1px solid
    }

    .table_row > .table_small:last-child > .table_cell:first-child {
        border-bottom-left-radius: 5px
    }

    .table_row > .table_small:last-child > .table_cell:last-child {
        border-bottom-right-radius: 5px
    }
}

.catalog-product-prices_th {
    background: #95d07f;
}

.tab-content {
    position: relative;
}

.tab-controls {
    position: absolute;
    top: -50px;
    right: -15px;
    display: flex;
}

#topCarusel {
    margin-top: 15px;
}

.tab-controls-prev,
.tab-controls-next {
    font-size: 0;
    background: #99e2b4;
    margin: 2px;
    border-radius: 15px;
    text-decoration: none;
    width: 30px;
    height: 30px;
}

.tab-controls-prev > i {
    background: url(../img/icons/left-schevron.svg) no-repeat;
    left: 10px;
}

.tab-controls-next > i {
    background: url(../img/icons/right-schevron.svg) no-repeat;
    left: 12px;
}

.tab-controls-prev > i,
.tab-controls-next > i {
    position: relative;
    display: block;
    color: #fff;
    width: 9px;
    height: 14px;
    top: 8px;
}

.tab-controls-prev:hover,
.tab-controls-next:hover {
    background: #00b744;
}

.form-control:focus {
    border-color: #009939;
    box-shadow: none;
}


/*! Di Custom */

.product-item-image-original,
.product-item-image-alternative,
.product-item-image-slider-slide-container {
    max-height: 170px;
}

.product-item-main:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    cursor: pointer;
}

.product-item-main:hover .product-item-title-main > a {
    color: #009939;
    text-decoration: underline;
}

.product-item-main {
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    height: 240px;
}

.product-item-image-main {
    height: 125px;
    width: 135px;
    display: block;
    margin: auto;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}

.product-item-image-wrapper-main {
    display: block;
    padding-top: 20px;
}

.product-item-main:hover .product-item-title-main a,
.product-item-main:hover {
    height: auto;
}

.product-item-main:hover .product-item-title-main {
    max-height: fit-content;
    padding-bottom: 20px;
}

.product-item-title-main {
    display: block;
    width: 80%;
    margin: auto;
    max-height: 60px;
    text-align: center;
}

.product-item-title-main a {
    color: #3f3f3f;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0px;
    height: 49px;
    display: block;
    overflow: hidden;
}

.product-item-detail-properties {
    max-width: inherit;
}

#speechinput {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    position: absolute;
    margin-left: 5px;
    outline: none;
    background: transparent;
}

#mytextarea {
    height: 300px;
    width: 100px;
}

.w100,
.w-100 {
    width: 100%
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.center {
    text-align: center
}

.tdecor-n {
    text-decoration: none
}

.tright {
    text-align: right;
    -ms-text-align-last: right;
    text-align-last: right;
}

.tleft {
    text-align: left;
    -ms-text-align-last: left;
    text-align-last: left;
}

.uppercase {
    text-transform: uppercase
}

.center-v {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.text2Column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}


/*.br_bs {*/


/*border-radius: 0 0 2px 2px;*/


/*box-shadow: 0 2px 9px 20px rgba(0,0,0,0.4);*/


/*-webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.4);*/


/*}*/

.br_bs-hover:hover {
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 9px 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
}

.bg_col1 {
    background: #009939;
}

.subscribe-form__text-1,
.uppertext {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.btn:hover {
    background: #f2be00;
    border: 1px solid white;
}

.button-reset {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    font-family: fa5-proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.fa,
.fab,
.fal,
.far,
.fas {
    padding: 0 5px 0 0;
}

.container,
.top-header {
    max-width: 1170px;
    margin: 0 auto;
}

.container {
    padding: 0;
}

.container-fluid {
    width: 100%;
}

.container-title {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #009843;
}

.catalog-container {
    padding-bottom: 150px;
}

.bottom-header__cat,
.ls,
.main-menu-list {
    width: 275px;
}

.rs {
    max-width: 945px;
    width: 100%;
    overflow: hidden;
    padding-left: 10px !important;
}

.ls,
.rs {
    padding: 5px 0;
}

.ls-item {
    margin-bottom: 20px;
}

.view-product__title {
    color: #009843;
}

.product__info-btns {
    margin: 25px 0;
}

.product__info-btn {
    width: 24%;
    background: #3aa330;
    padding: 10px 5px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
    text-align: inherit;
}

.product__info-btn i {
    font-size: 30px;
    margin: 10px;
}

.ls-social {
    background: #f4f4f5;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.main-big-slider {
    overflow: hidden;
    border: 3px solid #FFF;
}

.nav-tabs {
    border: none;
}

.main-top-item__header {
    /* border-bottom: 2px solid #ccc; */
    height: 45px;
    text-align: center !important;
    padding: 0;
    display: flex;
}

.main-top-item__tab {
    line-height: 46px;
    list-style: none;
    margin: 0 5px;
}

.main-top-item__tab {
    font-size: 20px;
    font-weight: bold;
    color: #c5cad5;
    text-transform: uppercase;
    padding: 0px 15px;
}

.main-top-item__tab.active {
    position: relative;
    color: #3f3f3f;
    /* border-bottom: 3px solid #009b3e; */
    /* bottom: -3px; */
}

a[role="button"],
.main-top-item__tab:focus,
.main-top-item__tab:hover {
    text-decoration: none;
    /* border-bottom:3px solid rgba(0, 155, 62, 0.7); */
    /* color: rgba(0, 155, 62, 0.7); */
}

a[aria-selected="true"] span {
    color: #3f3f3f;
}

a.main-top-item__tab:focus {
}

.top-header-wrapper {
    background-color: #E3E2E7;
}

.top-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.top-header__nav-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: -20px;
}

.top-header__nav-wrapper .top-header__nav-link {
    margin-right: 11px;
}

.top-header__nav,
.top-header__profil {
}

.top-header__nav-link,
.top-header__profil-link {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0px 10px;
    text-decoration: none;
    color: #514f4f;
    font-weight: 100;
    text-transform: capitalize;
}

.top-header__nav-link {
    white-space: nowrap;
}

.top-header__nav-link:hover,
.top-header__profil-link:hover {
    color: #514f4f;
}

.top-header__profil-link .fa {
    padding: 0 5px 0 0;
}

.mid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 3px;
    padding: 0;
}

.mid-header__item {
    padding: 5px 5px 0;
    height: 75px;
    display: flex;
}

.mid-header__item-icon {
    border: 2px solid #EEE;
    border-radius: 50%;
    padding: 0px 1px 0 0px;
    font-size: 1.6rem;
    /* max-width: 7px; */
    min-width: 30px;
    min-height: 30px;
    margin-right: 5px;
    text-align: center;
    color: #514f4f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid-header__contacts-text_mail.tdecor-n:visited,
.mid-header__contacts-text_mail.tdecor-n:hover,
.mid-header__item-icon:visited,
.mid-header__item-icon:hover {
    color: #009939;
}

.mid-header__logo-link {
    display: flex;
    align-items: center;
}

.mid-header__logo-img {
    width: 100%;
    max-width: 236px;
    height: 66px;
}

.mid-header__search {
    position: relative;
    width: 27%;
}

.mid-header__contacts {
    justify-content: flex-end;
}

.mid-header__contacts-text_tel {
    color: #514f4f;
    font-weight: 500;
    font-size: 2rem;
    line-height: 22px;
}

.mid-header__contacts-text {
    color: #999;
    font-size: 13px;
    line-height: 15px;
    margin-left: 9px;
}

.mid-header__contacts-text_call {
    font-size: 1.4rem;
}

.mid-header__search-form {
    width: 100%;
}

.mid-header__search-inp {
    width: 100%;
    min-width: 250px;
    max-width: 425px;
    height: 40px;
    border-radius: 20px;
    padding: 0px 20px;
}

.mid-header__search-btn {
    opacity: .8;
    right: 0;
    padding: 0 10px;
    height: 75%;
}

.mid-header__search-btn:hover {
    opacity: 1;
}

.mid-header__shop-point-link:hover {
    text-decoration: none;
    color: initial;
}

.mid-header__shop-point-link {
    display: flex;
    color: #514f4f;
    text-decoration: none;
}

.mid-header__contacts-text_tel:hover {
    text-decoration: none;
    color: initial;
}

.mid-header__shop-point-text_1 {
    font-size: 18px;
    font-weight: 400;
}

.mid-header__shop-point-text_2 {
    letter-spacing: 0;
    text-align: center;
    width: 105px;
    margin-top: -5px;
    font-size: 13px;
}

.mid-header__shop-point-text {
    display: flex;
    flex-direction: column;
}

.bottom-header-wrapper {
    background-color: #009939
}

.bottom-header__item {
}

.bottom-header__cat {
    background-color: #108e29;
}

nav.bottom-header__item:hover a {
    color: #fff;
}

nav.bottom-header__item a.bottom-header__nav-link:hover > div.bottom-header__icon-paint {
    background: url(../img/icons/palette-hover.svg) no-repeat;
}

nav.bottom-header__item a.bottom-header__nav-link:hover > div.bottom-header__icon-bonus {
    background: url(../img/icons/discount-hover.svg) no-repeat;
}

.bottom-header__cat-link:hover,
.bottom-header__cat-link:focus {
    text-decoration: none;
}

.bottom-header__cat-link,
.bottom-header__nav-link {
    height: 50px;
    padding-left: 15px;
    position: relative;
}

.bottom-header__cat-link {
    text-transform: uppercase;
    color: #FFF;
    font-size: 120%;
    font-weight: 500;
}

.bottom-header__cat-link .fa {
    padding: 0 0px 0 0;
    position: absolute;
    left: 25px;
    font-size: 24px;
    transform-origin: 0 0;
    transform: scaleX(1.5);
}

.bottom-header__icon-paint {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img/icons/palette.svg) no-repeat;
    background-size: 100%;
}

.bottom-header__icon-bonus {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img/icons/discount.svg) no-repeat;
    background-size: 100%;
}

.bottom-header__icon-wrapper {
    position: relative;
    border-radius: 15px;
    background: #fff;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.header__personal-link:hover .bottom-header__icon-user {
    background: url(../img/icons/user-hover.svg) no-repeat;
}

.header__basket-link:hover,
.header__personal-link:hover {
    color: #fff;
}

.header__basket-link:hover .bottom-header__icon-wrapper,
.header__personal-link:hover .bottom-header__icon-wrapper {
    background: #66c288;
}

.bottom-header__icon-user {
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 5px 6px;
    margin-right: 10px;
    background: url(../img/icons/user.svg) no-repeat;
    background-size: 100%;
}

.header__basket-link:hover .bottom-header__icon-cart {
    background: url(../img/icons/shopping-cart-hover.svg) no-repeat;
}

.bottom-header__icon-cart {
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 5px 6px;
    margin-right: 10px;
    background: url(../img/icons/shopping-cart.svg) no-repeat;
    background-size: 100%;
}

.bottom-header__nav-link,
.bottom-header__nav-link span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.bottom-header__nav-link:first-of-type {
    /*margin-left: 10px;*/
}

.mobi__cat-link {
    display: none;
}

p.mid-header__shop-point-text:hover > span.mid-header__shop-point-text_1 {
    color: #009939;
}

.bottom-header__nav-link:hover,
.bottom-header__nav-link.active {
}

.bottom-header__cat-link:hover,
.bottom-header__cat:hover {
    background-color: #f98700;
    color: #FFF;
}

.rs,
.bottom-header__rs {
    /*border-left: 5px solid #FFF;*/
}

.bottom-header__cat-link_text {
    margin-left: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.main-fast-cats {
    margin: 15px -5px 35px -4px;
}

.main-fast-cat__link:hover {
    background: #009939;
    text-decoration: none;
}

.main-fast-cat__link {
    width: 22%;
    height: 130px;
    display: block;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 10px 1px rgb(0 153 57 / 30%);
    overflow: hidden;
}

.main-fast-cat__link > .icons-top-main {
    display: block;
    margin: 20px auto 10px;
    z-index: 10;
    position: relative
}

.hover-half-light-green {
    display: none;
    position: absolute;
    background-color: #1aa34d;
    width: 300px;
    height: 200px;
    left: -75px;
    top: -140px;
    z-index: 1;
    transform: rotate(-32deg);
}

.main-fast-cat__link:hover > div {
    display: block;
}

.main-fast-cat__link:hover > span {
    color: #fff;
    position: relative
}

.main-fast-cat__link > span {
    z-index: 10;
    color: #009939;
    text-transform: inherit;
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
}

.main-fast-cat__link:hover .icon-promo {
    background: url(../img/icons/main/promov1w.svg) no-repeat;
}

.main-fast-cat__link .icon-promo {
    width: 48px;
    height: 60px;
    background: url(../img/icons/main/promov1.svg) no-repeat;
}

.main-fast-cat__link:hover .icon-help {
    background: url(../img/icons/main/supportv1w.svg) no-repeat;
}

.main-fast-cat__link .icon-help {
    width: 60px;
    height: 60px;
    background: url(../img/icons/main/supportv1.svg) no-repeat;
}

.main-fast-cat__link:hover .icon-delivery {
    background: url(../img/icons/main/deliveryv1w.svg) no-repeat;
}

.main-fast-cat__link .icon-delivery {
    width: 63px;
    height: 60px;
    background: url(../img/icons/main/deliveryv1.svg) no-repeat;
}

.main-fast-cat__link:hover .icon-spec {
    background: url(../img/icons/main/specialistv1w.svg) no-repeat;
}

.main-fast-cat__link .icon-spec {
    width: 51px;
    height: 60px;
    background: url(../img/icons/main/specialistv1.svg) no-repeat;
}

.main-fast-cat__link .icon-wiki {
    width: 80px;
    height: 60px;
    background: url(../img/icons/main/nounblog.svg) no-repeat;
}

.main-fast-cat__link:hover .icon-wiki {
    background: url(../img/icons/main/nounblogw.svg) no-repeat;
}

.catalog-list {
    display: flex;
}

.catalog-list__item {
    width: 23.5%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5%;
}

.catalog-list__item-name {
    height: 40px;
}

.catalog-list__item-image {
    height: 125px;
    margin: 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-list__item-img {
    max-width: 100%;
    max-height: 100%;
}

.catalog-list__item-top-icons {
    right: 4px;
    top: 4px;
}

.catalog-list__item-top-icon {
    display: flex;
    /* float: right; */
    /* flex-wrap: wrap; */
    /* justify-content: flex-end; */
    background-color: #e2e1e6;
    align-items: center;
    margin-bottom: 5px;
    margin-left: auto;
    text-decoration: none;
    border-radius: 5px;
    /* overflow: hidden; */
    /* position: relative; */
}

#changeItemsProps {
    max-width: 155px;
}

.catalog-list__item-top-label {
    top: 8px;
    margin-bottom: 5px;
    position: relative;
    opacity: 0.5;
}

.item-top-label_AKTSIYA .rectangle {
    background: rgba(61, 255, 51, 1);
}

.item-top-label_AKTSIYA .triangle-l {
    border-color: transparent rgba(61, 162, 51, 0.5) transparent transparent;
}

.item-top-label_KHIT_PRODAZH .rectangle {
    background: rgba(255, 0, 0, 1);
}

.item-top-label_KHIT_PRODAZH .triangle-l {
    border-color: transparent rgba(255, 0, 0, 0.5) transparent transparent;
}

.item-top-label_NOVINKI .rectangle {
    background: rgba(0, 0, 255, 1);
}

.item-top-label_NOVINKI .triangle-l {
    border-color: transparent rgba(0, 0, 255, 0.5) transparent transparent;
}

.rectangle {
    margin: 0 0 2px 0;
    padding: 3px 15px 3px 10px;
    color: #fff;
    font-size: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    left: -5px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    /* -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); */
    z-index: 100;
    border-radius: 1px 0 50px 1px;
}

.triangle-l {
    border-color: transparent rgba(0, 0, 255, 0.5) transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -10px;
    top: -5px;
    z-index: -1;
}

.catalog-list__item-top-icon .fa,
.catalog-list__item-top-icon .far {
    font-size: 16px;
    padding: 5px;
}

.catalog-list__item-top-icon .far {
    padding: 6px;
}

.catalog-list__item-top-icon span {
    display: none;
}

.catalog-list__item-top-icon:hover > span {
    display: block;
    padding-right: 10px;
}

.product-item__image-wrap {
    margin-top: 5px;
    margin-bottom: 10px;
}

.product-item__propertys {
    height: 75px;
    font-size: 92%;
}

.product-item__property {
    height: 26px;
    color: #333;
}

.product-item__propertys .product-item__property:nth-child(2n) {
    background: rgba(102, 192, 93, 0.15);
}

.product-item__price {
    font-size: 1.0625rem;
    text-align: end;
    padding: 10px 0 10px;
}

.product-item__price-num {
    font-weight: 500;
    padding: 0 4px;
}

.product-item__price .fa {
    font-size: 85%;
    padding: 2px 0px 0px 0px;
}

.product-item__btns {
    bottom: 0px;
}

.product-item__btn {
    height: 35px;
}

.product-item__btn-1click {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    background-color: #ccc;
    color: #333;
}

.product-item__btn-1click:hover {
    background-color: #666;
    color: #FFF;
}

.product-item__btn-basket {
    flex-basis: 51%;
    -webkit-flex-basis: 51%;
    background-color: #66c05d;
}

.product-item__btn-basket:hover {
    background-color: #008500;
}

.advantages-title {
    font-size: 30px;
    color: #3f3f3f;
}

.advantages ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.advantages span {
    color: #3f3f3f;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    margin: auto;
    top: 26%;
    left: 110px;
}

.advantages li img {
    max-height: 50px;
    margin: 20px 20px 0 30px;
}

.advantages li {
    border: 2px solid #eef0f4;
    border-radius: 2px;
    height: 98px;
    width: 270px;
    position: relative;
}

.advantages li:nth-child(1) {
    float: left;
}

.advantages li:nth-child(2) {
    float: right;
}

.advantages li:nth-child(3) {
    margin: auto;
}

.brend-list-header {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.subscribe-kraski img:nth-child(2) {
    display: none;
}

.subscribe-kraski {
    height: 135px;
    position: relative;
    border: 4px solid transparent;
    border-image: linear-gradient(90deg, rgba(105, 117, 221, 1) 0%, rgba(27, 183, 85, 1) 100%);
    border-image-slice: 1;
    border-radius: 4px;
    margin-left: 60px;
    margin-top: 60px;
}

.subscribe-kraski img:nth-child(1) {
    height: 235px;
    position: absolute;
    left: -89px;
    top: -65px;
}

.subscribe-kraski > div {
    width: 40%;
    margin-left: 220px;
    text-align: justify;
    font-size: 22px;
    line-height: 28px;
    padding: 8px;
    font-weight: 500;
}

.subscribe-kraski > div > span {
    color: #f98700;
}

.subscribe-kraski button:active,
.subscribe-kraski button:visited,
.subscribe-kraski button:hover {
    background: linear-gradient(180deg, rgba(249, 135, 0, 1) 0%, rgba(249, 176, 0, 1) 100%);
}

.subscribe-kraski button {
    position: absolute;
    right: 41px;
    top: 38px;
    background: linear-gradient(0deg, rgba(249, 135, 0, 1) 0%, rgba(249, 176, 0, 1) 100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

button.subscribe-btn {
    color: #fff;
    font-size: 16px;
    padding: 16px 20px 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
    border: 0px;
}

.brand-list__title {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.brand-list__btn:visited,
.brand-list__btn {
    display: block;
    padding: 5px 10px 3px 10px;
    margin: 9px 20px 0;
    border: 1px solid #009939;
    color: #00b744;
    border-radius: 4px;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.brand-list__btn:hover,
.brand-list__btn:active {
    text-decoration: none;
    color: #f98700;
    border-color: #f98700;
}

.main-brend__item:nth-child(1) {
    margin-left: -1.5%;
}

.main-brend__item:nth-child(4) {
    margin-right: -1.5%;
}

.main-brend__item:hover h4 {
    color: #009939;
    text-decoration: underline;
}

.main-brend__item:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    cursor: pointer;
}

.main-brend__item {
    width: 22%;
    height: 150px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    border-radius: 4px;
    margin: 1.5% 0px 2.5%;
}

.main-brend__item a {
    text-align: center;
    position: relative;
}

.main-brend__item-img {
    margin-top: 15px;
    max-width: 275px;
    max-height: 85px;
    width: 100%;
}

.main-brend__item-name {
    font-size: 16px;
    position: absolute;
    top: 80px;
    left: auto;
    color: #3f3f3f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main__show-more-btn {
    background-color: #008500;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 100;
    padding: 10px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 25px;
}

.main-decor__list {
    justify-content: space-between;
}

.main-decor__item {
    width: 32.33%
}

.main-decor__item a {
}

.main-decor__item img {
    width: 100%;
    max-height: 520px;
    max-width: 386px;
}

.social-block {
    margin-top: 25px;
    display: flex;
}

.social-block span {
    display: inline-flex;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}

ul.social-links {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: auto -10px auto -55px;
    text-align: justify;
}

ul.social-links li:hover a {
    margin: -2px auto;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 4px 4px 10px -2px rgb(0 0 0 / 30%);
}

ul.social-links li {
    display: flex;
    margin: -10px auto 20px;
    height: 60px;
}

ul.social-links a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin: auto;
    background-size: contain;
}

ul.social-links a:hover {
}

.kr-fb {
    background: url("../img/icons/social/fb.png") no-repeat;
}


/* .kr-fb:hover {
    background: url("../img/icons/social/fb-h.png") no-repeat;
} */

.kr-in {
    background: url("../img/icons/social/in.png") no-repeat;
}


/* .kr-in:hover {
    background: url("../img/icons/social/in-h.png") no-repeat;
} */

.kr-vk {
    background: url("../img/icons/social/vk.png") no-repeat;
}


/* .kr-vk:hover {
    background: url("../img/icons/social/vk-h.png") no-repeat;
} */

.kr-tw {
    background: url("../img/icons/social/tw.png") no-repeat;
}


/*
.kr-tw:hover {
    background: url("../img/icons/social/tw-h.png") no-repeat;
} */

.kr-wa {
    background: url("../img/icons/social/wa.png") no-repeat;
}


/* .kr-wa:hover {
    background: url("../img/icons/social/wa-h.png") no-repeat;
} */

.kr-tg {
    background: url("../img/icons/social/tg.png") no-repeat;
}


/* .kr-tg:hover {
    background: url("../img/icons/social/tg-h.png") no-repeat;
} */

.kr-vb {
    background: url("../img/icons/social/vb.png") no-repeat;
}


/* .kr-vb:hover {
    background: url("../img/icons/social/vb-h.png") no-repeat;
} */

ul.social-links {
}

.goToTop i,
.oikos-type a {
    font-size: 20px;
}

.goToTop {
    position: fixed;
    right: 20px;
    bottom: 2%;
    color: #3da233;
    padding: 12px 15px;
    border: 3px solid;
    cursor: pointer;
    z-index: 1500;
    opacity: 0.5;
}

.goToTop:hover {
    background-color: #3da233;
    color: #fff;
    border-color: #3da233;
    opacity: 1;
}

.goToTop .fa {
    padding: 0
}

.b24-widget-button-position-bottom-right {
    bottom: 20px !important;
    right: 30px !important;
}

@media (min-width: 751px) {
    footer,
    .footer-wrapper {
        padding: 50px 10px 15px;
        color: #fff;
        background-color: #222
    }

    footer {
        margin-top: 0px;
    }

    .footer-wrapper {
        margin-top: 10px;
        font-size: 12px;
    }

    .footer-menu-item {
        width: 25%;
        margin-bottom: 35px;
    }

    .footer-menu__list {
        padding: 0;
        margin: 0;
    }

    .footer_menu_info {
        padding: 0 0 0 10px;
        margin: 0;
        list-style: none;
        width: 75%;
    }

    .footer_title {
        color: #fff;
        margin-bottom: 15px;
    }

    .footer_menu li {
        list-style: none;
        padding: 7px;
    }

    .footer_menu li i {
        font-size: 17px;
        line-height: 2.3rem;
        margin-right: 12px
    }

    .footer_menu li a,
    .footer_menu_info li a {
        font-weight: 400;
        line-height: 1.6rem;
        text-decoration: none
    }

    .footer_menu li a {
        font-size: 16px;
        color: #c6c6c6;
        display: flex;
        align-items: center;
    }

    .footer_menu li a:hover {
        color: #66c05d
    }

    .footer_menu_info li {
        padding: 4px 0;
        border-bottom: 1px solid #2c2c2c
    }

    .footer_menu_info li a {
        font-size: 12px;
        color: #c6c6c6
    }

    .footer_menu_info li a:hover {
        color: #66c05d
    }

    .footer_pay {
        margin: 0
    }

    .footer_pay li {
        display: inline-block;
        padding: 0 5px
    }

    .footer_pay li a {
        color: #fff
    }

    .footer_pay li a i {
        font-size: 30px;
        font-size: 2.2rem
    }

    .footer_pay li a:hover {
        color: #66c05d
    }

    .footer_social li {
        display: inline-block;
        padding: 0 10px;
        margin-top: 20px
    }

    .footer_social li a {
        color: #fff
    }

    .footer_social li a:hover,
    .popup h3 .fa {
        color: #66c05d
    }

    .footer_social li a i {
        font-size: 20px;
        font-size: 1.1rem;
        line-height: 2.5rem
    }
}

.popup {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    max-width: 1000px
}

.popup h3 {
    margin-bottom: 30px
}

.popup h3 .fa {
    position: relative;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 4rem;
    top: 3px
}

.popup p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9rem
}

.popup p.oneclick {
    width: 300px
}

.popup form {
    margin-top: 30px
}

.popup .btn {
    padding: 6px 10px;
    border-radius: 3px
}

.mobile .popup .btn {
    float: none;
    width: 100%;
    margin-bottom: 5px
}

.popup-selectcolor {
    margin-top: -30px;
    display: inline-block;
    width: 100%
}

.popup-selectcolor .kolerovka-photo img {
    max-width: 100%
}

.popup-selectcolor .kolerovka-photo-item a {
    margin-bottom: 0
}

.popup-selectcolor--colors {
    margin-bottom: 20px
}

.popup-selectcolor--colors a {
    display: inline-block;
    width: 80px;
    height: 40px;
    color: #fff;
    margin: 0 3px 10px 10px;
    text-indent: -9999px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 5px solid transparent;
    border-radius: 3px
}

.popup-selectcolor--colors a.is-active,
.popup-selectcolor--colors a:hover {
    border: 5px solid #66c05d
}

.popup-selectcolor--interior {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #66c05d;
    border-radius: 5px
}

.popup-selectcolor--interior img {
    border-radius: 5px
}

.popup_buttons {
    width: 100%;
    margin-top: 30px;
    text-align: right
}

.pagination_pages a,
.pagination_pages b {
    padding: 10px 15px;
    border: 1px solid #3da233;
}

.pagination_pages,
.pagination_text {
    margin-top: 15px;
}

.pagination_pages b {
    background-color: #fff;
    color: #3da233;
    font-weight: 400;
}

.pagination_pages a {
    display: inline-block;
    background-color: #3da233;
    color: #fff;
    text-decoration: none;
}

.news_list_item--title a,
.partners_item--title a {
    color: #66c05d;
}

.pagination_pages a:hover {
    background-color: #66c05d;
    border: 1px solid #66c05d;
}

.why_choose_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.why_choose_menu ul li {
    padding: 0;
    text-align: center;
    width: 20%;
}

.why_choose_menu ul li a {
    width: 100%;
    height: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

.why_choose_menu ul li:hover a {
    background-color: #009939;
}

.mobile .why_choose_menu ul li a {
    padding: 10px 0;
}

.why_choose_menu ul li a span {
    display: block;
}

.why_choose_menu ul li a i {
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 16) + 30px);
    margin-bottom: 0.6rem;
    padding: 0;
    color: #009939;
}

.why_choose_menu ul li:hover a i {
    color: #FFF;
}

.why_choose_menu ul li.active a {
    background-color: #f4f4f5;
}

.why_choose_menu ul li.active a i {
    color: #009939;
}

.why_choose_menu ul li.active a:after,
.why_choose_menu ul li:hover a:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 16px 0;
    border-color: #f4f4f5 transparent transparent;
    bottom: -11px;
    left: 40%
}

.why_choose_text {
    margin-top: 25px;
}

#amountShop {
    width: 100%;
    min-height: 400px;
}

.popup {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    max-width: 1000px;
}

.popup h3 {
    margin-bottom: 30px;
}

.popup h3 .fa {
    position: relative;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 4rem;
    top: 3px;
}

.popup p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9rem;
}

.popup p.oneclick {
    width: 300px;
}

.popup form {
    margin-top: 30px;
}

.popup .btn {
    padding: 6px 10px;
    border-radius: 3px;
}

.mobile .popup .btn {
    float: none;
    width: 100%;
    margin-bottom: 5px;
}

.popup-selectcolor {
    margin-top: -30px;
    display: inline-block;
    width: 100%
}

.popup-selectcolor .kolerovka-photo img {
    max-width: 100%
}

.popup-selectcolor .kolerovka-photo-item a {
    margin-bottom: 0;
}

.popup-selectcolor--colors {
    margin-bottom: 20px;
}

.popup-selectcolor--colors a {
    display: inline-block;
    width: 80px;
    height: 40px;
    color: #fff;
    margin: 0 3px 10px 10px;
    text-indent: -9999px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 5px solid transparent;
    border-radius: 3px;
}

.popup-selectcolor--colors a.is-active,
.popup-selectcolor--colors a:hover {
    border: 5px solid #66c05d;
}

.popup-selectcolor--interior {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #66c05d;
    border-radius: 5px;
}

.popup-selectcolor--interior img {
    border-radius: 5px;
}

.popup_buttons {
    width: 100%;
    margin-top: 30px;
    text-align: right;
}

.mfp-bg {
    background: #555252;
    opacity: .8;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: auto;
    min-width: 300px;
    min-height: 300px;
}

.carousel-inner {
    overflow: inherit;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.mfp-wrap,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
}

@media all and (max-width: 1024px) {
    .container {
        max-width: 970px;
    }

    .mid-header__shop-point {
    }

    .catalog-list__item {
        width: 31.5%;
    }

    .catalog-list__item:nth-last-child(1) {
        display: none;
    }

    .KHIT_PRODAZH .catalog-list__item:nth-last-child(2) {
        display: none;
    }

    .footer-menu-item {
        width: 33.33%;
    }

    .footer-menu-item:nth-last-child(1) {
        margin-top: 25px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media all and (max-width: 768px) {
    .main-menu__link {
        line-height: normal;
    }

    .main-fast-cat__link {
        width: 49%;
    }

    .catalog-list__item:nth-last-child(1) {
        display: none;
    }

    .KHIT_PRODAZH .catalog-list__item:nth-last-child(2) {
        display: none;
    }

    .main-map__rs {
        width: 53%;
    }

    .main-map__ls {
        width: 44%;
    }
}

@media all and (max-width: 767px) {
    .top-header {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .top-header__profil {
        width: 100%;
        justify-content: space-between;
    }

    .top-header__COMPARE {
        display: none;
    }

    .mid-header {
        justify-content: space-around;
    }

    .mid-header__search {
        width: auto;
        height: auto;
        padding: 4px 0 8px;
        order: 2;
    }

    .bottom-header {
        flex-direction: column;
    }

    .bottom-header__cat,
    .ls,
    .main-menu-list {
        width: 100%;
    }

    .bottom-header__item {
        width: 100%;
        justify-content: space-around;
        align-items: flex-start;
    }

    .bottom-header__nav-link {
        width: 92%;
    }

    .bottom-header__cat-link {
        display: none;
    }

    .ls {
        display: none;
    }

    .ls-mobi {
        display: block;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 50%;
        min-width: 199px;
        max-width: 320px;
        border-right: 4px solid #9ed099;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        background: #e2e1e6;
    }

    .mobi__cat-link {
        display: flex;
    }

    .rs,
    .bottom-header__rs {
        border: 0;
    }

    .catalog-list__item {
        width: 48.5%;
    }

    .main-map__rs {
        width: 98.5%;
    }

    .main-map__ls {
        width: 98.5%;
    }

    .main-brend__items {
        flex-wrap: wrap;
    }

    .main-brend__item {
        width: 31.5%;
    }

    .footer-menu-item {
        width: 49.5%;
    }

    .footer-menu-item:nth-last-child(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 15px;
    }
}

@media all and (max-width: 550px) {
    .main-brend__item {
        width: 48.5%;
    }

    .why_choose_menu ul {
        flex-direction: column;
    }

    .why_choose_menu ul li {
        width: 100%;
        display: flex;
    }

    .main-fast-cat__link {
        width: 100%;
    }

    .why_choose_menu ul li a {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 25px 8px 0 !important;
        border: 2px solid #66c05d !important;
    }

    .why_choose_menu ul li a i {
        margin: 0 20px 0 25px;
    }

    .why_choose_menu ul li a span br {
        display: none;
    }

    .why_choose_menu ul li.active a:after,
    .why_choose_menu ul li:hover a:after {
        position: absolute;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 11px 20px;
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
        bottom: 3px;
        left: 0px;
    }

    .why_choose_menu ul li:nth-child(1) a {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .why_choose_menu ul li:nth-last-child(1) a {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media all and (max-width: 450px) {
    .bonus__container img {
        width: 100%;
    }

    .bonus__container {
        margin: 0 20px;
        text-align: justify;
    }

    .bonus__page_baner > a.bonus__get {
    }

    .bonus__page_baner > a.bonus__activate {
    }

    .bottom-subscribe-form__icon {
        margin: auto;
    }

    .master-class {
        margin: 20px;
    }

    .master-class iframe {
        max-width: 100%;
    }

    .bonus__page_baner > a.bonus__get,
    .bottom-subscribe-form,
    .bonus__page_baner > a.bonus__activate {
        position: relative;
        margin: 20px;
        display: block;
        left: auto;
        text-align: center;
    }

    .bottom-subscribe-form__inp,
    .subscribe-form__rs {
        display: block;
    }

    .top-header {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-header__nav-wrapper {
        width: 100%;
        border-bottom: 1px solid #FFF;
    }

    .mid-header__shop-point {
    }

    .bottom-header__nav {
        flex-direction: column;
    }

    .catalog-list__item {
        width: 98.5%;
    }

    .footer-menu-item {
        width: 98%;
    }

    .b24-widget-button-position-bottom-right {
        left: 40%;
        right: 40%;
        bottom: 15px !important;
    }

    .top-header__profil-link {
        font-size: 95%;
    }
}

.bx-socialsidebar {
    margin: 10px 0;
}

.bx-socialsidebar .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

.bx-socialsidebar-group {
}

.bx-socialsidebar-group ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.bx-socialsidebar-group ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.bx-socialsidebar-group ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(/bitrix/components/bitrix/eshop.socnet.links/templates/.default/images/sprite.png);
    background-repeat: no-repeat;
    /*opacity: .8;*/
    border-bottom: none;
}

.bx-socialsidebar-group ul li a.fb {
    background-position: 0 0
}

.bx-socialsidebar-group ul li a.gp {
    background-position: -44px 0
}

.bx-socialsidebar-group ul li a.tw {
    background-position: -88px 0
}

.bx-socialsidebar-group ul li a.vk {
    background-position: -132px 0
}

.bx-socialsidebar-group ul li a.in {
    background-position: -176px 0
}

.bx-socialsidebar-group ul li a:hover {
    opacity: .9;
}


/* End */

.bx_item_detail_rating {
    margin-bottom: 0px;
}

.basket-tabs {
    border-bottom: 2px solid #ccc;
    height: 45px;
    text-align: center !important;
    padding: 0;
}

.basket-steps {
    margin: 15px 0;
}

.basket-alert-plus,
.product_skidka {
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    background-color: #e3bc24;
}


/* .sku-btns {}

.sku-btn__buy-text {
    font-size: 12px;
    line-height: 15px;
    padding: 0 7px 0 5px;
} */

.sku-btn__icon_buy {
    font-size: 2rem;
    line-height: inherit;
}

.sku__product-price {
    font-weight: 900;
}

.sku__product-price .fa {
    font-size: 12px;
}

.sku-Product-Amount__img {
    width: 45px;
    margin-right: 15px;
}

.header__basket-link,
.header__personal-link {
    color: #FFF;
}

#pickUpMap {
    height: 350px;
}

.direction {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.direction li {
    display: inline-block;
    padding: 10px 20px;
    background: #e2e1e6;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
}

.direction li.active,
.direction li:hover {
    background: #3da233;
    color: #fff;
}

.kolerovka form input {
    height: 35px;
    width: 100%;
    padding: 0 15px;
}

.kolerovka form input[type=submit] {
    border: 0;
    color: #fff;
    background-color: #66c05d;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.kolerovka form input[type=submit]:hover {
    background-color: #006d24;
}

.kolerovka-collection {
    margin: 30px 0;
    padding: 30px 15px 20px;
    background-color: #ececec;
}

.kolerovka-collection h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.kolerovka-collection ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.kolerovka-collection ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.kolerovka-collection ul li a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #000;
}

.kolerovka-collection ul li a.is-active,
.kolerovka-collection ul li a:hover {
    color: #66c05d;
    border-bottom: 0;
}

.kolerovka-color {
    margin: 30px 0;
    padding: 30px 15px 40px;
    background-color: #ececec;
}

.kolerovka-color h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.kolerovka-color-slider {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    width: 95%
}

.kolerovka-color-slider li {
    margin: 0 3px;
}

.kolerovka-color-slider li a {
    display: block;
    height: 40px;
    text-indent: -9999px;
    border: 5px solid #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.kolerovka-color-slider li a.is-active,
.kolerovka-color-slider li a:hover {
    border-color: #66c05d;
}

.kolerovka-color-slider .owl-dots {
    bottom: 3px;
}

.kolerovka-color-slider .owl-prev {
    left: -30px;
}

.kolerovka-color-slider .owl-next {
    right: -40px;
}

.kolerovka-color-slider .owl-nav {
    top: 25%
}

.kolerovka-color-slider .owl-nav > div:after,
.kolerovka-color-slider .owl-nav > div:before {
    background-color: #666;
}

.kolerovka-color-slider .owl-nav > div:hover:after,
.kolerovka-color-slider .owl-nav > div:hover:before {
    background-color: #66c05d;
}

.kolerovka-photos {
    margin: 30px 0 0;
}

.kolerovka-photo {
    padding-left: 0;
    padding-right: 0;
}

.kolerovka-photo img {
    min-width: 100%;
    max-height: 450px;
    border: 5px solid #66c05d;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.kolerovka-photo-item a,
.kolerovka-photo-item a img {
    max-height: 130px;
    min-width: 100%
}

.kolerovka-photo-item {
    padding-right: 0;
}

.kolerovka-photo-item a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border: 5px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.kolerovka-photo-item a.is-active,
.kolerovka-photo-item a:hover {
    border: 5px solid #66c05d;
}

.kolerovka-text img {
    margin-top: 15px;
    margin-bottom: 30px;
}

.kolerovka-text a {
    color: #66c05d;
    text-decoration: underline;
}

.kolerovka-text a:hover {
    text-decoration: none;
}

.fastfilter-item {
    margin: 0 0 30px;
    background-color: #ececec;
}

.fastfilter-item h3 {
    margin: 0;
}

.fastfilter-item > .col:nth-of-type(1) {
    padding: 20px 15px;
}

.fastfilter-item > .col:nth-of-type(2) {
    padding: 20px;
    border-left: 1px solid #000;
}

.fastfilter-item label {
    font-weight: 400;
    margin-right: 0;
    cursor: pointer;
    width: 32.3333%
}

.fastfilter-item label input {
    outline: 0;
    margin-right: 5px;
}

.fastfilter-item input[type=text] {
    width: 100px;
    padding: 3px 15px;
}

.fastfilter-item input[type=text]:nth-of-type(1) {
    margin-right: 30px;
}

.fastfilter-result {
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
}

.fastfilter-btn {
    display: block;
    margin: 30px auto;
    width: 300px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background-color: #66c05d;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header__basket-rubl {
    font-size: 90%;
    margin-left: 5px;
    padding: 0;
}

.header__basket-item-icon {
}

.header__basket-icon,
.header__lk-icon {
    font-size: 16px;
    color: #FFF
}

.sku-Product-Amount__text {
    text-decoration: underline;
    color: #00cd5e;
}

.basket-tabs > li > a:hover {
    border-color: transparent;
}

.basket-tabs > li > a:hover,
.basket-tabs > li > a:focus {
    background-color: initial;
}

.delivery_calculator--btn {
    display: block;
    margin: 30px auto;
    width: 320px;
    text-align: center;
    padding: 15px 0;
    background-color: #66c05d;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.delivery_calculator--btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006d24;
}

.delivery_calculator_form {
    padding: 30px 0;
    border-top: 1px solid #e2e1e6;
    border-bottom: 1px solid #e2e1e6;
}

.delivery_calculator_form .delivery_city {
    width: 100%;
    padding: 10px 15px;
}

.delivery_calculator_form .delivery_search_btn {
    width: 100%;
    padding: 11px 0;
    background-color: #66c05d;
    color: #fff;
    border: 0;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.delivery_calculator_form .delivery_search_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006d24;
    cursor: pointer;
}

.delivery_calculator--weight {
    margin-top: 30px;
}

.delivery_calculator--weight input {
    padding: 10px 20px;
    margin: 0 10px;
    width: 150px;
}

.delivery_calculator_summa {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.delivery_calculator_summa span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.order-infoNamelabel {
}

.delivery_calculator .order_delivery_car,
.delivery_calculator .order_delivery_types {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

#delivery_map {
    margin-top: 30px;
    height: 380px;
    background-color: #e2e1e6;
}

.delivery_calculator_form_ls,
.delivery_calculator_form_rs {
    width: 50%;
}

.order_delivery_pickup .search_shop label {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.9rem;
}

.order_delivery_pickup_info--name2 a {
    color: #337ab7;
    text-decoration: none;
}

a.bonus__get,
a.bonus__activate {
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 40px;
    font-size: 21px;
    position: absolute;
    bottom: 14%;
    color: #fff;
}

.bonus__page_baner {
    position: relative;
}

a.bonus__get {
    background-color: #009843;
    left: 10%;
}

a.bonus__activate {
    background-color: #f2be00;
    left: 30%;
}

.bonus__faq {
    position: relative;
    font-size: 18px;
}

.bonus__faq > p {
    display: none;
    color: #232323;
}

.bonus__faq > label {
    color: #009843;
    cursor: pointer;
}

.bonus__faq > label:before {
    content: ' ';
    position: absolute;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    border: 2px solid #f2be00;
    left: -34px;
    top: 3px;
}

.bonus__faq > input {
    display: none;
}

.bonus__faq > input:checked ~ p {
    display: block;
}

.bonus__faq > input:checked ~ label:before {
    background-color: #f2be00;
}

.basket-bonus-pay {
    display: flex;
    padding: 15px;
    background-color: #009843;
    color: #fff;
    align-items: center;
}

.basket-bonus-pay form {
    display: inline-block;
}

.basket-bonus-pay p {
}

.basket-bonus-pay input {
    color: #333333;
    text-align: right;
    margin: auto 10px auto 10px;
}

.basket-bonus-error {
    background-color: #f00;
    color: #fff;
    padding: 5px 40px;
}

.success__page {
    margin-top: 100px;
}

.success__page img {
    width: 100%;
}

.success__page p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

p.success__page-green {
    color: #05c00d;
}

p.success__page-small {
    font-size: 12px;
    line-height: 14px;
}

.success__page-info {
    margin-top: 60px;
}

.success__page > div > div:nth-child(1) > a {
    float: right;
}

.success__page > div > div:nth-child(2) > a {
    float: left;
}

.success__page a.btn {
    background-color: #66c05d;
    color: #fff;
    border-color: #66c05d;
    font-weight: 700;
    text-transform: uppercase;
}

.success__page > div:nth-child(2) {
    margin-top: 40px;
    margin-bottom: 100px;
}

.basket_price > b {
    text-align: center;
}

.basket-bonus > b {
    color: #3da233;
    display: block;
    margin: 10px auto;
}

.basket-bonus > a {
    background: #3da233;
    color: #fff;
}

.call-the-painter_pop-up {
    display: none;
}

.call-the-painter_pop-up__overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
}

.call-the-painter_pop-up__main {
    width: 50%;
    height: auto;
    min-height: 200px;
    background-color: #fff;
    margin: 6% auto;
    display: block;
    position: relative;
    z-index: 3;
}

.call-the-painter_pop-up__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.call-the-painter_pop-up__close {
    position: absolute;
    right: 0;
    top: 0;
}

.call-the-painter_pop-up__left {
    width: 70%;
    padding: 4% 5%;
}

.call-the-painter_pop-up__right {
    width: 30%;
    background-color: #05c00d;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.call-the-painter_pop-up__left > h3 {
    color: #05c00d;
    margin-top: 0;
    font-size: 33px;
    font-weight: 400;
}

.call-the-painter_pop-up__left > ul {
    list-style-type: none;
    position: relative;
}

.call-the-painter_pop-up__left > ul > li {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 6px;
}

.call-the-painter_pop-up__left > ul > li:before {
    background: url('../img/banners/painter-arrow.png') no-repeat;
    width: 21px;
    height: 18px;
    content: ' ';
    position: absolute;
    left: 0px;
    margin-top: 6px;
}

.call-the-painter_pop-up__left form {
    margin-top: 30px;
    display: block;
    height: auto;
    padding-bottom: 30px;
}

.call-the-painter_pop-up__left input {
    outline: none;
    border-radius: 0;
    display: inline-block;
    margin-left: 0;
    float: left;
    text-align: center;
}

.call-the-painter_pop-up__left input[type="submit"] {
    background: #05c00d;
    color: #fff;
    margin-left: -1px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 100;
}

.call-the-painter_pop-up__left input[type="tel"] {
    width: 60%;
}

.call-the-painter_pop-up__left input[type="submit"]:hover {
    background: #feed24;
    color: #333;
}

.call-the-painter_pop-up__right-painter > img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.call-the-painter_pop-up__right-painter {
    z-index: 3;
    position: absolute;
    width: 160%;
    height: 60%;
    right: -17px;
    bottom: 0px;
}

.call-the-painter_pop-up__close {
    z-index: 4;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: right;
}

.call-the-painter_pop-up__close:before,
.call-the-painter_pop-up__close:after {
    content: "";
    position: absolute;
    margin-top: 10px;
    width: 25px;
    height: 2px;
    background: #fff;
}

.call-the-painter_pop-up__close:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.call-the-painter_pop-up__close:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.store_row.checked label:before {
    color: green;
}

.store_row.checked label:after {
    color: green;
    background: green;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: -57px;
    position: absolute;
    left: 4px;
    top: 4px;
    border: 2px solid;
    border-radius: 50%;
}

.search-page + .row .product-item-image-wrapper {
    padding-top: 70% !important;
}

.search-page + .row .product-item-small-card {
    margin-top: 20px;
}

.callers {
    margin-top: 10px;
}

.callers i,
.bx-socialsidebar-group i.fab.fa-whatsapp {
    color: #fff;
    background-color: #00A320;
    font-size: 25px;
    padding: 5px 8px;
}

.bx-socialsidebar-group i.fab.fa-whatsapp {
    border-radius: 17px;
}

.painter__main {
    margin-top: 50px;
}

.painter__main h1 {
    margin-top: 10px;
    color: #009939;
    font-size: 24px;
}

.painter__main .cp__form1 {
    position: relative;
    height: 500px;
}

.painter__main .cp__form1 .cp_background {
    position: absolute;
    height: 500px;
    left: -30%;
    width: 1920px;
    background: url(../img/promo/cp/baner.jpg) no-repeat;
}

.painter__main .painter__description {
    padding: 50px 0;
}

.painter__main .painter_h3 {
    color: #3f3f3f;
    font-size: 26px;
    font-weight: 500;
}

.painter__main .painter_h4 {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
}

.painter__main .painter__description p {
    color: #3f3f3f;
    font-size: 18px;
}

.painter__main .painter_h5 {
    color: #009939;
    font-size: 26px;
    font-weight: 500;
    margin-top: 30px;
}

.painter__main .cp__form2 {
    position: relative;
    height: 340px;
    margin-bottom: 0;
}

.painter__main .cp__form2 .cp_background {
    position: absolute;
    height: 340px;
    left: -30%;
    width: 1920px;
    background-color: #00772c;
}

.painter__main .cp__form2 p {
    color: #fff;
    font-size: 18px;
}

.painter__main form {
    padding: 55px 30px;
}

.painter__main form .painter_header {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 28pt;
}

.painter__main input::placeholder {
    color: #ccc6c3;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.painter__main input {
    outline: none;
}

.painter__main input:checked + label {
    border: none;
    min-height: 40px;
}

.painter__main label div {
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    left: -60px;
    top: 5px;
}

.painter__main input[type=checkbox]:checked + label > div {
    background: url(../img/promo/cp/check.gif) no-repeat;
}

.painter__main label[for=painter_agreements2] {
    margin: 17px 0 20px 60px;
}

.painter__main label {
    position: relative;
    display: block;
    color: #fff;
    margin: 30px 0 20px 60px;
    font-weight: 400;
    user-select: none;
    cursor: pointer;
}

.painter__main input {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    height: 50px;
    width: 100%;
    margin: 10px 0;
}

.painter__main input[type=phone] {
}

.painter__main input[type=text] {
}

.painter__main input[type=checkbox] {
    display: none;
}

.painter__main input[type=submit] {
    height: 60px;
    background-color: #ffe42e;
    color: #00772c;
}

.painter__main .cp__form2 form {
    padding: 55px 0 10px;
}

.painter__main .cp__form1 .loader {
    margin-top: 150px;
    display: none;
    width: 150px;
    background-size: contain !important;
    background: url(../img/promo/cp/loader.gif) no-repeat;
    height: 150px;
}

.painter__main .cp__form1 p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 70%;
}

.painter__main .cp__form2 .loader {
    margin-left: 43%;
    display: none;
    width: 150px;
    background-size: contain !important;
    background: url(../img/promo/cp/loader.gif) no-repeat;
    height: 150px;
}

img.basket-top-baner-mobile {
    display: none;
}

img.special-cashback-baner-mobile {
    display: none;
}

@media screen and (min-width: 470px) and (max-width: 991.98px) {
    .contacts {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.contacts_page_form {
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(62, 183, 249, 1) 0%, rgba(165, 65, 255, 1) 83%);
}

@media screen and (min-width: 1200px) {
    .contacts_page_form {
        margin-top: -40px;
    }
}

@media screen and (max-width: 991.98px) {
    .contacts_page_form {
        margin: 0 auto;
    }
}

@media screen and (max-width: 575.98px) {
    .contacts_page_form {
        padding: 10px;
    }
}

.contacts__header {
    margin-top: -10px;
    display: block;
    color: #fff;
}

.contacts__header .wrapper {
    margin: auto auto auto 20px;
    width: 400px;
}

@media screen and (max-width: 575.98px) {
    .contacts__header .wrapper {
        max-width: 400px;
        text-align: center;
        margin: auto auto 20px auto !important;
    }
}

.contacts__header .envelope {
    height: 70px;
    width: 80px;
    background: url(../img/icons/mail.svg) no-repeat;
    display: inline-block;
}

.contacts__header span {
    position: absolute;
    font-size: 24px;
    padding-top: 17px;
}

.contacts_page_form form.contact__director {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
}

@media screen and (max-width: 575.98px) {
    .contacts_page_form form.contact__director {
        padding: 10px;
    }
}

.contacts_page_form form.contact__director label {
    color: #514f4f;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.contacts_page_form form.contact__director input[type=text],
.contacts_page_form form.contact__director input[type=tel] {
    height: 40px;
}

.contacts_page_form form.contact__director textarea,
.contacts_page_form form.contact__director input[type=text],
.contacts_page_form form.contact__director input[type=tel] {
    background: #f8f8f8;
    display: block;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 20px;
}

.contacts_page_form form.contact__director textarea:focus,
.contacts_page_form form.contact__director input[type=text]:focus,
.contacts_page_form form.contact__director input[type=tel]:focus {
    outline: 2px solid #009738;
}

.contacts_page_form form.contact__director input[type=submit] {
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #109e4e;
    text-transform: uppercase;
    float: right;
    padding: 18px;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.contacts_page_form form.contact__director label[for=message] {
    margin-top: 20px;
}

.contacts_page_form form.contact__director input#agree:checked + label[for="agree"]::before {
    background: url(../img/icons/check-green.svg) no-repeat;
}

.contacts_page_form form.contact__director label[for="agree"]::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e3e2e7;
    left: 15px;
    top: 31px;
}

.contacts_page_form form.contact__director input#agree {
    display: none;
}

.contacts_page_form form.contact__director label[for="agree"] {
    color: #adadad;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 20px;
}

.contacts_page_form form.contact__director textarea {
    height: 120px;
    padding: 20px;
    border: 1px solid #9999;
}

@media (max-width: 768px) {
    .container.content.mb-content .sidebar {
        display: none;
    }
}


/* Fast debug mobile layout */

.container.content.flex {
    width: 100%;
}

/*#title-search {*/
/*    height:auto;*/
/*}*/
/*#title-search .mid-header__search-inp{*/
/*    border-radius: 4px;*/
/*}*/
