/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/images/t8903001/fonts/opensans-regular.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-regular.woff") format("woff");
}

@font-face {
  font-weight: 600;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/images/t8903001/fonts/opensans-semibold.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-semibold.woff") format("woff");
}

@font-face {
  font-weight: 700;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/images/t8903001/fonts/opensans-bold.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-bold.woff") format("woff");
}

@font-face {
  font-weight: 800;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/images/t8903001/fonts/opensans-extrabold.woff2") format("woff2"), url("/images/t8903001/fonts/opensans-extrabold.woff") format("woff");
}

/* ==========================================================================
   SPECIFICATION
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html *, html ::after, html ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", Tahoma, sans-serif;
  word-wrap: break-word;
  color: #222;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #0373a7; 
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 0;
  color: #424242;
  border: 1px solid #dddddd;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

input,
textarea {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 6px rgba(200, 200, 200, 0.7);
          box-shadow: 0 0 6px rgba(200, 200, 200, 0.7);
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  clear: both;
  *zoom: 1;
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 0 45px;
  font-weight: 700;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  word-wrap: normal;
  color: #fff;
  background-color: #0089c9;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover,
.button:focus {
  color: #fff;
  background-color: #0373a7;
  outline: none;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  height: 100%;
  background: url(/images/t8903001/img/shopping-cart-white.svg) no-repeat center;
  background-size: 23px 22px;
}

.button::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 45px;
  width: 1px;
  background-color: #056592;
}

.button span {
  display: block;
  padding: 14px 12px;
}

.button--common {
  display: inline-block;
  padding: 19px 15px;
  font-size: 16px;
  text-align: center;
}

.button--common::before,
.button--common::after {
  display: none;
}

/* ==========================================================================
   HOME PAGE
   ========================================================================== */
/* Main-header
   ========================================================================== */
.main-header {
  padding-top: 37px;
}

.main-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}

.main-header__logo {
  margin-left: 31px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}

.logo__text {
  margin: 0;
}

.logo__text strong {
  display: block;
  margin-bottom: 1px;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  color: #010101;
}

.logo__text span {
  font-size: 11px;
  letter-spacing: 0.025em;
  color: #7f7f7b;
}

.main-header__user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header__search {
  margin-right: 65px;
}

.search {
  position: relative;
  width: 275px;
}

.search__field {
  padding: 15px 48px 15px 19px;
  border: 1px solid #c4e4f3;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search__field:focus {
  -webkit-box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
          box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
}

.search__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  width: 48px;
  padding: 0;
  border: none;
  background: url("/images/t8903001/img/search-icon.svg") no-repeat center;
  background-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  cursor: pointer;
}

.search__button:hover,
.search__button:focus {
  opacity: 0.8;
  outline: none;
}

.user {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 45px;
}

.user__item:last-child {
  margin-right: 0;
  text-align: right;
}

.user__item::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.user__item:first-child::before {
  width: 46px;
  height: 46px;
  background-image: url("/images/t8903001/img/user-icon.svg");
}

.user__item:last-child::before {
  width: 48px;
  height: 48px;
  background-image: url("/images/t8903001/img/support-icon.svg");
}

.user__item-text {
  margin: 0;
}

.user__item a {
  position: relative;
  line-height: 1.7em;
  color: #0373a7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user__item:last-child a:first-child {
  font-weight: 700;
  font-size: 18px;
  color: #222;
}

.user__item:last-child a:first-child:hover,
.user__item:last-child a:first-child:focus {
  color: #0373a7;
}

.user__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #679cbf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user__item:last-child a:first-child::after {
  display: none;
}

.user__item a:hover::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0089c9;
  border-bottom: 4px solid #0373a7;
}

/***** main header menu *****/
.main-header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #0089c9;
}

.main-header__mobile-logo {
  position: relative;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background-color: #fff;
}

.main-header__mobile-logo .logo {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.main-header__menu-close {
  top: 14px;
  left: 325px;
  display: none;
  width: 45px;
  height: 45px;
  padding: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-header__menu-close--on-overlay {
  position: fixed;
  left: 325px;
  z-index: 6;
  background-image: url("/images/t8903001/img/cancel.svg");
}

.main-header__menu-close--on-menu {
  position: absolute;
  background-image: url("/images/t8903001/img/cancel-gray.svg");
}

.show-main-nav .main-header__menu-close--on-overlay {
  display: block;
}

.main-header__hamburger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-header__hamburger::before {
  content: "";
  width: 45px;
  height: 45px;
  padding: 10px;
  background: url("/images/t8903001/img/menu.svg") no-repeat center;
  background-size: 25px 25px;
}

.main-header__hamburger span {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.drawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-property: background-color, visibility;
  transition-property: background-color, visibility;
}

.show-main-nav .drawer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

html.show-main-nav {
  overflow: hidden;
}

.show-main-nav body {
  position: relative;
  overflow: hidden;
}

.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-nav__item {
  position: relative;
}

.main-nav__link {
  display: block;
  padding: 19px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #0089c9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-nav__item:first-child .main-nav__link {
  padding-left: 31px;
}

.main-nav__item:hover .main-nav__link,
.main-nav__item--current .main-nav__link {
  background-color: #0373a7;
}

.main-nav__item:focus-within .main-nav__link {
  background-color: #0373a7;
}


/*.main-nav__link--has-dropdown::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("/images/t8903001/img/angle-down.svg") no-repeat 0 0;
  background-size: contain;
}*/

.main-nav__dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 260px;
  margin: 22px 0 0 0;
  padding: 15px 0;
  background-color: #0089c9;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.15s, opacity 0.15s;
  transition: margin 0.15s, opacity 0.15s;
}

.main-nav__link-box-level-2 {
    position: relative;
    margin: 0;
}

.main-nav__dropdown a {
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-nav .main-nav__link-level-2--has-dropdown {
    padding-right: 40px;
}

.main-nav__item-level-2:hover .main-nav__link-level-2  {
    background-color: #0373a7;
}


.main-nav__item-level-2:focus-within .main-nav__link-level-2 {
    background-color: #0373a7;
}



.main-nav__item:hover .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  margin: 0;
}


.main-nav__item:focus-within .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  margin: 0;
}



    .main-nav__dropdown li.line {
    padding-top: 10px;
	padding-bottom: 10px;
  }

    .main-nav__dropdown li.line span {
    padding: 0px;
	margin: 0px;
	height: 1px;
    background-color: #13a6ea;
	display: block;
	width: 100%;
  }

.main-nav__link-box {
    position: relative;
    margin: 0;
}


.main-nav__caret {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url("/images/t8903001/img/angle-down.svg") no-repeat center;
    background-size: 13px 8px;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
         -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}


.main-nav__link--has-dropdown {
    padding-right: 40px;
}

.main-nav__caret-level-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url("/images/t8903001/img/angle-down.svg") no-repeat center;
    background-size: 13px 8px;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
         -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

/***** style for level 3 menu *****/
.main-nav__dropdown-level-3 {
    position: absolute;
    top: -15px;
    left: 100%;
    width: 260px;
    padding: 15px 0;
    list-style: none;
    background-color: #0089c9;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.main-nav__item-level-2:hover .main-nav__dropdown-level-3 {
    opacity: 1;
    visibility: visible;
}



