@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/AvenirNext/AvenirNext.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  font-display: "auto";
  src: url("../fonts/AvenirNext-Medium/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium/AvenirNext-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "italic";
  font-display: "auto";
  src: url("../fonts/AvenirNext-Italic/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Italic/AvenirNext-Italic.woff") format("woff"), url("../fonts/AvenirNext-Italic/AvenirNext-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium-italic";
  font-display: "auto";
  src: url("../fonts/AvenirNext-MediumItalic/AvenirNext-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-MediumItalic/AvenirNext-MediumItalic.woff") format("woff"), url("../fonts/AvenirNext-MediumItalic/AvenirNext-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/AvenirNext-Bold/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Bold/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext-Bold/AvenirNext-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?s2sg41");
  src: url("../fonts/icons/icomoon.eot?s2sg41#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?s2sg41") format("truetype"), url("../fonts/icons/icomoon.woff?s2sg41") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_search:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
}

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: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.page_title {
  font-size: 200%;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}

.content {
  padding: 20px 0;
}

.product_image {
  display: block;
  position: relative;
}
.product_image:before {
  display: block;
  content: "";
  padding-bottom: 150%;
  background: #000000;
  opacity: 0;
}
.product_image img {
  object-fit: cover;
}

.hovered .product_image {
  opacity: 0.8;
}

.text_page {
  max-width: 760px;
  padding: 40px 20px;
  font-family: "regular";
  font-size: 140%;
  line-height: 20px;
  margin: 0 auto;
}
.text_page .page_subtitle {
  font-family: "bold";
}
.text_page ul {
  padding-left: 20px;
  list-style-type: square;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 120%;
  line-height: 16px;
  font-family: "regular";
  padding-bottom: 20px !important;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:first-child {
  padding-left: 8px;
  font-family: "medium";
}
.breadcrumbs li:not(:first-child):before {
  display: block;
  border-top: 2px solid;
  margin: 0 5px;
  min-width: 15px;
  width: 15px;
  content: "";
}
.breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

@media (max-width: 768px) {
  .breadcrumbs li:not(:first-child):before {
    min-width: 10px;
    width: 10px;
  }
}
.web .breadcrumbs a:hover {
  color: #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:active {
  color: #666666;
}

.footer_menu, .header .submenu_list, .header .main_menu, .header .second_menu, .breadcrumbs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*=icon_]:before, .header .search_btn:after, [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;
  width: 100%;
  height: 156px;
  z-index: 100;
}
.header_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 42px 50px 90px;
  display: flex;
}
.header_menu_block {
  flex: 1;
  width: 80%;
}
.header .main_logo {
  position: absolute;
  top: 23px;
  left: 50%;
  width: 320px;
  text-align: center;
  margin-left: -160px;
}
.header .main_logo a {
  display: inline-block;
  vertical-align: top;
}
.header .main_logo img {
  display: inline-block;
  height: 58px;
  width: auto;
}
.header .second_menu {
  display: flex;
  font-size: 170%;
  line-height: 24px;
  font-family: "bold";
  letter-spacing: 2px;
}
.header .second_menu li:first-child {
  margin-right: auto;
}
.header .second_menu a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.header .second_menu .items_count:before {
  content: "(";
}
.header .second_menu .items_count:after {
  content: ")";
  margin-left: -1px;
}
.header .second_menu .items_count:empty {
  display: none;
}
.header .main_menu {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 110px;
  font-family: "medium";
}
.header .main_menu > li {
  position: relative;
  padding: 3px 30px 19px;
}
.header .main_menu > li:first-child .submenu_block {
  right: -50px;
}
.header .main_menu > li:last-child .submenu_block {
  left: -50px;
}
.header .main_menu > li:first-child:last-child .submenu_block {
  left: 50% !important;
  right: auto !important;
  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);
}
.header .main_menu > li.opened button:before {
  opacity: 1;
  pointer-events: inherit;
}
.header .main_menu button {
  border: none;
  position: relative;
  font-size: 170%;
  line-height: 24px;
  padding: 0;
  background: transparent;
  font-family: "bold";
  letter-spacing: 2px;
}
.header .main_menu button:before {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  left: -15px;
  right: -15px;
  bottom: -3px;
  background: #f2f2f2;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.header .submenu_block {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: auto;
  background: rgba(213, 213, 213, 0.9);
  padding: 25px 45px 25px 50px;
  display: none;
}
.header .submenu_block:not([class*=_col]) {
  white-space: nowrap;
}
.header .submenu_block.two_col .submenu_list {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.header .submenu_block.three_col .submenu_list {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.header .submenu_block.four_col .submenu_list {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.header .submenu_block.five_col {
  padding-left: 30px;
  padding-right: 30px;
}
.header .submenu_block.five_col .submenu_list {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 140%;
}
.header .submenu_block.five_col .submenu_list li {
  min-width: 125px;
}
.header .collection_name {
  font-size: 160%;
  line-height: 24px;
}
.header .submenu_list {
  font-size: 150%;
  line-height: 18px;
  min-width: 180px;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  column-width: auto;
}
.header .submenu_list li {
  padding-top: 20px;
  min-width: 135px;
}
.header .submenu_list a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.header .menu_button {
  display: none;
}
.header .search_block {
  padding-right: 50px;
}
.header .search_block.opened .search_btn:after {
  content: "";
  width: 24px;
  font-weight: bold;
  font-size: 2rem;
}
.header .search_block.opened .search_form {
  height: 90px;
}
.header .search_block.opened .search_form input,
.header .search_block.opened .search_form button {
  opacity: 1;
}
.header .search_form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 0;
  overflow: hidden;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background: rgba(213, 213, 213, 0.9);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.header .search_form ::-webkit-input-placeholder {
  color: #999999;
}
.header .search_form :-moz-placeholder {
  color: #999999;
}
.header .search_form ::-moz-placeholder {
  color: #999999;
}
.header .search_form :-ms-input-placeholder {
  color: #999999;
}
.header .search_form input {
  border: none;
  background: transparent;
  font-size: 140%;
  line-height: 20px;
  padding: 5px 50px 5px 0;
  border-bottom: 1px solid #000000;
  color: inherit;
  flex: 0 0 100%;
  width: 100%;
  max-width: 960px;
  opacity: 0;
}
.header .search_form button {
  border: none;
  padding: 5px 0;
  background: transparent;
  font-size: 200%;
  margin-left: -20px;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.header .search_form button:before {
  display: block;
}
.header .search_btn {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 170%;
  line-height: 24px;
  display: flex;
  font-family: "bold";
  letter-spacing: 2px;
}
.header .search_btn:after {
  display: block;
  margin-left: 15px;
  content: "";
  font-size: 2.4rem;
}
@media (max-width: 1559px) {
  .header .main_menu > li:first-child .submenu_block.five_col {
    right: -120px;
  }
  .header .main_menu > li:last-child .submenu_block.five_col {
    left: -120px;
  }
}
@media (max-width: 1440px) {
  .header .main_menu > li:first-child .submenu_block.five_col {
    right: -200px;
  }
  .header .main_menu > li:last-child .submenu_block.five_col {
    left: -200px;
  }
  .header .submenu_block.five_col .submenu_list {
    font-size: 130%;
  }
  .header .submenu_block.five_col .submenu_list li {
    min-width: 120px;
  }
  .header .submenu_block.four_col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .submenu_block.four_col .submenu_list {
    font-size: 130%;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .header .submenu_block.four_col .submenu_list li {
    min-width: 120px;
  }
}
@media (max-width: 1199px) {
  .header {
    height: 130px;
  }
  .header_inner {
    padding: 30px 20px 80px;
  }
  .header .search_block {
    padding-right: 30px;
  }
  .header .search_block.opened .search_btn:after {
    width: 20px;
    font-size: 1.6rem;
  }
  .header .search_btn {
    font-size: 140%;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .header .search_btn:after {
    font-size: 2rem;
    margin-left: 10px;
  }
  .header .second_menu {
    font-size: 140%;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .header .main_logo {
    top: 20px;
  }
  .header .main_logo img {
    height: 44px;
  }
  .header .main_menu {
    top: 84px;
  }
  .header .main_menu button {
    font-size: 150%;
    letter-spacing: 1px;
  }
  .header .main_menu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .main_menu > li:first-child .submenu_block {
    right: -20px;
  }
  .header .main_menu > li:first-child .submenu_block.four_col {
    right: -160px;
  }
  .header .main_menu > li:first-child .submenu_block.five_col {
    right: -320px;
  }
  .header .main_menu > li:last-child .submenu_block {
    left: -20px;
  }
  .header .main_menu > li:last-child .submenu_block.four_col {
    left: -160px;
  }
  .header .main_menu > li:last-child .submenu_block.five_col {
    left: -320px;
  }
  .header .submenu_block {
    padding: 20px 30px;
  }
  .header .submenu_block.five_col .submenu_list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header .collection_name {
    font-size: 140%;
  }
  .header .submenu_list {
    font-size: 130%;
    line-height: 16px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header .submenu_list li {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .header .main_menu button {
    font-size: 150%;
  }
  .header .main_menu > li:first-child .submenu_block.three_col {
    right: -130px;
  }
  .header .main_menu > li:first-child .submenu_block.four_col {
    right: -260px;
  }
  .header .main_menu > li:first-child .submenu_block.five_col {
    right: -360px;
  }
  .header .main_menu > li:last-child .submenu_block.three_col {
    left: -130px;
  }
  .header .main_menu > li:last-child .submenu_block.four_col {
    left: -260px;
  }
  .header .main_menu > li:last-child .submenu_block.five_col {
    left: -360px;
  }
  .header .submenu_block {
    padding: 20px;
  }
  .header .submenu_block.five_col {
    padding: 20px;
  }
  .header .collection_name {
    font-size: 140%;
  }
  .header .submenu_list {
    font-size: 130%;
    line-height: 16px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header .submenu_list li {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 70px;
  }
  .header_inner {
    padding: 20px;
  }
  .header_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header_menu_block {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    bottom: 100%;
    overflow: hidden;
    -o-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    background: #ffffff;
    text-align: center;
  }
  .header_menu_block:before {
    display: block;
    content: "";
    border-top: 1px solid #e5e5e5;
  }
  .header_menu_inner {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .header .main_logo {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    width: auto;
  }
  .header .main_logo img {
    height: 30px;
  }
  .header .menu_button {
    display: block;
    border: none;
    background: transparent;
    padding: 11px 0;
    height: 24px;
    width: 24px;
    color: inherit;
    position: relative;
  }
  .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: 4px;
  }
  .header .menu_button:after {
    bottom: 4px;
  }
  .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 .search_block {
    padding: 0;
  }
  .header .search_block.opened .search_btn:after {
    width: 24px;
    height: 24px;
    font-size: 2rem;
    padding: 2px 0;
  }
  .header .search_block.opened .search_form {
    height: 70px;
  }
  .header .search_btn {
    font-size: 0;
    letter-spacing: 0;
    width: 24px;
  }
  .header .search_btn:after {
    margin-left: 0;
    font-size: 2.4rem;
  }
  .header .main_menu {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    padding-top: 20px;
  }
  .header .main_menu > li {
    padding: 10px 20px 0;
  }
  .header .main_menu button {
    margin: 0 auto 10px;
  }
  .header .main_menu button:after {
    display: none;
  }
  .header .submenu_block {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100%;
    top: auto !important;
    background: #f2f2f2;
    padding: 10px 20px !important;
  }
  .header .submenu_list {
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
    font-size: 140% !important;
    white-space: normal !important;
  }
  .header .submenu_list li {
    padding-top: 10px !important;
  }
  .header .submenu_list a {
    padding: 3px 0;
  }
  .header .second_menu {
    display: block;
    padding-top: 10px;
  }
  .header .second_menu li {
    padding: 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .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 .header_menu_block {
    bottom: 0;
  }
  .menu_opened .header_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;
  }
}
@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;
  }
}
.web .second_menu a:hover,
.web .search_btn:hover,
.web .search_form button:hover,
.web .main_menu button:hover,
.web .submenu_list a:hover {
  color: #666666;
}
.touch .main_menu button,
.touch .submenu_list a,
.touch .second_menu a,
.touch .search_form button,
.touch .search_btn {
  -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 .main_menu button:active,
.touch .submenu_list a:active,
.touch .second_menu a:active,
.touch .search_form button:active,
.touch .search_btn:active {
  color: #999999;
}
.touch .main_logo a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.touch .main_logo a:active {
  opacity: 0.7;
}

.footer {
  opacity: 1;
}
.footer_inner {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  font-size: 130%;
  line-height: 18px;
  color: #666666;
}
.footer_menu {
  display: flex;
}
.footer_menu li {
  padding-right: 30px;
}
.footer a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer .copyrights span {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .footer_inner {
    padding: 20px;
  }
  .footer_menu li {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer_menu {
    display: block;
    padding-bottom: 10px;
  }
  .footer_menu li {
    padding: 0 0 10px;
  }
}

.web .footer a:hover {
  color: #000000;
}

.touch .footer 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 a:active {
  color: #000000;
}

.product_image, .web .main_logo a, .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 .breadcrumbs a, .web .second_menu a,
.web .search_btn,
.web .search_form button,
.web .main_menu button,
.web .submenu_list a, .web .footer 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;
}

.header .main_menu button:before, .header .search_form input, .header .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;
}

.web .main_logo a:hover {
  opacity: 0.7;
}

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