@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext");

html,
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;
    font-size: 100%;
    outline: 0 !important;
    scroll-behavior: smooth;
}

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

.wrraper:after,
.top_menu:after,
.tab_content:after,
.header:after,
.shop-pane:after,
.preim_block:after,
.news_list .news:after,
.container:after,
.section:after,
.menu_top:after {
    display: block;
    content: "";
    clear: both;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    cursor: pointer;
}

input,
select,
textarea {
    outline: none;
    font-family: "Ubuntu", sans-serif;
    /*-webkit-appearance:none;*/
    border-radius: 0;
}

ol,
ul {
    list-style: none;
}

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

.clear {
    clear: both;
    display: block;
}

html {
    height: 100%;
}

h1 {
    color: #333333;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 20px;
}

html {
    height: 100%;
}

body {
    line-height: normal;
    background: #f0f0f0;
    min-height: 100%;
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #000;
    font-size: 100%;
    min-height: 100%;
    padding-bottom: 315px;
    padding-left: 15.765%;
}

footer {
    position: absolute;
    left: 15.765%;
    width: 84.235%;
    bottom: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    /*width: 1120px;*/
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    /*min-width: 1060px;*/
    float: none;
}

.container:after {
    clear: both;
    content: "";
    display: block;
}

.clear {
    clear: both;
}

a,
input {
    cursor: pointer;
}

div,
ul,
li,
a,
span,
input {
    box-sizing: border-box;
}

[class*="__flex"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

[class*="__flex"]:after {
    display: none;
}

all_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.errors.error.error_message {
    background: none;
    color: #333;
    border: none;
    box-shadow: none;
}

.feedback_form .errors.error.error_message {
    font-size: 18px;
}

input[placeholder] {
    color: #696969;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #696969;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #696969;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #696969;
    font-size: 14px;
}

textarea[placeholder] {
    color: #696969;
    font-size: 14px;
}

textarea::-moz-placeholder {
    color: #696969;
    font-size: 14px;
}

textarea:-moz-placeholder {
    color: #696969;
    font-size: 14px;
}

textarea:-ms-input-placeholder {
    color: #696969;
    font-size: 14px;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */
input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hide {
    display: none;
}

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

address {
    font-style: normal;
}

/*End*/

/*  Banners  */

button.slick-next.slick-arrow {
    right: 10px;
}

button.slick-prev.slick-arrow {
    left: 10px;
}

.slick-arrow {
    font-size: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    z-index: 2;
    opacity: 0.5;
    cursor: pointer;
    outline: none;
}

.slick-arrow:hover {
    opacity: 1;
}

.header__time_phone {display: none !important;}

.slick-arrow:after {
    font-family: fontawesome;
    font-size: 55px;
    color: #fff;
}

button.slick-prev.slick-arrow:after {
    content: "\f104";
}

button.slick-next.slick-arrow:after {
    content: "\f105";
}

.banners {
    color: #fff;
}

.banners h2,
.banners .h2 {
    font-size: 46px;
    line-height: 1.25;
    font-weight: 600;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.banners a .text_bs {
    color: #fff;
}

.banners .text_bs {
    width: 70%;
}

.banners .text_bs:before {
    content: "";
    background-color: rgb(255, 255, 255);
    opacity: 0.11;
    position: absolute;
    left: 30px;
    top: 12px;
    height: 41px;
    width: 13.8498%;
}

.banners p a {
    margin-top: 25px;
}

.banners a:hover {
    opacity: 0.7;
}

.abs_bs {
    position: absolute;
    width: 100%;
    left: 27px;
    bottom: 35px;
}

ul.slick-dots {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
}

ul.slick-dots li button {
    font-size: 0;
    background: none;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0;
    outline: none;
    opacity: 0.5;
    cursor: pointer;
}

ul.slick-dots li button:hover {
    opacity: 1;
}

ul.slick-dots li.slick-active button {
    border-color: #fff;
    background: #fff;
    opacity: 1;
}

ul.slick-dots li:last-child button {
    margin-right: 0;
}

/*  End  */

.header__left {
    background-color: #1c1c1c;
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    width: 15.765%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21;
    height: 100vh;
}

.header__search {
    padding: 20px;
    border-bottom: 1px solid #282828;
}

.header__logo {
    padding: 20px;
    border-bottom: 1px solid #282828;
}

.header__search {
    padding: 15px 20px;
}

.header__left a {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #282828;
}

.header__top a {
    color: #fff;
}

.header__left .header__logo a {
    border-bottom: 0;
}

.header__top {
    background: rgba(28, 28, 28, 0.851);
    color: #fff;
    font-size: 15px;
    position: fixed;
    left: 15.765%;
    width: 84.235%;
    top: 0;
    height: 114px;
    z-index: 20;
    line-height: 1.5;
}

.header__top_up {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 30px;
    align-items: center;
}

address.header__time_phone a {
    /*font-size: 18px;*/
}

/*address.header__time_phone p:first-child:not(:last-child) {*/
/*    font-size: 13px;*/
/*    opacity: 0.5;*/
/*}*/

address.header__time_phone {
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
}

.header__top_up > *,
.header__top_left > * {
    display: inline-block;
    vertical-align: middle;
}

nav.header__top_menu li:last-child {
    margin-right: 0;
}

.header__cart {
    float: right;
    width: 12%;
    text-align: right;
    margin-left: auto;
}

nav.header__top_menu li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
}

nav.header__top_menu {
    padding: 15px 30px;
}

.header__cart img {
    margin-right: 10px;
}

.header__menu_cat a,
.header__left #top-menu a {
    padding: 10px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header__menu_cat a .menu_img {
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.header__menu_cat a:hover,
.header__menu_cat a.active,
..header__left #top-menu a:hover,
.header__left #top-menu a.active {
    background: #38434d;
    opacity: 1;
}

input#textbox {
    background-color: #494949;
    height: 38px;
    border: 0;
    padding-left: 13.5px;
    width: 100%;
    color: #fff;
}

.header__search .top_search {
    position: relative;
}

.header__search input[type="submit"] {
    background: url(../img/search.png) 50% 50% no-repeat;
    position: absolute;
    right: 0;
    height: 38px;
    width: 38px;
    border: 0;
}

.header__search input[type="submit"]:hover {
    opacity: 0.7;
}

a.cart_bl.cart_bl__flex,
.header__top.header__top__flex {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header__top_left > *:not(:last-child) {
    margin-right: 3%;
}

.header__top_left {
    display: none;
    width: 85%;
}

input#textbox[placeholder] {
    color: #fff;
}

input#textbox::-webkit-input-placeholder {
    color: #fff;
}

