@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?9zzbul");
  src: url("../fonts/icons/icomoon.eot?9zzbul#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?9zzbul") format("truetype"), url("../fonts/icons/icomoon.woff?9zzbul") 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: "";
}

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: -15px;
  margin-right: -15px;
}

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

.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;
  }
}

.account_title {
  font-size: 180%;
  line-height: 1.22em;
  text-align: left;
  font-family: "bold";
  margin: 0;
  margin-bottom: 25px;
  margin-top: 60px;
}

.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;
}

select {
  visibility: hidden;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.breadcrumbs ul {
  list-style-type: none;
  margin: 0 -6px;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  padding: 0 6px;
}
.breadcrumbs a,
.breadcrumbs div {
  color: #A0A0A0;
  font-size: 140%;
  line-height: 23px;
  display: flex;
  align-items: center;
  max-width: 250px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.breadcrumbs a.current_page,
.breadcrumbs div.current_page {
  color: #333333;
}
.breadcrumbs a.current_page:after,
.breadcrumbs div.current_page:after {
  display: none;
}
.breadcrumbs a:after,
.breadcrumbs div:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 12px;
  content: "";
  border-left: 4px solid #A0A0A0;
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-top: 4px solid transparent;
}

.fixed_banner {
  position: fixed;
  top: 124px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #333333;
  color: #ffffff;
  text-align: center;
  font-size: 160%;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  font-family: "bold";
}
.fixed_banner + .content,
.fixed_banner + .covid_banner {
  margin-top: 50px;
}

.covid_banner {
  height: 50px;
  background: #B81A1A;
  color: #ffffff;
  text-align: center;
  font-size: 160%;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 19;
  position: relative;
  font-family: "bold";
}

.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  -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 {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.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;
}

@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;
  }

  .fixed_banner {
    top: 110px;
    height: 46px;
    font-size: 140%;
    line-height: 18px;
  }
  .fixed_banner + .content,
.fixed_banner + .covid_banner {
    margin-top: 46px;
  }

  .covid_banner {
    height: 46px;
    font-size: 140%;
    line-height: 18px;
  }

  .popup_container {
    padding: 40px;
  }

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

  .sale_popup .popup_container {
    max-width: 480px;
  }
  .sale_popup .sale_description {
    font-size: 140%;
    line-height: 20px;
  }
  .sale_popup .sale_code {
    font-size: 300%;
    line-height: 1.2em;
  }
  .sale_popup .continue_btn {
    margin-top: 30px;
    font-size: 140%;
    height: 48px;
  }
}
@media (max-width: 959px) {
  .sale_popup .popup_container {
    max-width: 400px;
  }
  .sale_popup .sale_code {
    margin-top: 15px;
    font-size: 280%;
  }
  .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: 50px;
    height: auto;
    z-index: 10;
  }
  .fixed_banner + .content,
.fixed_banner + .covid_banner {
    margin-top: 0;
  }

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

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

  .sale_popup .sale_code {
    font-size: 240%;
  }
}
@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);
}

.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 .breadcrumbs 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 .breadcrumbs a:hover {
  color: rgba(160, 160, 160, 0.7);
}

