/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.maxwidth-theme {
  max-width: 1720px;
}
.body.index .main > .container {
  display: block;
}
.blocker {
  z-index: 2;
}

.same_elements {
    display: block;
}
.same_elements h3 {
    font-size: 1.1em;
    margin-bottom: 8px;
}
.same_elements .same-item {
    width: 80px;
    height: 80px;
    border: 1px solid #f2f2f2;
    margin-right: 4px;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
}
.same_elements .same-item:hover {
    border-color: #0fa8ae;
}
.same_elements .same-item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.same_elements.same_elements_small .same-item, .same_elements.same_fast_view .same-item {
    width: 50px;
    height: 50px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.variants-in-section .same_elements .same-item{
  width: 50px;
  height: 50px;
}

.variants-in-section{
  display: none;
}
.catalog-block__item:hover .variants-in-section{
  display: block;
}

.catalog-block__item:hover{
  /* padding-bottom: 200px; */
  position: absolute;
  /* height: 140%; */
  height: min-content;
}


.catalog-detail__item .ask-block{
  width: fit-content;
}

div.title-search-result{
  font-size: 15px;
}

.footer-1-custom .footer__address{
  font-size: 15px;
}

/* ----------------------------------- */
:root {
	--knopki: #e9e4e4;
	--zagolovok: #294b54;
	--color: rgba(234, 221, 162, 0.5);
  --font-family: "Montserrat", sans-serif;
  --second-family: "Inter", sans-serif;
}
.phones__phone-link {
  font-weight: 500;
}
.header__top-item .phones__callback  {
  display: none;
}
.phone-and-social-icons{
  background: var(--knopki);
  height: 40px;
}

.phone-and-social-icons .maxwidth-theme{
  display: flex;
  align-items: center;
  height: 100%;
}

.phone-and-social-icons .social{
    margin: 0 0 0 auto;
}

.header_3_custom .header__top-item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.company-item__text ul li{
  background-image: url(../images/svg/list-heart.svg);
    list-style-type: none;
    list-style-position: inside;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 50px;
    height: 30px;
}

.company-item__text ul li:before{
  display:none;
}


.title-block{
  width: fit-content;
  margin: 0 auto 24px auto;
}

.title-block-h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: var(--zagolovok);
  margin: 0 0 -20px 0;
}
@media (max-width: 1200px) {
  .container .title-block-h3 {
    font-size: 26px;
  }
}

.title-block-backgr{
  width: auto;
  height: 21px;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  margin: 0 -11px;
}
@media (max-width: 1200px) {
  .title-block-backgr {
    height: 14px;
    margin: 5px -11px;
  }
}

