/* ==========================================================================
   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;
	line-height: 23px;
  font-family: "Open Sans", Tahoma, sans-serif;
  word-wrap: break-word;
  color: #222;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #1367b1; 
}

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);
}
.alert-message
{
bottom:0;
	top:auto!important;
	    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.hidden
{
display: none !important;
}
.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: #0c91d2;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
		-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.button:hover,
.button:focus {
  color: #fff;
  background-color: #1367b1;
  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;
}

.product-item__button.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: 17px;
}

.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: 17px;
  gap: 30px;
}

/*.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;
	max-width:150px;
	position:absolute;
}

.logo__text {
  margin: 0;
	padding-left: 150px;
}

.logo__text strong {
  display: block;
  margin-bottom: 1px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #010101;
}

.logo__text span {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #010101;
	display: block;
	font-weight:bold;
     line-height: 20px;

}

.main-header__user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-grow:1;
}

 
.search {
  position: relative;
  flex-grow:1;
}

.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;
}
.socials__links{
    display: flex;
    gap: 10px;
    align-items: center;
    list-style-type: none;
}
.soc__item img{
  max-height: 35px;  
}
/*.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: #1367b1;
  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: #1367b1;
}

.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: #0c91d2;
  border-bottom: 4px solid #1367b1;
}

/***** main header menu *****/
.main-header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #0c91d2;
}

.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 18px;
  font-weight: 700;
  font-size: 16px;
	line-height: 16px;
  color: #fff;
  background-color: #0c91d2;
  -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:focus-within .main-nav__link,
.main-nav__item--current .main-nav__link {
  background-color: #1367b1;
}

/*.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: #0c91d2;
  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: 7px 25px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
	    line-height: 20px;
}

.main-nav .main-nav__link-level-2--has-dropdown {
    padding-right: 40px;
}

.main-nav__item-level-2:hover .main-nav__link-level-2,
.main-nav__item-level-2:focus-within .main-nav__link-level-2 {
    background-color: #1367b1;
}
.main-nav__dropdown-level-3 a
{
font-size:13px;
}
.main-nav__item:hover .main-nav__dropdown,
.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: #0c91d2;
    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,
.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,
.main-nav__dropdown-level-3 li:focus-within a {
    background-color: #1367b1;
}
/***** 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: #0c91d2;
}

.header-actions__item--basket .header-actions__link {
  width: 170px;
  background-color: #8ad4e6;
}

.header-actions__item--favorites .header-actions__link:hover,
.header-actions__item--favorites .header-actions__link:focus {
  background-color: #1367b1;
}

.header-actions__item--basket .header-actions__link:hover,
.header-actions__item--basket .header-actions__link:focus {
  background-color: #f3a703;
}

.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(238, 238, 238, 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: 15px 0;
  border: 1px solid #dddddd;
}

.advantages ul {
  margin: 0;
 padding: 0 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages li {
  position: relative;
  /*max-width: 275px;*/
  flex-basis: 25%;
  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;
	line-height: 15px;
}

/* 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:focus-within .shop-menu__link,
.shop-menu__item--current .shop-menu__link {
  color: #0c91d2;
}

.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--index .shop-menu__item:focus-within svg,
.shop-menu__item--current svg {
  fill: #0c91d2;
}

.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,
.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
   ========================================================================== */
 @media(min-width:992px){
     .offer-slider-box{
   /*height: 470px;*/
    overflow: hidden;
    margin: 20px 0;
    }
 }
.offer-slider {
  /*width: 847px;*/
  width: 100%;
  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: #8ad4e6;
  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: #f3a703;
}

.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: #8ad4e6;
}

/* 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: #0c91d2;
  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: #8ad4e6;
  border-color: #26abe4;
}

.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: #0c91d2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.head-section a:hover,
.head-section a:focus {
  background-color: #1367b1;
}

.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;
              gap: 30px;
}


.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 #8ad4e6;
  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;
  margin-left: 5%;
}

.top-sales__list {
  margin: 0;
  padding: 0;
  list-style: none;
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: auto;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media(max-width: 1800px){
    .top-sales__list {
 
    grid-template-columns: repeat(3, minmax(0, 1fr));
 
}
    .top-sales__item:nth-of-type(n + 7){
        display: none;
    }
}
 
/* 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;
      gap: 20px;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
 
}
 

.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__link:hover,
.catalog__link:focus {
  border-color: #0c91d2;
}

.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__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: #0c91d2;
}

.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: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  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;
}

.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;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-item:hover,
.product-item:focus-within {
  border-color: #0c91d2;
}

 

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

.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;
}
@media(max-width: 1800px){
    input.quantity{
        width: 53px;
    }
}
.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: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.news__list .news__item {
 
}

 

.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: #8ad4e6;
}

.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 .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:#0c91d2;
}

.feedback p {
  position: relative;
  margin: 0 30px 0 0;
  padding-left: 90px;
  font-size: 20px;
  line-height: 1.6em;89d5e4
}

.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: #222;
  background-color: #8ad4e6;
}

.feedback > a:last-child:hover,
.feedback > a:last-child:focus {
  text-decoration: none;
  background-color: #1367b1;
}

/* 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 34px;
}

.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: #1367b1;
}

.main-footer__agreement:hover::after,
.main-footer__agreement:focus::after {
  background-color: #1367b1;
  -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: 220px;
}

.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: #1367b1;
}

.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: #0c91d2;
  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;
  gap: 30px;
}

/* Sidebar
   ========================================================================== */
.sidebar {
  width: 330px;
 
}

.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: #f3a703;
}

.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: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 35px;
  gap: 20px;
}

.product-catalog__item {
 
}
 

/*pagination*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
  font-size: 18px;
  
  justify-content: center;
}

.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: #0c91d2;
}

.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: #0c91d2;
  border-color: transparent;
}

/*catalog-info*/
.catalog-info {
  margin-bottom: 60px;
}

.catalog-info h2,
.catalog-info h3 {
  margin-top: 62px;
  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: 40%;
}

.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 {
   flex-grow:1;
}

.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 img{
    max-height: 500px;
}
.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: 60%;
}

.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: 22px;
}

.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 #89d5e4 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: #89d5e4;
  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 #89d5e4;
          box-shadow: 0 0 0 6px #89d5e4;
}

.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: 120px;
  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: #89d5e4;
}

.product-card__button--buy:hover,
.product-card__button--buy:focus {
  color: #222222;
  background-color: #f3a703;
}

.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: #f3a703;
}

.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: #0c91d2;
}

.product-tabs__head a:focus {
  outline: none;
}

.product-tabs__content {
  padding: 29px 15px 34px 38px;
  border: 2px solid #c4e4f3;
}

.product-tabs__content p {
  margin: 0;
  line-height: 1.428571em;
}
.product-tabs__content table td{
	padding: 5px 10px;
}
.product-tabs__content .shop_property { margin-bottom: 10px; font-weight: bold; }

.product-tabs__content .shop_property span {  font-weight: normal; }

@media(max-width: 767px){
	.product-tabs__content {
		padding: 5px;
	}
	.product-tabs__content table td{
		padding: 0;
	}
}
/***** 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: #89d5e4;
  border-radius: 50%;
}

.contacts__box:first-child::before {
  content: "1";
}

.contacts__box:last-child::before {
  content: "2";
  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: #0c91d2;
}

.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: #0c91d2; }

.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: #0c91d2;
}

.slick-current img {
  border-color: #0c91d2;
	margin: auto;
}

.gallery.snyato:after
{
position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3) url(/images/snyatoe.png) no-repeat center center;
    content: '';
    top: 0;
    z-index: 1000;
    background-size: contain;
    right: 0;
}



#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], .formblock input[type=tel], .formblock input[type=email] { 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: 5px;  }

 

.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: 20px;
}

.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; line-height: 110%;}
 
.personaltext a { color: #1367b1; }

.buttonmedium {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #0c91d2;
border: 0px;
cursor: pointer;
width: auto;
display: inline-block;
}

.buttonmedium:hover { background: #1367b1; }
 
.buttonmedium.yellow { background-color: #89d5e4; color: #000; }

.buttonmedium.yellow:hover { background-color: #f3a703; }


.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 #0c91d2 solid; padding: 4px; padding-left: 8px; padding-right: 8px; color: #0c91d2;  margin-bottom: 5px; }

.catalog_producers a.producer_button:hover { border: 1px #e6d001 solid; background: #89d5e4; color: #000;  }

.catalog_producers a.producer_button.producer-active { background: #1367b1;  color: #fff; }

.catalog_producers a.producer_button.producer-active:hover { background: #89d5e4; 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: #89d5e4; 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: #89d5e4 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:#0c91d2;
}
.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:#0c91d2;
	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: #0c91d2 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; }
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	transform: scaleY(-1);
}
table
{
font-size:14px;
max-width:100%;
}
.table-responsive > table
{
	transform: scaleY(-1);
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table .summary{
	text-align: center;
}
.fileName-td{
    max-width: 500px;
}
.cssid3tr td{
    padding: 5px 7px;
}
.cssid3tr td:last-of-type{
    white-space: nowrap;
}
#popup_cookie 
{
	 
    position: fixed;
z-index:100000;
left:0;
right:0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
	padding:10px 20px;
	text-align: center;
	    -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	display: none;
 }
#popup_cookie > div
{
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
 	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
 justify-content: space-around;
		-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	    flex-wrap: wrap;
    gap: 10px;
}

#popup_cookie .btn{
-ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 9px 19px;
    color: #fff;
    background-color: #0c91d2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border:none;
}
#popup_cookie .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
#popup_cookie p 
{font-size:13px; margin:0;}

/* ==========================================================================
   Large
   ========================================================================== */
