@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "black";
  font-display: "auto";
  src: url("../fonts/Montserrat-Black/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black/Montserrat-Black.otf") format("opentype"), url("../fonts/Montserrat-Black/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black/Montserrat-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?d5g8k3");
  src: url("../fonts/icons/icomoon.eot?d5g8k3#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?d5g8k3") format("truetype"), url("../fonts/icons/icomoon.woff?d5g8k3") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_movie:before {
  content: "";
}

.icon_smoking:before {
  content: "";
}

.icon_heart:before {
  content: "";
}

.icon_rarrow:before {
  content: "";
}

.icon_search:before {
  content: "";
}

.icon_shopcart:before {
  content: "";
}

.icon_user:before {
  content: "";
}

.icon_close:before {
  content: "";
}

.icon_left:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_flickr:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_behance:before {
  content: "";
}

.icon_facebook:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_ok:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_vk:before {
  content: "";
}

.icon_down:before {
  content: "";
}

.icon_zoom:before {
  content: "";
}

.icon_quotes:before {
  content: "";
}

.icon_no_smoking:before {
  content: "";
}

.icon_bag:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
}
body.cart_opened {
  overflow: hidden;
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.15;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

input, select, textarea, button, a, .slick-slide {
  outline: none !important;
}

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

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.custom_container {
  width: 100%;
  max-width: 1773px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .custom_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.help-block.form-error {
  display: none;
}

.error_hint {
  display: block;
  position: relative;
  color: #b94a48;
  font-size: 120%;
  line-height: 15px;
  margin-bottom: -15px;
  padding: 0 19px;
  opacity: 0;
  max-height: 15px;
  overflow: hidden;
}

.has-error + .error_hint,
.has-error .error_hint {
  max-height: 60px;
  opacity: 1;
}

.individual_hint {
  display: none;
}

.bold {
  font-family: "bold";
}

.content {
  padding-top: 63px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .content {
    padding: 40px 0;
  }
}
@media (max-width: 959px) {
  .content {
    padding: 30px 0;
  }
}

.page_title {
  text-align: center;
  margin: 0;
  font-family: "bold";
  font-size: 380%;
  line-height: 1.24em;
}
@media (max-width: 1199px) {
  .page_title {
    font-size: 320%;
  }
}
@media (max-width: 959px) {
  .page_title {
    font-size: 280%;
  }
}
@media (max-width: 767px) {
  .page_title {
    font-size: 240%;
  }
}

.large_title {
  margin: 0;
  font-family: "bold";
  font-size: 550%;
  line-height: 1.45em;
}
@media (max-width: 1199px) {
  .large_title {
    font-size: 450%;
  }
}
@media (max-width: 959px) {
  .large_title {
    font-size: 350%;
  }
}
@media (max-width: 767px) {
  .large_title {
    font-size: 300%;
  }
}

.section_title {
  color: inherit;
  font-family: "bold";
  font-size: 260%;
  line-height: 1.25em;
  margin: 0;
}
@media (max-width: 1199px) {
  .section_title {
    font-size: 220%;
  }
}
@media (max-width: 959px) {
  .section_title {
    font-size: 200%;
  }
}

.paging {
  padding-top: 10px;
  font-size: 180%;
  line-height: 1.28em;
}
.paging ul {
  display: flex;
  justify-content: center;
}
.paging li {
  padding: 0 12px;
}
.paging a {
  display: block;
  color: inherit;
}
.paging a.current_page {
  font-family: "bold";
  pointer-events: none;
  cursor: default;
}
@media (max-width: 1199px) {
  .paging {
    font-size: 160%;
    padding-top: 20px;
  }
}

.phone_link {
  color: inherit;
}
.phone_link:not(.clickable) {
  pointer-events: none;
  cursor: default;
}

.field_block {
  position: relative;
  margin-bottom: 25px;
}
.field_block ::-webkit-input-placeholder {
  color: #9A9A9A;
}
.field_block :-moz-placeholder {
  color: #9A9A9A;
}
.field_block ::-moz-placeholder {
  color: #9A9A9A;
}
.field_block :-ms-input-placeholder {
  color: #9A9A9A;
}
.field_block input,
.field_block textarea {
  display: block;
  width: 100%;
  border: 1px solid #9A9A9A;
  font-size: 160%;
  line-height: 19px;
  padding: 18px;
  color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
}
.field_block input:focus,
.field_block textarea:focus {
  border-color: #000000;
}
.field_block textarea {
  resize: none;
  height: 110px;
}
.field_block select {
  height: 57px;
  visibility: hidden;
}
.field_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.field_block .bootstrap-select .btn {
  color: #000000 !important;
  font-size: 160%;
  line-height: 19px;
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #9A9A9A !important;
  padding: 18px;
  background: #ffffff !important;
}
.field_block .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.field_block .bootstrap-select .btn.bs-placeholder {
  color: #9A9A9A !important;
}
.field_block .bootstrap-select .dropdown-menu {
  padding: 0;
  overflow: hidden;
  border: none;
  background: #ffffff;
  box-shadow: none;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100%;
  margin: 3px 0 0;
  border-radius: 0;
}
.field_block .bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #9A9A9A;
}
.field_block .bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
}
.field_block .bootstrap-select.dropup .dropdown-menu {
  margin: 0 0 3px;
}
.field_block .bootstrap-select div.dropdown-menu {
  border: 1px solid #9A9A9A;
}
.field_block .bootstrap-select .dropdown-item {
  padding: 12px 18px;
  font-weight: normal;
  color: #9A9A9A;
  background: transparent;
  font-size: 140%;
  line-height: 20px;
  white-space: normal;
}
.field_block .bootstrap-select .dropdown-item.selected, .field_block .bootstrap-select .dropdown-item.active, .field_block .bootstrap-select .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
  color: #000000;
}
.field_block .bootstrap-select .dropdown-item:hover {
  color: #000000;
}
.field_block .bootstrap-select.has-error .btn {
  border-color: #b94a48 !important;
}
.field_block .bootstrap-select.has-error .dropdown-toggle::after {
  color: #b94a48;
}
.field_block .bootstrap-select.show .btn {
  border-color: #000000 !important;
}