.TIZERS .index-block{
  /* background: url('../images/svg/tizers-bg.svg')  0 0 no-repeat; */
  background: url('../images/tizers-bg.png')  0 0 no-repeat;
  /*-webkit-background-size: cover;
   background-size: cover; */
  height: 760px;
  background-position: center;
  align-content: center;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper {
  margin-right: 0;
}
.tizers-list__item-image-wrapper {
  margin-right: 0;
  padding-bottom: 15px;
}
.tizers-list__item:hover .tizers-list__item-text-wrapper .tizers-list__item-name,
.tizers-list__item:hover .tizers-list__item-text-wrapper .tizers-list__item-link,
.tizers-list__item-text-wrapper .tizers-list__item-link, 
.tizers-list__item-text-wrapper .tizers-list__item-name {
  color: #000;
}
.TIZERS .tizers-list__item-wrapper {
  width: 256px;
}
@media (max-width: 1200px) { 
  .TIZERS.container .index-block {
    padding: 200px 0;
    height: auto;
  }
  .TIZERS .tizers-list__item-wrapper {
    width: auto;
  }
  .tizers-list__items-wrapper .grid-list__item:nth-child(n) {
    width: auto;
    margin: auto;
  }
  .TIZERS .index-block {
    position: relative;
    background: linear-gradient(180deg, rgba(216,234,239,0) 0%, rgba(216,234,239,1) 250px, rgba(216,234,239,1) calc(100% - 250px), rgba(216,234,239,0) 100%);
    z-index: 1;
  }
  .TIZERS .index-block::before,
  .TIZERS .index-block::after {
    content: '';
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
  }
  .TIZERS .index-block::before {
    top: 0;
    background-image: url('/images/top.svg');
    background-position: 0 0;
  }
  .TIZERS .index-block::after {
    bottom: 0;
    background-image: url('/images/bottom.svg');
    background-position: bottom
  }
  .TIZERS .tizers-list__items-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .TIZERS .tizers-list__item-text-wrapper .tizers-list__item-link, .TIZERS .tizers-list__item-text-wrapper .tizers-list__item-name {
    font-size: 16px;
  }
  .TIZERS .tizers-list__item-text-wrapper .tizers-list__item-descr {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .TIZERS.container .index-block {
    min-height: auto;
    background-size: 100% 100%;
  }
  .TIZERS .index-block::before, .TIZERS .index-block::after {
    display: none;
  }
  .tizers-list__item-image-wrapper {
    margin-right: 0;
    padding-bottom: 7px;
  }
}
.COMPANY_TEXT .index-block{
    /* background: url('../images/svg/about-company-bg.svg')  0 0 no-repeat; */
    background: url('../images/about-bg.png')  0 0 no-repeat;
    /* -webkit-background-size: cover;
    background-size: cover; */
    background-position: center;
    height: 940px;
    align-content: center;
}
.COMPANY_TEXT .title-block {
  margin: 0 0px 24px 12px;
}
.COMPANY_TEXT .company-item__text ul {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.COMPANY_TEXT .company-item__text li {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #294B54;
}
.company-front-wrapper{
    background: transparent;
}
 @media (max-width: 1200px) {
  .company-front-wrapper {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .company-front-wrapper {
    margin-bottom: 40px;
    padding:  20px 0;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .COMPANY_TEXT.container .index-block {
    min-height: auto;
    background-size: 100% 100%;
  }
}
.header_3_custom .header__main-part{
  display: block;
}

.header_3_custom .header__main-part--long,
.header_3_custom .header__main-part{
  height:auto;
}

.CUSTOM_TEXT .index-block{
    background: url('../images/want-personal-discount.png')  0 0 no-repeat;
    /* -webkit-background-size: cover;
    background-size: cover; */
    background-position: center;
}
.CUSTOM_TEXT .index-block--padding-top-80 > div {
  padding-top: 20px;
}
@media (max-width: 1600px) {
  .CUSTOM_TEXT.container .index-block {
    background-size: 100% auto;
    background-position: bottom;
    min-height: 420px;
  }
}
@media (max-width: 1200px) {
  .CUSTOM_TEXT.container .index-block {
    background-size: 100% 100%;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .CUSTOM_TEXT.container {
    margin-bottom: 20px;
  }
}

.MIDDLE_ADV .index-block{
    background: url('../images/svg/banners-with-text.svg')  0 0 no-repeat;
    background-position: center;
    background-size: auto 90%;
    height: auto;
    margin-bottom: 26px;
    align-content: center;
}

.container.REVIEWS{
  margin-top: -60px;
}

.personal-offer-block{
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}

.personal-offer-block-h3{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.04em;
  font-variant: small-caps;
  color: var(--zagolovok);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.personal-offer-block-text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 169%;
  text-align: center;
  color: var(--zagolovok);
  width: 440px;
  margin: 20px auto 44px auto;
}

.personal-offer-block-button{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.02em;
  color: #000;
  display: inline-block;

  border-radius: 12px;
  width: 289px;
  height: 42px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  background: var(--knopki);
  -ms-align-items: center;
  align-content: center;
}

.mb50{
  margin-bottom: 50px;
}

.CUSTOM_ADDITIONAL_BLOCK .index-block{
    background: url('../images/svg/under-reviews-bg.svg')  0 0 no-repeat;
    background-position: center;
    height: 250px;
}

.REVIEWS .index-block{
    background: url('../images/svg/reviews-bg.svg')  0 0 no-repeat;
    background-position: center;
    height: 770px;
    align-content: center;
}
@media (max-width: 767px) {
  .REVIEWS .reviews-list {
    margin: 0 10px;
  }
}

.VK .index-block{
    margin-bottom: 178px;
    background: url('../images/vk-bg.png')  0 0 no-repeat;
    background-position: center;
    align-content: center;
    background-size: contain;
}

.footer-1-custom{
      background: url('../images/footer-bg.png')  0 0 no-repeat;
      background-position: center;
      height: 600px;
      align-content: end;
}

.footer-1-custom .footer__main-part .footer__part--right{
  margin-left: 0;
}
.footer-1-custom .footer__main-part-menu {
  flex-wrap: wrap;
}

.footer-1-custom .footer__part-subscribe-title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  color: var(--zagolovok);
}

.footer-1-custom .footer__main-part-inner{
  padding: 0;
}

.footer-1-custom .footer__bottom-part{
  border: 1px solid #d8eaef;
}

.footer-1-custom .footer__bottom-part .footer__bottom-part-items-wrapper{
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #d8eaef;
}

.footer-1-custom .footer__bottom-part-inner{
  border: none;
}

.footer-1-custom .footer__phone  .svg,
.footer-1-custom .footer__info-item  .svg,
.footer-1-custom .footer__address .svg{
    display: none;
}

.footer-1-custom a:hover {
  color: #fff !important
}
.footer-1-custom .footer__info-item {
  margin: 28px 0 0 0;
}
.footer-1-custom .footer__phone,
.footer-1-custom .footer__email,
.footer-1-custom .footer__address {
  padding-left: 32px;
  position: relative;
}
.footer-1-custom .footer__phone .phones {
  position: static;
}
.footer-1-custom .footer__phone img,
.footer-1-custom .footer__email img,
.footer-1-custom .footer__address img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-1-custom .footer__address img {
  top: 3px;
}


.header_3_custom .logo{
  max-width: 16vw;
  height: 90px;
  display: block;
  width: auto;
}

.header_3_custom .header__main-inner{
  margin: 0;
    align-items: end;
  gap: 20px;
}

.header_3_custom .social__items--type-color .social__item {
  margin-left: 24px;
  margin-right: 0;
}
.header_3_custom .line-block--40 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .header_3_custom .logo{
    max-width: 35vw;
  }
  .header_3_custom .header__main-inner{
    display: grid;
    grid-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
}

.footer-1-custom .footer__main-part .footer__part-item{
  flex: 0 0 auto;
  margin: 0 0 0 auto;
}

.header_3_custom .header__top-part{
  height: auto;
}

.header_3_custom .header__top-inner{
  display: block;
}

.header_3_custom .header-menu__item{
    margin: 0 0;
}

.header_3_custom .header-menu__wide-submenu-right-arrow {
  display: none;
}

.header_3_custom .header__main-part{
  padding: 0px 0 25px 0;
}
.header_3 .logos {
    padding-top: 40px;
}

.header_3_custom .header__inner{
  padding: 0;
}

.BIG_BANNER_INDEX .banners-big--paddings{
  padding: 0;
}

.BIG_BANNER_INDEX .rounded-x{
  border-radius: 0;
}

.BIG_BANNER_INDEX .banners-big__text{
    width: 50%;
    /* justify-content: start; */
    padding-top: 0px;
}
.banners-big__buttons .btn {
  border-radius: 14px;
  border: 1px solid #D8EAEF;
  color: #fff;

}

.BIG_BANNER_INDEX .banners-big__title{
  line-height: 120%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}

.BIG_BANNER_INDEX .banners-big__text-block{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  margin-top: 0px;
}
.BIG_BANNER_INDEX  h4 {
    display: none;
}

.BIG_BANNER_INDEX .banners-big__buttons{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-top: 65px;
}

.BIG_BANNER_INDEX .banners-big__buttons-item .btn{
  border: 1px dashed #d8eaef;
  border-radius: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1200px){
  .BIG_BANNER_INDEX .banners-big__title{
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1378px){
  .header_3_custom .header__search{
    width: 500px;
  }
}
.header_3_custom .header-menu__wrapper {
  justify-content: center;
  width: 100%;
  gap: 26px;
}
@media (max-width: 1600px){
  .header_3_custom .header-menu__wrapper {
    gap: 0
  }
}
.header-menu__link--only-catalog{
  width: 150px;
}

.header-menu__link--only-catalog .svg{
  display: none;
}

.mega-menu .header-menu__link--only-catalog > .header-menu__title {
  padding-left: 0;
}

.header-menu__title{
  font-size: 16px;
}

body{
  --search-width: 965px;
}

.header_3_custom .header__search,
.menu-and-search,
header .search .search-input{
  max-width: var(--search-width);
  width: -webkit-fill-available;
}
@media (max-width: 1200px) {
  .menu-and-search {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
  }
}

header.header_3_custom .search .search-input{
  border: 1px solid #000;
  border-radius: 14px;
  /* width: 932px; */
  height: 45px;
  background: #f5f5f5;
}

.banners-big--high {
    --big-banner-height: 928px;
}

.header_3_custom .header__main-item {
  margin: 0;
}

.header_3_custom .header__main-item .line-block > div img{
  vertical-align: middle;
}

.header_3_custom .header__main-item .line-block > div.header-cabinet,
.header_3_custom .header__main-item .line-block > div.header-favorite,
.header_3_custom .header__main-item .line-block > div.header-cart{
   width: 45px;
   margin-left: 0;
   background: #E9E4E4;
  height: 45px;
  border-radius: 50%;
  align-content: center;
}
.header-cart__inner {
  margin-right: 0;
}

.header_3_custom .header-cart__count{
  top: auto;
  bottom: -10px;
}
@media (max-width: 1200px) {
  .header__main-item {
    justify-content: end;
    display: flex;
  }
  .header-cart__count {
    top: 8px;
    right: 8px;
  }
}
.company-item__picture-wrapper{
  background-image: url('../images/svg/about-pic-bg.svg');
  background-position: 33px 0;
  padding-top: 30px;
  background-repeat: no-repeat;
}
.COMPANY_TEXT  .company-item__picture {
  position: static;
}

.subscribe-edit .form-control{
  background-color: #fff;
}

.advertise-block .grid-list{
  --gap: 40px;
  max-width: 1690px;
  margin: 0 auto;
}

.advertise-block:first-child {
  padding-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1600px) {
  .advertise-block:first-child {
    padding-top: 60px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .advertise-block:first-child {
    padding-top: 20px;
    margin-bottom: 100px;
  }
}

.sale-promo-text {
  margin: 26px auto;
}
.sale-list .grid-list {
  max-width: 820px;
  margin: 0 auto 90px;
}
.sale-list__wrapper .sale-list__item-title {
  color: #77ACBA;
}

.sale-list__item-text-wrapper {
  padding: 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sale-list__item-text-wrapper .flexbox {
  height: 100%;
  flex: 0;
}
.sale-list__item-text-wrapper .flexbox  a {
  color: #77ACBA
}
@media (max-width: 767px) {
  .sale-list__wrapper .sale-list__item-title {
    font-size: 38px;
  }
  .sale-list__wrapper {
    height: 80px;
  }
}

@media (max-width: 480px) {
  .SALE .sale-list__item {
      width: 166px;
      height: 60px;
  }
  .sale-list__item-text-wrapper {
    padding: 5px 16px 0;
  }
  .SALE.container .index-block {
    background-position: 100% 100%;
    height: 583px;
    background-size: 100% auto;
  }
}
/*  */
.MIDDLE_ADV div.index-block {
  height: auto;
}
.MIDDLE_ADV .banners-img-with-text-list__wrapper {
  margin: auto;
  max-width: 360px;
  width: 100%;
  /* overflow: hidden; */
}
.MIDDLE_ADV .banners-img-with-text-list__item {
  max-width: 360px;
  width: 100%;
}

.MIDDLE_ADV .grid-items-4 .banners-img-with-text-list__item-image {
  width: calc(100% - 20px);
  /* height: calc(100% - 20px); */
  object-fit: cover;
  border-radius: 20px;
  text-align: center;
  margin: auto;
}

@media (max-width:1200px) {
  .MIDDLE_ADV .banners-img-with-text-list__wrapper {
    margin: auto;
    max-width: 50vw;
    width: 100%;
  }
  .MIDDLE_ADV .banners-img-with-text-list__item {
    width: 100%;
  }
}
@media (max-width:767px) {
  .banners-img-with-text-list__item-title {
    font-size: 12px;
    line-height: 110%;
  }
}

/*  */

.tizers-list__items-wrapper {
  max-width: 1230px;
  margin: 0 auto;
}

.tizers-list__items-wrapper .grid-list__item:nth-child(2) {
  margin-top: -22px;
}
.tizers-list__items-wrapper .grid-list__item:nth-child(3) {
  margin-top: -18px;
}
.tizers-list__items-wrapper .grid-list__item:nth-child(4) {
  margin-top: 25px;
}
/*  */
.reviews-list-wrap {
  margin-top: 50px;
  padding-bottom: 320px;
  background: url(/images/review-bg.svg) 50% 100% no-repeat;
}
@media (max-width: 1600px) {
  .reviews-list-wrap {
    padding-bottom: 270px;
  }
}
@media (max-width: 767px) {
  .reviews-list-wrap {
    margin-top: 0;
    padding-bottom: 180px;
    background-size: 800px auto;
    background-position: 100% 100%;
  }
  .reviews-list-single:nth-child(odd), .reviews-list-single:nth-child(even) {
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  .tizers-list__items-wrapper {
    grid-row-gap: 20px 50px;
  }
  .tizers-list__item-wrapper {
    margin: 0 auto;
  }
}

.reviews-list-single {
  height: 306px;
}
.reviews-list-single-link {
  position: relative;
}
.reviews-list-single-link::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
  transform: translate(-50%, -50%);
  border: 20px solid transparent;
  border-left: 30px solid #fff;
}
.reviews-list-single-link {
  position: relative;
}
.reviews-list-single-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(234, 234, 239, 0.5);
  transition: all 0.3s;
}
.reviews-list-single-link:hover::after {
  background: transparent;
}
.reviews-list-single-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .reviews-list-single:nth-child(n) {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .REVIEWS.container .index-block {
    background-size: 100%;
    height: auto;
  }
  .reviews-list-single:nth-child(n) {
    width: 168px;
    height: 168px;
  }
}
@media (max-width: 480px) {
  .REVIEWS .reviews-list-single-link, .REVIEWS .reviews-list-single iframe, .REVIEWS .reviews-list-single:nth-child(even) .reviews-list-single-link, .REVIEWS .reviews-list-single:nth-child(even) iframe {
      width: 100%;
      height: 100%;
  }
}
/*  */
.VK div.index-block {
  background-size: 100% 100%;
}
.vk-list {
  padding-top: 210px;
}

.vk-list .grid-list {
  margin: 74px auto 0;
}
.vk-list__item {
  border-radius: 8px;
  border: 2px solid #294b54;
}
@media (max-width: 1600px) {
  .VK .index-block {
    margin-bottom: 60px;
  }
  .vk-list {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .VK.container .index-block {
    background-size: 100% 100%;
    height: auto;
  }

  .vk-list {
    padding-top: 0;
  }
}
/*  */

.bottom-icons-panel_y .footer {
  bottom: 0;
}
/*  */
.mobilemenu__item .bottom-icons-panel,
.mobilemenu__item .footer {
  display: none;
}
.footer--color-dark .bottom-menu .item:hover .title a, .footer--color-dark .bottom-menu .item.active .title a {
    color: #fff !important;
}


@media (max-width: 480px) {
  footer.footer-1-custom {
      height: auto;
      background-size: 100% 100%;
      min-height: auto;
  }
  .bottom-icons-panel_y .footer {
    padding-top: 80px;
  }
}


.subscribe-block .subscribe-block__part--left {
  margin-left: auto;
  margin-right: auto;
}
.subscribe-edit .subscribe-input {
  margin-left: auto;
  margin-right: auto;
}

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