@charset "UTF-8";
html, body {
  height: 100%;
  font-style: normal;
}

body {
  min-height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background: url("../image/primary-bg.png") center repeat-y;
  position: relative;
  background-size: cover;
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
}

/*------------------------------------------------------------------------------------------- */
.limit, .content-limit {
  position: relative;
  margin: 0 auto;
}

footer {
  margin: 0 auto;
  position: relative;
}

.flex-space-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-align-items-center {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  border-radius: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: none;
  background: #fff;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.slick-dots li.slick-active button:before {
  background: #fff;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat Alternates', sans-serif;*/
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../font/Gilroy-Regular.woff2") format("woff2"), url("../font/Gilroy-Regular.woff") format("woff"), url("../font/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../font/Gilroy-Medium.woff2") format("woff2"), url("../font/Gilroy-Medium.woff") format("woff"), url("../font/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../font/Gilroy-Bold.woff2") format("woff2"), url("../font/Gilroy-Bold.woff") format("woff"), url("../font/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Eastman Condensed";
  src: local("Eastman Condensed Bold"), local("Eastman-Condensed-Bold"), url("../font/Eastman-Condensed-Bold.woff2") format("woff2"), url("../font/Eastman-Condensed-Bold.woff") format("woff"), url("../font/Eastman-Condensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Eastman Condensed";
  src: local("Eastman Condensed Regular"), local("Eastman-Condensed-Regular"), url("../font/Eastman-Condensed-Regular.woff2") format("woff2"), url("../font/Eastman-Condensed-Regular.woff") format("woff"), url("../font/Eastman-Condensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Eastman Condensed";
  src: local("Eastman Condensed Light"), local("Eastman-Condensed-Light"), url("../font/Eastman-Condensed-Light.woff2") format("woff2"), url("../font/Eastman-Condensed-Light.woff") format("woff"), url("../font/Eastman-Condensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: local("venryn sans regular"), local("venryn-sans-regular"), url("../font/venryn-sans-regular.woff2") format("woff2"), url("../font/venryn-sans-regular.woff") format("woff"), url("../font/venryn-sans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cera CY";
  src: local("Cera CY Bold"), local("Cera-CY-Bold"), url("../font/Cera-CY-Bold.woff2") format("woff2"), url("../font/Cera-CY-Bold.woff") format("woff"), url("../font/Cera-CY-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
a:hover {
  color: #26C6DA;
}

.limit {
  max-width: 1920px;
  width: 100%;
}

.content-limit {
  max-width: 1170px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.subheading {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  display: inline-block;
  position: relative;
  color: #26C6DA;
  padding-left: 69px;
  margin-bottom: 60px;
}
.subheading:before {
  content: "";
  width: 57px;
  height: 3px;
  background: #26C6DA;
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.subheading:after {
  content: "";
  width: 29px;
  height: 3px;
  background: #26C6DA;
  display: inline-block;
  position: absolute;
  left: 28px;
  top: calc(50% + 5px);
}

.subheading-wrapper {
  text-align: center;
}

.lg-top-horizontal-space {
  padding-top: 100px;
}

.accent-color {
  color: #26C6DA;
}

.lg-bottom-horizontal-space {
  padding-bottom: 100px;
}

.md-top-horizontal-space {
  padding-top: 60px;
}

.uppercase {
  text-transform: uppercase;
}

.no-list {
  list-style: none;
}

/*--------------------------------------------breadcrumbs----------------------------------------------- */
.breadcrumbs {
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding-top: 50px;
  margin: 0;
}

.breadcrumbs .breadcrumbs_item {
  display: inline-block;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.5;
  color: #26C6DA;
  padding-right: 26px;
  position: relative;
}

.breadcrumbs .breadcrumbs_item:before {
  position: relative;
  content: "›";
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  top: 2px;
  left: -13px;
}

.breadcrumbs .breadcrumbs_item:first-child:before {
  display: none;
}

.breadcrumbs .breadcrumbs_item:first-child {
  margin-left: 0px;
}

.breadcrumbs .breadcrumbs_item > a {
  font-size: inherit;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.breadcrumbs .breadcrumbs_item > a:hover {
  text-decoration: underline;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  line-height: 1;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-prev:before {
  background: url("../image/arrow-left.svg") center no-repeat;
  background-size: contain;
}

.slick-next:before {
  background: url("../image/arrow-right.svg") center no-repeat;
  background-size: contain;
}

.primary-heading {
  display: block;
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: #26C6DA;
  margin-bottom: 1.5em;
}

.category-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  flex-wrap: wrap;
}

.category-navigation-item {
  font-family: "Gilroy";
  margin: 12px 12px;
  background: #F9F9F9;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  padding: 17px;
  min-width: 168px;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.category-navigation-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  border: 1px solid #D6D6D6;
  left: -4px;
  top: -4px;
  z-index: -1;
}
.category-navigation-item:hover {
  background: #26C6DA;
  border-color: #26C6DA;
  color: #fff;
}
.category-navigation-item:hover:before {
  left: 0;
  bottom: 0;
  display: none;
}

.center-wrapper {
  text-align: center;
}

.primary-button {
  background: rgba(38, 198, 218, 0.8);
  padding: 42px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
}
.primary-button:hover {
  color: #FFFFFF;
}

/*----------------------------------------------radio--------------------------------------------- */
/*----------------------------------------------radio--------------------------------------------- */
/*----------------------------------------------radio--------------------------------------------- */
.choice {
  position: relative;
  display: inline-flex;
  margin-bottom: 10px;
  align-items: center;
  cursor: pointer;
}
.choice:hover .false_radio:before {
  opacity: 1;
}
.choice:hover .false_check:before {
  opacity: 1;
}
.choice .false_radio, .choice input[type=radio], .choice input[type=checkbox], .choice .false_check {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 7px;
  position: relative;
}
.choice .false_radio, .choice input[type=radio] {
  width: 14px;
  height: 14px;
}
.choice.disabled {
  cursor: default;
}
.choice.disabled .false_radio:after, .choice.disabled .false_check:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  color: #b2b2b2;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  font-size: 12px;
}
.choice.disabled .false_radio:before, .choice.disabled .false_check:before {
  display: none;
}
.choice .false_radio {
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
}
.choice .false_radio:before {
  content: "";
  display: block;
  opacity: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #26C6DA;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.choice .false_radio:hover {
  border: 1px solid #26C6DA;
}
.choice .false_radio:hover:before {
  opacity: 1;
}
.choice .false_check {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.choice .false_check:before {
  opacity: 0;
  display: flex;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b2b2b2;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 14px;
}
.choice input[type=radio]:checked + .false_radio {
  border: 1px solid #26C6DA;
  background-color: #26C6DA;
}
.choice input[type=radio]:checked + .false_radio:before {
  opacity: 1;
}
.choice input[type=checkbox]:checked + .false_check {
  background-color: #1b355e;
  border: 1px solid #1b355e;
}
.choice input[type=checkbox]:checked + .false_check:before {
  opacity: 1;
  color: #fff;
}
.choice input[type=radio], .choice input[type=checkbox] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
.choice .text_block {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
}

a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.md-bottom-horizontal-space {
  margin-bottom: 60px;
}

/*-----------------------USE---------------------------
footer {
   @include text-shadow(1px, #000);
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);

   @include transform(skew(20deg));
   @include transform(translate(-50% , -50%));
   @include custom_border(border-color,border-weight,dash-size,gap-size);
}
-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  background: #F0F0F0;
}
header .limit {
  padding: 0 73px 0 69px;
}
header .selectboxit-btn {
  border: none !important;
  outline: none !important;
  background: none;
}
header .selectboxit-btn.selectboxit-enabled:hover, header .selectboxit-btn.selectboxit-enabled:focus, header .selectboxit-btn.selectboxit-enabled:active {
  border: none !important;
  outline: none !important;
  background: none;
}
header .selectboxit-container * {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
}
header .selectboxit-container .selectboxit-list {
  background: #26C6DA;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
header .selectboxit-container {
  margin-right: 20px;
}
header .selectboxit-btn.selectboxit-enabled:hover, header .selectboxit-btn.selectboxit-enabled:focus {
  border: none !important;
  outline: none !important;
  background: none;
}
header .selectboxit-arrow-container:before {
  content: "";
  width: 30px;
  height: 100%;
  display: block;
  background: url("../image/select-arrow-header.svg") center no-repeat;
}
header .selectboxit-default-arrow {
  display: none;
  border: none;
}
header .selectboxit-container .selectboxit-list .selectboxit-options {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
header .selectboxit-container .selectboxit-list .selectboxit-options:hover {
  color: #fff;
  background: #26C6DA;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
header .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background: #26C6DA;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
header .selectboxit-btn {
  border: none !important;
  outline: none !important;
  width: 80px !important;
  min-width: 80px !important;
  color: #333;
}
header .selectboxit-container .selectboxit-list {
  width: 80px !important;
  min-width: 80px !important;
}

.header-logotype {
  display: inline-block;
  max-width: 302px;
  width: 100%;
  margin-right: 145px;
}
.header-logotype img {
  object-fit: contain;
}

.header-left-block, .header-right-block, .header-phone {
  display: inline-flex;
  align-items: center;
}

.header-phone {
  white-space: nowrap;
}

/*.select-language {
    display: block;
    border: none !important;
    outline: none !important;
    font-family: $montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 19px;
    background: none !important;
    cursor: pointer;
}*/
/*.header-navigation-item {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    display: inline-block;
    padding-right: 50px;
    &:hover {
        color: #333333;
    }
}*/
.header-phone img {
  margin-left: 10px;
}

.search-block, .login-button, .header-phone {
  margin-right: 26px;
  display: inline-flex;
  align-items: center;
}

.header-top-panel {
  filter: drop-shadow(5px 4px 4px rgba(0, 0, 0, 0.25));
  background: rgba(38, 198, 218, 0.8);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  z-index: 2;
}
.header-top-panel a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-top-panel a:hover {
  color: #FFFFFF;
}

.schedule-header-wrapper {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}

.schedule-header__days {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 34px;
}

.schedule-header__title {
  font-weight: 500;
  text-transform: uppercase;
}

.header-navigation-item {
  padding: 23px;
  background: #26C6DA;
  display: inline-flex;
  max-width: 120px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: center;
  /* height: 100%;*/
  align-items: center;
}
.header-navigation-item:hover {
  color: #FFFFFF;
}

.header-navigation {
  display: inline-flex;
}

/*.search-block {
    position: relative;
}
.search-button {
    background-color: $accent-color;
    padding: 10px;
    display: flex;
    position: absolute;
    width: 37px;
    height: 37px;
    z-index: 200;
    left: 0;
    bottom: 0;
}
.search-form {
    position: relative;
   !* width: 37px;
    height: 37px;*!
}
.search-input {
    z-index: 100;
    width: 0;
    display: block;
    position: relative;
    padding: 10px 40px 10px 20px;
    font-family: $montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.5);
    right: 0;
    bottom: 0;
   !* opacity: 0;*!
    @include transition(all,0.5s);
}
.search-form:hover {
    .search-input {
        width: 300px;
    }
}*/
header .search_block {
  display: inline-block;
  background-color: rgba(38, 198, 218, 0);
  position: relative;
  width: 140px;
  height: 30px;
  /*  top: 4px;*/
}

header .search_block .search-input {
  display: inline-block;
  color: #ffffff;
  width: 110px;
  height: 30px;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  border: none;
  position: absolute;
  padding-left: 10px;
  background-color: rgba(38, 198, 218, 0);
  /* padding: 10px;*/
  top: 0;
  right: 30px;
  max-width: inherit;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  outline: none !important;
  border: none !important;
}

header .search_block .search-input:focus {
  width: 292px;
  margin-left: -100px;
  border-bottom: 1px solid #ffffff !important;
  background: #26c6da;
}

header .search_block input::-webkit-input-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

header .search_block input::-moz-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

/* Firefox 19+ */
header .search_block input:-moz-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

/* Firefox 18- */
header .search_block input:-ms-input-placeholder {
  opacity: 1;
  color: #FFFFFF;
}

header .search_block .search-button {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgba(38, 198, 218, 0);
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border: none !important;
}

/*header .search_block button[type="submit"] i {
    color: #FFFFFF;
    font-size: 18px;
    line-height: normal;
}*/
.search_block {
  display: inline-block;
}

.mobile-navigation-wrapper {
  display: none;
  padding: 0 14px 36px;
  overflow-y: auto;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 400px;
  width: 100%;
  background: #fff;
  background-size: 100% auto;
}

.mobile-navigation-top-panel-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 0 50px;
}

.scroll-hidden .wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 1100;
}

.desktop-hide {
  display: none !important;
}

.burger-button, .close-mobile-btn {
  display: inline-block;
  cursor: pointer;
}

.mobile-logo-wrapper {
  display: inline-block;
  margin-bottom: 60px;
}

.mobile-navigation-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  left: inherit;
  right: 0;
}

.mobile-navigation-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.mobile-navigation-inner-wrapper .header-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.header-navigation__item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  position: relative;
}

.header-navigation__item-wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  text-align: center;
}
.header-navigation__item-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 169px;
  height: 1px;
  background: #26C6DA;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mobile-navigation-inner-wrapper .header-phone {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #26C6DA;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mobile-navigation-inner-wrapper .header-phone i {
  margin-right: 15px;
}
.mobile-navigation-inner-wrapper .schedule-header__title {
  margin-bottom: 5px;
}

.burger-button-wrapper {
  display: none;
  padding: 20px 39px;
  justify-content: center;
  align-items: center;
}

.burger-button {
  width: 32px;
  height: 24px;
}

.mobile-search-block {
  display: none;
  margin-right: 26px;
}

/*-----------------------USE---------------------------
footer {
   @include text-shadow(1px, #000);
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);
   @include transition(all,0.5s);
   @include transform(skew(20deg));
   @include transform(translate(-50% , -50%));
   @include custom_border(border-color,border-weight,dash-size,gap-size);
}
-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  color: #333333;
  background: #F5F5F5;
}
footer a, footer li, footer p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  color: #333333;
}
footer a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
footer a:hover {
  color: #26C6DA;
}

.footer-top-section {
  display: flex;
  padding-bottom: 27px;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-top-section-item__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  margin-bottom: 30px;
  width: 100%;
}

.footer-top-section-block {
  width: calc(25% - 20px);
  display: inline-flex;
  margin: 0 10px;
  flex-direction: column;
}

.footer-top-section-inner-block {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
}

/*.pay-footer-item {
  margin-bottom: 50px;
  &:last-of-type {
    margin-bottom: 0;
  }
}*/
.pay-footer-block {
  display: inline-flex;
}

.footer-bottom-section {
  border-top: 1px solid #333333;
  padding: 30px 0 50px;
}

.copyright {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.footer-contact-item i {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #26C6DA;
}

.pay-footer-item {
  padding-left: 15px;
}

.reviews-slider-wrapper {
  margin-bottom: 60px;
}
.reviews-slider-wrapper .slick-dots li.slick-active button:before, .reviews-slider-wrapper .slick-dots li button:before {
  background: #666666;
}
.reviews-slider-wrapper .slick-dots {
  bottom: -30px;
}
.reviews-slider-wrapper .slick-dots li {
  height: 11px;
  width: 11px;
}

.basket-modal-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
  padding: 90px;
  width: calc(100% - 30px);
  max-width: 916px;
  /* .selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
     border: none !important;
     outline: none !important;
     background: none;
   }*/
}
.basket-modal-wrapper .basket-modal-form__input {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  height: 70px;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  max-width: 505px;
  width: 100%;
  border: none;
}
.basket-modal-wrapper .search-modal-form .search-modal-form__input {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
  padding: 15px 27px;
  margin-right: 10px;
  margin-bottom: 0;
}
.basket-modal-wrapper textarea {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  opacity: 0.6;
  height: 264px;
  width: 100%;
  margin-bottom: 51px;
}
.basket-modal-wrapper .selectboxit-btn {
  border: none !important;
  outline: none !important;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  width: 505px !important;
  min-width: 505px !important;
}
.basket-modal-wrapper .selectboxit-btn.selectboxit-enabled:hover, .basket-modal-wrapper .selectboxit-btn.selectboxit-enabled:focus, .basket-modal-wrapper .selectboxit-btn.selectboxit-enabled:active {
  border: none !important;
  outline: none !important;
  background: none;
}
.basket-modal-wrapper .selectboxit-container * {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.basket-modal-wrapper .selectboxit-container span, .basket-modal-wrapper .selectboxit-container .selectboxit-options a {
  height: 70px;
  line-height: 70px;
}
.basket-modal-wrapper .selectboxit-container .selectboxit-list {
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  width: 505px !important;
  min-width: 505px !important;
}
.basket-modal-wrapper .selectboxit-container .selectboxit-list .selectboxit-options {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.basket-modal-wrapper .selectboxit-container .selectboxit-list .selectboxit-options:hover {
  color: #fff;
  background: #26C6DA;
}
.basket-modal-wrapper .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background: #26C6DA;
}
.basket-modal-wrapper .selectboxit-arrow-container:before {
  content: "";
  width: 30px;
  height: 100%;
  display: block;
  background: url("../image/select-arrow.svg") center no-repeat;
}
.basket-modal-wrapper .selectboxit-default-arrow {
  display: none;
  border: none;
}

.close-modal-button {
  position: absolute;
  right: 40px;
  top: 40px;
}

.basket-modal-form__subheading {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 70px;
}

.basket-modal-form__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.basket-modal-form__label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  display: inline-block;
  margin-right: 30px;
}

.check-payments-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.basket-modal-form__label--radio {
  margin-bottom: 30px;
}

.check-payments-wrapper__item {
  width: 50%;
  padding-right: 20px;
}

.pay-footer-item {
  align-items: center;
}

.pay-footer-block {
  align-items: center;
}

.modal_window {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.footer-bottom-section {
  padding: 30px 0 0;
}

footer {
  padding-bottom: 30px;
}

/*-----------------------USE---------------------------
footer {
   @include text-shadow(1px, #000);
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);
   @include transition(all,0.5s);
   @include transform(skew(20deg));
   @include transform(translate(-50% , -50%));
   @include custom_border(border-color,border-weight,dash-size,gap-size);
}
-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.primary-vertical-content-space {
  padding-left: 66px;
  padding-right: 66px;
}

.category-card {
  min-height: 280px;
  display: inline-flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 20px 40px 20px;
  width: calc(33.3333% - 40px);
}

.category-cards-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}

.category-card-name {
  padding: 50px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(180deg, rgba(180, 180, 180, 0) 20.31%, #333333 100%);
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.popular-goods-cards-wrapper, .last-news-cards-wrapper {
  margin-left: -18px;
  margin-right: -18px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.popular-goods-card {
  padding: 56px 82px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(38, 198, 218, 0.2);
  width: calc(33.3333% - 36px);
  margin: 0 18px 30px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.popular-goods-card {
  position: relative;
}

.rating_star {
  color: rgba(38, 198, 218, 0.5);
  font-size: 20px;
}

.popular-goods-card__img-wrapper {
  width: 374px;
  height: 307px;
  max-width: 100%;
  margin-bottom: 31px;
}
.popular-goods-card__img-wrapper img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.popular-goods-card__like {
  font-size: 40px;
  color: rgba(210, 210, 210, 0.35);
}

.popular-goods-card__icons-wrapper {
  margin-bottom: 26px;
  width: 100%;
}

.popular-goods-card__name {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

.popular-goods-card__price {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #26C6DA;
  margin-bottom: 0.6em;
}

.popular-goods-card__button {
  background: rgba(38, 198, 218, 0.1);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #26C6DA;
  padding: 20px 30px;
  width: 100%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor:pointer;
}
.popular-goods-card__button:hover {
  background: #26c6da;
  color: #FFFFFF;
}

.collection-primary-cards-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.collection-primary-card {
  width: calc(50% - 12px);
  margin-bottom: 25px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  background-size: cover;
  padding: 30px;
}

.collection-primary-card:first-of-type {
  width: 100%;
  align-items: center;
}

.collection-primary-card__text-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
}

.collection-primary-card:nth-child(2) {
  align-items: flex-start;
}

.collection-primary-card:nth-child(3) {
  align-items: flex-end;
}

.collection-primary-card__title {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1.2;
  padding-bottom: 60px;
  color: #FFFFFF;
  display: block;
  position: relative;
  text-align: center;
}
.collection-primary-card__title:before {
  content: "";
  width: 120px;
  height: 1px;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  background: #fff;
}

.collection-primary-card__button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  display: inline-block;
  padding: 4px 28px;
}
.collection-primary-card__button:hover {
  color: #FFFFFF;
}

.last-news-card {
  padding: 47px 38px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  background: #fff;
  width: calc(33.3333% - 40px);
  margin: 0 20px 40px 20px;
}

.last-news-card__title {
  margin-right: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
}

.last-news-card__img-wrapper {
  width: 206px;
  height: 242px;
  margin-right: 29px;
}
.last-news-card__img-wrapper img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.last-news-card__text-wrapper {
  flex: 1;
}

.last-news-card__heading-wrapper {
  display: flex;
  margin-bottom: 27px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.last-news-card__date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.last-news-card__text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #343434;
  margin-bottom: 21px;
  display: block;
}

.last-news-card__link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #343434;
}

.primary-content-block-section {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #343434;
  /*h5 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 1em;
  }
  .not-opacity-text {
    color: #343434;
  }*/
}
.primary-content-block-section p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #343434;
  margin-bottom: 2em;
}
.primary-content-block-section strong {
  font-weight: 600;
}
.primary-content-block-section ul, .primary-content-block-section ol {
  margin-left: 20px;
  margin-bottom: 2em;
}
.primary-content-block-section .description-list {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: rgba(52, 52, 52, 0.6);
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
  list-style: none;
  margin-bottom: 0;
}
.primary-content-block-section .description-list span {
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #26C6DA;
  display: block;
  margin-bottom: 20px;
}
.primary-content-block-section .description-list li {
  display: inline-flex;
  width: calc(33.3333% - 70px);
  flex-direction: column;
  margin: 0 35px 45px;
}
.primary-content-block-section .accent-color {
  color: #26C6DA;
}
.primary-content-block-section .sm-text {
  font-size: 20px;
  line-height: 28px;
}

.primary-contact-form__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.search-modal-form__input {
  width: 100%;
}

.primary-contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.primary-contact-form input {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  width: 262px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
  padding: 15px 27px;
  margin-right: 10px;
}

.form-button {
  background: #26C6DA;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 180px;
  padding: 15px 27px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.form-button:hover {
  color: #fff;
  box-shadow: 0 0 10px rgba(38, 198, 218, 0.8);
}

.social-link {
  margin-left: 16px;
  color: #26C6DA;
  font-size: 20px;
}

.top-img-section img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 183px;
}

.payments-card__img-wrapper {
  width: 20%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.payments-card__text-wrapper {
  width: 50%;
}

.payments-card__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  padding-bottom: 20px;
}

.payments-card, .contacts-card {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
  margin-bottom: 53px;
  padding: 66px 30px 66px 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: rgba(52, 52, 52, 0.6);
}
.payments-card strong, .contacts-card strong {
  font-weight: 500;
}
.payments-card:last-of-type, .contacts-card:last-of-type {
  margin-bottom: 0;
}

.payments-card__top-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  display: block;
  margin-bottom: 20px;
}

