:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #ffc501;
  --grey: #e9eef1;
  --c-blue: #00597e;
  --c-darkblue: #12364c;
  --c-liteblue: #00d8e7;
}

@font-face {
  font-family: "BlissPro";
  src: url("/fonts/BlissPro/BlissPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  display-font: swap;
}

@font-face {
  font-family: "BlissPro";
  src: url("/fonts/BlissPro/BlissPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  display-font: swap;
}

@font-face {
  font-family: "BlissPro";
  src: url("/fonts/BlissPro/BlissPro-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
  display-font: swap;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100% !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  min-height: 100vh;
  font-family: "Nunito";
  counter-reset: cadr-8-counter;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: "Nunito";
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  font-weight: lighter;
  color: #02577e;
}

a,
p,
ul,
li,
div,
input,
label,
section {
  text-decoration: none;
  outline: none;
  border: none;
}

section {
  overflow: hidden;
}

p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 22px;
}

.hidden {
  display: none !important;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
  line-height: 24px;
}

.row {
  display: block;
  width: 100%;
}

.c-blue {
  color: var(--c-blue);
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.white {
  color: var(--white);
}

.mt-8 {
  margin-top: 8px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-15 {
  margin-bottom: 18px;
}

.mb-18 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-170 {
  margin-bottom: 170px;
}

.mt-55 {
  margin-top: 55px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-32 {
  margin-left: 32px;
}

.pl-2 {
  padding-left: 2rem;
}

.d-flex-row {
  display: flex;
  flex-direction: row;
}

.btn-style-1 {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.5em;
  max-width: 450px;
  width: 100%;
  padding: 0.5em;
  margin: 1em 0;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 0.5em;
  cursor: pointer;
}

.btn-style-1.btn::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom right, #fff7b4, #735900), linear-gradient(-90deg, #fff7b4, #e2e2f2), linear-gradient(90deg, #735900, #fff7b4);
  z-index: -1;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.25);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 0.6em;
  top: -3px;
  left: -3px;
}

.locale-icon {
  width: 40px !important;
  height: 27px !important;
}

#main {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
  background-position-y: center;
  background-size: auto;
  background-size: cover;
  justify-content: flex-start;
  z-index: 1;
  overflow: unset;
}

#main .landing-locale {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: auto;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 0.5em 0.5em 0.25em 1.25em;
  z-index: 10;
}

#main .landing-locale a {
  color: var(--white);
  text-decoration: none;
}

.landing-locale li {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: baseline;
  text-transform: uppercase;
  width: 37px;
}

.landing-locale .dropdown-menu {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 15px;
  left: 5px;
}

#main-slide-1 {
  height: inherit;
}

#main-slide-1 .content {
  max-width: 71vw;
  margin-left: 6.9%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: space-evenly;
}

h1 {
  margin: 0;
  margin-bottom: 0.25em;
  margin-top: 10vh;
  padding: 0;
  font-family: "BlissPro";
  font-weight: bold;
  font-size: 62px;
  line-height: 1.2;
}

h1 span {
  display: block;
}

h1 .smaller {
  text-transform: uppercase;
}

h1 .bigger {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.25em;
  margin-top: 18px;
}

h1 img {
  max-width: 450px;
  width: 100%;
  margin-left: 24px;
}

.i-master {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.i-tem {
  display: inline;
}

.img-style-1 {
  max-width: 491px;
  max-height: 344px;
  border-radius: 19px;
  box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.28);
}

.a-style-1 {
  color: #00aad6;
  text-decoration: underline;
}

.a-style-1:hover,
.a-style-1:focus {
  color: #00577d;
}

#main-slide-1 .text {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: lighter;
  margin-top: 1em;
  max-width: 800px;
}

.main-abs {
  top: 78vh;
  position: absolute;
  width: 87%;
  left: 7%;
}

#cadr-2 {
  display: flex;
  background-image: url("/img/landing/bg-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}

#cadr-2 .content {
  margin: 124px auto 136px;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

#cadr-2 h2 {
  margin-bottom: 100px;
}

#cadr-2 .btn {
  margin: 50px auto 65px;
}

#cadr-2 p,
#cadr-7 p {
  font-size: 22px;
  line-height: 24px;
}

#cadr-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/img/landing/hand.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
  position: relative;
  min-height: 100vh;
}

