@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Italic.woff2") format("woff2"), url("../fonts/CeraPro/CeraPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro/CeraPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-BoldItalic.woff2") format("woff2"), url("../fonts/CeraPro/CeraPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro/CeraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

header, nav, section, article, aside, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "CeraPro", sans-serif;
  color: #323232;
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  font-style: normal;
  background: #FFFFFF;
}

body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container--sm {
  max-width: 815px;
}
@media (min-width: 1260px) {
  .container--wall {
    max-width: 1440px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1359.98px) {
  .container {
    max-width: 960px;
  }
  .container--sm {
    max-width: 815px;
  }
}
@media screen and (max-width: 1023.98px) {
  .container {
    max-width: 710px;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.content__wrapper {
  flex: 1 0 auto;
}

.pd__header {
  padding-top: 100px;
}

@media (max-width: 1699.98px) {
  .hide-desktop-lg {
    display: none !important;
  }
}

@media (max-width: 1339.98px) {
  .hide-desktop-md {
    display: none !important;
  }
}

@media (max-width: 1359.98px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-tablet-sm {
    display: none !important;
  }
}

@media (max-width: 609.98px) {
  .hide-mobile-lg {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .show-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-tablet-sm {
    display: none !important;
  }
}

@media (min-width: 610px) {
  .show-mobile-lg {
    display: none !important;
  }
}

.noscroll {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.content__text {
  color: #4E4E4E;
  line-height: 160%;
}
.content__text > * {
  margin-bottom: 20px;
}
.content__text > *:last-child {
  margin-bottom: 0;
}
.content__text a {
  text-decoration: underline;
}
.content__text a:hover {
  text-decoration: none;
}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5 {
  color: #000000;
  line-height: 1.1;
}
.content__text h1 {
  font-size: 40px;
}
.content__text h2 {
  font-size: 32px;
}
.content__text h3 {
  font-size: 26px;
}
.content__text h4 {
  font-size: 20px;
}
.content__text h5 {
  font-size: 16px;
}
.content__text * + ul,
.content__text * + ol {
  /*margin-top: -30px;*/
}
.content__text ol {
  list-style-type: none;
  counter-reset: num;
}
.content__text li {
  position: relative;
  line-height: 1.4;
  padding-left: 17px;
  margin-top: 0px;
}
.content__text ul li:before {
  position: absolute;
  left: 5px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #4E4E4E;
  border-radius: 100%;
  content: "";
}
.content__text ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 8px;
  text-align: right;
}
.content__text .imgalt {
  margin-bottom: 80px;
  margin-top: -30px;
  letter-spacing: 0.03em;
  color: #4E4E4E;
  text-align: center;
}
.content__text blockquote {
  position: relative;
  margin: 80px 0;
  padding: 22px 0 28px;
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
}
.content__text blockquote:before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icons/quote.svg) no-repeat center center;
  background-color: #fff;
  content: "";
}
@media (max-width: 1023.98px) {
  .content__text {
    font-size: 14px;
    line-height: 130%;
  }
  .content__text > * {
    margin-bottom: 25px;
  }
  .content__text h1 {
    font-size: 24px;
  }
  .content__text h2 {
    font-size: 20px;
  }
  .content__text h3 {
    font-size: 18px;
  }
  .content__text h4 {
    font-size: 26px;
  }
  .content__text h5 {
    font-size: 14px;
  }
  .content__text ul {
    margin-top: -15px;
  }
  .content__text .imgalt {
    margin-bottom: 40px;
    margin-top: -15px;
  }
  .content__text blockquote {
    margin: 40px 0;
  }
}

.phead {
  margin-bottom: 60px;
}
.phead__title {
  font-size: 32px;
  color: #373F41;
  line-height: 1.375;
  letter-spacing: 0.2px;
}
.phead__title.fs--md {
  font-size: 36px;
}
@media (max-width: 1359.98px) {
  .phead {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023.98px) {
  .phead__title {
    font-size: 28px;
  }
  .phead__title.fs--md {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .phead {
    margin-bottom: 40px;
  }
  .phead__title {
    font-size: 24px;
  }
  .phead__title.fs--md {
    font-size: 24px;
  }
}

.section__head {
  margin-bottom: 50px;
}
.section__head.h-bd {
  padding-bottom: 20px;
  border-bottom: 1px solid #C2C2C2;
}
.section__head.h-cols {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.section__head.al-center {
  align-items: center;
}
.section__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.text--center .section__intro {
  margin-left: auto;
  margin-right: auto;
}
.section__buttons {
  margin-top: 50px;
  text-align: center;
}
.section__buttons .btn {
  margin-top: 10px;
}
.section__mg {
  margin: 140px 0;
}
.section__mg--mdx {
  margin: 100px 0;
}
.section__mgb--md {
  margin-bottom: 75px;
}
.section__first {
  margin-top: 50px !important;
}
.section__pd {
  padding: 130px 0;
}
.section__pdt {
  padding-top: 70px;
}
.section__tab {
  display: none;
}
.section__tab.show {
  display: block;
}
@media (max-width: 1359.98px) {
  .section__mg {
    margin: 100px 0;
  }
}
@media (max-width: 1023.98px) {
  .section__head {
    margin-bottom: 40px;
  }
  .section__title {
    font-size: 32px;
  }
  .section__buttons {
    margin-top: 40px;
  }
  .section__first {
    margin-top: 20px !important;
  }
  .section__mg--mdx {
    margin: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .section__head {
    margin-bottom: 30px;
  }
  .section__head.h-cols {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .section__title {
    font-size: 24px;
  }
  .section__buttons {
    margin-top: 30px;
  }
  .section__mg {
    margin: 80px 0;
  }    
  .section__mg--md {
    margin: 60px 0;
  }
  .section__mg--mdx {
    margin: 60px 0;
  }
}
.text--center {
  text-align: center;
}

.text--upper {
  text-transform: uppercase;
}

.text--white {
  color: white;
}

.text--blue {
  color: #FD5F0F;
}

/**************************************************************
.breadcrumbs
**************************************************************/
.breadcrumbs {
  margin: 35px 0 50px;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #818181;
}
.breadcrumbs__item:not(:last-child):after {
  margin: 0 4px;
  color: #737373;
  content: "/";
}
.breadcrumbs__link {
  color: #818181;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs__link:hover {
  color: #FD5F0F;
  text-decoration: none;
}
@media (max-width: 1023.98px) {
  .breadcrumbs {
    display: none;
  }
}
.icon {
  stroke: currentColor;
  fill: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.icon--fill {
  fill: currentColor;
  stroke: initial;
}
.icon path {
  stroke: currentColor;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

.social__items {
  display: flex;
  align-items: center;
  gap: 35px;
}
.social__item {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 100px;
  color: #FD5F0F;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .social__item:hover {
    color: #fff;
    border-color: #FD5F0F;
    background: #FD5F0F;
  }
}
.social__item .icon {
  width: 48%;
  height: 48%;
}
@media (max-width: 609.98px) {
  .social__items {
    gap: 20px;
  }
}

.link {
  color: #FD5F0F;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.link .icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
@media (hover: hover) {
  .link:hover {
    color: #164DAC;
  }
}
.link__more .close_t {
  display: none;
}
.link__more.opened .open_t {
  display: none;
}
.link__more.opened .close_t {
  display: block;
}
.link_arrow {
  font-size: 14px;
  color: #FD5F0F;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.link_arrow .icon {
  width: 50px;
  height: 12px;
}
@media (hover: hover) {
  .link_arrow:hover .icon {
    transform: translateX(5px);
  }
}


.drop {
  min-width:170px;
  position:relative;
  z-index:20
}
.drop:after {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  border:1px solid #E5E5E5;
  background:#fff;
  border-radius:20px;
  content:"";
  z-index:-1
}
.drop__current {
  position:relative;
  z-index:1;
  height:40px;
  padding:0 18px;
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  gap:10px;
  color:#3F3F3F;
  font-size:14px;
  font-weight: 500;
  -webkit-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  transition:all .1s ease-in-out
}
.drop__current img {
  flex: 0 0 auto;
  height: 14px;
}
.drop__down {
  background:#fff;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  padding:0 15px 10px;
  border:1px solid #E5E5E5;
  border-radius:0 0 20px 20px;
  border-top:none;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  opacity:0;
  visibility:hidden;
  padding-top:12px;
  margin-top:-20px
}
.drop.opened .drop__down {
  opacity:1;
  visibility:visible
}
.drop__down li {
  margin-top:6px
}
.drop__down li.current {
  display:none
}
.drop__down li a {
  padding:1px 0;
  font-size: 12px;
  color:#323232;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out
}
.drop__down li a:hover {
  color:#FD5F0F
}


.rating {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  gap: 5px;
}
.rating span {
  position:relative;
  width:15px;
  height:15px;
  background:url(../images/icons/star-empty.svg) no-repeat;
  background-size: 100% !important
}
.rating span.empty {
  background:url(../images/icons/star-empty.svg) no-repeat
}
.rating span.active-05 {
  background:url(../images/icons/star-05.svg) no-repeat
}
.rating span.active {
  background:url(../images/icons/star.svg) no-repeat
}
.rating__rev {
  margin-left: 18px;
  color: #C2C2C2; font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
.rating__rev:hover {
  color:#FD5F0F !important;
}
.rating__numb {
  margin-left:8px;
  font-size:14px;
  color:#323232;
  line-height:1;
  position:relative
}
.rating__numb.active {
  color:#FD5F0F
}
/**************************************************************
.navs
**************************************************************/
.navs {
  display: flex;
  align-items: center;
  gap: 90px;
  width: 100%;
  margin-bottom: 70px;
}
.phead + .navs {
  margin-top: -20px;
}
.navs__list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.navs__list li a {
  height: 50px; min-width: 150px;
  padding: 0 25px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3F3F3F; font-size: 14px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.navs__list li a:hover {
  color: #FD5F0F;
  border-color: #FD5F0F;
}
.navs__list li a.active {
  color: #FFF;
  background: #FD5F0F;
  border-color: #FD5F0F;
  pointer-events: none;
}
.navs__list-current {
  display: none;
}
.navs__drop {
  display: none;
}
@media (max-width: 609.98px) {
  .navs {
    margin-bottom: 40px;
    gap: 10px;
  }
  .navs__list ul {
    gap: 10px;
  }
  .navs__list li a {
    height: 40px;
    min-width: 120px;
  }
  .navs__drop {
    display: none;
  }
  .navs__list li a {
    font-size: 14px;
  }
}
@media (max-width: 609.98px) and (max-width: 360px) {
  .navs__list {
    gap: 15px;
  }
}


/**************************************************************
.cities
**************************************************************/
.cities .popup__container {
  max-width: 815px;
}
.cities__list {
  text-align: left;
}
.popup .cities__list {
  margin: 60px auto 0;
  max-width: 600px;
}
.cities__list ul {
  column-gap: 40px;
  column-count: 3;
}
.cities__list li {
  margin-bottom: 13px;
}
.cities__list li a {
  color: #4E4E4E;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.cities__list li a:hover {
  color: #FD5F0F;
}
@media (max-width: 609.98px) {
  .popup .cities__list {
    margin: 40px auto 0;
  }
  .cities__list ul {
    column-gap: 20px;
    column-count: 2;
  }
}

/**************************************************************
swiper
**************************************************************/
.swiper-slide {
  height: auto;
}

.swiper-pagination {
  display: flex;
}
.swiper-pagination-pos {
  position: static;
  margin-top: 20px;
  justify-content: center;
}
.swiper-pagination-bullet {
  margin: 0 4px !important;
  width: 30px;
  height: 4px;
  border-radius: 40px;
  background: #c2c2c2;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #1d1c1c;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-button {
  width: 40px;
  height: 40px;
  border: 1px solid #FD5F0F;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5F0F;
  transition: all 0.3s ease-in-out;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button:after {
  display: none;
}
.swiper-button .icon {
  width: 8px;
  height: 14px;
}
@media (hover: hover) {
  .swiper-button:hover {
    color: #fff;
    background: #FD5F0F;
  }
}

.swiper-button--v2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 50px;
  background: #fff !important;
  border-radius: 100px;
  border: none;
  z-index: 9;
  margin: 0;
  color: #323232;
}
.swiper-button--v2:hover {
  color: #FD5F0F;
}
.swiper-button--v2.swiper-button-next {
  border-radius: 60px 0px 0px 60px;
  right: 0;
  justify-content: flex-end;
}
.swiper-button--v2.swiper-button-prev {
  border-radius: 0px 60px 60px 0px;
  left: 0;
  justify-content: flex-start;
}
.swiper-button--v2 .icon {
  width: 9px;
  height: 14px;
}
.swiper-button--v2.swiper-button-next .icon {
  margin-right: 3px;
}
.swiper-button--v2.swiper-button-prev .icon {
  margin-left: 3px;
}

.swiper-scrollbar {
  background: none;
}


.swiper-fraction {
  text-align: center;
  font-weight: 500;
  font-size: 16px; color: #7E7E7E;
}
.swiper-fraction--white {
  color: #fff;
}

.swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}
.section__head .swiper-nav {
  margin-top: 0
}
.swiper-nav .swiper-fraction {
  width: 50px;
}
.swiper-nav .swiper-button {
  position: static;
  margin: 0;
}

.swiper-scrollbar {
  background: none;
}

@media (max-width: 1023.98px) {
  .swiper-nav {
    gap: 40px;
  }
}

/**************************************************************
forms
**************************************************************/
.input::-webkit-input-placeholder {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input::-o-input-placeholder {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input::-moz-input-placeholder {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input:-moz-input-placeholder {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input::-ms-input-placeholder {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input input-placeholder {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input::placeholder {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input:placeholder-shown {
  color: rgb(129, 129, 129);
  opacity: 1;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-o-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:input-placeholder {
  color: transparent;
  opacity: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.input, button {
  -webkit-appearance: none;
}

.form__input {
  margin-bottom: 20px;
  position: relative;
}
.form__submit {
  margin-top: 30px;
}
.form__policy {
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.4;
  color: #414647;
  text-align: center;
}
.form__policy a {
  color: #414647;
  text-decoration: underline;
}
.form__policy a:hover {
  text-decoration: none;
}
.form__labela {
  position: absolute;
  left: 16px;
  top: 2px;
  font-size: 10px;
  color: #414647;
  font-weight: 500;
}

.input {
  width: 100%;
  height: 50px;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  padding: 0 16px;
  background: #fff;
  font-family: "CeraPro", sans-serif;
  color: #000000;
  font-size: 16px;
  outline: none;
}
.input--bd {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #818181;
  height: 25px;
  padding: 0 0 10px;
  font-size: 14px;
}
.input.error {
  border-color: #DE0000;
  color: #DE0000;
}
.input.error::-webkit-input-placeholder {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}
.input.error::-o-input-placeholder {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}
.input.error::-moz-input-placeholder {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}
.input.error:-moz-input-placeholder {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}
.input.error::-ms-input-placeholder {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}
.input.error input-placeholder {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}
.input.error::placeholder {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}
.input.error:placeholder-shown {
  color: rgba(214, 0, 0, 0.7);
  opacity: 1;
}

textarea.input {
  line-height: normal;
  padding: 10px 16px;
  resize: none;
  height: 180px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FD5F0F;
  border: none;
  border-radius: 100px;
  min-width: 220px;
  padding: 0px 25px 0;
  height: 50px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "CeraPro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02px;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
.btn.fs--md {
  font-size: 12px;
}
.btn--gray {
  color: #373F41;
  background: #E5E5E5;
}
@media (hover: hover) {
  .btn:hover {
    color: #fff;
    background: #CC4B0A;
    border-color: #CC4B0A;
  }
}
.btn.disabled, .btn[disabled] {
  pointer-events: none;
  color: #C2C2C2 !important;
  background: #C2C2C2 !important;
}
.btn.disabled.btn--bd, .btn[disabled].btn--bd {
  background: none !important;
  border-color: #C2C2C2 !important;
}
.btn--bd {
  color: #FD5F0F;
  background: none;
  border: 1px solid #FD5F0F !important;
}
.btn--bd:hover {
  color: #fff;
  background: #FD5F0F;
}
.btn--gray.btn--bd {
  color: #414647;
  border-color: #414647 !important;
}
.btn--gray.btn--bd:hover {
  color: #fff;
  background: #414647;
}
.btn--md {
  height: 44px;
  min-width: 220px;
  font-size: 16px;
  text-transform: none;
}
.btn--sm {
  text-transform: none;
  font-size: 14px;
  height: 34px;
  min-width: 220px;
  padding: 0px 15px 2px;
}
.btn--wall {
  width: 100%;
  min-width: 100%;
}
.btn--bgbd {
  background: none !important;
  text-transform: uppercase;
}
.btn--bgbd::before {
  position: absolute;
  left: 2px;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  transform: translateX(-2px);
  border-radius: 100px;
  background: #FD5F0F;
  z-index: -1;
  content: "";
  transition: all 0.3s ease-in-out;
}
.btn--bgbd::after {
  position: absolute;
  right: 2px;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  transform: translate(2px, -4px);
  border-radius: 100px;
  border: 1px solid #FD5F0F;
  z-index: -2;
  content: "";
  transition: all 0.3s ease-in-out;
}
.btn--bgbd.btn--md {
  font-size: 14px;
}
.btn--bgbd.btn--md::before {
  transform: translateX(-2px);
}
.btn--bgbd.btn--md::after {
  transform: translate(2px, -4px);
}
@media (hover: hover) {
  .btn--bgbd:hover::before {
    transform: translateX(0);
  }
  .btn--bgbd:hover::after {
    transform: translate(0, 0);
  }
}
.btn--cart {
  width: 40px;
  height: 40px;
  min-width: 1px;
  border-radius: 100%;
  padding: 0;
}
.btn--cart .icon {
  width: 45%;
  height: 45%;
}
@media (max-width: 1699.98px) {
  .btn--vvi {
    font-size: 12px;
  }
}

.label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 8px;
  cursor: pointer;
}

.label__check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 10px;
  cursor: pointer;
}
.label__check .jq-radio {
  top: -1px;
}

.jq-radio {
  width: 20px;
  height: 20px;
  border: 1px solid #4E4E4E;
  border-radius: 100px;
  cursor: pointer;
}

.jq-radio.error {
  background: #ffeded;
  border-color: #b40202;
}

.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #FD5F0F;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jq-radio.checked:disabled,
.jq-radio.checked.disabled {
  background: #B3BDD5;
  border-color: #B3BDD5;
}

.jq-radio.styler--2 {
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.54);
}
.jq-radio.styler--2.checked {
  border: none;
  background: url(../images/icons/radibox-marker.svg) no-repeat center;
  background-size: 100%;
}
.jq-radio.styler--2 .jq-radio__div {
  display: none;
}

.jq-checkbox {
  border: 2px solid #C4C4C4;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  top: -1px;
}
.jq-checkbox:hover, .form__label:hover .jq-checkbox, .label:hover .jq-checkbox {
  border-color: #FD5F0F;
}
.jq-checkbox.checked {
  border: none;
  background: url(../images/icons/check.svg) no-repeat center center;
  background-size: 100% 100%;
}
.jq-checkbox.checked + span {
  color: #FD5F0F;
}
.jq-checkbox.styler--2 {
  border-radius: 4px;
  border-width: 1.5px;
  border-color: rgba(0, 0, 0, 0.54);
}
.jq-checkbox.styler--2 + span {
  color: inherit !important;
}
.jq-checkbox.styler--2.checked {
  border: none;
  background: url(../images/icons/checkbox-marker.svg) no-repeat center;
  background-size: 100%;
}
.jq-checkbox.styler--2 .jq-checkbox__div {
  display: none;
}

.counter {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 7px;
}
.counter__button {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.counter__button-minus {
  background: url(../images/icons/minus.svg) no-repeat center center;
}
.counter__button-plus {
  background: url(../images/icons/plus.svg) no-repeat center center;
}
.counter__value {
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
  font-size: 16px;
  text-align: center;
}

.switcher {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}
.switcher input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.switcher__check {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 46px;
  height: 24px;
  border-radius: 100px;
  vertical-align: top;
  background: #818181;
  transition: 0.2s;
}
.switcher__check:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  transition: 0.15s;
}
input[type=checkbox]:checked + .switcher__check {
  background: #FD5F0F;
}
input[type=checkbox]:checked + .switcher__check:before {
  transform: translateX(22px);
}

.search {
  position: relative;
}
.search__form {
  position: relative;
  z-index: 9;
}
.search__input {
  padding: 0 50px 0 15px;
  margin: 0;
  height: 40px;
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  background: #fff;
  font-family: "CeraPro", sans-serif;
  color: #000000;
  font-size: 16px;
  outline: none;
}
.search__btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/icons/search.svg) no-repeat center center;
  background-size: 16px;
  cursor: pointer;
  outline: none;
}
.search__drop {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -6px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  padding: 16px 15px;
  display: none;
  max-height: 170px;
  overflow: auto;
  scrollbar-color: #FD5F0F #fff;
  scrollbar-width: thin;
}
.search__drop li + li {
  margin-top: 13px;
}
.search__drop li a:hover {
  text-decoration: underline;
}

/**************************************************************
popup
**************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  z-index: 9999;
}
.popup__content {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.popup__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 50px 30px 50px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  border: 1px solid #E9E9E9;
}
.popup--mw .popup__container {
  max-width: 815px;
}
.popup__close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  color: #FD5F0F;
}
.popup__close:hover {
  transform: scale(1.15);
}
.popup__close .icon {
  width: 100%;
  height: 100%;
}
.popup__body {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
.popup__head {
  margin-bottom: 50px;
}
.popup__title {
  font-size: 36px;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  color: #414647;
}
.popup__title.fs--md {
  font-size: 32px;
}
.popup__intro {
  margin-top: 20px;
  color: #414647;
}
.popup__intro a {
  text-decoration: underline;
}
.popup__intro a:hover {
  text-decoration: none;
}
.popup__form {
  max-width: 400px;
  margin: 0 auto;
}
.popup__iconthank {
  margin-bottom: 50px;
}
.popup-thank .popup__title {
  margin-bottom: 0;
}
@media (max-width: 1359.98px) {
  .popup__container {
    padding: 50px 30px 45px;
    max-width: 980px;
  }
  .popup__body {
    max-width: 600px;
    margin: 0 auto;
  }
  .popup__head {
    margin-bottom: 25px;
  }
  .popup__title {
    font-size: 30px;
  }
  .popup__intro {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .popup__close {
    top: 20px;
    right: 50%;
    transform: translateX(50%) !important;
  }
  .popup__title {
    font-size: 24px;
  }
  .popup__intro {
    font-size: 14px;
  }
  .popup__intro br {
    display: none;
  }
}
@media (max-width: 609.98px) {
  .popup__content {
    padding: 0;
    align-items: initial;
  }
  .popup__container {
    display: flex;
    align-items: center;
    border-radius: 0;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**************************************************************
header
**************************************************************/
.header {
  padding: 15px 0;
  font-size: 14px;
  color: #373F41;
  position: relative;
  z-index: 99;
}
.header__wrap {
 /* display: flex;
  gap: 25px;*/
  padding-left: 195px;
  position: 
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.header__lcw {
  flex: 0 0 auto;
  width: 240px;
}
.header__right {
  flex: 1 1 0;
}
.header__top {
  min-height: 45px;
  margin-bottom: 15px;
  /*position: relative;*/
  z-index: 20;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0; top: 0;
  width: 172px; height: 100%;
  border-radius: 20px;
  border: 1px solid #FD5F0F;
}
.header__logo img {
  max-width: 80%;
  max-height: 80%;
}
.header__city {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease-in-out;
}
.header__city:hover {
  color: #FD5F0F;
}
.header__city-icon {
  display: flex;
  margin-right: 2px;
}
.header__city-icon img {
  height: 18px;
}
.header__city .icon {
  width: 12px;
  height: 7px;
  transform: translateY(1px);
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.header__phone:hover {
  color: #FD5F0F;
}
.header__phone-icon {
  display: flex;
}
.header__phone-icon img {
  height: 16px;
}
.header__menu {
  margin: 0 auto;
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.header__menu li a {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.header__menu li a:hover, .header__menu li a.active {
  color: #FD5F0F;
}
.header__menu li a.new_event::before {
  width: 5px;
  height: 5px;
  background: #FD5F0F;
  border-radius: 100px;
  margin-right: 5px;
  content: "";
}
.header__menu li.active > a {
  color: #FD5F0F;
}
.header__menu li svg.icon {
  margin-left: 6px;
  width: 12px;
  height: 7px;
  transform: translateY(1px);
}
.header__menu-drop {
  position: absolute;
  left: -15px;
  top: 100%;
  padding-top: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.header__menu-drop ul {
  display: block;
  padding: 10px 15px;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 10px;
}
.header__menu-drop li + li {
  margin-top: 7px;
}
.header__menu-drop li a {
  white-space: nowrap;
}
li:hover .header__menu-drop {
  opacity: 1;
  visibility: visible;
}
.header__headcat {
  position: relative;
}
@media (hover: hover) {
  .header__headcat:hover .headcat {
    opacity: 1;
    visibility: visible;
  }
}
.header__linkcat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  border: none;
  background: none;
  outline: none;
}
.header__btncat {
  position: relative;
  z-index: 99;
  height: 44px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FD5F0F;
  background: none;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 10px;
  font-size: 16px;
  color: #FD5F0F;
  font-weight: bold;
  letter-spacing: 0.2px;
  font-family: "CeraPro", sans-serif;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.header__btncat:hover {
  color: #fff;
  background: #FD5F0F;
}
.header__btncat .icon {
  width: 30px;
  height: 30px;
}
.header__btncat span {
  flex: 1 0 0;
  text-align: center;
}
.header__search {
  flex: 1 0 0;
}
.header__search-close {
  display: none;
}
.header__search .search__input {
  height: 44px;
  border-color: #E5E5E5;
  border-radius: 100px;
}
.header__search .search__btn {
  background: url(../images/icons/search.svg) no-repeat center center;
}
.header__search .search__drop {
  border-color: #E5E5E5;
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
  text-align: left;
}
.header__item {
  height: 44px; width: 44px;  
  border-radius: 100px;
  border: 1px solid #FD5F0F;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header__item .icon {
  color: #FD5F0F;
}
.header__item:hover {
  color: #fff;
  background: #FD5F0F;
}
.header__item .icon {
  width: 18px;
  height: 18px;
}
.header__item:hover .icon {
  color: #fff;
}
.header__item.status_auth {
  width: auto;
  padding: 0 15px;
  gap: 10px;
}
.header__basket {
  height: 44px;
  min-width: 145px;
  border-radius: 100px;
  border: 1px solid #FD5F0F;
  background: none;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 20px;
  font-size: 16px;
  color: #FD5F0F;
  font-weight: bold;
  letter-spacing: 0.2px;
  font-family: "CeraPro", sans-serif;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.header__basket:hover {
  color: #fff;
  background: #FD5F0F;
}
.header__basket .icon {
  width: 18px;
  height: 18px;
}
.header__burger, .header__sopen {
  display: none;
}
@media (max-width: 1359.98px) {
  .header__lcw {
    margin-right: 30px;
  }
  .header__menu {
    display: none;
  }
  .header__city {
    /*margin-right: auto;*/
  }
  .header__burger {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
  }
  .header__burger img {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .header__wrap {
    padding-left: 0;
  }
  .header__lcw {
    margin-right: 0px;
  }
  .header__linkcat {
    display: block;
    z-index: 100;
  }
  .header__logo {
    position: relative;
    width: 78px; height: 42px;
    border-radius: 10px;
    margin: 0 auto;
  }
  .header__inner {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-top: 10px;
  }
  .header__top {
    /*border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;*/
  }
  .header__lcw {
    width: auto;
  }
  .header__logo {
    max-width: 90px;
    position: absolute;
    left: 50%; top: 0;
    transform: translateX(-50%);
  }
  .header__city {
    margin-right: auto;

  }
  .header__phone {
    width: 28px;
    height: 28px;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header__phone > * {
    display: none;
  }
  .header__phone-icon {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header__burger {
    width: 28px;
    height: 28px;
    margin-left: 0px;
  }
  .header__bottom {
    gap: 10px;
  }
  .header__basket {
    padding: 0;
    width: 44px;
    min-width: 1px;
    justify-content: center;
    position: relative;
  }
  .header__basket-t {
    position: absolute;
    right: 0; top: 0;
    background: #fff;
    border-radius: 100px;
    font-weight: normal;
    font-size: 12px;
  }
}
@media (max-width: 609.98px) {
  .header__search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh) * 100);
    backdrop-filter: blur(10px);
    background: rgba(153, 151, 151, 0.22);
    padding: 15px 15px;
    z-index: 9999;
    margin: 0;
    overflow: auto;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header__search.opened {
    opacity: 1;
    visibility: visible;
  }
  .header__search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .header__search-box {
    border-radius: 10px;
    background: #fff;
    padding: 30px 16px 40px;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  .header__search-close {
    width: 30px;
    height: 30px;
    margin: 0 auto 30px;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
  }
  .header__search-close img {
    width: 100%;
  }
  .header__search .search__drop {
    border: none;
    margin-top: -30px;
    max-height: 50vh;
  }
  .header__sopen {
    display: flex;
    align-items: center;
    width: 44px;
    height: 44px;
    background: url(../images/icons/search.svg) no-repeat center left 15px;
    background-size: 20px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    outline: none;
    margin-right: 10px;
    padding-left: 50px;
    flex: 1 0 0;
    font-family: "CeraPro", sans-serif;
    color: #c8c3c3; font-size: 18px;
    text-align: left;
  }
  .header__headcat {
    flex: 1 0 0;
  }
  .header__item.status_auth {
    width: 44px; padding: 0;
  }
}

.headcat {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -10px;
  width: 100%;
  background: #fff;
  padding: 20px 10px 20px;
  border: 1px solid #E5E5E5;
  border-top: none;
  border-radius: 0 0 10px 10px;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.home .headcat {
  display: none;
}
.headcat.opened {
  opacity: 1;
  visibility: visible;
}
.headcat__head {
  display: none;
}
.headcat__list li + li {
  margin-top: 16px;
}
.headcat__list li a {
  color: #373F41;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.headcat__list li a:hover {
  color: #FD5F0F;
}
@media (max-width: 1359.98px) {
  .home .headcat {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .headcat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh) * 100);
    backdrop-filter: blur(10px);
    background: rgba(153, 151, 151, 0.22);
    padding: 15px 15px;
    z-index: 9999;
    margin: 0;
    overflow: auto;
  }
  .headcat__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
  .headcat__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .headcat__box {
    border-radius: 10px;
    background: #fff;
    padding: 30px 30px 40px;
    text-align: center;
    position: relative;
    z-index: 10;
    max-width: 710px;
    margin: 0 auto;
  }
  .headcat__close {
    width: 40px;
    height: 40px;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
  }
  .headcat__close img {
    width: 100%;
  }
  .headcat__list li a {
    font-size: 16px;
  }
  .headcat .header__btncat {
    max-width: 300px;
  }
}

.navfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  backdrop-filter: blur(10px);
  background: rgba(153, 151, 151, 0.22);
  padding: 15px 0;
  z-index: 9999;
  margin: 0;
  overflow: auto;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.navfix.opened {
  opacity: 1;
  visibility: visible;
}
.navfix__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.navfix__box {
  border-radius: 10px;
  background: #fff;
  padding: 60px 30px 40px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.navfix__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.navfix__close img {
  width: 100%;
}
.navfix__menu li + li {
  margin-top: 24px;
}
.navfix__menu li a {
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
}
.navfix__contacts {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navfix__contacts-title {
  font-size: 18px;
  color: #3f3f3f;
  font-weight: 600;
}
.navfix__contacts-item {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #666;
}
.navfix__contacts-email {
  text-decoration: underline;
}
.navfix__social {
  margin-top: 40px;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 609.98px) {
  .navfix__close {
    width: 28px;
    height: 28px;
  }
  .navfix__menu li a {
    font-size: 16px;
  }
  .navfix__contacts-title {
    font-size: 14px;
  }
  .navfix__contacts-item {
    font-size: 12px;
  }
}

/**************************************************************
footer
**************************************************************/
.footer {
  /*background: #f2f2f2;
  padding: 30px 0 0;*/
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer__col {
  padding: 0 15px;
}
.footer__col--left {
  width: 25%;
}
.footer__col--center {
  width: 50%;
}
.footer__col--right {
  width: 25%;
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 240px;
}
.footer__copy {
  margin-top: 15px;
}
.footer__policy {
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.footer__policy:hover {
  text-decoration: none;
  color: #FD5F0F;
}
.footer__gmi {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
}
.footer__menu-name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}
.footer__menu li + li {
  margin-top: 15px;
}
.footer__menu a {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.footer__menu a:hover {
  color: #FD5F0F;
}
.footer__subscrible-title {
  margin-bottom: 15px;
  font-weight: bold;
}
.footer__subscrible-form {
  position: relative;
}
.footer__subscrible-input {
  padding-right: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
}
.footer__subscrible-input::-webkit-input-placeholder {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-input::-o-input-placeholder {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-input::-moz-input-placeholder {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-input:-moz-input-placeholder {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-input::-ms-input-placeholder {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-input input-placeholder {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-input::placeholder {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-input:placeholder-shown {
  color: rgb(196, 196, 196);
  opacity: 1;
}
.footer__subscrible-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #FD5F0F;
  cursor: pointer;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__subscrible-btn .icon {
  width: 16px;
  height: 16px;
}
.footer__bottom {
  margin-top: 60px;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
  text-align: center;
  font-size: 14px;
}
.footer__fait {
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer__fait a {
  font-weight: 800;
  color: #FD5F0F;
  text-transform: uppercase;
}
.footer__fait a:hover {
  text-decoration: underline;
}
@media (max-width: 1023.98px) {
  .footer__col--center {
    width: 100%;
    order: 5;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .footer__col--right, .footer__col--left {
    width: auto;
  }
}
@media (max-width: 609.98px) {
  .footer {
    font-size: 12px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__logo {
    max-width: 150px;
    margin-bottom: 25px;
  }
  .footer__call {
    width: 100%;
  }
  .footer__gmi {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 20px;
  }
  .footer__gmi .menu--about {
    order: -1;
  }
  .footer__bottom {
    margin-top: 30px;
  }
}

/**************************************************************

**************************************************************/
.hero {
  padding-top: 20px
}
.hero__inner {
  display: flex;
  gap: 30px;
}
.hero__menu {
  flex: 0 0 auto;
  width: 270px;
  padding-right: 30px;
  position: relative;
}
.hero__menu::after {
  position: absolute;
  bottom: -50px;
  right: 0;
  border-right: 1px solid #C2C2C2;
  height: calc(100% + 500px);
  content: "";
}
.hero__menu li + li {
  margin-top: 24px;
}
.hero__menu li a {
  color: #373F41;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.hero__menu li a:hover {
  color: #FD5F0F;
}
.hero__slsale {
  width: 420px; 
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px
}
.hero__slsale .swiper {
  height: 450px;
  border: 2px solid #e5e5e5;
  border-radius: 25px;
  overflow: initial;
}
.hero__slsale .swiper-button {
	background: #e5e5e5 !important;
}
.hero__slsale-title {
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  top: 60px; left: 35px; right: 35px;
  z-index: 5;
}
.hero__slitem {
  display: flex;
  gap: 20px;
  padding: 130px 35px 35px;
}
.hero__slitem .product__stickers,
.hero__slitem .product-item-label-text {
  display: none;
}
.hero__slitem-photo {
  flex: 0 0 auto;
  height: 240px; width: 130px;
  display: flex;
  justify-content: center;
}
.hero__slitem-photo img {
  max-height: 100%;
}
.hero__slitem-sale {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #383838;
  border-radius: 10px;
  padding-left: 10px;
  font-weight: 500;
font-size: 14px; color: #fff;
margin-bottom: 15px;
overflow: hidden;
}
.hero__slitem-sale__val {
  position: relative;
  height: 30px; line-height: 30px;
  padding: 0 10px 0 15px;
  background: #FD5F0F;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}
.hero__slitem-prices {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hero__slitem-prices__val {
  font-weight: 700;
  font-size: 26px;
}
.hero__slitem-prices__old {
  text-decoration: line-through;
  color: #c2c2c2;
  transform: translateY(-50%);
}
.hero__slitem-rating {
  display: flex;
  margin-top: 18px;
  gap: 15px;
}
.hero__slitem-rate {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #fd5f0f;
}
.hero__slitem-rate:before {
  width: 15px; height: 15px;
  background: url(../images/icons/star.svg) no-repeat center;
  background-size: 100%;
  content: '';
}
.hero__slitem-comm {
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #c2c2c2;
}
.hero__slitem-comm:hover {
  text-decoration: none;
}
.hero__slitem-title {
  margin-top: 18px;
  text-wrap: balance;
  color: #323232; font-size: 16px;
}
.hero__slitem-title a {
  color: black;
  transition: all 0.3s ease-in-out;
}
.hero__slitem-title a:hover {
  color: #FD5F0F;
}
.hero__slitem-buttons {
  margin-top: 20px;
}
.hero__slitem-buttons .btn {
  min-width: 150px
}

.hero__slider {
  flex: 1 0 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px
}
.hero__slider .swiper {
  overflow: initial;
}
.hero__slsale .swiper-pagination,
.hero__slider .swiper-pagination {
  justify-content: center;
  bottom: -30px;
}
.hero__item {
  background-color: #18B0C8;
  border-radius: 25px;
  position: relative;
  height: 450px;
  padding: 30px 20px 30px 60px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 15px;
  color: #FFF;
  overflow: initial;
}
.hero__item-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateY(30px);
  /*max-height: 390px; height: calc(100% - 60px);*/
}
.hero__item-photo img {
  max-height: 95%;
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
}
.hero__item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*padding: 15px 0 50px;*/
}
.hero__item-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
.hero__item-desc {
  margin-top: 20px;
  letter-spacing: 0.2px;
  max-width: 425px;
}
.hero__item-buttons {
  margin-top: 26px;
  display: flex;
  align-items: center;
}
.hero__item-buttons .btn {
  height: 44px;
  min-width: 220px;
  font-size: 14px;
}
.hero__item-pagination {
  margin-top: 0;
  margin-left: 42px;
  display: flex;
  align-items: center;
  width: auto;
}
.hero__buttons {
  position: absolute;
  left: 60px;
  bottom: 45px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.hero__buttons .btn {
  height: 44px;
  min-width: 220px;
  font-size: 14px;
}
.hero__buttons .swiper-pagination {
  margin-top: 0;
}
@media (max-width: 1359.98px) {
  .hero__menu {
    display: none;
  }
  .hero__inner {
    flex-direction: column;
  }
  .hero__slsale {
    width: 100%;
  }
  .hero__slsale-title {
    top: 40px; left: 50px;
  }
  .hero__slsale .swiper {
    height: 400px;
    padding: 0 20px;
  }
  .hero__slitem {
    padding-top: 105px;
  }
  .hero__slider {
    flex: 0 0 auto;
  }
  .hero__item {
    height: 400px;
  }
}
@media (max-width: 1023.98px) {

.hero__slitem {
  padding-left: 20px; padding-right: 20px;
}
.hero__slitem-photo {
  height: 200px; width: 100px;
}

  .hero__item {
    height: 350px;
    /*padding: 25px 50px 50px;*/
    grid-template-columns: 1fr 1fr;
  }
  .hero__item-title {
    font-size: 32px;
  }
  .hero__item-desc {
    margin-top: 15px;
  }
  .hero__item-buttons {
    padding-top: 20px;
  }
  .hero__buttons {
    left: 50px;
    bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-bottom: 20px;
  }
  .hero__slsale .swiper {
    padding: 0;
    border-radius: 15px;
    height: auto;
    min-height: 350px;
  }
   .hero__slitem-photo {
    height: 170px;
    width: 85px;
    margin-top: 10px;
  }
  .hero__slsale-title {
    top: 25px;
    left: 25px;
    font-size: 24px;
  }
   .hero__slitem {
    padding-top: 83px;
  }
  .hero__slitem-title {
    font-size: 14px;
  }
  .hero__slitem-buttons .btn {
    width: 100%;
    max-width: 480px;
    height: 44px;
  }


  .hero__slider .swiper-button {
    display: none;
  }
  .hero__item {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0;
    height: auto;
    min-height: 400px;
    border-radius: 15px;
  }
  .hero__item-title {
    line-height: 1.5;
    text-wrap: balance;
  }
  .hero__item-buttons {
    margin-top: 0;
  }
  .hero__item-photo {
    transform: initial;
    width: 100%;
    padding-bottom: 70%;
    margin-top: auto;
  }
}
@media (max-width: 478.98px) {
  .hero__item-title {
    font-size: 24px;
  }
  .hero__item-buttons .btn {
    width: 100%;
  }
  .hero__buttons .btn {
    width: 100%;
  }
}




/**************************************************************

**************************************************************/
.catalog__cols {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 23px;
}
.catalog__filters {
  width: 287px;
}
.catalog__carousel  .swiper-button {
  background: #e5e5e5 !important;
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.catalog__cols .catalog__items {
  /*g*/rid-template-columns: repeat(3, 1fr);
}
.catalog__nav {
  margin-bottom: 40px;
}
.catalog__nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.catalog__nav li {
  flex: 0 0 auto;
}
.catalog__nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px; min-width: 150px;
  max-width: 225px;
  padding: 0 30px;
  border-radius: 100px;
  border: 1px solid #E5E5E5;
  font-size: 14px; color: #3F3F3F;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.catalog__nav li a:hover {
  border-color: #FD5F0F;
  color: #FD5F0F;
}
.catalog__nav li.active a,
.catalog__nav li a.active {
  color: #fff;
  background: #FD5F0F;
  border-color: #FD5F0F;
  pointer-events: none;
}
.catalog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
  margin-bottom: 20px;
}
.catalog__count {
  font-size: 14px;
}
@media (max-width: 1359.98px) {
  .catalog__cols {
    grid-template-columns: 1fr;
  }
  .catalog__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog__cols .catalog__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog__flopen {
    margin-bottom: 15px;
  }
  .catalog__flopen a {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .catalog__flopen a:after {
    position: relative;
    top: 0;
    content: "";
    transform: translateY(1px);
    width: 18px;
    height: 18px;
    background: url(../images/icons/filter.svg) no-repeat center center;
  }
}
@media (max-width: 1023.98px) {
  .catalog {
    overflow: hidden;
  }
  .catalog__carousel {
    overflow: initial;
  }
  .catalog__carousel .swiper-button {
    display: none;
  }
  .catalog__nav ul {
    gap: 15px;
  }
  .catalog__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog__cols .catalog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 609.98px) {
  .catalog__nav {
    margin: 0 -15px 30px;
    padding: 0 15px 3px;
    overflow: auto;
  }
  .catalog__nav ul {
    flex-wrap: nowrap;  
    gap: 10px;  
  }
.catalog__nav li a {
    height: 35px; min-width: 130px;
    max-width: 200px;
    padding: 0 20px;
    font-size: 12px;
  }
.catalog__nav li.active a {
  order: -1;
}
  .catalog .page {
    display: none;
  }
  .catalog__cols {
    position: static;
  }
  .catalog__items {
    gap: 10px;
  }
  .catalog__cols .catalog__items {
    /*grid-template-columns: repeat(1, 1fr);*/
  }
}

.filters__item-title {
  font-weight: 700;
  font-size: 16px;
  color: #323232;
}
.filters__item-toggle {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.filters__item-toggle:after {
  content: "";
  width: 19px;
  height: 9px;
  background: url(../images/icons/arrow-drop.svg) no-repeat;
  transition: all 0.3s ease-in-out;
}
.filters__item-toggle.closed:after {
  transform: rotate(180deg);
}
.filters__item + .filters__item {
  margin-top: 40px;
}
.filters__search {
  margin-bottom: 17px;
}
.filters__stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.filters__list {
  max-height: 280px;
}
.filters__list.opened {
  max-height: 280px;
}
.filters__list ul {
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.filters__list-item {
  color: #323232;
  display: none;
}
.filters__list-item + .filters__list-item {
  margin-top: 12px;
}
.filters__list-item:nth-child(1), .filters__list-item:nth-child(2), .filters__list-item:nth-child(3), .filters__list-item:nth-child(4), .filters__list-item:nth-child(5), .filters__list-item:nth-child(6) {
  display: block;
}
.filters__list.opened .filters__list-item {
  display: block;
}
.filters__linkmore {
  margin-top: 12px;
}
.filters__cost .noUi-tooltip {
  display: none !important;
}
.filters__cost-items {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 6px;
  margin-bottom: 20px;
}
.filters__cost-itemsep {
  width: 16px;
  border-top: 1px solid #C4C4C4;
}
.filters__cost-item__label {
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 24px;
}
.filters__cost-input {
  height: 40px;
  border-radius: 6px;
  margin: 0;
}
.filters__buttons {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1359.98px) {
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh) * 100);
    backdrop-filter: blur(10px);
    background: rgba(153, 151, 151, 0.22);
    padding: 15px 15px;
    z-index: 9999;
    margin: 0;
    overflow: auto;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .filters.opened {
    opacity: 1;
    visibility: visible;
  }
  .filters__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .filters__head {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filters__content {
    height: calc(var(--vh) * 100 - 30px);
    overflow: auto;
    padding: 0px 14px 0px;
    max-width: 710px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
  }
  .filters__buttons {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px 0;
    gap: 10px;
    z-index: 10;
  }
  .filters__close {
    margin-top: 10px;
    display: flex;
    width: 30px;
    height: 30px;
    margin: 0px auto 0;
    z-index: 9;
  }
  .filters__close .icon {
    width: 100%;
    height: 100%;
  }
}
/**************************************************************
.product
**************************************************************/
.stickers__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.stickers__item {
  min-width: 90px;
  height: 30px;
  padding: 0 15px;
  font-weight: 500;
font-size: 12px;
letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;;
  background: #fd5f0f;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 80px;
  height: 27px;
  padding: 0 10px;
  font-size: 11px;
}
.stickers__item + .stickers__item {
  /*margin-top: 5px;*/
}

.product {
  position: relative;
  z-index: 5;
}
.swiper-slide .product {
  height: 100% !important;
}
.product__inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #c2c2c2;
  border-radius: 25px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.product:hover .product__inner {
  border-color: #FD5F0F;
}
.product__stickers {
  position: absolute;
  top: 22px;
  left: 0px;
  z-index: 12;
}
.product__stickers .stickers__item {
  background: #c2c2c2;
  transition: all 0.3s ease-in-out;
}
.product:hover .product__stickers .stickers__item {
  background: #fd5f0f
}
.product .product-item-label-text {
  display: none;
}
.product__photo {
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.product__photo img {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  max-height: 100%;
  transition: all 0.3s ease-in-out;
  transform-origin: left center;
}
.product__photo a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0; margin: 0;
  max-width: 100%;
}
.product__photo:hover img {
  transform: scale(1.05) translate(-50%, -50%);
}
.product__info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product__article {
  font-size: 14px;
  margin-bottom: 5px;
  color: #c2c2c2;
}
.product__title {
  font-size: 16px;
  line-height: 1.3888888889;
  word-break: break-word;
}
.product__title a {
  color: black;
  transition: all 0.3s ease-in-out;
}
.product__title a:hover {
  color: #FD5F0F;
}
.product__prop {
  margin-top: 5px;
  color: #C2C2C2;
  font-size: 12px;
}
.product__stock {
  margin-top: 5px;
  color: #2CDE00;
  font-size: 12px;
}
.product__stock--sold {
  color: #DE0000;
}
.product__rating {
  margin-top: 20px;
}
.product__bottom {
  margin-top: auto;
  padding-top: 20px;
  position: relative;
}
.product__bottom > .btn {
  width: 100%;
  margin-top: 15px;
min-width: 1px;
}
.product__oldprice {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product__oldprice-val {
  font-size: 14px;
  text-decoration: line-through;
  color: #c2c2c2;
}
.product__oldprice-percent {
  font-weight: 500;
  font-size: 14px; color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fd5f0f;
  min-width: 49px;
  height: 30px;
  padding-bottom: 2px;
}
.product__prbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.product__price {
  font-weight: 700;
  font-size: 24px;
  color: #1d1c1c;
  white-space: nowrap
}
.product__buttons {
  flex: 0 0 auto;
}
.product .custom_buy_ob {
  gap: 20px;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.product .custom_buy_ob #in_basket {
  margin: 0;
}

.product-item-info-container {
  margin: 0
}
.product-item-amount {
  padding: 0;
}
.product-item-amount-field-container {
  margin: 0;
  padding: 0 2px;
  width: 82px; max-width: initial;
  background: rgba(229, 229, 229, 1);
  border-radius: 10px;
}
.product-item-amount-description-container {
  display: none;
}
.product-item-amount-field {
  height: 30px;
  color: rgba(63, 63, 63, 1);
  padding-bottom: 1px;
}
.product-item-amount-field-btn-plus,  .product-item-amount-field-btn-minus {
  min-width: 22px !important;
  height: 22px !important;
  background: none !important;
}
.product-item-amount-field-btn-plus::after, .product-item-amount-field-btn-minus::after {
  background-size: 8px;
  opacity: 1;
}

@media (max-width: 609.98px) {
  .product__inner {
    padding: 12px;
    border-radius: 15px;
  }
  .product__photo {
    margin-bottom: 10px;
  }
  .product__title {
    font-size: 12px;
  }
  .product__rating {
    gap: 3px;
    margin-top: 10px;
  }
  .product__rating span {
    width: 12px; height: 12px;
  }
  .product__rating .rating__rev {
    font-size: 12px;
    margin-left: 10px;
  }
  .product__oldprice-percent {
    height: 26px;
    min-width: 42px;
    padding: 0 5px;
  }
  .product__bottom {
    padding-top: 20px;
    gap: 10px;
  }
  .product__price {
    font-size: 20px;
  }
}

/**************************************************************
.pagination 
**************************************************************/
.pagination {
  margin-top: 70px;
  position: relative;
  font-size: 14px;
  color: #000000;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item--next {
  margin-left: 10px;
}
.pagination__item--prev {
  margin-right: 10px;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 1px 2px 0;
  height: 30px;
  min-width: 30px;
  font-weight: 700;
  font-size: 14px;
  color: black;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pagination__link:hover {
  color: #FD5F0F;
}
.pagination__link.current {
  border-color: #FD5F0F;
}
.pagination__item--next .pagination__link, .pagination__item--prev .pagination__link {
  font-size: 10px;
  color: #FD5F0F;
  border-radius: 50px;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  width: auto;
  border-color: #FD5F0F;
}
.pagination__item--next .pagination__link:hover, .pagination__item--prev .pagination__link:hover {
  background: #FD5F0F;
  color: #fff;
}
.pagination__item--next .pagination__link .icon, .pagination__item--prev .pagination__link .icon {
  width: 6px;
  height: 10px;
}
.pagination__tshown {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .pagination {
    margin-top: 50px;
  }
}
@media (max-width: 609.98px) {
  .pagination {
    margin-top: 30px;
  }
}
/**************************************************************
.category
**************************************************************/
.category {
  padding: 50px 0;
  overflow: hidden;
}
.category.pd0 {
  padding: 0;
}
/*.category__carousel {
  padding: 0 60px;
}
.category__carousel::before, .category__carousel::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  background: #fff;
  content: "";
  z-index: 2;
}
.category__carousel::after {
  left: auto;
  right: 0;
}*/

.category__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.category__card {
  border-radius: 25px;
  background: #F2F5F6;
  min-height: 250px; height: 100%;
  padding: 20px 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.3s ease;
}
.category__card:hover {
  color: #FD5F0F;
}
.category__card-title {
  font-size: 20px; line-height: 1;
  font-weight: 500;
  word-break: break-word;
}
.category__card-photo {
  padding-bottom: 80%;
  position: relative;
}
.category__card-photo img {
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
}

.category__list {
  max-width: 820px;
  margin: 0 auto;
}
.category__list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
.category__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.category__list li::before {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #FD5F0F;
  content: "";
}
.category__list li a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1000000015px;
  transition: all 0.3s ease-in-out;
}
.category__list li a:hover {
  color: #FD5F0F;
}
@media (max-width: 1359.98px)  {

  .category__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023.98px) {

  .category__carousel {
    overflow: initial;
    padding: 0;
  }
  .category__carousel::before, .category__carousel::after {
    display: none;
  }
  .category__carousel .swiper-button {
    display: none;
  }
  .category__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .category__card-title {
    font-size: 18px;
  }
  .category__list li a {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .category {
    padding: 0;
  }
  .category__list ul {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .category__items {
    grid-gap: 15px;
  }
}
@media (max-width: 609.98px) {
  .category__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .category__card {
    min-height: 150px;
    padding: 15px 9px 10px;
    border-radius: 10px;
  }
  .category__card-title {
    font-size: 12px;
  }
  .category__list li a {
    font-size: 16px;
  }
}

/**************************************************************

**************************************************************/
.bnrs {

}
.bnrs__slider {
  border-radius: 25px;
  overflow: hidden;
}
.bnrs__item {
  border-radius: 25px;
  background: #18B0C8;  
  min-height: 370px;
  display: flex;
  align-items: center;
  color: #fff;
}
.bnrs__item-info {
  padding: 20px 0 20px 70px;
  flex: 0 0 auto;
  width: 450px;
}
.bnrs__item-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}
.bnrs__item-buttons {
  margin-top: 30px;
}
.bnrs__item-img {
  align-self: stretch;
  flex: 1 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bnrs__item-img img {
  max-height: 100%
}
@media (max-width: 1359.98px) {
  .bnrs__item {
    min-height: 300px;
  }
  .bnrs__item-info {
    width: 420px;
  }
  .bnrs__item-title {
    font-size: 40px;
    text-wrap: balance;
  }

}
@media (max-width: 1023.98px) {
  .bnrs__slider {
    border-radius: 0;
  }
  .bnrs__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .bnrs__item-info {
    width: 100%;
    max-width: 600px;
    padding: 35px 50px 20px;
  }
  .bnrs__item-img {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1 / 0.4;
  }

}
@media (max-width: 609.98px) {
  .bnrs__item {
    border-radius: 15px;
  }
  .bnrs__item-info {
    padding: 30px 20px 20px;
  }
  .bnrs__item-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .bnrs__item-buttons .btn {
    width: 100%; max-width: 440px;
  }

}

/**************************************************************

**************************************************************/
.detail {
  font-size: 14px;
}
.detail__cols {
  display: flex;
  gap: 30px;
  margin-bottom: 70px;
}
.detail__photos {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  grid-gap: 30px;
}
.detail__slider {
  width: 430px;
  min-height: 430px;
  position: relative;
}
.detail__slider .swiper-button-nav {
  display: none;
}
.detail__slider-item {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 10px;
  border-radius: 20px;
  border: 1px solid #C2C2C2;
  margin-bottom: 1px;
}
.detail__slider-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.detail__thumbs {
  width: 76px;
  height: 410px;
  padding: 36px 0;
  /*margin-top: -36px;*/
}
.detail__thumbs:before,
.detail__thumbs:after {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 34px;
  background: #fff;
  content: '';
  z-index: 2;
  display: block;
}
.detail__thumbs:after {
  top: auto; bottom: 0;
}
.detail__thumbs .swiper-button {
  width: 100%;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5F0F;
}
.detail__thumbs .swiper-button .icon {
  width: 16px;
  height: 9px;
  transform: rotate(90deg);
}
.detail__thumbs .swiper-button-next {
  top: auto;
  bottom: 0;
}
.detail__thumbs .swiper-button-disabled {
  display: none;
}
.detail__thumbs .swiper-slide {
  cursor: pointer;
}
.detail__thumbs-item {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail__thumbs-item img {
  max-width: 90%;
  max-height: 90%;
}
.swiper-slide-thumb-active .detail__thumbs-item {
  border-color: #FD5F0F;
}
.detail__info {
/*  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;*/
  font-size: 14px;
  max-width: 530px;
  color: #818181;
}
.detail__info > * + * {
  margin-top: 25px;
}
.detail__info-right {
  width: 290px;
}
.detail__ratcd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.detail__title {
  text-wrap: balance;
  font-size: 28px;
  margin-bottom: 30px;
  color: #1D1C1C;
}
.detail__code {
}
.detail__favore {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: none;
  font-family: "CeraPro", sans-serif;
  font-size: 14px; color: #818181;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s ease;
}
.detail__favore:hover {
  color: #FD5F0F;
}
.detail__favore svg {
  width: 18px;
  flex: 0 0 auto;
}
.detail__favore.added svg path {
  fill: #FD5F0F;
}
.detail__favore .in {
  display: none;
}
.detail__favore.added .to {
  display: none;
}
.detail__favore.added .in {
  display: block;
}
.detail__rating .rating__rev {
  color: #818181;
}
.detail__box {
  margin-bottom: 25px;
}
.detail__box-title {
  color: #4E4E4E;
  margin-bottom: 15px;
}
.detail__box-link {
  margin-top: 20px;
  display: inline-block;
  color: #FD5F0F;
  font-weight: bold;
}
.detail__box-link:hover {
  text-decoration: underline;
}
.detail__charact {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 0.8fr);
  grid-gap: 15px 0;
  justify-content: space-between;
  align-items: start;
  font-size: 14px;
  max-width: 440px;
}
.detail__charact-label {
  color: #818181;
  position: relative;
  padding-right: 20px;
}
.detail__charact-label span {
  background: #fff;
}
.detail__charact-label:after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  border-bottom: 0.5px dashed #D8D8D8;
  z-index: -1;
  content: "";
}
.detail__charact-val {
  color: #4E4E4E;
  word-break: break-word;
}
.detail__ord {

}
.detail__oldprice {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail__oldprice-val {
  font-size: 14px;
  text-decoration: line-through;
  color: #c2c2c2;
}
.detail__oldprice-percent {
  font-weight: 500;
  font-size: 14px; color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fd5f0f;
  min-width: 49px;
  height: 30px;
  padding-bottom: 2px;
}
.detail__price {
  font-weight: 700;
  font-size: 32px;
  color: #1d1c1c;
  white-space: nowrap
}
.detail__buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}
.detail__line {
  margin: 40px 0;
  border-top: 0.5px solid #D8D8D8;
}
.detail__section {
  margin-bottom: 60px;
}
.detail__section-title {
  margin-bottom: 30px;
  font-size: 32px;
  color: #373F41;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.detail__section-content {
  max-width: 640px;
}
.detail__section-content .content__text {
  font-size: 14px; color: #4E4E4E;
}
.detail__section-cols {
  display: grid;
  grid-template-columns: minmax(auto, 920px) 320px;
  grid-gap: 30px;
  justify-content: space-between;
  max-width: 100%
}
.detail__section-cols-2 {
  column-gap: 60px;
  column-count: 3;
  max-width: 100%;
}
.detail__section-cols-2 > * {
-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
.detail__section .detail__charact {
  /*font-size: 12px;*/
}
.detail__content {
  font-size: 14px;
}
@media (max-width: 1359.98px) {
  .detail__photos {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    min-width: 1px;
    width: 400px;
  }
  .detail__slider {
    width: 100%;
  }
  .detail__thumbs {
    order: 2;
    padding: 0 0 5px;
    width: 100%;
    height: auto;
    /*margin: 30px 0 0;*/
  }
  .detail__thumbs:before,
  .detail__thumbs:after {
    display: none;
  }
  .detail__thumbs .swiper-button {
    display: none;
  }
  .detail__thumbs-item {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  .detail__thumbs-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .detail__info {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
  .detail__info-right {
    width: 100%;
    order: -1;
  }
  .detail__section-cols-2 {
    column-count: 2;
    column-gap: 20px;
  }
}
@media (max-width: 1023.98px) {
  .detail__photos {
    width: 300px;
  }
  .detail__slider {
    min-height: 1px;
  }
  .detail__ratcd {
    margin-bottom: 30px;
  }
  .detail__buttons {
    flex-direction: column;
  }
  .detail__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .detail__section-cols {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .detail__section-cols-2 {
    grid-template-columns: 1fr;
    grid-gap: 3px;
  }
  .detail__section-right {
    order: -1;
  }
}
@media (max-width: 767.98px) {

  .detail__section-cols-2 {
    column-count: initial;
    column-gap: 20px;
  }
}
@media (max-width: 609.98px) {
  .detail .phead {
    margin-bottom: 25px;
  }
  .detail__cols {
    flex-direction: column;
    gap: 20px;
  }
  .detail__photos {
    width: 100%;
  }
  .detail__slider {
    min-height: 1px;
  }
  .detail__thumbs {
    margin-top: 15px;
  }
  .detail__charact {
    grid-template-columns: 1fr minmax(auto, 0.7fr);
  }
  .detail__charact-label {
    padding-right: 30px;
  }
  .detail__charact-val {
    max-width: 160px;
  }
  .detail__section {
    margin-bottom: 50px;
  }
}
/**************************************************************

**************************************************************/
.brands {
  overflow: hidden;
}
.brands__carousel {
  padding: 0 95px;
}
.brands__carousel::before, .brands__carousel::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75px;
  background: #fff;
  content: "";
  z-index: 2;
}
.brands__carousel::after {
  left: auto;
  right: 0;
}
.brands__citem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands__citem img {
  max-height: 150px;
  max-width: 150px;
}
.brands__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 60px 30px;
}
.brands__item {
  text-align: center;
  position: relative;
}
.brands__item-img {
  position: relative;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 25px;
}
.brands__item-img::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #C4C4C4;
  content: "";
  z-index: -1;
  border-radius: 25px;
}
.brands__item-img img {
  max-height: 100%;
}
.brands__item-hlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FD5F0F;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.brands__item-img:hover .brands__item-hlink {
  opacity: 1;
  visibility: visible;
}
.brands__item-name {
  font-size: 20px;
}
.brands__item-name a {
  transition: all 0.3s ease-in-out;
}
.brands__item-name a:hover {
  color: #FD5F0F;
}
@media (max-width: 1359.98px) {
  .brands__items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1023.98px) {
  .brands__carousel {
    padding: 0;
  }
  .brands__carousel::before, .brands__carousel::after {
    display: none;
  }
  .brands__carousel .swiper-button {
    display: none;
  }
  .brands__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
  }
}
@media (max-width: 609.98px) {
  .brands__carousel {
    overflow: initial;
  }
  .brands__citem img {
  max-height: 100px;
  max-width: 100px;
  }
  .brands__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
.brands__item-img::after {
  border-radius: 15px;
}
}
@media (max-width: 399.98px) {
  .brands__items {
   /* grid-template-columns: auto;
    justify-content: center;*/
  }
  .brands__item {
    /*width: 180px;*/
  }
}

/**************************************************************

**************************************************************/
.whyme__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.whyme__item-icon {
  height: 70px;
  width: 70px;
  border: 1px solid #C4C4C4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.whyme__item-icon img {
  max-height: 50%;
  max-width: 50%;
}
.whyme__item-title {
  font-size: 24px;
  font-weight: 500;
}
.whyme__item-desc {
  margin-top: 15px;
  max-width: 260px;
  color: #373f41;
}
@media (max-width: 1359.98px) {
  .whyme__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .whyme__item {
    text-align: center;
  }
  .whyme__item-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .whyme__item-desc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 609.98px) {
  .whyme__items {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    justify-content: center;
  }
  .whyme__item-icon {
    margin-bottom: 16px;
  }
}

/**************************************************************
.blog
**************************************************************/
.blog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.blog__items.items--gap {
  grid-gap: 43px 30px;
}
.blog__item {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.blog__item-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  height: 100%;
}
.blog__item:hover .blog__item-inner {
  border-color: #FD5F0F;
  transition: all 0.3s ease-in-out;
}
.blog__item-title {
  max-width: 300px;
  font-size: 18px;
  color: #000;
}
.blog__item-title a {
  transition: all 0.3s ease-in-out;
}
.blog__item-title:hover a {
  color: #FD5F0F;
}
.blog__item-bottom {
  margin-top: auto;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__item-props {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog__item-prop {
  color: #818181;
  font-size: 12px;
}
.blog__item-link {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #FD5F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5F0F;
  transition: all 0.3s ease-in-out;
}
.blog__item-link .icon {
  width: 16px;
  height: 16px;
}
@media (hover: hover) {
  .blog__item-link:hover {
    background: #FD5F0F;
    border-color: #FD5F0F;
    color: #fff;
  }
}
.blog__itemph {
  display: flex;
  flex-direction: column;
}
.blog__itemph-photo {
  position: relative;
  overflow: hidden;
  padding-bottom: 46%;
  border-radius: 30px 30px 0 0;
}
.blog__itemph-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.blog__itemph-photo:hover img {
  transform: scale(1.05);
}
.blog__itemph-body {
  flex: 1 0 0;
  padding: 15px 20px 25px;
  border: 1px solid #E9E9E9;
  border-top: 0;
}
.blog__itemph-date {
  margin-bottom: 15px;
  font-size: 15px;
  color: #6F7070;
}
.blog__itemph-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #373F41;
}
.blog__itemph-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.blog__itemph-title a:hover {
  color: #FD5F0F;
}
@media (max-width: 1023.98px) {
  .blog__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__item:last-child {
    display: none;
  }
}
@media (max-width: 609.98px) {
  .blog__items {
    grid-template-columns: 1fr;
    grid-gap: 14px;
  }
  .blog__items.items--gap {
    grid-gap: 36px;
  }
  .blog__item:last-child {
    display: block;
  }
  .blog__item:not(:first-child) {
    border-top: none;
  }
  .blog__itemph-photo {
    padding-bottom: 50%;
  }
  .blog__itemph-body {
    padding: 10px 15px 15px;
    min-height: 150px;
    flex: 0 0 auto;
  }
  .blog__itemph-date {
    margin-bottom: 10px;
  }
  .blog__itemph-title {
    font-size: 16px;
    line-height: 140%;
  }
}

/**************************************************************
.blogd
**************************************************************/
.blogd__head {
  margin-bottom: 40px;
}
.blogd__title {
  text-transform: none;
  font-weight: normal;
}
.blogd__props {
  margin-top: 25px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E1E1E1;
}
.blogd__prop {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #C4C4C4;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.blogd__prop:not(:last-child):after {
  margin-left: 16px;
  width: 3px;
  height: 3px;
  background: #C4C4C4;
  border-radius: 100px;
  content: "";
}
.blogd__photo {
  margin-bottom: 40px;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.blogd__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 609.98px) {
  .blogd__head {
    margin-bottom: 30px;
  }
  .blogd__photo {
    margin-bottom: 30px;
    border-radius: 10px;
  }
}

/**************************************************************

**************************************************************/
.contacts__cols {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.contacts__item {
  max-width: 460px;
  min-width: 200px;
}
.contacts__item-title {
  font-weight: 500;
  font-size: 20px;
  color: #3f3f3f;
  margin-bottom: 25px;
}
.contacts__item-val {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.contacts__item-val:is(a):hover {
  color: #FD5F0F;
}
.contacts__item-val a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.contacts__item-val a:hover {
  text-decoration: none;
  color: #FD5F0F;
}
.contacts__social {
  margin-top: 35px;
}
@media (max-width: 1023.98px) {
  .contacts__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 30px;
  }
  .contacts__social {
    margin-top: 0;
  }
}
@media (max-width: 609.98px) {
  .contacts__cols {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .contacts__item-title {
    margin-bottom: 20px;
  }
  .contacts__item-val {
    margin-top: 15px;
  }
}

/**************************************************************

**************************************************************/
.blocks__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.blocks__image {
  flex: 0 0 auto;
  width: calc(50% - 15px);
  overflow: hidden;
}
.img--md .blocks__image {
  max-width: 560px;
}
.blocks__image-wrap {
  padding-bottom: 55%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.img--md .blocks__image-wrap {
  padding-bottom: 65%;
}
.blocks__image-wrap.wow:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
  height: 100%;
  z-index: 5;
  transition: all 1.2s ease-in-out;
  transition-delay: inherit;
  content: "";
  background: #fff;
}
.blocks__image-wrap.animated:before {
  transform: translateX(-100%);
}
.blocks__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blocks--reverse .blocks__image {
  order: -1;
}
.blocks--reverse .blocks__image-wrap.wow::before {
  left: auto;
  right: 0;
}
.blocks--reverse .blocks__image-wrap.animated:before {
  transform: translateX(100%);
}
.blocks__info {
  flex: 1 0 0;
  max-width: 680px;
  padding: 64px 80px 64px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blocks--reverse .blocks__info {
  max-width: 100%;
  padding-right: 0;
  padding-left: 80px;
}
.blocks__title {
  text-transform: none;
}
.blocks__text {
  margin-top: 30px;
  color: #373F41;
  font-size: 18px;
  line-height: 1.2222222222;
  text-wrap: balance;
}
.blocks__text > * + * {
  margin-top: 15px;
}
.blocks__buttons {
  margin-top: 40px;
}
@media (max-width: 1359.98px) {
  .blocks__info {
    padding: 30px 50px 30px 0;
  }
  .blocks--reerse .blocks__info {
    padding-left: 50px;
  }
}
@media (max-width: 1023.98px) {
  .blocks__inner {
    flex-direction: column;
  }
  .blocks__info {
    padding: 0 !important;
  }
  .blocks__image {
    width: 100%;
    order: 5 !important;
  }
}
@media (max-width: 609.98px) {
  .blocks__inner {
    gap: 24px;
  }
  .blocks__text {
    font-size: 14px;
    margin-top: 25px;
  }
}

/**************************************************************

**************************************************************/
.numbers__items {
  display: flex;
  justify-content: space-around;
  gap: 40px 30px;
  flex-wrap: wrap;
}
.numbers__item {
  max-width: 330px;
  text-align: center;
}
.numbers__item-title {
  font-size: 46px;
  color: #FD5F0F;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.numbers__item-text {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}

/**************************************************************

**************************************************************/
.workmap__inner {
  text-align: center;
}
.workmap__inner img {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

/**************************************************************

**************************************************************/
.partners__carousel {
  padding: 0 60px;
}
.partners__carousel::before, .partners__carousel::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55px;
  background: #fff;
  content: "";
  z-index: 2;
}
.partners__carousel::after {
  left: auto;
  right: 0;
}
.partners__citem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__citem img {
  max-height: 125px;
}
@media (max-width: 1023.98px) {
  .partners__carousel {
    padding: 0;
  }
  .partners__carousel::before, .partners__carousel::after {
    display: none;
  }
  .partners__carousel .swiper-button {
    display: none;
  }
}

/**************************************************************

**************************************************************/
.reviews__slider {
  border-radius: 25px;
  background: #F2F2F2;
  position: relative;
}
.reviews__slider::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 1px solid #ECECEC;
  content: "";
}
.reviews__item {
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  padding: 22px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.reviews__item-photo {
  width: 160px;
  flex: 0 0 auto;
  position: relative;
}
.reviews__item-photo__wrap {
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.reviews__item-photo__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.reviews__item-play {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.reviews__item-info {
  padding-top: 10px;
}
.reviews__item-name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.reviews__item-text {
  margin-top: 12px;
  font-size: 14px; color: #373F41;
  letter-spacing: 0.03em;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews__item-lmore {
  margin-top: 25px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #FD5F0F;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .reviews__item-lmore:hover {
    color: #CC4B0A;
  }
}
.reviews__ptext {
  text-align: left;
  font-size: 16px;
}
.reviews__diagnosis {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  max-width: 800px;
}
.reviews__carousel .reviews__diagnosis {
  display: none;
}
.reviews__ptext .reviews__diagnosis {
  gap: 15px;
}
.reviews__diagnosis-photo {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 300px;
  height: 170px;
}
.reviews__ptext .reviews__diagnosis-photo {
  width: 250px;
  height: 120px;
}
.reviews__diagnosis-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.reviews__diagnosis-info {
  flex: 1 0 0;
}
.reviews__diagnosis-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: -5px;
}
.reviews__ptext .reviews__diagnosis-title {
  font-size: 16px;
}
.reviews__diagnosis-text {
  max-width: 670px;
  margin-top: 15px;
  font-size: 16px;
}
.reviews__ptext .reviews__diagnosis-text {
  font-size: 12px;
  margin-top: 10px;
}
.reviews__blocks.mb {
  margin-bottom: 45px;
}
.reviews__block {
  padding: 45px 0 60px;
  display: flex;
  align-items: flex-start;
  gap: 55px;
  border-bottom: 1px solid #E5E5E5;
}
.reviews__block:first-child {
  padding-top: 0;
}
.reviews__block-photo {
  width: 160px;
  flex: 0 0 auto;
  position: relative;
}
.reviews__block-photo__wrap {
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.reviews__block-photo__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.reviews__block-play {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 5;
}
.reviews__block-name {
  font-size: 24px;
  font-weight: 500;
  margin-top: -5px;
}
.reviews__block-text {
  text-wrap: balance;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.1;
  max-width: 820px;
}
.reviews__block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.reviews__block-link {
  font-weight: 600;
  font-size: 12px;
  color: #164D80;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.3s ease-in-out;
}
.reviews__block-link:hover {
  color: #0366A5;
}
.reviews__rating {
  margin-bottom: 100px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.reviews__rating-item img {
  max-height: 30px;
}
@media (max-width: 1329.98px) {

  .reviews__slider .swiper-pagination {
    bottom: 40px;
    left: 304px;
  }
  .reviews__item-photo {
    width: 140px;
  }
}
@media (max-width: 1023.98px) {
  .reviews__slider .swiper-button {
    display: none;
  }
  .reviews__slider .swiper-pagination {
    left: 238px;
  }
  .reviews__item {
    padding: 22px 25px 40px 40px;
  }
  .reviews__item-photo {
    width: 180px;
  }
  .reviews__block {
    gap: 30px;
  }
}
@media (max-width: 609.98px) {
  .reviews {
    overflow: hidden;
  }
  .reviews__slider .swiper-pagination {
    bottom: 24px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .reviews__carousel {
    overflow: initial;
  }
  .reviews__carousel .swiper-slide {
    width: 324px;
  }
  .reviews__item {
    flex-direction: column;
    gap: 20px;
    padding: 22px 25px 25px 20px;
  }
  .reviews__item-photo {
    width: 110px;
  }
  .reviews__item-play {
    width: 44px;
    height: 44px;
  }
  .reviews__diagnosis {
    flex-direction: column;
    gap: 25px !important;
  }
  .reviews__diagnosis-title {
    font-size: 18px !important;
  }
  .reviews__diagnosis-text {
    font-size: 14px !important;
  }
  .reviews__blocks.mb {
    margin-bottom: 30px;
  }
  .reviews__block {
    flex-direction: column;
    gap: 20px;
    padding: 25px 0;
  }
  .reviews__block:last-child {
    border-bottom: 1px solid #E5E5E5;
  }
  .reviews__block-photo {
    width: 110px;
    height: 110px;
  }
  .reviews__block-play {
    right: -10px;
    bottom: 3px;
  }
}
@media (max-width: 360px) {
  .reviews__item {
    padding-left: 25px;
  }
  .reviews__item-photo {
    width: 200px;
  }
  .reviews__item-play {
    width: 45px;
    height: 45px;
  }
}


/**************************************************************

**************************************************************/
.ordform__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.ordform__info {
  flex: 1 0 0;
  max-width: 450px;
}
.ordform__intro {
  margin-top: 25px;
}
.ordform__buttons {
  margin-top: 40px;
}
.ordform__photo {
  width: 50%;
  max-width: 640px;
  padding-bottom: 33%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.ordform__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023.98px) {
  .ordform__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .ordform__info {
    flex: 0 0 auto;
  }
  .ordform__photo {
    width: 100%;
    padding-bottom: 50%;
  }
}
@media (max-width: 609.98px) {
  .ordform__inner {
    gap: 24px;
  }
  .ordform__intro {
    margin-top: 20px;
    font-size: 14px;
  }
  .ordform__photo {
    padding-bottom: 70%;
  }
  .ordform__buttons {
    margin-top: 24px;
  }
}

/**************************************************************

**************************************************************/
.faq__items {
  border-top: 1px solid #D9D9D9;
}
.faq__item {
  padding: 30px 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.faq__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.faq__item-title {
  line-height: 1.18;
  font-size: 28px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.faq__item-plus {
  flex: 0 0 auto;
  margin-top: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FD5F0F;
  transition: all 0.3s ease-in-out;
}
.faq__item-plus .icon {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .faq__item-head:hover .faq__item-title {
    color: #FD5F0F;
  }
}
.faq__item.opened .faq__item-plus {
  transform: scale(1, -1);
}
.faq__item-body {
  display: none;
  max-width: 980px;
  padding-top: 20px;
  font-size: 18px; color: #3E3E3E
}
.faq__item-body > * {
  margin-bottom: 10px;
}
@media (max-width: 1023.98px) {
  .faq__item-title {
    font-size: 22px;
  }
  .faq__item-body {
    padding-top: 20px;
    padding-right: 100px;
  }
}
@media (max-width: 609.98px) {
  .faq__item {
    padding: 20px 0;
  }
  .faq__item-title {
    font-size: 20px;
    min-height: 46px;
  }
  .faq__item-plus {
    width: 20px;
    height: 20px;
  }
  .faq__item-body {
    padding-right: 0;
    font-size: 16px;
  }
}


/**************************************************************

**************************************************************/
.basket {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  backdrop-filter: blur(10px);
  background: rgba(153, 151, 151, 0.22);
  z-index: 999;
}
.basket__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.basket__box {
  width: 735px;
  height: calc(var(--vh) * 100);
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  display: flex;
}
.basket__addm {
  flex: 0 0 auto;
  width: 225px;
}
.basket__addm-body {
  padding: 30px;
}
.basket__addm-title {
  font-family: "Cera Pro";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.basket__addit + .basket__addit {
  margin-top: 30px;
}
.basket__addit-photo {
  padding-bottom: 125%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
.basket__addit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.basket__addit-photo:hover img {
  transform: scale(1.05);
}
.basket__addit-title {
  font-family: "Cera Pro";
}
.basket__addit-title a {
  transition: all 0.3s ease-in-out;
}
.basket__addit-title a:hover {
  color: #615F60;
}
.basket__addit-price {
  margin-top: 14px;
  font-family: "Cera Pro";
}
.basket__addit-price__current {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.basket__addit-price__old {
  color: #818181;
  text-decoration: line-through;
  white-space: nowrap;
}
.basket__addit-price__sale {
  margin-left: 12px;
  font-size: 12px;
  color: #2CDE00;
  white-space: nowrap;
}
.basket__addit-buttons {
  margin-top: 14px;
}
.basket__addit-btn {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: none;
  border: 1px solid #EDEDED;
  border-left: none;
  border-right: none;
  font-family: "Cera Pro";
  font-size: 14px;
  color: #2B2829;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.basket__addit-btn .icon {
  width: 20px;
  height: 20px;
}
.basket__addit-btn:hover {
  background: #EDEDED;
}
.basket__cont {
  flex: 1 0 0;
  height: 100%;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.basket__pdlr {
  padding-left: 30px;
  padding-right: 60px;
}
.basket__head {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #EDEDED;
}
.basket__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.basket__close .icon {
  width: 100%;
  height: 100%;
}
.basket__close:hover .icon {
  transform: scale(1.1);
}
.basket__title {
  font-size: 24px;
  font-weight: 300;
  font-family: "Cera Pro";
  position: relative;
  display: inline-block;
}
.basket__count {
  width: 16px;
  height: 16px;
  background: #4A4A4A;
  border-radius: 100%;
  position: absolute;
  top: -3px;
  left: 100%;
  margin-left: 9px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-family: "Cera Pro";
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket__body {
  flex: 1 0 0;
  overflow: hidden;
}
.basket__items {
  padding-top: 50px;
  padding-bottom: 30px;
}
.basket__item {
  display: flex;
  align-items: flex-start;
}
.basket__item + .basket__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #EDEDED;
}
.basket__item-photo {
  flex: 0 0 auto;
  width: 115px;
  margin-right: 24px;
}
.basket__item-photo__wrap {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-bottom: 125%;
}
.basket__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.basket__item-info {
  padding-top: 10px;
  position: relative;
  flex: 1 0 0;
}
.basket__item-remove {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
.basket__item-remove:hover {
  text-decoration: none;
  color: #615F60;
}
.basket__item-title {
  font-family: "Cera Pro";
  max-width: 210px;
}
.basket__item-title a {
  transition: all 0.3s ease-in-out;
}
.basket__item-title a:hover {
  color: #615F60;
}
.basket__item-counter {
  margin-top: 20px;
}
.basket__item-price {
  margin-top: 20px;
  font-family: "Cera Pro";
}
.basket__item-price__current {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.basket__item-price__old {
  color: #818181;
  text-decoration: line-through;
  white-space: nowrap;
}
.basket__item-price__sale {
  margin-left: 12px;
  font-size: 12px;
  white-space: nowrap;
}
.basket__pcode {
  margin-top: 20px;
}
.basket__pcode-title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}
.basket__pcode-form {
  display: flex;
}
.basket__pcode-form .input {
  height: 30px;
  border-radius: 6px 0 0 6px;
  border-right: none;
  flex: 1 0 0;
  font-size: 14px;
}
.basket__pcode-form .btn {
  border-radius: 0 6px 6px 0;
  height: 30px;
  font-size: 12px;
  text-transform: initial;
}
.basket__pcode-form .btn::after {
  display: none;
}
.basket__bottom {
  margin-top: 30px;
  padding: 15px 15px 15px 30px;
  background: #2B2829;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 30px;
}
.basket__itog {
  font-family: "Cera Pro";
  font-size: 24px;
  font-weight: 500;
}
.basket__go {
  text-transform: uppercase;
  font-family: "Cera Pro";
}
.basket__go:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .basket__box {
    width: 100%;
    flex-direction: column;
  }
  .basket__addm {
    display: none;
  }
  .basket__addm-body {
    margin-top: 30px;
    padding: 0 15px;
  }
  .basket__additems {
    display: flex;
    gap: 30px;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px 5px;
  }
  .basket__addit {
    flex: 0 0 auto;
    width: 165px;
    margin-top: 0 !important;
  }
  .basket__cont {
    overflow: auto;
  }
  .basket__head {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .basket__pdlr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .basket__body {
    min-height: 300px;
  }
  .basket__items {
    padding-top: 30px;
  }
  .basket__item-photo {
    width: 105px;
    margin-right: 16px;
  }
  .basket__item-info {
    padding-top: 0;
  }
  .basket__bottom {
    padding: 15px 20px;
  }
  .basket__itog {
    font-size: 20px;
  }
}

/**************************************************************

**************************************************************/
.order__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  max-width: 1155px;
  margin: 0 auto;
}
.order__types {
  margin-bottom: 30px;
  display: flex;
  gap: 50px;
  font-weight: 500;
  font-family: "Cera Pro";
}
.order__fhead {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.order__ftitle {
  font-family: "Cera Pro";
  font-weight: 500;
  font-size: 24px;
}
.order__fprice {
  font-size: 20px;
  font-weight: bold;
  font-family: "Cera Pro";
}
.order__inputs {
  max-width: 480px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 40px 30px 35px;
}
.order__delivery {
  margin: 40px 0 30px;
}
.order__dlvitem {
  padding-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
}
.order__dlvitem + .order__dlvitem {
  margin-top: 20px;
}
.order__dlvitem-label {
  cursor: pointer;
  display: block;
}
.order__dlvitem-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cera Pro";
  font-weight: 500;
}
.order__dlvitem-title {
  flex: 1 0 0;
}
.order__dlvitem-desc {
  margin-top: 10px;
  padding-left: 30px;
  font-size: 12px;
  color: #C3C3C3;
  font-weight: 500;
}
.order__dlvitem-lmap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.order__dlvitem-lmap:hover {
  text-decoration: none;
}
.order__dlvitem-lmap img {
  flex: 0 0 auto;
  width: 12px;
}
.order__policy {
  cursor: pointer;
  display: block;
}
.order__policy + .order__policy {
  margin-top: 30px;
}
.order__policy-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cera Pro";
  font-weight: 500;
}
.order__policy-title {
  flex: 1 0 0;
  font-size: 16px;
}
.order__policy-desc {
  margin-top: 8px;
  padding-left: 30px;
  font-size: 12px;
  color: #C3C3C3;
  font-weight: 500;
  max-width: 380px;
}
.order__policy-desc a {
  text-decoration: underline;
}
.order__policy-desc a:hover {
  text-decoration: none;
}
.order__buttons {
  margin-top: 50px;
}
.order__buttons.mt--md {
  margin-top: 16px;
}
.order__basket-row {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #EDEDED;
  display: flex;
  justify-content: space-between;
  font-family: "Cera Pro";
  font-weight: 500;
  font-size: 18px;
}
.order__basket-val {
  font-size: 20px;
}
.order__basket-itog {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.order__pcard {
  margin: 0 auto;
}
.order__icols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 30px;
}
.order__idate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}
.order__thank {
  padding-top: 60px;
}
.order__thank-buttons {
  text-align: center;
}
.order__thank-buttons .btn {
  min-width: 310px;
}
@media (max-width: 1023.98px) {
  .order__cols {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .order__buttons {
    margin-top: 20px;
  }
}
@media (max-width: 478.98px) {
  .order__types {
    gap: 15px 25px;
    flex-wrap: wrap;
  }
  .order__inputs {
    padding: 0;
    border: none;
  }
  .order__icols {
    grid-template-columns: 2fr 1fr;
    grid-gap: 0 20px;
  }
}

/**************************************************************

**************************************************************/
.auth {
  margin-top: 30px;
  margin-bottom: 40px;
}
.auth__cols {
/*  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;*/
}
.auth__photo {
  height: calc(var(--vh) * 100 - 100px);
  min-height: 30vh;
  position: relative;
  display: none;
}
.auth__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.auth__info {
  /*padding-left: 95px;*/
  text-align: center;
}
.auth__form {
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1023.98px) {
  .auth {
    margin: 40px 0;
  }
  .auth__cols {
    grid-template-columns: 1fr;
  }
  .auth__photo {
    display: none;
  }
  .auth__info {
    text-align: center;
    padding-left: 0;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .auth__form {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

/**************************************************************

**************************************************************/
.lknav {
  margin-bottom: 40px;
  padding-bottom: 65px;
  border-bottom: 1px solid #DCDCDC;
}
.lknav ul {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.lknav li a {
  display: block;
  width: 100%;
  position: relative;
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.lknav li a:hover {
  color: #414647;
}
.lknav li.active a {
  color: #414647;
}
.lknav li.active a::after {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
  background: #414647;
  border-radius: 10px;
  content: "";
}
@media (max-width: 767.98px) {
  .lknav {
    padding-bottom: 20px;
  }
  .lknav ul {
    overflow: auto;
    padding: 0 15px 5px;
    margin: 0 -15px;
    justify-content: flex-start;
  }
  .lknav li.active {
    order: -1;
  }
  .lknav li a {
    text-align: left;
  }
  .lknav li a::after {
    margin-top: 15px !important;
  }
}

/**************************************************************

**************************************************************/
.lk__table {
  max-width: 600px;
}
.lk__table-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  grid-gap: 20px;
  font-size: 18px;
  color: #414647;
}
.lk__table-row + .lk__table-row {
  margin-top: 45px;
}
.lk__table-label {
  font-weight: 500;
}
.lk__table-val {
}
.lk__buttons {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lk__exit {
  text-align: center;
  margin-top: 90px;
}
.lk__exit-title {
  font-size: 30px;
}
.lk__exit-buttons {
  max-width: 330px;
  width: 100%;
  margin: 30px auto 0;
}
.lk__exit-buttons {
  
}
.lk__form {
  max-width: 340px;
}
@media (max-width: 609.98px) {
  .lk__table-row {
    grid-template-columns: 150px 1fr;
    grid-gap: 15px;
    font-size: 16px;
  }
  .lk__table-row + .lk__table-row {
    margin-top: 30px;
  }
  .lk__exit {
    margin-top: 50px;
  }
.lk__exit-title {
  font-size: 22px;
}
}

/**************************************************************

**************************************************************/
.orders__block {
  position: relative;
  border-bottom: 1px solid #B3B3B3;
}
.orders__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 40px;
}
.orders__row--head {
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 18px;
  border-bottom: 1px solid #B3B3B3;
}
.orders__col {
  flex: 0 0 auto;
  width: 150px;
  color: #4A4A4A;
}
.orders__col-label {
  display: none;
}
.orders__col.col--sm {
  width: 100px;
}
.orders__open {
  position: absolute;
  left: 0;
  top: 19px;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icons/drop-black.svg) no-repeat center center;
  background-size: 100%;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.orders__open.active {
  transform: scale(1, -1);
}
.orders__body {
  display: none;
  padding: 10px 40px 45px;
}
.orders__item {
  display: flex;
  align-items: center;
  gap: 60px;
}
.orders__item + .orders__item {
  margin-top: 20px;
}
.orders__item-photo {
  width: 95px;
  height: 110px;
  flex: 0 0 auto;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  position: relative;
  overflow: hidden;
}
.orders__item-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%
}
.orders__item-info {
  max-width: 340px;
}
.orders__item-title {
  font-size: 18px;
  text-wrap: balance;
  max-width: 340px;
  transition: all 0.3s;
}
a.orders__item-title:hover {
  color: #FD5F0F;
}
.orders__item-price {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.orders__delivery {
  margin-top: 40px;
}
.orders__delivery-title {
  font-weight: 500;
}
.orders__delivery-desc {
  margin-top: 10px;
  font-size: 12px;
  color: #C3C3C3;
  font-weight: 500;
}
.orders__delivery-lmap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.orders__delivery-lmap:hover {
  text-decoration: none;
}
.orders__delivery-lmap img {
  flex: 0 0 auto;
  width: 12px;
}
@media (max-width: 1359.98px) {
  .orders__row {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 0;
    gap: 15px;
  }
  .orders__row--head {
    font-size: 16px;
  }
  .orders__col {
    width: 120px;
  }
  .orders__col.col--sm {
    width: 80px;
  }
  .orders__body {
    padding-left: 30px;
  }
}
@media (max-width: 1023.98px) {
  .orders__block {
    padding: 15px 0 15px 30px;
  }
  .orders__row {
    flex-direction: column;
    padding-left: 0;
  }
  .orders__row--head {
    display: none;
  }
  .orders__col {
    width: 100% !important;
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-gap: 20px;
    font-size: 16px;
  }
  .orders__col-label {
    font-weight: 500;
    display: block;
    color: #2B2829;
  }
  .orders__col-val {
    color: #4A4A4A;
  }
  .orders__open {
    left: auto;
    right: 0;
  }
  .orders__info {
    display: none;
  }
  .orders__body {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 609.98px) {
  .orders__block {
    padding-left: 0;
  }
  .orders__col {
    grid-template-columns: 150px 1fr;
    grid-gap: 15px;
  }
  .orders__item {
    gap: 25px;
  }
.orders__item-title  {
  font-size: 16px;
}
}



/**************************************************************

**************************************************************/
.bx-basket {
  margin-bottom: 80px;
}

.main-profile-social-block, .main-profile-block-date-info {
  display: none;
}

#paysystem-yandex-form {
  margin-top: 20px;
}
#paysystem-yandex-form .alert {
  margin-top: 20px;
}
#paysystem-yandex-form p {
  margin: 10px 0;
}
/**************************************************************

**************************************************************/
/**************************************************************

**************************************************************/