@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a,
button {
  color: inherit;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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;
}

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

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

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

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/*
@font-face {
  font-family: Travels;
  font-display: swap;
  src: url("../fonts/Travels-Black-Outline.woff2") format("woff2"), url("../fonts/Travels-Black-Outline.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

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

@font-face {
  font-family: Travels;
  font-display: swap;
  src: url("../fonts/Travels-Light.woff2") format("woff2"), url("../fonts/Travels-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
*/
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*
@font-face {
  font-family: Travels;
  font-display: swap;
  src: url("../fonts/Travels-Bold.woff2") format("woff2"), url("../fonts/Travels-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

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

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

html {
  scroll-behavior: smooth;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: centurygothic;
  background-color: #f7f7f7;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  width: min(100% - 1rem, 1320px);
  margin-inline: auto;
}

/*--------------------------------------------HEADER ---------------------------------------------*/

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header__body {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 135px;
          flex: 0 1 135px;
  position: relative;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__logo-button {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 130%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #333;
  padding: 8px 16px;
  border-radius: 16px;
  background-color: transparent;
  border: 2px solid #a1438b;
  font-family: "Montserrat";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__logo-button:hover {
  background-color: #a1438b;
  color: #fff;
}

.header__menu {
  padding-left: 30px;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__link {
  color: #fff;
}

.header__link svg {
  fill: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 16px;
  height: 16px;
  fill: #fff;
}

.header__link:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

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

.menu__icon {
  display: none;
  will-change: transform;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.menu__list li {
  position: relative;
}

.menu__link {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.menu__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background-color: #a1438b;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__link:hover::after {
  width: 100%;
}

.menu__link-with-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.menu__link-with-submenu svg {
  width: 16px;
  height: 16px;
  fill: #a1438b;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 0;
  height: 0px;
  width: 80vw;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
  background-color: #fff;
  padding: 60px 30px 30px;
  font-family: Montserrat;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
.submenu.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.submenu li {
  width: 100%;
  height: 100%;
  padding: 20px 10px 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
          box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
  border-radius: 4px;
}

.submenu li:hover img {
  opacity: 1;
}

.submenu__link {
  display: inline-block;
  max-width: 80%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submenu__link:hover {
  color: #a1438b;
}

.submenu img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submenu__close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}

.submenu__close-icon:hover {
  cursor: pointer;
}

.submenu__close-icon svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

#arrow1 {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#arrow1.active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*--------------------------------------------HOME---------------------------------------------*/

.home {
  width: 100%;
  height: 100vh;
  max-height: 100svh;
}

.home__slider {
  width: 100%;
  height: 100%;
}

.home__wrapper {
  width: 100%;
  height: 100%;
}

.home__slide {
  width: 100%;
  height: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__slide-image picture,
.home__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home__text {
  position: relative;
  z-index: 2;
}

.home__title {
  max-width: 585px;
  margin-bottom: 120px;
  margin-inline: auto;
  text-align: center;
}

.home__title h1,
.home__title h2 {
  line-height: 1.2;
  font-size: 32px;
}

.home__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 12px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

.pink-link,
.blue-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid transparent;
}

.pink-link {
  background: #a1438b;
}

.pink-link:hover {
  border: 2px solid #fff;
}

.blue-link {
  background: #3d6cb1;
}

.blue-link:hover {
  border: 2px solid #fff;
}

/*--------------------------------------------Welcome---------------------------------------------*/

.welcome {
  padding: 100px 0;
}

.welcome__body{
    display: flex;
    align-items: center;
    gap: 20px;
}

.welcome__text {
    flex: 0 1 50%;
  max-width: 700px;
  padding-left: 50px;
}
.welcome__image {
  flex: 0 1 50%;
    
}
.welcome__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 20px;
}
.welcome__text h2 {
  color: #3d6cb1;
  font-size: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.welcome__text p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  line-height: 1.5rem;
  font-family: Montserrat;
}

/*---------------------------------------infographic--------------------------------------------------*/

.infographic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0;
  overflow: hidden;
}

.no-webp .infographic{
  background: url("../img/home/infographic-bg2.png") center/ 100% 100% no-repeat;
}

.infographic {
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.infographic__block {
    max-width: 700px;
  width: 780px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}

.infographic__image img {
  width: 400px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
     filter: saturate(0.8) contrast(0.8);
}
.infographic__image-2 img {
  width: 280px;
  height: 330px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
     filter: saturate(0.8) contrast(0.8);
}
.kids-link {
    max-width: 120px;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  width: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

.kids-link:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 50%;
    background-color: #516f9b;
    z-index: 2;
    transition: all 0.1s ease 0s;
    animation: jumpLink 2.2s ease 0s infinite;
}
.kids-link:hover {
    color: #a1438b;
}
.kids-link:hover::after{
    border: 2px solid #fff;
}
.infographic__link {
  max-width: 180px;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  width: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
.infographic__link::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 50%;
    background-color: #c9528b;
    z-index: 2;
    transition: all 0.1s ease 0s;
    animation: jumpLink 2.2s ease 0s infinite;
}
.infographic__link:hover::after {
    border: 2px solid #fff;
    cursor: pointer;
}
.infographic__link:hover {
  color: #a1438b;
}

.infographic .go-catalog {
  top: -90px;
}
@keyframes jumpLink{
    0%,100% {
        transform: scale(1);
       
    }
    50% {
       transform: scale(0.7); 
       
    }
}
.infographic .go-catalog::after {
    display: none;
}
.infographic .circle {
  display: inline-block;
  width: 29%;
  height: 35%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: 10px solid #ec4033;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ec4033;
}

@-webkit-keyframes scaleCircle {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.3;
  }
}

@keyframes scaleCircle {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.3;
  }
}

@-webkit-keyframes jumpCircle {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes jumpCircle {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

.infographic-1 {
  top: -17px;
    left: 69px;
}
.infographic-1::after {
     top: 34px;
    left: 242px;
}

.infographic-2 {
      top: 30px;
    right: 45px;
    max-width: 250px;
}
.infographic-2::after {
  top: 9px;
  right: 330px;
}

.infographic-3 {
top: 50px;
    left: 92px;
}
.infographic-3::after {
 left: 189px;
    top: 36px;
}

.infographic-4 {
  top: 81px;
    right: 149px;
}
.infographic-4::after {
    top: 59px;
     right: 185px;
}

.infographic-5 {
  top: 155px;
    right: 65px;
}
.infographic-5::after {
    top: 3px;
    right: 254px;
}

.infographic-6 {
    top: 185px;
    right: 63px;
}
.infographic-6::after {
    top: 3px;
    right: 261px;
}

.infographic-7 {
        top: 251px;
    right: 94px;
}
.infographic-7::after {
    top: -25px;
    right: 245px;
}

.infographic-8 {
  top: 136px;
    left: 104px;
}
.infographic-8::after {
    top: 61px;
    left: 189px;
}

.infographic-9 {
      top: 211px;
    left: 45px;
}
.infographic-9::after {
    top: 8px;
    left: 249px;
}

.infographic-10 {
  top: 49%;
    left: 52px;
}
.infographic-10::after {
   top: 13px;
    left: 250px;
}

.infographic-11 {
  bottom: 35%;
    left: 73px;
  max-width: 230px;
}
.infographic-11::after {
    top: 48px;
    left: 216px;
}

.infographic-12 {
      bottom: 32%;
    right: 57px;
    max-width: 230px;
}
.infographic-12::after {
    top: 43px;
    right: 256px;
}

.infographic-13 {
  bottom: 17%;
    left: 98px;
}
.infographic-13::after {
    top: 59px;
    left: 173px;
}

.infographic-14 {
  bottom: 13%;
    right: 66px;
    max-width: 230px;
}
.infographic-14::after {
        top: 53px;
    right: 240px;
}

.infographic-15 {
 bottom: 5%;
    left: 34px;
}
.infographic-15::after {
        top: 7px;
    left: 209px;
}

.infographic-16,
.infographic-17,
.infographic-18,
.infographic-19,
.infographic-20,
.infographic-21,
.infographic-22,
.infographic-23,
.infographic-24,
.infographic-25,
.infographic-26{
  opacity: 0;
  pointer-events: none;
}

.kids-link-1 {
   top: 37%;
    left: 26%;
}
.kids-link-1:after {
    top: 54px;
    left: 96%;
}
.kids-link-2 {
    top: 41%;
    right: 27%;
}
.kids-link-2:after {
    top: 56px;
    right: 115%;
}
.kids-link-3 {
       bottom: 45%;
    left: 27%;
}
.kids-link-3:after {
    top: 139%;
    right: -23px;
}
.kids-link-4 {
    bottom: 32%;
    right: 22%;
}
.kids-link-4:after {
    top: 4px;
    right: 151%;
}
.kids-link-5 {
        bottom: 25%;
    left: 21%;
}
.kids-link-5:after {
    top: 8px;
    left: 143%;
}
.kids-link-6 {
        bottom: 19%;
    right: 28%;
}
.kids-link-6:after {
       top: -36px;
    right: 101%;
}
.kids-link-7 {
        bottom: 16%;
    left: 22%;
}
.kids-link-7:after {
    top: 3px;
    left: 141%;
}
.kids-link-8 {
    bottom: 4%;
    left: 23%;
}
.kids-link-8:after {
    top: 6px;
    left: 133%;
}
@media (min-width: 1388px) {
    .infographic-1::after {
        top: 34px;
        left: 248px;
    }
}
@media (max-width: 1370px) {
    .wrapper {
        overflow-x: hidden;
    }
    .infographic {
        width: 1370px;
        overflow-x: hidden;
    }
   .infographic-1 {
      top: -17px;
        left: 69px;
    }
    .infographic-1::after {
         top: 34px;
        left: 130%;
    }
    
    .infographic-2 {
          top: 30px;
        right: 45px;
        max-width: 250px;
    }
    .infographic-2::after {
      top: 9px;
      right: 128%;
    }
    
    .infographic-3 {
    top: 50px;
        left: 92px;
    }
    .infographic-3::after {
     left: 100%;
        top: 36px;
    }
    
    .infographic-4 {
      top: 81px;
        right: 149px;
    }
    .infographic-4::after {
        top: 59px;
        right: 100%;
    }
    
    .infographic-5 {
      top: 155px;
        right: 65px;
    }
    .infographic-5::after {
        top: 3px;
        right: 153%;
    }
    
    .infographic-6 {
        top: 185px;
        right: 63px;
    }
    .infographic-6::after {
        top: 3px;
        right: 153%;
    }
    
    .infographic-7 {
            top: 251px;
        right: 94px;
    }
    .infographic-7::after {
        top: -25px;
        right: 245px;
    }
    
    .infographic-8 {
      top: 136px;
        left: 104px;
    }
    .infographic-8::after {
        top: 61px;
        left: 100%;
    }
    
    .infographic-9 {
          top: 211px;
        left: 45px;
    }
    .infographic-9::after {
        top: 8px;
        left: 133%;
    }
    
    .infographic-10 {
      top: 49%;
        left: 52px;
    }
    .infographic-10::after {
        top: 13px;
        left: 134%;
    }
    
    .infographic-11 {
      bottom: 35%;
        left: 73px;
      max-width: 230px;
    }
    .infographic-11::after {
        top: 48px;
        left: 90%;
    }
    
    .infographic-12 {
          bottom: 32%;
        right: 57px;
        max-width: 230px;
    }
    .infographic-12::after {
        top: 43px;
        right: 108%;
    }
    
    .infographic-13 {
      bottom: 17%;
        left: 98px;
    }
    .infographic-13::after {
        top: 59px;
        left: 92%;
    }
    
    .infographic-14 {
      bottom: 13%;
        right: 66px;
        max-width: 230px;
    }
    .infographic-14::after {
            top: 53px;
        right: 96%;
    }
    
    .infographic-15 {
     bottom: 5%;
        left: 34px;
    }
    .infographic-15::after {
            top: 7px;
        left: 135%;
    }
}
@media (max-width: 1200px) {
    .infographic {
        width: auto;
        overflow-x: hidden;
    }
}
@media (max-width: 1200px) {

    .infographic {
        flex-direction: column;
    align-items: center;
    }
   .infographic-1 {
      top: -17px;
        left: 69px;
    }
    .infographic-1::after {
         top: 34px;
        left: 136%;
    }
    
    .infographic-2 {
          top: 30px;
        right: 45px;
        max-width: 250px;
    }
    .infographic-2::after {
      top: 9px;
      right: 133%;
    }
    
    .infographic-3 {
    top: 50px;
        left: 106px;
    }
    .infographic-3::after {
     left: 100%;
        top: 36px;
    }
    
    .infographic-4 {
      top: 81px;
        right: 149px;
    }
    .infographic-4::after {
        top: 59px;
        right: 106%;
    }
    
    .infographic-5 {
      top: 155px;
        right: 65px;
    }
    .infographic-5::after {
        top: 3px;
        right: 159%;
    }
    
    .infographic-6 {
        top: 185px;
        right: 63px;
    }
    .infographic-6::after {
        top: 3px;
        right: 159%;
    }
    
    .infographic-7 {
            top: 251px;
        right: 94px;
    }
    .infographic-7::after {
        top: -25px;
        right: 140%;
    }
    
    .infographic-8 {
      top: 136px;
        left: 104px;
    }
    .infographic-8::after {
        top: 61px;
        left: 107%;
    }
    
    .infographic-9 {
          top: 211px;
        left: 45px;
    }
    .infographic-9::after {
        top: 8px;
        left: 140%;
    }
    
    .infographic-10 {
      top: 49%;
        left: 52px;
    }
    .infographic-10::after {
        top: 13px;
        left: 141%;
    }
    
    .infographic-11 {
      bottom: 35%;
        left: 73px;
      max-width: 230px;
    }
    .infographic-11::after {
        top: 48px;
        left: 96%;
    }
    
    .infographic-12 {
          bottom: 32%;
        right: 57px;
        max-width: 230px;
    }
    .infographic-12::after {
        top: 43px;
        right: 114%;
    }
    
    .infographic-13 {
      bottom: 17%;
        left: 98px;
    }
    .infographic-13::after {
        top: 59px;
        left: 98%;
    }
    
    .infographic-14 {
      bottom: 13%;
        right: 66px;
        max-width: 230px;
    }
    .infographic-14::after {
            top: 53px;
        right: 105%;
    }
    
    .infographic-15 {
     bottom: 5%;
        left: 34px;
    }
    .infographic-15::after {
            top: 7px;
        left: 142%;
    }
}
@media (max-width: 649px) {
    .kids-link-1 {
       top: 10%;
        left: 20%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 100%;
    }
    .kids-link-2 {
        top: 18%;
        right: 24%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 115%;
    }
    .kids-link-3 {
        top: 29%;
        left: 22%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 117%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 18%;
    }
    .kids-link-4:after {
        top: 4px;
        right: 163%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 14%;
    }
    .kids-link-5:after {
                top: 7px;
        left: 161%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 22%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 117%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 15%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 162%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 19%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 133%;
    }
}
@media (max-width: 555px) {
    .kids-link-1 {
       top: 10%;
        left: 15%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 100%;
    }
    .kids-link-2 {
        top: 18%;
        right: 19%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 115%;
    }
    .kids-link-3 {
        top: 29%;
        left: 17%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 117%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 12%;
    }
    .kids-link-4:after {
        top: 4px;
        right: 163%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 8%;
    }
    .kids-link-5:after {
                top: 7px;
        left: 161%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 17%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 117%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 9%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 162%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 14%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 133%;
    }
}
@media (max-width: 532px) {
    .kids-link-1 {
       top: 10%;
        left: 13%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 100%;
    }
    .kids-link-2 {
        top: 18%;
        right: 19%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 115%;
    }
    .kids-link-3 {
        top: 29%;
        left: 17%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 117%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 10%;
    }
    .kids-link-4:after {
        top: 4px;
        right: 163%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 6%;
    }
    .kids-link-5:after {
                top: 7px;
        left: 161%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 15%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 117%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 7%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 162%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 14%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 133%;
    }
}
@media (max-width: 500px) {
    .kids-link-1 {
       top: 10%;
        left: 10%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 100%;
    }
    .kids-link-2 {
        top: 18%;
        right: 16%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 115%;
    }
    .kids-link-3 {
        top: 29%;
        left: 13%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 117%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 7%;
    }
    .kids-link-4:after {
        top: 4px;
        right: 163%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 3%;
    }
    .kids-link-5:after {
                top: 7px;
        left: 161%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 13%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 117%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 4%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 162%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 10%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 133%;
    }
}
@media (max-width: 460px) {
    .kids-link-1 {
       top: 10%;
        left: 10%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 108%;
    }
    .kids-link-2 {
        top: 18%;
        right: 9%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 115%;
    }
    .kids-link-3 {
        top: 29%;
        left: 12%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 130%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 0;
    }
    .kids-link-4:after {
        top: 4px;
        right: 163%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 1%;
    }
    .kids-link-5:after {
        top: 7px;
        left: 172%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 6%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 117%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 4%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 162%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 8%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 150%;
    }
}
@media (max-width: 431px) {
    .kids-link-1 {
       top: 10%;
        left: 7%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 108%;
    }
    .kids-link-2 {
        top: 18%;
        right: 6%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 115%;
    }
    .kids-link-3 {
        top: 29%;
        left: 8%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 130%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 0;
    }
    .kids-link-4:after {
        top: 4px;
        right: 152%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 1%;
    }
    .kids-link-5:after {
        top: 7px;
        left: 159%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 3%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 117%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 1%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 162%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 4%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 150%;
    }
}
@media (max-width: 410px) {
    .kids-link-1 {
       top: 10%;
        left: 5%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 108%;
    }
    .kids-link-2 {
        top: 18%;
        right: 4%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 115%;
    }
    .kids-link-3 {
        top: 29%;
        left: 7%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 130%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 0;
    }
    .kids-link-4:after {
        top: 4px;
        right: 141%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 1%;
    }
    .kids-link-5:after {
        top: 7px;
        left: 147%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 3%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 108%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 1%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 155%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 4%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 143%;
    }
}
@media (max-width: 388px) {
    .kids-link-1 {
       top: 10%;
        left: 2%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 108%;
    }
    .kids-link-2 {
        top: 18%;
        right: 4%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 108%;
    }
    .kids-link-3 {
        top: 29%;
        left: 4%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 130%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 0;
    }
    .kids-link-4:after {
        top: 4px;
        right: 134%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 1%;
    }
    .kids-link-5:after {
        top: 7px;
        left: 143%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 3%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 103%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 1%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 146%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 2%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 143%;
    }
}
@media (max-width: 372px) {
    .kids-link-1 {
       top: 10%;
        left: 2%;
    }
    .kids-link-1:after {
        top: 69px;
        left: 102%;
    }
    .kids-link-2 {
        top: 18%;
        right: 4%;
    }
    .kids-link-2:after {
        top: 61px;
        right: 100%;
    }
    .kids-link-3 {
        top: 29%;
        left: 2%;
    }
    .kids-link-3:after {
        top: 32%;
        left: 130%;
    }
    .kids-link-4 {
        bottom: 48%;
        right: 0;
    }
    .kids-link-4:after {
        top: 4px;
        right: 127%;
    }
    .kids-link-5 {
        bottom: 38%;
        left: 1%;
    }
    .kids-link-5:after {
        top: 7px;
        left: 134%;
    }
    .kids-link-6 {
        bottom: 30%;
        right: 3%;
    }
    .kids-link-6:after {
        top: -52px;
        right: 94%;
    }
    .kids-link-7 {
        bottom: 25%;
        left: 1%;
    }
    .kids-link-7:after {
        top: 5px;
        left: 139%;
    }
    .kids-link-8 {
        bottom: 7%;
        left: 2%;
    }
    .kids-link-8:after {
        top: 6px;
        left: 134%;
    }
}
/*--------------------------------------------Слайдер продукты---------------------------------------------*/

.our-products-slider {
  padding: 60px 0;
}

.our-products-slider__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  overflow: hidden;
}

.our-products-slider__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
  padding-left: 50px;
}

.our-products-slider__text h2 {
  color: #3d6cb1;
  font-size: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.our-products-slider__text p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  line-height: 1.5rem;
  font-family: Montserrat;
}

.our-products-slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  margin-top: 50px;
}

.our-products-slider__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 20px;
  width: 100%;
}

.our-products-slider__slide {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 16px;
  height: auto;
}

.our-products-slider__image {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1.3;
  border-radius: 16px;
  overflow: hidden;
}

.our-products-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-products-slider__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
}
.our-products-slider__name h3 {
    font-size: 16px;
}

.swiper-slide-active,
.swiper-slide-next {
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 18px 15px 14px 0px rgba(0, 22, 86, 0.01), 18px 18px 15px 0px rgba(0, 22, 86, 0);
          box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 18px 15px 14px 0px rgba(0, 22, 86, 0.01), 18px 18px 15px 0px rgba(0, 22, 86, 0);
}

.swiper-slide-prev {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.our-products-button-prev,
.our-products-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  gap: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.our-products-button-prev:hover,
.our-products-button-next:hover {
  cursor: pointer;
}

.our-products-button-prev:active,
.our-products-button-next:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.our-products-button-prev svg,
.our-products-button-next svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.our-products-button-prev {
  background: #a1438b;
}

.our-products-button-next {
  background: #3d6cb1;
}

/*--------------------------------------------FOOTER---------------------------------------------*/

.footer {
  background: #333;
}

.footer__logo {
  width: 170px;
  margin-bottom: 40px;
}

.footer__logo img {
  width: 100%;
}

.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 25px;
}

.footer__social-links svg {
  width: 20px;
  height: 20px;
}

.footer-top__body {
  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;
  gap: 20px;
  padding: 50px 0;
}
.footer-top__details {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
}

.footer__link-tel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer__link-tel a {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  max-width: 305px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: right;
  transition: all 0.3s ease 0s;
}
.footer__link-tel a:hover {
  color: #3d6cb1;
}
.footer__link-tel a:hover svg{
  fill: #3d6cb1;
}
.footer__link-tel svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  fill: #fff;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 100px;
}