.footer .socials_list, .footer_menues ul, .shopping_cart .cart_options, .shopping_cart .cart_items ul, .header .main_menu, .header_actions, .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: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: relative;
  z-index: 100;
  color: #464646;
  height: 123px;
}
.header_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.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_top {
  position: relative;
  border-bottom: 2px solid #f4f4f4;
  z-index: 10;
  font-size: 130%;
  line-height: 17px;
}
.header_top .custom_container {
  display: flex;
  height: 55px;
  align-items: center;
}
.header_top .logo_block {
  min-width: 150px;
  margin-right: auto;
  text-align: center;
}
.header_top .logo_block img {
  vertical-align: top;
  width: auto;
  height: 30px;
}
.header_bottom {
  border-bottom: 1px solid #f4f4f4;
}
.header_bottom .custom_container {
  display: flex;
  height: 66px;
  align-items: center;
}
.header_bottom .logo_block img {
  display: block;
  width: 150px;
  height: auto;
}
.header .search_form {
  position: relative;
}
.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: rgba(235, 235, 235, 0.7);
  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_actions {
  display: flex;
  padding-left: 10px;
}
.header_actions > li {
  display: flex;
  align-items: center;
}
.header_actions > li:before {
  display: block;
  border-left: 1px solid #000000;
  height: 22px;
  content: "";
  margin: 0 20px;
  opacity: 0.1;
}
.header_actions > li > a {
  display: block;
  white-space: nowrap;
  align-items: center;
  color: inherit;
  font-family: "bold";
  position: relative;
  max-width: 252px;
  text-overflow: ellipsis;
}
.header_actions > li > a:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 169.2%;
  margin-right: 14px;
  line-height: 24px;
  padding: 0 1px;
}
.header_actions > li > a:after {
  display: block;
  position: absolute;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.header_actions > li > a.icon_heart:before {
  -webkit-text-stroke: 1.5px;
  -webkit-text-fill-color: transparent;
}
.header_actions > li > a .count_block {
  margin-left: 10px;
  font-family: "regular";
}
.header_actions > li > a .count_block:before {
  content: "(";
}
.header_actions > li > a .count_block:after {
  content: ")";
}
.header_actions > li > a.inactive {
  cursor: default;
}
.header_actions > li > a.inactive:hover:after {
  content: attr(data-inactive);
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  background: #ffffff;
  opacity: 1;
  font-family: "regular" !important;
  top: 100%;
  margin-top: 5px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  font-size: 84.6%;
}
.header_actions > li > a:not(.inactive) {
  overflow: hidden;
}
.header .menu_block {
  flex: 1;
  padding-right: 150px;
}
.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 13px;
  }
  .header .main_menu li.special_item {
    padding: 0 23px;
  }
}
@media (max-width: 1199px) {
  .header {
    height: 110px;
  }
  .header_top {
    font-size: 120%;
  }
  .header_top .custom_container {
    height: 50px;
  }
  .header_bottom .custom_container {
    height: 58px;
  }
  .header_actions {
    padding-left: 0;
  }
  .header_actions > li:before {
    margin: 0 15px;
    height: 18px;
  }
  .header_actions > li > a {
    max-width: 230px;
  }
  .header_actions > li > a:before {
    margin-right: 9px;
    font-size: 166.7%;
    line-height: 22px;
  }
  .header_actions > li > a .count_block {
    margin-left: 5px;
  }
  .header_actions > li > a.inactive:after {
    width: 100%;
    white-space: normal;
    font-size: 91.7%;
    text-align: center;
  }
  .header .main_menu {
    margin-right: -8px;
  }
  .header .main_menu li:not(.special_item) {
    padding: 0 8px;
    font-size: 110%;
    line-height: 15px;
  }
  .header .main_menu li.special_item {
    padding: 0 13px;
    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 {
    width: 190px;
    padding-right: 30px;
  }
}
@media (max-width: 959px) {
  .header_actions {
    font-size: 0;
  }
  .header_actions > li {
    flex-direction: row-reverse;
  }
  .header_actions > li:before {
    margin: 0 8px;
    height: 24px;
  }
  .header_actions > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .header_actions > li > a:before {
    font-size: 2.4rem;
    line-height: 30px;
    padding: 0 2px;
    margin: 0;
    display: block;
  }
  .header_actions > li > a .count_block {
    font-size: 0.9rem;
    line-height: 10px;
    position: absolute;
    min-width: 16px;
    right: 5px;
    top: 5px;
    padding: 3px 5px;
    text-align: center;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  .header_actions > li > a .count_block:before, .header_actions > li > a .count_block:after {
    display: none;
  }
  .header_actions > li > a.inactive:hover:after {
    font-size: 1.1rem;
    width: auto;
    z-index: 10;
    min-width: 120px;
    margin-top: -5px;
  }
  .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: 52px;
    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;
  }
  .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 {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0 15px;
    margin-top: 10px;
    -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 {
    right: 15px;
    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;
  }
}
@media (max-width: 479px) {
  .header_top .logo_block {
    width: auto;
    min-width: 0;
  }
  .header .search_form {
    width: 60px;
    -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 {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .header .search_form button {
    z-index: 4;
  }
  .header .search_form.opened {
    width: 100%;
  }
  .header .search_form.opened input {
    width: 100%;
  }
}
@media (max-width: 399px) {
  .header_actions > li:before {
    margin: 0 5px;
  }
  .header .menu_button {
    margin-right: 0;
    margin-left: 10px;
  }
  .header .search_form {
    padding: 0 10px;
  }
  .header .search_form button {
    right: 10px;
  }
  .header .search_form:before {
    left: 10px;
    right: 10px;
  }
}
@media (max-width:359px) {
  .header_actions > li:before {
    margin: 0;
  }
  .header_actions > li > a:before {
    font-size: 2rem;
  }
  .header .menu_button {
    margin-left: 15px;
  }
  .header .search_form {
    padding: 0 10px;
  }
  .header .search_form button {
    right: 10px;
  }
  .header .search_form:before {
    left: 10px;
    right: 10px;
  }
}

.shopping_cart {
  color: #333333;
  position: fixed;
  overflow: hidden;
  font-size: 1rem;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.15);
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.shopping_cart .cart_inner {
  background: #ffffff;
  height: 100%;
  padding: 55px;
  display: flex;
  flex-direction: column;
  width: 656px;
  margin-left: auto;
}
.shopping_cart .cart_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.shopping_cart .cart_title {
  font-size: 260%;
  line-height: 32px;
  font-family: "bold";
  color: inherit;
  padding-right: 30px;
  margin: 0;
}
.shopping_cart .close_btn {
  display: block;
  border: none;
  background: transparent;
  padding: 6px;
  margin-right: 15px;
  font-size: 140%;
  color: #000000;
}
.shopping_cart .close_btn:before {
  display: block;
}
.shopping_cart .cart_items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shopping_cart .cart_items li {
  padding: 15px 21px 15px 0;
  display: flex;
}
.shopping_cart .cart_items li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.shopping_cart .cart_items li.hovered .item_image img {
  opacity: 0.7;
}
.shopping_cart .cart_items li.hovered .item_name a {
  color: rgba(0, 0, 0, 0.7);
}
.shopping_cart .cart_items .delete_btn {
  border: none;
  background: transparent;
  color: #000000;
  font-size: 70%;
  padding: 6px;
  margin-right: 4px;
  align-self: center;
}
.shopping_cart .cart_items .delete_btn:before {
  display: block;
  font-weight: bold;
}
.shopping_cart .cart_items .item_image {
  width: 73px;
  min-width: 73px;
  height: 79px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping_cart .cart_items .item_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.shopping_cart .cart_items .item_info {
  flex: 1;
  width: 40%;
  display: flex;
  justify-content: space-between;
  font-size: 160%;
}
.shopping_cart .cart_items .item_name {
  flex: 1;
  max-width: 200px;
  padding: 5px 0;
}
.shopping_cart .cart_items .item_name a {
  display: inline-block;
  color: inherit;
  line-height: 19px;
  font-family: "bold";
}
.shopping_cart .cart_items .item_price {
  width: 80px;
  min-width: 80px;
  text-align: right;
  align-self: center;
  font-family: "bold";
  white-space: nowrap;
}
.shopping_cart .cart_items .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 0;
  width: 4px;
  right: 0;
}
.shopping_cart .cart_items .scroll-y div.scroll-element_track {
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.shopping_cart .cart_items .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.shopping_cart .cart_items .scroll-y div.scroll-bar:hover {
  background: rgba(0, 0, 0, 0.8);
}
.shopping_cart .count_action {
  margin: 0 20px;
}
.shopping_cart .count_action input {
  width: 30px;
  line-height: 19px;
}
.shopping_cart .count_action button {
  line-height: 9px;
}
.shopping_cart .cart_options {
  padding-top: 30px;
}
.shopping_cart .cart_options li {
  display: flex;
  padding: 0 21px 20px 25px;
  justify-content: space-between;
  font-size: 160%;
  line-height: 19px;
}
.shopping_cart .cart_options li:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.shopping_cart .cart_options .option_result {
  font-family: "bold";
}
.shopping_cart .checkout_link {
  display: flex;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  line-height: 16px;
  color: #ffffff;
  background: #272727;
}
.shopping_cart .checkout_link:hover {
  background: rgba(39, 39, 39, 0.7);
}
@media (max-width: 1399px) {
  .shopping_cart .cart_inner {
    padding: 25px;
    width: 600px;
  }
}
@media (max-height: 649px) {
  .shopping_cart .cart_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .shopping_cart .cart_options {
    padding-top: 10px;
  }
  .shopping_cart .cart_options li {
    padding-bottom: 10px;
  }
  .shopping_cart .cart_options li:last-child {
    margin-top: 5px;
    padding-top: 10px;
  }
  .shopping_cart .checkout_link {
    margin-top: 10px;
    height: 40px;
  }
  .shopping_cart .cart_items li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-height: 479px) {
  .shopping_cart .cart_inner {
    display: block;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .shopping_cart .cart_items {
    max-height: none !important;
  }
}
@media (max-width: 1199px) {
  .shopping_cart .cart_inner {
    padding: 20px;
    width: 480px;
  }
  .shopping_cart .cart_title {
    font-size: 200%;
    line-height: 26px;
  }
  .shopping_cart .close_btn {
    margin-right: 0;
  }
  .shopping_cart .cart_items li {
    padding-right: 6px;
  }
  .shopping_cart .cart_items .item_info {
    font-size: 140%;
  }
  .shopping_cart .cart_items .item_name a {
    line-height: 18px;
  }
  .shopping_cart .cart_items .item_price {
    width: 65px;
    min-width: 65px;
  }
  .shopping_cart .cart_items .count_action {
    margin: 0 15px;
  }
  .shopping_cart .cart_items .count_action input {
    line-height: 18px;
    width: 27px;
  }
  .shopping_cart .cart_items .item_image {
    margin-right: 10px;
  }
  .shopping_cart .cart_options {
    padding-top: 20px;
  }
  .shopping_cart .cart_options li {
    font-size: 140%;
    line-height: 18px;
    padding-right: 6px;
  }
}
@media (max-width: 575px) {
  .shopping_cart .cart_inner {
    padding: 20px 15px;
    width: 360px;
  }
  .shopping_cart .cart_items .item_info {
    font-size: 130%;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .shopping_cart .cart_items .item_name {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shopping_cart .cart_items .item_name a {
    line-height: 16px;
  }
  .shopping_cart .cart_items .count_action {
    margin: 0;
  }
  .shopping_cart .cart_items .count_action input {
    line-height: 16px;
    width: 24px;
  }
  .shopping_cart .cart_items .item_image {
    margin-right: 15px;
  }
  .shopping_cart .cart_options li {
    font-size: 130%;
    line-height: 16px;
  }
}
@media (max-width: 399px) {
  .shopping_cart .cart_inner {
    width: 320px;
  }
}
@media (max-width:359px) {
  .shopping_cart .cart_inner {
    width: 280px;
  }
  .shopping_cart .cart_items .item_info {
    font-size: 120%;
  }
  .shopping_cart .cart_items .item_image {
    margin-right: 10px;
    width: 60px;
    min-width: 60px;
    height: 70px;
  }
}

.count_action {
  display: flex;
  align-items: center;
}
.count_action input {
  border: none;
  padding: 0;
  text-align: center;
  color: inherit;
}
.count_action button {
  border: none;
  background: transparent;
  padding: 3px;
  color: inherit;
}
.count_action button:before {
  display: block;
}

.cart_opened .shopping_cart {
  width: 100%;
  height: 100%;
}

.web .cart_items .delete_btn:hover,
.web .count_action button:hover,
.web .shopping_cart .close_btn:hover,
.web .search_form button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.web .header .main_menu a:hover,
.web .header_actions > li > a:not(.inactive):hover {
  color: rgba(70, 70, 70, 0.7);
}
.web .cart_items .scroll-y {
  opacity: 0;
}
.web .cart_items:hover .scroll-y {
  opacity: 1;
}

.touch .count_action button,
.touch .cart_items .delete_btn,
.touch .shopping_cart .close_btn,
.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 .count_action button:active,
.touch .cart_items .delete_btn:active,
.touch .shopping_cart .close_btn:active,
.touch .search_form button:active {
  background: rgba(0, 0, 0, 0.05);
}
.touch .header .main_menu a,
.touch .header_actions > li > a:not(.inactive) {
  -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,
.touch .header_actions > li > a:not(.inactive):active {
  color: rgba(70, 70, 70, 0.7);
}
.touch .cart_items .scroll-y {
  opacity: 1;
}

@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) {
  .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;
  }
}
.footer {
  opacity: 1;
  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);
}

.shopping_cart .cart_items .item_image img, .shopping_cart .cart_items .scroll-y, .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, .shopping_cart .cart_items .item_name a, .web .header .main_menu a,
.web .header_actions > li > a:not(.inactive), .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, .shopping_cart .cart_items .scroll-y div.scroll-bar, .shopping_cart .checkout_link, .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 .cart_items .delete_btn,
.web .count_action button,
.web .shopping_cart .close_btn,
.web .search_form 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 */