@media screen and (max-width: 1290px) {
  /* Home page
       ========================================================================== */
  .main-header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-header__logo {
    margin-left: 0;
   
  }
  .main-header__menu {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: -310px;
    width: 310px;
    max-height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .show-main-nav .main-header__menu {
    left: 0;
    -webkit-box-shadow: 2px 0 6px rgba(51, 51, 51, 0.26);
            box-shadow: 2px 0 6px rgba(51, 51, 51, 0.26);
    visibility: visible;
  }
  .main-header__mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    display: block;
    padding: 30px 0;
  }
  .main-header__menu a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .main-nav__link {
    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;
    /*padding-top: 12px;
    padding-bottom: 12px;*/
	padding: 12px 40px 12px 20px; 
  }
  .main-nav__item:first-child .main-nav__link {
    padding-left: 20px;
  }
  .main-nav__item:not(.main-nav__item--current):hover .main-nav__link,
  .main-nav__item:not(.main-nav__item--current):focus-within .main-nav__link {
    background-color: inherit;
  }
  
    



  
  /*
  .main-nav__link--has-dropdown::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .main-nav__item--open .main-nav__link--has-dropdown::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }*/
  
  .main-nav__caret {
        pointer-events: auto;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }

 
    .main-nav__item--open .main-nav__caret {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
	
  .main-nav__dropdown {
    position: static;
    display: none;
    width: 100%;
    margin-top: 0;
    padding: 0 0 15px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  .main-nav__dropdown a {
    padding-right: 53px;
    padding-left: 40px;
    background-color: #079de2;
  }
    .main-nav__dropdown li.line {
    padding-top: 10px;
	padding-bottom: 10px;
    background-color: #079de2;
  }
  
    .main-nav__dropdown li.line span {
    padding: 0;
	margin: 0;
	height: 1px;
    background-color: #2fb2ee;
	display: block;
	width: 100%;
  }
  
  
  .main-nav__dropdown a:hover,
  .main-nav__dropdown a:focus,
  .main-nav__dropdown a:active {
    background-color: #079de2;
  }

    .main-nav__item-level-2:hover .main-nav__link-level-2,
    .main-nav__item-level-2:focus-within .main-nav__link-level-2 {
        background-color: #079de2;
    }
	



    .main-nav__caret-level-2 {
        pointer-events: auto;
    }

    .main-nav__item-level-2--open .main-nav__caret-level-2 {
        transform: none;
    }

    .main-nav__dropdown-level-3 {
        position: static;
        display: none;
        width: 100%;
        padding-top: 0;
        background-color: #079de2;
        -webkit-box-shadow: none;
                box-shadow: none;
        opacity: 1;
        visibility: visible;
    }

    .main-nav__dropdown-level-3 a {
        padding-left: 60px;
    }
	
	
   .main-nav__item-level-2:hover .main-nav__link-level-2,
   .main-nav__item-level-2:focus-within .main-nav__link-level-2 {
    background-color: #079de2;
   }

   .main-nav__item-level-2 .main-nav__link-level-2:hover  { background-color: #0373a7; }



  /***** main header user box *****/
  .main-header__user-box {
    width: 100%;
  }
  .search {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-header__user {
    margin-left: auto;
  }
  .main-header__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
  }
  .main-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions__item {
    height: 57px;
  }
  /***** advantages *****/
  .advantages ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
  }
 .advantages li {
  flex-basis: 45%;
 }
 
  /***** index-wrapper *****/
  .index-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-slider-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 23px;
  }
  .offer-slider {
    width: 100%;
  }
    .offer-slider .slick-slide {
        height: auto;
    }
  /***** shop-menu *****/
  .shop-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 460px;
  }
  .index-wrapper .shop-menu {
    margin-bottom: 0;
  }
  /***** stock *****/
  .banners-stock__item:nth-child(2n) {
    margin-right: 0;
  }
  .banners-stock__item:nth-child(n + 3) {
    display: none;
  }
  
  .stock_inner .banners-stock__item:nth-child(3n) {
    margin-right: 28px;
  }
  
  .stock_inner .banners-stock__item:nth-child(2n) {
    margin-right: 0px;
  }

  .stock_inner .banners-stock__item:nth-child(n + 3) {
    display: block;
	margin-top: 30px;
  }
  
  
  .banners-stock__img {
    width: 449px;
    height: 234px;
  }
  
   .stock_inner .banners-stock__img {
    width: 415px;
 
  }
  
  .top-sales h3 { text-align: center; font-size: 22px; margin-top: 50px; }
  
  .stock__bottom {
    display: block;
  }
  /***** stock-slider *****/
  .stock-slider {
    width: 100%;
  }
  .stock-slider__item {
    padding: 0;
  }
  .stock-slider__box {
    width: 760px;
    margin: 0 auto;
  }
  .stock-slider__product {
    width: 320px;
    margin: 0 auto;
  }
  .stock-slider__arrow_prev {
    left: -50px;
  }
  .stock-slider__arrow_next {
    right: -50px;
  }
  /***** catalog *****/
  .catalog__item,
  .catalog__item:nth-child(5n) {
    margin-right: 10px;
  }
  .catalog__item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog__item:nth-child(n + 5) {
    margin-top: 10px;
  }
  
   .catalog__list.catalog-inner .catalog__item { width: 224px; }
	
 .catalog__list.catalog-inner .catalog__item:nth-child(3n) {
  margin-right: 10px;
}
   .catalog__list.catalog-inner  .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: 10px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 4) {
    margin-top: 0px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 5) {
    margin-top: 10px;
  }
  
  
  
  /***** new *****/
  .new__list__item:nth-child(4n) {
    margin-right: 18px;
  }
  .new__list__item:nth-child(3n) {
    margin-right: 0;
  }
  .new__list__item:nth-child(n + 4) {
    margin-top: 18px;
  }
  /***** news *****/
  .news__list .news__item:nth-child(3n) {
    margin-right: 30px;
  }
  .news__list .news__item:nth-child(2n) {
    margin-right: 0;
  }
  .news__list .news__item:nth-child(n + 3) {
    margin-top: 20px;
  }
  
    

  
  
  
  
  
  
  /***** feedback *****/
  .feedback {
    padding: 30px;
  }
  .feedback br {
    display: none;
  }
  /***** main-footer *****/
  .main-footer__user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
  }
  .user--footer .user__item {
    margin-bottom: 25px;
  }
  .user--footer .user__item:last-child {
    margin-bottom: 0;
  }
  .main-footer__bottom br {
    display: none;
  }
  /* Basket
       ========================================================================== */
  .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /***** content *****/
  .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 80px;
    padding-top: 0;
  }
  /***** sidebar *****/
  .sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
  }
  .sidebar__filter {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar__banner {
    margin-right: auto;
    margin-left: auto;
  }
  /* Contacts
       ========================================================================== */
  .contacts__box {
    display: block;
  }
  .contacts__box:first-child {
    border-bottom: none;
  }
  .contacts__list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 15px;
  }
  .contacts__box:first-child {
    margin-bottom: 38px;
    padding-bottom: 0;
  }
  .contacts__map {
    width: 100%;
  }
  /* Product
       ========================================================================== */
  .product-card {
    display: block;
  }
  .product-card__left {
    margin: 0 auto 50px;
  }
  .product-card__right {
    width: 100%;
  }
  .product-card__name--desktop {
    display: none;
  }
  .product-card__name--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .product-card__details {
    margin-bottom: 15px;
  }
  .product-card__price-box {
    display: block;
  }
  .product-card__price {
    margin-bottom: 42px;
  }
  
    .product-card__price_complect {
    margin-bottom: 42px;
  }
  
    .product-card__price_complect ins {
    margin-right: 0px;
    font-size: 40px;
  }
  .product-card__price_complect sup {
    font-size: 20px;
  }
  .product-card__price_complect del {
    font-size: 30px;
  }
  
  
  .product-card__price ins {
    margin-right: 35px;
    font-size: 40px;
  }
  .product-card__price sup {
    font-size: 20px;
  }
  .product-card__price del {
    font-size: 30px;
  }
  .product-card__informer p {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background-color: #fff;
  }
  .product-card__informer::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100vw;
    left: -100vw;
    height: 1px;
    background-color: #37d007;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
    .product-card__informer.norest::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100vw;
    left: -100vw;
    height: 1px;
    background-color: #cf0202;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
  
  .group__item--color:nth-child(10n) {
    margin-right: 12px;
  }
  .group__item--color:nth-child(15n) {
    margin-right: 0;
  }
  .group__item--color:nth-child(n + 11) {
    margin-top: 0;
  }
  .group__item--color:nth-child(n + 16) {
    margin-top: 12px;
  }
  /***** additional-goods *****/
  .additional-goods__slider {
    width: 810px;
  }
  
  .product-catalog__item { width: 300px; }
  