input#textbox::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
input#textbox:-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
input#textbox:-ms-input-placeholder {
    color: #fff;
}

.header__menu_cat li.parent ul.menu {
    /*position: absolute;
    left: 100%;*/
    position: fixed;
    left: 15.765%;
    top: 0;
    max-width: 0;
    background-color: #545454;
    height: 100%;
    /*width: 100%;*/
    width: 260px;

    overflow: hidden;
    transition: all 0.5s ease;
    padding-top: 10vh;
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 21;
}

.header__menu_cat li.parent {
    overflow: hidden;
}

.header__menu_cat li.parent:hover ul {
    max-width: 100%;
}

.header__menu_cat li.parent ul.menu li a:hover {
    background: #4e5861;
    opacity: 1;
}

.header__menu_cat li.parent ul.menu li a {
    padding: 15px 30px;
    text-decoration: underline;
    border-bottom: 0;
}

/*.header__top_menu a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #1c2127;
    position: absolute;
    bottom: -2px;
    left: 0;
    max-width: 0;
    transition: max-width 0.3s ease;
}*/

.header__top_menu a {
    display: inline-block;
    position: relative;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 13px;
}

/*.header__top_menu a:hover {
	opacity: 1;
}*/

/*.header__top_menu a:hover:after {
    max-width: 100%;
}*/

a:hover {
    opacity: 0.7;
}

.title_h2 {
    font-size: 25px;
    line-height: 1.25;
    color: #1c2127;
    margin-bottom: 30px;
    font-weight: 300;
}

.hit_items,
.action_items {
    margin-top: 30px;
}

input.btn.btn_buy {
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 20px;
    line-height: 1;
    padding-left: 25px;
    padding: 5px 5px 5px 25px;
    box-shadow: none;
    will-change: transform;
    height: 34px;
}

.shop,
.shop-list {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    width: 100%;
}

.shop-item {
    /*height: 410px;*/
    background: #fff;
    position: relative;
}

.responsive.slick-initialized .slick-slide {
    display: flex;
}