.main-nav__item-level-2:focus-within .main-nav__dropdown-level-3 {
    opacity: 1;
    visibility: visible;
}


.main-nav__item-level-2 {
    position: relative;
}

.main-nav__dropdown-level-3 li:hover a{
    background-color: #0373a7;
}

.main-nav__dropdown-level-3 li:focus-within a {
    background-color: #0373a7;
}


/***** end style for level 3 menu *****/

/***** header-actions *****/
.header-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-actions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header-actions__item--favorites .header-actions__link {
  width: 125px;
  background-color: #0089c9;
}

.header-actions__item--basket .header-actions__link {
  width: 170px;
  background-color: #ffe600;
}

.header-actions__item--favorites .header-actions__link:hover,
.header-actions__item--favorites .header-actions__link:focus {
  background-color: #0373a7;
}

.header-actions__item--basket .header-actions__link:hover,
.header-actions__item--basket .header-actions__link:focus {
  background-color: #e0ca01;
}

.header-actions__icon-box {
  position: relative;
  margin: 0;
}

.header-actions__item--basket .header-actions__icon-box {
  margin-right: 21px;
}

.header-actions__item--favorites .header-actions__icon {
  width: 30px;
  height: 27px;
}

.header-actions__item--basket .header-actions__icon {
  width: 32px;
  height: 30px;
}

.header-actions__counter {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  font-weight: 800;
  text-align: center;
  border-radius: 50%;
}

.header-actions__item--favorites .header-actions__counter {
  top: -8px;
  right: -10px;
  color: #010101;
  background-color: rgba(255, 230, 0, 0.8);
}

.header-actions__item--basket .header-actions__counter {
  top: -7px;
  right: -10px;
  color: #fff;
  background-color: rgba(0, 137, 201, 0.84);
}

.header-actions__text {
  margin: 0;
  font-size: 16px;
  color: #010101;
}

/* Advantages
   ========================================================================== */
.page {
  overflow-x: hidden;
}

.advantages {
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 25px 0;
  border: 1px solid #dddddd;
}

.advantages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages li {
  position: relative;
  max-width: 275px;
  margin-right: 30px;
  padding: 9px 25px 12px 60px;
  font-size: 13px;
  color: #838383;
  border-right: 1px solid #dddddd;
}

.advantages li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.advantages li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


.advantages strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #1c1b1b;
}

.advantages p {
  margin: 0;
  color: #1c1b1b;
}

/* Index-wrapper
   ========================================================================== */
.index-wrapper {
  margin-bottom: 40px;
}

.index-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Shop menu
   ========================================================================== */
.shop-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 330px;
  border: 1px solid #dddddd;
}

.shop-menu--accordion {
  margin-bottom: 26px;
}

.shop-menu__item {
  position: relative;
}

.shop-menu__item:first-child {
  padding-top: 22px;
}

.shop-menu__item:last-child {
  padding-bottom: 22px;
}

.shop-menu__link-box {
  position: relative;
  margin: 0;
}

.shop-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 40px 8px 0;
  cursor: pointer;
}

.shop-menu__link.all { font-weight: bold; }

.shop-menu__link.sale-menu { color: #f38503 ;  font-weight: bold; }

.shop-menu__link.sale-menu:hover { color: #f3a703;  }

.shop-menu a {
  color: #060606;
}

.shop-menu a:hover,
.shop-menu a:focus,
.shop-menu--index .shop-menu__item:hover .shop-menu__link,
.shop-menu__item--current .shop-menu__link {
  color: #0089c9;
}



.shop-menu__item:focus-within .shop-menu__link {
  color: #0089c9;
}


.shop-menu__link.sale-menu:focus { color: #eb8b01;  }

.shop-menu__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  margin-right: 20px;
  margin-left: 29px;
}

.shop-menu__icon * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shop-menu__caret {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.shop-menu--index .shop-menu__caret {
  pointer-events: none;
}

.shop-menu--index .shop-menu__item:hover svg,
.shop-menu__item--current svg {
  fill: #0089c9;
}



.shop-menu--index .shop-menu__item:focus-within svg {
  fill: #0089c9;
}

.shop-menu__item--open .shop-menu__caret {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shop-menu--accordion .shop-menu__caret:hover {
  opacity: 1;
}

.shop-menu--index .shop-menu__level-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 300px;
  margin-left: 22px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: margin 0.15s, opacity 0.15s;
  transition: margin 0.15s, opacity 0.15s;
}

.shop-menu--index .shop-menu__item:first-child .shop-menu__level-2 {
  top: -1px;
}

.shop-menu--index .shop-menu__item:hover .shop-menu__level-2 {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}



.shop-menu--index .shop-menu__item:focus-within .shop-menu__level-2 {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}


.shop-menu--accordion .shop-menu__level-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  padding-left: 78px;
}

.shop-menu--accordion .shop-menu__item--current .shop-menu__level-2 {
  display: block;
}

.shop-menu--accordion .shop-menu__level-2 a {
  display: block;
  padding: 9px 40px 9px 0;
}

.shop-menu--index .shop-menu__level-2 a {
  display: block;
  padding: 8px 25px;
}

.shop-menu--accordion .shop-menu__level-3 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 21px;
}

.shop-menu--accordion .shop-menu__level-3 a {
  display: block;
  padding: 6px 40px 6px 0;
}

/* Offer slider
   ========================================================================== */
.offer-slider {
  width: 847px;
  height: 100%;
}

.offer-slider:not(.slick-initialized) {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.offer-slider:not(.slick-initialized) > * {
  width: 847px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.offer-slider .slick-list,
.offer-slider .slick-track {
  height: 100%;
}

.offer-slider__item.slick-slide {
  height: auto;
}

.offer-slider__item:focus {
  outline: none;
}

.offer-slider__link {
  display: block;
  height: 100%;
  cursor: pointer;
}

.offer-slider__link:focus {
  outline: none;
}

.offer-slider__img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.offer-slider__button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #1a2225;
  background-color: #fee600;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.offer-slider__button:hover,
.offer-slider__button:focus {
  background-color: #e0ca01;
}

.offer-slider__button span {
  display: block;
  padding: 18px 20px;
}

.offer-slider__button::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55px;
  background: url("/images/t8903001/img/angle-right-double.svg") no-repeat center;
  background-size: 16px 17px;
}

.offer-slider__button::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 55px;
  width: 1px;
  background-color: #dfc808;
}

.offer-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.offer-slider .slick-dots li {
  margin-right: 10px;
}

.offer-slider .slick-dots li:last-child {
  margin-right: 0;
}

.offer-slider .slick-dots button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer-slider .slick-active button {
  background-color: #fee600;
}

/* Stock
   ========================================================================== */
.stock {
  margin-bottom: 40px;
}

.stock__head {
  margin-bottom: 23px;
}

.stock__head::before {
  background-image: url("/images/t8903001/img/percentage.svg");
}

.head-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 12px 15px 12px 59px;
  border: 1px solid #dddddd;
}