.footer-menu__column:last-child .footer-menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer-menu__title {
  border-bottom: 2px solid #a1438b;
  color: #fff;
  padding: 10px 0;
}

.footer-menu__list {
  padding: 20px 0;
}

.footer-menu__list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-menu__link {
  font-family: Montserrat;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-menu__link:hover {
  color: #3d6cb1;
}

.footer-bottom {
  background-color: rgb(41, 41, 41);
  font-family: Montserrat;
}

.footer-bottom__body {
  padding: 20px 0;
  text-align: center;
  color: #ddd;
}

.footer-bottom__body p {
  font-size: 14px;
}

/*--------------------------------------------CATALOG---------------------------------------------*/

.wrapper-catalog {
  overflow: hidden;
}

.wrapper-catalog .menu__icon span,
.wrapper-catalog .menu__icon::before,
.wrapper-catalog .menu__icon::after {
  background-color: #a1438b;
}

.wrapper-catalog .header__logo-button {
  background-color: #a1438b;
  color: #fff;
}

.title {
  color: #3d6cb1;
  padding: 60px 0 30px;
  text-align: center;
}

.catalog {
  background-color: #f9f9f9;
  padding-bottom: 60px;
}

.catalog__cover {
  width: 100%;
  max-height: 400px;
  height: auto;
  overflow: hidden;
}

.catalog__cover img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.catalog__items {
  width: 80vw;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  background-color: #f9f9f9;
  padding: 30px;
  font-family: Montserrat;
  margin-inline: auto;
}

.catalog__item {
  width: 100%;
  height: 100%;
  padding: 20px 20px 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
          box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
 font-family: centurygothic;
  font-weight: 700;
}

.catalog__item:hover {
  color: #a1438b;
}

.catalog__item:hover img {
  opacity: 1;
}

.catalog__name {
  display: inline-block;
  max-width: 75%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #1d1d1d;
  font-size: 16px;
}

.catalog__name:hover {
  color: #a1438b;
}

.catalog__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*--------------------------------------------Infoblock---------------------------------------------*/

.infoblock__body {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
}

.infoblock__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  width: 400px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 80px;
  left: 20px;
  padding: 20px;
  font-size: 14px;
}