.col_5.shop-item {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.col_5:nth-child(5n) {
    margin-right: 0;
}

.col_5 {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    margin-right: 2.5%;
    padding: 20px;
}

.shop-item .shop_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 314/171;
}

.shop-item .shop_img {
    height: 160px;
    position: relative;
    flex-grow: 1;
}

.shop_item__text .shop_form {
    margin-top: auto;
}

.shop-pane {
    display: flex;
    flex-wrap: wrap;
}

.shop_item__text {
    padding: 6.9%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

a.shop-item-title {
    color: #000000;
    font-size: 16px;
    line-height: 1.25;
    display: block;
    /*overflow: hidden;*/
    /*height: 60px;*/
    margin-bottom: 5px;
}

.content a.shop-item-title {
    color: #000000;
}

span.shop-photo-labels {
    position: absolute;
    left: -10px;
    top: 0;
}

span.shop-photo-labels > * {
    display: block;
    color: #fff;
    padding: 8px 0;
    background: #000;
    margin-bottom: 10px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    width: 70px;
}

span.shop_photo_labels__block.shop_photo_labels__hit {
    background: #20a052;
}

span.shop_photo_labels__block.shop_photo_labels__act {
    background: #20a052;
}

span.shop_photo_labels__block.shop_photo_labels__new {
    background: #20a052;
}

span.shop_photo_labels__block:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border: 5px solid transparent;
    border-top: 5px solid #015d25;
    border-right: 5px solid #015d25;
}

span.shop_photo_labels__block.shop_photo_labels__hit:after {
    border-top-color: #015d25;
    border-right-color: #015d25;
}

span.shop_photo_labels__block.shop_photo_labels__act:after {
    border-top-color: #015d25;
    border-right-color: #015d25;
}

span.shop_photo_labels__block.shop_photo_labels__new:after {
    border-top-color: #015d25;
    border-right-color: #015d25;
}

.shop_param_tit {
    color: #999999;
    font-size: 13px;
    margin-right: 5px;
}

.shop_param_val a {
    color: #20a052;
    border-bottom: 1px solid;
}

.shop_param_val {
    font-size: 14px;
}

.shop_param__item {
    margin-bottom: 5px;
}

.shop_param__item > * {
    display: inline-block;
    vertical-align: middle;
}

.shop_form span.price {
    font-size: 18px;
}

.shop-item .shop_param_price:nth-of-type(even) {
    margin-right: 0;
}

.shop-item .shop_param_price {
    margin: 0 4% 10px 0;
    float: left;
    width: 48%;
}

.shop-item .prices_bl {
    /*height: 100px;*/
}

.title_price {
    color: #999999;
    font-size: 13px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.title_price span.title {
    margin-right: 4px;
}

.shop_id {
    margin-bottom: 30px;
}

.buy_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.buy_block input.number {
    width: 55%;
    height: 30px;
    border: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.number_bl span {
    color: #000;
    width: 34px;
    height: 30px;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    font-weight: 300;
    cursor: pointer;
    background-color: #efefef;
}

.number_bl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ddd;
    width: 85px;
}

.number_bl span:hover {
    color: #fff;
    background: #20a052;
}

.addict-field select.shop-dropdown {
    width: auto;
    border: 1px solid #ddd;
    padding: 5px;
    height: 30px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.shop-item .error {
    background: none;
    padding: 0;
    font-size: 13px;
    box-shadow: none;
    left: auto;
    top: auto;
    right: 0;
    bottom: 5px;
}

.action_items {
    margin-bottom: 30px;
}

.news_bl {
    background: #fff;
    padding: 30px 0;
}

.news.block-row {
    height: 215px;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

/*.news.block-row:nth-child(5n) {
	margin-right: 0;
}*/

.news_elem__name {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    line-height: 1.25;
}

.news_date {
    color: #666666;
    font-size: 13px;
    margin-bottom: 10px;
}

.news .news_anons {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
}

.footer__offer {
    padding: 30px 0;
    background: #454d57;
    color: #fff;
    text-align: center;
}

.center {
    text-align: center;
}

.news_bl .show_all {
    padding: 0;
    margin-top: 25px;
}

.main_text {
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    padding: 30px 0;
    font-weight: 300;
}

.column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 25px;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    text-align: justify;
}

/*end*/

/*footer*/

/*spec offer*/

.footer__offer h3 {
    font-size: 25px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 30px;
}

.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"]) {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 35px;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"]):focus {
    border-bottom: 2px solid #fff;
}