.shadow:after {
  content: "";
  background-image: url(/img/landing/shadow.webp);
  width: 100%;
  position: absolute;
  height: 20px;
  display: block;
  z-index: 2;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

#cadr-3 {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#cadr-3 .content {
  margin-top: 125px;
  margin-bottom: 95px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

#cadr-3 .gallery {
  max-width: 850px;
  position: relative;
  flex-direction: column;
}

.cadr-3-ru:after {
  content: "";
  background-image: url("/img/landing/cadr-2-2-ru.webp");
}

.cadr-3-en:after {
  content: "";
  background-image: url("/img/landing/cadr-2-2-en.webp");
}

.cadr-3-de:after {
  content: "";
  background-image: url("/img/landing/cadr-2-2-de.webp");
}

#cadr-3 .gallery:after {
  width: 330px;
  height: 483px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  transform: translate(100%, -50%);
  top: 50%;
}

#cadr-3 .gallery li {
  margin-left: 0 !important;
}

#cadr-4 .content {
  margin-top: 115px;
  margin-bottom: 190px;
  display: flex;
  flex-direction: column;
}

#cadr-4 .gallery {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  width: 100%;
}

#cadr-4 .gallery-text {
  display: flex;
  flex-direction: column;
}

#cadr-5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url(/img/landing/bg-6-11.webp);
  background-color: #f1f5f6;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  overflow: unset;
}

#cadr-5 .content {
  margin: 120px auto 110px;
}

#cadr-5 .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}

.gallery-find-item {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  align-items: center;
}

.gallery-find-item-img {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 172px;
  height: auto;
}

.gallery-find-item-title {
  display: flex;
  text-align: left;
  margin-left: 28px;
  cursor: pointer;
}

.widget-bl {
  display: flex;
  flex-direction: column;
  border: 1px solid #c0c0c0;
  border-radius: 28px;
  padding: 28px;
  width: 50%;
}

.widget-bl-text {
  list-style-type: none;
}

.w-active {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 18px;
  transition: all 1s ease;
}

.gallery-find-item {
  width: calc(100% - 30px);
}

.gallery-find-item-title {
  padding: 12px;
}

.text-subtitle,
.text-subtitle-light {
  font-size: 23px;
  line-height: 26px;
}

.text-subtitle {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.gallery {
  display: flex;
}

.gallery-text {
  display: flex;
}

.gallery-img {
  display: flex;
}

#cadr-5 .gallery {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  width: 50%;
  align-content: flex-start;
}

@media (max-width: 1441px) {
  #cadr-5 .gallery {
    flex-direction: column;
  }

  .gallery-find-item:nth-child(1) {
    align-self: flex-start;
  }

  .gallery-find-item:nth-child(2) {
    align-self: center;
  }

  .gallery-find-item:nth-child(3) {
    align-self: flex-end;
  }
}

#cadr-5 .gallery-text {
  flex-direction: column;
  max-width: 600px;
}

#cadr-5 .gallery-img {
  flex-direction: column;
  max-width: 491px;
  height: auto;
  align-self: flex-start;
  margin: 0 0 1em 1em;
  cursor: pointer;
}

#cadr-5 .gallery-block-menu {
  height: auto;
  top: 0;
  bottom: auto;
  width: 415px;
  left: 9px;
  cursor: pointer;
}

#cadr-5 .text-subtitle {
  margin: 55px auto 105px;
}

#cadr-6 {
  display: flex;
  flex-direction: column;
  background-image: url("/img/landing/bg-6-11.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#cadr-6 .content {
  display: flex;
  flex-direction: column;
  margin: 120px auto 110px;
}

#cadr-6 .dual-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#cadr-6 .dual-block-minor {
  width: 170px;
}

#cadr-6 .dual-block-major {
  max-width: 780px;
  width: 100%;
}

#cadr-7 {
  display: flex;
}

#cadr-7 .content {
  margin: 124px auto 224px;
  padding: 0;
}

#cadr-7 h2 {
  margin: 0 auto 112px;
}

#cadr-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(/img/landing/bg-6-11.webp);
  background-color: #f1f5f6;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#cadr-8 .content {
  margin: 115px auto 130px;
}

#cadr-8 .gallery {
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#cadr-8 .gallery-text {
  flex-direction: column;
  max-width: 780px;
}

#cadr-8 .gallery-img {
  margin-left: -25px;
  box-shadow: unset;
}

#cadr-9 .gallery-img {
  box-shadow: unset;
  margin-top: -25px;
  margin-left: -25px;
}

#cadr-9 {
  display: flex;
  position: relative;
  background-image: url("/img/landing/bg-3-9.webp");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-position-y: 101%;
}