.news__list {
  justify-content: center;
  width: 100%;
  }
 
.news__list .news__item { width: 270px; }

.news__list .news__item .news__img {
  width: 270px;
  height: 182px;
} 
 
.news__list .news__item:nth-child(2n) {
    margin-right: 30px;
}  
  
.news__list .news__item:nth-child(3n) {
  margin-right: 0px;
}

.news__list .news__item:nth-child(n + 3) {
  margin-top: 0px;
}


.news_inner .news__list {
  justify-content: initial;
  width: 100%;
  }
  

.news_inner .news__list .news__item { width: 270px; }

.news_inner .news__list .news__item .news__img {
  width: 270px;
  height: 182px;
}

.news_inner  .news__item:nth-child(2n) {
    margin-right: 30px;
  }  
  
.news_inner  .news__item:nth-child(3n) {
  margin-right: 0px;
}

.news_inner  .news__item:nth-child(n + 3) {
  margin-top: 0px;
}

.news_inner  .news__item:nth-child(n + 4) {
  margin-top: 45px;
}
  .shop-menu {
    width: 100%;
  }
  
    .content { margin-bottom: 20px; }
	  
	  .pagination { margin-bottom: 50px; }
  
  .catalog-info { margin-bottom: 50px; }
}

/* ==========================================================================
   Medium
   ========================================================================== */
@media screen and (max-width: 992px) {
	
	
   
   
  /* Home page
       ========================================================================== */
  .main-header__top {
    margin-bottom: 23px;
  }
  .main-header__user-box {
  flex-wrap: wrap;
  }
  .main-header__user {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
   
  }
  .main-header__search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
  }
  /***** shop-menu *****/
  .shop-menu {
    width: 100%;
  }
  /***** stock *****/
  .banners-stock {
    *display: block;
  }
  .banners-stock__item {
    width: 330px;
    height: 200px;
    *margin-right: 0;
  }
  .banners-stock__item:nth-child(n + 2) {
    margin-top: 0px;
  }
  .banners-stock__img {
    width: 328px;
    height: 171px;
  }
  /***** stock-slider *****/
  .stock-slider__box {
    width: 100%;
  }
  .stock-slider__arrow_prev {
    left: 60px;
  }
  .stock-slider__arrow_next {
    right: 60px;
  }
  /***** top-sales *****/
  .top-sales__list {
    width: 100%;
  }
  /***** catalog *****/
  .catalog__item,
  .catalog__item:nth-child(4n),
  .catalog__item:nth-child(5n) {
    margin-right: 7px;
  }
  .catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog__item:nth-child(n + 4) {
    margin-top: 7px;
  }
  
  

  .catalog__list.catalog-inner .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(4n),
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: 7px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 4) {
    margin-top: 7px;
  }  
 

 .product-card__price-box { text-align: center;   }

.product-card__price-box .product-card__price,  .product-card__price_complect {   display: block; text-align: center; }

.product-card__price_complect { margin: 0px; margin-top: 40px; margin-bottom: 20px; }

.product-card__price_complect span { display: block; margin: 0px; margin-top: 20px; }

.product-card__price_complect ins { margin-left: 0px; }

.product-card__price ins { margin: 0px;  margin-right: 0px; }
  
  
  .pagination { margin-bottom: 35px; }
  
  .catalog-info { margin-bottom: 35px; }
  

  
  /***** new *****/
  .new__list__item:nth-child(3n) {
    margin-right: 18px;
  }
  .new__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .new__list__item:nth-child(n + 3) {
    margin-top: 18px;
  }
  /***** news *****/
  
  .news__list .news__item {
    width: 330px;
    margin-right: 30px;
  }

  .news__list .news__item:nth-child(2n) { margin-right: 0px; }
  
  .news__list .news__item:nth-child(3n) {  display: none; }
  
  .news__list .news__item .news__img {
    width: 330px;
    height: 222px;
  }
  
  
  .news_inner  .news__list .news__item {
    width: 300px;
    margin-right: 30px;
  }
  .news_inner .news__list .news__item .news__img {
    width: 300px;
    height: 202px;
  }
  .news_inner .news__list .news__item:nth-child(2n) { margin-right: 0px; }
  
  .news_inner .news__list .news__item:nth-child(3n) {  display: block;  margin-top: 45px; }
  
  .banners-stock__item {
    width: 300px;
    height: 182px;
    *margin-right: 0;
  }
  .banners-stock__item:nth-child(n + 2) {
    margin-top: 0px;
  }
  .banners-stock__img {
    width: 298px;
    height: 156px;
  }
  
  
  .stock_inner .banners-stock__item:nth-child(n + 3) {
    display: block;
	margin-top: 0px;
  }
  
  
  /***** feedback *****/
  .feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /***** main-footer *****/
  .main-footer__top .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-footer__logo-box {
    margin-right: 90px;
  }
  .main-footer__nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .main-footer__user {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
  .user--footer .user__item:last-child .user__item-text {
    margin-top: 0;
  }
  .user__item:last-child a:first-child {
    line-height: 1;
  }
  /* Basket
       ========================================================================== */
  .options-checkout__item:nth-child(4n) {
    margin-right: 23px;
  }
  .options-checkout__item:nth-child(3n) {
    margin-right: 0;
  }
  .options-checkout__item:nth-child(n + 4) {
    margin-top: 23px;
  }
  /* Catalog
       ========================================================================== */
	   
   .product-catalog__item { width: 220px; }
	   
  .product-catalog__item:nth-child(4n) {
    margin-right: 13px;
  }
  .product-catalog__item:nth-child(3n) {
    margin-right: 0;
  }
  .product-catalog__item:nth-child(n + 4) {
    margin-top: 13px;
  }
  
  .product-item__button { font-size: 12px; }
  
  .catalog-form__field-box {
    display: block;
  }
  .catalog-form__column {
    width: 100%;
    margin-bottom: 22px;
  }
  .catalog-form__field--textarea {
    width: 100%;
    height: 210px;
  }
  /* Product
       ========================================================================== */
  .additional-goods__slider {
    width: 540px;
  }
  .group__item--color:nth-child(15n) {
    margin-right: 12px;
  }
  .group__item--color:nth-child(11n) {
    margin-right: 0;
  }
  .group__item--color:nth-child(n + 12) {
    margin-top: 12px;
  }
  
   .complex__item {
  	position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complex__item__remove {
  	position: absolute;
  	right: -6px;
  	top: 10px;
  }
  .complex__item h4 {
    max-width: none;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .complex_price { text-align: left; }
  
  .complex__item .product-item__img { display: none; }
  
}

/* ==========================================================================
   Small
   ========================================================================== */
@media screen and (max-width: 768px) {
	
	 .complex__item > * {
    margin-left: 0;
    margin-right: 0;
  }
  .complex .links {
    margin-left: 10px;
  }
  
  .complex_price .price, .complex_price .price_one  { display: block; }
  
  /* Home page
       ========================================================================== */
  /***** advantages *****/
  .advantages ul {
    width: 100%;
  }
  .advantages li {
    width: 230px;
    margin-right: 15px;
    padding-right: 15px;
  }
  /***** offer-slider-box *****/
  .offer-slider__button {
    font-size: 14px;
  }
  .offer-slider__button::before {
    width: 35px;
    background-size: 13px;
  }
  .offer-slider__button::after {
    left: 35px;
  }
  .offer-slider__button span {
    padding: 10px 15px;
  }
  /***** stock-slider *****/
  .stock-slider__arrow_prev {
    left: 20px;
  }
  .stock-slider__arrow_next {
    right: 20px;
  }
  /***** top-sales *****/
  .top-sales__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-sales__item {
    margin-right: 10px;
  }
  .top-sales__item:nth-child(2n) {
    margin-right: 0;
  }
  .top-sales__item:nth-child(n + 3) {
    margin-top: 10px;
  }
  /***** catalog *****/
  
  .catalog__list {
	    justify-content: center;
 
  }
  
  .catalog__item,
  .catalog__item:nth-child(3n),
  .catalog__item:nth-child(5n) {
    margin-right: 18px;
  }
  .catalog__item:nth-child(n + 3) {
    margin-top: 18px;
  }
  
  .catalog__list.catalog-inner .catalog__item { width: 255px; }
  
  .catalog__list.catalog-inner .catalog__item .catalog__link { width: 250px; }
	
  .catalog__list.catalog-inner .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(2n),
  .catalog__list.catalog-inner .catalog__item:nth-child(3n),
  .catalog__list.catalog-inner .catalog__item:nth-child(4n),
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: 0px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 3) {
    margin-top: 5px;
  }
  
   
    .banners-stock { 
    justify-content: center;
    width: 100%;
	margin-bottom: 50px;  }
	  
    .banners-stock__item {
    width: 379px;
    height: 198px;
    margin-right: 0px;
	 
  }
  .banners-stock__item:nth-child(n + 2) {
    margin-top: 20px;
  }
 
  .banners-stock__img {
    width: 377px;
    height: 197px;
  }
  
  
  .stock_inner .banners-stock { 
    justify-content: center;
    width: 100%;
	margin-bottom: 50px;  }
	  
  .stock_inner .banners-stock__item {
    width: 379px;
    height: 198px;
    margin-right: 0px;
	 
  }
  
   .stock_inner .banners-stock__item:nth-child(n + 3) {
    margin: 0px;
  }
  
  .stock_inner .banners-stock__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  
 
 
  .stock_inner .banners-stock__img {
    width: 377px;
    height: 197px;
  }
  
  
  /***** new *****/
  .new__list {
    display: block;
  }
  .new__list__item,
  .new__list__item:nth-child(2n),
  .new__list__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .new__list__item:nth-child(n + 2) {
    margin-top: 18px;
  }
  /***** news *****/
  
  .news__list .news__item {
    width: 380px;
    margin-right: 0px;
	margin-bottom: 40px;
  }

  .news__list .news__item:nth-child(2n) { margin-right: 0px; }
  
  .news__list .news__item:nth-child(3n) {  display: none; }
  
  .news__list .news__item .news__img {
    width: 380px;
    height: 256px;
  }
  
  
  .news__list {
    display: block;
  }
  .news__list .news__item,
  .news__list .news__item:nth-child(2n),
  .news__list .news__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .news__list .news__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  
  .news_inner  .news__list .news__item {
    width: 380px;
    margin-right: 30px;
  }
  .news_inner .news__list .news__item .news__img {
    width: 380px;
    height: 265px;
  }
  
  .news_inner .news__list .news__item:nth-child(3n) {  display: block; }
  
  .news_inner .news__list .news__item,
  .news_inner .news__list .news__item:nth-child(2n),
  .news_inner .news__list .news__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .news_inner .news__list .news__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  
  /***** main-footer *****/
  .main-footer__logo-box {
    margin-right: 50px;
  }
  /* Basket
       ========================================================================== */
  .checkout__fields-list,
  .checkout__map {
    width: 100%;
  }
  .options-checkout__item:nth-child(3n) {
    margin-right: 23px;
  }
  .options-checkout__item:nth-child(2n) {
    margin-right: 0;
  }
  .options-checkout__item:nth-child(n + 3) {
    margin-top: 23px;
  }
  /* Catalog
       ========================================================================== */
  .product-catalog {
    display: block;
  }
  .product-catalog__item,
  .product-catalog__item:nth-child(2n),
  .product-catalog__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .product-catalog__item:nth-child(n + 3) {
    margin-top: 13px;
  }
  .catalog-form__agreement {
    position: static;
    margin-bottom: 22px;
  }
  
  .product-card__name img { display: none; }
  
  /* Contacts
       ========================================================================== */
  .contacts__box {
    padding-left: 0;
  }
  .contacts__list {
    padding-left: 90px;
  }
  .contacts__box::before {
    left: 0;
  }
  /* Product
       ========================================================================== */
  .product-card__name--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card__name--mobile img,
  .product-card__name--mobile a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .product-card__name--mobile h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
			text-align: center;
			margin: auto;
  }
  .product-card__left {
    width: 100%;
  }
  .product-card__gallery {
    margin-bottom: 65px;
  }
  .gallery {
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-side {
    display: none;
  }
  .product-card__price ins {
    font-size: 27px;
  }
  
    .product-card__price_complect ins {
    font-size: 27px;
  }
  
  .product-card__price del {
    font-size: 23px;
  }
  .group__item--color:nth-child(11n) {
    margin-right: 12px;
  }
  .group__item--color:nth-child(8n) {
    margin-right: 0;
  }
  .group__item--color:nth-child(n + 9) {
    margin-top: 12px;
  }
  .product-card__buttons .nice-number {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  input.product-card__quantity {
    width: 100px;
  }
  .product-card__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0;
  }
  .product-card__button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .product-card__button:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 163px);
    margin-right: 0;
  }
  .product-card__wish-list-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100px;
    margin-top: 13px;
    margin-right: 13px;
  }
  .product-card__button--buy {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 13px;
    margin-right: 0;
  }
  .product-tabs li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .additional-goods__slider {
    width: 100%;
  }
  .additional-goods__arrow_prev {
    left: 0;
  }
  .additional-goods__arrow_next {
    right: 0;
  }
  
  .shop_cart .cart_img img { width: 40px; }
  
  .tabs ul li { width: 50%; text-align: center; }

}

