@charset "UTF-8";
@font-face {
  font-family: "Franklin";
  src: url("../fonts/franklin/FRADM.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.btn {
  display: inline-block;
  max-width: 100%;
  padding: 10px 25px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid transparent;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn.disabled {
  background-color: #8e8e8e !important;
  border-color: #8e8e8e !important;
}

.btn_main {
  background-color: #b0063a;
  border-color: #b0063a;
  color: #fff;
  padding: 10px 14px;
  transition: all ease 0.2s;
  font-size: 14px;
}
.btn_main svg {
  height: 30px;
  width: 40px;
}
.btn_main svg use {
  fill: #fff;
}
.btn_main:hover, .btn_main:focus {
  background-color: #521260;
  border-color: #521260;
  color: #fff;
}

.btn_extra {
  width: 275px;
  background-color: #521260;
  border-color: #521260;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.btn_extra:hover, .btn_extra:focus {
  background-color: rgb(100.3421052632, 22.0263157895, 117.4736842105);
  border-color: rgb(100.3421052632, 22.0263157895, 117.4736842105);
  color: #fff;
}

.btn_light {
  padding: 10px 25px;
  background-color: transparent;
  color: #57575A;
  border: 1px solid #57575A;
  transition: all ease 0.2s;
  font-weight: 500;
}
.btn_light:hover, .btn_light:focus {
  background-color: #57575A;
  color: #fff;
}

.btn_big {
  padding: 15px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.btn_inline {
  width: auto;
}

.popup-window-button.btn {
  height: auto;
  line-height: normal;
  font-weight: normal;
  text-transform: none;
  font-family: inherit;
  box-shadow: none;
}

.popup-window-buttons .btn {
  width: 45%;
}

.ui-btn.ui-btn-fortwine {
  color: #fff;
  background-color: #b0063a;
  border-color: #b0063a;
  border-radius: 5px;
  font-weight: normal;
}
.ui-btn.ui-btn-fortwine:hover, .ui-btn.ui-btn-fortwine:focus {
  background-color: #521260;
  border-color: #521260;
  color: #fff;
}

.form_inline input {
  padding: 5px 20px;
  line-height: 30px;
  background: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
}
.form_inline .btn {
  padding: 5px 30px;
  margin-left: -4px;
  line-height: 30px;
  font-size: 16px;
}

.form_popup {
  background: #fff;
  padding: 30px;
}

.form_hidden {
  display: none;
}

.w_form {
  width: 400px;
  max-width: 100%;
}
.w_form.form_medium {
  width: 400px;
  max-width: 100%;
}
.w_form label {
  display: block;
  font-size: 14px;
}
.w_form .form-row {
  margin-bottom: 20px;
}
.w_form .t-inp {
  padding: 5px 10px;
}
.w_form .t-inp:focus {
  border-color: #521260;
  outline: none;
}
.w_form .form_footer .btn_row {
  margin: 10px 10px 0 0;
}
.w_form .form_error {
  border: 1px solid #ff0000;
}
.w_form #ANTIBOT {
  display: none !important;
  visibility: hidden !important;
}
.w_form .service_unit {
  display: none;
}

.form h3 {
  font-family: "Franklin", sans-serif;
  margin-bottom: 20px;
}
.form.form_medium {
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.form .form-row {
  margin-bottom: 10px;
}
.form .form-row input:not([type=checkbox]), .form .form-row textarea {
  width: 100%;
  padding: 10px 5px;
  line-height: 16px;
  font-size: 14px;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
.form .form-row input:not([type=checkbox]):hover, .form .form-row input:not([type=checkbox]):focus, .form .form-row textarea:hover, .form .form-row textarea:focus {
  outline: none;
  border-color: rgb(137.0263157895, 30.0789473684, 160.4210526316);
}
.form .form-row input:not([type=checkbox]).error, .form .form-row input:not([type=checkbox]).form_error, .form .form-row textarea.error, .form .form-row textarea.form_error {
  border-color: rgb(255, 76.5, 76.5);
}
.form .form-row input[id$=_ANTIBOT] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form .form-row .input_error {
  display: block;
  font-size: 12px;
  padding: 5px 0;
  color: rgb(255, 76.5, 76.5);
}
.form .form-row .service_unit {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form .btn_block {
  margin-bottom: 20px;
}
.form .btn_block .btn_inline {
  width: auto;
  margin-bottom: 10px;
}
.form .form_error {
  padding: 10px 0;
  color: rgb(255, 76.5, 76.5);
}
.form .form_error_text {
  color: rgb(255, 76.5, 76.5);
}
.form .form-radio {
  margin-right: 20px;
}
.form .form-radio input {
  display: none;
}
.form .form-radio label {
  padding: 5px 10px;
  border: 2px solid lightgrey;
}
.form .form-radio label:hover, .form .form-radio label:focus {
  cursor: pointer;
}
.form .form-radio input:checked ~ label {
  border-color: #b0063a;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-display: swap;
}

h1 {
  font-family: "Franklin", sans-serif;
  margin-bottom: 40px;
}

h2, h3 {
  font-family: "Franklin", sans-serif;
}

.grecaptcha-badge {
  display: none !important;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  max-height: 100%;
}

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

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

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

.text-bold {
  font-weight: bold;
}

.text-upper {
  text-transform: uppercase;
}

.text-purple {
  color: #521260;
}

.pull-right {
  float: right;
}

.background_image, .blog .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.default_link, main .detail_text a, main .text a, main .description a, main .caption a, main p a, main.content a, main .outro_text a {
  color: #4d115b;
  text-decoration: underline;
}
.default_link:hover, main .detail_text a:hover, main .text a:hover, main .description a:hover, main .caption a:hover, main p a:hover, main.content a:hover, main .outro_text a:hover, .default_link:focus, main .detail_text a:focus, main .text a:focus, main .description a:focus, main .caption a:focus, main p a:focus, main.content a:focus, main .outro_text a:focus {
  color: #b0063a;
  text-decoration: none;
}

main p {
  line-height: 1.4;
}
main .detail_text, main .text, main .description, main .caption, main p, main.content, main .outro_text {
  line-height: 1.4;
}
main.content img {
  margin-bottom: 20px;
}

.footer_warning {
  display: block;
  width: 100%;
  margin-top: 180px;
  background-color: #181818;
  color: #fff;
  text-align: center;
  font-size: 60px;
  transform: scaleY(7);
}

.menu_block .title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding-left: 32px;
  padding-bottom: 10px;
  color: #1e1e1e;
}
.menu_block .title .svg-pretitle {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  transition: 0.2s ease all;
}
.menu_block .title .svg-pretitle use {
  fill: #b0063a;
}
.menu_block .title .svg-pretitle:hover, .menu_block .title .svg-pretitle:focus {
  cursor: pointer;
}
.menu_block .title.collapsed .svg-pretitle {
  transform: rotate(-90deg);
}
.menu_block .menu_list {
  overflow: hidden;
  height: auto;
  transition: height ease 0.2s;
}
.menu_block .menu_list .item {
  color: #484849;
  display: block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 14px;
}
.menu_block .menu_list .item:hover, .menu_block .menu_list .item:focus {
  text-decoration: none;
  color: #b0063a;
}
.menu_block .menu_list.collapsed {
  height: 0;
  transition: height ease 0.2s;
}

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs .item {
  position: relative;
  font-size: 12px;
  color: #000;
}
.breadcrumbs .item a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs .item a:hover, .breadcrumbs .item a:focus {
  text-decoration: underline;
}
.breadcrumbs .item:after {
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  display: block;
  content: "→";
  height: 10px;
  width: 10px;
  line-height: 8px;
  color: #b8b8b8;
}
.breadcrumbs .item:nth-last-of-type(1):after {
  display: none;
}

.articles .articles__list .articles__item .item {
  display: block;
  padding: 20px;
  color: #000;
}
.articles .articles__list .articles__item .item:hover, .articles .articles__list .articles__item .item:focus {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.articles .articles__list .articles__item .item img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.articles .articles__list .articles__item .item h4 {
  padding-top: 20px;
  color: #000;
}

.article .article__image {
  margin-bottom: 20px;
}
.article .article__image img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.article .article__date {
  padding: 20px 0;
}

.vinotecs_page {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #333333;
  color: #fff;
}
.vinotecs_page .yamaps {
  margin-top: 20px;
}

.value_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.vinshops .scroll-block {
  max-height: 600px;
  overflow-y: scroll;
}
.vinshops .item {
  margin-bottom: 80px;
}
.vinshops .item h3 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 18px;
}
.vinshops .item .description * {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #484849;
}
.vinshops .item:hover, .vinshops .item:focus {
  cursor: pointer;
}
.vinshops .item:hover h3, .vinshops .item:focus h3 {
  color: #b0063a;
}
.vinshops .map__footer {
  padding: 30px 50px;
  background: #333333;
  color: #fff;
  font-size: 14px;
}
.vinshops .map__footer .dd-line {
  margin-bottom: 20px;
}
.vinshops .map__footer .dd-line .dt-item {
  font-weight: bold;
}
.vinshops .map__footer .dd-line .dd-item {
  line-height: 1.3;
}
.vinshops .map__footer .description {
  font-weight: 300;
  font-size: 12px;
}

h1.complex_title {
  display: inline-block;
  text-transform: uppercase;
}

.after_title_block {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  font-size: 32px;
  font-weight: bold;
}
.after_title_block .svg-pretitle {
  position: absolute;
  left: 33px;
  top: 10px;
  height: 16px;
  width: 16px;
  transition: 0.2s ease all;
}
.after_title_block .svg-pretitle use {
  fill: #b0063a;
}

@media (max-width: 400px) {
  .complex_title {
    margin-bottom: 10px;
  }
  .after_title_block {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.devider__block {
  background: #a3a3a3;
  height: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section_menu {
  margin-bottom: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.section_menu .item {
  padding: 80px;
  color: #000;
  border: 1px solid #eee;
  border-left: none;
  font-size: 16px;
  transition: 0.2s ease all;
}
.section_menu .item:hover, .section_menu .item:focus {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.manufacturers_list .item .name {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
}
.manufacturers_list .item .name .image {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
.manufacturers_list .item .name .image img {
  margin-bottom: 0;
}
.manufacturers_list .childs {
  padding: 10px 0 20px;
}
.manufacturers_list .childs .child-item {
  display: block;
}

.fancybox-inner .row.bx-filter-parameters-box-container {
  margin: 0;
}

.rating .icon {
  color: #521260;
  fill: transparent;
  height: 20px;
  width: 20px;
}
.rating .icon.active {
  fill: #521260;
}
.rating .val {
  display: inline-block;
  height: 20px;
  line-height: 1;
  vertical-align: bottom;
  font-size: 18px;
}
.rating.js-active:hover .icon {
  fill: #521260;
}
.rating.js-active .icon:hover {
  cursor: pointer;
}
.rating.js-active .icon:hover ~ .icon {
  fill: transparent;
}

.w-pagenav {
  text-align: center;
}
.w-pagenav ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
.w-pagenav ul li {
  display: inline-block;
}
.w-pagenav ul li .el-inner-wrapper {
  display: inline-block;
  padding: 10px;
}
.w-pagenav ul li div.el-inner-wrapper {
  border-color: rgba(72, 72, 73, 0.6);
}
.w-pagenav ul li div.el-inner-wrapper .icon {
  fill: rgba(72, 72, 73, 0.6);
}
.w-pagenav ul li a.el-inner-wrapper {
  border-color: rgb(72, 72, 73);
}
.w-pagenav ul li a.el-inner-wrapper .icon {
  fill: rgb(72, 72, 73);
}
.w-pagenav ul li.el-control {
  transition: all 0.1s ease;
}
.w-pagenav ul li.el-control .icon {
  height: 20px;
  width: 20px;
}
.w-pagenav ul li.el-control .el-inner-wrapper {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}
.w-pagenav ul li.el-control:hover, .w-pagenav ul li.el-control:focus {
  transform: scale(1.5);
  transition: all 0.1s ease;
}
.w-pagenav ul li.bx-active {
  display: inline-block;
  color: #b0063a;
}
.w-pagenav ul li.el-simple {
  transition: all 0.1s ease;
}
.w-pagenav ul li.el-simple:hover, .w-pagenav ul li.el-simple:focus {
  transform: scale(1.5);
  transition: all 0.1s ease;
}
.w-pagenav ul li a {
  display: block;
  color: #000;
}
.w-pagenav ul li a:hover, .w-pagenav ul li a:focus {
  text-decoration: none;
}

.select-card-coupon .title {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.select-card-coupon .select_client_bonus_entity {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border: 2px solid lightgrey;
  color: #000;
  font-size: 14px;
}
.select-card-coupon .select_client_bonus_entity.active {
  border-color: #b0063a;
}
.select-card-coupon .select_client_bonus_entity:hover, .select-card-coupon .select_client_bonus_entity:focus {
  cursor: pointer;
  border-color: #521260;
}

.main-user-consent-request-announce {
  float: right;
  padding: 2px 0 0 5px;
}

.notify__add-to-cart {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.notify__add-to-cart .notify__add-to-cart__image-container {
  flex: 0 0 0;
  width: 100%;
  max-width: 100%;
}
.notify__add-to-cart .notify__add-to-cart__text {
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
  padding: 5px;
}

.reviews .item {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  margin: 0 -15px;
  padding: 15px;
}
.reviews .item > div {
  margin-bottom: 20px;
}
.reviews .item .user_name {
  font-family: "Franklin", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.reviews .item .product_name {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #521260;
}
.reviews .item .text {
  font-size: 14px;
  line-height: 16px;
}
.reviews .item .date {
  color: #521260;
  font-size: 18px;
  line-height: 20px;
}
.reviews .item:hover, .reviews .item:focus {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.social_panel .item {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 10px;
  height: 39px;
  width: 39px;
  overflow: hidden;
}
.social_panel .item a {
  height: 25px;
  width: 25px;
}
.social_panel .item svg {
  height: 25px;
  width: 25px;
}
.social_panel .item svg use {
  fill: #fff;
}
.social_panel .item:hover, .social_panel .item:focus {
  border-color: #b0063a;
}
.social_panel .item:hover svg use, .social_panel .item:focus svg use {
  fill: #b0063a;
}
.social_panel.black .item {
  border-color: #000;
}
.social_panel.black .item svg use {
  fill: #000;
}
.social_panel.black .item:hover, .social_panel.black .item:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.social_panel.purple .item {
  border-color: #521260;
}
.social_panel.purple .item svg use {
  fill: #521260;
}
.social_panel.purple .item:hover, .social_panel.purple .item:focus {
  border-color: #b0063a;
}
.social_panel.purple .item:hover svg use, .social_panel.purple .item:focus svg use {
  fill: #b0063a;
}

.block_with_icon {
  position: relative;
  display: block;
  color: #521260;
  font-size: 1.3em;
  font-weight: 500;
  padding-left: 40px;
  line-height: 30px;
}
.block_with_icon svg {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
}
.block_with_icon svg .icon {
  fill: #521260;
}
.block_with_icon:hover, .block_with_icon:focus {
  color: #b0063a;
  text-decoration: none;
}

.collapse_block .inner {
  height: auto;
}
.collapse_block .inner.collapsed {
  height: 86px;
  overflow: hidden;
}

.collapse_control_units .js-activator {
  display: block;
  width: 100%;
  padding: 0 80px 20px 80px;
  background: #F2F2F2;
  text-align: center;
}
.collapse_control_units .js-activator .icon {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  transform: rotate(-180deg);
  transition: 0.7s all ease;
}
.collapse_control_units .js-activator:hover, .collapse_control_units .js-activator:focus {
  cursor: pointer;
  background: rgb(203.75, 203.75, 203.75);
}
.collapse_control_units .js-activator.collapsed .icon {
  transform: none;
}

.accordeon .accordeon-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.accordeon .accordeon-title:hover, .accordeon .accordeon-title:focus {
  text-decoration: underline;
  cursor: pointer;
}
.accordeon .accordeon-content {
  height: auto;
  visibility: visible;
  transition: 0.2s ease-in visibility;
}
.accordeon .accordeon-content.collapsed {
  height: 0;
  visibility: hidden;
  transition: 0.1s ease-out visibility;
}
.accordeon .force-collapse {
  padding: 15px;
  font-size: 12px;
  text-align: center;
  transition: 0.1s ease all;
}
.accordeon .force-collapse:hover, .accordeon .force-collapse:focus {
  background: lightgrey;
  cursor: pointer;
}

.sliders .slick-slider {
  z-index: 10;
}
.sliders .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sliders .slider_big .item {
  height: 400px;
  background-position: left;
}
.sliders .slider_small .item {
  display: block;
  position: relative;
  height: 190px;
}
.sliders .slider_small .item .slider_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.sliders .slider_small .item .slider_caption .header {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.sliders .slider_small .item .slider_caption .subheader {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}
.sliders .slider_small.top {
  padding-left: 20px;
  margin-bottom: 20px;
}
.sliders .slider_small.bottom {
  padding-left: 20px;
}
.sliders .slider_wrapper {
  position: relative;
}

.slider_controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider_controls .custom_dots {
  z-index: 12;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.slider_controls .custom_dots li button {
  background: #000;
  opacity: 0.6;
}
.slider_controls .custom_dots li.slick-active button {
  background: #fff;
}
.slider_controls .arrows {
  z-index: 12;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #000;
  opacity: 0.6;
}
.slider_controls .arrows svg {
  height: 20px;
  width: 20px;
}
.slider_controls .arrows svg use {
  fill: #000;
  opacity: 0.6;
}
.slider_controls .arrows:hover, .slider_controls .arrows:focus {
  cursor: pointer;
  border-color: #000;
}
.slider_controls .arrows:hover svg use, .slider_controls .arrows:focus svg use {
  fill: #000;
}
.slider_controls .arrow_next {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.slider_controls .arrow_prev {
  position: absolute;
  bottom: 20px;
  right: 90px;
}
.slider_controls.dark .arrows {
  border-color: #000;
}
.slider_controls.dark .arrows svg use {
  fill: #000;
}
.slider_controls.dark .arrows:hover, .slider_controls.dark .arrows:focus {
  border-color: rgb(1.785, 1.785, 1.785);
}
.slider_controls.dark .arrows:hover svg use, .slider_controls.dark .arrows:focus svg use {
  fill: rgb(1.785, 1.785, 1.785);
}
.slider_controls.centered .arrow_next {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -44px;
}
.slider_controls.centered .arrow_prev {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  right: auto;
  margin-top: -44px;
}

.slider_products .slick-list {
  z-index: 15;
}

.slider_products_controls .arrows {
  z-index: 15;
}

@media (max-width: 767px) {
  .sliders .slider_small.top {
    padding-left: 0;
    margin-top: 20px;
  }
  .sliders .slider_small.bottom {
    padding-left: 0;
  }
}
.icon_panel_header .item {
  display: inline-block;
}
.icon_panel_header .item svg {
  height: 22px;
  width: 22px;
}
.icon_panel_header .item svg .icon {
  fill: #521260;
}

.hover-effect:hover, nav .main_menu .item .name:hover, nav .main_menu .item:hover, nav .catalog_menu .item:hover, nav .catalog_menu .item .name:hover, .hover-effect:focus, nav .main_menu .item .name:focus, nav .main_menu .item:focus, nav .catalog_menu .item:focus, nav .catalog_menu .item .name:focus {
  text-decoration: none;
  cursor: pointer;
  color: #b0063a;
}

.svg-accent {
  fill: #b0063a;
}

.svg-main {
  fill: #521260;
}

header {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
header .menu_section {
  padding-top: 25px;
}
header .menu_section .city_select {
  padding-top: 5px;
  font-size: 1.3em;
}
header .menu_section .city_select:hover, header .menu_section .city_select:focus {
  cursor: pointer;
}
header .menu_section .city_select .description {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #b0063a;
  letter-spacing: 1px;
}
header .menu_section .top_menu {
  height: 100%;
}
header .menu_section .top_menu .item {
  color: #000;
  padding: 8px 10px 0 10px;
  transition: all ease 0.1s;
}
header .menu_section .top_menu .item:hover, header .menu_section .top_menu .item:focus {
  text-decoration: none;
  cursor: pointer;
  color: #b0063a;
  font-weight: bold;
  font-size: 20px;
}
header .menu_section .icon_panel_header.social .item:nth-of-type(1) {
  margin-right: 15px;
}
header .menu_section .phone_panel {
  letter-spacing: 0.5px;
  font-weight: 500;
}
header .menu_section .phone_panel .phone {
  display: block;
  padding-top: 5px;
  font-size: 1.4em;
  color: #000;
}
header .menu_section .phone_panel .callback {
  margin-top: 5px;
  color: #b0063a;
  text-align: right;
}
header .menu_section .phone_panel .callback:hover, header .menu_section .phone_panel .callback:focus {
  text-decoration: underline;
  cursor: pointer;
}
header .search {
  transition: 0.2s ease-out all;
}
header .search form {
  padding: 20px 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
header .search form input {
  width: 85%;
  border: 1px solid #eee;
}
header .search form .btn {
  width: 15%;
  margin-left: -5px;
}
header .search .btn_close {
  position: absolute;
  right: 20px;
  top: 0px;
  padding: 5px 10px;
  border: 1px solid darkgrey;
  color: darkgrey;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
header .search .btn_close:hover, header .search .btn_close:focus {
  cursor: pointer;
  border-color: #000;
  color: #000;
}
header .search.opened {
  margin-top: 10px;
}
header .logo_section {
  padding-top: 30px;
}
header .logo_section .vinotecs_loc {
  position: relative;
  display: block;
  color: #521260;
  font-size: 1.3em;
  font-weight: 500;
  padding-left: 40px;
  line-height: 30px;
}
header .logo_section .vinotecs_loc svg {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
}
header .logo_section .vinotecs_loc svg .icon {
  fill: #521260;
}
header .logo_section .logo {
  display: block;
  margin: 0 auto;
}
header .logo_section .logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
header .logo_section.fix {
  position: fixed;
  top: 0;
  left: 15px;
  right: 15px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
}
header .icon_panel_header.instrumental .item {
  width: 50px;
  padding: 0 10px;
}
header .icon_panel_header.instrumental .item:hover, header .icon_panel_header.instrumental .item:focus {
  cursor: pointer;
}
header .icon_panel_header.instrumental .item:hover svg use, header .icon_panel_header.instrumental .item:focus svg use {
  fill: #b0063a;
}
header .icon_panel_header.instrumental .item:hover svg.svg-accent use, header .icon_panel_header.instrumental .item:focus svg.svg-accent use {
  fill: #521260;
}

.cart_header {
  position: relative;
}
.cart_header .cart_counter {
  position: absolute;
  top: 3px;
  right: 0;
  height: 24px;
  width: 24px;
  padding: 4px 2px;
  color: #fff;
  background-color: #b0063a;
  border-radius: 50%;
}
.cart_header .cart_counter.emp {
  display: none;
}
.cart_header .cart_wrapper {
  display: none;
  z-index: 15;
  position: absolute;
  top: 100%;
  left: -150px;
  width: 300px;
  padding: 10px 20px 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.cart_header .cart_wrapper .prods_wrap {
  overflow-y: scroll;
  max-height: 215px;
}
.cart_header .cart_wrapper .cart_item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.cart_header .cart_wrapper .cart_item .cart_image img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cart_header .cart_wrapper .cart_item .cart_item_name {
  color: #000;
  text-decoration: none;
}
.cart_header .cart_wrapper .cart_item .cart_item_name:hover, .cart_header .cart_wrapper .cart_item .cart_item_name:focus {
  text-decoration: underline;
}
.cart_header .cart_wrapper .cart_item .cart_item_delete {
  padding: 1px 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
}
.cart_header .cart_wrapper .cart_item .cart_item_delete:hover, .cart_header .cart_wrapper .cart_item .cart_item_delete:focus {
  border-color: #000;
}
.cart_header .cart_wrapper:hover, .cart_header .cart_wrapper:focus {
  display: block;
}
.cart_header:hover .cart_wrapper, .cart_header:focus .cart_wrapper {
  display: block;
}

nav {
  position: relative;
}
nav .catalog_menu {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
nav .catalog_menu a {
  color: #000;
  text-decoration: none;
}
nav .catalog_menu .item {
  position: static;
  letter-spacing: 1px;
  color: #000;
}
nav .catalog_menu .item .name {
  display: block;
  padding: 20px;
  color: #000;
  text-transform: uppercase;
}
nav .catalog_menu .item:hover .popup_catalog_menu, nav .catalog_menu .item:focus .popup_catalog_menu {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: 0.1s ease all;
  transition-delay: 0.3s;
}
nav .popup_catalog_menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  left: 0;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
nav .main_menu .item_wrapper {
  position: static;
}
nav .main_menu .item {
  position: static;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
nav .main_menu .item .icon-before {
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
}
nav .main_menu .item .with-icon {
  position: relative;
  padding-left: 20px;
}
nav .main_menu .item .name {
  display: block;
  color: #000;
  text-transform: uppercase;
}
nav .main_menu .item:hover .popup_catalog_menu, nav .main_menu .item:focus .popup_catalog_menu {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: 0.1s ease all;
  transition-delay: 0.3s;
}
nav .main_menu .popup_catalog_menu .submenu_item {
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #000;
}
nav .main_menu .popup_catalog_menu .submenu_item.small {
  color: #a8a8a8;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 200;
  text-transform: none;
}
nav .main_menu .popup_catalog_menu .submenu_item .icon-before {
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  transform: rotate(-90deg);
}
nav .main_menu .popup_catalog_menu .submenu_item .icon-before use {
  fill: #b0063a;
}
nav .main_menu .popup_catalog_menu .submenu_item.with-icon {
  position: relative;
  padding-left: 20px;
}
nav .icon_panel_header.instrumental .item {
  width: 50px;
  padding: 0 10px;
  padding-bottom: 20px;
  padding-top: 14px;
}
nav .icon_panel_header.instrumental .item:hover, nav .icon_panel_header.instrumental .item:focus {
  cursor: pointer;
}
nav .icon_panel_header.instrumental .item:hover svg use, nav .icon_panel_header.instrumental .item:focus svg use {
  fill: #b0063a;
}
nav .icon_panel_header.instrumental .item:hover svg.svg-accent use, nav .icon_panel_header.instrumental .item:focus svg.svg-accent use {
  fill: #521260;
}
nav .icon_panel_header.instrumental .personal_menu_item {
  position: relative;
}
nav .icon_panel_header.instrumental .personal_menu_item .user_menu {
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 0;
  min-width: 100px;
  margin-left: -50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
nav .icon_panel_header.instrumental .personal_menu_item .user_menu.hidden {
  display: none;
}
nav .icon_panel_header.instrumental .personal_menu_item .user_menu .item {
  width: auto;
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
nav .icon_panel_header.instrumental .personal_menu_item .user_menu .item:hover, nav .icon_panel_header.instrumental .personal_menu_item .user_menu .item:focus {
  text-decoration: none;
  background: #cecece;
}
nav.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 80;
  -webkit-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
}
nav .search {
  transition: 0.2s ease-out all;
}
nav .search form {
  padding: 20px 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
nav .search form input {
  width: 85%;
  border: 1px solid #eee;
}
nav .search form .btn {
  width: 15%;
  margin-left: -5px;
}
nav .search .btn_close {
  position: absolute;
  right: 20px;
  top: 0px;
  padding: 5px 10px;
  border: 1px solid darkgrey;
  color: darkgrey;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
nav .search .btn_close:hover, nav .search .btn_close:focus {
  cursor: pointer;
  border-color: #000;
  color: #000;
}
nav .search.opened {
  margin-top: 10px;
}

header .header_top {
  padding: 10px 0;
}
header .header_top .logo {
  display: block;
}
header .header_top .logo img {
  display: block;
  max-width: 100%;
}
header .header_top .city_select {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 1.3em;
}
header .header_top .city_select:hover, header .header_top .city_select:focus {
  cursor: pointer;
}
header .header_top .city_select .description {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #b0063a;
  letter-spacing: 1px;
}
header .header_top .phone_panel {
  letter-spacing: 0.5px;
  font-weight: 500;
}
header .header_top .phone_panel svg {
  height: 25px;
  width: 25px;
}
header .header_top .phone_panel svg .icon {
  fill: #521260;
}
header .header_top .phone_panel .phone {
  display: block;
  padding-top: 5px;
  font-size: 1.3em;
  color: #000;
}
header .header_top .phone_panel .callback {
  margin-top: 5px;
  color: #b0063a;
  text-align: right;
}
header .header_top .phone_panel .callback:hover, header .header_top .phone_panel .callback:focus {
  text-decoration: underline;
  cursor: pointer;
}
header .header_top .mobile-icons svg {
  height: 25px;
  width: 25px;
}
header .header_top .mobile-icons svg .icon {
  fill: #fff;
}
header .svg-pretitle {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  transition: 0.2s ease all;
}
header .svg-pretitle use {
  fill: #b0063a;
}

.mobile_menu .line {
  position: relative;
  padding: 10px 0 10px 30px;
  margin-bottom: 10px;
}
.mobile_menu .line .icon_left {
  position: absolute;
  left: 0;
  line-height: 20px;
  height: 20px;
  width: 20px;
  transition: 0.2s ease all;
}
.mobile_menu .line .icon_left use {
  fill: #000;
}
.mobile_menu a.line {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 20px;
}
.mobile_menu a.line:hover, .mobile_menu a.line:focus {
  cursor: pointer;
  color: #b0063a;
}
.mobile_menu .contacts {
  padding-left: 0;
  background: #521260;
}
.mobile_menu .contacts svg {
  height: 30px;
  width: 30px;
}
.mobile_menu .contacts svg use {
  fill: #fff;
}
.mobile_menu .contacts .item {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile_menu .contacts .item:hover svg use, .mobile_menu .contacts .item:focus svg use {
  fill: rgb(246.7087912088, 11.7912087912, 83.6483516484);
}
.mobile_menu .personal {
  margin-bottom: 10px;
}
.mobile_menu .menu {
  padding-top: 10px;
  padding-left: 0;
  border-top: 1px solid #919192;
  border-bottom: 1px solid #919192;
}
.mobile_menu .menu .item {
  position: relative;
  padding: 5px 0 5px 30px;
  color: #000;
  text-decoration: none;
}
.mobile_menu .menu .item .name {
  padding: 10px 0;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.mobile_menu .menu .item .name.opened {
  color: #b0063a;
  font-weight: bold;
}
.mobile_menu .menu .item .name.opened svg {
  transition: 0.2s ease all;
  transform: rotate(-90deg);
}
.mobile_menu .menu .item .name.opened svg use {
  fill: #b0063a;
}
.mobile_menu .menu .item .name:hover, .mobile_menu .menu .item .name:focus {
  cursor: pointer;
  color: #b0063a;
}
.mobile_menu .menu .item .menu_block .title {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.mobile_menu .menu .item .menu_block .title:hover, .mobile_menu .menu .item .menu_block .title:focus {
  cursor: pointer;
  color: #b0063a;
}
.mobile_menu .menu .item .menu_block .menu_list {
  padding-left: 10px;
}
.mobile_menu .menu .item .menu_block .menu_list .item {
  font-size: 14px;
}
.mobile_menu .menu .popup_catalog_menu {
  padding: 10px 0;
}
.mobile_menu .menu .popup_catalog_menu.collapsed {
  display: none;
}
.mobile_menu .simple_menu {
  margin-top: -10px;
}
.mobile_menu .simple_menu .item {
  display: block;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}
.mobile_menu .simple_menu .item:hover, .mobile_menu .simple_menu .item:focus {
  text-decoration: none;
  color: #b0063a;
}
.mobile_menu .social_panel .item {
  border-color: #000;
}
.mobile_menu .social_panel .item svg {
  height: 25px;
  width: 25px;
}
.mobile_menu .social_panel .item svg use {
  fill: black;
}
.mobile_menu .social_panel .item:hover, .mobile_menu .social_panel .item:focus {
  border-color: #b0063a;
}
.mobile_menu .social_panel .item:hover svg use, .mobile_menu .social_panel .item:focus svg use {
  fill: #b0063a;
}

@media (max-width: 1200px) {
  .main_menu .cssmenu-item-6, .main_menu .cssmenu-item-5 {
    display: none !important;
  }
  nav .icon_panel_header {
    margin: 0 -20px;
  }
}
@media (max-width: 992px) {
  .main_menu .cssmenu-item-4, .main_menu .cssmenu-item-3 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mobile-icons .item {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  header .header_top .logo {
    padding-left: 20px;
  }
  nav .main_menu .item_wrapper:nth-of-type(1) .item {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .phone_panel {
    display: inline-block;
  }
  .phone_panel svg {
    height: 25px;
    width: 25px;
  }
  .phone_panel svg .icon {
    fill: #521260;
  }
  .mobile-icons {
    margin-left: -20px;
  }
  .mobile-icons .item {
    margin-right: 15px;
  }
  .phone_panel {
    margin-right: -16px;
  }
  nav .search form {
    padding: 10px;
  }
  nav .search form .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  header {
    padding-bottom: 10px;
  }
  header .menu_section {
    padding-top: 0;
    background: #521260;
  }
  header .icon_panel_header .item {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
  }
  header .icon_panel_header .item svg {
    height: 25px;
    width: 25px;
  }
  header .icon_panel_header .item svg .icon {
    fill: #fff;
  }
  header .icon_panel_header .item:nth-last-of-type(1) {
    margin-right: 0;
  }
  header .icon_panel_header.instrumental .item {
    width: auto;
  }
  header .logo_section {
    min-height: 60px;
    padding-top: 0;
  }
  header .logo_section .instrumental {
    margin: 0 -15px;
  }
  header .search form {
    padding: 10px;
  }
  header .search form .btn {
    width: 100%;
    margin-top: 10px;
  }
  .header_top .logo {
    text-align: center;
    height: 100%;
  }
  .mobile-icons .item {
    margin-right: 10px;
  }
}
.section_header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section_header h2 {
  font-family: "Franklin", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section_footer {
  padding-top: 40px;
  padding-bottom: 80px;
}
.section_footer .btn_extra {
  font-weight: bold;
}
.section_footer .link_gotoall {
  display: inline-block;
  line-height: 20px;
  color: #000;
}
.section_footer .link_gotoall:after {
  content: "→";
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #000;
}

.subscribe {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#521260+0,b0063a+100 */
  background: #521260; /* Old browsers */
  background: -moz-linear-gradient(left, #521260 0%, #b0063a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #521260 0%, #b0063a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #521260 0%, #b0063a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#521260', endColorstr='#b0063a', GradientType=1); /* IE6-9 */
}
.subscribe .icon {
  height: 180px;
  width: 180px;
  max-width: 100%;
}
.subscribe .icon use {
  fill: #fff;
}
.subscribe h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.subscribe .text {
  max-width: 450px;
  line-height: 20px;
}

.collections_index {
  padding-bottom: 20px;
}
.collections_index .section_header {
  padding-top: 80px;
}
.collections_index .item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.collections_index .item:hover, .collections_index .item:focus {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.collections_index .item .name {
  height: 32px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  text-align: center;
}
.collections_index .item .image_wrapper {
  height: 140px;
}
.collections_index .item .image_wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.collections_index .item .btn_light {
  width: 100%;
}

.tematics .section_header {
  padding-top: 80px;
}
.tematics .item {
  margin-bottom: 10px;
}
.tematics .item .name {
  height: 32px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #521260;
  text-align: center;
}
.tematics .item .image_wrapper {
  height: 140px;
}
.tematics .item .image_wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.tematics .item .btn_light {
  width: 100%;
}

.news img {
  max-height: 300px;
}
.news .item {
  display: block;
  padding: 10px 20px;
  color: #000;
}
.news .item:hover, .news .item:focus {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.news .item > h3, .news .item > div {
  margin-bottom: 20px;
}
.news .item h3 {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.news .item .date {
  font-size: 18px;
  line-height: 1;
  color: #521260;
  margin-bottom: 0;
}

.blog .item {
  display: block;
  padding: 20px;
  color: #000;
}
.blog .item > div {
  margin-bottom: 10px;
}
.blog .item:hover, .blog .item:focus {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.blog .item .img {
  position: relative;
  height: 300px;
}
.blog .item .img .labels_wrap {
  position: absolute;
  left: 0;
}
.blog .item .img .image_label {
  display: block;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #521260;
  color: #fff;
}
.blog .item .name {
  display: block;
  overflow: hidden;
  height: 60px;
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.blog .item .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.blog .item .date {
  font-weight: 500;
  color: #521260;
}

.vinotecs {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #b0063a;
}
.vinotecs .maps-widgets {
  max-height: 400px;
  transition: 0.5s ease opacity;
}
.vinotecs .maps-widgets img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.vinotecs .addresses {
  height: 400px;
  padding: 30px 50px;
  background-color: #fff;
}
.vinotecs .addresses h2 {
  letter-spacing: 2px;
  font-family: "Franklin", sans-serif;
  text-transform: uppercase;
}
.vinotecs .addresses .map_selector {
  padding: 30px 0;
  font-weight: bold;
}
.vinotecs .addresses .map_selector span.active {
  color: #b0063a;
}
.vinotecs .addresses .map_selector span:hover, .vinotecs .addresses .map_selector span:focus {
  cursor: pointer;
  color: #521260;
}
.vinotecs .addresses .caption .item {
  margin-bottom: 20px;
  line-height: 1.3;
}
.vinotecs .addresses .caption .item .name {
  font-weight: bold;
}
.welcome_text {
  padding-top: 80px;
}
.welcome_text .intro_text {
  font-size: 14px;
  line-height: 2;
  padding: 20px 80px;
  background: #F2F2F2;
}
.welcome_text .intro_text h1, .welcome_text .intro_text h2, .welcome_text .intro_text p {
  margin-bottom: 20px;
}
.welcome_text .intro_text h1, .welcome_text .intro_text h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 30px;
}

.outro_text {
  font-size: 12px;
  line-height: 16px;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .section_footer {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .sliders .slider_big .item {
    height: 250px;
  }
  .sliders .slider_small_top .item, .sliders .slider_small_bottom .item {
    height: 120px;
  }
  .sliders .slider_small_top {
    margin-top: 10px;
  }
  .sliders .slider_controls .arrows {
    padding: 5px;
  }
  .sliders .slider_controls .arrow_next {
    bottom: 5px;
    right: 30px;
  }
  .sliders .slider_controls .arrow_prev {
    bottom: 5px;
    right: 70px;
  }
  .subscribe .form_inline input, .subscribe .form_inline .btn {
    width: 100%;
  }
  .subscribe .form_inline .btn {
    margin-left: 0;
    margin-top: 5px;
  }
  .tematics .item .name {
    height: 40px;
    overflow: hidden;
  }
  .tematics .item .image_wrapper {
    height: 140px;
  }
  .tematics .item .btn_light {
    font-size: 12px;
  }
  .news .item h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .blog .item {
    padding-bottom: 30px;
  }
  .blog .item .name {
    font-size: 18px;
    height: 40px;
    line-height: 20px;
  }
  .vinotecs .addresses {
    margin-bottom: 20px;
  }
  .welcome_text .intro_text {
    padding: 20px;
  }
}
footer {
  padding: 60px 0 20px 0;
  background-color: #181818;
  color: #fff;
}
footer a {
  display: block;
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer .menu_block {
  margin-bottom: 40px;
}
footer .menu_block .title {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 0;
}
footer .menu_block .menu_list .item {
  color: inherit;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
footer .phone_panel {
  margin-top: -20px;
  font-size: 28px;
  font-weight: 500;
}
footer .phone_panel a:hover, footer .phone_panel a:focus {
  color: #b0063a;
}
footer .footer-subscribe .title {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  padding-left: 0;
  margin-bottom: 20px;
}
footer .footer-subscribe .description {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
}
footer .footer-subscribe .form {
  margin-bottom: 50px;
}
footer .social_panel {
  margin-bottom: 20px;
  margin-top: -25px;
}

@media (max-width: 480px) {
  footer .menu_block {
    margin-bottom: 20px;
  }
  footer .menu_block .title {
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  footer .menu_block .title .svg-pretitle {
    height: 16px;
    width: 16px;
  }
  footer .menu_block .title .svg-pretitle use {
    fill: #fff;
  }
  footer .menu_block .menu_list .item {
    padding: 5px 0;
  }
  footer .phone_panel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .social_panel {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  footer .phone_panel {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  footer .phone_panel {
    font-size: 16px;
  }
}
.labels {
  bottom: 0;
}
.labels .item {
  white-space: nowrap;
  padding: 0px 7px;
  margin-top: 5px;
  border-radius: 5px;
  background-color: lightblue;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
}
.labels .item.bio {
  background-color: #24763C;
}
.labels .item.new {
  background-color: #FA9950;
}
.labels .item.sale {
  background-color: #b0063a;
}
.labels .item.hit {
  background-color: #521260;
}
.labels .item.eco {
  background-color: #3e6138;
}
.labels .item.org {
  background-color: #609557;
}

.right-labels {
  display: block;
  position: absolute;
  bottom: 0;
}
.right-labels .item {
  height: 30px;
  width: 30px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: lightblue;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
}
.right-labels .item.blackfriday {
  background-color: #000;
}

.product_card {
  padding: 40px 15px;
  transition: all 0.2s ease;
}
.product_card:hover, .product_card:focus {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.product_card .product_image {
  display: block;
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
  height: 200px;
}
.product_card .product_image img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
}
.product_card .product_image .left_subpanel {
  position: absolute;
  left: 0;
  height: 100%;
}
.product_card .product_image .left_subpanel > div {
  margin-bottom: 20px;
}
.product_card .product_image .right_subpanel {
  position: absolute;
  right: 0;
  height: 100%;
}
.product_card .product_image .right_subpanel > div {
  margin-bottom: 20px;
}
.product_card .product_image .rating {
  color: #521260;
}
.product_card .product_image .rating svg {
  width: 20px;
  height: 20px;
}
.product_card .product_image .rating svg use {
  fill: #521260;
}
.product_card .product_image .rating .val {
  line-height: 20px;
  vertical-align: top;
  font-weight: 500;
}
.product_card .product_image .awards .item {
  margin-bottom: 5px;
  color: #000;
}
.product_card .product_image .awards .item .val {
  color: #521260;
  padding-left: 5px;
  font-weight: 500;
}
.product_card .product_image .labels {
  position: absolute;
}
.product_card .product_image .add_to_favorites svg, .product_card .product_image .in_favorites svg, .product_card .product_image .favorites_autorize svg {
  width: 20px;
  height: 20px;
}
.product_card .product_image .add_to_favorites svg use, .product_card .product_image .in_favorites svg use, .product_card .product_image .favorites_autorize svg use {
  fill: #521260;
}
.product_card .product_image .add_to_favorites:hover, .product_card .product_image .add_to_favorites:focus, .product_card .product_image .in_favorites:hover, .product_card .product_image .in_favorites:focus, .product_card .product_image .favorites_autorize:hover, .product_card .product_image .favorites_autorize:focus {
  cursor: pointer;
}
.product_card .product_image .in_favorites {
  display: none;
}
.product_card .product_image .in_favorites svg use {
  fill: #b0063a;
}
.product_card .name {
  display: block;
  height: 38px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}
.product_card .name:hover, .product_card .name:focus {
  text-decoration: none;
}
.product_card .artikul {
  margin-bottom: 30px;
  opacity: 0.6;
  font-size: 12px;
}
.product_card .chars {
  margin-bottom: 10px;
}
.product_card .chars .item {
  min-height: 20px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}
.product_card .chars .item.country {
  min-height: 40px;
}
.product_card .chars .item svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
}
.product_card .chars .item svg use {
  fill: #9C9C9F;
}
.product_card .old_price {
  font-size: 14px;
  text-decoration: line-through;
  color: #9C9C9F;
}
.product_card .price {
  font-size: 24px;
  color: #58585a;
}
.product_card .old_price + .price {
  color: #b0063a;
}
.product_card .buttons .btn {
  width: 100%;
}
.product_card .buttons .btn_light {
  padding: 10px 10px;
  font-size: 14px;
}
.product_card .buttons .btn_light:hover, .product_card .buttons .btn_light:focus {
  background: #fff;
  color: #57575A;
}

@media (max-width: 1200px) {
  .product_card .buttons .btn {
    padding: 10px 0;
  }
}
@-webkit-keyframes neon1 {
  from {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b0063a, 0 0 25px #b0063a, 0 0 30px #b0063a, 0 0 40px #b0063a, 0 0 50px #b0063a;
  }
  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b0063a, 0 0 35px #b0063a, 0 0 40px #b0063a, 0 0 50px #b0063a, 0 0 75px #b0063a;
  }
}
/*glow for mozilla*/
@-moz-keyframes neon1 {
  from {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b0063a, 0 0 25px #b0063a, 0 0 30px #b0063a, 0 0 40px #b0063a, 0 0 50px #b0063a;
  }
  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b0063a, 0 0 35px #b0063a, 0 0 40px #b0063a, 0 0 50px #b0063a, 0 0 75px #b0063a;
  }
}
/*glow*/
@keyframes neon1 {
  from {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b0063a, 0 0 25px #b0063a, 0 0 30px #b0063a, 0 0 40px #b0063a, 0 0 50px #b0063a;
  }
  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b0063a, 0 0 35px #b0063a, 0 0 40px #b0063a, 0 0 50px #b0063a, 0 0 75px #b0063a;
  }
}
.product_detail {
  padding-top: 45px;
}
.product_detail .rating {
  margin-bottom: 40px;
}
.product_detail .rating svg {
  width: 20px;
  height: 20px;
}
.product_detail .rating svg use {
  fill: #521260;
}
.product_detail .rating .val {
  line-height: 20px;
  vertical-align: top;
  font-weight: 500;
}
.product_detail .heading_slider {
  font-family: "Franklin", sans-serif;
  color: #58585a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product_detail .slider_products .slick-track {
  padding: 20px 0;
}
.product_detail .image_wrapper {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
}
.product_detail .image_wrapper span#js-zoom {
  display: block;
}
.product_detail .image_wrapper img.product_img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 450px;
  margin: 0 auto;
}
.product_detail .image_wrapper .left_subpanel {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 1;
}
.product_detail .image_wrapper .left_subpanel > div {
  margin-bottom: 20px;
}
.product_detail .image_wrapper .left_subpanel .labels {
  top: 0;
  bottom: unset;
}
.product_detail .image_wrapper .right_subpanel {
  position: absolute;
  z-index: 10;
  right: 0;
  height: 100%;
}
.product_detail .image_wrapper .right_subpanel > div {
  margin-bottom: 20px;
}
.product_detail .image_wrapper .awards .item {
  margin-bottom: 5px;
}
.product_detail .image_wrapper .awards .item .val {
  color: #521260;
  padding-left: 5px;
  font-weight: 500;
}
.product_detail .image_wrapper .labels {
  position: absolute;
}
.product_detail .image_wrapper .add_to_favorites svg, .product_detail .image_wrapper .in_favorites svg, .product_detail .image_wrapper .favorites_autorize svg {
  width: 20px;
  height: 20px;
}
.product_detail .image_wrapper .add_to_favorites svg use, .product_detail .image_wrapper .in_favorites svg use, .product_detail .image_wrapper .favorites_autorize svg use {
  fill: #521260;
}
.product_detail .image_wrapper .add_to_favorites:hover, .product_detail .image_wrapper .add_to_favorites:focus, .product_detail .image_wrapper .in_favorites:hover, .product_detail .image_wrapper .in_favorites:focus, .product_detail .image_wrapper .favorites_autorize:hover, .product_detail .image_wrapper .favorites_autorize:focus {
  cursor: pointer;
}
.product_detail .image_wrapper .in_favorites {
  display: none;
}
.product_detail .image_wrapper .in_favorites svg use {
  fill: #b0063a;
}
.product_detail .image_wrapper .more_photo img {
  display: inline-block;
  height: 75px;
  width: 75px;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 2px solid transparent;
}
.product_detail .image_wrapper .more_photo img.active {
  border-color: #b0063a;
}
.product_detail .image_wrapper .more_photo img:hover, .product_detail .image_wrapper .more_photo img:focus {
  cursor: pointer;
  border-color: lightgrey;
}
.product_detail .chars > .item {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 18px;
  color: #484849;
}
.product_detail .chars .awards .name, .product_detail .chars .awards .val {
  display: inline-block;
}
.product_detail .chars .awards .val {
  font-weight: 500;
  color: #521260;
}
.product_detail .chars .awards svg {
  height: 30px;
  width: 30px;
}
.product_detail .chars .awards svg use {
  fill: #521260;
}
.product_detail .chars .sku_list {
  margin-bottom: 30px;
}
.product_detail .chars .sku_list a {
  color: #000;
}
.product_detail .chars .sku_list a:hover, .product_detail .chars .sku_list a:focus {
  text-decoration: none;
}
.product_detail .chars .sku_list .name {
  display: block;
  width: 65px;
  padding: 12px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.product_detail .chars .sku_list .item {
  display: block;
  padding: 12px;
  border: 1px solid #484849;
  font-size: 14px;
  color: #484849;
  margin-bottom: 10px;
}
.product_detail .chars .sku_list .item.new-vers-buy-it {
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
.product_detail .chars .sku_list .item.not-available {
  color: #b6b6b6;
  border-color: #b6b6b6;
}
.product_detail .chars .sku_list .item.not-available:hover, .product_detail .chars .sku_list .item.not-available:focus {
  cursor: not-allowed;
}
.product_detail .chars .sku_list .item.active {
  color: #b0063a;
  border-color: #b0063a;
}
.product_detail .chars .props .item {
  margin-bottom: 20px;
}
.product_detail .chars .props .item .name {
  font-weight: 300;
  color: #989696;
}
.product_detail .chars .props .item .icon {
  text-align: center;
  height: 20px;
  width: 20px;
}
.product_detail .chars .props .item .icon use {
  fill: #666666;
}
.product_detail .chars .props .item .val {
  color: #000;
}
.product_detail .chars .props .item .val a {
  color: #000;
}
.product_detail .buy_info > .item {
  margin-bottom: 40px;
}
.product_detail .buy_info .banket_calc {
  position: relative;
  line-height: 25px;
  padding-left: 30px;
}
.product_detail .buy_info .banket_calc .icon {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
}
.product_detail .buy_info .banket_calc .icon use {
  fill: #000;
}
.product_detail .buy_info .banket_calc:hover, .product_detail .buy_info .banket_calc:focus {
  cursor: pointer;
}
.product_detail .buy_info .price_block .price {
  font-size: 40px;
  font-weight: bold;
  color: #b0063a;
}
.product_detail .buy_info .price_block .old_price {
  font-size: 20px;
  text-decoration: line-through;
  color: #484849;
}
.product_detail .buy_info .quantity_text {
  margin-bottom: 40px;
}
.product_detail .buy_info .quantity_text.many {
  color: #497542;
}
.product_detail .buy_info .quantity_text.last {
  color: #e19857;
}
.product_detail .buy_info .quantity_text.preorder {
  color: #24763c;
}
.product_detail .buy_info .quantity_text.not-available {
  color: #656167;
}
.product_detail .buy_info .product-alternative-order {
  padding: 10px 0px;
}
.product_detail .buy_info .legal_info {
  font-size: 10px;
  font-weight: 300;
}
.product_detail .buy_info .preorder-info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.product_detail .buy_info .preorder-info a {
  color: #4d115b;
  text-decoration: underline;
  font-weight: bold;
}
.product_detail .form_quantity .quantity_control {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
}
.product_detail .form_quantity .quantity_control:hover, .product_detail .form_quantity .quantity_control:focus {
  background-color: #b0063a;
  cursor: pointer;
  user-select: none;
}
.product_detail .form_quantity input {
  margin: 0 15px;
  width: 55px;
  height: 30px;
}
.product_detail .detail_text {
  padding: 40px 160px;
}
.product_detail .detail_text h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}
.product_detail .detail_text p {
  margin-bottom: 60px;
}
.product_detail .reviews {
  padding: 40px 160px;
}
.product_detail .reviews_count_label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 3px;
  background: #521260;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}

img.fancyboxCustomDetail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .product_detail .detail_text {
    padding: 20px;
  }
  .product_detail .reviews {
    padding: 20px;
  }
  .product_detail .blog_post img, .product_detail .blog_post .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product_detail .detail_text {
    padding: 20px;
  }
  .product_detail .reviews {
    padding: 20px;
  }
  .product_detail .blog_post img, .product_detail .blog_post .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .product_detail .detail_text {
    padding: 20px;
  }
  .product_detail .reviews {
    padding: 20px;
  }
  .product_detail .blog_post img, .product_detail .blog_post .text {
    margin-bottom: 20px;
  }
}
.bx-filter {
  height: auto;
  padding-top: 40px;
  transition: all ease 0.2s;
}
.bx-filter.collapsed-filter {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: all ease 0.2s;
}
.bx-filter .bx-filter-block {
  position: relative;
  padding-bottom: 10px;
  box-sizing: inherit;
}
.bx-filter .bx-filter-block .row {
  position: relative;
  max-height: 100%;
}
.bx-filter .bx-filter-block .row .col-12 {
  position: relative;
  max-height: 100%;
}
.bx-filter .bx-filter-section {
  padding-top: 0;
}
.bx-filter .bx-filter-parameters-box {
  transition: 0.3s;
}
.bx-filter .bx-filter-parameters-box .opened {
  display: none;
}
.bx-filter .bx-filter-parameters-box .bx-filter-close-icon {
  display: none;
}
.bx-filter .bx-filter-parameters-box.bx-active .opened {
  display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .closed {
  display: none;
}
.bx-filter .bx-filter-parameters-box.pos-fixed {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 15;
  width: 600px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -50%);
}
.bx-filter .bx-filter-parameters-box.pos-fixed .bx-filter-close-icon {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  line-height: 10px;
  font-size: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  z-index: 20;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .bx-filter-close-icon:hover, .bx-filter .bx-filter-parameters-box.pos-fixed .bx-filter-close-icon:focus {
  cursor: pointer;
  border-color: grey;
  transition: all ease 0.3s;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .bx-filter-parameters-box-container {
  padding-left: 0;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .bx-filter-block {
  max-height: 100%;
  height: calc(100% - 40px);
  overflow: hidden auto;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .bx-filter-block .bx-filter-parameters-box-container {
  height: 100%;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .values_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-height: 340px;
  align-content: flex-start;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .checkbox {
  flex: 0 0 50%;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .checkbox.disabled {
  display: none;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .prop_show_all {
  display: none;
}
.bx-filter .bx-filter-parameters-box.pos-fixed .prop_hide_all {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 25px;
  right: 25px;
  width: auto;
}
.bx-filter .bx-filter-parameters-box-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.bx-filter .bx-filter-parameters-box-title span {
  color: #000;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: #000;
}
.bx-filter .bx-filter-parameters-box-title .svg-pretitle {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
}
.bx-filter .bx-filter-parameters-box-title .svg-pretitle use {
  fill: #b0063a;
}
.bx-filter .bx-filter-parameters-box-container {
  padding-left: 35px;
}
.bx-filter .bx-filter-input-container input {
  max-width: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #000;
}
.bx-filter .bx-filter-input-container input:focus, .bx-filter .bx-filter-input-container input:active {
  outline: none;
}
.bx-filter .bx-ui-slider-track-container {
  width: 100%;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track {
  height: 4px;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-part {
  display: none;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn {
  background: grey;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
  background: #521260;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd {
  background: #849da4;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-handle {
  top: -7px;
  background: #521260;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: none;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-handle.left {
  margin-left: 0;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-handle.right {
  margin-right: 0;
}
.bx-filter .checkbox input {
  display: none;
}
.bx-filter .checkbox label {
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}
.bx-filter .checkbox label:hover, .bx-filter .checkbox label:focus {
  cursor: pointer;
}
.bx-filter .checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  border-radius: 3px;
  transition: 0.2s ease all;
}
.bx-filter .checkbox input[type=checkbox] + label {
  position: relative;
}
.bx-filter .checkbox input[type=checkbox]:checked + label:before {
  background: #521260;
}
.bx-filter .checkbox.prop_hide {
  height: 0;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.bx-filter .prop_show_all {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.bx-filter .prop_hide_all {
  display: none;
}
.bx-filter .btn {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 16px;
}
.bx-filter .predifined_values {
  padding-top: 15px;
  padding-left: 35px;
}
.bx-filter .predifined_values div {
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 20px;
}
.bx-filter .predifined_values div:hover, .bx-filter .predifined_values div:focus {
  cursor: pointer;
}

@media (max-width: 500px) {
  .bx-filter .bx-filter-parameters-box.pos-fixed .checkbox {
    flex: 0 0 50%;
  }
}
.catalog-sort {
  position: relative;
  height: 70px;
  padding: 20px 0 20px 0;
  cursor: pointer;
}
.catalog-sort .beforeIcon {
  display: block;
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  fill: #521260;
}
.catalog-sort .current-variant {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.catalog-sort .sort-variants .sort-item {
  display: none;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.catalog-sort .sort-variants .sort-item:hover, .catalog-sort .sort-variants .sort-item:focus {
  text-decoration: none;
}
.catalog-sort .sort-variants.opened {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.catalog-sort .sort-variants.opened .sort-item {
  display: block;
  background: #fff;
  transition: all 0.1s ease;
}
.catalog-sort .sort-variants.opened .sort-item:hover, .catalog-sort .sort-variants.opened .sort-item:focus {
  cursor: pointer;
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: all 0.1s ease;
}

.default-icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.catalog-collections {
  margin-top: 40px;
  margin-bottom: 40px;
}
.catalog-collections .catalog-collections_item {
  padding: 10px;
  color: #000;
}
.catalog-collections .catalog-collections_item:hover, .catalog-collections .catalog-collections_item:focus {
  cursor: pointer;
}
.catalog-collections .catalog-collections_item .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 20px;
}
.catalog-collections .catalog-collections_item .image {
  display: block;
  max-width: 100%;
  height: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.catalog-collections .catalog-collections_item .image_hover {
  display: none;
}
.catalog-collections .catalog-collections_item:hover, .catalog-collections .catalog-collections_item:focus, .catalog-collections .catalog-collections_item.active {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.catalog-collections .catalog-collections_item:hover .image, .catalog-collections .catalog-collections_item:focus .image, .catalog-collections .catalog-collections_item.active .image {
  display: none;
}
.catalog-collections .catalog-collections_item:hover .image_hover, .catalog-collections .catalog-collections_item:focus .image_hover, .catalog-collections .catalog-collections_item.active .image_hover {
  display: block;
}

.catalog-tags .catalog-tags_tag {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #58585a;
  text-decoration: none;
  color: #58585a;
  border-radius: 3px;
}
.catalog-tags .catalog-tags_tag:hover, .catalog-tags .catalog-tags_tag:focus {
  border-color: #b0063a;
}
.catalog-tags .catalog-tags_tag-hidden {
  display: none;
}

.catalog-section-banner {
  display: block;
  height: 400px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-section-banner:hover, .catalog-section-banner:focus {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.sect_list .sect_item_child {
  display: inline-block;
  padding: 10px;
}
.sect_list .sect_item_child .sect_image img {
  display: block;
  max-height: 100px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sect_list .sect_item_child .sect_name {
  padding: 10px;
  text-align: center;
  color: #521260;
  font-size: 18px;
  line-height: 20px;
}
.sect_list .sect_item_child:hover, .sect_list .sect_item_child:focus {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.title-search-result {
  z-index: 20;
}

.bx_searche {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
}
.bx_searche .bx_img_element .bx_image {
  display: block;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bx_searche .bx_item_block {
  padding: 10px;
}
.bx_searche .bx_item_block a {
  color: #000;
}
.bx_searche .bx_item_block:nth-last-of-type(1) {
  border-bottom: none;
}

.blog_section .blog_section_description {
  margin: 20px 0;
}
.blog_section .section_item {
  padding: 10px;
  color: #000;
}
.blog_section .section_item .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 20px;
}
.blog_section .section_item .image {
  display: block;
  max-width: 100%;
  height: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blog_section .section_item .image_hover {
  display: none;
}
.blog_section .section_item:hover, .blog_section .section_item:focus, .blog_section .section_item.active {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.blog_section .section_item:hover .image, .blog_section .section_item:focus .image, .blog_section .section_item.active .image {
  display: none;
}
.blog_section .section_item:hover .image_hover, .blog_section .section_item:focus .image_hover, .blog_section .section_item.active .image_hover {
  display: block;
}
.blog_section .post_item {
  padding: 40px;
}
.blog_section .post_item > div {
  margin-bottom: 30px;
}
.blog_section .post_item:nth-of-type(1) {
  padding-top: 40px;
}
.blog_section .post_item:nth-last-of-type(1) {
  padding-bottom: 40px;
}
.blog_section .post_item:hover, .blog_section .post_item:focus {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.blog_section .post_item .image {
  position: relative;
  display: block;
  height: 330px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog_section .post_item .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.blog_section .post_item .labels_wrap {
  position: absolute;
  left: 0;
}
.blog_section .post_item .image_label {
  display: block;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #521260;
  color: #fff;
}
.blog_section .post_item .name {
  font-size: 26px;
  line-height: 32px;
  overflow: hidden;
  color: #000;
}
.blog_section .post_item .text {
  font-size: 16px;
  line-height: 24px;
  color: #484849;
}
.blog_section .post_item .date {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #521260;
}
.blog_section .post_sidebar .heading {
  padding: 40px 40px 0;
}
.blog_section .post_sidebar .heading h3 {
  text-transform: uppercase;
}
.blog_section .post_sidebar .post_item > div {
  margin-bottom: 10px;
}
.blog_section .post_sidebar .post_item .image {
  height: auto;
}
.blog_section .post_sidebar .post_item .name {
  font-size: 20px;
  line-height: 24px;
}
.blog_section .post_sidebar .post_item .date {
  font-size: 16px;
  line-height: 18px;
}

.blog_post_detail > div {
  margin-bottom: 20px;
}
.blog_post_detail .labels_wrap {
  position: absolute;
  left: 20px;
}
.blog_post_detail .image_label {
  display: block;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #521260;
  color: #fff;
}
.blog_post_detail img {
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.blog_post_detail .author {
  padding: 50px 0;
}
.blog_post_detail .author .author__block_title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 0;
}
.blog_post_detail .author .author__photo-wrapper {
  background: #fff;
  padding-bottom: 20px;
}
.blog_post_detail .author .author__photo {
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog_post_detail .author .author__description {
  height: 100%;
  background: #fff;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}
.blog_post_detail .author .author__description .name {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
  color: #484849;
}
.blog_post_detail .author .author__description .text {
  padding-bottom: 20px;
}

.stock__detail {
  margin-bottom: 30px;
}
.stock__detail h2 {
  margin-bottom: 20px;
}
.stock__detail .image {
  margin-bottom: 30px;
}

.form_inline input {
  padding: 5px 20px;
  line-height: 30px;
  background: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
}
.form_inline .btn {
  padding: 5px 30px;
  margin-left: -4px;
  line-height: 30px;
  font-size: 16px;
}

.form_popup {
  background: #fff;
  padding: 30px;
}

.form_hidden {
  display: none;
}

.w_form {
  width: 400px;
  max-width: 100%;
}
.w_form.form_medium {
  width: 400px;
  max-width: 100%;
}
.w_form label {
  display: block;
  font-size: 14px;
}
.w_form .form-row {
  margin-bottom: 20px;
}
.w_form .t-inp {
  padding: 5px 10px;
}
.w_form .t-inp:focus {
  border-color: #521260;
  outline: none;
}
.w_form .form_footer .btn_row {
  margin: 10px 10px 0 0;
}
.w_form .form_error {
  border: 1px solid #ff0000;
}
.w_form #ANTIBOT {
  display: none !important;
  visibility: hidden !important;
}
.w_form .service_unit {
  display: none;
}

.form h3 {
  font-family: "Franklin", sans-serif;
  margin-bottom: 20px;
}
.form.form_medium {
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.form .form-row {
  margin-bottom: 10px;
}
.form .form-row input:not([type=checkbox]), .form .form-row textarea {
  width: 100%;
  padding: 10px 5px;
  line-height: 16px;
  font-size: 14px;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
.form .form-row input:not([type=checkbox]):hover, .form .form-row input:not([type=checkbox]):focus, .form .form-row textarea:hover, .form .form-row textarea:focus {
  outline: none;
  border-color: rgb(137.0263157895, 30.0789473684, 160.4210526316);
}
.form .form-row input:not([type=checkbox]).error, .form .form-row input:not([type=checkbox]).form_error, .form .form-row textarea.error, .form .form-row textarea.form_error {
  border-color: rgb(255, 76.5, 76.5);
}
.form .form-row input[id$=_ANTIBOT] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form .form-row .input_error {
  display: block;
  font-size: 12px;
  padding: 5px 0;
  color: rgb(255, 76.5, 76.5);
}
.form .form-row .service_unit {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form .btn_block {
  margin-bottom: 20px;
}
.form .btn_block .btn_inline {
  width: auto;
  margin-bottom: 10px;
}
.form .form_error {
  padding: 10px 0;
  color: rgb(255, 76.5, 76.5);
}
.form .form_error_text {
  color: rgb(255, 76.5, 76.5);
}
.form .form-radio {
  margin-right: 20px;
}
.form .form-radio input {
  display: none;
}
.form .form-radio label {
  padding: 5px 10px;
  border: 2px solid lightgrey;
}
.form .form-radio label:hover, .form .form-radio label:focus {
  cursor: pointer;
}
.form .form-radio input:checked ~ label {
  border-color: #b0063a;
}

.pop-up {
  padding: 20px;
}
.pop-up .product_img_container {
  height: 300px;
  width: 300px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 10px auto;
}
.pop-up .product_img_container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.pop-up .product_name {
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}
.pop-up .btn {
  font-size: 16px;
  line-height: 20px;
}
.pop-up .btn_light {
  font-size: 16px;
}

.pop-up-years-check .text-warning {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.pop-up-years-check .description {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.pop-up-years-check .description.text-center {
  text-align: center;
}
.pop-up-years-check .checkboxes {
  margin-bottom: 15px;
}
.pop-up-years-check .underage-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}
.pop-up-years-check .btn_secondary {
  display: block;
  width: 100%;
  margin-top: 10px;
  background: none;
  border: none;
  color: #888;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}
.pop-up-years-check .btn_secondary:hover {
  color: #555;
}

.pop-up-city-select .title {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Franklin", sans-serif;
}
.pop-up-city-select button {
  margin-bottom: 20px;
}

.popup__city-confirm {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}

.personal_menu {
  margin-bottom: 20px;
}
.personal_menu .item a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.personal_menu .item.active a {
  color: #b0063a;
}

.manager .name {
  margin-bottom: 10px;
}
.manager .phone {
  margin-bottom: 10px;
}
.manager .welcome_text {
  padding: 20px 0;
}

.orders-list {
  margin-top: 30px;
}
.orders-list .orders-head {
  padding: 20px 0;
}
.orders-list .orders-head > div {
  font-size: 16px;
}
.orders-list .order-item {
  border: 1px solid #000;
  font-size: 14px;
}
.orders-list .order-item > div[class^=col-] {
  padding: 20px 0;
}
.orders-list .order-item:nth-of-type(n):not(:first-of-type) {
  border-top: none;
}
.orders-list .order-item .status {
  font-weight: 500;
  color: #521260;
}
.orders-list .order-item .details {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
}
.orders-list .order-item .details.opened {
  height: auto;
  transition: all ease 0.3s;
  border-top: 1px solid lightgrey;
}
.orders-list .order-item .details .basket-items {
  padding: 40px 0;
}
.orders-list .order-item .details .basket-items .prod_img {
  max-width: 100%;
  max-height: 60px;
}
.orders-list .order-item .details .basket-items a {
  color: #521260;
}
.orders-list .order-item .details .repeat {
  padding-bottom: 20px;
}

/*# sourceMappingURL=styles.css.map */