#cadr-9 .content {
  margin: 124px auto 135px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ul-style-1 {
  list-style-type: none;
  margin-left: -32px;
}

.ul-style-1 li {
  margin: 0 0 16px 30px;
  position: relative;
}

.ul-style-1 li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--yellow);
  top: 0;
  left: -32px;
  width: 19px;
  height: 19px;
}

.ul-style-2,
.ul-style-3 {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}

.ul-style-2 li,
.ul-style-3 li {
  margin: 0 0 24px 44px;
  position: relative;
}

.ul-style-2 li:before {
  counter-increment: cadr-8-counter;
  content: counter(cadr-8-counter);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -6px;
  left: -44px;
  width: 33px;
  height: 33px;
  box-shadow: inset 0 0 0 2px #ffc501;
}

#landing-cadr-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: unset;
  z-index: 3;
  position: relative;
}

#landing-cadr-7 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 120px auto;
  position: relative;
  text-align: center;
  align-items: center;
}

#landing-cadr-7 .gallery {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1352px;
  width: 100%;
}

.team-member {
  width: 295px;
  height: 425px;
  border-radius: 15px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.team-member-img {
  height: 218px;
  width: 100%;
}

.team-member-img img {
  height: 100%;
  width: 100%;
}

.team-member-title {
  background-color: var(--yellow);
  height: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team-member-name {
	align-self: center;
	margin: 1.5em;
	font-size: 24px;
}

.team-member-geo {
  align-self: flex-start;
  margin-left: 28px;
  text-align: left;
}

.team-member-arrow {
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1;
  top: 380px;
  transition-delay: 0.25s;
}

.team-member-arrow:hover,
.team-member-arrow:focus {
  transform: rotate(180deg);
}

.team-member-info {
  position: absolute;
  top: calc(100% + 150px);
  padding: 54px 24px;
  border-radius: 15px;
  background: #fff url(/img/landing/bg-3-9.webp);
  transform: translateY(-50%);
  background-position: center bottom;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.t-marker {
  padding-left: 34px;
  positon: relative;
}

.t-marker:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background-color: var(--yellow);
  top: 0;
  left: 0;
}

#cadr-10 {
  display: flex;
  position: relative;
  background-image: url(/img/landing/bg-6-11.webp);
  background-position: right center;
  background-repeat: no-repeat;
  overflow: unset;
  background-color: #f1f5f6;
}

#cadr-10 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 120px auto;
  position: relative;
  z-index: 1;
}

.landing-plase-1 {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 45px 30px;
  border-radius: 19px;
  max-width: 1170px;
  width: 70vw;
}

#cadr-10 .gallery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  list-style-type: none;
  padding: 0;
  max-width: 1170px;
  width: 100%;
  z-index: 20;
}

#cadr-10 .gallery-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: 360px;
  text-align: center;
  width: 100%;
}

#cadr-10 .gallery-text {
  cursor: pointer;
  outline: none;
}

.yellow {
  color: #ffc603;
}

.gallery-block-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 563px;
  text-align: left;
  background-color: var(--white);
  position: absolute;
  list-style-type: none;
  z-index: 1;
  margin: auto;
  border-radius: 21px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.3);
  padding: 36px;
  top: -82px;
}

.gallery-block-menu:after {
  position: absolute;
  content: "";
  background: url("/img/landing/arrow-down.webp");
  width: 29px;
  height: 29px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 776px) {
  .gallery-block-menu {
    width: 70wv;
  }
}

.cadr-10-arrow {
  cursor: pointer;
  position: absolute;
  top: 200px;
}

.add-plus {
  padding-left: 30px;
}

.add-plus:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 28px;
  margin-left: -41px;
  background: url("/img/landing/plus.webp");
}

.gallery-block-menu .text-resume {
  font-size: 14px;
  color: grey;
}

#cadr-10-img-1 {
  height: 120px;
  margin-top: 10px;
}

#cadr-10-img-2 {
  height: 130px;
}

#cadr-10-img-3 {
  height: 120px;
  margin-top: 10px;
}

#cadr-11 {
  display: flex;
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
}

#cadr-11 .landing-title {
  margin: 0 auto 88px;
}

#cadr-11 .content {
  margin: 125px auto 100px;
  width: 100%;
  max-width: 563px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.landing-callback-row {
  align-items: center;
  align-content: center;
}

.landing-callback-input {
  background-color: var(--grey);
  max-width: 563px;
  width: 100%;
  height: 57px;
  padding: 28px;
  border-radius: 11px;
  margin-bottom: 14px;
}

