 .us-part {
	margin-bottom: 200px !important;
}

.header-top_part .container,
.header-top-mod .container {
  justify-content: space-between;
}
 error404-wrapper .btn {
   color: #fff;
 }
.header .header-top-mod {
  background: #fff;
}
 .header.header-fixed {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 900;
 }
.header .header-bottom {
    background: #000;
    color: #fff;
}
.abs-item {
    border: unset;
}
.content,
.wrapper {
  margin-top: 70px;
}
 .contacts-item__col .content {
   margin-top: 0;
 }
@media (max-width: 900px) {
	.catalog-menu {
		width: 100%;
		top: auto;
		bottom: 55px;
		left: 0;
		z-index: 33;
	}
  .header-top-mod .phone a{
    font-size: 20px!important;
  }
	.header-bottom {
		position: fixed;
		bottom: 0;
		z-index: 10;
		width: 100%;
	}
	.footer.footer-mod { padding-bottom: 70px; }
}
@media (min-width: 901px) {
	.header-bottom { display: none; }
}
#blanx-slider {
  /*background: linear-gradient(245deg, #2B658E -0.96%, #41B4E2 134.67%);
  padding: 2% 6% 6% 6%;*/
	background: white;
	padding: 0 6%;
}
.blanx-slider {
	border-radius: 20px;
	overflow: hidden;
	max-width: 1600px;
	margin: 0 auto;
}
#blanx-slider .container {
	max-width: unset;
}
.blanx-slide {
  display: flex !important;
}

#blanx-slider .slick-arrow {
  position: absolute;
  top: 40%;
  max-width: 55px;
  width: 100%;
  font-size: 0;
  max-height: 55px;
  height: 100%;
  z-index: 2;
}

.dots-style {
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.dots-style button {
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 10px;
  width: 10px;
  margin: 5px;
  outline: none;
  padding: 0;
}

.dots-style li[class="slick-active"] button {
  background: #000000;
}

#blanx-slider .slick-arrow.slick-prev {
  left: 3%;
  background: url('/images/blanx/arrow-n.png') 0 0 / 100% no-repeat;
	transform: rotate(180deg);
}

#blanx-slider .slick-list {
  /*! margin-bottom: 100px; */
}

#blanx-slider .slick-arrow.slick-prev:hover {
  background: url('/images/blanx/arrow-h.png') 0 0 / 100% no-repeat;
}

#blanx-slider .slick-arrow.slick-next {
  right: 3%;
  background: url('/images/blanx/arrow-n.png') 0 0 / 100% no-repeat;
}

#blanx-slider .slick-arrow.slick-next:hover {
  background: url('/images/blanx/arrow-h.png') 0 0 / 100% no-repeat;
}

.sl-left {
  max-width: 46%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65px;
}

.sl-right {
  max-width: 54%;
  width: 100%;
}

.sl-right img {
  max-width: 100%;
  width: 100%;
}

