.header__menu .menu__category.menu__category_first .menu__category-item:nth-of-type(4) > .category-link > .category__img {
  background: url(img/collection.svg) 50%/contain no-repeat;
}

.partners-banner__bottom{
  background-color: #EA514F;
  color: #FFFFFF;
  padding: 37px 97px 37px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Roboto, sans-serif;
  margin-top: 20px;;

}
.partners-banner__bottom .text_part{
  font-family: inherit;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: right;
  max-width: 65%;

}

.partners-banner__bottom .numbers-part{
  display: flex;
  justify-content: flex-end;
  align-items: center ;
}

.partners-banner__bottom  .wrap-phone{
    width: 70px;
    height: 70px;
    margin-left: 97px;

}
.partners-banner__bottom  .wrap-phone img{
  width: 100%;
}

.partners-banner__bottom  .phones{
  padding-left: 0px;
  padding-left: 30px;
  list-style: none;
}
.partners-banner__bottom  .phones-link{
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.3s;
  list-style-type: none;
}

.partners-banner__bottom  .phones-link:hover{
  text-decoration: underline;
}

@media screen and (max-width: 1580px){
  .partners-banner__bottom .wrap-phone {
    margin-left: 61px;
  }
  .partners-banner__bottom {
    padding: 37px 41px 37px 20px;
  }
  .partners-banner__bottom .phones-link{
    font-size: 22px;
    line-height: 36px;
  }
  .partners-banner__bottom .text_part {
    font-size: 32px;
    line-height: 40px;
    max-width: 63%;
  }
}

@media (max-width: 1214px){
  .partners-banner__bottom .text_part{
    max-width: 60%;
    font-size: 30px;
  }
  .partners-banner__bottom{
    justify-content: space-between;
  }
}