form .button_block {
  padding-top: 10px;
}
form .button_block button {
  width: 100%;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(39, 26, 94, 0.2);
  font-size: 160%;
  line-height: 20px;
  border: none;
  padding: 21px;
}

.fixed_banner {
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #333333;
  color: #ffffff;
  text-align: center;
  font-size: 140%;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  font-family: "bold";
  padding-left: 15px;
  padding-right: 15px;
}
.fixed_banner + .content,
.fixed_banner + .covid_banner,
.fixed_banner + .shop_part {
  margin-top: 40px;
}

.covid_banner {
  height: 40px;
  background: #B81A1A;
  color: #ffffff;
  text-align: center;
  font-size: 140%;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 19;
  position: relative;
  font-family: "bold";
  padding-left: 15px;
  padding-right: 15px;
}

.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
  top: 0;
}

.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.popup_container {
  background: #ffffff;
  width: 100%;
  padding: 60px 75px;
  position: relative;
}

.popup_close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: transparent;
  padding: 5px;
  color: #000000;
  font-size: 140%;
}
.popup_close:before {
  display: block;
  z-index: 1;
}

.sale_popup .popup_container:not(.promo_container):not(.wide_container) {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sale_popup .promo_container {
  position: relative;
  max-width: 600px;
  padding: 0;
}
.sale_popup .promo_container img {
  width: 100%;
  height: auto;
  display: block;
}
.sale_popup .promo_container .continue_btn {
  width: auto;
  max-width: 360px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 45px;
  max-width: 360px;
  margin: 0 auto;
  z-index: 2;
}
.sale_popup .wide_container {
  position: relative;
  max-width: 1150px;
  display: flex;
  padding: 0;
}
.sale_popup .wide_container .image_block {
  flex: 0 0 50%;
  max-width: 50%;
}
.sale_popup .wide_container img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.sale_popup .wide_container .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  padding: 75px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
}
.sale_popup .wide_container .large_title {
  color: inherit;
}
@media screen and (min-width: 1199px) {
  .sale_popup .wide_container .large_title {
    font-size: 450%;
  }
}
.sale_popup .wide_container .sale_description {
  max-width: 360px;
  margin-bottom: auto;
}
.sale_popup .large_title {
  line-height: 1.23em;
  color: #E02020;
}
.sale_popup .sale_description {
  font-size: 180%;
  line-height: 25px;
  margin-top: 25px;
}
.sale_popup .sale_code {
  font-size: 380%;
  line-height: 47px;
  margin-top: 25px;
  font-family: "bold";
  color: #E02020;
}
.sale_popup .continue_btn {
  margin-top: 40px;
  background: #000000;
  color: #ffffff;
  font-size: 160%;
  line-height: 20px;
  max-width: 360px;
  display: flex;
  width: 100%;
  height: 62px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.sale_popup .empty_btn {
  margin-top: 40px;
  background: transparent;
  color: inherit;
  font-size: 160%;
  line-height: 20px;
  display: flex;
  width: auto;
  min-width: 245px;
  max-width: 360px;
  height: 62px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border: 1px solid;
}

@media (max-width: 1199px) {
  .field_block input,
.field_block textarea,
.field_block .bootstrap-select .btn,
form .button_block button {
    font-size: 140%;
    line-height: 18px;
    padding: 15px;
  }

  .field_block select {
    height: 50px;
  }
  .field_block .error_hint {
    padding: 0 16px;
  }
  .field_block .bootstrap-select .dropdown-item {
    padding: 10px 15px;
  }

  .popup_container:not(.promo_container):not(.wide_container) {
    padding: 40px;
  }

  .popup_close {
    top: 10px;
    right: 10px;
  }

  .sale_popup .popup_container:not(.promo_container):not(.wide_container) {
    max-width: 480px;
  }
  .sale_popup .promo_container {
    max-width: 540px;
  }
  .sale_popup .wide_container {
    max-width: 960px;
  }
  .sale_popup .sale_description {
    font-size: 140%;
    line-height: 20px;
  }
  .sale_popup .sale_code {
    font-size: 300%;
    line-height: 1.2em;
  }
  .sale_popup .empty_btn,
.sale_popup .continue_btn {
    margin-top: 30px;
    font-size: 140%;
    height: 48px;
  }
  .sale_popup .empty_btn,
.sale_popup .promo_container .continue_btn {
    max-width: 280px;
  }
  .sale_popup .wide_container .info_block {
    padding: 40px;
  }
}
@media (max-width: 959px) {
  .sale_popup .popup_container:not(.promo_container):not(.wide_container) {
    max-width: 400px;
  }
  .sale_popup .promo_container {
    max-width: 480px;
  }
  .sale_popup .wide_container {
    max-width: 768px;
  }
  .sale_popup .sale_code {
    margin-top: 15px;
    font-size: 280%;
  }
  .sale_popup .empty_btn,
.sale_popup .continue_btn {
    margin-top: 25px;
  }
  .sale_popup .sale_description {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .fixed_banner {
    position: relative;
    top: auto;
    left: auto;
    padding: 5px 15px;
    min-height: 40px;
    height: auto;
    z-index: 10;
  }
  .fixed_banner + .content,
.fixed_banner + .covid_banner,
.fixed_banner + .shop_part {
    margin-top: 0;
  }

  .covid_banner {
    padding: 5px 15px;
    min-height: 40px;
    height: auto;
    position: relative;
    z-index: 10;
  }

  .popup_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sale_popup .sale_code {
    font-size: 240%;
  }
  .sale_popup .wide_container {
    display: block;
    max-width: 575px;
  }
  .sale_popup .wide_container .image_block {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .sale_popup .wide_container .info_block {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 40px 20px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.web .popup_close:hover,
.web .paging a:not(.current_page):hover {
  color: #999999;
}
.web .continue_btn:hover,
.web form .button_block button:hover {
  background: #666666;
}
.web .breadcrumbs a:hover {
  color: rgba(160, 160, 160, 0.7);
}
.web .popup_block .empty_btn:hover {
  background: #666666;
  color: #ffffff;
  border-color: transparent;
}

.touch .popup_close,
.touch .paging a:not(.current_page) {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .popup_close:active,
.touch .paging a:not(.current_page):active {
  color: #999999;
}
.touch .continue_btn,
.touch form .button_block button {
  -o-transition: background 0.15s;
  -ms-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.touch .continue_btn:active,
.touch form .button_block button:active {
  background: #666666;
}
.touch .popup_block .empty_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .popup_block .empty_btn:active {
  background: #666666;
  color: #ffffff;
  border-color: transparent;
}

.footer .socials_list, .footer_menues ul, .header .main_menu, .paging ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: relative;
  z-index: 100;
  color: #464646;
  height: 82px;
}
.header_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 82px;
}
.header:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 100%;
  max-width: 1753px;
  margin: 0 auto;
  height: 30px;
  background: url("images/header_shadow.png") no-repeat;
  background-size: auto 100%;
  background-position: top center;
}
.header_bottom {
  border-bottom: 1px solid #f4f4f4;
  height: 100%;
}
.header_bottom .custom_container {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.header_bottom .logo_block {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_bottom .logo_block img {
  display: block;
  width: auto;
  height: 100%;
}
.header_bottom .ec-cart-widget {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.header_bottom .ec-cart-widget svg {
  height: 20px !important;
  width: auto !important;
}
.header_bottom .ec-minicart__icon {
  width: 35px !important;
  height: 35px !important;
  -o-transition: background-color 0.3s !important;
  -ms-transition: background-color 0.3s !important;
  -moz-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  border-radius: 50% !important;
  background: #f2f2f2 !important;
}
.header_bottom .ec-minicart__icon:hover {
  background: rgba(0, 0, 0, 0.09) !important;
}
.header .search_form {
  position: relative;
  z-index: 5;
  width: 33px;
  max-width: 33px;
}
.header .search_form ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.header .search_form :-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.header .search_form ::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.header .search_form :-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.header .search_form input {
  border-radius: 18px;
  background: #f2f2f2;
  border: none;
  color: transparent;
  font-size: inherit;
  padding: 9px 17px;
  width: 35px;
  float: right;
  -o-transition: all 0.5s, color 0.2s;
  -ms-transition: all 0.5s, color 0.2s;
  -moz-transition: all 0.5s, color 0.2s;
  -webkit-transition: all 0.5s, color 0.2s;
  transition: all 0.5s, color 0.2s;
}
.header .search_form button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 18px;
  color: inherit;
}
.header .search_form button:before {
  display: block;
  font-weight: bold;
}
.header .search_form.opened input {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 250px;
  color: #464646;
  padding-right: 35px;
}
.header .menu_block {
  flex: 1;
  padding-right: 115px;
  margin-top: 16px;
}
.header .main_menu {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  align-items: flex-end;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header .main_menu:not(.active) {
  opacity: 0;
}
.header .main_menu li:not(.special_item) {
  padding: 0 15px;
  font-size: 130%;
  line-height: 16px;
  font-family: "bold";
}
.header .main_menu li.special_item {
  padding: 0 25px;
  font-size: 160%;
  line-height: 19px;
  order: 2;
  font-family: "black";
}
.header .main_menu li.left_item {
  order: 1;
}
.header .main_menu li.right_item {
  order: 3;
}
.header .main_menu a {
  display: inline-block;
  color: inherit;
  vertical-align: top;
  position: relative;
}
.header .main_menu a.current_page:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  height: 5px;
  background: #272727;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .header .menu_block {
    padding-right: 0;
  }
}
@media (max-width: 1279px) {
  .header .main_menu li:not(.special_item) {
    padding: 0 10px;
  }
  .header .main_menu li.special_item {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header .menu_block {
    margin-top: 24px;
  }
  .header .main_menu {
    margin-right: -8px;
  }
  .header .main_menu li:not(.special_item) {
    padding: 0 7px;
    font-size: 110%;
    line-height: 15px;
  }
  .header .main_menu li.special_item {
    padding: 0 11px;
    font-size: 140%;
    line-height: 17px;
  }
  .header .main_menu a.current_page:after {
    bottom: -21px;
    height: 4px;
  }
  .header .search_form input {
    padding: 7px 15px;
    border-radius: 15px;
    width: 30px;
  }
  .header .search_form button {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .header .search_form.opened input {
    padding-right: 30px;
  }
  .header .ec-cart-widget {
    right: 40px;
  }
  .header .ec-cart-widget svg {
    height: 14px !important;
  }
  .header .ec-minicart__icon {
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 959px) {
  .header .menu_button {
    display: block;
    padding: 11px 0;
    height: 24px;
    width: 24px;
    color: inherit;
    position: relative;
    margin-right: 5px;
    margin-left: 12px;
  }
  .header .menu_button:before, .header .menu_button:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    border-top: 2px solid;
    width: 100%;
  }
  .header .menu_button:before {
    top: 5px;
  }
  .header .menu_button:after {
    bottom: 5px;
  }
  .header .menu_button span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.01s;
    -ms-transition: opacity 0.01s;
    -moz-transition: opacity 0.01s;
    -webkit-transition: opacity 0.01s;
    transition: opacity 0.01s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    padding: 0;
    top: 81px;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    -o-transition: bottom 0.5s linear;
    -ms-transition: bottom 0.5s linear;
    -moz-transition: bottom 0.5s linear;
    -webkit-transition: bottom 0.5s linear;
    transition: bottom 0.5s linear;
    margin: 0;
  }
  .header .main_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }
  .header .main_menu li.special_item {
    padding: 10px 20px;
    font-size: 200%;
    line-height: 26px;
  }
  .header .main_menu li:not(.special_item) {
    font-size: 160%;
    line-height: 22px;
    padding: 10px 20px;
  }
  .header .main_menu a.current_page:after {
    height: 3px;
    bottom: -5px;
  }
  .header .menu_inner {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .header .search_form {
    margin-left: auto;
    width: 40px;
    max-width: 40px;
    -o-transition: opacity 0.3s, visibility 0.3s;
    -ms-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header .search_form.hidden_search {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header .search_form button {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-size: 116.7%;
  }
  .header .search_form input {
    font-size: 116.7%;
    line-height: 18px;
    padding: 10px 19px;
    border-radius: 19px;
  }
  .header .search_form.opened input {
    width: 280px;
    padding-right: 38px;
  }
  .header .ec-cart-widget {
    right: 100px;
  }
  .header .ec-cart-widget svg {
    height: 20px !important;
    width: auto !important;
  }
  .header .ec-minicart__icon {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 479px) {
  .header_top .logo_block {
    width: auto;
    min-width: 0;
  }
  .header .search_form {
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header .search_form:before {
    display: block;
    content: "";
    position: absolute;
    background: #ffffff;
    height: 100%;
    left: 15px;
    right: 15px;
  }
  .header .search_form input {
    position: relative;
    z-index: 3;
  }
  .header .search_form button {
    z-index: 4;
  }
  .header .search_form.opened input {
    width: 250px;
  }
}
@media (max-width: 399px) {
  .header .menu_button {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media (max-width:359px) {
  .header .menu_button {
    margin-left: 15px;
  }
}

.web .search_form button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.web .header .main_menu a:hover {
  color: rgba(70, 70, 70, 0.7);
}

.touch .search_form button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .search_form button:active {
  background: rgba(0, 0, 0, 0.05);
}
.touch .header .main_menu a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .header .main_menu a:active {
  color: rgba(70, 70, 70, 0.7);
}

@keyframes topToCenter {
  0% {
    top: 5px;
  }
  50% {
    top: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    top: 11px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
@keyframes bottomToCenter {
  0% {
    bottom: 5px;
  }
  50% {
    bottom: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    bottom: 11px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
@keyframes centerToTop {
  100% {
    top: 5px;
  }
  50% {
    top: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  0% {
    top: 11px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
}
@keyframes centerToBottom {
  100% {
    bottom: 5px;
  }
  50% {
    bottom: 11px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  0% {
    bottom: 11px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
@keyframes overflowAuto {
  0% {
    overflow: hidden;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow-y: auto;
  }
}
@media (max-width: 959px) {
  .ios_device .menu_inner {
    overflow-y: auto;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_button:before {
    animation-name: topToCenter;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .menu_opened .menu_button:after {
    animation-name: bottomToCenter;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .menu_opened .menu_button span {
    opacity: 0;
  }
  .menu_opened .menu_block {
    bottom: 0;
  }
  .menu_opened .menu_inner {
    animation-name: overflowAuto;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }

  body:not(.menu_opened) .menu_button.active:before {
    animation-name: centerToTop;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  body:not(.menu_opened) .menu_button.active:after {
    animation-name: centerToBottom;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
}
.horizontal-menu.horizontal-menu--desktop {
  padding: 5px 15px !important;
  border-radius: 0 !important;
}

.horizontal-menu-item > a {
  padding: 5px 10px !important;
  border-radius: 3px !important;
  color: #333333 !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.horizontal-menu-item > a:hover {
  color: #ffffff !important;
  background: #333333 !important;
}

.horizontal-menu.horizontal-menu--desktop .horizontal-menu-parent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-menu-button {
  color: #333333 !important;
}

.footer {
  opacity: 0;
  max-width: 1753px;
  margin: 0 auto;
}
.footer .inner_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.footer_top {
  border-top: 2px solid #000000;
  padding: 45px 10px 10px;
}
.footer_top .inner_container {
  max-width: 1160px;
}
.footer_menues {
  flex: 1;
  display: flex;
  font-size: 130%;
  line-height: 16px;
}
.footer_menues > ul > li {
  padding-bottom: 30px;
  padding-right: 40px;
}
.footer_menues > ul > li > a,
.footer_menues > ul > li > div {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-family: "bold";
  color: #464646;
}
.footer_menues > ul > li li {
  padding-top: 15px;
  color: #505050;
}
.footer_menues > ul > li li a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer_menues .first_menu {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.footer_menues .second_menu {
  flex: 0 0 66.6%;
  max-width: 66.6%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.footer_menues .second_menu > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.footer .subscribe_form {
  width: 275px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 63px;
}
.footer .subscribe_form ::-webkit-input-placeholder {
  color: #9A9A9A;
}
.footer .subscribe_form :-moz-placeholder {
  color: #9A9A9A;
}
.footer .subscribe_form ::-moz-placeholder {
  color: #9A9A9A;
}
.footer .subscribe_form :-ms-input-placeholder {
  color: #9A9A9A;
}
.footer .subscribe_form input {
  width: auto;
  flex: 1;
  border: 1px solid #000000 !important;
  color: inherit;
  font-size: 130%;
  line-height: 16px;
  padding: 15px 17px;
}
.footer .subscribe_form button {
  width: 48px;
  min-width: 48px;
  background: #000000;
  color: #ffffff;
  font-size: 110%;
  border: none;
  padding: 0;
}
.footer .subscribe_form button:before {
  display: block;
}
.footer .subscribe_form .error_hint {
  top: 100%;
  left: 17px;
  font-size: 120%;
  line-height: 15px;
  margin-top: 2px;
}
.footer_subtitle {
  font-size: 130%;
  line-height: 16px;
  font-family: "bold";
  color: #464646;
  margin-bottom: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer .socials_list {
  display: flex;
}
.footer .socials_list li:not(:first-child) {
  margin-left: 20px;
}
.footer .socials_list a {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  font-size: 180%;
  border-radius: 50%;
}
.footer .socials_list a:before {
  display: block;
}
.footer_bottom {
  background: #000000;
  color: #ffffff;
  font-size: 120%;
  line-height: 15px;
  padding: 20px 10px;
}
.footer_bottom .inner_container {
  max-width: 1455px;
  justify-content: space-between;
}
.footer_bottom .copyrights {
  max-width: 50%;
  padding-right: 20px;
}
.footer_bottom .copyrights span {
  display: inline-block;
  vertical-align: top;
}
.footer_bottom .developer {
  max-width: 50%;
  padding-left: 20px;
}
.footer_bottom .developer a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-family: "bold";
}
@media (max-width: 1199px) {
  .footer_top {
    padding-top: 25px;
  }
  .footer_menues {
    font-size: 120%;
    line-height: 15px;
  }
  .footer_menues > ul > li li {
    padding-top: 10px;
  }
  .footer_subtitle {
    font-size: 120%;
    line-height: 15px;
  }
  .footer .subscribe_form input {
    font-size: 120%;
    line-height: 15px;
    padding: 13px 15px;
  }
  .footer .subscribe_form button {
    width: 45px;
    min-width: 45px;
  }
  .footer_bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 959px) {
  .footer_top, .footer_bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 959px) and (min-width: 768px) {
  .footer .first_menu {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .second_menu {
    flex: 0 0 50%;
    max-width: 50%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .footer .second_menu li {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer_top .inner_container {
    flex-wrap: wrap;
  }
  .footer_menues {
    flex: 0 0 100%;
  }
  .footer .first_menu {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .footer .second_menu {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .footer .social_section {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer .subscribe_form {
    margin-bottom: 0;
  }
  .footer .socials_list li:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .footer {
    text-align: center;
  }
  .footer_menues {
    display: block;
  }
  .footer_menues > ul > li {
    padding-bottom: 15px;
    padding-right: 0;
  }
  .footer .first_menu,
.footer .second_menu {
    flex: none;
    max-width: 100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .footer .social_section {
    display: block;
  }
  .footer .subscribe_form {
    margin: 0 auto 30px;
  }
  .footer .socials_list {
    justify-content: center;
  }
  .footer_bottom {
    padding-top: 10px;
  }
  .footer_bottom .inner_container {
    display: block;
  }
  .footer .copyrights,
.footer .developer {
    max-width: 100%;
    padding: 5px 0 0;
  }
}

.web .footer_menues > ul > li > a:hover {
  color: rgba(70, 70, 70, 0.7);
}
.web .footer_menues > ul > li li a:hover {
  color: rgba(80, 80, 80, 0.7);
}
.web .footer .socials_list a:hover,
.web .subscribe_form button:hover {
  background: rgba(0, 0, 0, 0.7);
}
.web .developer a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.touch .footer_menues a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .footer_menues > ul > li > a:active {
  color: rgba(70, 70, 70, 0.7);
}
.touch .footer_menues > ul > li li a:active {
  color: rgba(80, 80, 80, 0.7);
}
.touch .footer .socials_list a,
.touch .subscribe_form button {
  -o-transition: background 0.15s;
  -ms-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.touch .footer .socials_list a:active,
.touch .subscribe_form button:active {
  background: rgba(0, 0, 0, 0.7);
}
.touch .developer a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .developer a:active {
  color: rgba(255, 255, 255, 0.7);
}

body:not(.loaded) {
  height: 100%;
  position: relative;
  overflow: hidden;
}
body:not(.loaded).ios_device {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader span {
  display: block;
  position: relative;
  width: 8px;
  margin-left: 20px;
  height: 20px;
  margin-right: 88px;
  box-shadow: 12px 0 0 0, 24px 0 0 0, 36px 0 0 0, 48px 0 0 0, 60px 0 0 0, 72px 0 0 0, 84px 0 0 0;
}
.preloader span:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border: 2px solid;
}
.preloader span:after {
  display: block;
  content: "";
  position: absolute;
  right: -96px;
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  animation-name: pageLoading;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.verify_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 9999;
}

.verify_inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.verify_inner .first_logo {
  display: block;
  margin: 0 auto 15px;
  width: auto;
  height: 34px;
}
.verify_inner .second_logo {
  display: block;
  margin: 0 auto 35px;
  width: auto;
  height: 42px;
}
.verify_inner .popup_description {
  font-size: 180%;
  line-height: 25px;
  margin-top: 25px;
}

.reject_info,
.verify_container {
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  padding: 50px;
  text-align: center;
}

.reject_info {
  display: none;
}

.verify_container .large_title:before {
  display: block;
  width: 110px;
  border-top: 2px solid;
  margin: 0 auto 35px;
  content: "";
}

.verify_buttons {
  margin: 35px -10px 0;
  display: flex;
  justify-content: center;
}
.verify_buttons button {
  flex: 1;
  margin: 0 10px;
  max-width: 150px;
  height: 62px;
  font-size: 160%;
  letter-spacing: 1px;
  background: transparent;
  color: #333333;
  border: 1px solid;
}

@media (max-width: 1199px) {
  .verify_inner .popup_description {
    font-size: 140%;
    line-height: 20px;
  }

  .verify_buttons button {
    font-size: 140%;
    height: 48px;
  }

  .verify_container,
.reject_info {
    max-width: 480px;
    padding: 40px;
  }
}
@media (max-width: 959px) {
  .verify_container,
.reject_info {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .verify_container,
.reject_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@keyframes pageLoading {
  0% {
    width: 0;
  }
  1% {
    width: 10px;
  }
  12% {
    width: 10px;
  }
  13% {
    width: 22px;
  }
  24% {
    width: 22px;
  }
  25% {
    width: 34px;
  }
  36% {
    width: 34px;
  }
  37% {
    width: 46px;
  }
  48% {
    width: 46px;
  }
  49% {
    width: 58px;
  }
  60% {
    width: 58px;
  }
  61% {
    width: 70px;
  }
  72% {
    width: 70px;
  }
  73% {
    width: 82px;
  }
  84% {
    width: 82px;
  }
  85% {
    width: 94px;
  }
  100% {
    width: 94px;
  }
}
.web .verify_buttons button:hover {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}

.touch .verify_buttons button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .verify_buttons button:active {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}

.footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .popup_close,
.web .paging a:not(.current_page), .web .breadcrumbs a, .web .header .main_menu a, .web .footer_menues a, .web .developer a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .continue_btn,
.web form .button_block button, .web .footer .socials_list a,
.web .subscribe_form button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.error_hint, .field_block input,
.field_block textarea, .field_block .bootstrap-select .dropdown-item, .web .popup_block .empty_btn, .web .search_form button, .web .verify_buttons button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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