.infoblock__title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.infoblock__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.infoblock__image {
  border-radius: 20px;
  overflow: hidden;
}

.infoblock__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.infoblock__image1 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

/*--------------------------------------------Products---------------------------------------------*/

.products__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 220px));
  gap: 20px;
  row-gap: 40px;
  padding: 40px 0;
  max-width: 1000px;
  margin-inline: auto;
}

.products__title {
  position: relative;
}

.breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 10px 0;
  font-family: Montserrat;
}

.breadcrumbs a {
  color: #3d6cb1;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs svg {
  width: 10px;
  height: 10px;
  fill: #3d6cb1;
}

.breadcrumbs li {
  display: inline-block;
  color: rgb(164, 164, 164);
  margin-inline: 4px;
  font-size: 14px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
          box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.product__image {
  aspect-ratio: 1/1.2;
  border-radius: 20px;
  overflow: hidden;
}

.product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__info {
  padding: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__name {
  margin-bottom: 10px;
}

.product__name h3 {
  font-size: 16px;
  font-family: Montserrat;
}

.product__code {
  margin-top: auto;
}
@media (max-width: 767px) {
    .product__name h3 {
      font-size: 14px;
      font-family: Montserrat;
    }
    .product__info {
        padding: 20px 10px;
    }
    .products__items {
        gap: 10px;
    }
}
/*--------------------------------------------Product---------------------------------------------*/

.product-card__body {
  padding: 40px 0;
}

.product-card__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}

.product-card__swiper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.product-card__slide {
  width: 100%;
  height: auto;
  max-height: 500px;
}

.product-card__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.product-card__name a {
  font-size: 16px;
  font-weight: 500;
}

.product-card__description {
  font-size: 16px;
  font-family: Montserrat !important;
  margin-bottom: 40px;
  line-height: 1.6;
}
.product-card__description > * {
  font-family: Montserrat !important;
}
.product-card__description span,
.product-card__description p,
.product-card__description li {
  font-family: Montserrat !important;
}
.product-card__icons {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(136px, 160px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #3d6cb1;
  margin-inline: auto;
  padding: 20px 20px;
  border-radius: 15px;
}

.product-card__icon {
  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;
  max-width: 135px;
}

.product-card__icon img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}

.product-card__icon p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  font-family: Montserrat;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.product-card__readings {
  font-family: Montserrat;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card__readings h2 {
  font-size: 22px;
}

.product-card__readings ul,
.product-card__readings ol {
  list-style: auto;
  margin: 15px 0;
  padding-left: 20px;
}

.product-card__readings ul li {
  list-style-type: disc;
}

.product-card__readings ul li::marker {
  color: #a1438b;
}

.product-card__readings ol li {
  list-style-type: auto;
}

.product-card__readings ol li::marker {
  color: #a1438b;
}

.product-card__readings li:not(:last-child) {
  margin-bottom: 10px;
}

.product-card__size {
  border-radius: 30px;
  overflow: hidden;
  width: 80%;
  border: 1px dashed #ddd;
}

.product-card__size img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------------------BLOG---------------------------------------------*/

.blog__title {
  position: relative;
}

.blog__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 500px));
  gap: 50px;
  padding: 40px 0 100px;
}