/* ==========================================================================
   Extra small
   ========================================================================== */
@media screen and (max-width: 576px) {
	
	.shop_cart { font-size: 11px; }
	
	.shop_cart tr td, .shop_cart tr th { padding: 5px; }
	
	.shop_cart tr td.quant_bar {  width: 50px; }
	
  /* Home page
       ========================================================================== */
  .main-header__nav {
    padding-left: 15px;
  }
  .main-header__user {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
 
  .user__item:last-child {
    text-align: left;
  }
  .header-actions__item--favorites .header-actions__link {
    width: 70px;
  }
  .header-actions__item--basket .header-actions__link {
    width: 70px;
  }
  .header-actions__icon-box,
  .header-actions__item--basket .header-actions__icon-box {
    margin-right: 5px;
  }
  .header-actions__text {
    display: none;
  }
  /***** advantages *****/
  .advantages ul {
    display: block;
    
    margin: 0 auto;
  }
  .advantages li,
  .advantages li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 0 0 60px;
    border: none;
  }
  .advantages li:last-child {
    margin-bottom: 0;
  }
  .advantages li::before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  /***** offer-slider-box *****/
  .offer-slider__button {
    display: none;
  }
  /***** stock *****/
  .head-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .head-section h2 {
    margin-right: auto;
    margin-left: 0;
    padding-left: 20px;
  }
  .head-section a {
    display: inline-block;
    margin-top: 12px;
    margin-right: auto;
    margin-left: 20px;
  }
  /***** top-sales *****/
  .top-sales h3 {
    text-align: center;
  }
  .top-sales__list {
    display: block;
  }
  .top-sales__item,
  .top-sales__item:nth-child(2n),
  .top-sales__item:last-child {
    margin-right: auto;
    margin-left: auto;
  }
  .top-sales__item:nth-child(n + 2) {
    margin-top: 18px;
  }
  /***** catalog *****/
  .catalog__list {
    *display: block;
  }
  .catalog__item,
  .catalog__item:nth-child(3n),
  .catalog__item:nth-child(4n),
  .catalog__item:nth-child(5n) {
    margin-right: auto;
    margin-left: auto;
  }
  .catalog__item:nth-child(n + 2) {
    *margin-top: 18px;
  }
  
  .catalog__list.catalog-inner .catalog__item, .catalog__list.catalog-inner .catalog__item .catalog__link { 
  width: 100%; 
  }
 
  
  .catalog__list.catalog-inner .catalog__item,
  .catalog__list.catalog-inner .catalog__item:nth-child(2n),
  .catalog__list.catalog-inner .catalog__item:nth-child(3n),
  .catalog__list.catalog-inner .catalog__item:nth-child(4n),
  .catalog__list.catalog-inner .catalog__item:nth-child(5n) {
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 20px;
  }
  .catalog__list.catalog-inner .catalog__item:nth-child(n + 2) {
    *margin-top: 18px;
  }
  
 

  
  /***** about-index *****/
  .about-index__content img {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /***** feedback *****/
  .feedback {
    padding-right: 15px;
    padding-left: 15px;
  }
  .feedback p {
    padding-top: 90px;
    padding-left: 0;
	text-align: center;
  }
  .feedback p::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .feedback > a:last-child {
    margin-right: auto;
  }
  /* Main-footer
       ========================================================================== */
  .main-footer__top .container {
    display: block;
  }
  .main-footer__logo-box {
    margin: 0 auto 35px;
  }
  .main-footer__logo {
     margin-bottom: 0;
  }
  .main-footer__copyright--desktop,
  .main-footer__agreement--desktop {
    display: none;
  }
  .main-footer__copyright--mobile {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .main-footer__agreement--mobile {
    display: block;
    margin-left: 0;
    text-align: center;
    text-decoration: underline;
  }
  .main-footer__agreement--mobile::after {
    display: none;
  }
  .main-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
	  justify-content: center;
  width: 100%;
  }
  .main-footer__nav li {
    margin-right: 10px;
  }
  .main-footer__user {
    display: block;
    width: 290px;
    margin: 0 auto 35px;
  }
  .user--footer .user__item {
    margin-right: 0;
  }
  /* Basket
       ========================================================================== */
  .breadcrumbs {
    padding-left: 0;
  }
  /* Contacts
       ========================================================================== */
  .contacts__box::before {
    position: static;
    margin: 0 auto 30px;
  }
  .contacts-title,
  .contacts__list {
    padding-top: 0;
    padding-left: 0;
  }
  .contacts__item {
    margin-bottom: 20px;
  }
  /* Product
       ========================================================================== */
  .group__title {
    margin-bottom: 4px;
  }
  .group__list {
    margin-right: -12px;
  }
  .group__item,
  .group__item:nth-child(8n) {
    margin-top: 12px;
    margin-right: 12px;
  }
  
   .messagecart .buttonmedium:nth-child(1n) { display: block; margin-bottom: 10px; }
   
   .quant_bar input, .quant_bar a { width: 100%; }
   
}


@media screen and (max-width: 514px) {
	
.complex__item .complex_price { margin-bottom: 10px; }

.complex__item .links { margin: 0px; }

}


@media screen and (max-width: 470px) {
.product-catalog__item {
    margin-top: 13px;
}
  .product-catalog__item { width: 100%;  }
  
  .product-item__img-box a {
	height: 230px;
}

.catalog_producers { margin-bottom: 20px; }

}

@media screen and (max-width: 465px) {
	
	 .news_inner, .price_inner, .cabinet_inner, .stock_inner{ padding: 0px; }
	 
  /* Product
       ========================================================================== */
  .gallery {
    width: 100%;
  }
  

  .cart_img_td { display: none; }
  
  .cart_img img { display: none; }
	
  .catalog__list {
    display: block;
  }
  
  .catalog__list .catalog__item { margin-bottom: 20px; }
  
  .catalog__list .catalog__item, .catalog__list .catalog__item .catalog__link { 
  width: 100%; 
  }
  
  .news_inner .news__list .news__item { max-width: 100%; height: auto; }
 
  .news_inner .news__list .news__item .news__img { max-width: 100%; height: auto; }
  
  .news__list .news__item { max-width: 100%; height: auto; }
 
  .news__list .news__item .news__img { max-width: 100%; height: auto; }
}

@media screen and (max-width: 433px) {
  /* Basket
       ========================================================================== */
  .options-checkout h2 {
    text-align: center;
  }
  .options-checkout__list {
    display: block;
  }
  .options-checkout__item,
  .options-checkout__item:nth-child(2n),
  .options-checkout__item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto;
  }
  .options-checkout__item:nth-child(n + 2) {
    margin-top: 23px;
  }
  .checkout__button {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 420px) {
	
  /* Home page
       ========================================================================== */
  /***** stock-slider *****/
  .stock-slider__arrow_prev {
    left: 5px;
  }
  .stock-slider__arrow_next {
    right: 5px;
  }
  
  .tabs ul li { font-size: 12px; }
}

@media screen and (max-width: 411px) {
  /* Home page
       ========================================================================== */
  /***** stock *****/
  .banners-stock__item,
  .banners-stock__img {
    width: 100%;
    height: auto;
  }
  
   .stock_inner .banners-stock__item,
  .stock_inner .banners-stock__img {
    width: 100%;
    height: auto;
  }
  /* Product
       ========================================================================== */
  .product-card__warranty {
    padding-top: 18px;
    padding-left: 10px;
  }
  .product-card__warranty::before {
    position: static;
    float: left;
    margin-right: 10px;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 400px) {
  /* Product
       ========================================================================== */
  
  /*.product-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card__price ins {
    margin-right: 0;
    margin-bottom: 10px;
  }*/
  
  .product-card__buttons .nice-number {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(50% - 6.5px);
  }
  input.product-card__quantity {
    width: 100%;
  }
  .product-card__wish-list-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(50% - 6.5px);
    margin: 0;
  }
  .product-card__button:first-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 13px;
  }
}