.head-section--accent {
  color: #fff;
  background-color: #0089c9;
  border: none;
}

.head-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 60px;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid #cac9c9;
}

.head-section--accent::before {
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fee600;
  border-color: #e5c304;
}

.head-section h2 {
  margin: 0 30px 0 20px;
  font-weight: 700;
  font-size: 18px;
}

.head-section a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  padding: 9px 19px;
  color: #fff;
  background-color: #0089c9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.head-section a:hover,
.head-section a:focus {
  background-color: #0373a7;
}

.stock__banners {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 23px;
}

.banners-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banners-stock__item {
  margin-right: 28px;
}

.banners-stock__item:nth-child(3n) {
  margin-right: 0;
}

.banners-stock__item:nth-child(n + 4) {
  margin-top: 28px;
}

.banners-stock__link {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.banners-stock__img {
  width: 379px;
  height: 198px;
}

.banners-stock__button {
  position: absolute;
  right: 24px;
  bottom: 19px;
  margin: 0;
  padding-left: 36px;
  font-weight: 400;
  font-size: 14px;
}

.banners-stock__button::before {
  width: 36px;
  background: url(/images/t8903001/img/arrow-to-right.svg) no-repeat center;
}

.banners-stock__button::after {
  left: 36px;
}

.banners-stock__button span {
  padding: 8px 15px;
}

.stock__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.stock_inner { padding: 30px; padding-top: 0px;   }

.stock_inner .banners-stock__img { width: 355px; }

.stock_inner .pagination { margin-top: 35px; }


/* Stock slider
   ========================================================================== */
.stock-slider {
  width: 380px;
  padding-top: 20px;
  padding-bottom: 22px;
  color: #0d0d0d;
  border: 4px solid #fee600;
  border-radius: 7px;
}

.stock-slider h3 {
  margin-top: 0;
  margin-bottom: 37px;
  padding-left: 30px;
  padding-right: 22px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.stock-slider__item {
  padding-left: 30px;
  padding-right: 22px;
}

.stock-slider__item:focus {
  outline: none;
}

.stock-slider__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stock-slider__product:focus {
  outline: none;
}

.stock-slider__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  padding-left: 36px;
  padding-right: 36px;
  height: 230px;
  cursor: pointer;
}

.stock-slider__img:focus {
  outline: none;
}

.stock-slider__img img {
  max-height: 100%;
}

.stock-slider__name {
  margin-bottom: 14px;
  font-size: 18px;
  color: #0d0d0d;
}

.stock-slider__name:hover,
.stock-slider__name:focus {
  text-decoration: underline;
  outline: none;
}

.stock-slider__article {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 14px;
  color: #827f7f;
}

.stock-slider__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stock-slider__price {
  margin: 0;
  font-size: 20px;
}

.stock-slider__price b {
  font-weight: 700;
  font-size: 28px;
}

.stock-slider__price del {
  font-size: 16px;
  color: #fe0000;
}

.stock-slider__price .noprice {
font-size: 16px; 
font-weight: normal;
}

.stock-slider__arrow {
  position: absolute;
  z-index: 1;
  top: 54px;
  display: block;
  width: 43px;
  height: 59px;
  padding: 10px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 39px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.stock-slider__arrow:focus {
  outline: none;
}

.stock-slider__arrow:hover {
  opacity: 1;
}

.stock-slider__arrow_prev {
  left: 20px;
  background-image: url("/images/t8903001/img/angle-left.svg");
}

.stock-slider__arrow_next {
  right: 12px;
  background-image: url("/images/t8903001/img/angle-right.svg");
}

/* Top sales
   ========================================================================== */
.top-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-sales h3 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.top-sales__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  *width: 786px;
  margin-top: auto;
  justify-content: center;
  width: 100%;
}

.top-sales__item {
  margin-right: 18px;
}

.top-sales__item:last-child {
  margin-right: 0;
}

/* Catalog
   ========================================================================== */
.catalog {
  margin-bottom: 40px;
}

.catalog__head {
  margin-bottom: 23px;
}

.catalog__head::before {
  background-image: url(/images/t8903001/img/archive.svg);
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  margin-right: 18px;
}

.catalog__item:nth-child(5n) {
  margin-right: 0;
}

.catalog__item:nth-child(n + 6) {
  margin-top: 18px;
}


.catalog__itembrand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-right: 10px;
}


.catalog__link {
  display: block;
  width: 225px;
  min-height: 222px;
  padding: 15px 10px 22px;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.catalog__linkbrand {
  display: block;
  width: 160px;
  padding: 0;
  text-align: center;
}

.catalog__link:hover,
.catalog__link:focus {
  border-color: #0089c9;
}

.catalog__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
  margin-top: 0;
  margin-bottom: 17px;
  cursor: pointer;
}

.catalog__img img {
  max-height: 100%;
}


.catalog__imgbrand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 150px;
}

.catalog__imgbrand img {
  max-height: 100%;
}

.catalog__name {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #222;
}


.catalog__list.catalog-inner { margin-bottom: 100px; }

.catalog__list.catalog-inner .catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  margin-right: 18px;
}

.catalog__list.catalog-inner .catalog__item:nth-child(4n) {
  margin-right: 0;
}

.catalog__list.catalog-inner .catalog__item:nth-child(n + 5) {
  margin-top:  18px;
}







/* About index
   ========================================================================== */
.about-index {
  margin-bottom: 40px;
}

.about-index__head {
  margin-bottom: 23px;
}

.about-index__head::before {
  background-image: url(/images/t8903001/img/manager.svg);
}

.about-index__content {
  line-height: 1.642857em;
  color: #333333;
}

.about-index__content img {
  float: left;
  width: 280px;
  margin-right: 43px;
}

.about-index__content p {
  margin: 14px 0;
}

.about-index__content a {
  color: #0089c9;
}

.about-index__content a:hover {
  text-decoration: underline;
}

.about-index__content img + p,
.about-index__content img + ul,
.about-index__content img + h2,
.about-index__content img + h3,
.about-index__content img + h4 {
  margin-top: 0;
}

.about-index__content *:first-child {
  margin-top: 0;
}

.about-index__content *:last-child {
  margin-bottom: 0;
}

/* New
   ========================================================================== */
.new {
  margin-bottom: 40px;
}

.new__head {
  margin-bottom: 23px;
}

.new__head::before {
  background-image: url("/images/t8903001/img/store-new-badges.svg");
}

.new__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.new__list__item {
  margin-right: 17px;
}

.new__list__item:nth-child(4n) {
  margin-right: 0;
}

.new__list__item:nth-child(n + 5) {
  margin-top: 17px;
}

.product-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  padding: 6px 6px 0;
}

.product-item__tag {
  margin: 0 6px 0 0;
  padding: 5px 7px;
  color: #fff;
  font-size: 13px;
  position: absolute;
}

.product-item__tag:last-child {
  margin-right: 0;
}

.product-item__tag--new {
  background-color: #37d007;
}

.product-item__tag--stock {
  background-color: #f38503;
}

.product-item__tag--article {
  margin-left: auto;
  padding: 5px 15px;
  color: #222;
  background-color: #eeeeee;
}