footer {
  display: flex;
  position: relative;
  flex-direction: column;
  background: url("/img/landing/footer.webp") right no-repeat;
  background-position-y: -780px;
}

.footer-wrap {
  background: linear-gradient(-45deg, transparent 20%, #00979e 70%);
}

footer .content {
  display: flex;
  flex-direction: row;
  max-width: 87vw;
  margin: 79px auto 28px;
  width: 100%;
  justify-content: space-between;
}

footer a {
  color: var(--white);
  text-decoration: underline;
}

footer a:hover,
footer :focus {
  color: silver;
}

footer .footer-col-1 {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  min-width: 200px;
}

.footer-img {
  max-width: 400px;
  min-width: 200px;
}

footer .footer-col-2 {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  min-width: 230px;
}

.footer-col-3 {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  min-width: 230px;
}

@media (min-width: 1282px) {
  #cadr-3 .content {
    width: 73vw;
  }
}

@media (max-width: 1200px) and (min-width: 600px) {
  #landing-cadr-7 .gallery {
    flex-wrap: wrap;
  }

  .team-member {
    flex-basis: 50%;
    max-width: 295px;
    margin: 1em auto;
  }
}

@media (max-width: 599px) {
  #landing-cadr-7 .gallery {
    flex-direction: column;
    align-items: center;
  }

  .team-member {
    margin: 1em auto;
  }
}

@media (max-width: 1440px) and (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }

  h1 img {
    max-width: 300px;
  }

  h1 .bigger {
    font-size: 1.25em;
  }
}

@media (max-width: 1281px) and (min-width: 992px) {
  #cadr-3 .content {
    width: 60vw;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.5em;
  }

  .mb-s-35 {
    margin-bottom: 35px;
  }

  footer .content {
    flex-direction: column;
  }

  #cadr-3 .content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #main {
    background-image: url("/img/landing/landing-main-1.webp");
    background-position: top;
  }

  #cadr-7 {
    background-image: url("/img/landing/cadr-7.webp");
    background-position-x: -10px;
  }

  #cadr-2 .content,
  #cadr-4 .content,
  #cadr-5 .content,
  #cadr-7 .content,
  #cadr-10 .content,
  #cadr-9 .content,
  #landing-cadr-7 .content,
  #cadr-8 .content {
    width: 85vw;
  }

  #cadr-10 .gallery {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  #main {
    background-image: url("/img/landing/landing-main-1.webp");
    background-position: top;
  }

  #main-slide-1 .content {
    margin: 2em 1em 0;
    height: auto;
    min-height: 100%;
    max-width: 90vw;
  }

  h1 {
    font-size: 1.5em;
    margin-top: 15vh;
  }

  h1 .bigger {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  h1 img {
    max-width: 250px;
    margin-left: 24px;
    margin-top: auto;
    position: relative;
  }

  #main-slide-1 .text {
    font-size: 1.25em;
  }

  #main-slide-1 .btn {
    margin: 3em auto 1em;
  }

  .main-abs {
    position: relative;
    top: unset;
    width: unset;
    margin-bottom: 1.25em;
  }

  #cadr-5 .gallery-img {
    width: calc(100% - 2em);
  }

  #cadr-5 .gallery-block-menu {
    max-width: calc(100% - 2em);
  }

  #cadr-6 .content {
    margin: 50px 1em 50px;
  }

  #cadr-7 {
    background-image: url("/img/landing/cadr-7.webp");
    background-position-x: -10px;
  }

  #cadr-2 .content,
  #cadr-3 .content,
  #cadr-4 .content,
  #cadr-5 .content,
  #cadr-7 .content,
  #cadr-10 .content,
  #landing-cadr-7 .content,
  #cadr-9 .content,
  #cadr-8 .content {
    width: 100%;
    padding: 1em;
  }

  #cadr-9 .gallery,
  #cadr-8 .gallery,
  #cadr-10 .gallery {
    flex-direction: column;
    align-items: center;
  }

  #cadr-9 .gallery-img,
  #cadr-8 .gallery-img {
    max-width: 100%;
    margin: auto;
  }

  #cadr-10 .gallery-block {
    margin-top: 1.5em;
  }

  .landing-callback-input,
  .landing-callback-row,
  .btn-style-1,
  .landing-plase-1 {
    width: calc(100% - 2em);
  }

  .landing-plase-1 {
    margin: 1em auto 5em;
  }

  #cadr-3 .gallery:after {
    transform: translate(0%, -50%);
    top: 50%;
    opacity: 0.25;
  }

  .gallery-find-item-title {
    max-width: calc(100% - 4em);
    margin-left: 2em;
    transform: translateX(-50%);
    width: 100%;
  }
}