@media (max-width: 1110px){
  .partners-banner__bottom .text_part{
    text-align: center;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .partners-banner__bottom{
    justify-content: space-between;
    flex-direction: column;
  }
  .partners-banner__bottom .wrap-phone{
    margin-left: 0px;
  }
}

@media (max-width: 580px){
  .partners-banner__bottom .text_part{
    font-size: 24px;
    line-height: 29px;
  }
  .partners-banner__bottom{
    padding: 20px 15px;
  }
  .partners-banner__bottom .phones-link {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }
  .partners-banner__bottom .wrap-phone{
    width: 50px;
    height: 50px;;
  }
}

@media (max-width: 400px){
  .partners-banner__bottom .text_part{
    font-size: 24px;
    line-height: 29px;
  }

  .partners-banner__bottom .phones-link {
    font-size: 17px;
    font-weight: 400;
  }
}


/*///////// menu new part ///////*/


.header__menu .menu__category__submenu.menu__category__submenu_tiles .submenu-links-container{
  padding: 25px 10px 25px 15px;
}

.submenu-links-container {
  padding: 25px;
  visibility: visible;
  width: 100%;
}

.grid-item {
  margin-bottom: 25px;
  max-width: 290px;
  padding-right: 10px;
 }


.menu__category__submenu-item.item-flex{
  display: flex;
}

.category__img{
  width: 75px;
  height: 75px;
  margin-right: 25px;
}

.category__img img{
  width: 100%;
}

.submenu-big-link {
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-top: 4px;
  margin-bottom: 6px;
  
}

.catalog-links-list{
  list-style: none;
  padding-left: 0px;;
}

.catalog-links-list__item{
  margin-bottom: 5px;
}

.catalog-links-list__item-link{
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  line-height: 149%;
  text-align: left;
  color: #444444;
  transition: all ease 0.3s;
  text-decoration: underline;

}

.catalog-links-list__item-link:hover{
  color: #000;
}

.header__menu .menu__category__submenu.menu__category__submenu_tiles .submenu-links-container{
  display: flex!important;
  flex-flow: column wrap;
  max-height: 842px;
}


.menu__category__submenu-item.item-flex{
  margin-bottom: 15px;
  width: 270px;
}

.menu__category__submenu-item{
  display: flex;
  margin-bottom: 15px;
}
.submenu-links-container{
  display: flex;
  flex-wrap: wrap;
}
.submenu-links-container li{
  display: flex;
  margin-bottom: 10px;
  width: 200px;
}
.submenu-links-container  .column{
  width: 23%;
}



@media screen and (max-width: 1470px){
  .menu__category__submenu-item.item-flex {
    width: 300px;
  }
  .submenu-links-container.grid{
    max-height: 1199px;

  }
  .submenu-links-container  .column{
    width: 40%;
  }
}

@media screen and (max-width: 1046px){
  .header__menu .menu__category__submenu.menu__category__submenu_tiles .submenu-links-container{
    width: 100%;
  }
  .header__menu .menu__category__submenu {
    width: calc(-128.23529px + 77.47059vw);
  }

  .menu__category__submenu-item.item-flex{
    width:50%;
  }
    .submenu-links-container {
      padding: 25px;
      visibility: visible;
  }
  .submenu-links-container  .column{
    width: 46%;
  }
}

@media screen and (max-width: 768px){
  .menu__category__submenu-item.item-flex{
    width:100%;
  }
  .header__menu .menu__category__submenu{
    width: 320px;
  }
  .submenu-links-container  .column{
    width:50%;
  }
  .header__menu .menu__category__submenu.menu__category__submenu_tiles .submenu-links-container{
    display: flex!important;
    flex-direction: column;
    max-height: 100%;
  }

}

@media screen and (max-width: 560px){
  .submenu-links-container  .column{
    width:100%;
  }
}


/* SOCIALS IN HEADER*/

.write_to_us{
  display: flex;
  list-style: none;
  min-width: 308px;
  justify-content: space-around;
  padding: 0px 0px 0px 70px;
}

.find_us{
  height: 24px;
  width: auto;
  margin-left: 5px;
  transition: all ease 0.3s;
}

.find_us svg{
  width: 22px;
}

.find_us svg:hover{
  opacity: 0.7;
}

.find_us .bigger{
  transform: scale(1.1);
}
.find_us .smaller{
  transform: scale(0.9);
}

.inner-phones{
  position: relative;
}

.second-phone{
  position: absolute;
  bottom: -74px;
  right: 0px;
  width: 250px;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  z-index: 999;
}


#top li div .phone__block .second-phone-btn{
  padding: 0px;
}

#top li div.second-phone-btn#second-btn {
  padding: 0px;
}

#top .phone__block .second-phone-btn.active~.second-phone,
.second-phones.active{
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -74px;
  right: 0px;
  width: 250px;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  z-index: 999;
  bottom: -55px!important;
  width: 237px!important;
  padding: 16px 15px;
  min-height: 78px;
}


#top .phone__block .second-phone-btn:after,
#top .phone__block .second-phone-btn.active:after{
  display: none;
}
#top .phone__block {
  width: 300px;
}
.write_to_us{
  padding: 0px 0px 0px 70px;
}

@media (max-width: 1580px) {
  #top .phone__block {
      width: auto;
  }
  .write_to_us {
    padding: 0px 0px 0px 0px;
    min-width: 224px;
  }
  .find_us{
    margin-right: 12px;
    width: 20px;;
  }
  #top li div.second-phone-btn#second-btn ,
  #top .phone__block .second-phone-btn {
    width: 19px!important;
  }
  #top .phone__block{
    padding: 0 3px!important;
  }
  #top .phone__block .second-phone-btn.active~.second-phone, .second-phones.active {
    bottom: -55px!important;
    width: 130px!important;
    min-height: 61px;
  }

}

.collections-banners-list.desc{
	display:grid;
}
.collections-banners-list.mob{
	display:none;
}

.illustration-wrap.desc{
	display:grid;
}
.illustration-wrap.mob{
	display:none;
}