/***** product-item *****/
.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 287px;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-item:hover {
  border-color: #0089c9;
}

.product-item:focus-within {
  border-color: #0089c9;
}

.product-item--extra {
  width: 250px;
}

.product-item__article span {
  display: inline-block;
  padding: 5px 15px;
  background-color: #eeeeee;
}

.product-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: auto;
  padding: 0 18px 18px;
}

.product-item__img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 147px;
  margin-bottom: 17px;

  overflow: hidden;
}

.product-item--extra .product-item__img-box {
  height: 112px;
}

.product-item__img {
  max-height: 100%;
}

.product-item__modal-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 187px;
  margin-top: -15px;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 15px;
  color: #222;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease,
 border-color 0.3s ease,
 opacity 0.3s ease,
 margin-top 0.3s ease;
  transition: background-color 0.3s ease,
 border-color 0.3s ease,
 opacity 0.3s ease,
 margin-top 0.3s ease;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.product-item__modal-link:hover,
.product-item__modal-link:focus {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  outline: none;
}

.product-item:hover .product-item__modal-link {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.product-item__text {
  margin-bottom: 17px;
}

.product-item--extra .product-item__text {
  margin-bottom: 17px;
}

.product-item__text a {
  font-weight: 700;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}

.product-item__text a:hover,
.product-item__text a:focus {
  text-decoration: underline;
  outline: none;
}

.product-item__text p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #666666;
}

.product-item__price {
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 16px;
}

.product-item__price ins {
  text-decoration: none;
}

.product-item__price ins strong {
  font-weight: 700;
  font-size: 18px;
}

.product-item__price del {
  font-size: 16px;
  color: #fe0000;
}

.product-item__price del strong {
  font-weight: 700;
  font-size: 18px;
}

.product-item__price b {
  font-weight: 700;
  font-size: 18px;
}

.product-item__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}

input.quantity {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 63px;
  padding-right: 19px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #c4e4f3;
}

.quantity:focus {
  -webkit-box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
          box-shadow: 0 0 6px rgba(155, 222, 255, 0.7);
}

.nice-number {
  position: relative;
}

.nice-number button {
  position: absolute;
  right: 0;
  width: 19px;
  height: 22px;
  padding: 0;
  color: #046e9f;
  background-color: #c4e4f3;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nice-number button:focus {
  outline: none;
}

.nice-number button:hover {
  background-color: #9dd7f2;
}

.nice-number button:first-of-type {
  top: 0;
}

.nice-number button:last-of-type {
  bottom: 0;
}

.product-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/***** quick-view *****/
.modal {
  display: none;
}

.quick-view {
  position: relative;
  width: 600px;
  min-height: 500px;
  padding: 30px 15px 15px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
}

.quick-view__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  padding: 10px;
  border: none;
  background: url("/images/t8903001/img/close.svg") no-repeat center;
  background-size: 15px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quick-view__close:hover {
  opacity: 0.8;
}

/* News
   ========================================================================== */
.news {
  margin-bottom: 80px;
}

.news__head {
  margin-bottom: 23px;
}

.news__head::before {
  background-image: url("/images/t8903001/img/newspaper.svg");
}

.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__list .news__item {
  width: 380px;
  margin-right: 30px;
}

.news__list .news__item:nth-child(3n) {
  margin-right: 0;
}

.news__list .news__item:nth-child(n + 4) {
  margin-top: 40px;
}

.news__img-box {
  display: block;
  position: relative;
  margin-bottom: 17px;
  cursor: pointer;
}

.news__date {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  width: 87px;
  margin: 0;
  padding: 7px 5px 12px;
  text-align: center;
  color: #000;
  background-color: #fee600;
}

.news__date b {
  display: block;
  font-weight: 400;
  font-size: 32px;
}

.news__date span {
  display: block;
}

.news__date span:first-of-type {
  margin-bottom: 4px;
}

.news__date span:last-child {
  font-size: 13px;
}

.news__img {
  width: 380px;
  height: 256px;
}

.news__content {
  padding-left: 18px;
  color: #666666;
}

.news__content a {
  color: #222;
}

.news__content a:hover {
  text-decoration: underline;
}

.news__content h2,
.news__content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 17px;
}

.news__content p,
.news__content ul {
  margin: 14px 0;
}

.news__content *:first-child {
  margin-top: 0;
}

.news__content *:last-child {
  margin-bottom: 0;
}

.news_inner, .price_inner, .cabinet_inner { padding: 30px; padding-top: 0px;   }

.news_inner .news__item {
  width: 357px;
  margin-right: 30px;
}

.news_inner .news__item:nth-child(3n) {
  margin-right: 0;
}

.news_inner .pagination { margin-top: 50px; }

.news_page .news_img { margin-bottom: 35px; }

/* Feedback
   ========================================================================== */
.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding: 43px 80px 43px 50px;
  background-color: #fee600;
}

.feedback p {
  position: relative;
  margin: 0 30px 0 0;
  padding-left: 90px;
  font-size: 20px;
  line-height: 1.6em;
}

.feedback p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 50px;
  background: url("/images/t8903001/img/question.svg") no-repeat 0 0;
  background-size: 60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.feedback strong {
  font-weight: 700;
}

.feedback a {
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feedback a:hover,
.feedback a:focus {
  text-decoration: underline;
}

.feedback > a:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 180px;
  margin-left: auto;
  padding: 16px 15px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #0089c9;
}

.feedback > a:last-child:hover,
.feedback > a:last-child:focus {
  text-decoration: none;
  background-color: #0373a7;
}

/* Main footer
   ========================================================================== */
.main-footer {
  margin-top: 45px;
}

.main-footer__top {
  padding-top: 60px;
  padding-bottom: 32px;
  background-color: #eeeeee;
}

.main-footer__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-footer__logo-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 290px;
}

.main-footer__logo {
  margin-bottom: 43px;
}

.main-footer__copyright--mobile,
.main-footer__agreement--mobile {
  display: none;
}

.main-footer__copyright {
  margin: 0 0 34px 64px;
}

.main-footer__agreement {
  position: relative;
  margin: 0 0 0 64px;
  font-size: 13px;
  color: #6f6e6e;
}

.main-footer__agreement::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #6f6e6e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-footer__agreement:hover,
.main-footer__agreement:focus {
  text-decoration: none;
  color: #0373a7;
}

.main-footer__agreement:hover::after,
.main-footer__agreement:focus::after {
  background-color: #0373a7;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 190px;
}

.main-footer__nav a {
  color: #222;
  font-size: 16px;
  line-height: 1.5em;
}

.main-footer__nav a:hover,
.main-footer__nav a:focus,
.current-menu-item a {
  color: #0373a7;
}

.main-footer__user {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 520px;
}

.user--footer .user__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.user--footer .user__item:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user--footer .user__item:last-child {
  text-align: left;
}

.user--footer .user__item:last-child .user__item-text {
 /* margin-top: 9px; */
}

.main-footer__bottom {
  padding-top: 12px;
  padding-bottom: 14px;
}

.main-footer__bottom p {
  margin: 0;
  font-size: 11px;
  color: #999999;
  text-align: center;
}

