@charset "UTF-8";

/*Обнуление*/
.none{
	font-size: 40px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
* {
  padding: 0;
  margin: 0;
  border: 0;

}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/

@font-face {
  font-family: Junegull;
  font-display: swap;
  src: url("../fonts/Junegull.woff") format("woff"), url("../fonts/Junegull.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Cera Round Pro;
  font-display: swap;
  src: url("../fonts/CeraRoundPro-Regular.woff") format("woff"), url("../fonts/CeraRoundPro-Regular.woff2") format("woff2");
  font-style: normal;
}

@font-face {
  font-family: Cera Round Pro;
  font-display: swap;
  src: url("../fonts/CeraRoundPro-Medium.woff") format("woff"), url("../fonts/CeraRoundPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Cera Round Pro;
  font-display: swap;
  src: url("../fonts/Cera Round Pro-Bold.woff") format("woff"), url("../fonts/Cera Round Pro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}div {
  scroll-behavior: smooth;
}

.box.nextstop ~ .box {
  display: none;
}

.box-news.nextstop ~ .box-news {
  display: none;
}

.show-product {
  padding: 10px 23px;
  max-width: 250px;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.mt {
  margin-top: 30px;
}
.card-rabbit__img{
	max-width: 110px;
}


.header,
.header-wrap {
  border-radius: 0px 0px 30px 30px;
}

.mobile-menu,
.menu-btn {
  display: none;
}

.header {
  position: relative;
  height: 70px;
  background-color: #fff;
}

.header-wrap {
  width: 100%;
  background-color: #e5edff;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 20;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.menu-wrap {
  max-width: 1415px;
  margin: auto;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.menu-item,
.locat-item {
  font-size: 15px;
  font-weight: 700;
  line-height: 35.43px;
  text-transform: uppercase;
  color: #2d3958;
  width: 140px;
  display: block;
  margin-top: 0px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.locat-item {
  position: relative;
}

.locat-item a::before {
  content: url(../img/icons/location.svg);
  position: absolute;
  left: 0;
  top: 6px;
}

.orange-menu {
  color: #f07d00;
}

.locat-item .orange-menu::before {
  content: url(../img/icons/location-or.svg);
}

.menu-item:hover {
  color: #f07d00;
}

.locat-item:hover {
  color: #f07d00;
}

.locat-item a:hover::before {
  content: url(../img/icons/location-or.svg);
}

.menu-list-item:hover {
  color: #f07d00;
}

.menu-list {
  display: none;
  position: absolute;
  font-size: 18px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.menu-list-item {
  display: block;
  color: #2d3958;
  margin-bottom: 10px;
}

.menu-list-item:last-child {
  margin-bottom: 0;
}

.catalog-menu button,
.about-menu button,
.contact-menu button {
  background-color: #e5edff;
}

.about-menu,
.catalog-menu,
.contact-menu {
  height: 90px;
}

.about-list {
  margin: 8px 0 0 30px;
}

.catalog-list {
  margin: 8px 0 0 7px;
}

.contact-list {
  margin: 8px 0 0 -100px;
}

.acc-list {
  margin: 8px 0 0 0px;
}

.logo-wrap {
  position: relative;
  width: 150px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.menu-logo {
  max-width: 80px;
  position: absolute;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.menu-logo-min {
	display: none;
	
  }

.catalog-menu:hover .catalog-list {
  display: block;
  z-index: 2;
}

.about-menu:hover .about-list {
  display: block;
  z-index: 2;
}

.contact-menu:hover .contact-list {
  display: block;
  z-index: 2;
}

.stiky {
  max-width: 100px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.stiky-menu {
  height: 70px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.article-menu {
  margin-top: 16px !important;
}

.stiky-menu .logo-wrap {
  width: 80px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.stiky-menu .menu-item {
  margin-top: 0px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.stiky-menu .locat-item {
  margin-top: 16px;
  -webkit-transition: all ease-in-out 0s;
  transition: all ease-in-out 0s;
}

.stiky-menu .menu-wrap {
  padding-top: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.stiky-menu .about-menu {
  height: 70px;
}

.stiky-menu .catalog-menu {
  height: 70px;
}

.stiky-menu .contact-menu {
  height: 70px;
}

.social-icons {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 5px;
  right: 15px;
  overflow: hidden;
}

.social-img {
  padding-bottom: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.social-img:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.first-screen {
  width: 100%;
  margin: auto;
  background-color: #f7f5f2;
  padding-bottom: 0px;
  position: relative;
}

.container {
  background-color: #f7f5f2;
  width: 100%;
  height: 120px;
  position: absolute;
  top: -120px;
  z-index: 1;
}

.mySwiper {
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-wrapper {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.mySwiper .swiper-slide {
  background-color: #f7f5f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0 !important;
}

.mySwiper .swiper-slide-active {
  opacity: 1 !important;
}

.slider-img-wrap {
  width: 100%;
  max-width: 800px;
  position: relative;
}

.slider-img-wrap::after {
  position: absolute;
  content: url("../img/icons/white-line.svg");
  top: 0;
  right: -2px;
}

.slider-img-wrap::before {
  position: absolute;
  content: url("../img/main/main-slider-after.svg");
  bottom: -28px;
  width: 800px;
  display: none;
}

.slider-img {
  max-width: 800px;
  display: block;
}

.slider-img_mob {
  display: none;
}

.slider-content {
  max-width: 657px;
  padding-right: 80px;
  margin-top: 90px;
}

.slider-title {
  font-size: 50px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Junegull;
}

.slider-desc {
  font-size: 21px;
  font-weight: 500;
  line-height: 26.02px;
  letter-spacing: 0.02px;
  margin-bottom: 10px;
}

.slider-btn {
  color: #2d3958;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: normal;
  border: 1px dashed #2d3958;
  background: #afcb08;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  margin-top: 35px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.swiper-pagination-bullet {
  height: 21px;
  width: 21px;
  border: 2px solid #82d0f5;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  max-width: 500px;
  background-color: transparent;
  opacity: 1;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background-color: #82d0f5;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-prev img,
.swiper-button-next img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 41px;
  height: 63px;
}

.swiper-button-prev {
  left: 7px;
}

.swiper-button-prev img:hover {
  width: 55px;
  height: 68px;
}

.swiper-button-next img:hover {
  width: 55px;
  height: 68px;
}

.swiper-button-next {
  right: 7px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.anim-logo {
  background-color: #fff;
  border-top: 7px solid #87cdd3;
  border-bottom: 7px solid #f07d00;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}

.anim-logo-wrap {
  border-top: 7px solid #afcb08;
  border-bottom: 7px solid #fecc00;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 20px 0;
}

.licenses .anim-logo-wrap {
  padding: 5px 0;
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 50s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll-x var(--duration) linear infinite;
  animation: scroll-x var(--duration) linear infinite;
}

.food-anim {
  gap: 115px;
}

.food-anim_margin {
  margin-left: 115px;
}

@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
    transform: translateX(var(--scroll-start));
  }

  to {
    -webkit-transform: translateX(var(--scroll-end));
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
    transform: translateX(var(--scroll-start));
  }

  to {
    -webkit-transform: translateX(var(--scroll-end));
    transform: translateX(var(--scroll-end));
  }
}

.card-slider {
  position: relative;
  width: 100%;
  padding-top: 50px;
  background-color: #fff;
}

.catalog-absol-left {
  position: absolute;
  left: 50px;
  top: 40%;
}

.catalog-absol-right {
  position: absolute;
  right: 70px;
  top: 27%;
}

.slider-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1370px;
  margin: auto;
  padding: 0 0 0 15px;
}

.catalog-top-content .card-slider__title {
  max-width: 100%;
}

.card-slider__title {
  color: #2d3958;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.5px;
  text-transform: uppercase;
  max-width: 345px;
  font-family: Junegull;
}

.categSlider {
  max-width: 579px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  padding: 0 0px;
}

.categSlider .swiper-wrapper {
  max-width: 570px;
  margin: auto;
}

.categSlider .swiper-slide {
  text-align: center;
  padding: 0 10px;
}

.categSlider .swiper-slide a {
  width: 100px;
  height: 155px;
  display: inline-block;
  padding: 10px 0;
  border: 1px dashed transparent;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  border-radius: 15px;
}

.categSlider .swiper-slide a:hover {
  border: 1px dashed #2d3958;
}

.categ-slide__img {
  margin-bottom: 30px;
  display: inline-block;
}

.categSlider .categ-slide__name {
  max-width: 95px;
}

.categ-slide__name {
  color: #2d3958;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.43px;
  text-transform: uppercase;
  margin: auto;
  text-align: center;
}

.swiper-categ-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-categ-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slider-bottom {
  max-width: 1490px;
  margin: auto;
  padding: 0 15px;
  margin-top: 40px;
  padding-bottom: 75px;
}

.cartSlider {
  max-width: 1490px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 0 35px;
}

.cartSlider .swiper-wrapper {
  max-width: 1490px;
  margin: auto;
  position: relative;
}

.cartSlider .swiper-slide {
  max-width: 300px;
  margin-right: 26px;
  margin-left: 26px;
}

.slide-card {
  width: 290px;
  height: 422px;
  background-image: url(../img/main/cartocka-tovara.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #fecc00;
  margin-bottom: 22px;
}

.slide-card a {
  width: 290px;
  height: 331px;
  display: block;
  position: relative;
}

.slider-card__img {
  max-width: 250px;
  max-height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slider-card__img:hover {
  max-width: 270px;
  max-height: 340px;
}

.slide-card__name {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  padding: 0 10px;
}

.slide-card__desc {
  text-align: center;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px 24px;
}

.slide-card__btn {
  color: #2d3958;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  padding: 5px 20px 7px 20px;
  border-radius: 5px;
  background-color: #afcb08;
  max-width: 130px;
  display: block;
  margin: auto;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 15px;
  border: 1px dashed #2d3958;
}

.slide-card__btn:hover {
  background-color: #fecc00;
}

.swiper-cart-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -130%);
  -ms-transform: translate(0, -130%);
  transform: translate(0, -130%);
  z-index: 2;
  left: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-cart-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -130%);
  -ms-transform: translate(0, -130%);
  transform: translate(0, -130%);
  z-index: 2;
  right: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.big-icons {
  width: 100%;
  position: relative;
  padding: 20px 0;
  background-color: #fff;
}

.cloud-left-t {
  position: absolute;
  top: -30px;
  left: 3%;
  max-width: 100px;
}

.cloud-left-b {
  position: absolute;
  bottom: -20px;
  left: 10%;
}

.cloud-right {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 180px;
}

.big-icons-wrap {
  width: 100%;
  background-image: url(../img/main/icons-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.icons-container {
  max-width: 1370px;
  margin: auto;
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.big-icons__item {
  max-width: 300px;
  text-align: center;
}

.big-icons__img {
  margin-bottom: 10px;
  max-height: 200px;
}

.big-icons__title {
  color: #2d3958;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 30px;
}

.big-icons__desc {
  color: #2d3958;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.leon-is {
  width: 100%;
  background-image: none;
  background-position: left 150px;
  background-repeat: no-repeat;
  padding-top: 40px;
  background-color: #fff;
  padding-bottom: 50px;
}

.leon-is-wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leon-is__img-item {
  max-width: 612px;
}
.main-page-leon-wrap {
	    max-width: 1370px;
    margin: auto;
    padding: 0 15px;
	margin-top: 20px;
}
.main-page-leon-wrap ul li, .catalog-article ul li{
    list-style: disc;
	margin-left: 20px;
	
}
.main-page-leon-wrap ul, .catalog-article ul{
    padding-bottom: 15px;
	
}
.main-page-leon-wrap .leon-is__btn-js-none {
    display: block;
    max-width: 127px;
    margin: auto;
    margin-top: 30px;
}
.leon-is-content {
  max-width: 630px;
  margin-top: 40px;  
}

.leon-is-content ul li{
    list-style: disc;
	margin-left: 20px;
	
}
.leon-is-content ul{
    padding-bottom: 15px;
	
}
.catalog-art-content .leon-is-content {
  max-width: 760px;
}

.leon-is__title {
  color: #2d3958;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 64.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.leon-is__desc,
.leon-is__desc-none {
  color: #2d3958;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.52px;
  /* 140.571% */
  letter-spacing: 0.02px;
}
 .catalog-art-wrap .leon-is__desc-none{
	max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

.leon-is__desc p {
  margin-bottom: 15px;
 
}
.leon-is__desc-none p {
  margin-bottom: 15px;
}
.leon-is__desc h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  padding-top: 10px;
}
 .leon-is__desc-none {
  display: none;
}

.leon-is__btn {
  margin-top: 30px;
  display: block;
  max-width: 173px;
  color: #2d3958;
  text-align: center;
  font-family: Cera Round Pro;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  padding: 12px 23px;
  border-radius: 5px;
  border: 1px dashed #2d3958;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #afcb08;
}
.catalog-art-wrap .leon-is__btn-js-none{
	display: block;
	max-width: 127px;
  margin: auto;
   margin-top: 30px;
}

.leon-is__btn:hover {
  background-color: #fecc00;
}

.leon-is-logos {
  max-width: 500px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.food-anim__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.food-anim__img {
  margin-right: 14px;
  width: 90px;
}

.food-anim__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.43px;
  text-transform: uppercase;
  max-width: 130px;
  display: block;
}

.color_green {
  color: #afcb08;
}

.color_blue {
  color: #87cdd3;
}

.color_red {
  color: #f07d00;
}

.color_yellow {
  color: #fecc00;
}

.interesting-mob {
  display: none;
}

.interesting-to-know {
  width: 100%;
  background-image: url(../img/main/newbg-bg.svg);
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-top: 65px;
  background-color: #f7f5f1;
  padding-bottom: 100px;
}

.interest__title {
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.5px;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.interest__title span {
  display: block;
}

.interesting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1390px;
  margin: auto;
  padding: 0 15px;
}

.interesting-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-webp .no-webp .interesting-img-wrap{
  background-image: url(../img/main/ramka-left.png); }

.interesting-img-wrap {
  text-align: center;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
  position: relative;
}

.interesting__img {
  max-width: 295px;
  min-width: 295px;
  max-height: 170px;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.interesting__img:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
}

.interest__desc {
  max-width: 320px;
  color: #2d3958;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 23px;
}

.interest__desc:hover {
  color: #2d3958;
}

.interest__btn {
  color: #2d3958;
  text-align: center;
  font-family: Cera Round Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 38px 6px 38px;
  border-radius: 5px;
  background: #afcb08;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  display: inline-block;
  max-width: 152px;
  margin: auto;
  border: 1px dashed #2d3958;
}

.interest__btn:hover {
  background: #fecc00;
}

.no-webp .no-webp .interesting-item:nth-child(3n) .interesting-img-wrap{
  background-image: url(../img/main/ramka-right.png); }

.no-webp .no-webp .interesting-item:nth-child(4n) .interesting-img-wrap{
  background-image: url(../img/main/ramka-right.png); }


.footer-wrap {
  background-image: url(../img/main/footer-bg.svg);
}

.footer-wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-abs {
  position: absolute;
  bottom: 10px;
  right: 50px;
  max-width: 250px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  padding-top: 30px;
  margin-bottom: 50px;
}

.footer-menu-wrap {
  padding-top: 50px;
}

.footer-menu-wrap__title {
  color: #2d3958;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: block;
}

.footer-menu-wrap__title-a {
  -webkit-transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.footer-menu-wrap__title-a:hover {
  color: #f07d00;
  -webkit-transition: all ease-in-out 0.1s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.footer-menu__item {
  display: block;
  color: #7b88a8;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 6px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  width: 200px;
}

.footer-menu__item:hover {
  color: #f07d00;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.footer-menu__item:hover::before {
  content: url(../img/main/before-menu-footer.svg);
  position: absolute;
  left: -15px;
}

.footer-logo {
  padding-top: 0;
}

.footer-logo:hover::before {
  content: "";
}

.footer-icon-block {
  padding-bottom: 30px;
  text-align: center;
}

.footer-icon-block a {
  margin-right: 20px;
}

.footer-icon-block a:last-child {
  margin-right: 0px;
}

.footer-icon-block.mob-soc {
  padding-bottom: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 87%;
}

.footer-mob-logo {
  display: none;
}

.footer-icon {
  padding-bottom: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.footer-icon:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.catalog-wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.cat-abs-l1 {
  position: absolute;
  left: 100px;
  top: 30%;
}

.cat-abs-l2 {
  position: absolute;
  left: 100px;
  bottom: 0;
}

.cat-abs-r1 {
  position: absolute;
  right: 70px;
  top: 150px;
}

.cat-abs-r2 {
  position: absolute;
  right: 50px;
  bottom: 20%;
}

.catalog-top-part {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

.breadcrumbs {
  color: rgba(45, 57, 88, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 184.5% */
  letter-spacing: 0.02px;
  margin: auto;
  padding-top: 50px;
}

.breadcrumbs .post {
  color: rgba(45, 57, 88, 0.5);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.breadcrumbs .home {
  color: rgba(45, 57, 88, 0.5);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.breadcrumbs__a {
  color: rgba(45, 57, 88, 0.5);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.breadcrumbs .post:hover {
  color: #f07d00;
}

.breadcrumbs .home:hover {
  color: #f07d00;
}

.breadcrumbs__a:hover {
  color: #f07d00;
}

.breadcrumbs .current-item:hover {
  color: #2d3958;
}

.breadcrumbs .current-item {
  color: #2d3958;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.52px;
  letter-spacing: 0.02px;
}

.catalog-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1347px;
  margin: auto;
  margin-bottom: 40px;
  padding-right: 0px;
}

.catalog-top-part .social-icons {
  top: 10px;
  right: 0px;
}

.catalog-card-part {
  max-width: 1390px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: auto;
}

.mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 1582px;
}

.catalog-card-part::-webkit-scrollbar {
  width: 10px;
}

.catalog-card-part::-webkit-scrollbar-track {
  background-color: rgb(229, 237, 255);
  border-radius: 5px;
}

.catalog-card-part::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid rgb(229, 237, 255);
  border-radius: 5px;
  height: 100px;
}

.card-item-wrap {
  width: 25%;
  margin-bottom: 45px;
}

.card-item {
  max-width: 290px;
  margin: auto;
}

.catalog-wrap {
  padding-bottom: 50px;
}

.card .catalog-wrap {
  padding-bottom: 15px;
}

.catalog-article {
  font-weight: 500;
}

.catalog-art-wrap {
  position: relative;
  padding-bottom: 150px;
}

.catalog-duck__img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.catalog-art-content {
  max-width: 1370px;
  width: 100%;
  margin: auto;
  padding: 0 15px 25px 15px;
}

.catalog-art-wrap .leon-is-img {
  width: 460px;
  height: auto;
  margin-top: 20px;
  position: relative;
}

.catalog-art-wrap .leon-is__img-item {
  max-width: 424px;
  max-height: 421px;
  position: absolute;
  margin: 0;
  left: 50%;
  top: -40px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.catalog-art-wrap .leon-is__title {
  margin-bottom: 30px;
}

.catalog-article {
  font-size: 19px;
}

.catalog__slider {
  position: relative;
  padding: 0 20px;
}

.podcategSlider {
  max-width: 360px;
  min-width: 360px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.slider-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.podcategSlider .swiper-wrapper {
  max-width: 570px;
  margin: auto;
}

.podcategSlider .swiper-slide {
  text-align: center;
}

.podcategSlider .swiper-slide a {
  width: 110px;
  height: 155px;
  display: inline-block;
  padding: 10px 0;
  border: 1px dashed transparent;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  border-radius: 15px;
}

.podcategSlider .swiper-slide a:hover {
  border: 1px dashed #2d3958;
}
.catalog-menu-style {
	border: 1px dashed #2d3958 !important;
	cursor: auto;
}
.card {
  padding: 0 15px;
}

.card-body {
  max-width: 1340px;
  margin: auto;
  padding: 0 15px;
  background-image: url(../img/catalog/card-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e5fdff;
  position: relative;
  border-radius: 30px;
  border: 1px solid #fecc00;
  -webkit-box-shadow: 0px 0px 16.4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 16.4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 56px;
}

.card-age {
  position: absolute;
  top: 35px;
  right: 40px;
}

.card-age__number {
  color: #fecc00;
  font-family: Junegull;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 59.04% */
  letter-spacing: 0.02px;
  text-transform: lowercase;
}

.card-age__years {
  color: #fecc00;
  font-family: Cera Round Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}

.card-wrap {
  max-width: 1150px;
  margin: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-text {
  position: relative;
  margin-right: 47px;
}

.card__title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  max-width: 390px;
  padding: 14px 20px;
  border-radius: 10px;
  border: 3px dashed #fecc00;
  margin-bottom: 40px;
}

.card__desc {
  max-width: 390px;
  color: #2d3958;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02px;
  margin-bottom: 60px;
}

.card__desc p {
  margin-bottom: 15px;
}

.card-loc {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.card-img {
  position: relative;
  height: 400px;
  width: 400px;
}

.card-img__item {
  max-height: 400px;
  max-width: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.card-img__item-img{
	max-height: 400px;
  max-width: 350px;
  margin-bottom: 20px;
}
.card-gram {
  color: #2d3958;
  font-size: 18.281px;
  font-style: normal;
  font-weight: 900;
  line-height: 29.52px;
  /* 161.477% */
  letter-spacing: 0.02px;
  text-transform: lowercase;
  text-align: center;
 /*  left: 50%;  
  bottom: -25px; 
  
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);*/
   /* position: absolute; */
}

.modal-product {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto !important;
  max-height: 500px;
  position: absolute !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0 !important;
}

.card-gram::before {
  content: url(../img/catalog/gram-before.svg);
  margin-right: 3px;
}

.card-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 427px;
}

.card-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 340px;
  margin-right: 25px;
}

.card-arrows__img {
  display: block;
}

.card-arrow-desc {
  height: 440px;
  color: #2d3958;
  text-align: center;
  font-family: Junegull;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 141.176% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-arrow-desc__item {
  max-width: 170px;
}

.card-arrow-desc__item:first-child {
  -webkit-transform: rotate(-4.037deg);
  -ms-transform: rotate(-4.037deg);
  transform: rotate(-4.037deg);
}

.card-arrow-desc__item:last-child {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.card-loc-mob {
  display: none;
}

.card-rabbit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1370px;
  padding: 0 15px;
  margin: auto;
}

.card-rabbit__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-rabbit__text {
  -webkit-transform: rotate(-2.546deg);
  -ms-transform: rotate(-2.546deg);
  transform: rotate(-2.546deg);
  border-radius: 11px;
  background: #afcb08;
  padding: 18px 30px;
  color: #fff;
  font-family: Junegull;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  max-width: 340px;
  margin-left: 5px;
}

.card-rabbit__butterfly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
}

.card-rabbit__butterfly-item {
  max-width: 122px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
}

.card-rabbit__butterfly-item:last-child {
  margin-right: 0px;
}

.card-rabbit__butterfly-img {
  margin-bottom: 6px;
  max-width: 72px;
}

.card-rabbit__butterfly-text {
  max-width: 122px;
  text-align: center;
  color: #2d3958;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 120% */
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.related-title-wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

.related__title {
  color: #2d3958;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 49px;
  /* 122.5% */
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 3px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #afcb08;
  text-align: center;
  padding: 15px;
  border-radius: 7px;
  margin-top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #f07d00;
  text-align: center;
  padding: 15px;
  border-radius: 7px;
  margin-top: 10px;
}

.container_color {
  background-color: #f7f5f1;
}

.partner-wrap {
  background-image: url(../img/partners/partner-bg.svg);
  background-color: #f7f5f1;
  padding-bottom: 50px;
}

.partner-wrap .breadcrumbs {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  padding-top: 50px;
}

.partner-wrap .social-icons {
  right: 0;
}

.partner-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

.opt-text {
  max-width: 722px;
  position: relative;
}

.plane-abs-r {
  position: absolute;
  bottom: 120px;
  left: 0;
}

.plane-abs-l {
  position: absolute;
  bottom: 80px;
  right: 20px;
}

.opt__title {
  color: #2d3958;
  font-family: Junegull;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 64.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 10px;
}

.opt__desc {
  color: #2d3958;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.52px;
  /* 140.571% */
  letter-spacing: 0.02px;
  margin-bottom: 30px;
}

.opt__form-desc {
  color: #2d3958;
  font-size: 21px;
  font-style: normal;
  line-height: 29.52px;
  /* 140.571% */
  letter-spacing: 0.02px;
}

.opt-text form {
  max-width: 405px;
  margin: auto;
  margin-top: 45px;
}

.opt__form-input {
  display: block;
  width: 405px;
  border-radius: 7px;
  border: 1px solid #2d3958;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  padding: 11px 0px;
  text-align: center;
}

.opt__form-input::-webkit-input-placeholder {
  color: #2d3958;
  font-family: Cera Round Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 246% */
  letter-spacing: 0.02px;
}

.opt__form-input::-moz-placeholder {
  color: #2d3958;
  font-family: Cera Round Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 246% */
  letter-spacing: 0.02px;
}

.opt__form-input:-ms-input-placeholder {
  color: #2d3958;
  font-family: Cera Round Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 246% */
  letter-spacing: 0.02px;
}

.opt__form-input::-ms-input-placeholder {
  color: #2d3958;
  font-family: Cera Round Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 246% */
  letter-spacing: 0.02px;
}

.opt__form-input::placeholder {
  color: #2d3958;
  font-family: Cera Round Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 246% */
  letter-spacing: 0.02px;
}

.opt__form-btn {
  max-width: 290px;
  margin: auto;
  display: block;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px dashed #2d3958;
  background: #afcb08;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  padding: 11px 20px;
  color: #2d3958;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.opt__form-btn:hover {
  background: #fecc00;
}

.opt-img {
  width: 550px;
  border-radius: 30px;
  position: relative;
}

.opt__img-item {
  max-width: 500px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

.partner-catalog {
  background-color: #f7f5f1;
}

.partner-catalog__wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

.partner-catalog__wrap .opt-text {
  max-width: 700px;
}

.partner-catalog__archive {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-catalog__archive-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  width: 25%;
}

.partner-catalog__archive-item-cat {
  margin-right: 100px;
  width: auto !important;
}

.partner-catalog__img {
  max-width: 512px;
}

.partner-catalog__archive-item p {
  color: #2d3958;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 210px;
  margin-left: 17px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.partner-catalog__archive-item p:hover {
  text-decoration: underline;
}

.partner-catalog__archive-item:last-child {
  margin-right: 0px;
}

.partners-reklama {
  width: 100%;
  background-image: url(../img/partners/partner-raklama-bg.svg);
  background-color: #d7f5fb;
}

.partners-reklama-wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 70px;
}

.partners-reklama-wrap .opt-text {
  max-width: 600px;
}

.partners-dok-wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  padding-bottom: 70px;
}

.partners-dok-wrap:last-child {
  padding-bottom: 120px;
}

.partners-dok__title {
  color: #2d3958;
  font-family: Cera Round Pro;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64.5px;
  text-align: center;
  margin-bottom: 50px;
}

.partners-dok-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tel {
  background-image: url(../img/contact/contact-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tel .breadcrumbs {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  padding-top: 50px;
}

.tel-wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

.tel__h1 {
  color: #2d3958;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.5px;
  /* 99.231% */
  text-transform: uppercase;
  margin-bottom: 90px;
  margin-top: 15px;
}

.tel-contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tel-names-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tel-contant__names {
  width: 50%;
  margin-bottom: 80px;
}

.tel-contant__position {
  color: #2d3958;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 141.72% */
  margin-bottom: 15px;
  max-width: 360px;
}

.tel-contant__name {
  color: #2d3958;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.43px;
  /* 168.714% */
}

.tel-contant__tel {
  color: #2d3958;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.43px;
  /* 168.714% */
  display: block;
}

.tel-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.tel-icons__img {
  margin-right: 30px;
  max-width: 57px;
}

.tel-icons__text {
  color: #2d3958;
  max-width: 340px;
  font-family: Cera Round Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.93px;
  /* 168.313% */
}

.contact-icons-wrap {
  text-align: center;
  margin-bottom: 70px;
}

.contact-icons__item {
  margin-right: 40px;
  max-width: 115px;
}

.contact-icons-wrap a:last-child img {
  margin-right: 0px;
}

.mail {
  margin-left: -7px;
  font-size: 20px;
}

.mail:hover {
  text-decoration: underline;
}

body {
  font-family: Cera Round Pro, sans-serif;
  color: #2d3958;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Junegull;
}

.btn-hover:hover {
  background-color: #fecc00;
}

main {
  position: relative;
}

.border {
  border: 1px dashed #2d3958 !important;
}

.box.nextstop ~ .box {
  display: none;
}

.show-product {
  padding: 10px 23px;
  max-width: 250px;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.webp .interesting-img-wrap {
  background-image: url(../img/main/ramka-left.webp);
}

.webp .interesting-item:nth-child(3n) .interesting-img-wrap {
  background-image: url(../img/main/ramka-right.webp);
}

.webp .interesting-item:nth-child(4n) .interesting-img-wrap {
  background-image: url(../img/main/ramka-right.webp);
}



@media only screen and (min-width: 1700px) {
  .slider-content {
    max-width: 772px;
    line-height: 48px;
    margin-right: 46px;
    margin-top: 72px;
  }

  .slider-title {
    font-size: 60px;
    line-height: 58px;
  }

  .card-slider__title {
    font-size: 65px;
    line-height: 64.5px;
  }

  .catalog-absol-right {
    top: 0;
  }

  .cloud-left-t {
    position: absolute;
    top: 12%;
    left: 3%;
    max-width: 131px;
  }

  .cloud-left-b {
    position: absolute;
    left: 10%;
    bottom: -20px;
  }

  .cloud-right {
    position: absolute;
    top: -20px;
    right: 20px;
    width: auto;
  }

  .leon-is {
    background-image: url(../img/main/leonis-bg.svg);
  }

  .interesting__img {
    max-width: 295px;
  }

  .cat-abs-l1 {
    left: 100px;
    top: 30%;
  }

  .cat-abs-l2 {
    left: 100px;
    bottom: 0;
  }

  .cat-abs-r1 {
    right: 70px;
    top: 150px;
  }

  .cat-abs-r2 {
    right: 50px;
    bottom: 20%;
  }

  .breadcrumbs {
    max-width: 1550px;
  }

  .catalog-top-part .social-icons {
    top: 0px;
    right: 50px;
  }

  .footer-abs {
    right: 100px;
  }

  .leon-is-wrap {
    max-width: 1370px;
  }

  .catalog-art-content {
    max-width: 1370px;
  }

  .catalog-art-wrap {
    background-image: none;
  }

  .leon-is-content {
    max-width: 630px;
  }

  .catalog-art-content .leon-is-content {
    max-width: 760px;
  }

  .catalog-article {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1930px) {
  .slider-img-wrap::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 153px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/icons/white-line.svg);
    top: 0;
    right: -2px;
  }

  .slider-img-wrap {
    width: 100%;
    max-width: 50%;
    position: relative;
  }

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

  .slider-title {
    font-size: 66px;
    line-height: 66px;
  }

  .slider-desc {
    font-size: 27px;
    line-height: 30.02px;
  }

  .slider-content {
    max-width: 40%;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 2500px) and (min-width: 1200px) {
	.modal-product {
    max-height: 700px;
	max-width: 700px !important;

}
}
@media only screen and (max-width: 1500px) {
  .slider-img {
    max-width: 100%;
  }
.slider-img {
    height: 595px;
	max-height: 100%;
}
  .slider-content {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1480px) {
  .cartSlider .swiper-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .cartSlider {
    max-width: 975px;
  }

  .cartSlider {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .interesting-item {
    width: 33%;
  }

  .slider-img-wrap {
    max-width: 700px;
  }

  .slider-title {
    font-size: 35px;
    line-height: 35px;
  }

  .slider-desc {
    font-size: 17px;
    max-width: 500px;
  }

  .podcategSlider,
  .categSlider {
    margin-right: 50px;
  }

  .leon-is-img {
    width: 520px;
    height: 380px;
  }

  .leon-is__img-item {
    max-width: 400px;
    max-height: 400px;
  }
  .leon-is__img-item_style{
	  max-width: 600px;
    width: 100%;
    max-height: 700px;
	  
  }
  

  .leon-is-content {
    max-width: 628px;
  }

  .interesting-wrap {
    max-width: 1150px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interesting-item {
    margin-bottom: 50px;
  }

  .interesting__img {
    max-width: 500px;
  }
}

@media (max-width: 1350px) {
  .slider-title {
    font-size: 30px;
    line-height: 35px;
  }

  .slider-desc {
    font-size: 16px;
    max-width: 500px;
  }

  .card-item-wrap {
    width: 33%;
  }

  .partner-opt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .opt-text {
    margin-top: 50px;
    text-align: center;
  }

  .opt-img {
    margin-top: 10px;
  }

  .partners-reklama-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .partners-dok-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-dok-container .partner-catalog__archive-item {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 1260px) {
  .catalog-art-content .leon-is-content {
    max-width: 600px;
  }

  .footer-abs {
    display: none;
  }

  .slider-content {
    margin-top: 50px;
  }

  .social-img {
    width: 50px;
  }

  .slider-content {
    padding-right: 69px;
  }

  .slider-img-wrap {
    max-width: 600px;
  }
}

@media (max-width: 1230px) {
  .card-benefits {
    width: 572px;
  }
}

@media only screen and (max-width: 1200px) {
  .big-icons__item {
    margin-bottom: 20px;
  }

  .slider-title {
    font-size: 30px;
    line-height: 35px;
  }

  .slider-desc {
    font-size: 16px;
    max-width: 500px;
    line-height: 17px;
  }
}

@media (max-width: 1200px) {
  .icons-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .leon-is-content {
    max-width: 500px;
  }

  .leon-is-img {
    width: 470px;
    height: 330px;
    text-align: center;
  }

  .leon-is__img-item {
    max-width: 370px;
    max-height: 370px;
  }
    .leon-is__img-item_style{
	  max-width: 500px;
    width: 100%;
    max-height: 700px;
	  
  }
  .leon-is-img_style{
	   width: 100%;
    height: auto;
  }

}

@media (max-width: 1120px) {
  .interesting-item {
    width: 50%;
  }

  .partners-dok-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .partner-catalog__archive-item {
    width: 30%;
  }

  .interesting-wrap {
    max-width: 750px;
  }

  .interesting__img {
    max-width: 300px;
  }

  .catalog-art-content .leon-is-content {
    max-width: 500px;
  }
}

@media (max-width: 1100px) {
  .slider-img-wrap {
    max-width: 530px;
  }

  .social-icons {
    display: none;
  }

  .slider-content {
    padding-right: 45px;
  }

  .footer-menu__item {
    width: auto;
  }

  .menu-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-img {
    height: 442px;
  }
}

@media (max-width: 1062px) {
	.card-img__item {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    text-align: center;
	left: auto;
    top: auto;
    transform: none;
  
}
.card-gram{
	    position: relative;
}
.card-img {

	    height: auto;
    width: auto;
}
.card-wrap{
	    padding: 80px 0;
}
  .card-breadcrumbs {
    margin-bottom: 20px !important;
  }

  .card-arrows {
    display: none;
  }

  .card-arrow-desc__item:first-child {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .card-arrow-desc__item:last-child {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .card-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-arrow-desc__item {
    max-width: 100%;
  }

  .card-benefits {
    width: auto;
    margin: auto;
  }

  .card-text {
    text-align: center;
    margin-right: 0;
    padding-top: 20px;
  }

  .card-loc {
    max-width: 150px;
    margin: auto;
  }

  .card-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }

  .card-age__number {
    font-size: 40px;
  }

  .card-age__years {
    margin-top: 0;
  }

  .card-age {
    top: 17px;
  }

  .card__desc {
    margin-bottom: 30px;
  }

  .card-loc-mob {
    display: block !important;
  }

  .card-arrow-desc {
    height: auto;
    margin-bottom: 20px;
  }

  .card-loc {
    display: none;
  }

  .card-arrow-desc__item {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 1000px) {
  .catalog-art-content .leon-is-content {
    max-width: 100%;
  }

  .slider-content {
    margin-bottom: 30px;
  }

  .podcategSlider,
  .categSlider {
    margin-right: 0px;
  }

  .swiper-button-prev img:hover {
    width: 41px;
    height: 63px;
  }

  .swiper-button-next img:hover {
    width: 41px;
    height: 63px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 25%;
  }

  .swiper-button-next img,
  .swiper-button-prev img {
    width: 41px;
    height: 63px;
    border: none;
    border-radius: 0;
  }

  .swiper-button-prev {
    left: 7px;
  }

  .swiper-button-next {
    right: 7px;
  }

  .mySwiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-icons {
    display: none;
  }

  .slider-img-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    top: auto;
    width: 100%;
    height: 11.38889vw;
    background: no-repeat url(../img/icons/white-line-mob.svg) bottom/cover;
    pointer-events: none;
  }

  .slider-img-wrap {
    width: 100%;
    max-width: 100%;
  }

  .slider-img {
    width: 100%;
    height: auto;
  }

  .slider-content {
    margin-top: 35px;
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  .slider-desc {
    max-width: 100%;
  }

  .swiper-pagination {
    display: none;
  }

  .slider-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-slider {
    padding-top: 130px;
  }

  .card-slider__title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    max-width: 1005px;
  }

  .categSlider,
  .podcategSlider {
    margin: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .cartSlider {
    max-width: 678px;
  }

  .cartSlider {
    padding: 0;
  }

  .cartSlider .swiper-slide {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1000px) {
  .leon-is__img-item {
    text-align: center;
  }

  .partner-catalog__archive {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .leon-is-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .leon-is-content {
    max-width: 600px;
    text-align: center;
    margin-top: 30px;
  }
  .catalog-art-wrap .leon-is__title {
    text-align: center;
}
   .catalog-art-wrap .leon-is-content {
    text-align: left;
  }

  .leon-is-logos {
    margin: auto;
    margin-top: 60px;
  }
 .leon-is__btn {
	  display: block;
	max-width: 173px;
  margin: auto;
   margin-top: 30px;
  }
  .catalog-art-content {
    padding: 0 15px 0px 15px;
}

  .partner-catalog__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-catalog__img {
    max-width: 370px;
    max-height: 370px;
  }

  .tel-contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 900px) {
	.menu-logo-mob {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .slider-img {
    display: none;
  }

  .slider-img_mob {
    display: block;
  }

  .mySwiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-icons {
    display: none;
  }

  .slider-img-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    top: auto;
    width: 100%;
    height: 11.38889vw;
    background: no-repeat url(../img/icons/white-line-mob.svg) bottom/cover;
    pointer-events: none;
  }

  .slider-img-wrap {
    width: 100%;
    max-width: 100%;
  }

  .slider-img {
    width: 100%;
  }

  .slider-content {
    margin-top: 35px;
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  .slider-desc {
    max-width: 100%;
  }

  .swiper-pagination {
    display: none;
  }

  .podcategSlider .swiper-wrapper {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }

  .header,
  .header-wrap {
    border-radius: 0px;
  }

  .about-menu,
  .catalog-menu,
  .locat-item,
  .pk-menu,
  .contact-menu {
    display: none;
  }

  .mobile-menu,
  .menu-btn {
    display: block;
  }

  .menu-btn {
    width: 25px;
    height: 25px;
    top: 25px;
    right: 20px;
    position: absolute;
    z-index: 20;
    overflow: hidden;
  }

  .menu-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #2d3958;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 7px);
  }

  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 7px);
  }

  /* Меню, которое будет появляться */

  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #e5edff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 10;
  }

  .mobile-menu.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* Меняем гамбургер иконку, когда меню открыто */

  .menu-btn.active span:nth-of-type(1) {
    display: none;
  }

  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
  }

  .menu-btn.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
    -ms-transform: translate(-50%, 0%) rotate(-45deg);
    transform: translate(-50%, 0%) rotate(-45deg);
  }

  .menu-mob {
    margin-bottom: 30px;
    padding-left: 40px;
  }

  .menu-mob .locat-item {
    text-align: left;
  }

  .menu-mob .menu-item {
    text-align: left;
  }

  .menu__itemMob {
    color: #2d3958;
    font-size: 20px;
    font-weight: 700;
  }

  .menu-mob ul li {
    margin-bottom: 50px;
  }
 .menu-logo {
    display: none;
	
  }
  .menu-logo-min {
    margin-left: 15px;
	display: block;
	max-width: 65px;
	
  }


  .header-wrap,
  .header {
    height: 70px;
  }

  .menu-wrap {
    padding-top: 0;
  }

  .about-mob {
    position: relative;
  }

  .about-mob::after {
    content: url(../img/icons/arrow-down.svg);
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 10;
    top: -1.5px;
  }

  .btn-menu-mob {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    background: #e5edff;
    font-size: 18px;
    font-weight: 700;
    line-height: 45.43px;
    text-transform: uppercase;
    color: #2d3958;
    margin-bottom: 10px;
  }

  .mob-list {
    display: none;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding-left: 10px;
  }

  .mob-list__item {
    display: block;
    color: #2d3958;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .catal-mob,
  .acc-mob {
    position: relative;
  }

  .catal-mob::after {
    content: url(../img/icons/arrow-down.svg);
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 10;
    top: -1.5px;
  }

  .acc-mob::after {
    content: url(../img/icons/arrow-down.svg);
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 10;
    top: -1.5px;
  }

  .contact-mob {
    position: relative;
  }

  .contact-mob::after {
    content: url(../img/icons/arrow-down.svg);
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 10;
    top: -1.5px;
  }

  .btn-open {
    display: block;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }

  .footer-icon :hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .footer-menu-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 400px;
  }

  .footer-logo {
    display: none;
  }

  .footer-menu-wrap {
    padding-top: 30px;
  }

  .card-item-wrap {
    width: 50%;
  }

  .catalog-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .breadcrumbs {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .card-breadcrumbs {
    padding-bottom: 20px !important;
  }

  .cat-abs-l1,
  .cat-abs-l2,
  .cat-abs-r1,
  .cat-abs-r2 {
    display: none;
  }

  .card-rabbit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-rabbit__desc {
    margin-bottom: 30px;
  }

  .card-rabbit__butterfly {
    margin-left: 0px;
  }

  .card-rabbit__butterfly {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .podcategSlider .swiper-slide a {
    height: auto;
  }

  .mob-soc img {
    max-width: 60px;
    margin-right: 10px;
  }

  .mob-soc img:last-child {
    margin-right: 0px;
  }

  

  .anim-logo__item {
    max-width: 150px;
    max-height: 80px;
    margin-left: 10px;
  }

  .licenses .marquee img {
    width: auto !important;
  }

  .logo-anim_margin {
    margin-left: -85px;
  }
}

@media (max-width: 768px) {
  .partner-catalog__archive-item {
    width: 50%;
  }

  .big-icons__item {
    margin-bottom: 20px;
  }

  .big-icons__img {
    max-width: 150px;
    max-height: 150px;
  }

  .interesting-wrap {
    display: none;
  }

  .interesting-mob {
    display: block;
    background-image: url(../img/main/newbg-bg.svg);
    background-repeat: no-repeat;
    background-color: #f7f5f1;
  }

  .interestSlider {
    max-width: 400px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 0 7px;
    padding-bottom: 30px;
  }

  .interestSlider .swiper-wrapper {
    max-width: 400px;
  }

  .interesting-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper-int-button-prev {
    position: absolute;
    top: 26%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    cursor: pointer;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .swiper-int-button-next {
    position: absolute;
    top: 26%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    cursor: pointer;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .interesting-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .interesting__img {
    max-width: 300px;
  }

  .interesting-to-know {
    padding-bottom: 0px;
  }

  .wrapper-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .interesting-item {
    width: 100%;
  }
}

@media only screen and (max-width: 718px) {
  .slider-img-wrap::before {
    content: "";
  }

  .cartSlider .slide-card a {
    max-width: 230px;
    max-height: 290px;
    height: 331px;
    display: block;
    position: relative;
  }

  .cartSlider .slider-card__img {
    max-width: 200px;
    max-height: 290px;
  }

  .cartSlider .slider-card__img:hover {
    max-width: 200px;
    max-height: 290px;
  }

  .cartSlider {
    max-width: 376px;
  }

  .cartSlider {
    padding: 23px;
  }

  .cartSlider .swiper-slide {
    margin-right: 20px;
    margin-left: 20px;
  }

  .slider-bottom {
    margin-top: 50px;
  }

  .cartSlider .slide-card {
    max-width: 230px;
    max-height: 375px;
  }

  .cartSlider {
    padding: 0 24px;
    max-width: 318px;
  }

  .cartSlider .slide-card__btn {
    margin-left: 50px;
  }
}

@media (max-width: 718px) {
  .catalog-card-part .slide-card {
    margin: auto;
  }

  .catalog-card-part .slide-card__btn {
    margin-left: 74px;
    margin-top: 22px;
  }

  .catalog-card-part::-webkit-scrollbar {
    width: 5px;
  }

  .catalog-duck__img {
    display: none;
  }

  .catalog-card-part {
    height: 100%;
  }

  .opt-img {
    width: 100%;
    height: auto;
  }

  .opt__img-item {
    max-width: 370px;
    max-height: 370px;
  }

  .plane-abs-r {
    display: none;
  }

  .plane-abs-l {
    display: none;
  }

  .partner-wrap .breadcrumbs {
    padding-top: 60px;
  }
}

@media (max-width: 620px) {
  .icons-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .big-icons__item {
    margin-bottom: 30px;
  }

  .big-icons__title {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 600px) {
  .categ-slide__img {
    max-width: 60px;
    max-height: 50px;
    margin-bottom: 15px;
  }
  .slider-card__img {
    max-width: 235px;
}

  .categSlider {
    max-width: 400px;
    padding: 0;
  }

  .categSlider .swiper-slide a {
    height: auto;
  }

  .categSlider .swiper-slide a {
    width: auto;
  }

  .swiper-categ-button-prev img,
  .swiper-categ-button-next img {
    width: 10px;
  }

  .slider-top {
    padding: 0;
  }

  .card-slider {
    padding-top: 80px;
  }

  .catalog-absol-right {
    display: none;
  }

  .categSlider .swiper-slide a:hover {
    border: none;
  }
}

@media (max-width: 600px) {
  .slide-card {
    width: 240px;
  }

  .slide-card a {
    width: 240px;
  }

  .tel .breadcrumbs {
    padding-top: 60px;
  }

  .tel-names-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tel-contant__position {
    font-size: 22px;
	    margin: auto;
    margin-bottom: 15px;
    line-height: 25.43px;
  }

  .tel-contant__name,
  .tel-contant__tel {
    font-size: 19px;
  }

  .tel-contant__names {
    margin-bottom: 30px;
    width: 100%;
  }

  .tel__h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  .contact-icons__item {
    max-width: 80px;
  }

  .tel-icons__img {
    max-width: 50px;
  }

  .tel-icons__text {
    line-height: 20px;
  }

  .tel-icons__item {
    margin-bottom: 40px;
  }

  .mail {
    margin-left: 0;
  }

  .tel-names-wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .partner-catalog__archive-item {
    width: 100%;
  }

  .partner-catalog__archive-item p {
    max-width: 100%;
  }

  .slider-content {
    margin-bottom: 30px;
  }

  .footer-menu-wrap {
    max-width: 170px;
  }

  .card-img__item {
    max-width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 18%;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next img,
  .swiper-button-prev img {
    width: 35px;
    height: 40px;
  }

  .swiper-button-prev img:hover {
    width: 35px;
    height: 40px;
  }

  .swiper-button-next img:hover {
    width: 35px;
    height: 40px;
  }

  .slider-desc {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 23px;
  }

  .slider-btn {
    margin-top: 35px;
    padding: 10px 23px;
  }

  .slider-title {
    line-height: 33px;
  }

  .first-screen {
    padding-bottom: 0;
  }

  .mySwiper .swiper-wrapper {
    padding-bottom: 0px;
  }

  .slide-card a {
    max-width: 180px;
    max-height: 260px;
    height: 331px;
    display: block;
    position: relative;
  }

  .slider-card__img {
    max-width: 130px;
    max-height: 290px;
  }

  .slider-card__img:hover {
    max-width: 130px;
    max-height: 290px;
  }

  .slide-card {
    max-width: 180px;
    max-height: 330px;
  }

  .slide-card__btn {
    margin-left: 44px;
  }

  .card-item-wrap {
    width: 50% !important;
  }

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

  .catalog-card-part .slide-card__btn {
    margin: auto;
    margin-top: 22px;
  }

  .card-item-wrap {
    margin-bottom: 65px;
  }

  .catalog-card-part .slide-card a {
    max-width: 180px;
    max-height: 260px;
    height: 331px;
    display: block;
    position: relative;
  }

  .catalog-card-part .slider-card__img {
    max-width: 170px;
    max-height: 250px;
  }

  .catalog-card-part .slider-card__img:hover {
    max-width: 170px;
    max-height: 250px;
  }

  .catalog-card-part .slide-card {
    max-width: 180px;
    max-height: 345px;
  }

  .catalog-card-part .slide-card__btn {
    margin-left: 44px;
  }

  .catalog-card-part .card-item-wrap {
    width: 50% !important;
  }

  .catalog-card-part .slide-card__name {
    font-size: 16px;
    line-height: 18px;
  }

  .catalog-card-part .slide-card__btn {
    margin: auto;
    margin-top: 22px;
  }

  .catalog-card-part .card-item-wrap {
    margin-bottom: 65px;
  }

  .slide-card__desc {
    font-size: 15px;
  }

  .catalog-article p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  
}

@media (max-width: 500px) {
  .leon-is__title,
  .slider-title,
  .card-slider__title,
  .is_title {
    font-size: 40px;
    line-height: 40px;
  }

  .slider-title {
    font-size: 35px;
    line-height: 37px;
  }

  .leon-is-content {
    max-width: 100%;
  }

  .leon-is__desc,
  .leon-is__desc-none {
    font-size: 17px;
    line-height: 25px;
  }

  .leon-is-img {
    width: 100%;
    height: 300px;
  }
  .leon-is-img_style{
	   width: 100%;
    height: auto;
  }

  .leon-is__img-item {
    text-align: center;
  }

  .leon-is-logos {
    max-width: 100%;
  }

  .leon-is__logo {
    max-width: 150px;
  }

  .card-item-wrap {
    width: 100%;
  }

  .catalog-art-wrap .leon-is-img {
    width: 100%;
    height: auto;
  }

  .catalog-art-wrap .leon-is__img-item {
    max-width: 270px;
    max-height: 270px;
  }

  .catalog-art-wrap .leon-is__title {
    margin-bottom: 30px;
  }

  .catalog-art-wrap {
    padding-bottom: 100px;
  }

  .card-breadcrumbs {
    margin-bottom: 0px;
    padding-bottom: 0;
  }

  .card-age__number {
    font-size: 35px;
  }

  .card-age__years {
    font-size: 16px;
    margin-top: 0px;
  }

  .card__title {
    padding: 14px 30px;
    margin-bottom: 35px;
  }

  .card-wrap {
    padding-bottom: 40px;
  }

  .card-arrow-desc__item {
    margin-bottom: 20px;
  }

  .card-rabbit__text {
    padding: 18px 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .card-rabbit__butterfly {
    padding: 0 15px;
  }

  .card-rabbit__desc {
    padding: 0 5px;
  }

  .related__title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .opt-img {
    width: 100%;
    height: auto;
  }

  .opt__img-item {
    max-width: 270px;
    max-height: 270px;
  }

  .opt__title {
    font-size: 40px;
    line-height: 40px;
  }

  .opt__desc,
  .opt__form-desc {
    font-size: 17px;
    line-height: 25px;
  }

  .opt-text form {
    max-width: 320px;
    margin: auto;
    margin-top: 25px;
  }

  .opt__form-input {
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px;
  }

  .partner-catalog__wrap {
    padding-top: 50px;
  }

  .partner-catalog__img {
    max-width: 270px;
    max-height: 270px;
  }

  .partner-catalog__archive-item {
    margin-right: 50px;
    margin-bottom: 20px;
  }

  .partner-catalog__archive-item img {
    max-width: 50px;
  }

  .partner-catalog__archive-item p {
    font-size: 17px;
    margin-left: 10px;
  }

  .partners-dok-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 50px;
  }

  .partners-dok__title {
    line-height: 40px;
    margin-bottom: 35px;
  }

  .partners-reklama-wrap .opt__img-item {
    max-width: 260px;
  }

  .partners-dok-wrap:last-child {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 420px) {
  .licenses .marquee__group {
    gap: 30px;
  }

  .logo-anim_margin {
    margin-left: -100px;
  }

  .card-rabbit__butterfly-item {
    margin-right: 20px;
  }

  .card-rabbit__butterfly-text {
    font-size: 11px;
  }

  .categSlider {
    max-width: 370px;
    width: 100%;
  }

  .podcategSlider {
    max-width: 300px;
    min-width: 300px;
  }

  .categSlider .swiper-slide a {
    height: auto;
  }
}

@media (max-width: 410px) {
	.card-img__item-img{
		max-width: 100%;
	}
  .card-img {
    width: 100%;
  }

  .interest__title {
    font-size: 35px;
  }

  .interesting__img {
    max-width: 250px;
  }

  .interest__desc {
    font-size: 19px;
    max-width: 290px;
  }

  .swiper-int-button-prev {
    left: 10px;
  }

  .swiper-int-button-next {
    right: 10px;
  }

  .interesting-img-wrap {
    margin-bottom: 0;
  }

  .interesting-to-know {
    padding-top: 70px;
  }
}

@media (max-width: 400px) {
  .partner-catalog__archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .partner-catalog__archive-item {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 380px) {
  .interestSlider .interesting__img {
    max-width: 250px;
    min-width: auto;
  }

  .leon-is__title,
  .is_title,
  .slider-title,
  .card-slider__title {
    font-size: 35px;
    line-height: 35px;
  }

  .card-rabbit__butterfly-text {
    font-size: 10px;
  }

  .leon-is-img {
    width: 320px;
    height: 265px;
  }

  .leon-is__img-item {
    max-width: 320px;
    max-height: 320px;
  }

  .leon-is__logo {
    max-width: 120px;
    max-height: 90px;
  }

  .catalog-art-wrap .leon-is-img {
    width: 100%;
    height: auto;
  }

  .catalog-art-wrap .leon-is__img-item {
    max-width: 220px;
    max-height: 220px;
  }

  .catalog-art-wrap .leon-is-content {
    margin-top: 35px;
  }

  .opt-img {
    width: 100%;
    height: auto;
  }

  .opt__img-item {
    max-width: 220px;
    max-height: 220px;
  }

  .opt__title {
    font-size: 35px;
    line-height: 35px;
  }

  .partners-dok__title {
    font-size: 35px;
    line-height: 35px;
  }

  .tel__h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .contact-icons__item {
    margin-right: 20px;
  }

  .categSlider {
    max-width: 300px;
  }
}

@media (max-width: 375px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 370px) {
  .slide-card__desc {
    font-size: 14px;
  }

  .slide-card a {
    max-width: 160px;
    max-height: 260px;
    height: 331px;
    display: block;
    position: relative;
  }

  .slider-card__img {
    max-width: 130px;
    max-height: 290px;
  }

  .slider-card__img:hover {
    max-width: 130px;
    max-height: 290px;
  }

  .slide-card {
    max-width: 160px;
    max-height: 345px;
  }

  .slide-card__btn {
    margin-left: 44px;
  }

  .card-item-wrap {
    width: 50% !important;
  }

  .slide-card__name {
    line-height: 18px;
  }

  .catalog-card-part .slide-card__btn {
    margin: auto;
    margin-top: 22px;
  }

  .card-item-wrap {
    margin-bottom: 65px;
  }

  .catalog-card-part .slide-card a {
    max-width: 160px;
    max-height: 260px;
    height: 331px;
    display: block;
    position: relative;
  }

  .catalog-card-part .slider-card__img {
    max-width: 150px;
    max-height: 250px;
  }

  .catalog-card-part .slider-card__img:hover {
    max-width: 150px;
    max-height: 250px;
  }

  .catalog-card-part .slide-card {
    max-width: 160px;
    max-height: 345px;
  }

  .catalog-card-part .card-item-wrap {
    width: 50% !important;
  }

  .catalog-card-part .slide-card__name {
    line-height: 18px;
  }

  .catalog-card-part .catalog-card-part .slide-card__btn {
    margin: auto;
    margin-top: 22px;
  }

  .catalog-card-part .card-item-wrap {
    margin-bottom: 65px;
  }
}

@media (max-width: 370px) {
  .card-rabbit__butterfly-item {
    margin-right: 15px;
  }

  .card-rabbit__butterfly-text {
    font-size: 10px;
  }
}

@media (max-width: 350px) {
  .cartSlider {
    padding: 0 12px;
    max-width: 296px;
  }

  .card-rabbit__butterfly {
    padding: 0 0px;
  }

  .leon-is__title,
  .slider-title,
  .card-slider__title,
  .is_title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1929px) {
  .slider-img-wrap::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 153px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/icons/white-line.svg);
    top: 0;
    right: -2px;
  }

  .slider-img-wrap {
    width: 100%;
    max-width: 50%;
    position: relative;
  }

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

  .slider-title {
    font-size: 60px;
    line-height: 60px;
  }

  .slider-desc {
    font-size: 24px;
    line-height: 26.02px;
  }

  .slider-content {
    max-width: 40%;
  }
}

.webp .no-webp .interesting-img-wrap{ background-image: url(../img/main/ramka-left.webp); }

.webp .no-webp .interesting-item:nth-child(3n) .interesting-img-wrap{ background-image: url(../img/main/ramka-right.webp); }

.webp .no-webp .interesting-item:nth-child(4n) .interesting-img-wrap{ background-image: url(../img/main/ramka-right.webp); }