.blog__item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.blog__image {
  aspect-ratio: 2/1;
  background: #fff;
}

.blog__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
     -o-object-position: top;
     object-position: top;
}

.blog__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(161, 67, 139, 0.7490196078);
}

.blog__link a {
  font-weight: 700;
  color: #fff;
}

/*--------------------------------------------BLOH ITEM---------------------------------------------*/

.block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 40px 0;
}

.block-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-left: 50px;
}

.block-item__date {
  font-size: 13px;
  font-family: Montserrat;
  color: #000;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-item__date svg {
  width: 15px;
  height: 15px;
  fill: #000;
  margin-right: 6px;
}
.block-item__image {
    width: 80%;
    margin-inline: auto;
}
.block-item__text img {
    width: 80%;
    max-width: 500px;
    max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
     text-align: center;
}
.block-item__image img {
    width: 100%;
    height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-item__text {
  font-family: Montserrat;
  line-height: 1.4;
}

.block-item__text > * {
  margin-bottom: 20px;
}

.block-item__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 235px;
          flex: 0 1 235px;
}

.aside {
  padding: 100px 15px 15px 15px;
}

.aside__title {
  font-weight: 700;
  font-size: 20px;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}

.aside__title::before,
.aside__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.aside__title::before {
  background: #a1438b;
  width: 70%;
  z-index: 1;
}

.aside__title::after {
  background: #ddd;
}

.aside__item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}

.aside__name {
  margin-bottom: 10px;
}

.aside__name a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.aside__name a:hover {
  color: #a1438b;
}

.aside__date {
  font-size: 13px;
  font-family: Montserrat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside__date svg {
  width: 15px;
  height: 15px;
  fill: #000;
  margin-right: 6px;
}

.contacts-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 60px 0;
}

.contacts-page__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 22, 86, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 22, 86, 0.08);
  padding: 24px;
  text-align: left;
  font-family: Montserrat;
}

.contacts-page__info p {
  font-family: Montserrat;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ececec;
}

.contacts-page__info p svg {
  width: 24px;
  height: 24px;
  fill: #a1438b;
}

.contacts-page__info a:hover {
  text-decoration: underline;
}

.contacts-page__info span {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 7px;
}

.contacts-page__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 20px;
}

.contacts-page__socials a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page__socials a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.contacts-page__socials svg {
  width: 30px;
  height: 30px;
  fill: #3d6cb1;
}

.contacts-page__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.contacts-page__map iframe {
  width: 100%;
  height: 100%;
  background-color: grey;
  border-radius: 20px;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
          box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
}

.contacts-page__map-links {
  margin-top: 15px;
}

.contacts-page__map-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3d6cb1;
  gap: 7px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.contacts-page__info {
  padding: 30px;
}

.contacts-page__title {
  color: #3d6cb1;
  margin-bottom: 20px;
}

.contacts-message {
  padding: 60px 0;
}

.contacts-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-message__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  font-size: 36px;
  color: #384255;
}

.contacts-message__text p {
  max-width: 420px;
  margin-inline: auto;
}

.contacts-message__text p:first-child {
  font-weight: 700;
  margin-bottom: 30px;
}