/* ==========================================================================
   Basket
   ========================================================================== */
.breadcrumbs {
  margin-top: 27px;
  margin-bottom: 36px;
  padding-left: 31px;
  color: #999999;
}

.breadcrumbs a {
  margin: 0 10px;
  color: #0089c9;
  cursor: pointer;
}

.breadcrumbs a:first-child {
  margin-left: 0;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  margin-left: 10px;
  color: #222;
}

.block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Sidebar
   ========================================================================== */
.sidebar {
  width: 330px;
  margin-right: 40px;
}

.sidebar__filter {
  margin-bottom: 26px;
  border: 1px solid #dddddd;
padding: 15px;
}

.sidebar__banner {
  display: block;
  width: 330px;
  cursor: pointer;
}

.sidebar__banner img {
  width: 100%;
}

.sidebar__filter select { padding: 10px; }

.sidebar__filter input[type=text] { padding: 10px; }

.sidebar__filter .sorting { margin-bottom: 15px; }

.sidebar__filter .priceFilter input[type=text] { width: 102px;  display: inline; }

.sidebar__filter fieldset { margin-top: 15px; border: 0px; padding: 0px;  }

.sidebar__filter .buttonmedium { width: 100%; margin-top: 15px; }

.sidebar__filter .propertyInput { margin-top: 15px; }

.sidebar__filter .propertyInput div { margin-top: 15px; }

.sidebar__filter .propertyInput input[type=checkbox] { display: inline; width: auto; margin-right: 8px;  }

.sidebar__filter legend { font-weight: bold; }


/* Content
   ========================================================================== */
.content {
  padding-top: 10px;
  width: 830px;
}

h1 {
  margin-top: 0;
  margin-bottom: 39px;
  font-weight: 400;
  font-size: 28px;
}

.content h1 {
  margin-top: 0;
  margin-bottom: 39px;
  font-weight: 400;
  font-size: 28px;
}

.checkout__fields-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 605px;
  margin-bottom: 16px;
}

.checkout__fields-item {
  margin-bottom: 16px;
}

.checkout__fields-item:last-child {
  margin-bottom: 0;
}

.checkout__field {
  height: 50px;
  padding: 0 19px;
  font-size: 15px;
}

.checkout__map {
  width: 605px;
  height: 295px;
  margin-bottom: 42px;
  border: 1px solid #dddddd;
}

.checkout__options {
  margin-bottom: 42px;
}

.checkout__options:last-of-type {
  margin-bottom: 36px;
}

.options-checkout h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 22px;
}

.options-checkout__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.options-checkout__item {
  width: 190px;
  margin-right: 23px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.options-checkout__price { margin-top: 5px; display: block;  }

.options-checkout__item:nth-child(4n) {
  margin-right: 0;
}

.options-checkout__item:nth-child(n + 5) {
  margin-top: 23px;
}

.options-checkout__label {
  display: block;
  width: 190px;
  padding: 34px 15px 20px;
  text-align: center;
  border: 2px solid #dddddd;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.options-checkout__field:checked + .options-checkout__label,
.options-checkout__field:focus + .options-checkout__label {
  border-color: #fedd0a;
}

.options-checkout__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77px;
  margin-bottom: 11px;
 
}

.options-checkout__icon img { max-height: 100%; }

.options-checkout__text {
  font-size: 18px;
}

.options-checkout__field:checked + .options-checkout__label .options-checkout__text,
.options-checkout__field:focus + .options-checkout__label .options-checkout__text {
  font-weight: 700;
}

.checkout__button {
  display: inline-block;
  min-width: 270px;
  padding: 22px 15px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

.checkout__button::before,
.checkout__button::after {
  display: none;
}

/* ==========================================================================
   About
   ========================================================================== */
.about-content p,
.about-content ul {
  margin: 30px 0;
  line-height: 1.714286em;
}

.about-content *:first-child {
  margin-top: 0;
}

.about-content *:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Catalog
   ========================================================================== */
.product-catalog {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}

.product-catalog__item {
  width: 268px;
  margin-right: 13px;
}

.product-catalog__item:nth-child(3n) {
  margin-right: 0;
}

.product-catalog__item:nth-child(n + 4) {
  margin-top: 13px;
}

/*pagination*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 18px;
}

.pagination__current {
  font-weight: 700;
}

.pagination__current,
.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
}

.pagination__current {
  color: #fff;
  background-color: #0089c9;
}

.pagination__link {
  color: #222;
}

.pagination__link span {
  border-bottom: 1px solid #8f8f8f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination__link:hover span,
.pagination__link:focus span {
  color: #0089c9;
  border-color: transparent;
}

/*catalog-info*/
.catalog-info {
 margin-bottom: 60px;
margin-top: 60px;
}

.catalog-info h2,
.catalog-info h3 {
  margin-top: 30px;
  margin-bottom: 31px;
  font-weight: 400;
  font-size: 24px;
}

.catalog-info h3 {
  font-size: 21px;
}

.catalog-info p,
.catalog-info ul {
  margin: 18px 0;
}

.catalog-info *:first-child {
  /*margin-top: 0;*/
}

.catalog-info *:last-child {
  margin-bottom: 0;
}

/*catalog-form*/
.catalog-form {
  position: relative;
  padding: 42px 26px;
  background-color: #f3f0f0;
}

.catalog-form h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
}

.catalog-form__field-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}

.catalog-form__column {
  width: 355px;
}

.catalog-form__field-item {
  margin-top: 0;
  margin-bottom: 22px;
}

.catalog-form__field-item:last-child {
  margin-bottom: 0;
}

.catalog-form__field {
  height: 56px;
  padding: 0 21px;
}

.catalog-form__field--textarea {
  width: 401px;
  height: 100%;
  padding-top: 18px;
  resize: none;
}

.catalog-form__agreement {
  position: absolute;
  left: 250px;
  right: 26px;
  bottom: 55px;
  margin: 0;
  font-size: 13px;
  color: #b8b6b6;
}

.catalog-form__button {
  min-width: 180px;
}

/* ==========================================================================
   Product
   ========================================================================== */
.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

/***** product card left *****/
.product-card__left {
  width: 545px;
}

.product-card__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.gallery-side {
  width: 87px;
}

