@font-face {
  font-family: 'Noah';
  src: url('/uploads/lands/purshat/fonts/Noah-Medium.eot');
  src: local('Noah Medium'), local('Noah-Medium'),
    url('/uploads/lands/purshat/fonts/Noah-Medium.eot?#iefix') format('embedded-opentype'),
    url('/uploads/lands/purshat/fonts/Noah-Medium.woff2') format('woff2'),
    url('/uploads/lands/purshat/fonts/Noah-Medium.woff') format('woff'),
    url('/uploads/lands/purshat/fonts/Noah-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Meta Serif Pro';
  src: local('Meta Serif Pro Medium'), local('Meta-Serif-Pro-Medium'),
    url('/uploads/lands/purshat/fonts/MetaSerifPro-Medium.woff2') format('woff2'),
    url('/uploads/lands/purshat/fonts/MetaSerifPro-Medium.woff') format('woff'),
    url('/uploads/lands/purshat/fonts/MetaSerifPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Meta Serif Pro Light';
  src: local('Meta Serif Pro Light'), local('Meta-Serif-Pro-Light'),
    url('/uploads/lands/purshat/fonts/MetaSerifPro-Light.woff2') format('woff2'),
    url('/uploads/lands/purshat/fonts/MetaSerifPro-Light.woff') format('woff'),
    url('/uploads/lands/purshat/fonts/MetaSerifPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: 'Noah', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

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


.over-navbar {
  height: 40px;
  background: #F9F9F9;
}

/*.navbar {
padding: 40px 0px 0px 0px;
}*/

.navbar-brand img {
  /*width: 100%/*170px*/;
  width: 50px/*unset*/;
  min-width: 50px;
}

.nav-light .navbar-nav {
  justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #857D68;
}

.nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  /*padding: 0;*/
  text-decoration: none;
}

.nav-item a:hover:not(.btn) {
  color: #857D68;
}

.form-control__search {
  background: #F4F4F0;
  border: 1px solid #857D68;
  border-radius: 60px;
  color: rgba(51, 51, 51, 0.6);
  padding: 9px 52px;
}

.search-img {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  z-index: 3;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .form-control__search {
    max-width: 500px;
  }

  .offcanvas-collapse .border-b__c {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .form-control__search {
    max-width: 350px;
  }
  
    .font-18 {
	font-size: 16px;
}
}

/*--- common ---*/
a {
  color: #333333;
  /*text-decoration: underline;*/
}

a:hover:not(.btn) {
  color: #857D68;
}


/*hr {
margin-top: 0;
margin-bottom: 0;
border: 0;
clear: both;
display: block;
width: 100%;
background-color: #CCCCCC;
height: 1px;
}*/

.btn-outline-grey {
 // font-size: 18px;
  line-height: 22px;
 // padding: 12px 32px;
  color: #333333;
  background: #F4F4F0;
  border: 1px solid #333333;
}

.btn-grey {
  height: 58px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  background: #333333;
}

.btn-grey:hover {
  color: #fff;
}

.btn-black {
  min-width: 150px;
  height: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  background: #000000;
}

form .btn-black {
  min-width: 98px;
}


.btn-link {
  color: #333;
}

.btn-link:hover {
  color: #857D68;
  text-decoration: none;
}
/*
.btn:hover {
  color: #857D68 !important;
}
*/
.btn-link:active,
.btn-link:hover,
.btn-link:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.btn-transparent {
  height: 30px;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  background: transparent;
  padding: 8px 16px;
}


.section-title {
  font-family: 'Meta Serif Pro Light', sans-serif;
  font-weight: 350;
  font-size: 36px;
  line-height: 46px;
}

.section-subtitle {
  font-family: 'Meta Serif Pro Light', sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.text-secondary {
  color: #333;
  opacity: 0.7;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.light-btn {
  font-size: 16px;
  line-height: 14px;
  padding: 0;
}

.dark-btn {
  width: 228px;
  height: 38px;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  background: #000000;
}

.light-btn-sm {
  min-width: 80px;
}

.light-btn-extra {
  min-width: 375px;
}

.dark-btn:hover {
  color: #FFFFFF;
}

.light-btn-outline {
  border: 1px solid #857D68;
  padding: 6px 16px;
}

.light-btn-after {
  position: absolute;
  right: -20px;
  top: 6px;
  width: 11px;
}

.light-btn-after__up {

  transform: rotate(180deg);
}

.btn-radius {
  border-radius: 30px;
}

.person img {
  width: 24px;
}

.v-border {
  border-left: 1px solid #CCCCCC;
  height: 38px;
  width: 1px;
}

.nav-top .user {
  min-width: 870px;
}

.user .light-btn {
  font-size: 14px;
  line-height: 14px;
}

.user-ico {
  height: 24px;
}

.favorites-quantity {
  position: absolute;
  top: 3px;
  left: 11px;
  height: 17px;
  width: max-content;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  border-radius: 30px;
  background: #857D68;
  padding: 2px 4px;
}

.favorites-product {
  width: 28px;
  height: 23px;
}

.breadcrumb-light {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-light a {
  text-decoration: none;
  color: #6e707e;
}

.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
  color: #6e707e;
}

.breadcrumb-light .breadcrumb-item.active {
  color: #6e707e;
}


.link-more {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 2px;
}

a.link-more {
  text-decoration: none;
  border-bottom: 1px dashed #333333;
}

a.link-more:hover {
  border-bottom: 1px dashed #857D68;
}


.success-info {
  color: #0EB551;
}

.total-info {
  color: #000000;
}

@media (max-width: 1640px) {
  .nav-top .user {
    min-width: 720px;
  }
}

@media (max-width: 1440px) {
  .nav-top .user {
    min-width: 720px;
  }

  .light-btn-extra {
    min-width: auto;
    width: 300px;
    white-space: normal;
  }
}

@media (max-width: 1280px) {
  .navbar-brand img {
    /*width: 154px;*/
    width: 50px;
    min-width: 50px;
  }

  .nav-top .user {
    min-width: 580px;
  }

  .light-btn-extra {
    width: 230px;
  }
}

@media (max-width: 1110px) {
  .navbar-brand img {
    /*width: 130px;*/
    width: 50px;
    min-width: 50px;
  }

  .nav-top .user {
    min-width: 550px;
  }

  .light-btn-extra {
    width: 220px;
  }
}

@media (max-width: 991.98px) {
  .nav-top .user-sm {
    min-width: 210px;
  }

  .navbar-top {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .dark-btn {
    width: 200px;
    height: 38px;
    padding: 0 10px;
  }

  .btn-grey {
    height: 40px;
    padding: 0;
  }

  .user-ico {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .btn-outline-grey {
    font-size: 16px;
    line-height: 20px;
  }

  .jumbotron-box__btn .btn-outline-grey {
    width: 180px
  }

  .section-title {
    font-size: 32px;
    line-height: 38px;
  }

  .dark-btn {
    width: auto;
  }

  .dark-btn span {
    display: none;
  }

  .navbar-top .light-btn {
    margin-right: 5px;
  }
}

@media (max-width: 800px) {

  .navbar-brand img {
    /*width: 120px;*/
    width: 50px;
  }

  .nav-top .user-sm {
    min-width: 115px;
  }

  .navbar-top .light-btn {
    height: 38px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
    border: 1px solid #000;
  }

  .navbar-top .user-sm .light-btn {
    border: none;
    margin-right: 0;
  }

  .navbar-top .user-sm .light-btn span {
    display: none;
  }

  .dark-btn {
    padding: 0 5px;
  }

  .section-title {
    font-size: 26px;
    line-height: 30px;
  }

  .user-ico {
    margin-right: 0;
  }
}


/*--- jumbotron ---*/

.jumbotron {
  height: 600px;
  font-weight: 350;
  font-size: 36px;
  line-height: 46px;
  /*background-image: url('/uploads/lands/purshat/images/Purshat-banner_land_lite.webp');*/
  //background-image: url('/uploads/lands/purshat/images/Purshat_home.jpg');
  background-image: url('/uploads/lands/purshat/images/purshat-banner-new.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.jumbotron-box {
  max-width: 500px;
    border-radius: 32px;
}

.jumbotron-box__title {
  font-family: 'Meta Serif Pro', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}

.jumbotron-box__btn {
  width: 500px;
}

.jumbotron-box__btn .btn-outline-grey {
  width: 195px;
 // padding: 12px 20px;
}

@media (max-width: 992px) {
  .jumbotron {
    height: 590px;
  }

  .jumbotron-box {
    max-width: 90%;
    border-radius: 16px;
  }

  .jumbotron-box__title {
    font-size: 44px;
    line-height: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .jumbotron-box__title {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .jumbotron {
    height: 460px;
  }

  .jumbotron-box__title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
  }

  .jumbotron-box__btn {
    width: auto;
  }
}

@media (max-width: 480px) {
  .jumbotron-box__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 420px) {
  .jumbotron-box__title {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 26px;
    line-height: 30px;
  }
}

/*--- info + reviews ---*/
.reviews {
  background: #F4F4F0;
  padding: 48px 0;
}

.info {
	padding: 28px 0;
  	background: #F4F4F0;
}

.info-title {
  font-family: 'Meta Serif Pro Light', sans-serif;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
}

.info-desc {
  line-height: 26px;
}

@media (max-width: 992px) {
  .info-title {
    font-size: 22px;
    line-height: 24px;
  }

  .info-desc {
    line-height: 20px;
  }
}

/*--- jumbotron ---*/
.categories {
  margin-top: 64px;
   margin-bottom: 64px;
}

@media (max-width: 620px) {
  .categories {
    margin-top: 40px;
  }
}


/*--- categories ---*/

.categories-slider .slick-arrow {
    position: static;
    flex-shrink: 0;
  	background-color: transparent;
  	transition: background-color .3s ease-in-out;
}

.categories-slider .slick-arrow:hover {
	background-color: #F4F4F0;
}


.categories-slider__item-img {
  width: 100%;
  max-width: 88px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.categories-slider__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.categories-slider a {
  color: #333;
  text-decoration: none;
}

/*--- offers ---*/

.offers {
  margin-top: 64px;
}

/*--- catalog ---*/

.catalog-quantity {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background: #333333;
  border-radius: 16px;
  padding: 2px 8px;
}

.catalog-item {
  border: 1px solid #CCCCCC;
}

.catalog-item__img {
  width: 100%;
  /*height: 253px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.catalog-item__title a {
  text-decoration: none;
}

.catalog-item__title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  //min-height: 45px;
}

img.no-user-price {
  width: 17px;
}

@media (max-width: 576px) {
	  .categories-slider__item-img::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 108%;
          height: 108%;
          border-radius: 50%;
          border: 1px solid #F4F4F0;
        }
  
  .categories-slider__item-img {
  	position: relative;
    margin: 6px;
  }
  
  body .categories-slider .slick-arrow {
     display: none !important;
  }
  
  .categories .col-12 {
  	padding: 0;
  }
  
  .categories {
  	margin-bottom: 0;
  }
}

@media (max-width: 991px) {
   .categories-slider__item-img {
  	aspect-ratio: 1 / 1;
    height: auto;
  }
}

/*--- new ---*/

.new, .suppliers {
  margin-top: 64px;
}

/*--- faq ---*/
.faq {
  max-width: 730px;
  font-size: 18px;
  line-height: 22px;
  margin-top: 64px;
  margin-bottom: 84px;
}

.faq iframe {
	max-width: 100%;
  	height: auto;
    aspect-ratio: 2 / 1.2;
}

/*.card-body {
max-width: 592px;
}*/

.card-title {
  /*max-width: 592px;*/
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

/*--- footer ---*/

.footer {
  font-size: 18px;
  line-height: 22px;
  padding-top: 40px;
  padding-bottom: 32px;
  background: #F4F4F0;
}

.container__footer {
  max-width: 992px;
}

.footer a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.footer-logo {
  max-width: 50px/*145px*/;
}

.footer-list li {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 576px) {
  .footer-logo {
    max-width: 45px/*120px*/;
    margin-bottom: 10px;
  }

  .footer,
  .footer a {
    font-size: 16px;
    line-height: 20px;
  }

  .text-secondary {
    margin-right: 5px;
  }
}

@media (min-width: 320px) {
  .container__footer {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}


@media (min-width: 576px) {
  .container__footer {
    max-width: 540px;
  }
}

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


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

@media (min-width: 1100px) {
  .container__footer {
    max-width: 992px;
  }
}

/*--- tab ---*/

.catalog__nav-tabs {
  border-bottom: 1px solid #cccccc;
}

.catalog__tab {
  display: block;
  width: 166px;
  font-size: 24px;
  line-height: 30px;
}

.active .catalog__tab {
  border-bottom: 1px solid #333333;
}

a.catalog__tab {
  text-decoration: none;
}

a.catalog__tab.active {
  border-bottom: 1px solid #333333;
}


.tab-panel .light-btn {
  min-width: fit-content;
  margin-right: 62px;
}

.tab-panel .light-btn:first-child {
  margin-right: 32px;
}

.tab-panel .light-btn:last-child {
  margin-right: 0;
}

.tab-container {
  max-width: 1240px;
}


@media (max-width: 1100px) {
  .filter__form-control {
    max-width: 200px;
    border: 1px solid #333;
  }

  .filter__form-control:focus {
    color: #333;
    border-color: #333;
    outline: 0;
    box-shadow: none;
  }
}

@media (max-width: 576px) {
  .catalog__tab {
    width: 120px;
    font-size: 18px;
    line-height: 20px;
  }
}



/*--- pagination ---*/

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

.page-item.active .page-link,
.page-link:hover {
  color: #333;
  background: #FFFFFF;
  border: 1px solid #857D68;
}

.page-link {
  font-size: 18px;
  line-height: 18px;
  padding: 2px 7px;
  border: 1px solid transparent;
  border-right: none;
}

.page-item {

  margin-right: 4px;
}

.page-item:last-child {
  margin-right: 0;
}

.page-item a {
  color: #333;
  text-decoration: none;
}

.page-item .page-link:active,
.page-item .page-link:hover,
.page-item .page-link:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}


/*--- brands ---*/

.brands-mt {
  margin-top: 75px;
}

.brands-item__top {
  padding: 15px 15px 20px 15px;
  border-bottom: 1px solid #CCCCCC;
  /*min-height: 105px;*/
}

.brands-item__top-img img {
  width: 48px;
}

.brands-item__bg {
  width: 100%;
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--- sidebar ---*/
.sidebar-title {
  font-size: 24px;
  line-height: 30px;
}

.sidebar-list {
  font-size: 18px;
  line-height: 22px;
}

.sidebar-list a {
  text-decoration: none;
}


.sidebar-list .active {
  border-left: 2px solid #333333;
  background: #F4F4F0;
}

.accordion__sidebar {
  font-size: 18px;
  line-height: 22px;
}

.card__sidebar {
  border: none;
}

.card-header__sidebar {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-body__sidebar {
  max-width: max-content;
  padding: 0;
}

.btn__sidebar {
  font-size: 18px;
  line-height: 22px;
  padding: 0;
}

.btn__sidebar[data-toggle="collapse"]::after {
  content: '';
  background-image: url('/uploads/lands/purshat/images/arow.png');
  right: 0;
  position: absolute;
  height: 9px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn__sidebar[data-toggle="collapse"][aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-check-sidebar {
  padding-left: 0;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #333333;
  border-radius: 0;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #333;
  background-color: #fff;
  background-image: url("/uploads/lands/purshat/images/ok.png");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #333;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  outline: 0;
  outline-offset: 0;
}


/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: none;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #333;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #333;
}

.wrapper {
  max-width: 308px;
}

::selection {
  color: #fff;
  background: #CCC;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 0 0 30px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  line-height: 17px;
  padding-left: 37px;
  color: rgba(51, 51, 51, 0.6);
  border: 1px solid #333;
  -moz-appearance: textfield;
}

.field span {
  position: absolute;
  left: 16px;
  font-size: 14px;
  line-height: 17px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}


.slider-r {
  height: 3px;
  position: relative;
  background: rgba(51, 51, 51, 0.3);
}

.slider-r .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #333;
  height: 3px;
}

.range-input {
  position: relative;
  padding: 3px 0;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  background: #333;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  background: #333;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}



#loadLess {
  display: none;
}

a#loadMore,
a#loadLess {
  text-decoration: none;
}

#loadMore,
#loadLess {
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px dashed #333333;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}

@media (max-width: 992px) {

  .sidebar-list,
  .btn__sidebar,
  #loadMore,
  #loadLess {
    font-size: 16px;
    line-height: 18px;
  }

  .field span {
    left: 5px;
  }

  .field input {
    padding-left: 25px;
  }

  .price-input .separator {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .sidebar-list {
    max-width: 300px;
  }
}



/*--- product ---*/

.tags-product {
  font-size: 14px;
  line-height: 17px;
  background: #F4F4F0;
  border-radius: 2px;
  padding: 2px 8px;
  white-space: nowrap
}

a.tags-product {
  text-decoration: none;
}

.product-accordion {
  max-width: 663px;
  margin-top: 54px;
  margin-bottom: 64px;
}

.card__product {
  border: none;
}

.card-header__product {
  background-color: transparent;
  border: none;
  padding: 0;
}

.card-link__product {
  font-size: 18px;
  line-height: 32px;
}

.card-link__product[data-toggle="collapse"]::after {
  content: '';
  background-image: url('/uploads/lands/purshat/images/arow.png');
  right: 0;
  position: absolute;
  height: 14px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-link__product[data-toggle="collapse"][aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.card-link__product {
  text-decoration: none;
}

.card-body__product {
  max-width: 664px;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}

.product-title {
  font-family: 'Meta Serif Pro Light', sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.product-subtitle {
  font-size: 14px;
  line-height: 17px;
}

.product-price {
  font-size: 24px;
  line-height: 30px;
}

.product-subtitle a {
  text-decoration: none;
 // border-bottom: 1px dashed #333333;
  padding-bottom: 4px;
}

.custom-select__product {
  height: 58px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  border: 1px solid #333333;
}

.custom-select__product:active,
.custom-select__product:hover,
.custom-select__product:focus {
  border-color: #333;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.product-slider__b {
  margin-bottom: 64px;
}

/*.product-slider .catalog-item {
  border: none;
}*/

.product-slider .catalog-item__img {
  height: 276px;
}

.product-slider .catalog-item__title {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  .product-slider .catalog-item__img {
    height: 350px;
  }
  
  .off-canvas-wrapper {
    position: absolute;
    top: 0;
    z-index: 9;
  }

  .navbar-light .navbar-toggler {
    display: block;
    border: none;
    position: absolute;
    top: 12px;
    left: -45px;
    z-index: 4;
    padding: 0;
  }

  .active .navbar-light .navbar-toggler {
    display: none;
  }

  .off-canvas-wrapper .off-canvas .off-canvas-nav {
    background-color: #fff;
    box-shadow: none;
    padding: 15px;
  }

  .product-title {
    font-size: 26px;
    line-height: 32px;
  }

  .product-price {
    font-size: 22px;
    line-height: 27px;
  }

  .custom-select__product {
    height: 44px;
  }
}


@media (max-width: 768px) {
  .product-accordion {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .navbar-light .navbar-toggler {
    top: 12px;
  }
}

@media (max-width: 576px) {
 .product-slider .catalog-item__img {
    min-height: 200px;
  }
}

@media (max-width: 420px) {
 .product-slider .catalog-item__img {
    height: 180px;
  }
}


/*--- display user/no-user ---*/

/*--- header ---*/

.top-header .no-user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header .user {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {

  .top-header .user,
  .top-header .no-user {
    display: none;
  }
}

/*--- nav ---*/
.nav-top .no-user,
.nav-top .user {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {

  .nav-top .no-user,
  .nav-top .user {
    display: none;
  }
}

/*--- nav mob ---*/
.nav-top .no-user-sm,
.nav-top .user-sm {
  display: none;
}

@media (max-width: 992px) {

  .nav-top .no-user-sm,
  .nav-top .user-sm {
    display: flex;
    justify-content: end;
    align-items: center;
  }
}

/*--- order-collapse ---*/

.order-collapse {
  padding-left: 16px;
  padding-right: 16px;
}

.btn-collapse {
  border-top: 1px solid #CCCCCC;
  padding: 14px;
}

.btn-collapse:hover {
  color: #212529;
}

.btn-collapse[data-toggle="collapse"]::after {
  content: '';
  background-image: url(/uploads/lands/purshat/images/arow.png);
  right: 10px;
  top: 45%;
  position: absolute;
  height: 9px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}

.btn-collapse[data-toggle="collapse"][aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order-item {
  padding: 16px 14px;
  border-top: 1px solid #CCCCCC;
}

.order-box:last-child {
  border-bottom: 1px solid #cccccc;
}

.order-brands__desc {
  font-size: 18px;
  line-height: 22px;
}

.order-brands__desc-href {
  /*position: absolute;
  bottom: 14px;
  right: 48px;*/
  float: right;
}

.order-brands__text {
  font-size: 14px;
  line-height: 17px;
}

.progress {
  width: 455px;
  height: 8px;
  border-radius: 16px;
  background-color: #CCCCCC;
}

.order__noready .progress-bar {
  background-color: #FFF500;
  border-radius: 16px;
}

.order__ready .progress-bar {
  background-color: #0EB551;
  border-radius: 16px;
}

.progress-img {
  width: 16px;
  height: 16px;
}


.order-img {
  width: 48px;
  height: 48px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.order-number {
  height: 20px;
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  min-width: 76px;
  display: inline-block;
}

.order-minus,
.order-plus {
  position: absolute;
  top: 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  font-family: arial;
  text-decoration: none;
}

.order-minus {
  left: 0;
}

.order-plus {
  right: 0;
}

.order-minus:hover,
.order-plus:hover {
  background: #fffcfb;
}

.order-minus:active,
.order-plus:active {
  background: #e8e4e2;
}

.order-quantity {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  background: inherit;
  outline: none;
  border: none;
  text-align: center;
  width: 76px;
}

.delete__odrer-item {
  width: 12px;
  height: 12px;
  margin-left: 65px;
}

.order-border {
  border: 1px solid #CCCCCC;
}

.order-border__top {
  margin-top: 32px;
}

@media (max-width: 1199px) {
  .btn-collapse {
    padding: 14px 14px 40px;
  }
}

@media (max-width: 992px) {
  .order-border__top {
    margin-top: 0;
  }

  .order-border .order__noready {
    padding: 14px;
  }

  .btn-collapse {
    padding: 14px;
  }

  .order-desc {
    max-width: 216px;
  }
}

@media (max-width: 768px) {
  .noready-img {
    width: 50px;
    height: 50px;
  }

  .order-border .order__noready {
    padding: 20px;
  }

  .delete__odrer-item {
    position: absolute;
    right: -30px;
    top: 42%;
    margin-left: 0;
  }

  .order__bg {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .order-brands__desc-href {
    position: relative;
    bottom: 0;
    right: 0;
    display: flex;
  }

  .order__bg {
    width: 100%;
    margin-bottom: 10px;
  }

  .order-img {
    width: 60px;
    height: 60px;
  }

  .order-number {
    margin-left: 8px;
  }

  .btn-collapse {
    padding-left: 4px;
    padding-right: 4px;
  }

  .order-collapse {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 575px) {
  .order-desc {
    max-width: max-content;
  }
}

.order-border .order__noready {
  padding: 48px 32px;
}

.noready-img {
  width: 77px;
  height: 77px;
}

.order-title {
  font-size: 24px;
  line-height: 32px;
  padding: 24px;
}

.order__btn-collapse {
  font-size: 16px;
  line-height: 20px;
  padding: 22px 14px;
}

.order__btn-collapse:hover {
  color: #333333;
}

.order__btn-collapse[data-toggle="collapse"]::after {
  content: '';
  background-image: url(/uploads/lands/purshat/images/arow.png);
  right: 10px;
  top: 45%;
  position: absolute;
  height: 9px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}

.order__btn-collapse[data-toggle="collapse"][aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews-slider {
    margin: 0;
}

.reviews-slider .slick-arrow {
    position: static;
    flex-shrink: 0;
}

.order-collapse__info {
  padding: 0 16px 0 16px;
}

.brands-item {
    border: 1px solid #CCCCCC;
}

@media (max-width: 1199px) {
  .order-title {
    padding: 20px 10px;
  }

  .order__btn-collapse {
    padding: 20px 10px;
  }

  .order-collapse__info {
    padding: 0 10px 0 10px;
  }

  .order-details__item div {
    width: 100%;
    margin-bottom: 6px;
  }

  .order-details__item div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .order-details__item div {
    margin-bottom: 0;
  }
}

.order-data {
  font-size: 18px;
  line-height: 24px;
}

.box-title {
  font-size: 24px;
  line-height: 28px;
}

.order-radio {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.order-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #333;
  background-color: #fff;
  border-radius: 50%;
}

.order-radio:hover input~.checkmark {
  border: 2px solid #857D68;
}

.order-radio input:checked~.checkmark {
  background-color: #ffffff;
  border: 2px solid #333;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.order-radio input:checked~.checkmark:after {
  display: block;
}

.order-radio .checkmark:after {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
}

.form-control__order {
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #333;
}

.form-control__order:active,
.form-control__order:hover,
.form-control__order:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  border: 1px solid #333;
}

.order-check {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.order-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark-check {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #333;
}

.order-check:hover input~.checkmark-check {
  border: 1px solid #857D68;
}

.order-check input:checked~.checkmark-check {
  border: 1px solid #333;
  background: #FFF;
}

.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

.order-check input:checked~.checkmark-check:after {
  display: block;
}

.order-check .checkmark-check:after {
  left: 3px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-image: url('/uploads/lands/purshat/images/ok.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.successful-completion {
  /* display: none !important;*/
}

@media (max-width: 768px) {
  .order-data {
    font-size: 16px;
    line-height: 20px;
  }

  .link-order {
    width: 100%;
  }

}


.info-block__img {
	height: 115%;
  	right: 0;
  	bottom: 0;
}

.top {
	background: #F4F4F0;
}

.top__card:nth-child(1),
.top__card:nth-child(3) {
	margin-bottom: -48px;
}


.materials__img {
  	position: relative;
  	max-height: 170px;
    object-fit: contain;
}

.materials__img:not(:first-child) {
	margin-left: -3%;
}

.materials__img:nth-child(even) {
	margin-top: 17%;
  	
}


.new-btn {
	width: 253px;
}

.bestsellers, .top, .reviews {
    margin: 64px 0;
}

@media (max-width: 991px) {
  .info-block {
  	min-height: 300px;
  }
}

@media (max-width: 767px) {
  .info-block {
  	min-height: 250px;
    
  }
  
  .info-block__img {
   	height: 120%;
    width: auto;
    object-fit: cover;
  }
  
  .materials__img {
  	max-height: 160px;
  }
  
}

@media (max-width: 575px) {
	.top__card:nth-child(1),
    .top__card:nth-child(3) {
        margin-bottom: 0;
    }
  
  .new-btn {
      width: 100%;
  }
  
  .materials__img {
      max-height: 140px;
  }
  
}

@media (max-width: 480px) {
	.materials__img {
      max-height: 125px;
  }
  
  .materials__img:not(:first-child) {
      margin-left: -12%;
  }
  
  .materials__block {
    justify-content: space-between;
  }
  
  .materials__img:nth-child(even) {
      margin-top: 15%;
  }
  
}

@media (max-width: 375px) {
	.info-block {
        min-height: 215px;
    }
  
  .materials__img {
      max-height: 104px;
  }
  
  	.materials__block {
      min-height: 170px;
  }
}

@media (min-width: 1691px) {
  .cats-btn-hide {
    display: none!important;
  }
  
  
}