.contacts-message__text p:last-child {
  line-height: 1;
}

.contacts-message .form-callback {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  border-radius: 20px;
}

.contacts-message .form-callback {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  color: #fff;
  padding: 50px;
  background-color: #3d6cb1;
}

.contacts-message .form-callback h4 {
  font-size: 22px;
  text-transform: uppercase;
}

.contacts-message .form-callback p {
  font-size: 14px;
  margin-bottom: 20px;
}

.contacts-message .form-callback form {
  height: 100%;
}

.contacts-message .form-callback input,
.contacts-message .form-callback textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Montserrat;
  border-radius: 8px;
}

.contacts-message .form-callback textarea {
  resize: none;
}

.contacts-message .form-callback button {
  background-color: #a1438b;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: Montserrat;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
  border: 1px solid #fff;
  font-weight: 700;
}

.contacts-message .form-callback button:hover {
  background-color: #7a2566;
}

/*--------------------------------------------About---------------------------------------------*/

.about__services {
  padding: 60px 0;
}

.about__link {
  text-align: center;
  margin-top: 20px;
}

.service {
  padding: 40px 0;
}

.service__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.service__info-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.service__text h4 {
  font-size: 30px;
  color: #3d6cb1;
  margin-bottom: 20px;
}

.service__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.service__image img {
  max-width: 300px;
}

@media (min-width: 1001px) {
  .submenu__link span {
    display: none;
  }
}

@media (min-width: 1200px) {
  .catalog__item {
    min-height: 157px;
  }
}