.gallery-side:not(.slick-initialized) {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.gallery-side:not(.slick-initialized) > * {
  width: 87px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.gallery-side__item {
  cursor: pointer;
  padding: 4px 0;
}

.gallery-side__item:focus {
  outline: none;
}

.gallery-side__item img {
  width: 87px;
  height: 87px;
  padding: 5px;
  border: 3px solid transparent;
 
}


.gallery-side__arrow {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 13px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0.5;
}

.gallery-side__arrow:hover {
  opacity: 0.8;
}

.gallery-side__arrow:focus {
  outline: none;
}

.gallery-side__arrow_prev {
  top: -37px;
  background-image: url("/images/t8903001/img/angle-up-black.svg");
}

.gallery-side__arrow_next {
  bottom: -37px;
  background-image: url("/images/t8903001/img/angle-down-black.svg");
}

.gallery {
  width: 435px;
}

.gallery:not(.slick-initialized) {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.gallery:not(.slick-initialized) > * {
  width: 435px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.gallery__item:focus {
  outline: none;
}

.gallery .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.gallery .slick-dots li {
  margin-right: 8px;
}

.gallery .slick-dots li:last-child {
  margin-right: 0;
}

.gallery .slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 1px solid #8f8f8f;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery .slick-active button {
  background-color: #8f8f8f;
}

.product-card__warranty {
  position: relative;
  padding: 14px 10px 18px 107px;
  border: 1px solid #cf0202;
}

.product-card__warranty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  width: 65px;
  height: 63px;
  background: url("/images/t8903001/img/percentage-red.svg") no-repeat 0 0;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.product-card__warranty strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #cf0202;
}

.product-card__warranty p {
  margin: 0;
  font-size: 13px;
}

/***** product card right *****/
.product-card__right {
  width: 615px;
}

.product-card__details {
  margin-bottom: 30px;
}

.product-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.product-card__name img { max-height: 50px; }

.product-card__name--mobile {
  display: none;
}

.product-card__name h1 {
  margin: 0;
  font-weight: 400;
  font-size: 28px;
}

.product-card__name img,
.product-card__name a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}

.product-card__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

 

}

.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
 
}

.product-card__price ins {
  margin-right: 21px;
  font-size: 28px;
  text-decoration: none;
}

.product-card__price strong {
  font-weight: 700;
}

.product-card__price sup {
  font-size: 15px;
  vertical-align: middle;
}

.product-card__price del {
  font-size: 20px;
  color: #fe0000;
}







.product-card__price_complect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
margin-top: 20px; 
}

.desc_price_complect { margin-left: 15px;  font-size: 13px; }

.product-card__price_complect ins {
  margin-right: 0px;
  font-size: 28px;
  text-decoration: none;
border:2px #ffe600 solid;
  border-radius: 5px;
padding: 7px; 
padding-left: 11px; 
padding-right: 11px;
margin-left: -13px;
}

.product-card__price_complect strong {
  font-weight: 700;
}

.product-card__price_complect sup {
  font-size: 15px;
  vertical-align: middle;
}

.product-card__price_complect del {
  font-size: 20px;
  color: #fe0000;
}





.product-card__informer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card__informer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #37d007;
}

.product-card__informer p::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  margin-right: 14px;
  background: url("/images/t8903001/img/checked-symbol.svg") no-repeat 0 0;
  background-size: contain;
}

.product-card__form {
  margin-bottom: 31px;
}

.product-card__groups {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 36px;
}

.group {
  margin-bottom: 28px;
}

.group:last-child {
  margin-bottom: 0;
}

.group__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 15px;
}

.group__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group__item {
  margin-right: 12px;
}

.group__item--color:nth-child(10n) {
  margin-right: 0;
}

.group__item--color:nth-child(n + 11) {
  margin-top: 12px;
}

.group__label {
  display: block;
  min-width: 100px;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000222;
  background-color: #eeeeee;
  border: 1px solid #dbdada;
  border-radius: 5px;
  cursor: pointer;
}

.group__item--color .group__label {
  min-width: auto;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.group__field:checked + .group__label,
.group__field:focus + .group__label {
  font-weight: 700;
  background-color: #ffe600;
  border-color: #ffc000;
}

.group__item--color .group__field:checked + .group__label,
.group__item--color .group__field:focus + .group__label {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 6px #ffe600;
          box-shadow: 0 0 0 6px #ffe600;
}

.group__item--color .group__label img {
  width: 50px;
  height: 50px;
}

.product-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
}

.product-card__buttons .nice-number {
  margin-right: 13px;
}

input.product-card__quantity {
  width: 160px;
  height: 63px;
  padding-right: 33px;
  font-size: 28px;
}

.product-card__buttons .nice-number button {
  width: 33px;
  height: 31px;
  font-weight: 700;
  font-size: 25px;
}

.product-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 13px;
  min-width: 156px;
  font-size: 20px;
}

.product-card__button:last-child {
  margin-right: 0;
}

.product-card__button--buy {
  min-width: 197px;
  font-weight: 400;
  color: #222222;
  background-color: #ffe600;
}

.product-card__button--buy:hover,
.product-card__button--buy:focus {
  color: #222222;
  background-color: #e0ca01;
}

.product-card__wish-list-link {
  width: 63px;
  background: #eeeeee url("/images/t8903001/img/wish-list-link.svg") no-repeat center;
  background-size: 33px 29px;
  cursor: pointer;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.product-card__wish-list-link:hover {
  background-color: #e2e2e2;
}

.product-card__wish-list-link.product-card__wish-list-link--added {
  background-color: #c4e4f3;
}

.product-card__delivery-info {
  line-height: 1.714286em;
}

.product-card__delivery-info ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/***** product-tabs *****/
.product-tabs {
  margin-bottom: 40px;
}

.product-tabs__head {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-tabs__head a {
  display: block;
  padding: 15px 45px;
  text-align: center;
  font-size: 20px;
  color: #222;
  background-color: #c4e4f3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-tabs .ui-tabs-active a {
  color: #fff;
  background-color: #0089c9;
}

.product-tabs__head a:focus {
  outline: none;
}

.product-tabs__content {
  padding: 29px 15px 34px 38px;
  border: 2px solid #c4e4f3;
}

.product-tabs__content p  {
  margin: 10px;
  line-height: 1.428571em;
  font-size: 16px;
}

.product-tabs__content ul  {
  margin: 12px;
}

.product-tabs__content li  {
  line-height: 1.3em;
  font-size: 16px;
}

.product-tabs__content .shop_property { margin-bottom: 10px; font-weight: bold; font-size: 16px; }

.product-tabs__content .shop_property span {  font-weight: normal; }


/***** additional-goods *****/
.additional-goods {
  margin-bottom: 40px;
}

.additional-goods__head {
  margin-bottom: 23px;
}

.additional-goods--accessories .additional-goods__head::before {
  background-image: url("/images/t8903001/img/star.svg");
}

.additional-goods--watched .additional-goods__head::before {
  background-image: url("/images/t8903001/img/star.svg");
}

.additional-goods__slider {
  width: 1072px;
  margin: 0 auto;
}

.additional-goods .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.additional-goods .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}


.additional-goods .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}

.additional-goods__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


.additional-goods__item:focus {
  outline: none;
}

.additional-goods__card {
  margin: 0 auto;
}

.additional-goods__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 43px;
  height: 59px;
  padding: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 39px;
  border: none;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.additional-goods__arrow:hover {
  opacity: 0.8;
}

.additional-goods__arrow:focus {
  outline: none;
}

.additional-goods__arrow_prev {
  left: -50px;
  background-image: url("/images/t8903001/img/angle-left.svg");
}

.additional-goods__arrow_next {
  right: -50px;
  background-image: url("/images/t8903001/img/angle-right.svg");
}

/***** catalog *****/
.catalog--recommendations .catalog__head::before {
  background-image: url(/images/t8903001/img/star.svg);
}

/* ==========================================================================
   Contacts
   ========================================================================== */