.message-box {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 25vh;
  right: 10vw;
  width: 25vw;
  max-width: 500px;
  min-width: 250px;
  border-radius: 8px;
  box-shadow: 2px 2px 4px 0 var(--grey);
  color: #fff;
  cursor: pointer;
}

.message-box:hover,
.message-box:active {
  box-shadow: 2px 2px 4px 0 rgba(0, 200, 0, 0.5);
}

.message-box-green {
  background: rgba(0, 200, 0, 0.5);
}

.message-box-red {
  background: rgba(200, 0, 0, 0.5);
}

.message-box .content {
  margin: 1em;
}

/*  slider */

#cadr-3 {
  position: relative;
  background: url("/img/landing/bg-6-11.webp") right bottom no-repeat;
}

#cadr-3 .title {
  text-align: center;
  margin: 90px auto 50px;
  z-index: 1;
}

#cadr-3 .slider {
  width: inherit;
  margin: 60px auto 50px;
  transform: translateX(15px);
}

#cadr-3 img {
  max-width: 508px !important;
  width: 26vw;
  height: auto !important;
  border-radius: 19px;
  box-shadow: 16px 12px 24px rgba(0, 20, 0, 0.25);
}

#cadr-3 .slider-text {
  max-width: 480px !important;
  width: 100% !important;
}

#cadr-3 .slick-prev,
#cadr-3 .slick-next {
  outline: none;
}

#cadr-3 .item {
  margin: 0 0 41px !important;
  position: relative;
}

#cadr-3 .item > .to-line:after {
  margin-top: 25px;
}

#cadr-3 .to-upper {
  z-index: 100;
  padding-top: 78px !important;
  height: 2em !important;
  transition: all ease 0.75s;
}

#cadr-3 .to-upper:after {
  display: none;
}

#cadr-3 .item .subspan {
  font-size: 20px;
  line-height: 22px;
  font-family: "Geometric706";
  display: block;
  text-shadow: unset;
}

#cadr-3 .item-text {
  width: 288px;
  height: 457px;
  position: absolute;
  background: linear-gradient(0deg, #97bcdb, #006abf);
  top: 6px;
  left: 9px;
  border-radius: 28px;
  z-index: 10;
  font-family: "Geometric706";
  font-size: 15px;
  line-height: 20px;
  padding: 119px 40px 40px 40px;
}

#cadr-3 .text-wipe {
  -webkit-animation: text-wipe ease 0.75s;
          animation: text-wipe ease 0.75s;
}

#cadr-3 .text-wipe-start {
  transform: scaleY(0);
}

#cadr-3 .slick-prev,
#cadr-3 .slick-next {
  width: 34px;
  height: 89px;
  border: none;
  position: absolute;
  background: transparent;
  top: 50%;
  margin-top: -89px;
  cursor: pointer;
}

#cadr-3 .slick-prev {
  left: -45px;
}

#cadr-3 .slick-next {
  right: -45px;
}

#cadr-3 .slick-list {
  margin-left: 23px;
}

#cadr-3 .slick-prev:before,
#cadr-3 .slick-next:before {
  background: url("/img/icons/arrow.webp") center no-repeat !important;
  content: "" !important;
  width: 47px;
  height: 67px;
  position: absolute;
  left: 0;
  top: 0;
}

.last-line {
  position: absolute;
  bottom: 1.5em;
  max-width: 87vh;
}

@media (max-width: 1281px) {
  #cadr-3 img {
    width: 100% !important;
    margin: auto;
  }

  #cadr-3 .slider-text {
    margin: auto;
  }
}

#cadr-3 .slick-prev:before {
  transform: rotate(180deg);
}

@media (max-width: 1120px) and (min-width: 767px) {
  #cadr-3 .slider {
    width: 681px !important;
  }
}

@media (max-width: 766px) {
  #cadr-3 .slider {
    width: 320px !important;
  }

  #cadr-3 img {
    box-shadow: unset;
  }
}

@media (max-width: 480px) {
  #cadr-3 .slider {
    width: 320px !important;
    transform: scale(0.7) translateX(10px);
  }

  #cadr-3 .slick-prev {
    left: -40px;
  }
}