@media screen and (max-width: 390px) {
  /* Home page
       ========================================================================== */
  /***** stock-slider *****/
  .stock-slider__product {
    width: 90%;
    margin: 0 auto;
  }
 
 
  .stock-slider__name, .stock-slider__article { text-align: center; }
  
  .stock-slider__arrow_prev {
    left: 0;
  }
  .stock-slider__arrow_next {
    right: 0;
  }
  .stock-slider__add-to-cart {
    display: block;
    text-align: center;
  }
  .stock-slider__price {
    margin-bottom: 10px;
  }
  /* Product
       ========================================================================== */
  .additional-goods__slider {
    width: 250px;
  }
  .additional-goods__arrow_prev {
    left: -45px;
  }
  .additional-goods__arrow_next {
    right: -45px;
  }
}

@media screen and (max-width: 370px) {
	
   .cart_delete_all { text-align: left;  }
   
  /* Home page
       ========================================================================== */
  /***** main-header *****/
  .main-header__mobile-logo .logo {
    -webkit-transform: scale(0.75) translate(-39px, 0);
            transform: scale(0.75) translate(-39px, 0);
  }
  .main-header__menu-close {
    left: 260px;
  }
  .main-header__menu-close svg {
    fill: #a6a5a5;
  }
  .show-main-nav .main-header__menu-close--on-overlay {
    display: none;
  }
  .main-header__menu-close--on-menu {
    display: block;
  }
  /***** news *****/
  .news__list .news__item,
  .news__img {
    width: 100%;
    height: auto;
  }
  
  .catalog_producers strong { display: none; }
  
}

@media screen and (max-width: 360px) {
  /* Basket
       ========================================================================== */
  .sidebar__banner {
    width: 100%;
  }
}

/* Container
   ========================================================================== */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1290px) {
  .container {
    max-width: 1230px;
  }
}
@media(max-width: 1799px) and (min-width: 1400px){
    .container {
        max-width: 1400px;
    }
}
 @media (min-width: 1800px){
    .container {
        max-width: 1784px;
    }
}

/* === SMARTHOFF LOGO REFRESH 20260610 === */
.main-header__top {
  gap: 24px;
}

.main-header__logo.logo {
  align-items: center;
  flex-shrink: 0;
  min-width: 320px;
}

.main-header__logo .logo__img {
  position: static;
  width: 270px;
  max-width: 270px;
  height: auto;
  margin-right: 0;
}

.main-header__logo .logo__text {
  display: none;
}

@media screen and (max-width: 1290px) {
  .main-header__logo.logo {
    min-width: 0;
  }
}

@media screen and (max-width: 760px) {
  .main-header__logo .logo__img {
    width: 210px;
    max-width: 210px;
  }
}
/* === END SMARTHOFF LOGO REFRESH 20260610 === */

/* === SMARTHOFF CATALOG TECH REFRESH 20260610 === */
.catalog__head.head-section::before {
  background-color: #dddddd;
  border-bottom: 4px solid #cac9c9;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='8' height='8' rx='1'/%3E%3Crect x='19' y='5' width='8' height='8' rx='1'/%3E%3Crect x='5' y='19' width='8' height='8' rx='1'/%3E%3Cpath d='M19 22h8M23 18v8'/%3E%3Cpath d='M13 9h6M9 13v6M23 13v5M13 23h6' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.catalog__link {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.catalog__link:hover,
.catalog__link:focus {
  border-color: #0c91d2;
  box-shadow: 0 10px 22px rgba(12, 145, 210, .14);
  transform: translateY(-5px);
}

.catalog__img img {
  transition: transform .22s ease;
}

.catalog__link:hover .catalog__img img,
.catalog__link:focus .catalog__img img {
  transform: scale(1.035);
}
/* === END SMARTHOFF CATALOG TECH REFRESH 20260610 === */

/* === SMARTHOFF INTER FONT 20260610 === */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/images/t8903001/fonts/inter-variable.woff2") format("woff2");
}