.contacts-title {
  margin-top: 0;
  margin-bottom: 45px;
  padding-left: 31px;
  font-weight: 400;
  font-size: 28px;
}

.contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 121px;
  border-bottom: 1px solid #dfdfdf;
}

.contacts__box:first-child {
  padding-bottom: 38px;
}

.contacts__box:last-child {
  padding-top: 38px;
  border-bottom: none;
}

.contacts__box::before {
  position: absolute;
  top: 0;
  left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
  height: 61px;
  font-weight: 700;
  font-size: 29px;
  color: #010101;
  background-color: #ffe600;
  border-radius: 50%;
}

.contacts__box:first-child::before {
  content: "1";
}

.contacts__box:last-child::before {
  content: "1";
  top: 38px;
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  width: 380px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__item::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 50%;
  left: 0;
  width: 34px;
  margin-right: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts__item--phone::before {
  height: 31px;
  background-image: url("/images/t8903001/img/phone-call.svg");
}

.contacts__item--address::before {
  height: 33px;
  background-image: url("/images/t8903001/img/location.svg");
}

.contacts__item--email::before {
  height: 24px;
  background-image: url("/images/t8903001/img/envelope.svg");
}

.contacts__item--schedule::before {
  height: 34px;
  background-image: url("/images/t8903001/img/clock.svg");
}

.contacts__item a {
  color: #222;
  cursor: pointer;
}

.contacts__item--phone a {
  font-weight: 700;
  font-size: 22px;
}

.contacts__item--email a {
  position: relative;
  color: #0089c9;
}

.contacts__item--email a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #86bade;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts__item--email a:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.contacts__item p {
  margin: 0;
}

.contacts__map {
  width: 670px;
  height: 306px;
  border: 3px solid #dfdfdf;
}









.sub_shop-menu__item--current > a {  color: #0089c9; }

.product-item__img-box {
  min-height: 230px;
}

 


.product-card__informer.norest {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card__informer.norest p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #cf0202;
}

.product-card__informer.norest p::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  background: url("/images/t8903001/img/checked-symbol-norest.svg") no-repeat 0 0;
  background-size: contain;
}


.product-card__informer p::before {
  width: 21px;
  height: 21px;
}