.contacts-card__map-block {
  flex: 1;
}
.contacts-card__map-block iframe {
  width: 100%;
  height: 100%;
  min-height: 172px;
}

.popular-goods-card__scales-ico-block {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
}
.popular-goods-card__scales-ico-block img {
  object-fit: contain;
}

.contacts-card__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}

.contacts-card__text-block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
  padding-right: 78px;
  width: 36%;
}

.contacts-card__contact-item {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
}
.contacts-card__contact-item i {
  display: inline-block;
  margin-right: 20px;
}
.contacts-card__contact-item:hover {
  color: #333333;
}
.contacts-card__contact-item:last-of-type {
  margin-bottom: 50px;
}

.contacts-card__description {
  margin-bottom: 30px;
}

.contacts-card__schedule {
  font-weight: 600;
}

.contacts-card {
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
}

.blog-cards-section {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.blog-card {
  padding: 56px;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.07);
  display: flex;
  background: #fff;
  width: calc(50% - 40px);
  margin: 0 20px 40px 20px;
}

.blog-card__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
  display: block;
  margin-bottom: 15px;
}

.blog-card__img-wrapper {
  width: 283px;
  height: 320px;
  margin-right: 35px;
}
.blog-card__img-wrapper img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.blog-card__text-wrapper {
  flex: 1;
}

.blog-card__date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.blog-card__text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: rgba(52, 52, 52, 0.6);
  margin-bottom: 35px;
  display: block;
}

.blog-card__link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #26C6DA;
}

.blog-card__date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #26C6DA;
  display: block;
  margin-bottom: 35px;
}

.article-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
  padding: 80px;
}

.article-inner-block {
  display: flex;
  margin-bottom: 40px;
}

.article__img-wrapper {
  width: 635px;
  margin-right: 60px;
  height: 100%;
}
.article__img-wrapper img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.article__text-wrapper {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: rgba(52, 52, 52, 0.6);
}
.article__text-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: rgba(52, 52, 52, 0.6);
  margin-bottom: 30px;
}

.article__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
  display: block;
  margin-bottom: 15px;
}

.article__date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #26C6DA;
  display: block;
  margin-bottom: 45px;
}

.article__subheading {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
}

.article-section ul, .article-section ol {
  margin-left: 20px;
}

.article__link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #26C6DA;
}

.blog-card__title--top {
  margin-bottom: 60px;
  display: block;
  width: 100%;
}

.popular-goods-slider-wrapper .slick-dots li.slick-active button:before, .popular-goods-slider-wrapper .slick-dots li button:before, .primary-reviews-slider .slick-dots li.slick-active button:before, .primary-reviews-slider .slick-dots li button:before {
  background: #26C6DA;
}
.popular-goods-slider-wrapper .slick-dots, .primary-reviews-slider .slick-dots {
  bottom: -70px;
}

.popular-goods-slider {
  display: block;
}

.popular-goods-slide {
  text-align: center;
}
.popular-goods-slide .popular-goods-card__button, .popular-goods-slide .popular-goods-card__price {
  width: 100%;
  display: block;
}

.popular-goods-card__appraisals {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.popular-goods-inner-slide {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
  padding: 60px 80px;
  position: relative;
}
.popular-goods-inner-slide .payments-card__img-wrapper {
  display: inline-block;
  margin: 0 auto;
}

.popular-goods-slide {
  padding: 20px;
}

.rating_star .not-active {
  color: rgba(38, 198, 218, 0.5);
}
.rating_star .active {
  color: #26C6DA;
}

.popular-goods-slider-wrapper {
  padding-bottom: 150px;
}

.comment-form-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  color: #26C6DA;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.comment-form-name-label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  display: inline-block;
  margin-right: 40px;
}

.comment-form-name-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.comment-form-name-block input {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
  padding: 15px 27px;
  display: inline-block;
  flex: 1;
}

.comment-form-block {
  max-width: 710px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.comment-form-block textarea {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  opacity: 0.5;
  padding: 50px;
  height: 346px;
  margin-bottom: 60px;
}

.form-button--lg {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 23px 30px;
  width: 100%;
  max-width: 506px;
  margin: 0 auto;
  display: block;
}

.comment-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
  padding: 51px 80px 51px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.comment-wrapper__comment-block {
  display: inline-flex;
  align-items: center;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #343434;
  padding: 20px 60px;
}

.comment-date {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}

.comment-author-name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #333333;
  display: block;
}

.comment-wrapper__data-block {
  border-right: 1px solid #000000;
  padding-right: 78px;
}

.catalog-top-panel, .filter-wrapper {
  display: flex;
  align-items: center;
}

.filter-input-divider {
  width: 23px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin-left: 21px;
  margin-right: 21px;
}

.filter-wrapper {
  margin-left: 50px;
  margin-right: 50px;
}

.catalog-top-panel {
  margin-bottom: 70px;
}
.catalog-top-panel .filter-input, .catalog-top-panel .search-input {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.6);
  padding: 17px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  display: inline-block;
}
.catalog-top-panel .filter-input {
  width: 132px;
  text-align: center;
}
.catalog-top-panel .search-input {
  flex: 1;
}

.filter-label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #333333;
  display: inline-block;
  margin-right: 50px;
}

.catalog-search-button {
  background: #26C6DA;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding: 23px;
  width: 212px;
  margin-right: 50px;
}

.catalog-search-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.reset-filter-button {
  display: inline-flex;
  padding: 23px 43px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #BEBEBE;
  justify-content: center;
  align-items: center;
  background: rgba(196, 196, 196, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  border: none;
  outline: none !important;
}
.reset-filter-button i {
  display: inline-block;
  margin-left: 20px;
}

.category-title {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  text-align: center;
  width: 492px;
  display: block;
  margin-bottom: 52px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.category-sidebar-wrapper {
  width: 492px;
  margin-right: 60px;
}

.category-sidebar-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;

  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #333;

  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  border-radius: 10px;

  cursor: pointer;
  transition: all 0.25s ease;

  margin: 6px; /* щоб кнопки не злипалися */
}

.category-sidebar-item:hover {
  background: #26c6da;
  color: #fff;
  border-color: #26c6da;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(38, 198, 218, 0.25);
}

.category-sidebar-item.active {
  background: #26c6da;
  color: #fff;
  border-color: #26c6da;
}

.category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-cards-wrapper {
  flex: 1;
}

.category-cards-wrapper .popular-goods-card__img-wrapper {
  width: 210px;
  height: 172px;
}
.category-cards-wrapper .popular-goods-card {
  padding: 40px 50px 60px 50px;
}

.basket-table-top-block, .basket-table-block {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.basket-table-top-item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #343434;
  opacity: 0.6;
  padding: 55px 40px;
}

.basket-table-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.basket-table-item:nth-child(1), .basket-table-item:nth-child(2) {
  width: 40%;
}
.basket-table-item:nth-child(3) {
  width: 20%;
}

.basket-block-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
}

.basket-table-item__img-wrapper {
  width: 322px;
  height: 203px;
  display: block;
  margin-bottom: 27px;
}
.basket-table-item__img-wrapper img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.basket-table-item__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}

.basket-table-item__specifications {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: rgba(52, 52, 52, 0.6);
  display: block;
}
.basket-table-item__specifications strong {
  font-weight: 600;
}

.basket-table-block {
  padding-top: 35px;
  padding-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.counter {
  display: inline-flex;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 60px;
}

.counter button {
  border: 0;
  color: #fff;
  font-size: 24px;
  background: #26C6DA;
  width: 60px;
  height: 110px;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.counter input[type=text] {
  width: 150px;
  height: 110px;
  background: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  border: none;
}

.basket-table-item__price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  color: rgba(52, 52, 52, 0.6);
}

.basket-table-item__total-price, .total-basket-table-block__total-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.total-basket-table-block__top-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-basket-table-block__discount-item {
  display: inline-flex;
  align-items: center;
}

.total-basket-table-block__discount-label {
  width: 240px;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: rgba(52, 52, 52, 0.6);
  margin-bottom: 0;
}

.total-basket-table-block__discount-input {
  width: 322px;
  height: 110px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #343434;
  text-align: center;
}

.total-basket-table-block__top-panel {
  padding-bottom: 88px;
}

.total-basket-table-block {
  padding: 64px 80px 115px;
}

.total-basket-table-block__buttons-wrapper .form-button {
  margin: 0;
}

.successful-order-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  color: #26C6DA;
  display: block;
  margin-bottom: 40px;
}

.successful-order-text {
  display: block;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: #333333;
}

strong.successful-order-text {
  font-weight: 600;
}

.popular-goods-card--saved .popular-goods-card__like {
  color: #26C6DA;
}

.popular-goods-card__delete-ico-block {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 30px;
  color: #F80000;
  font-size: 38px;
  cursor: pointer;
}

.pagination-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper a, .pagination-wrapper .pagination-item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.pagination-wrapper a:hover, .pagination-wrapper a.active, .pagination-wrapper .pagination-item:hover, .pagination-wrapper .pagination-item.active {
  color: #26C6DA;
}

.pagination-item {
  display: inline-block;
  margin: 0 18px;
}

.form-button--blue {
  background: #4267B2;
}
.form-button--blue:hover {
  box-shadow: 0 0 20px rgba(66, 103, 178, 0.8);
}

.registration-cards-wrapper {
  display: flex;
  justify-content: space-between;
}

.registration-form-card {
  width: calc(50% - 21px);
  padding: 80px 68px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registration-form-card .form-button {
  width: 100%;
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: normal;
}
.registration-form-card .form-button:last-of-type {
  margin-bottom: 0;
}
.registration-form-card .registration-form-card__input {
  width: 68%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
  height: 70px;
  border: none;
}

.registration-form-card__title {
  display: block;
  width: 100%;
  margin-bottom: 70px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}

.registration-form-card__item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.registration-form-card__label {
  margin-right: 111px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  flex: 1;
  text-align: right;
}

.form-button--blue {
  padding-left: 22px;
  padding-right: 22px;
}

.forget-password-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  text-decoration-line: underline;
  color: #333333;
  margin-bottom: 30px;
}

.product-card {
  display: flex;
  padding: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.07);
}

.product-card__img-wrapper {
  width: 589px;
  height: 636px;
}

.product-card__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #333333;
  display: block;
  margin-bottom: 34px;
}

.product-card__text-item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  color: rgba(52, 52, 52, 0.6);
}
.product-card__text-item strong {
  font-weight: 600;
}

.product-card__price-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-card__img-wrapper {
  margin-right: 82px;
}

.product-card__price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  color: #000000;
}

.popular-goods-card .superminus {
  border-radius: 50px 0 0 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;width: 35px;
}
.popular-goods-card .superplus {
  border-radius: 0 50px 50px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;width: 35px;
}
.popular-goods-card .plus-minus {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  text-align: center;
}
.popular-goods-card .number {
  box-shadow: none;
 margin-bottom: 15px;
  margin-right: 0px;
    display: flex;
}

.product-card {
  margin-bottom: 110px;
}
.product-card .product-card__button-wrapper {
  display: flex;
}
.product-card .product-card__button-wrapper .subtract {
  border-radius: 50px 0 0 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
.product-card .product-card__button-wrapper .add {
  border-radius: 0 50px 50px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
.product-card .product-card__button-wrapper .counter-input {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 234px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
.product-card .product-card__button-wrapper .counter {
  box-shadow: none;
  margin-bottom: 0;
  margin-right: 38px;
}
.product-card .product-card__button-wrapper .subtract2 {
  border-radius: 50px 0 0 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
.product-card .product-card__button-wrapper .add2 {
  border-radius: 0 50px 50px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
.product-card .product-card__button-wrapper .counter-input2 {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 234px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
}
.product-card .product-card__button-wrapper .counter2 {
  box-shadow: none;
  margin-bottom: 0;
  margin-right: 38px;
}
.popular-goods-card__discount span{
	display: block;
font-size: 20px;
color: #26c6da;
margin-bottom: 10px;
text-align: center;font-weight: 500;
}
.popular-goods-card__discount{
	margin-bottom: 18px;
}
.product-card__text-item2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
  color: #26c6da;
}
.product-card .form-button--lg {
  padding: 40px 80px;
  width: auto;
  border-radius: 50px;
  max-width: 320px;
}

.product-page-section .breadcrumbs {
  margin-bottom: 60px;
}

.product-tabs-list {
  display: flex;
  width: 100%;
}

.product-tab-item {
  padding: 29px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.product-tab-item.active, .product-tab-item:hover {
  background: rgba(38, 198, 218, 0.1);
  border: 1px solid rgba(38, 198, 218, 0.1);
}
.product-tab-item.active {
  cursor: default;
}

.product-tab-block-description {
  display: flex;
}

.product-tab-block-text-wrapper {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: rgba(52, 52, 52, 0.6);
}

.product-tab-block-img-wrapper {
  margin-left: 30px;
}
.product-tab-block-img-wrapper:nth-child(1) {
  margin-left: 128px;
}

.product-tab-block-wrapper {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: rgba(52, 52, 52, 0.6);
  padding-top: 69px;
}
.product-tab-block-wrapper strong {
  font-weight: 500;
}

.primary-review-slide-wrapper {
  padding: 10px 15px;
}

.primary-review-slide {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(38, 198, 218, 0.2);
  text-align: center;
  padding: 66px 38px;
}
.primary-review-slide p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: rgba(52, 52, 52, 0.6);
}

.primary-review-slide__img-wrapper {
  width: 256px;
  height: 256px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin: 0 auto 10px;
}
.primary-review-slide__img-wrapper img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.primary-author-name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  min-height: 86px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.primary-author-name:before {
  content: "";
  width: 104px;
  height: 86px;
  background: url("../image/review-img.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 1;
}

.primary-reviews-slider {
  margin-bottom: -15px;
  margin-right: -15px;
}

.product-comparisons-table {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(38, 198, 218, 0.2);
  width: 100%;
}
.product-comparisons-table td, .product-comparisons-table th {
  border: 1px solid rgba(38, 198, 218, 0.4);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  border: 1px solid rgba(38, 198, 218, 0.4);
  padding: 36px;
}
.product-comparisons-table th {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  width: 338px;
}

.forget-password-card-wrapper {
  justify-content: center;
}

.registration-form-card__text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  max-width: 484px;
}

.forget-password-card-wrapper .registration-form-card__title {
  margin-bottom: 30px;
}
.forget-password-card-wrapper .registration-form-card__text {
  margin-bottom: 50px;
}
.forget-password-card-wrapper .product-comparisons-table__img-wrapper {
  height: 190px;
}
.forget-password-card-wrapper .product-comparisons-table__img-wrapper img {
  object-fit: contain;
}

.product-comparisons-table {
  text-align: center;
}

.product-comparisons-table__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-comparisons-table__button-wrapper .popular-goods-card__button {
  width: 100%;
  max-width: 376px;
}

.product-comparisons-table__delete-ico-block {
  color: #F80000;
  font-size: 46px;
  display: inline-block;
  margin-left: 46px;
  cursor: pointer;
}

.product-comparisons-page-section .breadcrumbs {
  padding-bottom: 40px;
}

.last-news-cards-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.last-news-cards-button-wrapper .form-button {
  display: inline-flex;
  align-items: center;
}
.last-news-cards-button-wrapper .form-button i {
  display: inline-block;
  margin-left: 30px;
  font-size: 22px;
}
.last-news-cards-button-wrapper #loadLess {
  display: none;
}
.last-news-cards-button-wrapper #loadMore {
  display: none;
}

#primaryPopularGoodsLoadLess {
  display: none;
}

.mobile-navigation-wrapper {
  /*.selectboxit-container span, .selectboxit-container .selectboxit-options a {
     height: 30px;
     line-height: 30px;
   }*/
}
.mobile-navigation-wrapper .selectboxit-btn {
  background: none !important;
  border: none !important;
}
.mobile-navigation-wrapper .selectboxit-container * {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  /*    line-height: 24px;*/
  color: #333333;
}
.mobile-navigation-wrapper .selectboxit-arrow-container:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  display: block;
  background: url("../image/keyboard_arrow_down.png") center no-repeat;
}
.mobile-navigation-wrapper .selectboxit-default-arrow {
  display: none;
  border: none;
}
.mobile-navigation-wrapper .selectboxit-container .selectboxit-list {
  background: #fff;
  border-radius: 0;
  border: none !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  width: 160px !important;
  min-width: 160px !important;
}
.mobile-navigation-wrapper .selectboxit-btn {
  width: 160px !important;
  min-width: 160px !important;
}
.mobile-navigation-wrapper .mobile-select-language-wrapper {
  margin-bottom: 50px;
}