html,
body {
  font-family: "Inter", "Open Sans", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
.main-nav__link,
.catalog__name,
.product-catalog__name,
.top-sales,
.main-footer,
.main-header {
  font-family: "Inter", "Open Sans", Arial, sans-serif;
}

.head-section h2,
.stock-slider h3,
.top-sales h3,
.catalog__name,
.product-catalog__name,
.main-nav__link {
  font-family: "Inter", "Open Sans", Arial, sans-serif;
  letter-spacing: -0.01em;
}
/* === END SMARTHOFF INTER FONT 20260610 === */

/* === SMARTHOFF MENU PALETTE 20260610 === */
.main-header__nav {
  background-color: #243447;
  border-bottom-color: #10161f;
}

.main-header__menu,
.main-nav__link,
.main-nav__dropdown,
.main-nav__dropdown-level-3 {
  background-color: #243447;
}

.main-nav__link,
.main-nav__dropdown a,
.header-actions__text {
  color: #ffffff;
}

.main-nav__item--current .main-nav__link {
  background-color: #10161f;
}

.main-nav__item:hover .main-nav__link,
.main-nav__item:focus-within .main-nav__link,
.main-nav__item-level-2:hover .main-nav__link-level-2,
.main-nav__item-level-2:focus-within .main-nav__link-level-2,
.main-nav__dropdown-level-3 li:hover a,
.main-nav__dropdown-level-3 li:focus-within a {
  background-color: #33c5e0;
}

.main-nav__dropdown li.line span {
  background-color: rgba(255, 255, 255, .38);
}

.header-actions__item--favorites .header-actions__link {
  background-color: #243447;
}

.header-actions__item--basket .header-actions__link {
  background-color: #33c5e0;
}

.header-actions__item--favorites .header-actions__link:hover,
.header-actions__item--favorites .header-actions__link:focus,
.header-actions__item--basket .header-actions__link:hover,
.header-actions__item--basket .header-actions__link:focus {
  background-color: #33c5e0;
}
/* === END SMARTHOFF MENU PALETTE 20260610 === */

/* === SMARTHOFF CATALOG HEAD PALETTE 20260610 === */
.catalog__head.head-section {
  background: #243447;
  border-color: #10161f;
  border-bottom: 4px solid #10161f;
}

.catalog__head.head-section::before {
  background-color: #10161f;
  border-bottom-color: #10161f;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='8' height='8' rx='1'/%3E%3Crect x='19' y='5' width='8' height='8' rx='1'/%3E%3Crect x='5' y='19' width='8' height='8' rx='1'/%3E%3Cpath d='M19 22h8M23 18v8'/%3E%3Cpath d='M13 9h6M9 13v6M23 13v5M13 23h6' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");
}

.catalog__head.head-section h2,
.catalog__head h2 {
  color: #ffffff;
}
/* === END SMARTHOFF CATALOG HEAD PALETTE 20260610 === */

/* === SMARTHOFF NEWS SECTIONS PALETTE 20260611 === */
.new__head.head-section,
.news__head.head-section {
  background: #243447;
  border-color: #10161f;
  border-bottom: 4px solid #10161f;
  color: #ffffff;
}

.new__head.head-section::before,
.news__head.head-section::before {
  background-color: #10161f;
  border-bottom-color: #10161f;
}

.new__head.head-section::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2l3.1 5.2 5.9-1 1 5.9 5.2 3.1-3.2 5.1 3.2 5.1-5.2 3.1-1 5.9-5.9-1L17 32l-3.1-5.2-5.9 1-1-5.9-5.2-3.1 3.2-5.1-3.2-5.1L7 10.1l1-5.9 5.9 1L17 2z' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3Ctext x='17' y='20.5' text-anchor='middle' font-family='Arial,sans-serif' font-size='8' font-weight='700' fill='%23ffffff'%3ENEW%3C/text%3E%3C/svg%3E");
}

.news__head.head-section::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='5' width='20' height='24' rx='1.5'/%3E%3Cpath d='M12 11h10M12 15h10M12 23h10M12 19h4'/%3E%3Crect x='18' y='18' width='5' height='5'/%3E%3Cpath d='M4 9h3v17a3 3 0 0 1-3-3V9z'/%3E%3C/g%3E%3C/svg%3E");
}

.new__head.head-section h2,
.news__head.head-section h2 {
  color: #ffffff;
}

.news__head.head-section a {
  background-color: #33c5e0;
  color: #10161f;
  font-weight: 700;
}

.news__head.head-section a:hover,
.news__head.head-section a:focus {
  background-color: #ffffff;
  color: #10161f;
}
/* === END SMARTHOFF NEWS SECTIONS PALETTE 20260611 === */

/* === SMARTHOFF CART BUTTON PALETTE 20260611 === */
input.quantity {
  background-color: #ffffff;
  border-color: #c4e4f3;
}

.nice-number button {
  color: #10161f;
  background-color: #33c5e0;
}

.nice-number button:hover,
.nice-number button:focus {
  color: #ffffff;
  background-color: #243447;
}

.product-item__button.button {
  color: #ffffff;
  background-color: #243447;
}

.product-item__button.button:hover,
.product-item__button.button:focus {
  color: #ffffff;
  background-color: #33c5e0;
}

.product-item__button.button::after {
  background-color: rgba(255, 255, 255, .28);
}
/* === END SMARTHOFF CART BUTTON PALETTE 20260611 === */

/* === SMARTHOFF PRODUCT ITEM HOVER BORDER 20260611 === */
.product-item:hover,
.product-item:focus-within {
  border-color: #33c5e0;
}
/* === END SMARTHOFF PRODUCT ITEM HOVER BORDER 20260611 === */

/* === SMARTHOFF PRODUCT ARTICLE BADGE 20260611 === */
.product-item__article span {
  background-color: #243447;
  color: #ffffff;
}
/* === END SMARTHOFF PRODUCT ARTICLE BADGE 20260611 === */

/* === SMARTHOFF PRODUCT ARTICLE TAG SELECTOR 20260611 === */
.product-item__tag.product-item__tag--article,
.product-item__tag--article {
  background-color: #243447;
  color: #ffffff;
}
/* === END SMARTHOFF PRODUCT ARTICLE TAG SELECTOR 20260611 === */

/* === SMARTHOFF WEEKLY PRODUCTS PALETTE 20260611 === */
.stock-slider {
  border-color: #243447;
}

.stock-slider h3 {
  color: #10161f;
}

.stock-slider__name {
  color: #10161f;
}

.stock-slider__article {
  color: #6f7f8f;
}

.stock-slider__price,
.stock-slider__price b {
  color: #10161f;
}

.stock-slider__button.button {
  color: #ffffff;
  background-color: #243447;
}

.stock-slider__button.button:hover,
.stock-slider__button.button:focus {
  color: #ffffff;
  background-color: #33c5e0;
}

.stock-slider__button.button::after {
  background-color: rgba(255, 255, 255, .28);
}

.stock-slider__arrow {
  opacity: 1;
}

.stock-slider__arrow_prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='42' viewBox='0 0 24 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3L3 21l18 18' fill='none' stroke='%23243447' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stock-slider__arrow_next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='42' viewBox='0 0 24 42' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3l18 18L3 39' fill='none' stroke='%23243447' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* === END SMARTHOFF WEEKLY PRODUCTS PALETTE 20260611 === */

/* === SMARTHOFF NEWS CARDS DESIGN 20260611 === */
.news__list {
  align-items: stretch;
}

.news__list .news__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #d9e2ea;
  box-shadow: 0 8px 24px rgba(16, 22, 31, 0);
  overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.news__list .news__item:hover,
.news__list .news__item:focus-within {
  border-color: #33c5e0;
  box-shadow: 0 16px 34px rgba(16, 22, 31, .14);
  transform: translateY(-5px);
}

.news__img-box {
  margin-bottom: 0;
  overflow: hidden;
}

.news__img {
  display: block;
  width: 100%;
  height: 256px;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.news__list .news__item:hover .news__img,
.news__list .news__item:focus-within .news__img {
  filter: brightness(.86);
  transform: scale(1.045);
}

.news__date {
  top: 14px;
  left: 14px;
  width: 82px;
  padding: 7px 5px 10px;
  color: #ffffff;
  background-color: #10161f;
  border-bottom: 4px solid #33c5e0;
}

.news__date b {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}

.news__date span {
  color: #ffffff;
}

.news__date span:first-of-type {
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
}

.news__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 18px 22px;
  color: #536171;
}

.news__content > a:first-child {
  color: #10161f;
  text-decoration: none;
}

.news__content h2,
.news__content h3 {
  margin: 0 0 14px;
  color: #10161f;
  font-size: 18px;
  line-height: 1.35;
}

.news__content p,
.news__content ul {
  margin: 0 0 12px;
  color: #536171;
  line-height: 1.55;
}

