@charset "UTF-8";

@font-face {
  font-family: 'AvenirNextCyr'; 
  src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf') format('truetype');   
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNextCyr'; 
  src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf') format('truetype');   
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirNextCyr'; 
  src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.ttf') format('truetype');   
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



/*@font-face {
  font-family: "AvenirNextCyr";
  font-display: swap;
  src: url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
*/
/*@font-face {
  font-family: "AvenirNextCyr";
  font-display: swap;
  src: url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}*/

/*@font-face {
  font-family: "AvenirNextCyr";
  font-display: swap;
  src: url("../fonts/AvenirNextCyr-SemiBold.woff") format("woff"), url("../fonts/AvenirNextCyr-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}*/

@font-face {
  font-family: 'icomoon-soc';
  src:  url('../fonts/socials/icomoon.eot?qsma22');
  src:  url('../fonts/socials/icomoon.eot?qsma22#iefix') format('embedded-opentype'),
    url('../fonts/socials/icomoon.ttf?qsma22') format('truetype'),
    url('../fonts/socials/icomoon.woff?qsma22') format('woff'),
    url('../fonts/socials/icomoon.svg?qsma22#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.social [class^="icon-"], .social [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-soc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e900";
  color: #e0c766;
}
.icon-insta:before {
  content: "\e901";
  color: #e0c766;
}
.icon-ok:before {
  content: "\e902";
  color: #e0c766;
}
.icon-vk:before {
  content: "\e903";
  color: #e0c766;
}




@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e0fnuu");
  src: url("../fonts/icomoon.woff?e0fnuu") format("woff"), url("../fonts/icomoon.woff2?e0fnuu#icomoon") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e900";
}

.icon-heart-1:before {
  content: "\e901";
  color: #e0c766;
}

.icon-heart-o:before {
  content: "\e902";
}

.icon-login:before {
  content: "\e904";
}


.icon-point:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

@font-face {
  font-family: 'FontAwesome1';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'fa-viber';
	src:url('../fonts/fa-viber.eot?-3dwksg');
	src:url('../fonts/fa-viber.eot?#iefix-3dwksg') format('embedded-opentype'),
		url('../fonts/fa-viber.ttf?-3dwksg') format('truetype'),
		url('../fonts/fa-viber.woff?-3dwksg') format('woff'),
		url('../fonts/fa-viber.svg?-3dwksg#fa-viber') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa-viber:before {
	font-family: 'fa-viber';
	content: "\e666";
  color: #e0c766;
}

.fa {
  display: inline-block;

  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-telegram:before {
  font: normal normal normal 26px/1 FontAwesome1 !important;
  content: "\f2c6";
  color: #e0c766;
}


html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  position: relative;
  min-width: 320px;
  font-size: 14px;
  color: #050505;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 400;
}

body.lock {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a,
select,
input,
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

input {
  outline: none;
}

.slider-brands__item-img img,
.card__item-img img,
.basket__item-img img {
  width: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.main-container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  z-index: 1 !important;
  outline: none;
}

.menu__btn {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 15px;
  cursor: pointer;
  z-index: 5;
  padding: 0px 65px 0px 0px;
}

.menu__btn::before {
  content: "Меню";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

.menu__btn span {
  top: 6px;
  left: 0px;
  position: absolute;
  width: 19px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
}

.menu__btn span:first-child {
  top: 0px;
}

.menu__btn span:last-child {
  top: auto;
  bottom: 0px;
}

.slider-arrows {
  position: relative;
}

.slider-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  padding: 0;
  width: 62px;
  height: 62px;
}

.slider-arrows .slick-prev {
  background: url(../images/icon/arrow_slider.svg) center no-repeat;
  -webkit-transform: rotate(180deg) translate(0, 50%);
      -ms-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
  left: -31px;
}

.slider-arrows .slick-next {
  right: -31px;
  background: url(../images/icon/arrow_slider.svg) center no-repeat;
  -webkit-transform: rotate(0deg) translate(0, -50%);
      -ms-transform: rotate(0deg) translate(0, -50%);
          transform: rotate(0deg) translate(0, -50%);
}

.btn {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #E0C766;
  background: #E0C766;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}

.btn:active {
  color: #E0C766;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

/* ================ start slider =================*/

.slider {
  padding: 50px 0 30px;
}

.slider__title {
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.slider .slick-list {
  margin: 0 -15px;
  padding: 20px 0;
}

.card__item {
  padding: 0 15px;
  height: 100%;
  position: relative;
}

.card__item-inner {
  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;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 30px 30px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.card__item-inner:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.card__item-img {
  margin: 0px 0px 10px 0px;
  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: 100%;
}

.card__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
  height: 195px;
}

.card__item-title {
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.card__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 30px 0px;
}

.card__item-btn {
  text-align: center;
  width: 100%;
  margin: 0px 0px 40px 0px;
  /*display: none;*/
}

.card__item-btn a {
  max-width: 170px;
  width: 100%;
}

.card__item-delay {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 23px;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 4;
}

.card__item-delay:hover {
  color: #E0C766;
}

.card__item-delay.selected i::before {
  content: "\e901";
  color: #E0C766;
}

.card__item-label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.price {
  font-weight: 600;
}

.old-price {
  font-size: 13px;
  color: #868686;
  text-decoration: line-through;
  margin: 0px 0px 0px 10px;
}

.label-sale,
.label-new,
.label-hit {
  padding: 5px;
  margin: 0px 5px 0px 0px;
  color: #fff;
  font-weight: 700;
  display: none;
  font-size: 12px;
}

.label-sale {
  background: #EE2A2A;
  display: block;
}

.label-new {
  background: #5A8DF7;
  display: block;
}

.label-hit {
  background: #E0C766;
  display: block;
}

.slider__btn {
  text-align: center;
  color: #E0C766;
  font-size: 16px;
  margin: 20px 0 10px;
  display: none;
}

.slider__btn button {
  color: inherit;
}

.slider-novelty {
  background: rgba(229, 229, 229, 0.2);
}

/* ================ end slider =================*/

/* ================ start modals =================*/

.modal__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal__overlay--hidden{
  display: none;
}

.modal__search {
  margin: 85px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__search-input {
  width: 100%;
  margin: 0px 10px 0px 0px;
  position: relative;
}

.modal__search-input .icon-search {
  position: absolute;
  top: 22px;
  left: 15px;
  font-size: 27px;
  color: rgba(0, 0, 0, 0.4);
}

.modal__search-input input {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 21px 24px 21px 60px;
  border: none;
  font-size: 16px;
  line-height: 1.5;
}

.modal__search-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal__search-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal__search-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal__search-input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal__search-input input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.modal__search-btn {
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
      z-index: 1;
}

.modal__search-btn button {
  padding: 23px;
  color: #646464;
  background: #E0C766;
  border-radius: 10px;
  font-weight: 700;
}

/* ================ end modals =================*/

.header {
  height: 85px;
  margin: 0 0 50px 0;
  /* padding: 23px 0;
  margin: 0 0 50px 0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
  box-shadow: 0 5px 15px rgba(0,0,0,.05); */
}
.header-container{
  height: 85px;
  padding: 23px 0;
  position: relative;
}
.header-container {
  /* content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px; */
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.05);
  box-shadow: 0 5px 10px rgba(0,0,0,.05);
  z-index: 20;
}

.catalog__banner{
  margin-top: 40px;
  cursor: pointer !important;
}

.header__nav-btn:hover .header__nav-dropdown::after {
  content: '';
  position: absolute;
  top: -15px;
  height: 15px;
  -webkit-box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 5%);
  width: 100%;
  left: 0;
  right: 0;
  /* z-index: -1; */
}

.fixed .header-container{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  top: 0;
}



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

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin: 0px 45px 0px 0px;
}

.header__logo a {
  display: block;
}

.header__logo img {
  max-width: 156px;
}


.subscribe__row-item .phone span {

  position: static;
  font-size: 12px;
  width: 100%;
  left: 0;
  top: 20px;
  letter-spacing: 0;
  line-height: 8px;
  font-weight: normal;
}

@media (min-width: 600px){
  .header__logo img {
    min-width: 156px; 
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

.header__nav .nav-item {
  padding: 5px;
  margin: 0px 20px 0px 0px;
}

.header__nav .nav-item:last-child {
  margin: 0;
}

.header__nav-btn {
  margin: 0px 25px 0px 0px;
}

.header__nav-btn:hover .nav-title::after {
  width: 100%;
}

.header__nav-btn:hover .nav-title::before {
  background: url(../images/icon/arrow-down-gold.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__nav-btn .nav-title {
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 600;
  padding: 5px 13px 5px 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.header__nav-btn .nav-title::before,
.header__nav-btn .nav-title::after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-btn .nav-title::before {
  top: 12px;
  right: 0;
  width: 8px;
  height: 4px;
  background: url(../images/icon/arrow-down.svg) no-repeat center;
}

.header__nav-btn .nav-title::after {
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #E0C766;
}

.header__nav-btn:hover .header__nav-dropdown {
  visibility: visible;
  opacity: 1;
}

.header__nav-btn:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: transparent;
  z-index: 2;
  top: 58px;
  left: 0;
}

.header__nav-dropdown {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  font-size: 12px;
  padding: 30px 0 50px 50px;
  -webkit-box-shadow: 0px 14px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 15px rgba(0, 0, 0, 0.15);
}

.header__nav-dropdown::before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 15%;
  width: 500px;
  height: 145px; 
  background: url(../images/header/dropdown-bg.png) right bottom no-repeat;
  background-size: contain !important;
  max-height: 100%;
}

.header__nav-dropdown.ring::before {
  background: url(../images/header/ring-bg.png) right no-repeat;
  height: 255px;
  
}

.header__nav-dropdown.sergi::before {
  background: url(../images/header/sergi-bg.png) right no-repeat;
  height: 340px;
}

.header__nav-dropdown.podveski::before {
  background: url(../images/header/podveski-bg.png) top no-repeat;
  height: 300px;
}

.header__nav-dropdown.cepi::before {
  background: url(../images/header/cepi-bg.png) right no-repeat;
  right: 0;
  height: 267px;
}

.header__nav-dropdown.busi::before {
  background: url(../images/header/busi-bg.png) right bottom no-repeat;
  height: 217px;
}

.header__nav-dropdown.braslet::before {
  background: url(../images/header/braslet-bg.png) right no-repeat;
  height: 310px;
}

.header__nav-dropdown.clock::before {
  background: url(../images/header/clock-bg.png) right bottom no-repeat;
  height: 300px;
}

.header__nav-dropdown.man::before {
  background: url(../images/header/man-bg.png) right no-repeat;
  right: 0;
  width: 636px;
  height: 305px;
}

.header__nav-dropdown.stick::before {
  background: url(../images/header/stick-bg-new.png) bottom right no-repeat;
  bottom: auto;
  top: 0;
  right: 0;
  height: 100%;
}

.header__nav-dropdown.other::before {
  background: url(../images/header/other-bg.png) right no-repeat;
  height: 291px;
}

.header__nav-dropdown nav {
  position: relative;
  margin: 0px 0px 0px 190px;
}

.header__nav-dropdown .root-item {
  display: none;
  position: absolute;
  left: 130px;
  top: 0;
  padding-left: 30px;
  border: none;
  height: 100%;
}

.header__nav-dropdown .root-item li {
  padding: 0;
}

.header__nav-dropdown .active {
  font-weight: 600;
}

.header__nav-dropdown .active span {
  border-bottom: 1px solid #E0C766;
}

.header__nav-dropdown .active .root-item {
  display: block;
  font-weight: 400;
}

.header__nav-dropdown .active .root-item span {
  border-bottom: 1px solid transparent;
}

.header__nav-dropdown .main-container>nav>ul {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px){
  .header__nav-dropdown .main-container>nav>ul {
    max-width: 130px;
  }
}

.header__nav-dropdown ul.root-item {
  max-width: 180px;
}

.header__nav-dropdown ul.root-item li.active span {
  border-bottom: 1px solid #E0C766;
}

.header__nav-dropdown li {
  width: 100%;
  padding: 0px 20px 0px 0px;
}

.header__nav-dropdown a {
  padding: 6px 0;
}

.header__nav-dropdown span {
  border-bottom: 1px solid transparent;
}

.header__nav-dropdown span:hover {
  border-bottom: 1px solid #E0C766;
}

.header__nav-dropdown .close-btn {
  display: none;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right-item {
  font-size: 22px;
  padding: 5px;
  margin: 0 5px;
}

.header__right-item span {
  font-size: 14px;
  margin: 0px 0px 0px 5px;
}

.header__right-item.geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right-item.basket {
  width: 50px;
  height: 50px;
  border: 2px solid #E0C766;
  border-radius: 50%;
  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;
  position: relative;
}

.header__right-item.active {
  background: #E0C766;
}

.header__right-item.active i {
  color: #fff;
}
.header__right-item.active .count-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__right-item .count-products,
.header__right-item .count-basket {
  display: none;
  position: absolute;
  margin: 0;
  font-family: 'AvenirNextCyr', sans-serif;
  font-weight: 600;
  background: #EE2A2A;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -7px;
  right: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.header__right-item.favorites {
  position: relative;
}
.header__right-item .count-basket {
  display: flex;
}
.nav-item {
  position: relative;
}

.nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #E0C766;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.close-btn,
.close-btn-dropdown,
.close-btn-root {
  display: none;
}

.footer__inner {
  border-top: 8px solid #E0C766;
  padding: 46px 0 20px;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.footer__item {
  padding: 0 10px;
}

.footer__item-title {
  color: #1B1B1B;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}

.footer__item-list a {
  padding: 5px 0;
  margin: 0px 0px 6px 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__item-list a:hover {
  color: #E0C766;
}

.footer__item-list li:last-child a {
  margin: 0;
}

.footer__item-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.contacts {
  max-width: 450px;
  width: 100%;
}

.subscribe__label {
  font-size: 12px;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}

.subscribe__input {
  margin: 0px 0px 30px 0px;
}

.subscribe__input input {
  color: #000;
  padding: 20px 110px 20px 20px;
  border: 2px solid #1D1D1D;
  width: 100%;
}

.subscribe__input input::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.subscribe__input input::-moz-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.subscribe__input input:-ms-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.subscribe__input input::-ms-input-placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.subscribe__input input::placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}

.subscribe__input input:focus + button {
  color: #E0C766;
}

.subscribe__input button {
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 12px;
  padding: 5px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.subscribe__input button:hover {
  color: #E0C766;
}

.subscribe__input-field {
  position: relative;
}

.subscribe__row {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__row-item {
  width: 50%;
}

.subscribe__row-btn {
  text-align: right;
}

.subscribe__row-btn button {
  font-size: 13px;
  font-weight: 700;
  padding: 12px 5px;
  max-width: 212px;
  width: 100%;
  text-align: center;
  border: 1px solid #E0C766;
  color: #E0C766;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.subscribe__row-btn button:hover {
  color: #fff;
  background: #E0C766;
}

.social {
  font-size: 24px;
  margin: 0 -10px;
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social li {
  margin: 0 10px;
}

.phone {
  font-size: 21px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  text-align: right;
  letter-spacing: 0.085em;
}

.copyright {
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.085em;
  padding: 5px 0;
  text-align: right;
  font-size: 12px;
}

.subscribe .logo {
  display: none;
}

/* ================ start main-slider =================*/

.main-slider {
  margin: 0px 0px 30px 0px;
  overflow: hidden;
}

.main-slider__items {
  position: relative;
  z-index: 1;
}

.slick-dots {
  position: absolute;
  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;
  font-size: 0;
  bottom: 30px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  padding: 0;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots .slick-active {
  width: 10px;
  height: 10px;
  background: #E0C766;
}

/* ================ end main-slider =================*/

/* ================ start testimonials =================*/

.testimonials {
  margin: 0px 0px 30px 0px;
  color: #1b1b1b;
}

.testimonials__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 50px;
  background: #F9F9F9;
}

.testimonials__item {
  padding: 0 10px;
  text-align: center;
  width: 20%;
}

.testimonials__item-img {
  width: 60px;
  height: 55px;
  margin: 0 auto 10px;
}

.testimonials__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
  height: 100%;
}

.testimonials__item-text {
  font-size: 15px;
  line-height: 130%;
}

/* ================ end testimonials =================*/

/* ================ start banners =================*/

.banners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.banners__item {
  padding: 0 15px;
  font-size: 0;
  margin: 0px 0px 30px 0px;
}

.banners__item-img {
  height: 100%;
}

.banners__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banners .big-img {
  width: 68.5%;
}

.banners .small-img {
  width: 31.5%;
}

.banners .big-img,
.banners .small-img {
  overflow: hidden;
}

.banners .big-img img,
.banners .small-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  height: 100%;
}

.banners .item-1 {
  width: 52.75%;
}

.banners .item-2 {
  width: 47.25%;
}

/* ================ end banners =================*/

/* ================ start slider-banners =================*/

.slider-brands {
  padding: 40px 0;
  /*background: rgba(229, 229, 229, 0.2);*/
}

.slider-brands__item {
  height: 100%;
}

.slider-brands__item-img {
  padding: 0 40px;
  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: 100%;
}

.slider-brands .slick-slide > div {
  height: 100%;
}

/* ================ end slider-banners =================*/

/* ================ start about =================*/

.about {
  padding: 50px 0 100px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 160%;
}

.about__title {
  text-align: left;
  margin: 0px 0px 20px 0px;
}

.about ul {
  padding: 5px 0;
}

.about li {
  margin: 0px 0px 0px 65px;
  padding: 0px 0px 0px 30px;
  position: relative;
}

.about li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E0C766;
}

.about li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #E0C766;
}

/* ================ end about =================*/

@media (min-width: 767px) {
  
  .header__right-item.basket {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__right-item.basket:hover {
    color: inherit;
  }

  .header__right-item {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__right-item:hover {
    color: #E0C766;
  }
}

@media (min-width: 768px) {
  .nav-item:hover::before {
    width: 100%;
  }
}
@media (max-width: 1300px){
  .header__nav-dropdown nav {
    margin: 0px 0px 0px 175px;
  }
}

@media (max-width: 1200px) {
  .card__item-img img {
    height: 150px;
  }

  .card__item-inner {
    padding: 30px 10px 10px;
  }

  .slider__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }

  .slider .slick-list {
    margin: 0;
  }

  .slider-arrows .slick-next {
    right: -21px;
  }

  .slider-arrows .slick-prev {
    left: -21px;
  }

  .card__item {
    width: 33.333%;
    padding: 0 10px;
    margin: 0px 0px 20px 0px;
  }

  .header__nav .nav-item {
    margin: 0px 10px 0px 0px;
  }

  .header__nav-btn {
    margin: 0 15px 0 0;
  }

  .header__logo {
    margin: 0 15px 0 0;
  }

  .header__right-item.geo span {
    display: none;
  }

  .header__right-item {
    font-size: 20px;
  }

  .main-slider .slider-arrows .slick-next {
    right: -31px;
  }

  .main-slider .slider-arrows .slick-prev {
    left: -31px;
  }

  .banners__item {
    padding: 0 10px;
    margin: 0px 0px 20px 0px;
  }

  .banners__row {
    margin: 0 -10px;
  }

  .main-container {
    max-width: 970px;
  }
  .header__nav-dropdown::before {
    width: 400px;
    height: 117px;
    right: 5%;
  }
  .header__nav-dropdown nav {
    margin: 0px 0px 0px 160px;
  }
  .header__nav-dropdown.ring::before {
    background: url(/local/templates/ustemplate2020/css/../images/header/ring-bg.png) right no-repeat;
    height: 204px;
  }
  .header__nav-dropdown.cepi::before {
    height: 212px;
  }
  .header__nav-dropdown.man::before {
    width: 500px;
    height: 239px;
  }
  .header__nav-dropdown.busi::before {
    height: 174px;
  }
}

@media (max-width: 992px) {
  .mobile-menu-overlay {
    position: fixed;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  
  .catalog__banner{
    margin-top: 30px;
  }
  .header__burger {
    position: relative;
    width: 65px;
    height: 15px;
    margin-top: 6px;
  }

  .header__nav {
    margin: 0px 15px 0px 0px;
  }

  .header__nav .menu-nav:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: transparent;
    z-index: 1;
    top: 58px;
    left: 0;
  }

  .header__nav .menu-nav.hover .nav-list {
    opacity: 1;
    visibility: visible;
  }

  .header__nav .menu-nav.hover .menu__btn {
    padding: 0px 75px 0px 0px;
  }

  .header__nav .menu-nav.hover .menu__btn span {
    background: #E0C766;
  }

  .header__nav .menu-nav.hover .menu__btn::before {
    content: "Скрыть";
    color: #E0C766;
  }

  .header__nav-btn {
    margin: 0px 30px 0px 0px;
  }

  .menu__btn {
    display: block;
  }

  .header__nav .nav-list {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }

  .header__nav .nav-list {
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0px 30px 50px;
    -webkit-box-shadow: 0 14px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 14px 15px rgba(0, 0, 0, 0.15);
  }

  .header__nav .nav-item {
    margin: 0 0px 5px 0;
    width: fit-content;
  }

  .header__logo {
    margin: 0 25px 0 0;
  }

  .footer {
    border-top: 8px solid #E0C766;
  }

  .footer__inner {
    border-top: 0px solid #E0C766;
    padding: 46px 0 20px;
  }

  .footer__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__item {
    width: 33.333%;
  }

  .contacts {
    width: 100%;
  }

  .subscribe {
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px 0px 40px 0px;
  }

  .subscribe .logo {
    display: block;
    max-width: 176px;
    width: 100%;
  }

  .subscribe__input {
    max-width: 430px;
    width: 100%;
  }

  .copyright {
    text-align: left;
  }

  .footer__item-subscribe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .contacts {
    max-width: 100%;
  }

  .subscribe__row {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .social {
    height: 100%;
  }

  .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
  }

  .subscribe__input {
    margin: 0;
  }

  .testimonials__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px;
  }

  .testimonials__item {
    width: 33.333%;
    margin: 0px 0px 40px 0px;
  }

  .main-container {
    max-width: 750px;
  }
  .header__nav-dropdown::before {
    width: 300px;
    height: 87px;
  }
  .header__nav-dropdown nav {
    margin: 0px;
  }
  .header__nav-dropdown.ring::before {
    background: url(/local/templates/ustemplate2020/css/../images/header/ring-bg.png) right no-repeat;
    height: 153px;
  }
  .header__nav-dropdown.cepi::before {
    height: 161px;
  }
  .header__nav-dropdown.stick::before {
    width: 315px;
  }
  .header__nav-dropdown.man::before {
    width: 370px;
    height: 178px;
  }
  .banners .small-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }

  .banners .big-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }

  .banners .item-1 {
    width: 100%;
  }

  .banners .item-2 {
    width: 100%;
  }

  .banners .banners__item-img {
    width: 100%;
  }
  .header__nav-dropdown.clock::before {
    width: 250px;
    height: 180px;
  }
  .header__nav-dropdown.other::before {
    width: 250px;
    height: 169px;
  }
  .product-item-button-container {
    margin-top: 20px;
  }
  .product-item-button-container .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .action__title.title, .action-detail__title.title  {
    padding: 70px 0;
}}
.bx-touch .card__item-btn {
  display: block;
  margin: 0px 0px 20px 0px;
}

.bx-touch .catalog__items .card__item {
  max-height: none;
}

.card__item-price {
  font-weight: 600;
}

.card__item-price .old-price {
  font-weight: 400;
}

.modal__search-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .card__item-btn {
    display: block;
    margin: 0px 0px 20px 0px;
  }

  .card__item-img {
    margin: 40px 0px 0px 0px;
  }

  .card__item-delay {
    font-size: 25px;
  }

  .slider__btn {
    display: block;
    font-size: 14px;
  }
  .header {
    margin: 0px 0px 20px 0px;
  }

  .footer {
    border-top: 8px solid #e0c766;
  }

  .footer__inner {
    border: none;
  }

  .main-slider {
    margin: 0px 0px 20px 0px;
  }

  

  .slider-brands__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .slider-brands__item {
    width: 50%;
    min-height: 102px;
    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;
  }
  .header__nav-dropdown::before {
    /* width: 250px;
    height: 73px; */
    right: 3%;
  }

.header__nav-dropdown::before {
  width: 250px !important;
  }
  .header__nav-dropdown.ring::before {
    background: url(/local/templates/ustemplate2020/css/../images/header/ring-bg.png) right no-repeat;
    height: 128px;
  }
  .header__nav-dropdown.cepi::before {
    height: 134px;
  }

}

@media (max-width: 767px) {
  .main-container {
    max-width: none;
  }
  .catalog__banner{
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .card__item {
    width: 50%;
  }

  .modal__search {
    margin: 55px 0px 0px 0px;
  }
  .header{
    height: 50px;
  }
  .header-container {
    padding: 5px 0;
    height: 50px;
  }

  .header__inner {
    height: 40px;
  }

  .header__nav-dropdown,
  .header__nav .nav-list {
    top: 50px;
  }

  .header__nav .nav-list,
  .header__nav-dropdown {
    padding: 15px 0 15px 30px;
  }
  .header__nav-dropdown {
    padding: 15px 0 15px 5px;
  }

  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }

  .menu__btn,
  .header__nav .menu-nav:hover .menu__btn {
    padding: 0;
  }

  .menu__btn::before,
  .header__nav .menu-nav:hover .menu__btn::before {
    content: none;
  }

  .header__burger {
    position: relative;
    width: 19px;
  }

  .header__left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 62%;
  }

  .header__nav-btn {
    margin: 0 15px 0 0;
  }

  .header__right-item.basket {
    width: auto;
    height: auto;
    border: none;
  }

  .header__nav .menu-nav:hover::after {
    top: 30px;
  }
  .header__right-item .count-basket,
  .header__right-item .count-products {
    width: 15px;
    height: 15px;
    font-size: 12px;
    top: -5px;
    right: -3px;
  }

  .footer__item-subscribe {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0px 0px 0px;
  }

  .copyright {
    text-align: center;
  }

  .social ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .subscribe .logo {
    display: none;
  }

  .subscribe__input {
    max-width: 100%;
  }

  .testimonials__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 20px;
  }
  .header__nav-dropdown nav {
    margin: 0px;
  }
}

@media (max-width: 600px) {
  .modal__search {
    margin: 45px 0 0 0;
  }

  .header__left,
  .header__center,
  .header__right {
    width: 33.333%;
  }

  .header__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header__burger {
    margin: 0;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
  }

  .mobile-menu .close-btn,
  .mobile-menu .close-btn-dropdown,
  .mobile-menu .close-btn-root {
    opacity: .4;
    font-size: 12px;
    padding: 10px 0 10px 50px;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
  }

  .mobile-menu .close-btn::before,
  .mobile-menu .close-btn-dropdown::before,
  .mobile-menu .close-btn-root::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 16px;
    width: 27px;
    height: 5px;
    background: url(../images/icon/back-arrow.svg) no-repeat center;
  }

  .mobile-menu .close-btn-dropdown,
  .mobile-menu .close-btn-root {
    padding: 10px 0 10px 35px;
  }

  .mobile-menu .close-btn-dropdown::before,
  .mobile-menu .close-btn-root::before {
    left: 0;
  }

  .header__nav .nav-list {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header__nav-dropdown li,
  .header__nav-btn,
  .header__nav .nav-item,
  .header__nav .nav-item:last-child {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 15px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  }

  .header__nav-dropdown li a,
  .header__nav-btn a,
  .header__nav .nav-item a,
  .header__nav .nav-item:last-child a {
    padding: 5px;
  }

  .header__nav-dropdown .main-container {
    padding: 0;
  }

  .header__nav-dropdown li {
    margin-left: 0;
  }

  .header__nav-dropdown li .main-container {
    padding: 0;
  }

  .header__nav-dropdown li:last-child,
  .header__nav .nav-item:last-child {
    border-color: transparent;
  }

  .header__nav-btn .nav-title::before {
    content: none;
  }

  .header__right-item.login,
  .header__right-item.favorites {
    position: relative;
  }

  .header__right-item.login::before,
  .header__right-item.favorites::before {
    position: absolute;
    top: 9px;
    left: 35px;
    font-size: 14px;
    font-weight: 600;
  }

  .header__right-item.login::before {
    content: 'Личный кабинет';
  }

  .header__right-item.favorites::before {
    content: 'Избранное';
  }

  .mobile-menu {
    left: -110%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    width: 210px;
  }

  .mobile-menu.selected {
    left: 0;
  }

  .mobile-menu .header__right-item {
    margin: 0px 0px 10px 15px;
  }

  .header__nav-btn:hover::after,
  .header__nav-dropdown::before {
    content: none;
  }

  .header__nav-dropdown {
    opacity: 1;
    visibility: visible;
    position: absolute;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    left: 110%;
    top: 0;
    max-width: 100%;
  }

  .header__nav-dropdown .close-btn {
    display: block;
  }

  .header__nav-dropdown.selected {
    margin: 0px 0px 0px 15px;
    left: 0;
  }

  .header__nav-dropdown .root-item {
    left: 0px;
    padding-left: 0px;
    #display: block;
    right: -110%;
    top: -53px;
    left: unset;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
  }

  .header__nav-dropdown .active .root-item {
    right: 0;
    opacity: 1;
  }

  .header__nav-dropdown ul {
    border: none;
    max-width: 100%;
  }

  .header__nav .menu-nav:hover::after,
  .header__nav-btn .nav-title::after {
    content: none;
  }

  .header__nav-dropdown .active span {
    border-color: transparent;
  }

  .header__nav .menu-nav:hover .menu__btn span {
    background: #000;
  }

  .header__nav-dropdown ul.root-item {
    position: absolute;
    width: 190px;
    max-width: 100%;
    z-index: 3;
    background: #fff;
    padding: 0;
    margin: 0;
    top: -53px;
    height: 100vh;
  }

  .dropdown-item ul.root-item {
    left: 110%;
    z-index: 4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .dropdown-item ul.root-item li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0px;
  }

  .dropdown-item ul.root-item.selected {
    left: 0;
  }

  .close-btn,
  .close-btn-dropdown,
  .close-btn-root {
    display: block;
  }

  .header {
    margin: 0px 0px 10px 0px;
  }

  .testimonials__item {
    width: 50%;
    margin: 0px 0px 30px 0px;
  }

  .testimonials__inner {
    padding: 20px 15px 0;
  }
  .header__logo .logo {
    text-align: center;
  }
  .header__nav .nav-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .action-detail__title.title {
  padding: 50px 0;
}}
@media (max-width: 500px) {
  .title {
    font-size: 26px;
  }
 
  .slider {
    padding: 30px 0;
  }

  .slider__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
  }
  .action-detail__title.title {
    padding: 40px 0;
  }
  .card__item-price {
    -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;
            height: 40px;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .card__item-price .price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .card__item-price .old-price {
    margin: 0;
    margin: 0px 0px 10px 0px;
  }

  .card__item-title {
    margin: 0px 0px 15px 0px;
  }

  .card__item-price {
    margin: 0px 0px 20px 0px;
  }

  .card__item-btn {
    margin: 0px 0px 0px 0px;
  }

  .card__item-btn a {
    max-width: 100%;
  }

  .card__item-inner {
    padding: 30px 15px 15px;
  }

  .card__item {
    padding: 0 5px;
    margin: 0px 0px 10px 0px;
  }

  .slider__items {
    margin: 0 -5px;
  }

  .card__item-label {
    top: 10px;
    left: 15px;
    font-size: 8px;
  }

  .card__item-delay {
    top: 10px;
    right: 15px;
    font-size: 19px;
  }

  .card__item-title {
    font-size: 11px;
  }

  .card__item-btn {
    font-size: 12px;
  }

  .card__item-img {
    margin: 0;
  }

  .card__item-img img {
    height: 100px;
  }

  .modal__search-btn button {
    padding: 15px;
  }

  .modal__search-input input {
    padding: 12px 14px 13px 40px;
    font-size: 14px;
  }

  .modal__search-input .icon-search {
    top: 14px;
    left: 11px;
    font-size: 20px;
  }

  .modal__search {
    margin: 45px -15px 0;
  }

  .modal__search-btn {
    font-size: 14px;
  }

  .subscribe__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .subscribe__row-item {
    width: 100%;
  }

  .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .phone,
  .subscribe__row-btn {
    text-align: center;
  }

  .subscribe__input,
  .subscribe__row-item:last-child {
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  }

  .subscribe__input {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  }

  .subscribe {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }

  .contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__item {
    width: 100%;
  }

  .footer__item:nth-child(4) .footer__item-title {
    /* margin: 0; */
  }

  .footer__item-list {
    display: none;
  }

  .footer__item-title {
    cursor: pointer;
    position: relative;
  }

  .footer__item-title::before,
  .footer__item-title::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 10px;
    height: 1px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .footer__item-title::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 7px;
  }

  .footer__item-title.active::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #E0C766;
  }

  .footer__item-title.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #E0C766;
  }

  .footer__item-list li:last-child a {
    margin: 0px 0px 30px 0px;
  }

  .slick-dots {
    bottom: 10px;
  }

  .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }

  .slick-dots .slick-active {
    width: 8px;
    height: 8px;
  }

  .main-slider .main-container {
    padding: 0;
  }

  .testimonials .main-container {
    padding: 0;
  }

  .banners .main-container {
    padding: 0;
  }

  .banners__item-img {
    width: 100%;
  }

  .banners__row {
    margin: 0;
  }

  .banners__item {
    padding: 0;
  }

  .banners .small-img {
    width: 100%;
  }

  .banners .small-img.item-4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .slider-brands__item {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .about {
    font-size: 12px;
    line-height: 16px;
  }

  .about li {
    margin: 0px 0px 0px 25px;
  }

  .label-sale,
  .label-new,
  .label-hit {
    font-size: 9px;
  }
  .product-item-button-container {
    margin-top: 10px;
  }
  .footer__item-title {
    margin: 0px 0px 20px 0px;
  }
  .footer__inner {
    border-top: 0px solid #E0C766;
    padding: 30px 0 20px;
  }

  .testimonials__item-text {
    font-size: 14px;
  }
}

.about i {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px;
  background: url("/images/payment.svg") 0px 0px no-repeat; 
}

.about i.mir {
  width: 36px;
  height: 24px;
}

.about i.mir {
  background-position: -449px -198px;
}

.about i.jcb {
  width: 22px;
  height: 24px;
}

.about i.jcb {
  background-position: -504px -198px;
}

.about i.visa {
  width: 32px;
  height: 24px;
}
.about i.visa {
  background-position: -40px -204px;
}

.about i.mastercard {
  width: 24px;
  height: 24px;
}

.about i.mastercard {
  background-position: -327px -200px;
}


.slick-list img {
  width: 100%;
}

@media (max-width: 768px) {


.c-bxmaker-authuserphone_login-default-box {
  padding: 12px;
}

  .modal__auth {
    padding: 12px;
  
}

 .g-recaptcha, .g-recaptcha div{ 
    overflow: hidden; 
    max-width: 100%; 
    } 
   .g-recaptcha iframe, body > div[style]:last-of-type
   { transform: scale(0.75);
   transform-origin: left top;
   }

}

.action-detail__banner img {
	display: block;
	width: 100%;
}

@media (max-width: 480px) {
#auth_form * {
  box-sizing: border-box;
}

.form .control {

  width: auto;
}

.input.group .input-description, .input-group .input-description {
  width: auto;
  max-width: 225px;
}
}