.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"])[placeholder] {
    color: #fff;
}

.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"])::-webkit-input-placeholder {
    color: #fff;
}

.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"])::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"]):-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"]):-ms-input-placeholder {
    color: #fff;
}

.feed_params__pole {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 25px;
    width: 290px;
    position: relative;
}

.footer__offer .infofield {
    font-size: 11px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer__offer input.button.btn.solid {
    display: inline-block;
    vertical-align: top;
}

.footer__offer
    input:not([type="submit"]):not([type="button"]):not([type="hidden"]):not(
        [type="radio"]
    ):not([type="checkbox"]):focus
    + .infofield {
    opacity: 1;
}

.pole {
    position: relative;
}

.feed_params {
    display: inline-block;
    vertical-align: top;
}

.footer__offer .errors.error.error_message b {
    font-weight: 300;
}

.footer__offer .errors.error.error_message {
    color: #fff;
}

/*end*/

/*footer*/

.footer__bl .container {
    padding: 50px 30px 30px;
}

.footer__text {
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    width: 26.378%;
}

.footer__bl .container {
    padding: 50px 30px 30px;
}

.footer__text a {
    color: #333;
    font-weight: 500;
}

.footer__text {
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    /*width: 26.378%;*/
    width: 240px;
}

.footer__menu a {
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
}

.footer__menu li {
    margin-bottom: 10px;
}

.footer__top > .footer__bl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer__top .block_header {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer__top > * {
    display: inline-block;
    vertical-align: top;
}

address.footer__cont {
    font-size: 14px;
    color: #333333;

    width: 100%;
    display: flex;
    height: 100%;
}
address.footer__cont > div {
    width: 100%;
    height: 100%;
    display: block;
}
address.footer__cont > div:not(:last-child) {
    margin-right: 10px;
}
address.footer__cont iframe {
    width: 100%;
    height: 100%;
    display: block;
}
address.footer__cont p {
    margin-bottom: 10px;
}

address.footer__cont a {
    font-size: 20.04px;
    color: #000000;
    font-weight: 500;
}

address.footer__cont a:hover {
    border-color: transparent;
}

address.footer__cont strong a {
    color: #000;
    border: 0;
    font-size: 20px;
    font-weight: normal;
}

.footer__phone {
    margin-top: 15px;
}

.footer__bot {
    color: #666666;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

.footer__soc a {
    margin-right: 10px;
}

.footer__soc a:last-child {
    margin-right: 0;
}

.footer__soc a:hover img {
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer__soc a:hover img {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

/* Контент сайта - внутренние страницы */

.content {
    /*margin-top: 134px;*/
    margin-bottom: 30px;
    padding-top: 134px;
}

.bread,
.content .bread a {
    color: #333;
}

.bread {
    font-size: 12px;
    margin-bottom: 20px;
}

.bread a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.bread span[typeof="v:Breadcrumb"]:after {
    content: "\f105";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 5px;
    color: #20a052;
}

.bread span[typeof="v:Breadcrumb"]:last-child:after {
    display: none;
}

select#selectmenu1 {
    display: inline-block;
    vertical-align: top;
    background: none;
    border: 0;
    font-weight: 500;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sort__title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-weight: 300;
}

.block.sort {
    font-size: 14px;
    position: absolute;
    top: 35px;
    right: 0;
}

.shop_list {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

/*end*/

/* shop_id  */

.shop-item-left {
    width: 63%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15.9%;
    /*padding: 0 28.9%;*/
}

.shop-item-left a.js_shop_img.shop-item-image {
    padding: 5px;
    background: #fff;
}

.shop_all_img__nav {
    margin-top: 30px;
}

.shop-item-right {
    width: 36.628%;
    display: inline-block;
    background: #fff;
    padding: 35px 30px;
}

.shop-item-big-images {
    margin: 0 auto;
}

.shop_all_img__nav {
    text-align: center;
}

.shop-item-big-images .shop-item-image {
    text-align: center;
    display: block;
}

.shop-item-big-images .shop-item-image img {
    margin: 0 auto;
}

.shop_all_img__nav .shop_all_img__nav_img {
    height: 70px;
    padding: 5px;
    background: #fff;
    margin: 0 8px;
}

.shop_all_img__nav .shop_all_img__nav_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop_all_img__nav_img.slick-slide.slick-current.slick-active {
    border-color: #20a052;
    cursor: auto;
}

.shop_all_img__nav_img {
    border: 2px solid transparent;
    cursor: pointer;
}

.shop_all_img__nav .slick-track {
    display: block;
    margin: 0 auto;
}

.content .h2,
.content h2 {
    color: #1c2127;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 300;
}

.shop_text {
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
}

.shop_rel {
    margin-top: 50px;
}

.shop-item-right .shop_param__item {
    margin-bottom: 15px;
}

.shop-item-right .shop_param__item:last-child {
    margin-bottom: 0;
}

.shop-item-right .shop_param_tit {
    width: 60%;
}

.shop-item-right .shop_form {
    padding-bottom: 25px;
    position: relative;
}

.shop-item-right .error {
    padding: 0;
    background: none;
    box-shadow: none;
    font-size: 14px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
}

.shop-item-right input.btn.btn_buy {
    font-size: 13px;
    padding: 13px 20px 13px 30px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
    background-position: 10px center;
}

.shop-buyers-buy,
.shop_rel,
.shop_text {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.content a {
    color: #20a052;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}

.content ul {
    list-style-type: disc;
}

.content ol {
    list-style-type: decimal;
}

.content ul,
.content ol {
    margin-left: 20px;
}

.content .h3,
.content h3 {
    color: #1c2127;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.c-hamburger {
    display: none;
}

.shop_list_cat__block_header {
    margin-bottom: 10px;
    font-size: 18px;
}

.shop-item-right .shop_param_price,
.summa_buy {
    margin-bottom: 20px;
    float: left;
    width: 23%;
    margin-right: 2%;
}

.summa_buy {
    margin-right: 0;
}

.responsive button.slick-next.slick-arrow {
    right: -10px;
}

.responsive button.slick-prev.slick-arrow {
    left: -10px;
}

.responsive .slick-arrow:after {
    color: #20a052;
}

.responsive .slick-track .slick-slide {
    height: auto;
}

.responsive .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.responsive {
    opacity: 0;
}

.one-time .slick-slide img {
    width: 100%;
    height: auto;
}

.banners {
    max-height: 475px;
    overflow: hidden;
}

.one-time.slick-slider {
    max-height: 475px;
}

.banners .slick-slide {
    height: 100%;
}

/*.one-time.slick-slider .slick-track, .one-time.slick-slider .slick-list, .one-time.slick-slider, .one-time .slick-slide*/
/*.news_elem.responsive .slick-list, .news_elem.responsive .slick-track{
    height: 100% !important;
}*/

.banners .slick-slider .slick-track,
.banners .slick-slider .slick-list,
.banners .slick-slide {
    height: 100% !important;
}

address.header__city,
.header__addr--two p:first-child {
    color: #a4a4a4;
}

.feed_params__pole.feed_params__pole--checkbox {
    width: auto;
}

span.text_label a {
    color: #fff;
    border-bottom: 1px solid;
}

.feed_params__pole input[type="checkbox"] {
    width: 28px;
    height: 28px;
    opacity: 0;
    margin-right: 5px;
}

.feed_params__pole label {
    display: inline-flex;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: top;
}

.feed_params__pole label:before {
    content: "";
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.feed_params__pole input[type="checkbox"]:checked + label:before {
    background-image: url(../img/checked.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

address.footer__cont strong {
    color: #666666;
    font-weight: 400;
}

address.footer__cont.footer__cont--phone em {
    font-style: normal;
    font-size: 13.03px;
}

/*address.footer__cont.footer__cont--phone {*/
/*    margin-bottom: 20px;*/
/*}*/

.header__top_up {
    width: 100%;
    flex-wrap: unset;
}

nav.header__top_menu {
    width: 100%;
}

.footer__des a {
    color: #555555;
}

.col_5.shop-item .addict-field {
    width: 120px;
}

.shop-item-right .dropdown {
    width: 95px;
}

.res {
    width: 100%;
    overflow: auto;
}

.bn-action {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.bn-action a {
    color: #ff0000;
    border: 2px solid #ff0000;
    padding: 10px;
}
.shop_list .bn-action {
    margin-bottom: 30px;
}

.link_bs {
}