@media screen and (max-width: 600px){
	.collections-banners-list.desc{
		display:none;
	}
	.collections-banners-list.mob{
		display:grid;
	}

	.illustration-wrap.desc{
		display:none;
	}
	.illustration-wrap.mob{
		display:grid;
	}
}

@media (min-width: 720px) {
	.video-and-description-wrap .illustration-wrap {
		height: 226px;
		width: 540px;
	}
}


.simpla_lang_switch{
	text-transform: uppercase;
    display: flex;
    flex-direction: column;
    padding: 0px 15px; 
	font-size: 12px;
	color: #777777;
	font-weight: 500;
}
.simpla_lang_switch a {
	color: #000;
  margin: 2px 0px;
}
#top .phone__block{
	width: 229px;;
}
#top .logo-cover{
	width: auto;;
}
#top .logo-cover span {
	margin-right: 0px;
}
#top .menu__list-item {
  margin-right: 9px;
}

#top .menu__list {
  padding: 0 25px 0 19px;
  z-index: 9;
}

@media (max-width: 1580px) {
  .write_to_us {
      padding: 0px 0px 0px 0px;
      min-width: max-content;
  }
  .find_us {
    margin-right: 4px;
    margin-left: 11px;
  }
}

@media (max-width: 950px) {
	.top__panel {
		display: block;
    }
	#top .menu__list {
		display: none;
	}
	.simpla_lang_switch{
		order:3;
	}
	.phone__block .write_to_us{
		flex-direction: row;
		align-self: end;
		min-width: auto;
		min-width: auto;
    min-width: max-content;
	}
	.find_us.no-mob{
		display: none;
	}
	#top .logo-cover span {
        display: block;
        width: max-content;
    }
	#top .logo {
        margin-right: 15px;
        width: 109px;
    }
    .find_us svg {
      width: 16px;
  }
  .logo-cover.mobile-content{
    display: none;;
  }
  #top .logo-cover span {
    margin-right: 10px;
  }
}

@media screen and (max-width: 500px){
  #top .logo {
    margin-right: 15px;
    width: 81px;
  }
  .phone__block .write_to_us{
		flex-direction: column;
  }
}


@media (max-width: 1580px) {
    #top .logo-cover span {
        margin-right: 0px;
    }
}

.btn-simple-blue{
  border: 1px solid #16ADE8;
  padding: 15px 0px;
  text-align: center;
  max-width: 175px;;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16ADE8;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  margin: 20px auto 0px;
  transition: all ease 0.3s;;
}
.btn-simple-blue:hover {
  background-color: #16ADE8;
  color           : #fff;
}

body.op-fixed {
  overflow: hidden;
}

.op-overlay {
  position       : fixed;
  top            : 0;
  left           : 0;
  width          : 100vw;
  height         : 100vh;
  background     : rgba(0, 0, 0, 0.5);
  display        : flex;
  justify-content: center;
  align-items    : center;
  opacity        : 0;
  visibility     : hidden;
  transition     : opacity 0.3s ease;
  z-index        : 2020;
}

.op-overlay.op-active {
  opacity   : 1;
  visibility: visible;
}

.op-modal {
  background   : #F0F0F0;
  border-radius: 3px;
  padding      : 64px 80px;
  max-width    : 850px;
  width        : 100%;
  position     : relative;
  transform    : translateY(-20px);
  opacity      : 0;
  transition   : all 0.3s ease;
}

.op-overlay.op-active .op-modal {
  transform: translateY(0);
  opacity  : 1;
}

.op-close-btn {
  font-family: inherit;
  position   : absolute;
  top        : 16px;
  right      : 16px;
  font-size  : 24px;
  cursor     : pointer;
  border     : none;
  background : none;
}

.op-close-btn:hover {
  opacity: 0.5;
}

.op-modal h2 {
  font-family  : inherit;
  text-align   : center;
  font-size    : 36px;
  margin-bottom: 32px;
}