@media (max-width: 1200px) {
  .home__title h1,
  .home__title h2 {
    font-size: calc(22px + 10 * ((100vw - 320px) / 880));
  }

  .welcome__text {
    padding-left: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .welcome__text h2 {
    font-size: calc(33px + 12 * ((100vw - 320px) / 880));
  }

  .our-products-slider__text {
    padding-left: calc(20px + 30 * ((100vw - 320px) / 880));
  }

  .our-products-slider__text h2 {
    font-size: calc(33px + 12 * ((100vw - 320px) / 880));
  }

  .catalog__name {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }

  .product-card__readings h2 {
    font-size: calc(16px + 6 * ((100vw - 320px) / 880));
  }

  .block-item__content {
    padding-left: calc(0px + 50 * ((100vw - 320px) / 880));
  }

  .contacts-page__info {
    padding: calc(16px + 8 * ((100vw - 320px) / 880));
  }

  .contacts-message__text {
    font-size: calc(30px + 6 * ((100vw - 320px) / 880));
  }

  .contacts-message .form-callback h4 {
    font-size: calc(18px + 4 * ((100vw - 320px) / 880));
  }

  .service__text h4 {
    font-size: calc(20px + 10 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 1050px) {
  .our-products-slider__buttons {
    margin-top: 20px;
  }

  .our-products-button-prev,
  .our-products-button-next {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1000px) {
  .header__menu {
    padding-left: 0;
  }

  .menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .menu__icon {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
  }

  .menu__icon::before,
  .menu__icon::after,
  .menu__icon span {
    height: 4px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }

  .menu__icon::before {
    top: 10px;
  }

  .menu__icon::after {
    bottom: 10px;
  }

  .menu__icon span {
    top: 23px;
  }

  .menu__icon._active {
    border-radius: 6px;
  }

  .menu__icon._active::before {
    top: 23px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }

  .menu__icon._active::after {
    top: 23px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }

  .menu__icon._active span {
    display: none;
  }

  .menu__body {
    position: fixed;
    top: 100px;
    right: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    padding: 40px 30px;
    border-radius: 16px 0 0 16px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: calc(100% - 100px);
    overflow-y: scroll;
    width: min(100vw - 1rem, 462px);
  }

  .menu__body._active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .menu__link::after {
    width: 100%;
  }

  .menu__link {
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 600;
  }

  .menu__link-with-submenu svg {
    fill: #1d1d1d;
  }

  .menu__link-with-submenu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .submenu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    background-color: transparent;
    padding: 20px 0px 0px;
    gap: 15px;
  }

  .submenu.active {
    position: static;
    opacity: 1;
    height: auto;
    pointer-events: all;
  }

  .submenu li {
    padding: 6px 0px 6px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .submenu__link {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
  }

  .submenu img {
    display: none;
  }

  .submenu__close-icon {
    display: none;
  }

  .our-products-slider__text {
    padding-top: 100px;
  }

  .our-products-slider__buttons {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 10px;
  }

  .our-products-slider__slide {
    -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 18px 15px 14px 0px rgba(0, 22, 86, 0.01), 18px 18px 15px 0px rgba(0, 22, 86, 0);
            box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 18px 15px 14px 0px rgba(0, 22, 86, 0.01), 18px 18px 15px 0px rgba(0, 22, 86, 0);
  }

  .swiper-scrollbar {
    display: none;
  }

  .catalog__cover {
    margin-top: 140px;
    border-radius: 20px;
  }

  .infoblock__text {
    position: static;
    width: 100%;
  }

  .product-card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product-card__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .product-card__size {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .our-products-slider__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }

  .product-card__view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 970px) {
  .contacts-page__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts-page__map iframe {
    width: 100%;
    min-height: 400px;
  }
}

@media (max-width: 800px) {
  .welcome {
    padding: 60px 0 60px;
  }
    .welcome__body{
    flex-direction: column;
}

  .products__items {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .contacts-message__body {
    -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;
    gap: 30px;
  }

  .contacts-message .form-callback {
    border-radius: 0;
  }

  .service__info,
  .service__info-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .service__text h4 {
    text-align: center;
  }

  .service img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .footer-top__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

@media (max-width: 700px) {
  .block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .aside {
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .header__logo-button {
    display: none;
  }
    .our-products-slider__slider {
        padding: 20px 5px;
    }
    .our-products-slider__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
}
.our-products-slider__name h3 {
    text-align: center;
}

  .menu__body {
    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;
    gap: 30px;
  }

  .menu__body .header__link svg {
    fill: #000;
    width: 26px;
    height: 26px;
  }

  .infographic__block {
    width: 100%;
    height: 500px;
  }

  .infographic__image {
    text-align: center;
  }

  .infographic__image img {
    width: 320px;
    height: 484px;
  }

  .infographic__link {
    font-size: 10px;
    max-width: 150px;
  }

  .infographic .circle {
    width: 200px;
    height: 200px;
    display: none;
  }

  .infographic .inner-circle {
    width: 200px;
    height: 200px;
    display: none;
  }

  .infographic .outer-circle {
    width: 200px;
    height: 200px;
    display: none;
  }

  
}

@media (max-width: 600px) {
    .webp .infographic { 
        background: url("../img/home/bg222.png") 89% 61% / auto no-repeat;
    }
  .home__slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 150px;
  }
    .home__title {
        margin-bottom: 30px;
    }
  .home__title h1,
  .home__title h2 {
    text-align: center;
  }

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

  .catalog__items {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .catalog__image {
    width: 40%;
  }

  .infoblock__image {
    border-radius: 10px;
  }

  .product-card__icon img {
    width: 50px;
    height: 50px;
  }

  .product-card__size {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

    .contacts-page__body {
    padding: 30px 0;
  }
    .footer-top__details {
        align-items: center;
    }
    .footer__link-tel a {
      justify-content: center;
      text-align: center;
    }
}

@media (max-width: 590px) {
  .blog__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog__image {
    aspect-ratio: 2/1.5;
  }
}

@media (max-width: 550px) {
  
}

@media (max-width: 500px) {
  .infographic .circle {
    width: 150px;
    height: 150px;
  }

  .infographic .inner-circle {
    width: 150px;
    height: 150px;
  }

  .infographic .outer-circle {
    width: 150px;
    height: 150px;
  }

  .contacts-message__text p {
    padding-left: 15px;
  }
}


@media (max-width: 480px) {
  .footer__logo {
    margin-inline: auto;
  }

  .footer-top__body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 20px;
    gap: 20px;
  }

  .catalog__items {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .product-card__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .infographic__image {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }

  .product-card__icons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}

@media (max-width: 440px) {
  .products__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}



@media (max-width: 650px) {
    .infographic {
      padding: 70px 0 0;
      gap: 50px;
    }
    .infographic-1 {
     top: 0;
    left: 14%;
    }
    
    .infographic-2 {
          top: 33px;
    right: 19%;
    }
    
    .infographic-3 {
    top: 50px;
        left: 113px;
    }
    
    .infographic-4 {
      top: 92px;
        right: 153px;
    }
    
    .infographic-5 {
      top: 180px;
        right: 13%;
    }
    
    .infographic-6 {
          top: 200px;
    right: 19%;
    }
    
    .infographic-7 {
        top: 237px;
        right: 20%;
    }
    
    .infographic-8 {
      top: 39%;
        left: 5%;
    }
    
    .infographic-9 {
      top: 45%;
    left: 14%;
    }
    
    .infographic-10 {
      top: 53%;
      left: 10%;
    }
    .infographic-11 {
      bottom: 33%;
        left: 13%;
    }
    .infographic-12 {
          bottom: 27%;
    right: 19%;
        max-width: 230px;
    }
    .infographic-13 {
      bottom: 10%;
    left: 10%;
    }
    .infographic-14 {
      bottom: 5%;
    right: 14%;
        max-width: 230px;
    }
    .infographic-15 {
         bottom: 4%;
    left: 8%;
    }
    .infographic-16 {
      opacity: 0;
      pointer-events: none;
    }
    .infographic .go-catalog {
        top: -67px;
    }
    
 
    .infographic-1::after {
     top: 30px;
    left: 200px;
    }
    
    .infographic-2::after {
      top: 22px;
    right: 231px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 148px;
    }
    
    .infographic-4::after {
     right: 162px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 213px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 180px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 191px;
    }
    
    .infographic-8::after {
        top: 12px;
    left: 240px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 182px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 216px;
    }
    
    .infographic-11::after {
             top: 36px;
    left: 183px;
    }
    
    .infographic-12::after {
         top: 5px;
    right: 168px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 187px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 197px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 174px;
    }
}

@media (max-width: 630px) {
    .infographic-1::after {
     top: 30px;
    left: 193px;
    }
    
    .infographic-2::after {
      top: 22px;
    right: 224px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 136px;
    }
    
    .infographic-4::after {
     right: 150px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 202px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 172px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 182px;
    }
    
    .infographic-8::after {
        top: 12px;
    left: 229px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 175px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 208px;
    }
    
    .infographic-11::after {
             top: 36px;
    left: 174px;
    }
    
    .infographic-12::after {
         top: 5px;
    right: 159px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 176px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 187px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 162px;
    }
}

@media (max-width: 630px) {
    .infographic-1::after {
     top: 30px;
    left: 187px;
    }
    
    .infographic-2::after {
      top: 22px;
    right: 218px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 130px;
    }
    
    .infographic-4::after {
     right: 144px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 196px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 166px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 176px;
    }
    
    .infographic-8::after {
        top: 12px;
    left: 223px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 169px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 202px;
    }
    
    .infographic-11::after {
             top: 36px;
    left: 168px;
    }
    
    .infographic-12::after {
         top: 5px;
    right: 153px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 170px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 181px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 156px;
    }
}


@media (max-width: 600px) {
    .infographic {
      padding: 70px 0 0;
    }
    .infographic-1 {
     top: 0;
    left: 10%;
    }
    
    .infographic-2 {
          top: 33px;
    right: 15%;
    }
    
    .infographic-3 {
    top: 50px;
        left: 12%;
    }
    
    .infographic-4 {
      top: 92px;
        right: 19%;
    }
    
    .infographic-5 {
      top: 180px;
        right: 9%;
    }
    
    .infographic-6 {
          top: 200px;
    right: 17%;
    }
    
    .infographic-7 {
        top: 237px;
        right: 17%;
    }
    
    .infographic-8 {
      top: 33%;
        left: 6%;
    }
    
    .infographic-9 {
      top: 45%;
    left: 11%;
    }
    
    .infographic-10 {
      top: 53%;
      left: 8%;
    }
    .infographic-11 {
      bottom: 32%;
        left: 12%;
    }
    .infographic-12 {
          bottom: 24%;
    right: 11%;
    }
    .infographic-13 {
      bottom: 10%;
    left: 6%;
    }
    .infographic-14 {
      bottom: 5%;
    right: 9%;
        max-width: 230px;
    }
    .infographic-15 {
         bottom: 4%;
    left: 5%;
    }
    .infographic-16 {
      opacity: 0;
      pointer-events: none;
    }
    .infographic .go-catalog {
        top: -67px;
    }
}

@media (max-width: 630px) {
    .infographic-1::after {
     top: 33px;
    left: 207px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 238px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 165px;
    }
    
    .infographic-4::after {
         right: 178px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 219px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 176px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 194px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 213px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 183px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 206px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 173px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 202px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 193px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 205px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 172px;
    }
}

@media (max-width: 580px) {
    .infographic-1::after {
     top: 33px;
    left: 199px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 230px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 157px;
    }
    
    .infographic-4::after {
         right: 171px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 211px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 168px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 186px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 205px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 175px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 198px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 165px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 196px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 185px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 197px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 164px;
    }
}


@media (max-width: 573px) {
    .infographic-1::after {
     top: 33px;
    left: 195px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 230px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 157px;
    }
    
    .infographic-4::after {
         right: 171px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 211px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 168px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 186px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 205px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 175px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 198px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 165px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 196px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 185px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 197px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 164px;
    }
}

@media (max-width: 563px) {
    .infographic-1::after {
     top: 33px;
    left: 191px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 222px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 149px;
    }
    
    .infographic-4::after {
         right: 162px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 203px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 160px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 178px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 197px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 167px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 190px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 157px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 188px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 177px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 189px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 156px;
    }
}


@media (max-width: 561px) {
    .infographic {
      padding: 70px 0 0;
    }
    .infographic-1 {
     top: 0;
    left: 10%;
    }
    
    .infographic-2 {
          top: 33px;
    right: 15%;
    }
    
    .infographic-3 {
    top: 50px;
        left: 12%;
    }
    
    .infographic-4 {
      top: 92px;
        right: 16%;
    }
    
    .infographic-5 {
      top: 180px;
        right: 5%;
    }
    
    .infographic-6 {
          top: 200px;
    right: 13%;
    }
    
    .infographic-7 {
        top: 237px;
        right: 14%;
    }
    
    .infographic-8 {
      top: 33%;
        left: 6%;
    }
    
    .infographic-9 {
      top: 45%;
    left: 7%;
    }
    
    .infographic-10 {
      top: 53%;
      left: 3%;
    }
    .infographic-11 {
      bottom: 32%;
        left: 7%;
    }
    .infographic-12 {
          bottom: 24%;
    right: 6%;
    }
    .infographic-13 {
      bottom: 10%;
    left: 2%;
    }
    .infographic-14 {
      bottom: 5%;
    right: 6%;
        max-width: 230px;
    }
    .infographic-15 {
         bottom: 4%;
    left: 2%;
    }
    .infographic .go-catalog {
        top: -67px;
    }
}


@media (max-width: 561px) {
    .infographic-1::after {
     top: 33px;
    left: 189px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 222px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 149px;
    }
    
    .infographic-4::after {
         right: 178px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 222px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 181px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 192px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 197px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 188px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 218px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 182px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 208px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 194px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 203px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 169px;
    }
}

@media (max-width: 550px) {
    .infographic-1::after {
     top: 33px;
    left: 184px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 222px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 149px;
    }
    
    .infographic-4::after {
         right: 178px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 222px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 181px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 192px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 197px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 188px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 218px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 182px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 208px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 194px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 203px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 169px;
    }
}

@media (max-width: 536px) {
    .infographic-1::after {
     top: 33px;
    left: 179px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 212px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 139px;
    }
    
    .infographic-4::after {
         right: 168px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 212px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 171px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 182px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 187px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 178px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 208px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 172px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 198px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 184px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 193px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 159px;
    }
}



@media (max-width: 520px) {
    .infographic-1::after {
     top: 33px;
    left: 210px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 250px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 168px;
    }
    
    .infographic-4::after {
         right: 173px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 211px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 182px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 194px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 190px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 184px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 204px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 180px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 205px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 184px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 204px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 159px;
    }
}


@media (max-width: 520px) {
    .infographic-1::after {
     top: 33px;
    left: 205px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 250px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 168px;
    }
    
    .infographic-4::after {
         right: 173px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 211px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 182px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 194px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 190px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 184px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 204px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 180px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 205px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 175px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 204px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 150px;
    }
}


@media (max-width: 495px) {
    .infographic-1::after {
     top: 33px;
    left:198px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 235px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 155px;
    }
    
    .infographic-4::after {
         right: 164px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 200px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 171px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 183px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 178px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 172px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 191px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 167px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 194px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 166px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 193px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 139px;
    }
}


@media (max-width: 495px) {
    .infographic-1::after {
     top: 33px;
    left:195px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 235px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 155px;
    }
    
    .infographic-4::after {
         right: 164px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 200px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 191px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 211px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 178px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 179px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 200px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 167px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 194px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 173px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 193px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 139px;
    }
}

@media (max-width: 476px) {
    .infographic-1::after {
     top: 33px;
    left:188px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 235px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 155px;
    }
    
    .infographic-4::after {
         right: 164px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 200px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 191px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 211px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 178px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 179px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 200px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 167px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 194px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 173px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 193px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 139px;
    }
}


@media (max-width: 476px) {
    .infographic-1::after {
     top: 33px;
    left:185px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 230px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 150px;
    }
    
    .infographic-4::after {
         right: 159px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 195px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 186px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 206px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 173px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 174px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 195px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 162px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 189px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 168px;
    }
    
    .infographic-14::after {
         top: 6px;
    right: 188px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 134px;
    }
}


@media (max-width: 476px) {
    .infographic-1::after {
     top: 33px;
    left:201px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 199px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 158px;
    }
    
    .infographic-4::after {
         right: 131px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 164px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 157px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 177px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 182px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 186px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 204px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 171px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 158px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 178px;
    }
    
    .infographic-14::after {
         top: 7px;
    right: 156px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 144px;
    }
}








@media (max-width: 520px) {
    .infographic {
      padding: 70px 0 0;
    }
    .infographic-1 {
     top: 0;
    left: 3vw;
    }
    
    .infographic-2 {
          top: 33px;
    right: 7vw;
    }
    
    .infographic-3 {
    top: 50px;
        left: 5vw;
    }
    
    .infographic-4 {
      top: 92px;
        right: 14vw;
    }
    
    .infographic-5 {
      top: 180px;
        right: 3vw;
    }
    
    .infographic-6 {
          top: 200px;
    right: 10vw;
    }
    
    .infographic-7 {
        top: 237px;
        right: 11vw;
    }
    
    .infographic-8 {
      top: 33%;
        left: 3vw;
    }
    
    .infographic-9 {
      top: 45%;
    left: 4vw;
    }
    
    .infographic-10 {
      top: 53%;
      left: 2vw;
    }
    .infographic-11 {
      bottom: 32%;
        left: 4vw;
    }
    .infographic-12 {
          bottom: 24%;
    right: 3vw;
    }
    .infographic-13 {
      bottom: 10%;
    left: 1vw;
    }
    .infographic-14 {
      bottom: 5%;
    right: 2vw;
    }
    .infographic-15 {
         bottom: 4%;
    left: 1vw;
    }
    .infographic .go-catalog {
        top: -67px;
    }
}

@media (max-width: 490px) {
    .infographic {
      padding: 70px 0 0;
    }
    .infographic-1 {
     top: 0;
    left: 3vw;
    }
    
    .infographic-2 {
          top: 33px;
    right: 7vw;
    }
    
    .infographic-3 {
    top: 50px;
        left: 5vw;
    }
    
    .infographic-4 {
      top: 92px;
        right: 14vw;
    }
    
    .infographic-5 {
      top: 180px;
        right: 3vw;
    }
    
    .infographic-6 {
          top: 200px;
    right: 6vw;
    }
    
    .infographic-7 {
        top: 237px;
        right: 5vw;
    }
    
    .infographic-8 {
      top: 33%;
        left: 3vw;
    }
    
    .infographic-9 {
      top: 45%;
    left: 2vw;
    }
    
    .infographic-10 {
      top: 53%;
      left: 0vw;
    }
    .infographic-11 {
      bottom: 32%;
        left: 4vw;
    }
    .infographic-12 {
          bottom: 24%;
    right: 3vw;
    }
    .infographic-13 {
      bottom: 10%;
    left: -1vw;
    }
    .infographic-14 {
      bottom: 5%;
    right: 2vw;
    }
    .infographic-15 {
         bottom: 4%;
    left: 1vw;
    }
    .infographic .go-catalog {
        top: -67px;
    }
}
@media (max-width: 447px) {
    .infographic-1::after {
     top: 33px;
    left:195px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 199px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 158px;
    }
    
    .infographic-4::after {
         right: 131px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 164px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 157px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 177px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 182px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 186px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 204px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 171px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 158px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 178px;
    }
    
    .infographic-14::after {
         top: 7px;
    right: 156px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 144px;
    }
}

@media (max-width: 435px) {
    .infographic-1::after {
     top: 33px;
    left:189px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 189px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 148px;
    }
    
    .infographic-4::after {
         right: 121px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -10px;
    right: 154px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 147px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 167px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 172px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 176px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 194px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 161px;
    }
    
    .infographic-12::after {
        top: -9px;
    right: 148px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 168px;
    }
    
    .infographic-14::after {
         top: 7px;
    right: 146px;
    }
    
    .infographic-15::after {
         top: -1px;
    left: 134px;
    }
}

@media (max-width: 435px) {
    .infographic-1::after {
     top: 33px;
    left:184px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 214px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 142px;
    }
    
    .infographic-4::after {
         right: 161px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -3px;
    right: 172px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 166px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 182px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 164px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 168px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 186px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 154px;
    }
    
    .infographic-12::after {
            top: 10px;
    right: 155px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 159px;
    }
    
    .infographic-14::after {
             top: 16px;
        right: 147px;
    }
    
    .infographic-15::after {
             top: 8px;
    left: 125px;
    }
}


@media (max-width: 432px) {
    .infographic-1::after {
     top: 33px;
    left:190px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 195px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 152px;
    }
    
    .infographic-4::after {
         right: 127px;
    top: 60px;
    }
    
    .infographic-5::after {
       top: -9px;
    right: 153px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 150px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 171px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 171px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 175px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 194px;
    }
    
    .infographic-11::after {
       top: 31px;
    left: 164px;
    }
    .infographic-12 {
        max-width: 130px;
    }
    .infographic-12::after {
            top: 10px;
    right: 155px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 166px;
    
    }
    .infographic-14 {
        max-width: 130px;
    }
    .infographic-14::after {
            top: 16px;
    right: 146px;
    }
    
    .infographic-15::after {
       top: -1px;
    left: 133px;
    }
}
@media (max-width: 426px) {
    .infographic__link {
        max-width: 122px;
    }
    .infographic {
      padding: 70px 0 0;
    }
    .infographic-1 {
     top: 0;
    left: 3vw;
    }
    
    .infographic-2 {
          top: 33px;
    right: 7vw;
    }
    
    .infographic-3 {
    top: 50px;
        left: 5vw;
    }
    
    .infographic-4 {
      top: 92px;
        right: 4vw;
    }
    
    .infographic-5 {
      top: 173px;
    right: 1vw;
    }
    
    .infographic-6 {
          top: 200px;
    right: 3vw;
    }
    
    .infographic-7 {
        top: 237px;
        right: 5vw;
    }
    
    .infographic-8 {
      top: 33%;
        left: 3vw;
    }
    
    .infographic-9 {
      top: 45%;
    left: 2vw;
    }
    
    .infographic-10 {
      top: 53%;
      left: 0vw;
    }
    .infographic-11 {
      bottom: 32%;
        left: 4vw;
    }
    .infographic-12 {
          bottom: 24%;
    right: 0vw;
    }
    .infographic-13 {
      bottom: 10%;
    left: -1vw;
    }
    .infographic-14 {
      bottom: 5%;
    right: 2vw;
    }
    .infographic-15 {
         bottom: 4%;
    left: 1vw;
    }
    .infographic .go-catalog {
        top: -67px;
    }
}
@media (max-width: 426px) {
    .infographic-1::after {
         top: 33px;
        left:186px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 191px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 142px;
    }
    
    .infographic-4::after {
         right: 162px;
    top: 60px;
    }
    
    .infographic-5::after {
          top: -10px;
    right: 151px;
    }
    
    .infographic-6::after {
     top: -2px;
    right: 146px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 166px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 164px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 168px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 186px;
    }
    
    .infographic-11::after {
     top: 40px;
    left: 157px;
    }
    
    .infographic-12::after {
         top: 21px;
    right: 147px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 159px;
    }
    
    .infographic-14::after {
             top: 16px;
        right: 147px;
    }
    
    .infographic-15::after {
            top: -1px;
    left: 127px;
    }
}
@media (max-width: 413px) {
    .infographic-1::after {
     top: 33px;
    left:179px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 185px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 142px;
    }
    
    .infographic-4::after {
         right: 158px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -3px;
    right: 154px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 153px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 162px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 164px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 168px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 186px;
    }
    
    .infographic-11::after {
       top: 41px;
    left: 154px;
    }
    
    .infographic-12::after {
            top: 20px;
    right: 155px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 159px;
    }
    
    .infographic-14::after {
             top: 16px;
        right: 137px;
    }
    
    .infographic-15::after {
             top:-1px;
    left: 125px;
    }
}

@media (max-width: 400px) {
    .infographic-1::after {
     top: 33px;
    left:172px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 181px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 132px;
    }
    
    .infographic-4::after {
         right: 153px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -3px;
    right: 146px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 145px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 155px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 154px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 158px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 176px;
    }
    
    .infographic-11::after {
       top: 41px;
    left: 144px;
    }
    
    .infographic-12::after {
            top: 20px;
    right: 145px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 149px;
    }
    
    .infographic-14::after {
             top: 16px;
        right: 133px;
    }
    
    .infographic-15::after {
             top: -1px;
    left: 115px;
    }
}

@media (max-width: 385px) {
    .infographic-1::after {
     top: 33px;
    left:167px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 173px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 126px;
    }
    
    .infographic-4::after {
         right: 109px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -3px;
    right: 141px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 139px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 147px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 146px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 151px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 168px;
    }
    
    .infographic-11::after {
           top: 40px;
    left: 139px;
    }
    
    .infographic-12::after {
             top: 20px;
    right: 137px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 141px;
    }
    
    .infographic-14::after {
             top: 16px;
        right: 124px;
    }
    
    .infographic-15::after {
        top: -1px;
    left: 112px;
    }
}


@media (max-width: 376px) {
    .infographic-1::after {
     top: 33px;
    left:164px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 168px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 122px;
    }
    
    .infographic-4::after {
         right: 144px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -3px;
    right: 135px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 132px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 144px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 144px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 148px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 166px;
    }
    
    .infographic-11::after {
       top: 41px;
    left: 134px;
    }
    
    .infographic-12::after {
            top: 20px;
    right: 135px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 139px;
    }
    
    .infographic-14::after {
             top: 16px;
        right: 122px;
    }
    
    .infographic-15::after {
        top: -1px;
    left: 108px;
    }
}

@media (max-width: 362px) {
    .infographic-1::after {
     top: 33px;
    left:156px;
    }
    
    .infographic-2::after {
          top: 22px;
    right: 163px;
    }
    
    .infographic-3::after {
     top: 51px;
    left: 118px;
    }
    
    .infographic-4::after {
         right: 136px;
    top: 60px;
    }
    
    .infographic-5::after {
         top: -3px;
    right: 135px;
    }
    
    .infographic-6::after {
        top: -2px;
    right: 126px;
    }
    
    .infographic-7::after {
            top: -2px;
    right: 137px;
    }
    
    .infographic-8::after {
       top: 42px;
    left: 135px;
    }
    
    .infographic-9::after {
         top: 3px;
    left: 141px;
    }
    
    .infographic-10::after {
        top: 1px;
    left: 156px;
    }
    
    .infographic-11::after {
       top: 41px;
    left: 127px;
    }
    
    .infographic-12::after {
            top: 20px;
    right: 124px;
    }
    
    .infographic-13::after {
             top: 16px;
    left: 130px;
    }
    
    .infographic-14::after {
             top: 16px;
        right: 114px;
    }
    
    .infographic-15::after {
        top: -1px;
    left: 102px;
    }
}
.webp .infographic{ 
    background: url("../img/home/bg222.png") right / contain no-repeat;
}


.fvd-lang {
   position: relative;
}

.fvd-lang__active {
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   font-weight: 700;
   font-family: inherit;
}

.fvd-lang__active.active svg {
   transform: rotate(180deg);
}

@media (hover: hover) {
   .fvd-lang__active:hover {
      opacity: 0.8;
   }
}

.fvd-lang svg {
   width: 12px;
   height: 12px;
   color: #fff;
   fill: #fff;
   transition: all 0.3s ease 0s;
}

.fvd-lang-list {
   position: absolute;
   top: 30px;
   right: 0;
   background: #fff;
   border-radius: 4px;
   color: #000;
   width: max-content;
   display: flex;
   flex-direction: column;
   opacity: 0;
   pointer-events: none;
   transition: all 0.3s ease 0s;
   box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
    transform: translateX(37%);
}
@media (max-width: 1200px) {
    .fvd-lang-list {
         transform: translateX(0);
    }
}
.fvd-lang-list.active {
   opacity: 1;
   pointer-events: all;
}

.fvd-lang-list a {
   padding: 10px 20px;
   font-family: inherit;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    color: #7f7f7f;
    letter-spacing: 0.6px;
}
.fvd-lang-list a b {
     color: #000;
     font-size: 16px;
}
.fvd-lang-list a:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.fvd-lang-list a:hover {
    background-color: #dba9c7;
    color: #fff;
}
@media (max-width: 767px) {
    .fvd-lang {
        margin-left: auto;
        margin-right: 20px;
    }
    .fvd-lang__active {
        font-size: 20px;
    }
}


@media (min-width: 1000px) {
    .submenu {
        top: 70%;
    }
    .menu__link {
        color: #a1438b;
        font-weight: 700;
    }
    .menu__list li {
        position: static;
    }
    .submenu li {
        position: relative;
    }
}