.news__content > h2,
.news__content > p,
.news__content > ul {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.news__content > h2 {
  -webkit-line-clamp: 2;
}

.news__content > p,
.news__content > ul {
  -webkit-line-clamp: 4;
}

.news__content > h3:empty,
.news__content > p:nth-of-type(n + 2),
.news__content > ul:nth-of-type(n + 2) {
  display: none;
}

.news__more {
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 16px;
  color: #ffffff !important;
  background-color: #243447;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.news__more:hover,
.news__more:focus {
  color: #10161f !important;
  background-color: #33c5e0;
  transform: translateY(-1px);
}

@media screen and (max-width: 760px) {
  .news__img {
    height: auto;
  }
}
/* === END SMARTHOFF NEWS CARDS DESIGN 20260611 === */

/* === SMARTHOFF BOTTOM FEEDBACK CTA 20260611 === */
.feedback.feedback--selection {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 80px;
  padding: 34px clamp(24px, 4vw, 56px);
  color: #ffffff;
  background-color: #243447;
  border-bottom: 4px solid #10161f;
}

.feedback.feedback--selection p {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  padding-left: 86px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.55;
}

.feedback.feedback--selection p::before {
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  background: #10161f;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}

.feedback.feedback--selection strong {
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
}

.feedback.feedback--selection > a:last-child {
  flex: 0 0 auto;
  min-width: 220px;
  margin-left: auto;
  padding: 16px 22px;
  color: #10161f;
  background-color: #33c5e0;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.feedback.feedback--selection > a:last-child:hover,
.feedback.feedback--selection > a:last-child:focus {
  color: #ffffff;
  background-color: #10161f;
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  .feedback.feedback--selection {
    align-items: flex-start;
    flex-direction: column;
  }

  .feedback.feedback--selection p {
    padding-left: 76px;
  }

  .feedback.feedback--selection > a:last-child {
    width: 100%;
    margin-left: 0;
  }
}
/* === END SMARTHOFF BOTTOM FEEDBACK CTA 20260611 === */

/* === SMARTHOFF FOOTER DARK 20260611 === */
.main-footer {
  margin-top: 45px;
  background-color: #10161f;
}

.main-footer__top {
  padding-top: 56px;
  padding-bottom: 46px;
  background-color: #10161f;
}

.main-footer__top .container {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(260px, .8fr) minmax(320px, 1fr);
  gap: clamp(34px, 5vw, 96px);
  align-items: start;
}

.main-footer__logo-box {
  max-width: 320px;
}

.main-footer__logo {
  margin-bottom: 34px;
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
  opacity: .96;
}

.main-footer__logo .logo__text,
.main-footer__logo .logo__text strong,
.main-footer__logo .logo__text span {
  color: #ffffff;
}

.main-footer__copyright {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .72);
}

.main-footer__agreement {
  display: table;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .68);
}

.main-footer__agreement::after {
  background-color: rgba(255, 255, 255, .28);
}

.main-footer__agreement:hover,
.main-footer__agreement:focus,
.main-footer__nav a:hover,
.main-footer__nav a:focus,
.current-menu-item a {
  color: #33c5e0;
}

.main-footer__agreement:hover::after,
.main-footer__agreement:focus::after {
  background-color: #33c5e0;
}

.main-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 36px;
  max-width: 420px;
}

.main-footer__nav a {
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.45;
}

.main-footer__user {
  justify-self: end;
  max-width: 360px;
  margin: 0;
}

.user--footer .user__item:first-child {
  display: none;
}

.user--footer .user__item:last-child,
.user--footer .user__item:last-child .user__item-text {
  margin: 0;
  text-align: left;
}

.user--footer .user__item:last-child .user__item-text {
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
}

.user--footer .user__item:last-child a {
  color: #33c5e0;
}

.user--footer .user__item:last-child a:first-child {
  display: inline-block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.user--footer .user__item:last-child a:nth-of-type(2) {
  display: inline-block;
  margin-bottom: 8px;
}

.main-footer__bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0b1018;
}

.main-footer__bottom p {
  max-width: 960px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .50);
  font-size: 11px;
  line-height: 1.55;
}

@media screen and (max-width: 980px) {
  .main-footer__top .container {
    grid-template-columns: 1fr 1fr;
  }

  .main-footer__user {
    justify-self: start;
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 760px) {
  .main-footer__top .container {
    display: block;
  }

  .main-footer__logo-box,
  .main-footer__user {
    width: auto;
    max-width: 100%;
    margin: 0 0 32px;
  }

  .main-footer__nav {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    margin-bottom: 32px;
  }

  .main-footer__nav li {
    margin-right: 0;
  }

  .main-footer__copyright--mobile,
  .main-footer__agreement--mobile {
    color: rgba(255, 255, 255, .68);
  }
}
/* === END SMARTHOFF FOOTER DARK 20260611 === */

/* === SMARTHOFF FOOTER LIGHTER 20260611 === */
.main-footer,
.main-footer__top {
  background-color: #243447;
}

.main-footer__bottom {
  background-color: #1a2332;
}

.main-footer__logo .logo__text {
  display: none;
}

.main-footer__logo {
  margin-bottom: 38px;
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
  opacity: .92;
}

.main-footer__copyright,
.main-footer__agreement,
.main-footer__nav a,
.user--footer .user__item:last-child .user__item-text {
  color: rgba(255, 255, 255, .78);
}

.main-footer__bottom p {
  color: rgba(255, 255, 255, .58);
}
/* === END SMARTHOFF FOOTER LIGHTER 20260611 === */

/* === SMARTHOFF FOOTER BRAND CONTACTS 20260611 === */
.main-footer__top .container {
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
}

.main-footer__logo {
  margin-bottom: 22px;
}

.main-footer__logo .logo__img {
  width: 290px;
  max-width: 290px;
}

.main-footer__brand-contacts {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.main-footer__brand-contacts a {
  display: table;
  margin-bottom: 6px;
  color: #33c5e0;
}

.main-footer__brand-contacts .main-footer__brand-phone {
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
}

.main-footer__brand-contacts p {
  max-width: 360px;
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, .78);
}

.main-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  background: rgba(255, 255, 255, .90);
  transition: transform .22s ease, background-color .22s ease;
}

.main-footer__socials a:hover,
.main-footer__socials a:focus {
  background-color: #33c5e0;
  transform: translateY(-2px);
}

.main-footer__socials img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.main-footer__user {
  display: none;
}

.main-footer__nav {
  justify-self: end;
}

@media screen and (max-width: 980px) {
  .main-footer__top .container {
    grid-template-columns: 1fr;
  }

  .main-footer__nav {
    justify-self: start;
  }
}

@media screen and (max-width: 760px) {
  .main-footer__logo .logo__img {
    width: 240px;
    max-width: 240px;
  }
}
/* === END SMARTHOFF FOOTER BRAND CONTACTS 20260611 === */

/* === SMARTHOFF FOOTER RIEVTECH LAYOUT 20260611 === */
.main-footer {
  margin-top: 48px;
  background: #313c78;
}

.main-footer__top {
  padding: 42px 0 36px;
  background: #313c78;
}

.main-footer__top .container {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(420px, 520px) minmax(150px, 190px);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
  justify-content: center;
}

.main-footer__logo-box {
  max-width: 280px;
  margin: 0;
}

.main-footer__logo {
  display: block;
  margin: 0 0 24px;
}

.main-footer__logo .logo__img {
  width: 230px;
  max-width: 230px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .98;
}

.main-footer__logo .logo__text,
.main-footer__socials,
.main-footer__nav,
.main-footer__user {
  display: none !important;
}

.main-footer__brand-contacts {
  margin: 0;
  color: #f2f5ff;
  font-size: 16px;
  line-height: 1.18;
}

.main-footer__brand-contacts a,
.main-footer__brand-contacts p {
  display: block;
  margin: 0 0 12px;
  color: #f2f5ff;
  text-decoration: none;
}

.main-footer__brand-contacts .main-footer__brand-phone {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.main-footer__brand-contacts a:hover,
.main-footer__brand-contacts a:focus,
.main-footer__nav-column a:hover,
.main-footer__nav-column a:focus {
  color: #ffffff;
}

.main-footer__copyright--desktop,
.main-footer__agreement--desktop,
.main-footer__copyright--mobile,
.main-footer__agreement--mobile {
  display: none !important;
}

.main-footer__nav-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

.main-footer__nav-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.main-footer__nav-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__nav-column li {
  margin: 0 0 10px;
}

.main-footer__nav-column a {
  color: rgba(232, 236, 255, .58);
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  transition: color .18s ease;
}

.main-footer__follow {
  color: rgba(232, 236, 255, .58);
}

.main-footer__follow p {
  margin: 18px 0 14px;
  font-size: 16px;
  line-height: 1.2;
}

.main-footer__follow-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__follow-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  transition: border-color .18s ease, transform .18s ease, background-color .18s ease;
}

.main-footer__follow-links a:hover,
.main-footer__follow-links a:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, .12);
  transform: translateY(-2px);
}

.main-footer__follow-links img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.main-footer__bottom {
  padding: 10px 0 12px;
  background: #283160;
}