.op-options {
  display        : flex;
  gap            : 24px;
  flex-wrap      : wrap;
  justify-content: center;
}

.op-card {
  background   : #fff;
  border-radius: 3px;
  padding      : 27px 60px 35px 43px;
  flex         : 1 1 300px;
  min-width    : 280px;
}

.op-card p {
  font-family  : inherit;
  font-size    : 15px;
  color        : #676767;
  margin-bottom: 30px;
}

.op-card h3 {
  font-family: inherit;
  margin-top : 0;
  font-size  : 24px;
  font-weight: 500;
}

.op-features {

  margin      : 16px 0;
  padding-left: 0;
  list-style  : none;
}

.op-features li {
  font-family  : inherit;
  display      : flex;
  align-items  : center;
  min-height   : 34px;
  margin-bottom: 29px;
  ;
}

.op-text {
  color       : #000;
  max-width   : 170px;
  font-size   : 15px;
  font-size   : 15px;
  padding-left: 20px;
  font-family : inherit;
}

.op-card a.btn-simple-blue {
  max-width: 100%;
}

.op-card a.btn-simple-blue:hover {
  background: #00a3ff;
  color     : #fff;
}

.op-footer {
  text-align: center;
  margin-top: 32px;
  font-size : 14px;
  font-size : 16px;
  color     : #000;
}

.op-footer a,
.op-footer span {
  margin-left    : 8px;
  text-decoration: none;
  text-decoration: none;
  color          : #000;
}

.op-footer span {
  font-family : inherit;
  margin-right: 12px;
  transition  : all ease 0.3s;
}

.op-footer:hover span {
  color: #00a3ff;
}

@media screen and (max-width: 760px) {
  .op-modal {
    max-height: 100vh;
    overflow-y: auto;
    padding   : 20px 16px;
  }

  .op-options {
    flex-direction: column;
    gap           : 16px;
  }

  .op-card {
    background   : #fff;
    border-radius: 3px;
    padding      : 25px 10px 15px 13px;
  }

  .op-card h3 {
    font-size: 20px;
    ;
  }

  .op-modal h2 {
    font-size    : 20px;
    margin-bottom: 24px;
  }

  .op-close-btn {
    top      : 12px;
    right    : 12px;
    font-size: 20px;
  }

  .op-card a {
    width: 100%;
  }

  .op-features li {
    margin-bottom: 14px;
  }

	.btn-simple-blue{
	    max-width: auto;
	    padding: 15px 30px
	  }
	  .products__block .product-card .product_info .title_to_product {
	    height: 51px;
	}

	.unregistered-user-price {
	    width: 120px !important;
	    padding: 10px 15px;
	}
}

@media screen and (max-width: 385px){
  .btn-simple-blue{
    padding: 9px 21px;
    font-size: 12px;
  }
}

@media screen and (max-width: 335px){
  .btn-simple-blue{
    padding: 9px 18px;
  }
}

.variants__from_wrap, .price-and-cart-block .variant{
	display: none;
}
.variants__from_wrap.authorized, .price-and-cart-block .variant.authorized{
	display: block;
}

.unregistered-user-price{
	width: 200px;
	background-color: #fff;
	display: block;
}

.unregistered-user-price.authorized{
	display: none;
}

    .reg-rap{
        display: block;
        justify-content: flex-start;
        padding: 30px 0px;
        align-items: center;
        margin: 0 auto;
        max-width: 70%;
    }
    .reg-text{
        font-family: inherit;
        font-weight: 500;
        padding: 12px 40px;
        font-size: 23px;
        text-align: center;
    }
    .reg-rap  .btn-simple-blue.btn-reg {
        padding: 17px 46px;
        margin: 15px auto;
    }

    @media screen  and (max-width: 768px) {
        .reg-rap{
            max-width:100%;
        }
        .reg-text{
            font-size: 17px;
        }
    }