.modal-search-button {
  font-size: 20px;
  color: #333333;
  margin-left: 30px;
  background: none;
  border: none;
  outline: none;
}

.search-modal-form__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  text-align: center;
  padding: 10px;
  z-index: 100;
  display: none;
}

.category-cards-wrapper .popular-goods-cards-wrapper {
  padding-bottom: 10px;
}

.search-cards-wrapper {
  padding-bottom: 30px;
}

.popular-goods-card__name a, .last-news-card__title a, .blog-card__title a, .basket-table-item__title a, .popular-goods-card__delete-ico-block a {
    color: inherit;
}

.hidden {
	display: none;
}

/*# sourceMappingURL=style.css.map */
.perone {
    font-size: 16px;
    font-weight: 600;
}
.tab-block .input-group.input-group-sm{
	align-items: center;
justify-content: flex-end;
}
.tab-block .input-group.input-group-sm label{
  margin-bottom: 0px;
margin-right: 10px;
}
#button-review{
	background: #26C6DA;
	font-size: 20px;color: #fff;
	border-radius: 50px;
	padding: 30px;
display: inline-flex;
margin-top:30px;
margin-left:30px;
}

.alert.alert-dismissible {
  position: fixed;
top: 50%;
left: 0;
right: 0;
z-index: 20;
width: 50%;
transform: translate(50%,0%);
background: #fff;
border: 1px solid #26C6DA;
padding: 30px;
font-size: 18px;
}
.alert .alert-footer{
	margin-top: 50px;
display: flex;
align-items: center;
justify-content: space-around;
}
.alert .alert-footer button{
	background:#fff;
	color:#26C6DA;
	font-size:18px;
	padding:20px;
	border: 1px solid #26C6DA;border-radius: 50px;
}
.alert .alert-footer a{
	background:#26C6DA;
	color:#fff;
	border: 1px solid #26C6DA;border-radius: 50px;
	font-size:18px;
	padding:20px;
}
.category-sidebar-list{
	display: flex;
flex-direction: column;
}
.category-sidebar-list>a.id-132{
	order: -1;
}
.category-cards-wrapper>a.id-132{
	order: -1;
}
.category-sidebar-list .category-child.id-133, .category-sidebar-list .category-child.id-134, .category-sidebar-list .category-child.id-135, .category-sidebar-list .category-child.id-136 {display:none;}
.tab-categories> .category-sidebar-item{width: 25%;}
 @media (max-width: 702px){
.tab-categories> .category-sidebar-item {
  width: 100%;
}
  }





/*******************************/
.main-container{
  max-width: 1920px; /*1440*/
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  /*outline: 1px solid red;*/
}
.style-bg-default{
  background: #fff;
}
.style-bg-color{
  background: #fafafa;
}
.style-bg-color2{
  background: #F8FAFC;
}

/*home-section-slider*/
.home-slider{
	/*max-width: 1300px;*/
	width: 100%;
	margin: 0 auto;
 	padding: 40px 0 25px 0;
}
.home-slider img{
	border-radius: 12px;
  display: block;
  min-height: 196px;
}
.primary-slide{
  position: relative;
  display: block !important;
}
.primary-slider-info{
  font-family: 'Inter';
  max-width: 460px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: absolute;
  left: 10%;
  bottom: 20%;
}
.primary-slider-info__title{
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #333;
}
.primary-slider-info__text{
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #555555;
  margin-bottom: 5px;
}
.primary-slider-info__btn{
  background: #5EC3D7;
  border-radius: 4px;
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
}
.primary-slider-info__btn:hover{
  color:#fff;
  background: rgba(94, 195, 215, 0.8);
}
.primary-slider .slick-prev:before {
    background: url(image/arrow-left.svg) center no-repeat;
    opacity: 1;
}
.primary-slider .slick-next:before {
    background: url(image/arrow-right.svg) center no-repeat;
    opacity: 1;
}
.primary-slider .slick-prev, .primary-slider .slick-next {
    width: 48px;
    height: 48px;
}
.primary-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.primary-slider .slick-dots{
  bottom: 0;
  display: flex;
  justify-content: center;
}
.primary-slider .slick-dots li{
  display: block;
  height: 15px;
  width: 15px;
  margin: 0 9px;
}
.primary-slider .slick-dots li button{
  height: 15px;
  width: 15px;
}
.primary-slider .slick-dots li.slick-active button:before {
  background:#53C6D5;
}
.primary-slider .slick-dots li button:before{
  background:#D9D9D9;
}

/*section-viber-social*/
.section-viber-social{
  padding-bottom: 40px;
}
.section-viber-social__grid{
  font-family: 'Inter';
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(90deg, #6B3CC9 0%, #8A5CF6 50%, #6B3CC9 100%);
  box-shadow: 0px 6px 25px rgba(107, 60, 201, 0.25);
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  padding: 14px 20px;
  gap: 12px;
  align-items: center;
}
.section-viber-social__close{
  cursor: pointer;
}
.section-viber-social_btn{
  background: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 14px;
  color: #5B2ECF;
}
.section-viber-social_btn:hover{
  color: #5B2ECF;
  opacity: 0.8;
}
.section-viber-social__title{
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}
.section-viber-social__text{
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.9;
}

/*home-section-category*/
.home-section-category{
  padding: 25px 0 50px 0;
}
.home-section-category .primary-heading{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 38px;
  color: #5EC3D7;
  margin-bottom: 50px;
}
.home-section-category .category-navigation-item {
  background: #FFFFFF;
  border: 2px solid #5EC3D7;
  border-radius: 6px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 15px;
  color: #5EC3D7;
  padding: 12px 22px;
  margin: 0 6px 12px 6px;
  min-width: inherit;
  line-height: normal;
  letter-spacing:normal;
  text-transform: none;
  width: auto;
}
.home-section-category .category-navigation-item:before{
  display: none;
}
.home-section-category .category-navigation-item:hover {
    background: #5EC3D7;
    border-color: #5EC3D7;
    color: #fff;
}
.home-section-category .category-navigation {
    margin: 0 auto;
    max-width: 1300px;
}

/*home-section-category-images*/
.home-section-category-images{
  padding: 45px 0 60px 0;
}
.home-section-category-images .primary-heading{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 38px;
  color: #5EC3D7;
  margin-bottom: 50px;
}
.home-section-category-images .category-cards-wrapper {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 24px;
}
.home-section-category-images .category-card {
  min-height: inherit;
  height: 160px;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  transition: background-size 0.3s ease;
}
.home-section-category-images .category-card:hover {
  background-size: 110%;
}
.home-section-category-images .category-card-name {
  border-radius: 16px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);  
}

/*home-section-featured*/
.home-section-featured{
  padding-bottom: 40px;
}
.section-featured-wrapper{
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px 0 0 0;
  width: 100%;
}
.section-featured-wrapper .section-heading{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #5EC3D7;
  margin-bottom: 50px;
}
.section-featured-wrapper .slick-slider{
  padding: 0 100px 30px 100px;
}
.section-featured-wrapper .slick-track {
  margin: 0;
}
.section-featured-wrapper .slick-pagination{
  padding: 0 110px 30px 110px;
}
.section-featured-wrapper .slick-prev:before {
  background: url(image/arrow-left_small.svg) center no-repeat;
  opacity: 1;
}
.section-featured-wrapper .slick-next:before {
  background: url(image/arrow-right_small.svg) center no-repeat;
  opacity: 1;
}
.section-featured-wrapper .slick-prev, .section-featured-wrapper .slick-next {
  width: 12px;
  height: 18px;
}
.section-featured-wrapper .slick-prev{
  left:60px;
}
.section-featured-wrapper .slick-next {
  right:60px;
}
.section-featured-wrapper .slick-progress__box{
  display: none;
  padding:0 0 20px 0;
}
.section-featured-wrapper .slick-progress {
  height: 3px;
  background: #EDEDED;
  border-radius: 2px;
}
.section-featured-wrapper .slick-progress-bar {
  height: 3px;
  width: 0;
  background: #5EC3D7;
  transition: width 0.3s linear;
  border-radius: 2px;
}
.section-featured-wrapper .featured__button {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  padding: 9px 15px;
  background: #5EC3D7;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
}    