.main-footer__bottom p {
  max-width: 900px;
  color: rgba(232, 236, 255, .54);
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .main-footer__top .container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .main-footer__logo-box {
    max-width: none;
  }

  .main-footer__nav-columns {
    gap: 36px;
  }

  .main-footer__follow p {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .main-footer__top {
    padding: 34px 0 28px;
  }

  .main-footer__nav-columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .main-footer__logo .logo__img {
    width: 210px;
    max-width: 210px;
  }
}
/* === END SMARTHOFF FOOTER RIEVTECH LAYOUT 20260611 === */

/* === SMARTHOFF FOOTER SPACING PALETTE 20260611 === */
.main-footer,
.main-footer__top {
  background: #243447;
}

.main-footer__logo {
  margin-bottom: 34px;
}

.main-footer__logo .logo__img {
  display: block;
}

.main-footer__brand-contacts {
  clear: both;
}

.main-footer__bottom {
  background: #1a2332;
}
/* === END SMARTHOFF FOOTER SPACING PALETTE 20260611 === */

/* === SMARTHOFF FOOTER LOGO SAFE AREA 20260611 === */
.main-footer__logo {
  display: block;
  width: 260px;
  height: 72px;
  margin: 0 0 28px;
  overflow: hidden;
}

.main-footer__logo .logo__img {
  width: 260px;
  max-width: 260px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.main-footer__brand-contacts {
  padding-top: 0;
}
/* === END SMARTHOFF FOOTER LOGO SAFE AREA 20260611 === */

/* === SMARTHOFF FOOTER LOGO RESET 20260611 === */
.main-footer__logo.logo {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.main-footer__logo.logo::before,
.main-footer__logo.logo::after {
  content: none;
}

.main-footer__logo .logo__img {
  flex: 0 0 auto;
  margin: 0;
}
/* === END SMARTHOFF FOOTER LOGO RESET 20260611 === */

/* === SMARTHOFF FOOTER CONTACTS DROP 20260611 === */
.main-footer__logo-box .main-footer__brand-contacts {
  margin-top: 22px;
}
/* === END SMARTHOFF FOOTER CONTACTS DROP 20260611 === */

/* === SMARTHOFF PRODUCT CARD REDESIGN 20260611 === */
.breadcrumbs {
  margin-bottom: 24px;
  color: #6f7f8f;
}

.breadcrumbs a {
  color: #2f7fc4;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(360px, 43%) minmax(460px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  margin: 0 0 42px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d9e3ea;
  box-shadow: 0 14px 34px rgba(16, 22, 31, .06);
}

.product-card__left,
.product-card__right {
  width: auto;
}

.product-card__gallery {
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 0;
}

.gallery-side {
  width: 86px;
  flex: 0 0 86px;
}

.gallery-side__item img {
  width: 86px;
  min-height: 86px;
  padding: 8px;
  object-fit: contain;
  background: #fff;
  border: 2px solid #d9e3ea;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.gallery-side__item:hover img,
.gallery-side .slick-current img {
  border-color: #33c5e0;
  box-shadow: 0 8px 18px rgba(51, 197, 224, .18);
}

.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 22px;
  background: #fff;
  border: 1px solid #edf2f5;
}

.gallery img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.product-card__details {
  margin: 0;
  padding: 0;
}

.product-card__details .params {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 22px;
  color: #6f7f8f;
  font-size: 15px;
  line-height: 1.4;
}

.product-card__details .param-val {
  margin: 0;
}

.product-card__details .param-val b {
  font-weight: 700;
}

.product-card__details .blue {
  color: #2f7fc4;
}

.product-card__name {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 20px;
}

.product-card__name h1 {
  max-width: 760px;
  color: #10161f;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.22;
  font-weight: 600;
}

.product-card__name a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 120px;
  margin-left: 0;
}

.product-card__name img {
  max-width: 120px;
  max-height: 58px;
  object-fit: contain;
}

.product-card__price-box {
  display: block;
  margin: 0 0 24px;
}

.product-card__price {
  color: #10161f;
}

.product-card__price ins {
  margin: 0;
  font-size: clamp(30px, 2.2vw, 40px);
  line-height: 1.15;
}

.product-card__price strong {
  font-weight: 800;
}

.product-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin: 0 0 24px;
}

.product-card__buttons .nice-number {
  display: grid;
  grid-template-columns: 86px 34px;
  grid-template-rows: repeat(2, 32px);
  margin: 0;
  border: 1px solid #cfe5ef;
  background: #fff;
}

input.product-card__quantity {
  grid-row: 1 / span 2;
  width: 86px;
  height: 64px;
  padding: 0;
  color: #10161f;
  font-size: 24px;
  text-align: center;
  border: 0;
  background: #fff;
}

.product-card__buttons .nice-number button {
  width: 34px;
  height: 32px;
  color: #10161f;
  font-size: 22px;
  line-height: 1;
  background: #33c5e0;
  border: 0;
  border-left: 1px solid #cfe5ef;
  transition: background-color .18s ease;
}

.product-card__buttons .nice-number button:hover {
  background: #65d7ea;
}

.product-card__button {
  min-width: 156px;
  min-height: 64px;
  margin: 0;
  padding: 0 28px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  background: #243447;
  border: 1px solid #243447;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.product-card__button:hover,
.product-card__button:focus {
  color: #ffffff;
  background: #33c5e0;
  border-color: #33c5e0;
  transform: translateY(-1px);
}

.product-card__button--buy {
  min-width: 190px;
  color: #10161f;
  font-weight: 500;
  background: #e8f7fb;
  border-color: #33c5e0;
}

.product-card__button--buy:hover,
.product-card__button--buy:focus {
  color: #10161f;
  background: #33c5e0;
}

.product-card__wish-list-link {
  width: 64px;
  min-height: 64px;
  background-color: #f2f4f6;
  background-size: 31px 28px;
  border: 1px solid #edf2f5;
}

.product-card__wish-list-link:hover,
.product-card__wish-list-link:focus {
  background-color: #e8f7fb;
  border-color: #33c5e0;
}

.product-card__wish-list-link.product-card__wish-list-link--added {
  background-color: #33c5e0;
  border-color: #33c5e0;
}

.startext {
  max-width: 920px;
  margin-top: 10px;
  color: #10161f;
  font-size: 14px;
  line-height: 1.45;
}

.product-tabs {
  margin: 0 0 46px;
}

.product-tabs__head {
  margin-bottom: 0;
}

.product-tabs__head a,
.product-tabs .ui-tabs-active a {
  padding: 16px 42px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  background: #243447;
}

.product-tabs__head a:hover,
.product-tabs .ui-tabs-active a {
  background: #10161f;
}

.product-tabs__content {
  padding: 30px 38px 38px;
  color: #10161f;
  background: #ffffff;
  border: 1px solid #d9e3ea;
  border-top: 4px solid #10161f;
}

.product-tabs__content h2,
.product-tabs__content h3 {
  color: #10161f;
}

@media screen and (max-width: 980px) {
  .product-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .gallery {
    min-height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .product-card {
    padding: 18px;
  }

  .product-card__gallery {
    display: block;
  }

  .gallery-side {
    display: none;
  }

  .gallery {
    min-height: 300px;
    padding: 14px;
  }

  .product-card__name {
    grid-template-columns: 1fr;
  }

  .product-card__name a {
    justify-content: flex-start;
  }

  .product-card__button,
  .product-card__button--buy {
    flex: 1 1 100%;
  }

  .product-card__wish-list-link {
    flex: 0 0 64px;
  }

  .product-tabs__head a,
  .product-tabs .ui-tabs-active a {
    width: 100%;
    padding: 14px 20px;
  }

  .product-tabs__content {
    padding: 22px 18px;
  }
}
/* === END SMARTHOFF PRODUCT CARD REDESIGN 20260611 === */

/* === SMARTHOFF PRODUCT CARD COMPACT FIX 20260611 === */
@media screen and (min-width: 981px) {
  .product-card {
    display: grid !important;
    grid-template-columns: minmax(360px, 42%) minmax(460px, 1fr);
    gap: clamp(26px, 3.2vw, 46px);
    align-items: start;
    padding: 24px 28px;
  }

  .product-card__name--mobile {
    display: none !important;
  }

  .product-card__name--desktop {
    display: grid !important;
  }

  .product-card__left {
    grid-column: 1;
    grid-row: 1;
    width: auto !important;
    margin: 0 !important;
  }

  .product-card__right {
    grid-column: 2;
    grid-row: 1;
    width: auto !important;
  }
}

.product-card__gallery {
  gap: 18px;
}

.gallery {
  min-height: 390px;
  padding: 16px;
}

.gallery img {
  max-height: 370px;
}

.product-card__details .params {
  margin-bottom: 16px;
}

.product-card__name {
  margin-bottom: 18px;
}

.product-card__price-box {
  margin-bottom: 20px;
}
/* === END SMARTHOFF PRODUCT CARD COMPACT FIX 20260611 === */

/* === SMARTHOFF FOOTER LOGO CYAN 20260611 === */
.main-footer__logo .logo__img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(1320%) hue-rotate(150deg) brightness(91%) contrast(92%);
}
/* === END SMARTHOFF FOOTER LOGO CYAN 20260611 === */

/* === SMARTHOFF HEADER LOGO CYAN FOOTER WHITE 20260611 === */
.main-header .logo__img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(61%) saturate(1320%) hue-rotate(150deg) brightness(91%) contrast(92%);
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
}
/* === END SMARTHOFF HEADER LOGO CYAN FOOTER WHITE 20260611 === */


/* === SMARTHOFF FINAL HEADER LOGO DARK 20260611 === */
.main-header .logo__img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(18%) saturate(1210%) hue-rotate(169deg) brightness(91%) contrast(92%);
}

.main-footer__logo .logo__img {
  filter: brightness(0) invert(1);
}
/* === END SMARTHOFF FINAL HEADER LOGO DARK 20260611 === */

/* === SMARTHOFF FINAL HEADER LAYOUT FIX 20260611 === */
.main-header__top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-header__logo.logo {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  min-width: 240px;
  height: 58px;
  overflow: hidden;
}

.main-header__logo .logo__img {
  position: static !important;
  display: block;
  width: 230px;
  max-width: 230px;
  height: auto;
  margin: 0 !important;
  transform: none !important;
}

.main-header__logo .logo__text {
  display: none !important;
}

.main-header__user-box {
  flex: 1 1 auto;
  min-width: 0;
}

.main-header__search {
  flex: 1 1 auto;
  min-width: 280px;
}

.main-header__search .search__field {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 760px) {
  .main-header__top {
    gap: 14px;
  }

  .main-header__logo.logo {
    flex-basis: 170px;
    width: 170px;
    min-width: 170px;
    height: 46px;
  }

  .main-header__logo .logo__img {
    width: 165px;
    max-width: 165px;
  }

  .main-header__search {
    min-width: 180px;
  }
}
/* === END SMARTHOFF FINAL HEADER LAYOUT FIX 20260611 === */