.shop_cart { border-right: 0px #dddddd solid; border-bottom: 0px #dddddd solid; width: 100%;     border-spacing: 0;      }

.shop_cart tr td { border-left: 0px #dddddd solid; border-top: 1px #dddddd solid; padding: 15px; }

.shop_cart tr th { border-left: 0px #dddddd solid; border-top: 1px #dddddd solid; padding: 15px; background: #eee;  text-align: left; }

.shop_cart .cart_img { text-align: center; vertical-align: middle; }

.shop_cart .cart_img img { text-align: center;  margin: auto; max-width: 80px; }

.remove img { max-width: 13px; }

.cart_delete_all { margin-bottom: 15px; text-align: right; margin-top: -30px; }

.cart_delete_all a { text-decoration: underline; }


 
.quant_bar { white-space: nowrap;  width: 138px;  }

.quant_bar a { width: 30px; height: 30px; font-size: 18px; font-weight: bold; color: #046e9f; display: block; background: #c4e4f3; line-height: 30px; text-align: center; float: left; }

.quant_bar input { width: 45px; float: left; height: 30px; text-align: center; }

.shop_coupon { font-weight: bold; margin-top: 25px; margin-bottom: 25px;  }

.shop_coupon input { margin-top: 7px; }


 .slick-slide:focus {
    outline: 0;
}

 .slick-slide:focus img {
 border-color: #0089c9;
}

.slick-current img {
  border-color: #0089c9;
}



#ajaxLoader{width: 74px;height: 74px;padding: 11px;box-shadow: 0 2px 2px rgba(204, 204, 204, 0.7);-moz-box-shadow: 0 2px 6px rgba(150, 150, 150, 0.7);-webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.7);border-radius: 9px;-moz-border-radius: 9px;-webkit-border-radius: 9px;background-color: #FFF; }

#message,  #error
{
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 16px;
    border-collapse: collapse;
    background-color: #FFFFFF !important;
    border-radius: 5px; 
text-align: center;
font-weight: normal;
margin-bottom: 15px;
}

#message i,  #error i { margin-right: 5px; }

#message
{
    border: 1px solid #3A7E34;
    color: #3A7E34;
}

#error
{
    border: 1px solid #c4272b;
    color: #c4272b;
}




.formblock { padding: 30px;  font-size: 16px;   max-width: 410px;  }

.formblock label { font-size: 14px; }

.formblock input[type=text], .formblock input[type=password] { width: 100%; padding: 8px; }

.formblock input[type=checkbox] { width: auto; display: inline;  }

.formblock button {  text-align: center;  }

.formblock .form_label {  margin-top: 10px; margin-bottom: 10px;  }

 

.formblock .form_label  #star { margin-left: 5px; color: #c4272b; }


.formblock .form_table { width:  100%; max-width: 410px;  }

.formblock .form_remember { padding-top: 15px; padding-bottom: 15px; }

.formblock h1 { 
font-weight: 300;
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 26px;
}

.messagecart  h1 { 
font-weight: 300;
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 26px;
}

.messagecart p {
margin-block-start: 2em;
margin-block-end: 2em;
}

.messagecart p a { text-decoration: underline; }

.messagecart p.buttons  a { text-decoration: none; }

.messagecart p.buttons { margin-block-start: 3em;   }

.messagecart, .messagecart h1, .messagecart p { text-align: center; }

.personaltext { font-size: 12px; padding-bottom: 20px;  padding-top: 15px; }
 
.personaltext a { color: #0373a7; }

.buttonmedium {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #0089c9;
border: 0px;
cursor: pointer;
width: auto;
display: inline-block;
}

.buttonmedium:hover { background: #0373a7; }
 
.buttonmedium.yellow { background-color: #ffe600; color: #000; }

.buttonmedium.yellow:hover { background-color: #e0ca01; }


.searchform .buttonmedium { width: 130px; }

.searchform .searchform_input { float: left;     padding: 15px 25px; width: calc(100% - 131px);  }

ins.noprice { font-size: 16px; }




.formpage {   font-size: 16px;   }

.formpage  label { font-size: 14px; }

.formpage input[type=text], .formpage input[type=password], .formpage input[type=email] { width: 100%; padding: 12px; font-size: 14px; }

.formpage select { width: 100%; padding: 9px; padding-top: 10px; font-size: 14px; }

.formpage input[type=checkbox] { width: auto; display: inline;  }

.formpage .form_label { height: auto; padding: 0px;  text-align: left;   margin-top: 10px; margin-bottom: 10px; }

.formpage .form_label label { padding: 0px; margin: 0px; text-align: left;   }

.formpage .form_label  #star { margin-left: 5px; color: #c4272b; }

.formpage h1 { 
font-weight: 300;
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 26px;
}


.formpage .red {
    margin-left: 5px;
    color: #c4272b;
}

.formpage .field { margin-bottom: 20px; }

.formpage .captcha a { cursor: pointer; text-decoration: underline; font-size: 11px; }

.formpage.restorepassword .buttonmedium { width: 160px; }

.formpage.restorepassword input[type=text] { float: left;     padding: 15px 25px; width: calc(100% - 161px);  }

.formpage .captcha .captcha_input {  width: calc(100% - 141px); }

.formpage .captcha .captha_block { float: left; width: 140px;  }


.table_price { width: 100%; border-left: 1px #eee solid; border-bottom: 1px #eee solid;  margin-bottom: 40px;  }

.table_price tr td, .table_price tr th { text-align: left; padding: 10px; border-right: 1px #eee solid; border-top: 1px #eee solid; }

.table_price tr th { background: #eee; }

.table_price tr:hover { background: #eee; }

.table_price tr.total td { font-size: 16px; font-weight: bold; }

.users { padding: 0px; margin: 0px; list-style: none;   }
.users li { padding: 0px; margin: 0px;  height: 50px; padding-left: 70px; line-height: 50px; margin-bottom: 15px; }
.users li a { font-size: 16px; text-decoration: underline; }
.users li a:hover {   text-decoration: none; }

.order_item { padding-bottom: 40px; border-bottom: 2px #ddd dashed; margin-bottom: 40px; }


.catalog_producers { display: block; margin-bottom: 40px; margin-top: -5px;  }

.catalog_producers span { margin-right: 25px; }

 

.catalog_producers a.producer_button {  display: inline-block;  white-space:nowrap;  border: 1px #0089c9 solid; padding: 4px; padding-left: 8px; padding-right: 8px; color: #0089c9;  margin-bottom: 5px; }

.catalog_producers a.producer_button:hover { border: 1px #e6d001 solid; background: #ffe600; color: #000;  }

.catalog_producers a.producer_button.producer-active { background: #0373a7;  color: #fff; }

.catalog_producers a.producer_button.producer-active:hover { background: #ffe600; color: #000;  }

.catalog_producers a.sales_button {  display: inline-block; white-space:nowrap; border: 1px #f38503 solid; background: #fff; color: #f38503 ;   padding: 4px; padding-left: 8px; padding-right: 8px;    }

.catalog_producers a.sales_button:hover { border: 1px #e6d001 solid; background: #ffe600; color: #000; }

.catalog_producers a.sales_button.sales-active  {  border: 1px #f38503 solid; background: #f38503 url(/images/t8903001/img/cancel-white.png) no-repeat 7px; 0px; color: #fff;   padding-left: 26px; }
.catalog_producers a.sales_button.sales-active:hover { border: 1px #e6d001 solid;   color: #000; background: #ffe600 url(/images/t8903001/img/cancel-white.png) no-repeat 7px; 0px; color: #000;   padding-left: 26px;   }


.tabs{
margin-top: 45px; 
margin-bottom: 15px;
}
.tabs > div{
	padding:30px;
background: #f7f7f7;
}
.tabs ul{
	margin:0px;
	padding:0px;
}
.tabs ul:after{
	content:"";
	display:block;
	clear:both;
	height:5px;
	background:#0089c9;
}
.tabs ul li{
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#e9eaeb;
	color:#707070;
}
.tabs ul li.active, .tabs ul li.active:hover{
	background:#0089c9;
	color:#fff;
}
.tabs ul li:hover{
	background:#d6d6d7;
}

.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
}




.tabs_registration .directory-row .form-group {  width: 50%; float: left;  padding: 0px; margin: 0px; height: 45px; }


.tabs_registration .account-fieldset  { padding: 0px; border: 0px; }

.siteMap li ul { margin-top: 10px; }
.siteMap li { margin-bottom: 10px; }





.complex {
  padding-bottom: 60px;
}

.complex__item {
  border-bottom: 1px solid #e6e0d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}


.complex__item:last-child {
  border-bottom: 0px solid #e6e0d7;
}

.complex__item h4 {
  max-width: 70%;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  -webkit-flex-basis: 620px;
  -ms-flex-preferred-size: 620px;
   flex-basis: 620px;
  padding-right: 50px;
  color: #212121;
  font-size: 18px;
  line-height: 21px;
  margin-right: auto;
font-weight: normal;
}

.complex__item__remove {
	min-width: 40px;
        width: 40px;
	height: 47px;
	margin: 0;
	display: inline-block;
	background: url("/images/t8903001/img/cart_delete.png") no-repeat center center;
        margin-left: 10px;
background-size: 13px 13px;

}

.complex_price { display: inline-block;   text-align: right; min-width: 200px; }

.complex_price .price, .complex_price .price_one  {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
line-height: 26px;
}

 

.complex_price  del { color: #fe0000; white-space: nowrap; margin-left: 10px; }

.complex_price .price strong, .complex_price .price_one strong { font-weight: bold; margin: 0px; }

.complex_price .price ins, .complex_price .price_one ins { white-space: nowrap; text-decoration: none;  margin: 0px; }


.complex__item .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

 .complex__item .count { margin-right: 15px;    }

.complex__item .links .product-card__button { 
min-width: 50px;
font-size: 16px;
height: 44px;
background: #0089c9 url(/images/t8903001/img/shopping-cart-white.svg) no-repeat center;
background-size: 19px 18px;
margin-top: 0px;
}

.complex__item .links .button--common { 
 padding: 13px 10px;
 }

.complex__item .links  .product-card__wish-list-link { width: 46px; height: 44px; background-size: 20px 18px; margin-top: 0px;  }

.complex__item input.product-card__quantity { 
width: 80px;
height: 45px;
padding-right: 20px;
font-size: 20px;
}

.complex__item .product-item__img { margin-right: 15px; max-width: 70px; }

a.complect_edit_link { text-decoration: underline; margin-bottom: 30px; display: block; }



/*  Умные фильтры (слева) */

.sidebar__filter_extendedfilters {
  margin-bottom: 26px;
}
.sidebar__filter_extendedfilters input[type=checkbox], .sidebar__filter_extendedfilters input[type=radio], .sidebar__filter_extendedfilters input[type=text] { width: auto; display: inline; }

.sidebar__filter_extendedfilters input[type=checkbox],  .sidebar__filter_extendedfilters input[type=radio] {  margin-right: 5px;  margin-left: 4px;  }

.sidebar__filter_extendedfilters  select { padding: 10px; }

.sidebar__filter_extendedfilters  input[type=text] { padding: 10px; }

.sidebar__filter_extendedfilters  .sorting { margin-bottom: 15px; }

.sidebar__filter_extendedfilters  .priceFilter input[type=text] { width: 102px;  display: inline; }

.sidebar__filter_extendedfilters  fieldset { margin-top: 15px; border: 1px #dddddd solid;  }

.sidebar__filter_extendedfilters  fieldset legend span { font-weight: bold; padding-left: 4px;  padding-right: 4px;  }

.sidebar__filter_extendedfilters  .buttonmedium { width: 100%; margin-top: 15px; }

.sidebar__filter_extendedfilters .propertyInput { padding-top: 10px; padding-bottom: 10px; }

 .sidebar__filter_extendedfilters .lineinput { margin-bottom: 8px; }

  .sidebar__filter_extendedfilters .lineinput:last-child { margin-bottom: 0px; }