/*popular-goods-card*/
.section-featured-wrapper .slick-slide > div{
  padding: 0  10px 10px 10px;
  display: flex;
  height: 100%;
}
.section-featured-wrapper div.popular-goods-card {  
  margin: 0;
  display: flex !important;
  justify-content: space-between;
}
div.popular-goods-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 0 0 12px 0;
}
div.popular-goods-card .popular-goods-card__img-wrapper{
  height: 180px;
  border-radius: 14px 14px 0 0;
  margin: 0;
}
div.popular-goods-card .popular-goods-card__img-wrapper img{
  border-radius: 14px 14px 0 0;
}
div.popular-goods-card .popular-goods-card__stickers{
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  gap: 5px;
  justify-items: start;
}
div.popular-goods-card .popular-goods-card__sticker{
  padding:8px 15px;
  border-radius: 7px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
}
div.popular-goods-card .sticker-color__0{
  background: rgba(255, 164, 19, 0.8);
}
div.popular-goods-card .sticker-color__1{
  background: rgba(39, 179, 90, 0.8);
}
div.popular-goods-card .sticker-color__2{
  background: rgba(255, 82, 85, 0.8);
}
div.popular-goods-card .popular-goods-card__icons-wrapper {
  display: flex;
  height: 32px;
  width: 32px;
  top: 10px;
  right: 10px;
  margin: 0;
  align-items: center;
  justify-content: center;
}
div.popular-goods-card .popular-goods-card__like i:before {
    background: rgba(255, 255, 255, 0.7);
}
div.popular-goods-card .popular-goods-card__like i:before{
  color: #FF5E5E;
}
div.popular-goods-card .popular-goods-card__name {
  padding: 15px 20px 5px 20px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #222222;
  margin: 0;
}
div.popular-goods-card .popular-goods-card-help-text-wrap {
  padding:0 20px 15px 20px;
}
div.popular-goods-card .popular-goods-card__quantity,
div.popular-goods-card .popular-goods-card__name_second-text {
  font-family: "Inter";
  font-weight: 700;
  line-height: normal;
  color: #555555;
  margin-bottom: 5px;
  padding: 0;
  font-size: 13px;
}
div.popular-goods-card .popular-goods-card__button {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  padding: 9px;
  display: block;
  background: #5EC3D7;
  border-radius: 8px;
  margin: 0 20px;
  width: calc(100% - 40px);
  margin-top: auto !important;
}
div.popular-goods-card .popular-goods-card__price_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px 15px 20px;
  width: 100%;
}
div.popular-goods-card .popular-goods-card__price_label,
div.popular-goods-card .popular-goods-card__price{
  font-family: 'Inter';
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  color: #5EC3D7;
  margin-right: 5px;
}
div.popular-goods-card .popular-goods-card__price_special{
  text-decoration-line: line-through;
  color: #BCC4C6;
  font-size: 16px;
}
div.popular-goods-card .number {
    padding: 0 20px;
    margin-bottom: 15px;
    width: 100%;
}
div.popular-goods-card .plus-minus {
    background: #FFFFFF;
    box-shadow: none;
    height: 25px;
    width: 30px;
    border:none;
    font-size: 14px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 700;
    color: #5EC3D7;
}
div.popular-goods-card .superplus,
div.popular-goods-card .superminus{
  display: block;
  height: 25px;
  width: 25px;
  background-color: #5EC3D7;
  border-radius: 4px;
  box-shadow: none;
  font-size: 0;
  border: none;
  padding: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
div.popular-goods-card .superplus{
  background-image: url('image/icon-plus.svg');
}
div.popular-goods-card .superminus{
  background-image: url('image/icon-minus.svg');
}
/*div.popular-goods-card .superplus:hover,
div.popular-goods-card .superminus:hover{
  background-color: rgba(94, 195, 215, 0.43);
}*/

/*home-section-reviews*/
.home-section-reviews{
  padding: 18px 0 100px 0;
}
.home-section-reviews .section-heading{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 38px;
  color: #5EC3D7;
  margin-bottom: 40px;
  text-align: center;
}
.home-slider-reviews.slick-slider{
  padding: 0 70px 0 70px;
}
.home-slider-reviews .slick-slide > div{
  padding: 0  7px 10px 7px;
}
.home-slider-reviews .slick-track {
    display: flex !important;
    align-items: stretch !important;
}
.home-slider-reviews .slick-slide {
    height: auto !important;
}
.home-slider-reviews .slick-slide > div {
    height: 100%;
}
.home-slider-reviews .slick-prev:before {
  background: url(image/arrow-left_small.svg) right center no-repeat;
  opacity: 1;
}
.home-slider-reviews .slick-next:before {
  background: url(image/arrow-right_small.svg) left center no-repeat;
  opacity: 1;
}
.home-slider-reviews .slick-prev,
.home-slider-reviews .slick-next {
  width: 48px;
  height: 18px;
}
.home-slider-reviews .slick-prev{
  left:0;
}
.home-slider-reviews .slick-next {
  right:0;
}
.home-slider-reviews__item{
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 12px 20px;
  display: grid !important;
  gap: 10px;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.home-slider-reviews__top{
  display: grid;
  grid-template-columns: 50px 1fr auto;
  gap: 12px;
  align-items: center;
}
.home-slider-reviews__image img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.home-slider-reviews__name{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.home-slider-reviews__source{
  background: #EAF4FF;
  border-radius: 6px;
  padding: 2px 8px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13px;
  color: #4285F4;
}
.home-slider-reviews__bottom{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  grid-template-rows: 1fr auto;
}
.home-slider-reviews__text{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
}
.home-slider-reviews__date{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  text-align: right;
}

/*home-section-advantages*/
.home-section-advantages{
  padding: 40px 0;
}
.home-section-advantages .section-heading{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 38px;
  color: #5EC3D7;
  margin-bottom: 50px;
  text-align: center;
}
.home-advantages-list{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-advantages__item{
  background: #FFFFFF;
  box-shadow: 2px 4px 12px rgba(158, 168, 170, 0.33);
  border-radius: 12px;
  padding: 10px 14px 18px 14px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
}
.home-advantages__title{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  margin-bottom: 7px;
}
.home-advantages__text{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #555555;
}

/*home-section-blog*/
.home-section-blog{
  padding: 40px 0;
}
.home-section-blog .section-heading{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 38px;
  color: #5EC3D7;
  margin-bottom: 50px;
  text-align: center;
}
.home-slider-blog.slick-slider{
  padding: 0 45px 10px 45px;
  max-width: 1440px;/*1280*/
  margin: 0 auto;
}
.home-slider-blog .slick-slide > div{
  padding: 0  15px 20px 15px;
}
.home-slider-blog .slick-track {
    display: flex !important;
    align-items: stretch !important;
}
.home-slider-blog .slick-slide {
    height: auto !important;
}
.home-slider-blog .slick-slide > div {
    height: 100%;
}
.home-slider-blog .slick-prev:before {
  background: url(image/arrow-left_small.svg) center no-repeat;
  opacity: 1;
}
.home-slider-blog .slick-next:before {
  background: url(image/arrow-right_small.svg) center no-repeat;
  opacity: 1;
}
.home-slider-blog .slick-prev,
.home-slider-blog .slick-next {
  width: 12px;
  height: 18px;
}
.home-slider-blog .slick-prev{
  left:0;
}
.home-slider-blog .slick-next {
  right:0;
}
.home-slider-blog__item{
  font-family: 'Inter';
  background: #FFFFFF;
  box-shadow: 0px 6px 15px rgba(94, 195, 215, 0.2);
  border-radius: 12px;  
  padding-bottom: 20px;
}
.home-slider-blog__image img{
  height: 200px;
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.home-slider-blog__title a{
  font-weight: 700;
  font-size: 19px;
  color: #222222;
  line-height: 24px;
  display: block;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 40px 0 25px 0;
  min-height: 50px;
}
.home-slider-blog__text{
  font-weight: 400;
  font-size: 15px;
  color: #555555;
  line-height: 18px;
  padding: 0 20px 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.home-slider-blog__date{
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  padding: 0 20px 15px 20px;
}
.home-slider-blog__more a{
  font-weight: 700;
  font-size: 16px;
  color: #5EC3D7;
  padding: 0 20px;
}
.home-section-blog .section-blog-buttons{
  padding: 0 60px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-section-blog .section-blog__button {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  padding: 9px 15px;
  background: #5EC3D7;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
}

/*home-section-seo*/
.home-section-seo{
  padding: 40px 0;
  color: #000000;
  font-family: 'Inter';
}
.home-section-seo .main-container{
  max-width: 1370px; /*1210*/
  height: 260px;
  overflow: hidden;
  position: relative;
}
.home-section-seo .main-container .seo-read-more{
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
  left: 20px;
  right: 0;
  color: #5EC3D7;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.home-section-seo p{
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  padding: 0;
  margin: 0 0 30px 0;
}
.home-section-seo h1{
  margin:0 0 20px 0;
  padding: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
.home-section-seo h2{
  margin:0 0 10px 0;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.home-section-seo ul{
  padding: 10px 0px 10px 25px;
   font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
}
.home-section-seo a{
  color: #5EC3D7;
  text-decoration: underline;
}
.home-section-seo strong{
  font-weight: 700;
}

/*footer*/
.footer-top-section-item.footer-contact-item{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: center;  
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.footer-top-section-item.footer-contact-item p{
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.footer-contact-item i {
  display: block;
  margin:0;
  font-size: 20px;
  color: #26C6DA;
}
.footer-top-section-item__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 15px;
}
.footer-top-section {
  padding-bottom: 40px;
}
footer a, footer li, footer p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.copyright {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
div.footer-top-section-item.footer-contact-item{
  margin-bottom: 20px;
  align-items: start;
}
div.footer-top-section-item.footer-contact-item .footer-contact-item i {
   margin:5px 0 0 0;
}
.footer-top-section-inner-block .social{
  margin: 15px 0 0 0;
  display: grid;
  grid-template-columns: 32px 32px;
  gap: 8px;
}
.footer-top-section-inner-block .social img{
  display: block;
  margin: 0;
}
@media(max-width:1200px){
  .home-section-category-images .category-cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-section-seo .main-container {
    padding: 0 85px;
  }
  .home-section-seo .main-container .seo-read-more{
    left: 75px;
  }
}
@media(max-width:1024px){
  .section-featured-wrapper .slick-pagination {
    padding: 0 18px 0 10px;
  }
  .section-featured-wrapper .slick-progress__box{
    display: block;
  }
  .section-featured-wrapper div.popular-goods-card {
    max-width: 285px;
  }
  .section-featured-wrapper .slick-slider {
    padding: 0 0 20px 0;
  }
  .section-featured-wrapper {
    box-shadow: none;
    border-radius: 0;
  }
  .main-container {
    padding: 0 18px;
  }
  .home-section-featured .main-container {
    padding:0 0 0 8px;
  }
  .home-section-featured {
    padding-bottom: 0;
  }
  .home-section-blog .section-heading,
  .home-section-advantages .section-heading,
  .home-section-reviews .section-heading,
  .home-section-category .primary-heading,
  .home-section-category-images .primary-heading,
  .section-featured-wrapper .section-heading{
    margin-bottom: 30px;
  }
  .section-featured-wrapper .featured__button {
    max-width: 214px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .section-featured-wrapper .featured-buttons{
    padding-bottom: 20px;
  }
  .home-slider-reviews.slick-slider {
    padding: 0 30px;
  }
  .home-slider-reviews .slick-prev, .home-slider-reviews .slick-next {
    width: 20px;
    height: 22px;
  }
  .home-slider-reviews .slick-prev:before {
    background: url(image/arrow-left_review.svg) center no-repeat;
  } 
  .home-slider-reviews .slick-next:before {
    background: url(image/arrow-right_review.svg) center no-repeat;
  } 
  .home-section-reviews {
    padding: 20px 0 60px 0;
  }
  .home-section-seo,
  .home-section-blog,
  .home-section-advantages,
  .home-section-category-images,
  .home-section-category {
    padding: 20px 0 40px 0;
  }
  .home-advantages-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-section-blog .section-blog-buttons{
    display: none;
  }
  .home-slider-blog.slick-slider {
    padding: 0 25px 10px 25px;
  }
  .home-slider-blog .slick-slide > div {
    padding: 0 10px 10px 10px;
  }
  .home-slider-blog__item{
    box-shadow: 0px 6px 10px rgba(68, 68, 68, 0.2);
    border-radius: 12px;
  }
}
@media(max-width:768px){
  .home-slider-blog__date{
    float: right;
    padding: 2px 10px 0 0;
    font-size: 13px;
  }
  .home-slider-blog__title a {
    padding: 0 10px;
    margin: 7px 0 10px 0;
    font-size: 13px;
    line-height: 100%;
    min-height: 30px;
  }
  .home-slider-blog__text {
      padding: 0 10px;
      margin-bottom: 15px;
      font-size: 12px;
  }
  .home-slider-blog__more a {
    padding: 0 0 0 10px;
    font-size: 12px;
  }
  .home-section-seo h2,
  .home-section-seo h1{
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .home-section-seo ul,
  .home-section-seo p{
    font-size: 12px;
  }
  .home-section-seo p{
    margin-bottom: 15px;
  }
  .home-section-seo .main-container .seo-read-more{
    font-size: 12px;
  }
  .home-section-seo{
    padding: 0 0 30px 0;
  }
  .home-section-blog,
  .home-section-advantages,
  .home-section-category-images,
  .home-section-category {
    padding: 20px 0 30px 0;
  }
  .home-section-seo .main-container {
    padding: 0 40px;
  }
  .home-section-seo .main-container{
    height: 240px;
  }
  .home-section-seo .main-container .seo-read-more {
      left: 30px;
  }
  .home-section-blog .section-heading,
  .home-section-advantages .section-heading,
  .home-section-reviews .section-heading,
  .home-section-category .primary-heading,
  .home-section-category-images .primary-heading,
  .section-featured-wrapper .section-heading{
   font-size: 18px;
  }
  .home-section-category-images .category-cards-wrapper {
      grid-template-columns: repeat(2, 1fr);
  }
  .home-slider-reviews__top {
    grid-template-columns: 30px 1fr auto;
  }
  .home-slider-reviews__name {
      font-size: 11px;
  }
  .home-slider-reviews__text {
      font-size: 12px;
  }
  .home-slider-reviews__image img {
    height: 30px;
    width: 30px;
  }
  .section-featured-wrapper .featured__button {
      font-size: 10px;
  }
  div.popular-goods-card .popular-goods-card__button,
  div.popular-goods-card .popular-goods-card__price_label, div.popular-goods-card .popular-goods-card__price,
  div.popular-goods-card .popular-goods-card__name_second-text,
  div.popular-goods-card .popular-goods-card__quantity, 
  div.popular-goods-card .popular-goods-card__name_second-text
  div.popular-goods-card .popular-goods-card__price_label, 
  div.popular-goods-card .popular-goods-card__price
  div.popular-goods-card .popular-goods-card__button{
    font-size: 11px;
  }
  div.popular-goods-card .superplus, div.popular-goods-card .superminus {
    height: 20px;
    width: 20px;
  }
  div.popular-goods-card .plus-minus{
    height: 20px;
  }
  div.popular-goods-card .popular-goods-card__name{
    font-size: 12px !important;
    padding: 10px 12px 5px 12px;
    line-height: 100%;
  }
  div.popular-goods-card .popular-goods-card__img-wrapper {
    height: 170px;
  }
  div.popular-goods-card .popular-goods-card__sticker{
    font-size: 10px;
  }
  div.popular-goods-card .popular-goods-card-help-text-wrap {
    padding: 0 12px 10px 12px;
  }
  div.popular-goods-card .popular-goods-card__name_second-text{
    margin-bottom: 0;
  }
  div.popular-goods-card .number {
    padding: 0 12px;
    margin-bottom: 10px;
  }
  div.popular-goods-card .popular-goods-card__button {
    margin: 0 12px;
    width: calc(100% - 24px);
  }
  div.popular-goods-card .popular-goods-card__price_box {
    padding: 0 12px 10px 12px;
  }
  .home-section-category-images .category-card-name {
    font-size: 14px;
    justify-content: start;
  }
  .primary-slider-info {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: inherit;
    padding: 15px;
    max-width: calc(100% - 92px);
    width: 100%;
    max-height: 80%;
  }
  .primary-slider-info__title {
      font-size: 12px;
      line-height: 100%;
      margin-bottom: 5px;
  }
  .primary-slider-info__text {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .primary-slider-info__btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  .primary-slider .slick-next:before,
  .primary-slider .slick-prev:before {
    background-size: 20px;
  }
  .primary-slider .slick-prev, .primary-slider .slick-next {
    width: 20px;
    height: 20px;
    margin-top: -15px;
  }
  .primary-slider .slick-prev {
    left: 13px;
  }
  .primary-slider .slick-next {
    right: 13px;
  }
  .home-slider {
    padding: 20px 0;
  }
  .primary-slider .slick-dots li {
      height: 8px;
      width: 8px;
      margin: 0 3px;
  }
  .primary-slider .slick-dots li button {
    height: 8px;
    width: 8px;
  }
  .section-viber-social__grid {
    grid-template-columns: 25px 1fr 16px;
    gap: 10px 5px;
    text-align: center;
    align-items: start;
    padding: 8px 10px 10px 16px;
  }
  .section-viber-social__icon svg{
    width: 25px;
  }
  .section-viber-social__close svg{
    height: 16px;
    width: 16px;
  }
  .section-viber-social__text,
  .section-viber-social__title{
    font-size: 12px;
    line-height: 18px;
  }
  .section-viber-social__grid > div:nth-child(3){
    order: 2;
    grid-column: 1 / span 3;
  }
  .section-viber-social_btn {
    display: inline-block;
    font-size: 10px;
    padding: 7px 12px;
  }
  .home-section-category-images .category-cards-wrapper {
    gap: 8px;
  }
  .home-section-category .category-navigation{
    justify-content: center;
  }

}
@media (max-width: 600px) {
    .home-advantages-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-section-category-images .category-card {
      background-size: cover;  
      height: 120px;
    }
    .home-section-category .category-navigation-item {
      font-size: 15px;
      padding: 8px 10px;
    }
    .section-featured-wrapper div.popular-goods-card {
        max-width: 165px;
        max-height: max-content;
    }
    .home-slider-blog__text,
    .home-slider-blog__title a {
        display: block !important;
        overflow: visible;
        min-height: inherit;
    }
    .section-featured-wrapper .slick-slide > div {
        padding: 0 5px 10px 5px;
    }
    .footer-top-section-block:nth-child(1){
      order:4;
      position: relative;
    }
    .footer-top-section-block:nth-child(1) .footer-top-section-item__block{
      display: block !important;
      padding-top: 20px;
    }
    .footer-top-section-block:nth-child(1) .footer-top-section-item__title{
      pointer-events: none;
      max-width: 80%;
      border-bottom: 1px solid #333333;
    }
    .footer-top-section-block:nth-child(1) .footer-top-section-item__title:after{
      display: none;
    }
    .footer-top-section-inner-block .social {
       position: absolute;
       bottom: 10px;
       right: 0;
    }
    div.footer-top-section {
      padding-bottom: 0;
    }
    .footer-top-section-block{
      margin: 0;
    }
    .footer-top-section-block:nth-child(2){
      order:3;
    }
    .footer-top-section-block:nth-child(3){
      order:2;
    }
    .footer-top-section-block:nth-child(4){
      order:1;
    }
    footer{
      padding-bottom: 100px;
    }
    footer .copyright{
      display: grid;
      gap: 25px 0;
      font-size: 12px;
    }
    .footer-bottom-section{
      position: relative;
      padding: 5px 0 0 0;
    }
    .footer-bottom-section .pay-footer-block{
      position: absolute;
      top: 5px;
      right: 0;
    }
    .footer-bottom-section .pay-footer-block img{
      height: 20px;
    }
}



@media (max-width: 1888px) {
  .basket-table-item__total-price, .total-basket-table-block__total-price, .basket-table-item__price {
    font-size: 32px;
  }

  .total-basket-table-block {
    padding: 60px;
  }

  .total-basket-table-block__top-panel {
    flex-direction: column;
  }

  .total-basket-table-block__total-price, .total-basket-table-block__discount-item {
    margin-bottom: 40px;
  }

  .total-basket-table-block__top-panel {
    padding-bottom: 30px;
  }

  .contacts-card__contact-item, .contacts-card__text-block, .contacts-card__schedule {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
  }

  .contacts-card__title {
    font-size: 30px;
    line-height: 1.4;
  }

  .contacts-card__contact-item:last-of-type {
    margin-bottom: 30px;
  }

  .forget-password-card-wrapper .registration-form-card {
    width: 100%;
    max-width: 860px;
  }

  .authorization-page-section .registration-form-card__item {
    flex-direction: column;
  }
  .authorization-page-section .registration-form-card__label {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  .authorization-page-section .registration-form-card .registration-form-card__input {
    width: 100%;
  }
  .authorization-page-section .registration-form-card__title {
    font-size: 30px;
  }
  .authorization-page-section .registration-form-card__text, .authorization-page-section .registration-form-card .registration-form-card__input {
    font-size: 18px;
  }
  .authorization-page-section .forget-password-card-wrapper .registration-form-card__text {
    margin-bottom: 30px;
  }
  .authorization-page-section .registration-form-card__label, .authorization-page-section .forget-password-link {
    font-size: 20px;
  }
  .authorization-page-section .registration-form-card .form-button {
    margin-top: 30px;
  }
  .category-sidebar-wrapper {
    width: 320px;
  }
}
@media (max-width: 1677px) {
  .category-cards-wrapper .popular-goods-card__name {
    font-size: 22px;
  }

  .category-cards-wrapper .popular-goods-card {
    padding: 30px 25px;
  }

  .category-cards-wrapper .popular-goods-card__scales-ico-block {
    right: 20px;
    top: 20px;
  }
  .category-cards-wrapper .popular-goods-card__icons-wrapper {
    margin-bottom: 14px;
  }
  .category-cards-wrapper .popular-goods-card__like {
    font-size: 34px;
  }
  .catalog-search-button {
    padding: 23px;
    width: auto;
    margin-right: 38px;
    font-size: 18px;
  }

  .reset-filter-button {
    font-size: 18px;
    padding: 23px;
    width: auto;
  }

  .filter-label {
    font-size: 24px;
    margin-right: 36px;
  }

  .catalog-top-panel .search-input {
    font-size: 22px;
  }

  .payments-card__text-wrapper {
    width: auto;
    flex: 1;
  }

  .last-news-card__img-wrapper {
    width: 162px;
    height: 220px;
  }
}
@media (max-width: 1615px) {
  .popular-goods-card__img-wrapper {
    height: 250px;
  }

  .popular-goods-card {
    padding: 66px 50px 40px;
  }

  .product-card__img-wrapper {
    width: 400px;
    height: auto;
  }

  .product-card__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .product-card__text-item {
    font-size: 24px;
  }

  .product-card__price {
    font-size: 30px;
  }

  .product-card .product-card__button-wrapper .counter-input {
    width: 134px;
    font-size: 20px;
  }
  .product-card .product-card__button-wrapper .counter-input2 {
    width: 134px;
    font-size: 20px;
  }

  .product-card .form-button--lg {
    padding: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .product-card__button-wrapper .counter input[type=text], .product-card__button-wrapper .counter button {
    height: 90px;
  }

  .product-tab-block-description {
    flex-wrap: wrap;
  }

  .product-tab-block-text-wrapper {
    flex: initial;
    width: 100%;
    margin-bottom: 30px;
  }

  .product-tab-block-img-wrapper {
    margin-left: 0;
    margin-right: 30px;
  }

  .product-tab-item {
    font-size: 22px;
  }

  .product-tab-block-img-wrapper {
    max-width: 33%;
  }

  .authorization-page-section .form-button--lg {
    font-size: 16px;
  }
}
@media (max-width: 1477px) {
  .article__img-wrapper {
    width: 406px;
  }

  .blog-card__img-wrapper {
    width: 210px;
    height: 246px;
  }

  .popular-goods-section .lg-top-horizontal-space {
    padding-top: 60px;
  }

  .basket-table-top-item {
    font-size: 24px;
    padding: 30px;
    line-height: 1.5;
  }

  .basket-table-item__img-wrapper {
    width: 263px;
    height: 173px;
  }

  .basket-table-item__title {
    font-size: 20px;
  }

  .basket-table-item__specifications {
    font-size: 18px;
  }

  .counter button {
    width: 50px;
    height: 80px;
  }

  .counter input[type=text] {
    width: 100px;
    height: 80px;
    font-size: 20px;
  }

  .basket-table-item__total-price, .total-basket-table-block__total-price, .basket-table-item__price {
    font-size: 24px;
  }

  .total-basket-table-block__discount-label {
    font-size: 22px;
    line-height: 1.6;
  }

  .total-basket-table-block__discount-input {
    height: 80px;
  }

  .reset-filter-button, .catalog-search-button {
    font-size: 14px;
    padding: 20px;
    line-height: 1.4;
  }

  .catalog-search-button {
    margin-right: 20px;
  }

  .filter-label {
    font-size: 20px;
  }

  .filter-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .contacts-card__text-block {
    width: 40%;
  }

  .contacts-card__contact-item, .contacts-card__text-block, .contacts-card__schedule {
    font-size: 20px;
  }

  .contacts-card__title {
    font-size: 24px;
  }

  .product-comparisons-table td, .product-comparisons-table th, .popular-goods-card__price {
    font-size: 20px;
  }

  .product-comparisons-table__delete-ico-block {
    font-size: 34px;
    margin-left: 30px;
  }
}
@media (max-width: 1439px) {
  .last-news-card {
    width: calc(50% - 40px);
  }

  .category-cards-wrapper .popular-goods-card {
    width: calc(50% - 36px);
  }

  .last-news-cards-wrapper {
    justify-content: center;
    padding-bottom: 30px;
  }

  .product-tab-item {
    font-size: 18px;
  }
}
@media (max-width: 1370px) {
  header .limit {
    padding: 0 0 0 30px;
  }

  .primary-button {
    padding: 30px;
    font-size: 24px;
    line-height: 1.2;
    max-width: 340px;
  }

  .header-left-block {
    flex: 1;
  }

  .schedule-header-wrapper {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-right-block {
    flex: 1;
    justify-content: flex-end;
  }

  .header-logotype {
    margin-right: 30px;
  }

  .breadcrumbs {
    font-size: 20px;
  }

  .blog-card__title {
    font-size: 26px;
    line-height: 1.2;
    width: 100%;
  }

  .blog-card__date {
    margin-bottom: 20px;
  }

  .blog-card__text {
    font-size: 18px;
  }

  .blog-card__link {
    font-size: 16px;
  }

  .pagination-wrapper a, .pagination-wrapper .pagination-item {
    font-size: 28px;
  }

  .payments-card__title {
    font-size: 30px;
  }

  .payments-card__top-text, .payments-card {
    font-size: 18px;
  }

  .payments-card {
    padding: 40px 30px;
    margin-bottom: 30px;
  }

  .payments-card__img-wrapper {
    margin-right: 30px;
  }

  .product-card__img-wrapper {
    margin-right: 40px;
  }

  .product-card {
    padding: 40px;
  }

  .primary-author-name:before {
    width: 62px;
    height: 51px;
    left: 0;
  }

  .primary-author-name {
    font-size: 20px;
    min-height: 51px;
  }

  .primary-review-slide {
    padding: 30px 20px;
  }

  .primary-review-slide p {
    font-size: 16px;
    line-height: 1.5;
  }

  .primary-review-slide__img-wrapper {
    width: 134px;
    height: 134px;
  }

  .authorization-page-section .registration-form-card {
    padding: 40px;
  }
}
@media (max-width: 1339px) {
  .popular-goods-card {
    width: calc(50% - 36px);
  }

  .blog-card {
    padding: 36px;
  }

  .contacts-card__text-block {
    width: 50%;
    padding-right: 48px;
  }
}
.menu2{height:0;}

@media (max-width: 1266px) {
	.menu2{height: 100%;
overflow-y: auto;
position: fixed;
width: 100%;
z-index: 999999;
background: #fff;
padding-bottom: 140px;
top: 116px;
}
.menu2>ul{width:100%;}
.menu2 li{    display: block;
padding: 0;
border-bottom: 1px solid rgba(38, 198, 218, 0.8);
}
	.menu2 li a{    font-size: 20px;
    color: #333333;
    line-height: 1.4;
    padding: 20px 40px;
    display: inline-block;}
	.menu2 li i{color: #333333;
    font-size: 18px;
    float: right;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 26px;}
	.menu2 li:hover {
  background: #fff;
  color: #333333;
}
.menu2 .dropdown-menu{
	display: none;
    padding: 0;
    border: 0;
    margin: 0;
    border-top: 2px solid rgba(38, 198, 218, 0.8);
    border-radius: 0;
}
.menu2 .dropdown-menu a{
	font-size: 18px;padding: 15px 50px;
}
  .header-logotype {
    max-width: 200px;
  }

  .burger-button-wrapper {
    display: inline-flex;
  }

  .primary-vertical-content-space {
    padding-left: 36px;
    padding-right: 36px;
  }

  .header-navigation-item {
    display: none;
  }

  .show-on-mobile-navigation-item {
    display: inline-flex;
  }

  .popular-goods-card__name {
    font-size: 26px;
    line-height: 1.2;
  }

  .popular-goods-card__appraisals {
    font-size: 26px;
  }

  .popular-goods-card__price {
    font-size: 22px;
  }

  .blog-card__date {
    margin-bottom: 24px;
  }

  .blog-card {
    flex-direction: column;
    align-items: center;
  }

  .blog-card__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-card {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }

  .blog-cards-section {
    margin-right: -10px;
    margin-left: -10px;
  }

  .popular-goods-card__appraisals {
    font-size: 22px;
  }

  .total-basket-table-block__buttons-wrapper .form-button--lg {
    width: 306px;
  }

  .catalog-top-panel .filter-input, .catalog-top-panel .search-input {
    font-size: 18px;
    line-height: 1.4;
  }

  .catalog-top-panel {
    flex-wrap: wrap;
    justify-content: center;
  }

  .catalog-top-panel .search-input {
    flex: initial;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1247px) {
  .last-news-card {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    padding: 30px;
  }

  .last-news-cards-wrapper {
    margin: 0 -10px;
  }

  .subheading, .primary-heading, .comment-form-title {
    font-size: 40px;
    line-height: 1.2;
  }

  .popular-goods-slider-wrapper {
    padding-bottom: 100px;
  }

  .comment-author-name {
    font-size: 24px;
  }

  .comment-date {
    font-size: 18px;
  }

  .comment-wrapper__comment-block {
    font-size: 18px;
  }

  .comment-wrapper__data-block {
    padding-right: 30px;
  }

  .comment-wrapper__comment-block {
    padding: 20px 30px;
  }

  .category-sidebar-item {
    min-height: 110px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 1111px) {
  .footer-top-section {
    flex-wrap: wrap;
  }

  .footer-top-section-block {
    width: calc(50% - 20px);
    margin-bottom: 24px;
  }

  .subheading, .comment-form-title {
    font-size: 36px;
  }

  .category-card-name {
    font-size: 20px;
  }

  .article-wrapper {
    padding: 40px;
  }

  .article__img-wrapper {
    margin-right: 30px;
    width: 219px;
  }

  .article__date {
    margin-bottom: 30px;
  }

  .breadcrumbs .breadcrumbs_item {
    font-size: 20px;
  }

  .basket-modal-form__subheading {
    font-size: 34px;
  }

  .basket-modal-form__label {
    font-size: 24px;
  }

  .category-sidebar-item {
    padding: 26px;
  }

  .registration-form-card {
    padding: 40px;
  }

  .product-card__title, .product-card__price {
    font-size: 24px;
  }

  .product-card__text-item {
    font-size: 20px;
  }

  .product-card__img-wrapper {
    width: 300px;
  }

  .product-tab-item {
    font-size: 16px;
  }

  .product-tab-block-text-wrapper {
    font-size: 18px;
  }

  .product-tab-block-wrapper {
    padding-top: 30px;
  }

  .product-card {
    margin-bottom: 70px;
  }
}
@media (max-width: 1060px) {
  .category-cards-wrapper .popular-goods-card {
    width: 100%;
  }

  .category-cards-wrapper .popular-goods-cards-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .category-sidebar-wrapper {
    margin-right: 30px;
  }

  .contacts-card__contact-item, .contacts-card__text-block, .contacts-card__schedule {
    font-size: 18px;
  }

  .contacts-card__title {
    font-size: 22px;
  }

  .contacts-card {
    padding: 40px;
  }

  .registration-form-card__item {
    flex-direction: column;
  }

  .registration-form-card__label {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }

  .registration-form-card .registration-form-card__input {
    width: 100%;
  }

  .registration-form-card__title {
    font-size: 30px;
  }

  .registration-form-card__text, .registration-form-card .registration-form-card__input {
    font-size: 18px;
  }

  .forget-password-card-wrapper .registration-form-card__text {
    margin-bottom: 30px;
  }

  .registration-form-card__label {
    font-size: 20px;
  }

  .product-card .product-card__button-wrapper {
    flex-direction: column;
  }

  .product-card .form-button--lg {
    margin: 30px 0 0 0;
  }

  .product-comparisons-table__button-wrapper .popular-goods-card__button {
    font-size: 16px;
    line-height: 1.3;
  }

  .product-comparisons-table th, .product-comparisons-table td {
    padding: 30px;
  }

  .product-comparisons-table th {
    width: 220px;
  }

  .successful-order-title {
    font-size: 30px;
    line-height: 1.4;
  }

  .successful-order-text {
    font-size: 20px;
  }
}
@media (max-width: 1017px) {
  .last-news-card {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 30px;
  }

  .last-news-cards-wrapper {
    margin: 0;
  }

  .footer .lg-bottom-horizontal-space {
    margin-bottom: 60px;
  }

  .hide-on-mobile-text, header .search-block {
    display: none;
  }

  header .search_block {
    width: 40px;
  }

  .mobile-search-block {
    display: inline-block;
  }

  .basket-modal-wrapper {
    padding: 90px 50px;
  }

  .blog-card__title--top {
    margin-bottom: 40px;
  }

  .article-wrapper {
    padding: 30px;
  }

  .payments-card__title {
    font-size: 26px;
  }

  .payments-card__top-text, .payments-card {
    font-size: 16px;
  }

  .catalog-page-section {
    padding-bottom: 30px;
  }
  #search_modal{
	  top: 20px !important;
  }
  #hotsearch{
	  margin: 0;
width: 100%;
  }
  #search_modal .search-form{
	  display: flex;
	  margin: 0;
width: 100%;
  }
  #search_modal .search-form input{
	  height: 40px;width: 100%;
  }
  #search_modal .search-form .search-button{
	  background: rgba(38,198,218,.8);
height: 40px;
width: 40px;
  }
  body .live{z-index: 9999;}
}
@media (max-width: 951px) {
  .popular-goods-inner-slide {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .comment-wrapper {
    padding: 30px;
  }

  .blog-card__img-wrapper {
    width: 200px;
    height: 235px;
  }

  .basket-table-top-item {
    font-size: 20px;
    padding: 20px;
  }

  .basket-table-item__img-wrapper {
    width: 163px;
    height: 108px;
  }

  .basket-table-item__title {
    font-size: 18px;
  }

  .basket-table-item__specifications {
    font-size: 16px;
  }

  .counter button {
    width: 40px;
    height: 70px;
  }

  .counter input[type=text] {
    width: 90px;
    height: 70px;
    font-size: 18px;
  }

  .basket-table-item__total-price, .total-basket-table-block__total-price, .basket-table-item__price {
    font-size: 20px;
  }

  .total-basket-table-block__discount-label {
    font-size: 18px;
  }

  .total-basket-table-block__discount-input {
    height: 60px;
  }

  .total-basket-table-block__buttons-wrapper .form-button--lg {
    width: 280px;
    font-size: 16px;
    padding: 15px 30px;
  }

  .reset-filter-button, .catalog-search-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .primary-reviews-slider .slick-dots {
    bottom: -30px;
  }

  .product-comparisons-table td, .product-comparisons-table th, .popular-goods-card__price {
    font-size: 16px;
  }

  .product-comparisons-table td, .product-comparisons-table th {
    padding: 20px;
  }

  .product-comparisons-table__delete-ico-block {
    font-size: 28px;
    margin-left: 20px;
  }

  .product-comparisons-table__img-wrapper {
    width: 85px;
    height: 70px;
    display: block;
    margin: 0 auto;
  }

  .product-comparisons-table .rating_star {
    font-size: 14px;
  }

  .product-comparisons-table th {
    width: 168px;
  }

  .registration-cards-wrapper {
    flex-wrap: wrap;
  }

  .authorization-page-section .registration-form-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .authorization-page-section .registration-form-card:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 877px) {
  header .schedule-header-wrapper {
    display: none;
  }

  .subheading, .primary-heading, .comment-form-title {
    font-size: 28px;
  }

  .category-card-name {
    padding: 28px;
  }

  .category-card {
    margin: 0 10px 20px 10px;
    width: calc(33.3333% - 20px);
  }

  .category-cards-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg-top-horizontal-space {
    padding-top: 60px;
  }

  .lg-bottom-horizontal-space {
    padding-bottom: 60px;
  }

  .collection-primary-card__title {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: bold;
    font-size: 28px;
  }

  .category-card {
    width: calc(50% - 20px);
  }

  .subheading {
    margin-bottom: 40px;
  }

  .popular-goods-card__name {
    font-size: 22px;
  }

  .popular-goods-card__price {
    font-size: 19px;
  }

  .popular-goods-card__button {
    font-size: 18px;
  }

  .popular-goods-card__img-wrapper {
    height: 200px;
  }

  .md-bottom-horizontal-space {
    margin-bottom: 30px;
  }

  .article__title {
    font-size: 24px;
    line-height: 1.4;
  }

  .article__text-wrapper p, .article__text-wrapper {
    font-size: 16px;
    line-height: 1.3;
  }

  .article__subheading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .article__link {
    font-size: 16px;
  }

  .article__date {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .comment-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-wrapper__comment-block {
    padding: 20px 0;
  }

  .comment-wrapper__data-block {
    border-right: none;
    padding-right: 0;
  }

  .comment-form-name-label {
    font-size: 24px;
  }

  .breadcrumbs .breadcrumbs_item {
    font-size: 16px;
  }

  .basket-modal-wrapper .basket-modal-form__input {
    max-width: 400px;
  }

  .basket-modal-wrapper .selectboxit-btn {
    width: 400px !important;
    min-width: 400px !important;
  }

  .basket-modal-wrapper .selectboxit-container .selectboxit-list {
    width: 400px !important;
    min-width: 400px !important;
  }

  .contacts-card {
    padding: 30px;
  }

  .contacts-card__contact-item, .contacts-card__text-block, .contacts-card__schedule {
    font-size: 16px;
  }

  .contacts-card__title {
    font-size: 20px;
  }

  .contacts-card__contact-item:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 810px) {
  .basket-table-top-item {
    font-size: 18px;
    padding: 20px;
  }

  .basket-table-top-item {
    padding: 20px;
  }

  .basket-table-item__img-wrapper {
    width: 163px;
    height: 108px;
  }

  .basket-table-item__title {
    font-size: 16px;
  }

  .basket-table-item__specifications {
    font-size: 14px;
  }

  .counter button {
    width: 30px;
    height: 60px;
  }

  .counter input[type=text] {
    width: 70px;
    height: 60px;
    font-size: 16px;
  }

  .basket-table-item__total-price, .total-basket-table-block__total-price, .basket-table-item__price {
    font-size: 18px;
  }

  .total-basket-table-block__discount-label {
    font-size: 16px;
  }

  .total-basket-table-block__buttons-wrapper .form-button--lg {
    width: 250px;
    font-size: 14px;
  }

  .total-basket-table-block__discount-input {
    width: 100%;
    height: 50px;
  }

  .product-card {
    margin-bottom: 40px;
  }

  .successful-order-title {
    font-size: 24px;
  }

  .successful-order-text {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  .article-inner-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .article__img-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    height: 163px;
  }

  .article-inner-block {
    margin-bottom: 20px;
  }

  .article-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .blog-cards-section {
    padding-bottom: 30px;
  }

  .popular-goods-section .lg-top-horizontal-space {
    padding-top: 30px;
  }

  .popular-goods-slider .popular-goods-slide {
    padding: 0;
  }

  .pagination-wrapper a, .pagination-wrapper .pagination-item {
    font-size: 22px;
  }

  .pagination-item {
    margin: 0 10px;
  }

  .total-basket-table-block__buttons-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .total-basket-table-block__buttons-wrapper .form-button--lg {
    margin-bottom: 20px;
  }
  .total-basket-table-block__buttons-wrapper .form-button--lg:before {
    margin-bottom: 0;
  }

  .basket-table-top-item {
    font-size: 15px;
    padding: 15px;
  }

  .basket-table-item {
    padding: 15px;
  }

  .basket-table-item__img-wrapper {
    width: 83px;
    height: 63px;
  }

  .basket-table-item__title {
    font-size: 14px;
  }

  .basket-table-item__specifications {
    font-size: 12px;
  }

  .counter button {
    width: 20px;
    height: 40px;
    font-size: 18px;
  }

  .counter input[type=text] {
    width: 60px;
    height: 40px;
  }

  .basket-table-item__total-price, .total-basket-table-block__total-price, .basket-table-item__price {
    font-size: 16px;
  }

  .total-basket-table-block__discount-label {
    font-size: 14px;
  }

  .total-basket-table-block__discount-input {
    width: 100%;
    height: 50px;
  }

  .total-basket-table-block {
    padding: 40px;
  }

  .counter {
    margin-bottom: 40px;
  }

  .basket-modal-form__subheading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .basket-modal-wrapper textarea, .choice .text_block, .basket-modal-form__label {
    font-size: 18px;
    line-height: 1.4;
  }

  .form-button--lg {
    font-size: 18px;
    padding: 18px 30px;
    max-width: 406px;
  }

  .contacts-card {
    flex-wrap: wrap;
    align-items: center;
  }

  .contacts-card__text-block {
    width: 100%;
    padding-right: 0;
  }

  .contacts-card__map-block {
    width: 100%;
    flex: initial;
  }

  .registration-form-card .form-button {
    margin-top: 30px;
  }

  .registration-form-card__title {
    font-size: 22px;
  }

  .registration-form-card__text, .registration-form-card .registration-form-card__input {
    font-size: 16px;
  }

  .registration-form-card .registration-form-card__input {
    height: 45px;
  }

  .product-card .counter button {
    width: 40px;
    height: 53px;
  }
  .product-card .counter input[type=text] {
    height: 53px;
  }

  .product-tabs-list {
    flex-wrap: wrap;
  }

  .product-tab-item {
    width: 50%;
  }

  .product-card {
    flex-direction: column;
    align-items: center;
  }

  .product-card__img-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .product-card__text {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .product-card .product-card__button-wrapper {
    align-items: center;
  }

  .product-card .product-card__button-wrapper .counter {
    margin-right: 0;
  }

  .product-card .form-button--lg {
    font-size: 14px;
    padding: 14px 16px;
    width: 214px;
  }

  .product-comparisons-table th {
    display: none;
  }
}
@media (max-width: 702px) {
  .blog-card {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .blog-cards-section {
    margin-right: 0;
    margin-left: 0;
  }

  .check-payments-wrapper {
    flex-wrap: wrap;
  }

  .check-payments-wrapper__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .check-payments-wrapper__item:last-of-type {
    margin-bottom: 0;
  }

  .basket-modal-wrapper textarea {
    padding: 20px;
    height: 180px;
    margin-bottom: 40px;
  }

  .close-modal-button {
    width: 20px;
    height: 20px;
  }
  .close-modal-button img {
    width: 100%;
    height: 100%;
  }

  .basket-modal-wrapper {
    padding: 40px 30px;
  }

  .close-modal-button {
    right: 15px;
    top: 15px;
  }

  .category-wrapper {
    flex-direction: column;
  }

  .category-sidebar-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .category-sidebar-wrapper {
    margin-right: 0;
    width: 100%;
  }

  .category-sidebar-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .category-title {
    width: 100%;
  }

  .payments-card__title {
    font-size: 20px;
  }

  .payments-card__top-text, .payments-card {
    font-size: 14px;
  }

  /*---------*/
  .popular-goods-card {
    width: 100%;
    max-width: 500px;
  }

  .popular-goods-cards-wrapper {
    justify-content: center;
  }

  .primary-vertical-content-space, .content-limit {
    padding-left: 18px;
    padding-right: 18px;
  }

  .popular-goods-card__img-wrapper {
    height: 250px;
  }

  .popular-goods-cards-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .comment-form-block textarea {
    margin-bottom: 30px;
  }

  .form-button--lg {
    font-size: 18px;
  }

  .comment-form-block textarea {
    height: 290px;
    padding: 30px;
  }
}
@media (max-width: 649px) {
  .footer-top-section-item__title {
    border-bottom: none;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
  }
  .footer-top-section-item__title:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 11px;
    background: url("../image/keyboard_arrow_down.png") center no-repeat;
  }

  .footer-top-section-item__title {
    margin-bottom: 16px;
  }

  .footer-top-section {
    margin-right: 0;
    margin-left: 0;
  }

  .footer-top-section-block {
    width: 100%;
  }

  footer .lg-top-horizontal-space {
    padding-top: 60px;
  }

  .subheading, .primary-heading {
    font-size: 24px;
  }

  .category-navigation {
    margin-bottom: 30px;
  }

  .primary-button {
    padding: 20px;
    font-size: 20px;
    max-width: 290px;
  }

  .popular-goods-cards-wrapper, .last-news-cards-wrapper {
    padding-bottom: 30px;
  }

  .comment-author-name {
    font-size: 14px;
  }

  .comment-wrapper__comment-block, .comment-wrapper__rating i, .comment-date {
    font-size: 12px;
  }

  .comment-form-block textarea {
    font-size: 14px;
    padding: 25px;
  }

  .comment-form-name-block {
    flex-direction: column;
  }

  .comment-form-name-block input {
    width: 100%;
  }

  .comment-form-name-label {
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }

  .comment-form-name-block {
    margin-bottom: 15px;
  }

  .comment-form-title {
    margin-bottom: 30px;
  }

  .basket-modal-form__item {
    flex-direction: column;
    align-items: center;
  }

  .basket-modal-wrapper .basket-modal-form__input, .basket-modal-wrapper textarea {
    max-width: 480px;
  }

  .basket-modal-wrapper textarea {
    display: block;
    margin: 0 auto 40px;
  }

  .basket-modal-wrapper .selectboxit-btn {
    width: 480px !important;
    min-width: 480px !important;
  }

  .basket-modal-wrapper .selectboxit-container .selectboxit-list {
    width: 480px !important;
    min-width: 480px !important;
  }

  .basket-modal-form__label {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .basket-modal-form__subheading {
    font-size: 24px;
    text-align: center;
  }

  .basket-modal-form__label--radio {
    margin-bottom: 20px;
  }

  .category-sidebar-item {
    min-height: 91px;
    font-size: 18px;
    padding: 16px;
  }

  .catalog-top-panel {
    margin-bottom: 50px;
  }

  .footer-top-section-item__block {
    display: none;
  }
  .footer-top-section-item__block.active {
    display: block;
  }
}
@media (max-width: 611px) {
  .slick-prev, .slick-next {
    width: 12px;
    height: 20px;
  }

  .primary-contact-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .primary-contact-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .collection-primary-card {
    width: 100%;
    align-items: center !important;
  }

  .total-basket-table-block__discount-item {
    flex-direction: column;
  }

  .total-basket-table-block__discount-label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 13px;
    text-align: center;
  }

  .total-basket-table-block__discount-item {
    margin-bottom: 16px;
  }

  .basket-table-top-item {
    font-size: 13px;
    padding: 10px;
  }

  .basket-table-top-item {
    padding: 10px;
  }

  .basket-table-item__title {
    font-size: 12px;
  }

  .basket-table-item__specifications {
    font-size: 10px;
  }

  .counter button {
    font-size: 16px;
  }

  .counter input[type=text] {
    width: 40px;
    height: 40px;
  }

  .basket-table-item__total-price, .total-basket-table-block__total-price, .basket-table-item__price {
    font-size: 14px;
  }

  .total-basket-table-block__discount-label {
    font-size: 12px;
  }

  .total-basket-table-block {
    padding: 20px;
  }

  .counter {
    margin-bottom: 20px;
  }

  .category-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .breadcrumbs .breadcrumbs_item {
    font-size: 14px;
  }
  .last-news-card {
    flex-direction: column;
    align-items: center;
  }
  .last-news-card__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 558px) {
  .header-top-panel a {
    font-size: 10px;
  }

  .login-button, .mobile-search-block {
    margin-right: 10px;
  }

  header .selectboxit-container {
    margin-right: 10px;
  }

  header .selectboxit-btn {
    width: 60px !important;
    min-width: 60px !important;
  }

  header .selectboxit-container .selectboxit-list {
    width: 60px !important;
    min-width: 60px !important;
  }

  .popular-goods-card__scales-ico-block {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }

  .popular-goods-card, .popular-goods-inner-slide {
    padding: 40px;
  }

  .article__title, .blog-card__title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    display: block;
    width: 100%;
  }

  .article__date, .blog-card__date {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    display: block;
    width: 100%;
  }

  .article__text-wrapper p, .article__text-wrapper, .blog-card__text {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }

  .article-wrapper {
    padding: 30px 20px;
  }

  .blog-card__img-wrapper {
    width: 218px;
    height: 163px;
  }

  .blog-card {
    padding: 30px 20px;
  }

  .blog-card__text-wrapper {
    text-align: center;
  }

  .blog-card__link {
    font-size: 14px;
    line-height: 1.4;
  }

  .popular-goods-section .lg-top-horizontal-space {
    padding-top: 10px;
  }

  .popular-goods-card__img-wrapper {
    width: 206px;
    height: 169px;
    margin-bottom: 16px;
  }

  .rating_star {
    font-size: 16px;
  }

  .popular-goods-card__icons-wrapper {
    margin-bottom: 22px;
  }

  .popular-goods-card__name, .popular-goods-card__appraisals {
    font-size: 18px;
  }

  .popular-goods-card__appraisals {
    margin-bottom: 20px;
  }

  .popular-goods-card__price {
    font-size: 16px;
  }

  .popular-goods-card__button {
    font-size: 14px;
    padding: 15px 30px;
    max-width: 210px;
  }

  .popular-goods-slider-wrapper .slick-dots {
    bottom: -50px;
  }

  .popular-goods-slider-wrapper {
    padding-bottom: 70px;
  }

  .comment-form-block textarea {
    height: 113px;
    line-height: 1.4;
  }

  .comment-form-title {
    font-size: 25px;
  }

  .subheading, .primary-heading {
    font-size: 22px;
  }

  .subheading:before {
    width: 47px;
  }

  .subheading {
    padding-left: 60px;
  }

  .subheading:after {
    left: 18px;
  }

  .comment-wrapper {
    margin-bottom: 20px;
  }

  .basket-table-item:before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 18px;
  }

  .basket-table-top-block {
    display: none;
  }

  .basket-table-block {
    flex-wrap: wrap;
  }

  .basket-table-item:nth-child(1), .basket-table-item:nth-child(2), .basket-table-item:nth-child(3) {
    width: 100%;
  }

  .basket-table-item__text-block {
    text-align: center;
  }

  .basket-table-item {
    padding: 15px;
  }

  .basket-table-item__title {
    font-size: 14px;
  }

  .basket-table-item__specifications {
    font-size: 12px;
  }

  .basket-table-item__total-price, .total-basket-table-block__total-price, .basket-table-item__price {
    font-size: 16px;
  }

  .total-basket-table-block__discount-label {
    font-size: 14px;
  }

  .basket-modal-wrapper .selectboxit-btn {
    width: 360px !important;
    min-width: 360px !important;
  }

  .basket-modal-wrapper .selectboxit-container .selectboxit-list {
    width: 360px !important;
    min-width: 360px !important;
  }

  .basket-modal-wrapper .basket-modal-form__input, .basket-modal-wrapper textarea {
    width: 360px;
  }

  .filter-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .filter-label {
    font-size: 18px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .filter-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumbs {
    padding-top: 30px;
  }

  .payments-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .payments-card__img-wrapper {
    margin-right: 0;
    width: 55px;
    padding: 0;
    margin-bottom: 25px;
  }

  .payments-card {
    padding: 30px 15px;
  }

  .product-card__img-wrapper {
    max-width: 300px;
    width: 100%;
  }

  .product-tab-block-text-wrapper {
    font-size: 16px;
  }

  .primary-review-slide p {
    font-size: 14px;
  }

  .footer-top-section-item__title {
    margin-bottom: 0;
  }

  .footer-top-section-block {
    margin-bottom: 16px;
  }

  .product-comparisons-table__button-wrapper {
    flex-direction: column;
  }

  .product-comparisons-table__delete-ico-block {
    margin-top: 15px;
    margin-left: 0;
  }

  .authorization-page-section .registration-form-card__title {
    font-size: 20px;
  }
  .authorization-page-section .registration-form-card__text, .authorization-page-section .registration-form-card .registration-form-card__input {
    font-size: 12px;
  }
  .authorization-page-section .forget-password-card-wrapper .registration-form-card__text {
    margin-bottom: 20px;
  }
  .authorization-page-section .registration-form-card__label, .authorization-page-section .forget-password-link {
    font-size: 14px;
  }
  .authorization-page-section .registration-form-card .form-button {
    margin-top: 20px;
    font-size: 14px;
  }
  .authorization-page-section .registration-form-card {
    padding: 30px 20px;
  }

  .popular-goods-card__delete-ico-block {
    left: 10px;
    top: 10px;
    font-size: 22px;
  }

  .popular-goods-card__like {
    font-size: 20px;
  }

  .successful-order-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .successful-order-text {
    font-size: 14px;
  }
}
@media (max-width: 521px) {
  .category-card {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .category-cards-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .category-navigation-item {
    margin: 12px 10px;
    min-width: calc(50% - 20px);
    font-size: 12px;
    padding: 14px;
    width: calc(50% - 20px);
  }

  .category-navigation {
    justify-content: space-between;
  }

  .reviews-slider-wrapper {
    margin-bottom: 20px;
  }

  .category-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .catalog-top-panel {
    margin-bottom: 30px;
  }

  .product-card {
    padding: 24px 20px;
  }

  .product-card__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .product-card__text-item, .product-card__price {
    font-size: 16px;
  }

  .product-card__price-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-card .form-button--lg {
    margin: 15px 0 0 0;
  }

  .product-tab-item {
    font-size: 14px;
    padding: 20px;
  }

  .product-card {
    margin-bottom: 30px;
  }

  .product-comparisons-table td, .popular-goods-card__price {
    font-size: 12px;
    padding: 16px;
  }

  .product-comparisons-table__button-wrapper .popular-goods-card__button {
    font-size: 12px;
    padding: 10px;
  }

  .product-comparisons-table__delete-ico-block {
    font-size: 20px;
  }

  .product-comparisons-table .rating_star {
    font-size: 12px;
  }

  .category-card {
    min-height: 200px;
  }
}
@media (max-width: 420px) {
  .last-news-card {
    flex-direction: column;
    align-items: center;
  }

  .last-news-card__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .burger-button-wrapper {
    padding: 16px;
  }

  .header-navigation-item {
    font-size: 12px;
    padding: 20px;
  }

  .lg-top-horizontal-space {
    padding-top: 40px;
  }

  .lg-bottom-horizontal-space {
    padding-bottom: 40px;
  }

  #search_modal {
    padding: 50px 30px;
  }
  #search_modal .close-modal-button {
    width: 30px;
    right: 5px;
    top: 5px;
    height: 30px;
  }
  #search_modal .close-modal-button img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
  }
  #search_modal .modal-search-button {
    margin-left: 18px;
  }

  .last-news-card__heading-wrapper {
    flex-direction: column-reverse;
  }

  .form-button--lg {
    font-size: 14px;
    padding: 19px 25px;
  }

  .basket-modal-wrapper .selectboxit-btn, .basket-modal-wrapper textarea {
    width: 280px !important;
    min-width: 280px !important;
  }

  .basket-modal-wrapper .selectboxit-container .selectboxit-list {
    width: 280px !important;
    min-width: 280px !important;
  }

  .basket-modal-wrapper .basket-modal-form__input, .basket-modal-wrapper textarea {
    width: 280px;
  }

  .pagination-wrapper a, .pagination-wrapper .pagination-item {
    font-size: 16px;
  }

  .catalog-top-panel .filter-input {
    width: 116px;
  }

  .filter-input-divider {
    width: 21px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .reset-filter-button, .catalog-search-button {
    margin: 0;
    width: 100%;
  }

  .catalog-search-button {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .category-sidebar-item {
    min-height: 80px;
    font-size: 14px;
  }

  .category-sidebar-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .contacts-card__contact-item, .contacts-card__text-block, .contacts-card__schedule {
    font-size: 14px;
  }

  .contacts-card__text-block {
    align-items: center;
    text-align: center;
  }

  .contacts-card__description {
    text-align: center;
  }

  .contacts-card__title {
    margin-bottom: 20px;
  }

  .registration-form-card .form-button--lg {
    padding: 11px 20px;
  }

  .forget-password-card-wrapper .form-button--lg {
    margin-top: 0;
  }

  .registration-form-card {
    padding: 30px 23px;
  }

  .registration-form-card__title {
    font-size: 20px;
  }

  .registration-form-card__text, .registration-form-card .registration-form-card__input, .registration-form-card__label {
    font-size: 14px;
  }

  .breadcrumbs .breadcrumbs_item {
    font-size: 12px;
  }

  .breadcrumbs .breadcrumbs_item {
    padding-right: 16px;
  }

  .breadcrumbs .breadcrumbs_item:before {
    font-size: 20px;
    line-height: 1.3;
    left: -8px;
  }

  .product-tab-block-text-wrapper {
    font-size: 14px;
    text-align: center;
  }

  .product-tab-block-text-wrapper {
    margin-bottom: 10px;
  }

  .search-cards-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .total-basket-table-block__buttons-wrapper .form-button--lg {
    width: 100%;
  }

  .basket-modal-wrapper .selectboxit-btn, .basket-modal-wrapper textarea {
    width: 250px !important;
    min-width: 250px !important;
  }

  .basket-modal-wrapper .selectboxit-container .selectboxit-list {
    width: 250px !important;
    min-width: 250px !important;
  }

  .basket-modal-wrapper .basket-modal-form__input, .basket-modal-wrapper textarea {
    width: 250px;
  }

  .basket-modal-form__subheading {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .modal-wrapper textarea, .choice .text_block, .basket-modal-form__label {
    font-size: 12px;
  }

  .basket-modal-wrapper .basket-modal-form__input {
    height: 45px;
    padding: 10px;
  }

  .basket-modal-wrapper .selectboxit-container span, .basket-modal-wrapper .selectboxit-container .selectboxit-options a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
  }

  .basket-modal-wrapper .selectboxit-container * {
    font-size: 12px;
  }

  .basket-modal-wrapper textarea {
    font-size: 12px;
  }

  .basket-modal-wrapper {
    padding: 40px 20px;
  }

  .check-payments-wrapper__item {
    margin-bottom: 10px;
    text-align: center;
  }

  .check-payments-wrapper {
    margin-bottom: 20px;
  }

  .basket-modal-form__label--radio {
    margin-bottom: 20px;
  }

  .pagination-wrapper a, .pagination-wrapper .pagination-item {
    font-size: 14px;
  }

  .category-title {
    font-size: 18px;
  }

  .product-tab-item {
    font-size: 12px;
  }

  .category-wrapper .popular-goods-card{
    margin: 0 0 20px;
  }
}
@media (max-width: 787px) {
	
	
	a.header-phone {
  font-size: 14px!important;margin-right: 0;
}
.header-phone>img{
	display:none;
}
.header-phone.vb{font-size:0!important;}
.header-phone.vb>img{display:block;width: 50px;
max-width: fit-content;
margin-right: 5px;
margin-left: 5px;}
header .selectboxit-container {
  margin-right: 5px;
}
.header-top-panel .content-limit {
  padding-left: 10px;
  padding-right: 10px;
}
	.wrapper .alert .alert-footer a{
		padding: 10px;
    text-align: center;
    font-size: 15px;
    width: 48%;
    line-height: 18px;		
	}
	.wrapper .alert .alert-footer button{
		padding: 10px;
    text-align: center;
    font-size: 15px;
		    font-weight: normal;
    line-height: 18px;
    width: 48%;
	}
	.wrapper .alert .alert-footer{    margin-top: 40px;}
	.wrapper .alert.alert-dismissible {
    top: 20%;
    width: 90%;
    transform: translate(5%,0%);
    padding: 12px;
    font-size: 18px;
}
	select.select-language{
		background: #26C6DA;
	}
	.article-inner-block, .article__text-wrapper{
		width:100%;
	}
	.article__text table{width: 100% !important;}
	.product-tab-item {
    width: 33%;
}
.product-tab-block-text-wrapper{
	    display: flex;
    flex-wrap: wrap;
}
#button-review{
	    width: auto;    max-width: 100%;
}
}

/*# sourceMappingURL=mediaqueries.css.map */
@supports (-ms-ime-align: auto) {
  /*  Edge */ }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE-11 */ }

/*# sourceMappingURL=ie_style.css.map */
@charset "UTF-8";
/* CSS Document */
.catalog-page-section {
    padding-bottom: 50px;
}
.popular-goods-card__like{
    cursor: pointer;
}
.popular-goods-card__like.popular-goods-card__like--like i{
    color: #26C6DA;
}
.popular-goods-card__scales-ico-block {
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
}
.popular-goods-card__scales-ico-block.popular-goods-card__scales-ico-block--like {
    background: yellow;
}

.last-news-card__img-wrapper img{
    object-fit: cover;
}
.last-news-card__img-wrapper a{
    display: flex;
    width: 100%;
    height: 100%;
}
.last-news-card__heading-wrapper {
    flex-wrap: wrap;
}
.last-news-card__title {
    width: 100%;
}

.category-child {
    font-size: 18px;
    background: rgba(239, 239, 239, 0.6);
}

.category-cards-wrapper .popular-goods-card__img-wrapper {
    width: 100%;
}

.popular-goods-card__img-wrapper {
    width: 100%;
}

.basket-table-block {
    padding-left: 20px;
    padding-right: 80px;
    position: relative;
}
.basket-table-top-block {
    padding-right: 80px;
}
.basket-table-item__delete-ico-block {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.basket-table-item__delete-ico-block i {
    font-size: 30px;
    color: #F80000;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.basket-table-item__delete-ico-block:hover i{
    color: #d10b0b;
}
@media (max-width: 951px) {
    .basket-table-block {
        padding-right: 60px;
    }
    .basket-table-top-block {
        padding-right: 60px;
    }
    .basket-table-item__delete-ico-block {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 18px;
    }
    .basket-table-item__delete-ico-block i {
        font-size: 24px;
    }
}
@media (max-width: 558px) {
    .basket-table-block {
        padding-right: 0;
        padding-left: 0;
    }
    .basket-table-item__delete-ico-block {
        top: 10px;
        transform: translateY(0);
    }
}
.article-inner-block {
    flex-direction: column;
}
.article__img-wrapper {
    width: 100%;
    margin: 20px auto;
}
@media (max-width: 1477px) {
   .article__img-wrapper {
    width: 100%;
} 
}
.basket-modal-wrapper .basket-modal-form__input{
    border: 2px solid #343a40;
}

/* mastersnov */
.popular-goods-card__name{
    margin-bottom: 15px;
}
.popular-goods-card__quantity{
    font-weight: 600;
    margin-bottom: 10px;
}

.alert-dismissible{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.popular-goods-card__like{
    margin-left: auto;
}
.popular-goods-card__scales-ico-block{
    top: 365px;
    right: auto;
    left: 75px;
}
.category-cards-wrapper .popular-goods-card__scales-ico-block{
    top: 20rem;
    left: 2.25rem;
}
@media (max-width: 1677px){
    .category-cards-wrapper  .popular-goods-card__scales-ico-block{
        top: 18.5rem;
        left: 1.25rem;
    }
}
@media (max-width: 1615px){
    .popular-goods-card__scales-ico-block{
        top: 320px;
        left: 45px;
    }
}
@media (max-width: 877px){
    .popular-goods-card__scales-ico-block{
        top: 295px;
    }
}
@media (max-width: 702px){
    .popular-goods-card__scales-ico-block{
        top: 345px;
    }
}
@media (max-width: 558px){
    .popular-goods-card__scales-ico-block{
        top: 220px;
        width: 45px;
        height: 45px;
    }
    .category-cards-wrapper  .popular-goods-card__scales-ico-block{
        top: 215px;
        width: 55px;
        height: 55px;
    }
}

.product-card__img-wrapper{
    height: auto;
    position: relative;
}
.product-card__thumb-slide{
    height: 160px;
}
@media (max-width: 1111px){
    .product-card__thumb-slide{
        height: 100px;
    }
}
.product-card__thumb-slide a{
    display: block;
    height: 100%;
}
.product-card__thumb-slide img{
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.ms-basket-table-item__title{
    display: none;
}
@media (max-width: 558px) {
    .basket-table-top-block{
        display: flex;
        padding: 0 18px;
    }
    .basket-table-top-item{
        padding: 10px 0;
    }
    .basket-table-top-item:nth-child(1){
        text-indent: -9999px;
        line-height: 0;
    }
    .basket-table-top-item:nth-child(1):before {
        content: attr(title);
        line-height: 1;
        text-transform: none;
        font-weight: 600;
        text-indent: 0;
        margin-bottom: 0;
    }
    .basket-table-block{
        padding: 32px 18px 18px; 
    }
    .basket-table-item:not(.basket-table-top-item:nth-child(1)):before{
        display: none;
    }
    .basket-table-item:nth-child(1), .basket-table-item:nth-child(2) {
        width: 40%;
    }
    .basket-table-item:nth-child(3) {
        width: 20%;
    }

    .basket-table-item__title{
        margin-bottom: 0;
    }
    .basket-table-item__img-wrapper{
        margin-bottom: 0;
    }
    .basket-table-item__text-block{
        display: none;
    }

    .counter{
        margin-bottom: 0;
    }
    .basket-table-item__price{
        display: none;
    }
    
    .ms-basket-table-item__title{
        display: block;
        text-align: left;
    }
}

@media (max-width: 420px){
    .basket-table-top-block{
        padding: 0 10px;
    }
    .basket-table-block{
        padding: 32px 10px 10px; 
    }
    .counter input[type=text]{
        width: 30px;
        padding: 0;
    }
}

.is-hidden{
    display: none;
}
.category-container{
	display: none;
}
@media (max-width: 702px){
    .category-sidebar-wrapper {
        display: none;
    }
    .category-sidebar-wrapper.active{
        display: block;
    }

    .category-sidebar-item{
        width: 100%;
        min-height: initial;
    }

    .category-title{
        display: none;
    }

		.category-container.active{
			display: block;
		}
}

.simple-content{
    width: 100%;
}

.required .control-label::after{
    content: '*';
    font-size: 1.5em;
    color: red;
    font-weight: bold;
    line-height: 1;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 102;
}

/* end ms */

header .selectboxit-container * {
    font-size: 16px;
}
.header-top-panel a {
    font-size: 16px;    
}
@media (max-width: 521px) {
    .product-comparisons-table td, .popular-goods-card__price {
    font-size: 19px;
    padding: 12px;
}
}

@media (max-width: 877px) {
    .popular-goods-card__price {
    font-size: 25px;
}
}
.popular-goods-card__price {
    font-weight: 700;
    font-size: 30px;
}
.primary-content-block-section p {
    font-size: 16px;
}
.category-cards-wrapper .popular-goods-card__img-wrapper {
    width: 100%;
    height: 17.5rem;
}
@media (max-width: 1677px) {
    .category-cards-wrapper .popular-goods-card {
    padding: 15px 10px;
}
}
.popular-goods-card__name {
    margin-bottom: 15px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*height: 120px;*/
    width: 100%;
}
@media (max-width: 1024px) {
.popular-goods-card__name {
    /*margin: 5px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*height: 70px;*/
}
}
.category-sidebar-wrapper {
    width: 290px;
    margin-right: 35px;
}
.category-title {
    width: 310px;
    margin-bottom: 50px;
}
.primary-heading {
    margin-bottom: 1.5rem;
}
.popular-goods-card__icons-wrapper {
    margin-bottom: 0.5rem;
}
@media (max-width: 1677px) {
    .category-cards-wrapper .popular-goods-card__icons-wrapper {
    margin-bottom: 0.625rem;
}
}
@media (max-width: 558px) {
    .category-cards-wrapper .popular-goods-card__scales-ico-block {
        width: 4.375rem;
        top: 18.5rem;
}
}
/*@media (max-width: 1677px) {*/
/*    .popular-goods-card__name {*/
/*        height: 4.2rem;*/
/*    }*/
/*}*/
@media (max-width: 428px) {
    .category-cards-wrapper .popular-goods-card__like {
    font-size: 0;
}
}
.popular-goods-card__img-wrapper {
    margin-bottom: 0.5rem;
}
/*@media (max-width: 500px) {*/
/*    .popular-goods-card__name {*/
/*    height: 4.7rem;*/
/*}*/
/*}*/
/*@media (max-width: 1677px) {*/
/*    .category-cards-wrapper .popular-goods-card__name {*/
/*    font-size: 1.2rem;*/
/*}*/
/*}*/
.scrollup {
    width: 65px;
}
.social img {
    width: 32px;
    margin-left: 5px;
}
.payments-card__img-wrapper {
    height: 200px;
}

.popular-goods-cards-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.popular-goods-card {
    padding: 10px 8px;
    width: calc(25% - 10px);
    margin: 0 5px 10px;
    position: relative;
}

.category-cards-wrapper .popular-goods-card {
    padding: 0 0 10px 0;
}

.popular-goods-card__like {
    font-size: 0;
}

.popular-goods-card__icons-wrapper {
    margin-bottom: 26px;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
}

.popular-goods-card__like i:before {
    color: red;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    font-size: 22px;
    padding: 5px;
    background: #ffffff;
}

.popular-goods-card__name {
    font-weight: 700;
    font-family: "Eastman Condensed";
    /*font-size: 30px;*/
    font-size: 23px;
    font-style: normal;
    padding: 0 5px;
    color: rgb(0, 0, 0);
}

.popular-goods-card__name a {
    display: block;
    text-align: left;
    width: 100%;
}

.popular-goods-card-help-text-wrap {
    width: 100%;
}

.popular-goods-card__name_second-text {
    font-family: "Eastman Condensed";
    font-weight: 400;
    line-height: 17px;
    color: rgb(0, 0, 0);
    text-align: left;
    margin-bottom: 3px;
    text-align: left;
    width: 100%;
    padding: 0 5px;
    font-size: 23px;
}

.popular-goods-card__quantity {
    font-family: "Eastman Condensed";
    font-weight: 400;
    font-size: 23px;
    text-align: left;
    width: 100%;
    padding: 0 5px;
    color: rgb(0, 0, 0);
}

.popular-goods-card__price {
    font-family: "Venryn Sans";
    font-weight: 400;
    margin-bottom: 0;
    text-transform: lowercase;
}

.popular-goods-card__button {
    font-family: "Cera CY";
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff !important;
    background: rgb(83, 198, 213);
    border-radius: 45px;
    width: 70%;
    padding: 12px 20px 15px;
    font-size: 29px;
    line-height: 28px;
}

.popular-goods-card__button.not-have-quantity {
    font-size: 20px;
    line-height: 28px;
    width: 85%;
    padding: 12px 10px 15px;
}

@media (max-width: 1530px) {
    .category-cards-wrapper .popular-goods-card {
        width: calc(33.3333% - 10px);
    }
    .popular-goods-card {
        width: calc(33.3333% - 10px);
    }
}

@media (max-width: 1200px) {
    .category-cards-wrapper .popular-goods-card {
        width: calc(50% - 10px);
    }
    .popular-goods-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 1060px) {
    .category-cards-wrapper .popular-goods-cards-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }
    .category-cards-wrapper .popular-goods-card {
        width: calc(50% - 10px);
    }
    .popular-goods-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .popular-goods-card__button {
        font-size: 25px;
    }
    .popular-goods-card__button.not-have-quantity {
        font-size: 20px;
        line-height: 28px;
        padding: 12px 5px 15px;
        width: 80%;
    }
}

@media (max-width: 650px) {
    .popular-goods-card__button {
        max-width: 210px;
    }
}

@media (max-width: 560px) {
    /*.category-cards-wrapper .popular-goods-card {*/
    /*    width: 100%;*/
    /*}*/
    /*.popular-goods-card {*/
    /*    width: 100%;*/
    /*}*/
    .popular-goods-card__button {
        max-width: 310px;
    }

    .popular-goods-card__name{
        font-size: 16px !important;
        padding: 0 10px;
    }

    .popular-goods-card__name_second-text {
        font-size: 17px;
        padding: 0 10px;
    }
    .category-cards-wrapper .popular-goods-card {
        padding: 0 1px 10px;
    }

    .popular-goods-card__quantity {
        font-size: 17px;
        padding: 0 10px;
    }
    .popular-goods-card__price {
        font-size: 20px;
        line-height: 1;
    }
    .category-cards-wrapper .popular-goods-card__img-wrapper {
        height: 172px;
        /*padding: 10px 8px 0;*/
    }

    .product-comparisons-table td, .popular-goods-card__price {
        padding: 4px !important;
    }
    .popular-goods-card__button {
        padding: 11px 20px 13px;
        font-size: 18px;
        line-height: 19px;
        width: 70%;
    }

    .popular-goods-card__button.not-have-quantity {
        padding: 13px 7px 13px;
        font-size: 16px;
        line-height: 18px;
        width: 100%;
    }
}

@media (max-width: 460px) {
    /*.popular-goods-card__button {*/
    /*    max-width: 320px;*/
    /*    width: 90%;*/
    /*    font-size: 21px;*/
    /*}*/

}

@media (max-width: 390px) {
    .category-cards-wrapper .popular-goods-card {
        width: calc(50% - 10px);
    }
    .category-cards-wrapper .popular-goods-card__img-wrapper {
        height: 17.5rem;
    }
    .popular-goods-card {
        width: calc(100% - 10px);
    }
    .popular-goods-card__button {
        width: 70%;
    }
}

.popular-goods-card__delete-ico-block {
    top: 20px;
    left: 20px;
    z-index: 2;
    font-size: 0;
}

.popular-goods-card__delete-ico-block a {
    font-size: 0;
}

.popular-goods-card__delete-ico-block a i:before {
    font-size: 22px;
}


/* Верхній хедер */
.top-header {
    background-color: #f0f0f0;
    /*padding: 8px 11px;*/
    padding: 5px 16px 8px;
}

.top-header .contact-info {
    display: flex;
    align-items: center;
    gap: 35px;
}

.top-header .top-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .contact-info span {
    font-family: "Gotham Pro";
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: -0.2px;
}

.top-header .contact-and-social-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.top-header .contact-phone a {
    font-family: "Gotham Pro";
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: -0.2px;
    text-decoration: none;
    display: flex;
    align-items: end;
    gap: 7px;
}

.top-header .contact-phone a img {
    width: 20px;
}

.top-header .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-header .social-icons a {
    /*margin-left: 10px;*/
}

.top-header .social-icons img {
    width: 26px;
}

.top-header .social-icons a.viber-link img {
    width: 30px;
}

.top-header .select-language {
    font-family: "Gotham Pro";
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: -0.2px;
}

header .selectboxit-container * {
    font-family: "Gotham Pro";
    font-size: 21px;
    color: #000000;
    font-weight: 300;
}

header .selectboxit-arrow-container:before {
    content: "";
    width: 30px;
    height: 100%;
    display: block;
    background: url("../image/icon-arrow-chevron-down.svg") center no-repeat;
}

.top-header .select-language option {
    font-family: "Gotham Pro";
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: -0.2px;
}

    /* Основний хедер */
.main-header {
    background-color: #53c6d5;
    /*padding: 20px 0;*/
    top: 43px;
    z-index: 101;
    /*padding: 5px 9px 4px;*/
    padding: 0 9px 0;
}

.main-header .main-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    margin-right: 33px;
    @media (max-width: 1770px) {
        margin-right: 15px;
    }
}

.logo img {
    width: 250px;
}

.main-nav {
    margin-right: 4px;
}

.main-nav ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

.main-nav ul li {
    /*margin-right: 26px;*/
    padding: 21px 25px;
    cursor: pointer;
    @media (max-width: 1770px) {
        padding: 21px 9px;
    }
}

.main-nav ul li:first-child {
    /*padding-left: 0;*/
}

.main-nav ul li a {
    color: #fff;
    text-decoration: none;
    /*font-size: 22.5px;*/
    font-size: 18.5px;
    font-weight: 400;
    font-family: "Venryn Sans";
}

.main-nav ul li:hover {
    background: #f0f0f0;
}

.main-nav ul li:hover a {
    color: #000000;
}

.main-nav .dropdown:hover .dropdown-menu {
    display: flex;
}

.main-nav ul .dropdown-menu {
    display: none;
    /*display: flex;*/
    position: fixed;
    top: 110px;
    background-color: #f0f0f0;
    list-style-type: none;
    /*padding: 10px;*/
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    width: 92.5%;
    left: 3.7%;
    border-radius: 51px;

    /*height: 80vh;*/
    height: auto;
}

.main-nav ul .parent.active .dropdown-menu .sub-menu a:after {
    display: none;
}

.dropdown-menu li {
    margin-bottom: 10px;
}

.main-nav ul .dropdown-menu .sub-menu {
    /*width: 33.33333%;*/

}

.main-nav ul .dropdown-menu .sub-menu ul {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding-left: 0;
}

.main-nav ul .dropdown-menu .sub-menu .dropdown-item {
    font-size: 21.3339px;
    font-family: "Venryn Sans";
    font-weight: 400;
}

.main-nav ul .dropdown-menu .sub-menu li {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}

.main-nav ul .dropdown-menu .sub-menu .dropdown-item:hover {

}

.main-nav ul .dropdown-menu .sub-menu ul .dropdown-item:hover {
    background-color: #53c6d5;
    color: #ffffff;
}

.main-nav ul .dropdown-menu .sub-menu .dropdown-item.help-color-text {
    font-family: "Cera CY";
    font-weight: 700;
    font-style: normal;
    font-size: 21.3339px;
    cursor: pointer;
}

.main-nav ul .dropdown-menu .sub-menu span.dropdown-item {
    font-family: "Cera CY";
    font-weight: 700;
    font-style: normal;
    font-size: 21.3339px;
    cursor: default;
}

.main-nav ul .dropdown-menu .sub-menu span.dropdown-item:hover  {
    background: none;
}

.search-container {
    display: flex;
}

.main-nav ul li .dropdown-menu a {
    color: #333;
    text-decoration: none;
}








.navbar-nav-new {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

.navbar-nav-new li {
    position: relative;
    padding: 21px 25px;
    cursor: pointer;
}

.navbar-nav-new li a {
    color: #fff;
    text-decoration: none;
    font-size: 18.5px;
    font-weight: 400;
    font-family: "Venryn Sans";
    cursor: pointer;
}

.navbar-nav-new li:hover {
    background: #f0f0f0;
}

.navbar-nav-new li:hover a {
    color: #000;
}

.dropdown-menu {
    display: none;
    position: fixed;
    top: 110px;
    /*left: 0;*/
    background-color: #f0f0f0;
    /*padding: 15px;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); !* Тень *!*/
    /*width: 200px; !* Ширина меню *!*/
    /*z-index: 1000; !* Слой *!*/
    list-style-type: none;
    /* padding: 10px; */
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 92.5%;
    left: 3.7%;
    border-radius: 51px;
    /* height: 80vh; */
    height: auto;
}

.navbar-nav-new .dropdown-menu .sub-menu li {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}

.navbar-nav-new .dropdown-menu .dropdown-submenu ul {
    list-style: none;

}

.navbar-nav-new .dropdown-menu .dropdown-submenu ul li {
    padding: .25rem 1.5rem;
}

/*.navbar-nav-new .dropdown-menu .sub-menu span.dropdown-item,*/
/*.navbar-nav-new .dropdown-menu .sub-menu a.dropdown-item {*/
/*    font-family: "Cera CY";*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-size: 21.3339px;*/
/*    cursor: default;*/
/*}*/

.navbar-nav-new li:hover .dropdown-menu {
    display: flex;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    left: 100%; /* Сдвинуть подменю вправо */
    top: 0;
    display: none; /* Скрыть подменю по умолчанию */
}

.dropdown-submenu:hover .dropdown-menu {
    display: block; /* Показать подменю при наведении */
}

.dropdown-item {
    color: #333; /* Цвет текста для элементов меню */
    text-decoration: none; /* Убрать подчеркивание */
}

.dropdown-item:hover {
    background-color: #53c6d5; /* Цвет фона для элементов при наведении */
    color: #ffffff; /* Цвет текста при наведении */
}

.navbar-nav-new .dropdown-menu .sub-menu {
    width: 100%;
    display: flex;
}

.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu {
    /*width: 33.33333%;*/

    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu.hide span.dropdown-item-span {
    display: none;
}

.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu.hide ul li a span.dropdown-item-span {
    display: block;
}


.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu .dropdown-item-span {
    font-family: "Cera CY";
    font-weight: 700;
    font-style: normal;
    font-size: 21.3339px;
    cursor: default;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu ul li {
    padding: 0;
}

.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu ul li a span.dropdown-item-span {
    font-size: 21.3339px;
    font-family: "Venryn Sans";
    font-weight: 400;
    color: #333;
    text-decoration: none;

    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}


.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu ul li a span.dropdown-item-span:hover {
    background-color: #53c6d5;
    color: #ffffff;
}


.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu .dropdown-item .dropdown-item-span {
    padding: 0;
}

.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu .dropdown-item:hover {
    background-color: #53c6d5;
    color: #ffffff;
}

.navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu .dropdown-item:hover .dropdown-item-span {
    color: #ffffff;
    cursor: pointer;
}

    .search-container input {
        padding: 5px;
        border: none;
        border-radius: 72px 0 0 72px;
        outline: none;

        font-family: "Gotham Pro";
        font-size: 16px;
        color: rgb(0, 0, 0);
        font-weight: 300;
        line-height: 15px;

        width: 90%;
    }

    .search-block {

    }

    .search-block .search-form {
        display: flex;
        align-items: center;
        border-radius: 72px;
        background-color: #fff;
        width: 400px;
    }

    .search-container button {
        padding: 3px 10px;
        background: #53c6d5;
        border: none;
        border-radius: 72px;
        cursor: pointer;
        position: relative;
        color: #ffffff;
        margin-right: 2px;
    }

    .search-block .search-form .search-ico {
        width: 18px;
        margin-left: 18px;
        margin-right: 4px;
    }

    /*.search-container button:after {*/
    /*    content: '';*/
    /*    width: 100%;*/
    /*    background: #53c6d5;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*}*/

    .user-cart a {
        margin-left: 15px;
    }

    .user-cart img {
        width: 35px;
    }

    header .selectboxit-container .selectboxit-list {
        z-index: 200;
    }

    /*.main-header .search-container .mobile-search-block {*/
    /*    margin-right: 0;*/
    /*}*/

    /*.main-header .main-header-wrap .search-container-mobile {*/
    /*    display: none;*/
    /*}*/

    /*.main-header .main-header-wrap .search-container-mobile .search-block {*/
    /*    display: none;*/
    /*}*/

    /*.main-header .main-header-wrap .search-container-mobile {*/
    /*    display: none;*/
    /*}*/

    /*.main-header .main-header-wrap .search-container-mobile .mobile-search-block {*/
    /*    display: none;*/
    /*}*/

    .search-container.container-desktop-search {
        display: block;
    }

    .search-container-mobile {
        display: none;
    }

    .main-header-wrap .menuToggle {
        display: none;
    }

    .phone-mobile-wrap {
        display: none;
    }

    .contact-mobile-info {
        display: none;
    }

    .language-mobile-wrap {
        display: none;
    }

    .main-nav li.active a {
        position: relative;
    }

    .main-nav li.active a:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        bottom: 1px;
        left: 0;
    }

    .main-nav li.active:hover a:after {
        background: #000000;
    }

    .main-nav li.active .dropdown-menu ul li .dropdown-item:after {
        display: none;
    }

    .main-nav ul .dropdown-menu .sub-menu .dropdown-item.help-color-text:hover {
        background-color: #53c6d5;
        color: #ffffff;

    }

    .main-nav li.active a.help-color-text:after {
        display: none;
    }


    .main-nav ul .dropdown-menu .sub-menu span.dropdown-item:active {
        background: none;
        color: #000000;
    }

    .main-nav ul .dropdown-menu .sub-menu span.dropdown-item.active {
        background: none;
        color: #000000;
    }

    .main-nav ul .dropdown-menu .sub-menu a.dropdown-item.active {
        background: none;
        color: #000000;
    }

.main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .parent ul li.bold a span {
    font-weight: 700;
    font-family: "Cera CY";
}

    @media (max-width: 1504px) {
        .search-block .search-form {
            width: 315px;
        }
    }

    @media (max-width: 1419px) {
        .main-header .search-container .mobile-search-block {
            margin-right: 0;
        }

        .phone-mobile-wrap {
            display: block;
        }

        .language-mobile-wrap {
            display: block;
        }

        .contact-mobile-info {
            display: block;
        }

        .main-header .main-header-wrap .main-nav {
            display: none;
        }


        .search-container.container-desktop-search {
            display: none;
        }

        .search-container-mobile {
            display: block;
        }

        .search-container-mobile .search-block {
            display: none;
        }

        /*.main-header .main-header-wrap .search-container {*/
        /*    display: none;*/
        /*}*/

        .main-header .main-header-wrap .mobile-search-block {
            margin-right: 0;
            /*display: none;*/
        }

        .main-header .main-header-wrap .mobile-search-block .mobile-search-button {
            margin-left: 0;
        }

        /*.main-header .main-header-wrap .search-container-mobile {*/
        /*    display: block;*/
        /*}*/

        .main-header .main-header-wrap .search-container-mobile .mobile-search-block {
            display: block;
        }

        .main-header .main-header-wrap .user-cart {
            display: flex;
        }

        .top-header .top-header-wrap .contact-info {
            display: none;
        }

        .top-header .top-header-wrap .contact-and-social-wrap {
            /*flex-direction: row-reverse;*/
            justify-content: space-between;
            width: 100%;
            gap: 0;
        }

        .top-header .top-header-wrap {
            justify-content: center;
        }

        .top-header .top-header-wrap .language-mobile-wrap {
            display: flex;
            order: 3;
        }

        .top-header .top-header-wrap .language-wrap {
            display: none;
        }

        .top-header .top-header-wrap .contact-phone {
            order: 2;
        }

        .top-header .top-header-wrap .social-icons {
            order: 1;
        }

        .top-header .top-header-wrap .selectboxit-text {
            max-width: 50px !important;
        }

        .btn2 {
            position: relative;
            width: 40px;
            height: 60px;
            /*top: 100px;*/
            /*left: 120px;*/
            transition-duration: 0.5s;
        }
        .btn2 .icon {
            transition-duration: 0.5s;
            position: absolute;
            height: 5px;
            width: 40px;
            top: 30px;
            background-color: #ffffff;
            border-radius: 3px;
        }
        .btn2 .icon:before {
            transition-duration: 0.5s;
            position: absolute;
            width: 40px;
            height: 5px;
            background-color: #ffffff;
            content: "";
            top: -12px;
            border-radius: 3px;
        }
        .btn2 .icon:after {
            transition-duration: 0.5s;
            position: absolute;
            width: 40px;
            height: 5px;
            background-color: #ffffff;
            content: "";
            top: 12px;
            border-radius: 3px;
        }
        .btn2.open .icon {
            transition-duration: 0.5s;
            background: transparent;
        }
        .btn2.open .icon:before {
            transform: rotateZ(45deg) scaleX(1.25) translate(3px, 12px);
        }
        .btn2.open .icon:after {
            transform: rotateZ(-45deg) scaleX(1.25) translate(5px, -13px);
        }
        .btn2:hover {
            cursor: pointer;
        }

        .main-header .main-header-wrap .main-nav {
            position: absolute;
            /*width: 100%;*/
            width: 85%;
            /*height: calc(100vh - 50px);*/
            height: 90vh;
            background: #ffffff;
            top: 60px;
            left: -100%;
            transition: 0.5s;
            padding-top: 15px;
        }

        .phone-mobile-wrap {
            padding: 10px 20px;
            color: rgb(83, 198, 213);
        }

        .phone-mobile-wrap a {
            font-size: 17px;
        }

        .phone-mobile-wrap a img {
            width: 25px;
            filter: invert(57%) sepia(56%) saturate(476%) hue-rotate(153deg) brightness(96%) contrast(87%);
            margin-right: 10px;
        }

        .main-header .main-header-wrap .main-nav ul {

        }

        .main-header .main-header-wrap .main-nav ul li {
            padding: 5px 20px 0px;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown {
            position: relative;
            padding: 0 20px;
            font-size: 19.3339px;
        }

        .contact-mobile-info {
            padding: 5px 20px;
        }

        .contact-mobile-info span {
            padding: 5px 0;
            display: block;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown a {
            display: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu {
            position: relative;
            top: 0;
            width: 100%;
            left: 0;
            /*height: 200px;*/
            box-shadow: none;
            background: #ffffff;
            padding: 0;
            border: none;
            display: block;
            height: auto;
            margin: 0;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu a {
            display: block;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu {
            width: 100%;
            /*border-bottom: 1px solid rgb(83, 198, 213);*/
            display: block;
            /*width: 225px;*/
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .parent {
            width: 100%;
            padding: 0;
            border-bottom: 1px solid rgb(83, 198, 213);
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dont-have-menu {
            width: 100%;
            padding: 0;
            /*border-bottom: 1px solid rgb(83, 198, 213);*/
        }
        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dont-have-menu span.dropdown-item-span:after {
            display: none;
        }

        .navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu .dropdown-item-span {
            padding: 0;
        }


        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dropdown-item {
            padding: 0;
            position: relative;
            background: none;
            color: #000000;
            font-family: "Cera CY";
            font-size: 20.3339px;
            font-weight: 400;
            border-bottom: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dropdown-item.help-color-text {
            border-bottom: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dropdown-item:active {
            background: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dropdown-item.active:after {
            transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
        }

        .main-nav ul li:hover {
            background: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu ul {
            /*height: 125px;*/
            height: 100%;
            overflow-y: auto;
            display: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu ul.active {
            display: block;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu ul.active {

        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .parent.hide ul {
            display: block;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .parent.hide {
            /*border-bottom: 1px solid rgb(83, 198, 213);*/
            border-bottom: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .parent.hide ul li {
            padding: 5px 0 0;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .parent.hide ul li span {
            padding: 5px 0 7px;
            font-weight: 400;
            font-family: "Venryn Sans";
            font-size: 20.5px;
        }

        /*.main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu span.dropdown-item-span {*/
        /*    border-bottom: 1px solid rgb(83, 198, 213);*/
        /*}*/

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu a span.dropdown-item-span {
            border-bottom: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu span.dropdown-item-span:after {
            content: '';
            position: absolute;
            border: solid black;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            right: 15px;
            top: 10px;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu ul li {
            padding: 6px 10px;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu ul li a {
            font-size: 18.3339px;
            line-height: 17px;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu ul li a.dropdown-item {
            font-size: 18.3339px;
            line-height: 17px;
            font-family: "Venryn Sans";
            border-bottom: none;
        }

        .main-header .main-header-wrap .main-nav ul li a {
            color: #000000;
            font-size: 20.5px;
            /*width: 225px;*/
            display: block;
            border-bottom: 1px solid rgb(83, 198, 213);
        }

        .main-header .main-header-wrap .main-nav.active {
            left: 0;
            display: block;
            overflow-y: auto;
        }

        .main-header .main-header-wrap .main-nav.active ul {
            flex-direction: column;
        }

        .navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu ul.active li a span.dropdown-item-span {
            font-size: 18.3339px;
            line-height: 17px;
            font-family: "Venryn Sans";
            padding: 0;
        }

        .navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu ul.active li a {
            border-bottom: none;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dropdown-submenu ul li a span.dropdown-item-span:after {
            display: none;
        }


        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .dropdown-item-span.active:after {
            transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
        }

        .navbar-nav-new .dropdown-menu .sub-menu .dropdown-submenu .dropdown-item:hover .dropdown-item-span {
            color: #000000;
        }

        #search_modal .search-block {
            border-radius: 72px;
            border: 1px solid #000000;
            width: 100%;
        }

        #search_modal .search-form {
            display: flex;
            margin: 0;
            width: 100%;
        }

        #search_modal .search-block .search-input {
            padding: 5px;
            border: none;
            border-radius: 72px 0 0 72px;
            outline: none;
            font-family: "Gotham Pro";
            font-size: 16px;
            color: rgb(0, 0, 0);
            font-weight: 300;
            line-height: 15px;
            width: 85%;
        }

        #search_modal .search-form .search-button {
            width: 75px !important;
            padding: 3px 5px;
            border-radius: 72px;
            margin-right: 0;
            background: rgba(38, 198, 218, .8);

        }

        .live {
            display: none;
        }

        .logo {
            margin-right: 0;
        }



        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .help-color-text.dropdown-item:after {
            content: '';
            position: absolute;
            border: solid black;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            right: 15px;
            top: 10px;
            width: 9px;
            left: auto;
            background: #ffffff;
        }

        .main-header .main-header-wrap .main-nav ul li.dropdown .dropdown-menu .sub-menu .help-color-text.dropdown-item.active:after {
            transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
        }

    }

    @media (max-width: 580px) {
        .top-header {
            padding: 5px 0 8px;
        }
        .top-header .social-icons {
            gap: 4px;
        }
        .selectboxit .selectboxit-option-icon-container {
            margin-left: 0;
        }

        .top-header .top-header-wrap .selectboxit-text {
            font-size: 18px;
        }

        .top-header .top-header-wrap .selectboxit-arrow-container {
            width: 15px;
        }

        header .selectboxit-arrow-container:before {
            width: 15px;
        }

        .logo {
            margin-right: 0;
        }

        .logo img {
            width: 200px;
        }

        .user-cart img {
            width: 30px;
        }

        #search_modal {
            padding: 50px 20px;
        }
    }

    @media (max-width: 455px) {
        .btn2 .icon {
            left: 6px;
            top: 28px;
        }

        .logo img {
            width: 150px;
        }

        .user-cart img {
            width: 25px;
        }

        .main-header {
            padding: 0;
        }

        .main-header .container-fluid {
            padding: 0 5px;
        }

        .top-header .container-fluid {
            padding: 0 5px;
        }

    }

    @media (max-width: 389px) {
        /*.top-header .container-fluid {*/
        /*    padding: 0;*/
        /*}*/
        header .selectboxit-container {
            margin-right: 0;
        }

        .top-header .contact-phone a {
            font-size: 14px;
        }
        .top-header .top-header-wrap .selectboxit-arrow-container {
            width: 12px;
        }
        header .selectboxit-arrow-container:before {
            width: 11px;
        }

        .btn2 {
            width: 35px;
        }

        .btn2 .icon {
            width: 35px;
            top: 27px;
        }

        .btn2 .icon:before {
            width: 35px;
        }

        .btn2 .icon:after {
            width: 35px;
        }
    }



.filter-mobile-wrap {
    background: #53c6d5;
    border-radius: 90px !important;
    margin-right: 24px;
    display: none;
    a {
        padding: 7px 40px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-family: "Venryn Sans";
        font-weight: 400;
        font-size: 20px;
        img {
            height: 19px;
            margin-right: 5px;
        }
    }
}

@media (max-width: 998px) {
    .tab-block.category-wrapper {
        position: relative;
        .cat-mobile-overlay {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0.5;
            z-index: 2;
        }
        .tabs-top-panel {
            display: none;
            position: fixed;
            left: 0;
            top: 104px;
            z-index: 99;
            overflow: hidden;
            height: 87vh;
            /*height: 83vh;*/
            background: #fff;
            overflow-y: auto;
            padding: 10px 5px;
        }
        &.filter-open {
            .tabs-top-panel {
                display: block;
            }
        }
        &.show-filter {
            .category-sidebar-wrapper {
                display: block;
            }
            .cat-mobile-overlay {
                display: block;
            }
        }


    }
    .filter-mobile-wrap {
        display: block;
    }
}

@media (max-width: 520px) {
    .tab-block.category-wrapper {
        .form-group.input-group {
            display: block;
            .filter-mobile-wrap {
                margin: 0 auto 15px;
                width: fit-content;
            }

        }
    }

}

.tabs-top-panel.category-sidebar-wrapper {
    margin-top: 45px;
}

.tab-categories-main-wrap-filter {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 998px) {
    .tab-categories-main-wrap-filter {
        margin-left: 0;
        margin-right: 0;
    }
    .tabs-top-panel.category-sidebar-wrapper {
        margin-top: 0;
    }
}
/*.tabs-top-panel.margin-top-position {*/
/*    margin-top: 45px;*/
/*}*/

.user-cart {
    a {
        position: relative;
        #count_products {
            width: 20px;
            height: 20px;
            background-color: #ff6b6b;
            color: white;
            font-size: 11px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            position: absolute;
            top: -13px;
            right: 0;
            @media (max-width: 1410px) {
                top: -5px;
                right: 0;
            }
            @media (max-width: 581px) {
                width: 19px;
                height: 19px;
                top: -7px;
                right: -2px;
            }
            &.hide-count {
                display: none;
            }
        }
    }

}


.labels {
    position: absolute;
    top: 0;
}

.label {
    position: absolute;
    left: 10px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}

/* Если лейбл первый в контейнере, ставим его сверху (top: 10px) */
.labels > .label:first-child {
    top: 10px;
}

/* Если второй лейбл присутствует, то он займёт позицию top: 40px */
.labels > .label:nth-child(2) {
    top: 40px;
}

/* Отдельные стили для каждого типа */
.promotion-label, .promotion-product-single-label {
    background: red;
    color: #fff;
}

.new-label {
    background: green;
    color: #fff;
}

@media (max-width: 3000px) {
    .popular-goods-card__img-wrapper {
        min-height: 300px;
        max-height: 300px;
    }
}

@media (max-width: 600px) {
    .popular-goods-card__img-wrapper {
        min-height: 170px;
        max-height: 170px;
    }
}



/*.promotion-label {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 10px;*/
/*    background: red;*/
/*    color: #fff;*/
/*    padding: 3px 5px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    border-radius: 3px;*/
/*    z-index: 10;*/
/*}*/

/*.promotion-product-single-label {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 10px;*/
/*    background: red;*/
/*    color: #fff;*/
/*    padding: 3px 5px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    border-radius: 3px;*/
/*    z-index: 10;*/
/*}*/

/*.new-label {*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    left: 10px;*/
/*    background: green;*/
/*    color: #fff;*/
/*    padding: 3px 5px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    border-radius: 3px;*/
/*    z-index: 10;*/
/*}*/

/*.new-product-single-label {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 10px;*/
/*    background: red;*/
/*    color: #fff;*/
/*    padding: 3px 5px;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    border-radius: 3px;*/
/*    z-index: 10;*/
/*}*/