.top-part {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.mid-part {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.bottom-part {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 26.771px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.sl-btn {
  max-width: 186px;
  width: 100%;
  height: 54px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #000000;
  color: #F8F9FF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-variant: small-caps;
  margin-top: 26px;
}

#why {
  /*border-radius: 56px;*/
  background: #FFF;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  padding: 150px 0 0;
}

.us-title {
  color: #000000;
  text-align: center;
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.us-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 70px;
}

.us-item {
  border-radius: 60px 0px;
	border: 1px solid #E2E8F1;
	background: #F8FBFE;
  box-shadow: 5px 15px 45px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  flex-basis: 32%;
  min-height: 418px;
  height: 100%;
  padding-top: 210px;
  padding-left: 40px;
  overflow: hidden;
  /*opacity: .3;*/
}
.us-item div { opacity: .3; }

.us-item:hover {
  opacity: 1;
	border: 1px solid #E2E8F1;
	background: #FFF;
}
.us-item:hover div { opacity: 1; }

.us-item-img {
  position: absolute;
  top: 0;
  left: 0;
}
.us-item-img img {
  filter: grayscale(100%);
}

.us-item-title {
  color: #000000;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}

.us-item-text {
  color: #7D7D7D;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.adv-block {
  padding-top: 150px;
  padding-bottom: 300px;
	display:none;
}

.adv-title {
  color: #164178;
  text-align: center;
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.adv-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.adv-item {
  border-radius: 60px;
  border: 1px solid #E2E8F1;
  background: #F8FBFE;
  position: relative;
  flex-basis: 32%;
  padding: 3% 6% 2% 6%;
}

.adv-item:hover {
  border-radius: 60px;
  border: 1px solid #E2E8F1;
  background: #FFF;
  box-shadow: 5px 15px 45px 0px rgba(0, 0, 0, 0.10);
}

.adv-img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.adv-img img {
  max-width: 100%;
  width: 100%;
}

.adv-text {
  color: #000000;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.adv-text span {
  color: #081D38;
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}

.type-one {
  position: relative;
  padding: 7% 7%;
  border-radius: 56px;
  overflow: hidden;
  height: 100%;
}

.type-one::before {
  content: '';
  background: url('/images/blanx/bg1.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.type-two {
  position: relative;
  padding: 7% 7%;
  border-radius: 56px;
  overflow: hidden;
  height: 100%;
}

.type-two::before {
  content: '';
  background: url('/images/blanx/bg2.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.type-three {
  position: relative;
  padding: 7% 7%;
  border-radius: 56px;
  overflow: hidden;
  height: 100%;
}
.type-three .type-title img{
  width: 190px;
}

.types-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
	padding-top: 150px;
}

.type-three::before {
  content: '';
  background: url('/images/blanx/bg3.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.type-left {
  position: relative;
  z-index: 2;
  max-width: 40%;
  padding-top: 1%;
}

.type-left ul {
  margin-top: 40px;
  max-width: 90%;
}

.type-title {
  color: #FFF;
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding-bottom: 15px;
}

.type-text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 28px;
}

.type-btn {
  display: inline-flex;
  padding: 20px 70px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(88, 111, 54, 0.08);
  color: rgba(0, 0, 0, 0.75);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 1px;
}

.type-left ul li {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(2px);
  margin-bottom: 22px;
  padding: 23px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

#how {
  padding-top: 280px;
}

.how-title {
  color: #000000;
  text-align: center;
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  text-transform: uppercase;
}

.how-text {
  color: #7D7D7D;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 17px;
  margin-bottom: 100px;
}

.how-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.header-top-mod .header-bottom__right> :not(:last-child) {
  margin-right: 15px;
}

.how-wrap {
  border-radius: 60px 0px;
  border: 2px solid #E8E8E8;
  background: #FFFFFF;
  padding: 12% 9%;
  position: relative;
  padding-bottom: 110px;
  /*max-height: 422px;*/
	height: 422px;
}

.how-item {
  position: relative;
  flex-basis: 39%;
  padding-bottom: 110px;
  max-height: 475px;
}
.how-item:hover {
    transform: unset !important;
}

.how-item img {
  position: absolute;
  top: -42%;
  right: 50%;
}
.how-item:hover img {
    transform: scale(1.1);
}

.how-count {
  color: #7D7D7D;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 18px;
}

.how-item_title {
  color: #000000;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.how-desc {
  color: #7D7D7D;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.how-right.how-item img {
  position: absolute;
  top: -42%;
  right: 50%;
}

.blanx-catalog {
  background-color: #fff;
}

.prodlabel--blanx {
  background-color: #000000;
  padding: unset;
	border-radius: 3px;
}

.blanx-cat-title {
  color: #000000;
  /*text-align: center;*/
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 38px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blanx-cat-title span { margin: 0 auto; }
.blanx-hit {
    background: url(/images/blanx/arrow-n.png) 0 0 / 100% no-repeat;
    width: 55px;
    height: 55px;
    border: 1px solid black;
    border-radius: 50%;
    display:none;
}
.blanx-hit.left { transform: rotate(180deg); }
.blanx-hit.vis { display: block; }

.blanx-catalog .card-item__block .btn_blue {
  border-radius: 3px;
  font-style: normal;
  padding: 17px 21px;
  line-height: 19px;
	background: #000000;
}

@media (min-width: 481px) {
  .blanx-catalog .card-item__block {
    margin-top: 40px;
  }
}

.grid-blanx {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 16px;
}

.grid-blanx .catalog-prod__item {
  max-width: 320px;
  width: 100%;
}

.blanx-catalog {
  padding-bottom: 150px;
}

/*.catalog_mp { overflow: hidden; padding: 0 20px; }*/

.blanx-catalog .catalog-body {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
  padding: 0 20px 30px 20px;
  gap: 20px;
}
.blanx-catalog .catalog-body::-webkit-scrollbar { width:0px; height:0px; }

.blanx-catalog .catalog-prod__item {
  min-width: 320px;
}

.blanx-catalog .card-item__img {
  height: 300px;
}

.blanx-catalog .catalog-body {
  padding-top: 20px;
}

.how-wrap:hover {
  border-radius: 60px 0px;
  border: 2px solid #E8E8E8;
  background: #FFF;
  box-shadow: 5px 15px 45px 0px rgba(0, 0, 0, 0.10);
}

.sl-btn:hover {
  border-radius: 3px;
  background: #3980F7;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-variant: small-caps;
}

.type-btn:hover {
  background: #3980F7;
  color: #FFF;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-around;
}
.header-box-shadow {
  box-shadow: 0px -10px 20px 10px #bcbcbc;
}

@media (max-width: 900px) {
    .blanx-hit.vis { display:none;}
  #blanx-slider {
    padding: 15px;
  }
  .content {
    margin-top: 50px;
  }
  .contacts-item__col .content {
    margin-top: 0;
  }
  .top-part {
    color: #FFF;
    font-family: Montserrat;
    font-size: 23.267px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
  }

  .mid-part {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .bottom-part {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .sl-btn {
    border-radius: 3px;
    background: #FFF;
    padding: 0;
    margin-top: 0;
    display: flex;
    width: 67px;
    height: 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #5F6486;
    text-align: center;
    font-family: Montserrat;
    font-size: 7px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-variant: small-caps;
    margin-top: 0px;
  }

  .sl-left {
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 0;
  }

  .blanx-slide {
    position: relative;
    justify-content: flex-end;
    min-height: 230px;
  }

  #blanx-slider .slick-arrow {
    display: none !important;
  }

  .us-title,
  .adv-title {
    color: #000000;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .adv-img {
    max-width: 100%;
    width: 87%;
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .type-left ul {
    max-width: 100%;
  }

  .us-items {
    flex-direction: column;
  }

  .sl-right {
    max-width: 54%;
    width: 100%;
    display: flex;
    align-items: center;
  }

  #why {
    border-radius: 10px;
    margin-top: -52px;
  }

  #blanx-slider .slick-list {
    margin-bottom: 0px;
  }

  #why {
    border-radius: 15px;
    background: #FFF;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    /*margin-top: -50px;*/
    padding: 50px 0 0;
  }

  .us-title {
    margin-bottom: 20px;
  }

  .us-items {
    padding: 0 4px;
  }

  .us-item {
    padding-top: 30px;
    min-height: auto;
    height: auto;
    padding-left: 25%;
  }

  .us-item-img {
    position: absolute;
    top: 19%;
    left: 0%;
    width: 18%;
  }
  .us-item-img img {
	height: 5.2vh;
  }
  .active .us-item-img img, .us-item:hover .us-item-img img {
	opacity: 0.3;
  }

  .us-item-title {
    color: #000000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }

  .us-item-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .us-item {
    padding-top: 25px;
    min-height: 150px;
    height: auto;
    padding-left: 25%;
	margin-bottom: 20px;
    opacity: 1;
    border: 1px solid #E2E8F1;
    background: #FFF;
  }
	.us-item div {
		opacity: 1;
	}
	.us-item div img {
		opacity: 0.3;
	}
  .adv-block {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .adv-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  .adv-text span {
    color: #081D38;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
  }

  .adv-items {
    gap: 20px;
  }

  .adv-item {
    border-radius: 20px;
    border: 1px solid #E2E8F1;
    background: #FFF;
    box-shadow: 5px 15px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 15px;
    min-height: auto;
  }

  .adv-item:hover {
    border-radius: 20px;
    border: 1px solid #E2E8F1;
    background: #FFF;
    box-shadow: 5px 15px 45px 0px rgba(0, 0, 0, 0.10);
  }

  .types-block {
    padding-top: 100px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
	.us-part {
		margin-bottom: 0px !important;
	}
  .type-one {
    position: relative;
    padding: 40px 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
  }

  .type-three {
    position: relative;
    padding: 40px 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
  }

  .type-two {
    position: relative;
    padding: 40px 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
  }

  .type-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .how-item {
    padding-bottom: 64px;
  }

  .type-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 15px;
  }

  .type-left ul li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 15px;
    gap: 10px;
	border-radius: 10px;
  }

  .type-left {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding-top: 1%;
  }

  #how {
    padding-top: 50px;
  }

  .how-title {
    /*color: #164178;*/
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
  }

  .how-text {
    /*color: #164178;*/
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 70px;
  }

  .how-items {
    flex-direction: column;
  }

  .how-wrap {
    padding: 20px 30px;
	height: auto;
  }

  .how-item_title {
    /*color: #164178;*/
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
  }

  .how-item img {
    position: absolute;
    top: -35%;
    right: 63%;
    max-width: 55%;
  }

  .how-right.how-item img {
    position: absolute;
    top: -37%;
    right: 66%;
    max-width: 53%;
  }

  .how-desc {
    /*color: #164178;*/
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .blanx-cat-title {
    /*color: #164178;*/
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 20px !important;
  }

  .blanx-catalog .catalog-body {
    overflow-x: scroll;
    padding-left: 0;
    padding-right: 0;
  }

  .blanx-catalog .card-item__img {
    position: initial;
    width: 100%;
    min-width: 80px;
    height: auto;
    margin-right: 10px;
  }

  .blanx-catalog .block_body_item_card {
    flex-direction: column;
  }
}

@media (min-width: 481px) and (max-width: 1199.98px) {
  .how-item img {
    display: none;
  }

  .type-left {
    max-width: 100%;
  }

  .adv-img {
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
  }

}

@media (max-width: 481px) {
	.blanx-slider.desktop { display: none; }
	#blanx-slider, #blanx-slider .container { padding:0; }
	.blanx-slider { border-radius: 0; }

  .sl-left {
    top: 0%  !important;
left: 4% !important;
  }
.blanx-slide {
    min-height: 227px !important;
	}
	.sl-btn:hover {
font-size: 7px;
}
.header .header-top__left > :not(:last-child) {
  margin-right: 0px;
}
  .type-two::before {
    content: '';
    background: url('/images/blanx/mbg2b.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .type-three::before {
    content: '';
    background: url('/images/blanx/mbg3b.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
	.type-three .type-title img{
	  width: auto;
	}

  .type-one::before {
    content: '';
    background: url('/images/blanx/mbg1b.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .type-one,
  .type-three,
  .type-two {
    min-height: 810px;
  }
}

@media (max-width: 1400px) {
  #blanx-slider {
    /*padding: 15px;*/
  }

  #blanx-slider .slick-list {
    margin-bottom: 0px;
  }

  .blanx-slide {
    position: relative;
    justify-content: flex-end;
    min-height: 280px;
  }

  .sl-left {
    position: absolute;
    top: 20%;
    left: 0px;
    padding-top: 0;
  }

  .sl-right {
    max-width: 54%;
    width: 100%;
    display: flex;
    align-items: center;
  }

  #blanx-slider .slick-arrow {
    display: none !important;
  }

  .top-part {
    color: #FFF;
    font-family: Montserrat;
    font-size: 23.267px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
  }

  .mid-part {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .bottom-part {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}

@media (min-width: 481px) {
	.blanx-slider.mobile { display: none; }

  .blanx-catalog .cart-item__bottom {
    height: auto;
  }
}

@media (max-width: 578px) {
  .adv-items {
    flex-direction: column;
  }
}

.footer.footer-mod {
  background: #F9F9F9;
  color: #7d7d7d;
}

.footer.footer-mod .logo-desc {
  color: #000000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  opacity: 0.3;
}

.footer.footer-mod ul li a {
  color: #7d7d7d; /*#164178;*/
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}


.footer.footer-mod .footer-top__item .footer_link {
  color: #000000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
  margin-bottom: 10px;
}

.footer_link_mail {
  margin-top: 30px;
}
.footer.footer-mod .footer-top__item .footer_link:hover {
  color: #3980F7;
}
.footer-btn {
  color: #FFF;
  /*font-family: Roboto !important;*/
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  width: 189px;
  height: 43px;
  border-radius: 22px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

 .footer-btn.disabled_from_opt {
   cursor: not-allowed;
   filter: alpha(opacity = 65);
   -webkit-box-shadow: none;
   box-shadow: none;
   opacity: .65;
 }

.footer-btn:hover {
	color: #fff !important;
	text-decoration: none !important;
	background: #3980F7 !important;
}

 .footer-btn.disabled_from_opt:hover {
   background: #00000065 !important;
   cursor: not-allowed;
   filter: alpha(opacity = 65);
   -webkit-box-shadow: none;
   box-shadow: none;
   opacity: .65;
 }

.footer.footer-mod .footer-bottom {
  background: #F6FBFF;
  color: #164178;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
}

.footer.footer-mod .footer-bottom a {
  color: #164178;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
}

.footer.footer-mod .logo {
  margin-bottom: 10px;
}

.footer.footer-mod .logo-desc {
  margin-bottom: 20px;
}

.footer.footer-mod .footer-item {
  padding-bottom: 40px;
}
.footer-top__item.footer-top__desc .hr {
    color: #E2E8F1;
    background-color:#E2E8F1;
    border:0px none;
    height:1px;
width: 60%;
    clear:both; 
}

.blanx-footer_logo {
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer.footer-mod .footer-top__item .title {
  color: #000000;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.header-top_part {
  height: 30px;
  background: #000000;
}

.top_part-left {
  display: flex;
  gap: 40px;
}

.top_part-left a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  align-items: center;
}

.top_part-right .btn_blue {
  width: 153px;
  height: 30px;
  flex-shrink: 0;
  background: #164178;
  border-radius: 0px;
}

.top_part-right .btn_red {
  width: 153px;
  height: 30px;
  flex-shrink: 0;
  background: #913243;
  border-radius: 0px;
}

.top_part-right .btn_blue:hover {
  background: linear-gradient(100.29deg, #00417C 10.2%, #00417C 10.2%, #135490 30.19%, #37A0FF 60%, #1179D7 92.6%);
}

.top_part-right .btn_red:hover {
  background: linear-gradient(100.29deg, #9D2841 10.2%, #9E2942 10.2%, #B62E4B 30.19%, #EA5776 60%, #B01E3D 92.6%);
  color: #FFFFFF;
}

.top_part-right {
  display: flex;
}

.top_part-right .search_btn {
  height: 30px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 105px;
}

 .top_part-right .search_btn span {
  line-height: 15px;
  font-weight: 600;
  font-size: 11px;
 }

 .top_part-right .form-search__wrap.js-searchWrap-show {
   max-width: 295px;
   height: 30px;
 }


/*.top_part-right .js-searchWrap-show {*/
/*  transform: translateX(-100%);*/
/*}*/


.top_part-right .search-true-btn {
  position: absolute;
  width: 14px;
  right: 10px;
  height: 24px;
  display: flex;
  align-items: center;
  top: 50%;
  padding: 0;
}

.top_part-right .search-true-btn svg {
  width: fit-content;
}

.top_part-right .form-control {
  border-radius: 0;
  width: 295px;
  height: 26px;
  padding: 6px 12px;
  background: #fff;
  margin-top: 2px;
  border: none;
}

.search_btn:hover span {
  color: #fff;
}

.bio-logo {
  display: flex;
	align-items: center;
}

.blanx-logo {
  display: flex;
  padding-left: 18px;
  border-left: 1px solid #DADADA;
}

.header-top-mod .header-top__right> :not(:last-child) {
  margin-right: 18px;
}

.header-top-mod .btn-catalog {
  width: 135px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #184078;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.header-top-mod .btn-catalog.disabled_from_opt {
  cursor: not-allowed;
  filter: alpha(opacity = 65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
 }

.header-top-mod .header-bottom__right .header-bottom__item span {
  color: #000000;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.header-top-mod #favorite-count,
.header-top-mod .js-cart-count {
  color: #FFF !important;
}

.header-top-mod .header-bottom__img svg path,
.header-top-mod .header-bottom__img svg circle {
  stroke: #000000;
}

.header-top-mod .abs-item {
  border: 2px solid #fff;
}

.header-top-mod .header-top__left--title {
  font-size: 10px !important;
  max-width: 110px !important;
  color: #7D7D7D !important;
  font-family: Montserrat;
  font-weight: 600 !important;
  line-height: 140% !important;
  margin-left: 12px;
}

.header-top-mod .phone a {
  color: #000000;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 168%;
}

.header-top-mod .phone {
  border-left: 1px solid #DADADA;
  padding-left: 10px;
}

.header-top-mod .phone a p {
  color: #7D7D7D;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
}

.catalog-menu__Mod {
  max-width: 320px;
  width: 100%;
  margin: 0 47.5%;
  background-color: #fff;
  padding: 10px;
}

.catalog-menu__Mod .catalog-menu__bottom {
  flex-direction: column;
}

.catalog-menu__Mod .catalog-menu__bottom-item {
  color: #164178;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
  background-color: #fff;
}

.catalog-menu__Mod .catalog-menu__bottom-item_all {
  height: 52px;
  background-color: #184078;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
  padding: 15px;
}

.type-left ul li:hover {
  background: #FFF;
  color: #000000;
}

.type-left ul li:hover svg path {
  fill: #164178;
}

.footer-top__mob {
  display: none;
}

.footer-bottom-span {
  color: #164178;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-bottom-span:hover {
  opacity: 1 !important;
}

.footer-bottom a:hover {
  opacity: 1 !important;
}

.logo-bl {
  display: none;
}

	.header-top-mod .header-top__right #title-search {
    display: none;
}


@media (max-width: 900px) {
  .header-top_part {
    display: none;
  }

  .logo-bl {
    display: block;
  }

  .not-blanx {
    display: none;
  }
}

@media (max-width: 1280px) {
  .bio-logo .header-top__left--title { display: none; }
	.blanx-logo .header-top__left--title { display: none; }
	.blanx .blanx-logo {
		padding-left: 0;
		border-left: none;
		display: flex;
    	align-items: center;
	}
}
@media (max-width: 480px) {
	.blanx-logo { display: none; }
}
@media (max-width: 960px) {
  .blanx .bio-logo {
    display: none;
  }
  .header-top-mod .phone {
/*    display: none;*/
    text-align: center;
    background: none;
    border: none;
  }
}

.catalog-menu {
  left: 0%;
  overflow: visible;
}

@media (max-width: 1200px) {
  .catalog-menu {
    left: -5% !important;
    overflow: visible;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
  .catalog-menu {
    left: 0% !important;
    overflow: visible;
  }

}

@media only screen and (max-width: 1100px) and (min-width: 960px) {
.catalog-menu__Mod {
margin: 0 30%;
}
}

@media (min-width: 900px) {
  .catalog-menu {
    left: 4% !important;
  }
}

@media (min-width: 1400px) {
  .catalog-menu {
    left: 0% !important;
  }
}

@media (max-width: 900px) {

.header-top__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.header-top__right .search_icon {
	filter: grayscale(1);
}

.header-bottom__btns {
    display: none;
}
.header-top-mod .header-top__right .phone, .header-top-mod .catalog-wrap, .header-top-mod .header-bottom__item {
    display: none;
}
}


@media (max-width: 768px) {
	.footer.footer-mod {
		padding-bottom: 0;
	}
  .footer.footer-mod .grid {
    grid-gap: 16px;
  }

	.header-top-mod .header-top__right #title-search {
    display: block;
}

  .footer.footer-mod .footer-bottom {
    height: 190px;
    flex-shrink: 0;
    background: #000000;
    opacity: 1;
  }

  .footer.footer-mod .footer-bottom .container {
    flex-direction: column;
  }

  .footer-bottom-span {
    color: #fff !important;
    opacity: 1 !important;
    margin-bottom: 10px;
  }

  .footer.footer-mod .footer-bottom a {
    color: #F6FBFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    opacity: 1;
    display: block;
    margin-bottom: 10px;
  }

  .footer-top__desc {
    display: none;
  }

  .footer-top__mob {
    display: flex;
  }

  .footer-top.grid div:nth-child(2) {
    order: 2;
  }

  .footer-top.grid div:nth-child(3) {
    order: 4;
  }

  .footer-top.grid div:nth-child(4) {
    order: 5;
  }

  .title.phone-title {
    display: none;
  }

  .footer-top.grid div:nth-child(5) {
    order: 3;
  }

  .footer.footer-mod .footer-item {
    padding-bottom: 28px;
  }

  .blanx-footer_logo {
    padding-bottom: 17px;
  }

  .footer-top__mob .footer-item,
  .footer-item-blanx {
    display: flex;
  }

  .footer-btn {
    display: none;
  }

  .bio-logo-wrap,
  .blanx-logowrap {
    border-right: 1px solid #E2E2E2;
    padding-right: 7%;
  }

  .footer.footer-mod .logo-desc {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
	color: #5F6486;
	opacity: unset;
  }

  .blanx-footer_logo {
    padding-top: 0px;
  }

  .footer.footer-mod .footer-item {
    border-bottom: none;
  }

  .footer_link {
    color: #164178;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-decoration-line: underline;
  }

  .footer_link.footer_link_mail {
    color: #164178;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    margin-top: 15px;
    margin-bottom: 30px !important;
  }

  .footer.footer-mod .footer-top__item .title {
    /*color: #164178;*/
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

}

.catalog-menu__Mod {
  position: relative;
  overflow: visible;
}

.catalog-menu__Mod:before {
  content: "";
  border: 12px solid transparent;
  border-top: 11px solid #FFF;
  position: absolute;
  top: -22px;
  transform: rotate(180deg);
  left: 46%;
}

.footer-mod-social a:hover svg path {
  fill: #000;
}

.footer.footer-mod a:hover {
  opacity: 1;
	color: #3980F7;
}
.footer-btn:hover, .footer.footer-mod .footer-top__item .title_:hover, .header-top-mod .btn-catalog:hover {
  background-color: #081D38;
}
.us-item.active {
	opacity: 1;
	border: 1px solid #E2E8F1;
	background: #FFF;
}
.us-item.active div {
	opacity: 1;
}

.img-ok {
    width: 31px;
    height: 31px;
    background-image: url('/images/blanx/ok-white.svg');
min-width: 31px;
}
.type-left ul li:hover .img-ok {
    background-image: url('/images/blanx/ok-blue.svg');
	filter: grayscale(100%);
}
.js-close-search svg path {
    stroke: #fff;
}
.js-close-search svg path:first-child {
    stroke: #184078;
}
.js-close-search svg g {
 opacity: 1;
}
#title-search-mod .js-close-search {
padding-left: 5px; margin-top: 3px;
}
.top_part-right .search_btn:hover {
  background: #164178;
}
