@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #f5f5f5;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

input {
  outline: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
}

.container__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
}

.wrapper {
  overflow: hidden;
  min-width: 360px;
}

svg, img {
  transition: 0.2s;
  max-width: 100%;
}

._fixed {
  overflow: hidden;
}

.section-title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #4F4F4F;
}

@media (max-width: 1439px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 34px;
  }
}
.btn {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  transition: 0.3s;
}

.btn.btn-green {
  box-shadow: 0px 3px 0px 0px #4F8958;
  background: linear-gradient(90deg, #87BEA0 2.17%, #4B8B51 100%);
}
.btn.btn-green:hover {
  box-shadow: 0px 5px 0px 1px #4F8958;
}

.btn.btn-blue {
  background: linear-gradient(90deg, #75B7CA 0%, #61A3B5 100%);
  box-shadow: 0px 3px 0px 0px #5893A4;
}
.btn.btn-blue:hover {
  box-shadow: 0px 5px 0px 1px #5893A4;
}

.white-text {
  color: #fff !important;
}

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

.blue-text {
  color: #68AABD;
}

.green-text {
  color: #6aa67a;
}

@media (max-width: 767px) {
  .section__title {
    font-size: 26px;
  }
  .btn {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section__title {
    font-size: 20px;
  }
}
@font-face {
  font-family: "Druk Wide Cyr Medium";
  src: url("../assets/fonts/drukwidecyr-medium.otf") format("opentype");
  font-weight: 500; /* Medium обычно соответствует 500 */
  font-style: normal;
  font-display: swap; /* Оптимизация загрузки */
}
@font-face {
  font-family: "Druk Wide Cyr";
  src: url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.eot");
  src: url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.woff") format("woff"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/e7fa3e0f70e1466b2f73ee1ac39c8c30.svg#Druk Wide Cyr") format("svg");
}
.header {
  display: flex;
  padding-top: 35px;
  justify-content: space-between;
  align-items: center;
}

.header__phone {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
}

.header__menu {
  display: flex;
  gap: 54px;
}

.header__menu li {
  font-family: "Inter";
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 7%;
  text-transform: uppercase;
  color: rgba(90, 90, 90, 0.6980392157);
}
.header__menu li:hover {
  color: #2c2c2c;
}

.header__contacts a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #5A5A5A;
}

.header__contacts a:hover {
  color: #2c2c2c;
}

.burger {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  border: 1px solid #68AABD;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 20;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
}
.burger span {
  width: 100%;
  height: 5px;
  width: 100%;
  display: block;
  background: #68AABD;
  flex-shrink: 0;
  transform-origin: center center;
}

.header__mobmenu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: none;
}

.header__mobmenu {
  position: relative;
  z-index: 100;
}

.header__mobmenu.active .burger span:nth-child(2) {
  display: none;
}
.header__mobmenu.active .burger span:first-child {
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%) rotate(-45deg);
}
.header__mobmenu.active .burger span:last-child {
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%) rotate(45deg);
}

.mob__menu-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5A5A5A;
}
.mob__menu-phone:hover {
  color: #2c2c2c;
}

.mob__menu {
  padding: 30px;
  background: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #2c2c2c;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  height: 0;
  box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
  overflow: hidden;
  position: absolute;
  top: 0;
}
.mob__menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mob__menu ul li {
  text-transform: uppercase;
  line-height: 120%;
  font-size: 30px;
}
.mob__menu .mob__menu-phone .header__phone {
  font-size: 26px;
}

.header__mobmenu.active .mob__menu {
  opacity: 1;
  visibility: visible;
  height: 350px;
}

.header__mobmenu.active {
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .header__menu {
    gap: 30px;
  }
}
@media (max-width: 585px) {
  .header__inner {
    display: none;
  }
  .header__mobmenu {
    display: block;
  }
  .header__mobmenu-top {
    display: flex;
  }
}
.main__wrapper {
  position: relative;
  height: 768px;
  overflow: hidden;
  margin-bottom: 110px;
}

.main__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__screen {
  height: calc(100% - 5px);
}

.main__screen-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.main__screen-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 106px;
  padding-bottom: 100px;
  position: relative;
  z-index: 20;
  max-width: 600px;
}

.main__screen-header {
  font-family: "Merriweather";
  font-weight: 400;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  padding-bottom: 61px;
}
.main__screen-header .header4 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: rgba(79, 79, 79, 0.9607843137);
  padding-top: 20px;
}
.main__screen-header .subheader4 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.main__screen-header .bigger-text {
  font-size: 91.73px;
  text-transform: uppercase;
  line-height: 120%;
  /* Градиент для текста */
  background: linear-gradient(89.71deg, #414141 -2.57%, #777 36.99%, #414141 99.75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.main__screen-header .smaller-text {
  font-size: 54.08px;
  line-height: 120%;
  color: #4F4F4F;
}

.main__list {
  max-width: 500px;
}
.main__list li {
  list-style-type: disc;
  margin-left: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #5A5A5A;
}
.main__list li:not(:last-child) {
  padding-bottom: 22px;
}
.main__list li::marker {
  color: #68AABD;
  font-size: 20px;
}

.main__subtitle {
  font-family: "Manrope";
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5A5A5A;
  max-width: 480px;
  padding-bottom: 80px;
}
.main__subtitle li {
  list-style-type: disc;
  margin-left: 20px;
}
.main__subtitle li::marker {
  color: #68AABD;
  font-size: 20px;
}
.main__subtitle span {
  font-weight: 700;
}

.main__screen-btns {
  display: flex;
  gap: 20px;
}

.main__screen-img {
  position: absolute;
  bottom: -5px;
  z-index: 10;
  right: 0;
}

.main__screen-note,
.main__screen-note-mob {
  position: absolute;
  right: 0;
  top: 110px;
  max-width: 130px;
  display: flex;
  flex-direction: column;
}
.main__screen-note .asterisk,
.main__screen-note-mob .asterisk {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #68AABD;
}
.main__screen-note .note,
.main__screen-note-mob .note {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(90, 90, 90, 0.6);
}

.main__mob {
  display: none;
}

@media (max-width: 1280px) {
  .main__screen-img.main__screen-img-2 {
    max-width: 700px;
  }
  .main__screen-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main__screen-content {
    padding-bottom: 50px;
  }
  .main__screen-header {
    padding-bottom: 30px;
  }
  .main__screen-header .header4 {
    font-size: 32px;
  }
  .main__screen-header .subheader4 {
    font-size: 52px;
  }
  .main__screen-header .bigger-text {
    font-size: 70px;
  }
  .main__screen-header .smaller-text {
    font-size: 30px;
  }
  .main__screen-img {
    max-width: 500px;
  }
  .main__screen-note {
    top: 50px;
  }
}
@media (max-width: 1070px) {
  .main__wrapper {
    height: auto;
    margin-bottom: 60px;
  }
  .main__mob {
    display: block;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
  }
  .main__screen-img {
    display: none;
  }
  .main__screen-img-mob {
    max-width: 380px;
    width: 100%;
  }
  .main__screen-note-mob {
    top: 0;
    right: 10%;
    max-width: 160px;
  }
  .main__screen-note {
    display: none;
  }
  .main__screen-inner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .main__screen-note-mob {
    top: 0;
    right: 5%;
    max-width: 120px;
  }
  .main__screen-note-mob .note {
    font-size: 12px;
  }
  .main__screen-content {
    max-width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .main__screen-btns {
    margin: 0 auto;
    flex-direction: column;
    width: 100%;
  }
  .main__screen-btns .btn {
    width: 100%;
  }
  .main__screen-header {
    padding-bottom: 30px;
  }
  .main__screen-header .header4 {
    font-size: 28px;
  }
  .main__screen-header .subheader4 {
    font-size: 48px;
  }
  .main__screen-header .bigger-text {
    font-size: 50px;
  }
  .main__screen-header .smaller-text {
    font-size: 24px;
  }
  .main__subtitle {
    padding-bottom: 40px;
  }
  .main__screen-img-mob {
    max-width: 250px;
  }
}
.main__screen-header-2 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #4F4F4F;
  max-width: 500px;
  padding-bottom: 50px;
}

.main__screen-img-2 {
  position: absolute;
  bottom: -5px;
  z-index: 10;
  right: -50px;
}

.main__subtitle-2 {
  font-family: "Manrope";
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5A5A5A;
  max-width: 480px;
  padding-bottom: 50px;
}
.main__subtitle-2 li {
  list-style-type: disc;
  margin-left: 20px;
}
.main__subtitle-2 li::marker {
  color: #68AABD;
  font-size: 20px;
}
.main__subtitle-2 span {
  font-weight: 700;
}

.main__screen-note-2 {
  position: absolute;
  right: 35px;
  top: 165px;
  z-index: 30;
}

.note-sign {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.note-name {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #414141;
}

.note-pos {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #414141;
}

.main__screen-img-mob-2 {
  max-width: 600px;
}

@media (max-width: 1070px) {
  .main__screen-content {
    max-width: 100%;
  }
  .main__screen-header-2 {
    font-size: 32px;
    padding-bottom: 30px;
    max-width: 100%;
  }
  .main__subtitle-2 {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main__screen-note-mob-2 {
    right: 0;
  }
}
.main__screen-img-3 {
  position: absolute;
  bottom: -5px;
  z-index: 10;
  right: 0px;
}

.main__screen-img-mob.main__screen-img-mob-2 {
  max-width: 350px;
}

.main__screen-note-3 {
  position: absolute;
  right: 10px;
  top: 290px;
  z-index: 30;
}

.main__screen-img-mob-4 {
  max-width: 350px;
}

.defenition {
  margin-bottom: 120px;
}

.definition__blocks {
  display: flex;
  gap: 20px;
}

.defenition h2 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 60px;
  color: #4F4F4F;
}

.definition__left {
  width: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #75B7CA 0%, #61A3B5 100%);
  padding: 60px 52px;
  position: relative;
  height: 612px;
}

.definition__right {
  width: 100%;
  border-radius: 30px;
  background: #FFFFFF;
  padding: 60px 52px;
  position: relative;
  height: 612px;
}

.definition__title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.definition__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #414141;
  position: relative;
  z-index: 5;
}

.definition__decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.definition__img {
  width: 100%;
  height: 332px;
}

.definition__img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.text_1 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 30.52px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #68AABD;
  filter: blur(2px);
  position: absolute;
  bottom: 236px;
  left: 50px;
  animation: floatWave 11s infinite ease-in-out;
  animation-delay: 0.5s;
}

.text_2 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 18.79px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #68AABD;
  filter: blur(1px);
  position: absolute;
  bottom: 213px;
  right: 80px;
  animation: floatPulse 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 1.2s;
}

.text_3 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #619E6F;
  position: absolute;
  bottom: 80px;
  left: 50px;
  animation: floatChaos 13s infinite ease-in-out;
  animation-delay: 2.3s;
}

.text_4 {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
  filter: blur(2px);
  position: absolute;
  bottom: 118px;
  right: 80px;
  animation: floatComplex 7s ease-in-out infinite;
}

@keyframes floatWave {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    filter: blur(1px);
  }
  25% {
    transform: translate(-4px, 2px) rotate(-1deg);
    filter: blur(1.5px);
  }
  50% {
    transform: translate(3px, -1px) rotate(0.5deg);
    filter: blur(0.8px);
  }
  75% {
    transform: translate(2px, 3px) rotate(1deg);
    filter: blur(2px);
  }
}
@keyframes floatDrift {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    filter: blur(1.5px);
  }
  25% {
    transform: translate(-3px, -2px) rotate(-0.5deg);
    filter: blur(2px);
  }
  50% {
    transform: translate(2px, -4px) rotate(0.3deg);
    filter: blur(1.8px);
  }
  75% {
    transform: translate(4px, -1px) rotate(0.5deg);
    filter: blur(2.2px);
  }
}
@keyframes floatOrbit {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(3px, -2px);
  }
  50% {
    transform: translate(1px, -4px);
  }
  75% {
    transform: translate(-3px, -2px);
  }
}
@keyframes floatComplex {
  0% {
    transform: translate(0, 0);
    filter: blur(1px);
    opacity: 0.95;
  }
  33% {
    transform: translate(-4px, -3px);
    filter: blur(1.8px);
    opacity: 1;
  }
  66% {
    transform: translate(3px, -5px);
    filter: blur(2.2px);
    opacity: 0.9;
  }
  100% {
    transform: translate(0, 0);
    filter: blur(1px);
    opacity: 0.95;
  }
}
@keyframes floatPulse {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  30% {
    transform: translate(5px, -3px) scale(1.02);
    opacity: 1;
  }
  60% {
    transform: translate(-3px, 4px) scale(0.98);
    opacity: 0.8;
  }
}
@keyframes floatChaos {
  0%, 100% {
    transform: translate(0, 0);
    filter: blur(1.2px);
  }
  15% {
    transform: translate(-6px, 1px);
    filter: blur(2px);
  }
  35% {
    transform: translate(4px, -5px);
    filter: blur(0.5px);
  }
  65% {
    transform: translate(2px, 7px);
    filter: blur(1.8px);
  }
  85% {
    transform: translate(-3px, -2px);
    filter: blur(1px);
  }
}
@media (max-width: 1280px) {
  .definition__blocks {
    flex-direction: column;
  }
  .definition__decor {
    filter: blur(10px);
    opacity: 0.5;
  }
}
@media (max-width: 991px) {
  .definition__left {
    padding: 30px 30px;
    height: auto;
    min-height: 400px;
  }
  .definition__right {
    padding: 30px 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .defenition h2 {
    font-size: 32px;
    padding-bottom: 30px;
  }
  .defenition {
    margin-bottom: 60px;
  }
}
.about {
  height: 678px;
  border-radius: 40px;
  background: #eaeaea;
  padding: 75px 60px;
  margin-bottom: 120px;
}

.about__content {
  max-width: 50%;
  position: relative;
  z-index: 10;
}

.about__img {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.about__top-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #5A5A5A;
}

.about__title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #68AABD;
  /* Градиент для текста */
  background: linear-gradient(89.71deg, #68AABD -2.57%, #68AABD 36.99%, #68AABD 99.75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* Fallback для старых браузеров */
}
@supports not (background-clip: text) {
  .about__title {
    color: #68AABD; /* Цвет из второго градиента */
  }
}

.about__subtext {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #414141;
  padding-left: 10px;
  border-left: 2px solid rgba(90, 90, 90, 0.2);
  max-width: 460px;
  width: 100%;
  margin: 46px 0 30px;
}

.about__list {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 60px;
}
.about__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5A5A5A;
}
.about__list svg {
  flex-shrink: 0;
  margin-top: 8px;
  color: #68AABD;
}

@media (max-width: 1280px) {
  .about__img {
    max-width: 400px;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .about {
    height: auto;
    padding: 30px 30px;
    margin-bottom: 60px;
    width: 90%;
  }
  .about .btn {
    margin: 0 auto;
  }
  .about__title {
    font-size: 36px;
  }
  .about__subtext {
    margin: 20px 0;
  }
  .about__list {
    padding-bottom: 30px;
  }
}
@media (max-width: 705px) {
  .about__img {
    display: none;
  }
  .about__content {
    max-width: 100%;
  }
}
.consult {
  height: 768px;
  position: relative;
}

.consult__inner {
  padding-top: 176px;
}

.consult__content {
  max-width: 50%;
  padding-bottom: 20px;
}

.consult__title {
  padding-bottom: 40px;
}

.consult__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #5A5A5A;
  padding-bottom: 60px;
  max-width: 90%;
}

.consult__bg {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.consult__inner {
  z-index: 10;
  position: relative;
}

@media (max-width: 991px) {
  .consult {
    height: auto;
  }
  .consult__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .consult__bg {
    filter: blur(5px);
    opacity: 0.5;
  }
  .consult__content {
    max-width: 100%;
  }
  .consult__content .btn {
    margin: 0 auto;
  }
}
.book {
  height: 847px;
  position: relative;
  margin-bottom: 120px;
}

.book__inner {
  display: flex;
  justify-content: flex-end;
  padding: 110px 0;
  height: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.book__content {
  max-width: 50%;
  position: relative;
  z-index: 20;
}

.book__title {
  padding-bottom: 50px;
}

.book__text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-bottom: 40px;
  max-width: 490px;
  width: 100%;
}

.book__list {
  margin-bottom: 40px;
}
.book__list .book__list-title {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #4F4F4F;
  margin-bottom: 10px;
}
.book__list li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #5A5A5A;
  list-style-type: disc;
  margin-left: 20px;
}
.book__list li::marker {
  color: #68AABD;
  font-size: 20px;
}

.book__bg {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.book__img {
  position: absolute;
  left: -230px;
  bottom: 0;
  z-index: 10;
}

.book__img-mob {
  display: none;
}

.book__centered {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: Bold;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  max-width: 370px;
  margin: 0 auto;
  padding-bottom: 50px;
  color: #5A5A5A;
}

@media (max-width: 1280px) {
  .book__img {
    left: -70px;
    top: 30%;
    bottom: 0;
    max-width: 600px;
  }
  .book__img-mob {
    display: none;
  }
}
@media (max-width: 991px) {
  .book {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
  .book__title {
    text-align: center;
  }
  .book__inner {
    justify-content: center;
    padding: 50px 0;
  }
  .book__img {
    display: none;
  }
  .book__img-mob {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
  .book__content {
    max-width: 100%;
  }
  .book__content .btn {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .book__list li {
    font-size: 20px;
  }
}
.reviews {
  margin-bottom: 120px;
}

.reviews__title {
  text-align: center;
  padding-bottom: 30px;
  max-width: 530px;
  margin: 0 auto;
}

.reviews__subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #5A5A5A;
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
  margin-top: 70px;
}

.reviews__col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.reviews__item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.reviews__item img {
  border-radius: 20px;
}

.reviews__bottom-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #5A5A5A;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .reviews__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .reviews {
    margin-bottom: 60px;
  }
  .about__list {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.method {
  margin-bottom: 120px;
}

.method__title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 0 54px;
  max-width: 500px;
  margin: 0 auto;
  color: #4F4F4F;
}

.method__block {
  background: linear-gradient(90deg, #75B7CA 0%, #61A3B5 100%);
  height: 524px;
  padding: 60px 50px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.method__content {
  max-width: 50%;
  color: #fff;
  position: relative;
  z-index: 20;
}

.method__name {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.method__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.method__img {
  position: absolute;
  max-width: 316px;
  bottom: 0;
  right: 140px;
}

@media (max-width: 991px) {
  .method__img {
    left: 50%;
    transform: translateX(-50%);
    filter: blur(8px);
    opacity: 0.5;
    max-width: 250px;
  }
  .method__content {
    max-width: 100%;
  }
  .method__block {
    height: auto;
    padding: 30px;
  }
  .method {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .method__title {
    font-size: 34px;
  }
}
.forwho {
  margin-bottom: 110px;
}

.forwho__title {
  text-align: center;
  padding-bottom: 30px;
}

.forwho__subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

.forwho__grid {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.forwho__row {
  display: flex;
  justify-content: center;
  gap: 90px;
}

.forwho__row.first__row .forwho__item:first-child {
  position: relative;
  top: -60px;
}

.forwho__row.first__row .forwho__item:last-child {
  position: relative;
  top: -60px;
}

.forwho__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 25%;
}

.forwho__img {
  width: 200px;
  height: 200px;
  position: relative;
}
.forwho__img .forwho__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.forwho__img .forwho__person {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background: linear-gradient(90deg, #75B7CA 0%, #61A3B5 100%);
  width: 153px;
  height: 153px;
  overflow: hidden;
}
.forwho__img .forwho__person img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.forwho__name {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #4F4F4F;
}

@media (max-width: 1280px) {
  .forwho__row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .forwho {
    margin-bottom: 60px;
  }
  .forwho__row.first__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .forwho__row.first__row .forwho__item:first-child {
    position: relative;
    top: 0px;
  }
  .forwho__row.first__row .forwho__item:last-child {
    position: relative;
    top: 0px;
  }
  .forwho__grid {
    margin-top: 30px;
  }
  .forwho__item {
    max-width: 100%;
    width: 100%;
  }
  .forwho__item .forwho__name {
    max-width: 200px;
    font-size: 20px;
  }
  .forwho__img {
    width: 150px;
    height: 150px;
    position: relative;
  }
  .forwho__img .forwho__person {
    width: 100px;
    height: 100px;
  }
}
.plan {
  position: relative;
  margin-bottom: 110px;
}

.plan__content {
  position: relative;
  z-index: 20;
}

.plan__title {
  padding-bottom: 30px;
}

.plan__subtitle {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5A5A5A;
  padding-bottom: 30px;
}

.plan__content {
  max-width: 400px;
  padding-bottom: 15px;
}

.plan__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #5A5A5A;
  margin-bottom: 50px;
}
.plan__list li {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  display: flex;
  gap: 28px;
  align-items: center;
}
.plan__list svg {
  color: #5CB570;
  flex-shrink: 0;
}

.plan__bg {
  position: absolute;
  right: 150px;
  bottom: 30px;
}

@media (max-width: 1280px) {
  .plan__bg {
    max-width: 300px;
    bottom: 30%;
  }
}
@media (max-width: 991px) {
  .plan {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .plan__bg {
    display: none;
  }
  .plan__content {
    max-width: 100%;
  }
  .plan__btn {
    margin: 0 auto;
  }
}
.result {
  border-radius: 30px;
  background: #fff;
  padding: 60px 50px;
  display: flex;
  justify-content: space-between;
  height: 490px;
  position: relative;
  margin-bottom: 110px;
}

.result__left {
  width: 330px;
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-top: 20px;
  padding-left: 20px;
  color: #5A5A5A;
  position: relative;
  z-index: 10;
}

.result__right {
  width: 350px;
  position: relative;
  z-index: 10;
}

.result__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.result__list li {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  display: flex;
  gap: 28px;
  align-items: center;
  color: #414141;
}
.result__list svg {
  flex-shrink: 0;
  color: #5CB570;
}

.result__bg {
  position: absolute;
  bottom: 0;
  left: 47%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .result__bg {
    opacity: 0.3;
    filter: blur(5px);
  }
  .result {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .result {
    flex-direction: column;
    gap: 30px;
    height: auto;
    padding: 30px;
    margin-bottom: 60px;
  }
  .result__left {
    width: 100%;
  }
  .result__right {
    width: 100%;
  }
}
.format {
  position: relative;
  margin-bottom: 110px;
}

.format__title {
  text-align: center;
}

.format__nums {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.format__item {
  margin-top: 75px;
  position: relative;
}

.format__num {
  font-family: "Merriweather";
  font-weight: 300;
  font-size: 128px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #68AABD;
  padding-bottom: 5px;
}

.format__name {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #5A5A5A;
  width: 160px;
}

.format__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #5A5A5A;
  max-width: 180px;
  margin: 0 auto;
}

.format__arr-1 {
  position: absolute;
  top: 20%;
  right: -200px;
}

.format__arr-2 {
  position: absolute;
  top: 20%;
  right: -200px;
}

@media (max-width: 991px) {
  .format__arr-1 {
    display: none;
  }
  .format__arr-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .format {
    margin-bottom: 60px;
  }
  .format__nums {
    flex-direction: column;
  }
  .format__item {
    margin-top: 30px;
  }
  .format__name {
    width: 100%;
  }
  .format__num {
    font-size: 80px;
  }
}
.count {
  position: relative;
  padding: 60px;
  border-radius: 30px;
  background: #fff;
  margin-bottom: 110px;
}

.count__content {
  max-width: 55%;
}

.count__title {
  margin-bottom: 20px;
}

.count__subtitle {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 40px;
  color: #5A5A5A;
}

.count__format {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(65, 65, 65, 0.6980392157);
  max-width: 500px;
  margin-bottom: 50px;
}
.count__format ul {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.count__format li {
  list-style-type: disc;
  margin-left: 20px;
}
.count__format li::marker {
  color: #68AABD;
  font-size: 20px;
}

.count__bottom {
  display: flex;
  gap: 41px;
}

.count__prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.count__oldprice {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: rgba(90, 90, 90, 0.5019607843);
}

.count__newprice {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5A5A5A;
}

.count__bottomtext {
  padding-top: 25px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(65, 65, 65, 0.6980392157);
}

.count__bg {
  position: absolute;
  right: 50px;
  bottom: 0;
}

@media (max-width: 1280px) {
  .count__bg {
    max-width: 350px;
  }
  .count__bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .count {
    padding: 30px;
    width: 90%;
    margin-bottom: 60px;
  }
  .count__bg {
    display: none;
  }
  .count__content {
    max-width: 100%;
  }
  .count__subtitle {
    margin-bottom: 20px;
  }
  .count__format {
    margin-bottom: 20px;
  }
  .count__btn {
    margin: 0 auto;
  }
  .count__prices {
    align-items: center;
  }
  .count__bottomtext {
    text-align: center;
  }
}
.additional {
  margin-bottom: 110px;
}

.additional__title {
  text-align: center;
}

.additional__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 65px;
}

.additional__item {
  height: 516px;
  border-radius: 20px;
  background: #fff;
  padding: 50px 40px;
  position: relative;
}

.additional__name {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-bottom: 20px;
  color: #5A5A5A;
}

.additional__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5A5A5A;
}

.additional__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
  width: 100%;
}

.additional__label {
  position: absolute;
  top: -20px;
  right: 40px;
  border-radius: 13px;
  max-width: 150px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #68AABD;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 10.25px;
  line-height: 130%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 991px) {
  .additional__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .additional {
    margin-bottom: 60px;
  }
  .additional__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
  .additional__item {
    padding: 30px;
    height: 350px;
  }
  .additional__img {
    max-height: 150px;
    width: auto;
  }
}
.faq {
  margin-bottom: 110px;
}

.faq__title {
  text-align: center;
  padding-bottom: 30px;
}

.faq__subtitle {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #4F4F4F;
}

.faq__items {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
  margin: 75px auto 0;
  width: 100%;
}

.faq__item {
  padding: 30px;
  border-radius: 25px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.faq__arr {
  transform-origin: center center;
}

.faq__item.opened .faq__answer {
  grid-template-rows: 1fr;
}

.faq__item.opened .faq__text {
  padding-top: 20px;
}

.faq__item.opened .faq__arr {
  transform: rotate(-180deg);
}

.faq__question {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5A5A5A;
  padding-right: 20px;
}

.faq__answer {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #8B8B8B;
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s;
}

.faq__text {
  overflow: hidden;
}

.faq__arr {
  position: absolute;
  top: 40px;
  right: 30px;
}

@media (max-width: 767px) {
  .faq__items {
    margin-top: 30px;
  }
  .faq {
    margin-bottom: 60px;
  }
}
.program {
  margin-bottom: 110px;
}

.program__title {
  text-align: center;
  padding-bottom: 30px;
}

.program__subtitle {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #5A5A5A;
}

.program__items {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.program__item {
  padding: 60px;
  border-radius: 30px;
  background: #fff;
}

.program__num {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #5A5A5A;
}

.program__name {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 30px;
  color: #5A5A5A;
}

.program__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.program__list li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  list-style-type: disc;
  margin-left: 20px;
  color: #5A5A5A;
}
.program__list li::marker {
  color: #68AABD;
  font-size: 20px;
}

@media (max-width: 767px) {
  .program {
    margin-bottom: 60px;
  }
  .program__items {
    margin-top: 30px;
  }
  .program__item {
    padding: 30px;
  }
}
.after {
  margin-bottom: 110px;
}

.after__items {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.after__item {
  border-radius: 20px;
  height: 430px;
  padding: 40px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.after__name {
  color: #5A5A5A;
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.after__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1280px) {
  .after__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .after__item {
    padding: 20px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .after {
    margin-bottom: 60px;
  }
  .after__items {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .after__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tariffs {
  margin-bottom: 110px;
}

.tariffs__title {
  text-align: center;
  padding-bottom: 75px;
}

.tariffs__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tariffs__item {
  border-radius: 20px;
  background: #fff;
  padding: 30px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tariffs__img {
  border-radius: 15px;
  background: #F5F5F5;
  width: fit-content;
}

.tariffs__name {
  padding: 30px 0 20px;
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5A5A5A;
}

.tariffs__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #5A5A5A;
}
.tariffs__list li {
  list-style-type: disc;
  margin-left: 20px;
}
.tariffs__list li::marker {
  color: #68AABD;
  font-size: 20px;
}

.tariffs__prices {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.tariffs__oldprice {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: line-through;
  color: rgba(90, 90, 90, 0.5019607843);
}

.tariffs__newsprice {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #5A5A5A;
}

@media (max-width: 1280px) {
  .tariffs__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .tariffs__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tariffs__title {
    padding-bottom: 30px;
  }
  .tariffs__item {
    padding: 15px 20px;
  }
}
.bonuses .forwho__img .forwho__person img {
  top: 65%;
}

.forwho__text {
  text-align: center;
}

.bonuses .forwho__item {
  gap: 15px;
}

.bonuses .forwho__name {
  padding-top: 5px;
}

.videos {
  margin-bottom: 110px;
}

.videos__title {
  text-align: center;
  padding-bottom: 75px;
}

.videos__wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.videos__slider .swiper-wrapper {
  height: auto;
}

.videos__slider.swiper-wrapper {
  height: auto;
}

.videos__slide.swiper-slide {
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  height: auto;
}

.videos__preview {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 205px;
}
.videos__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videos__preview .videos__play {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 77px;
  height: 77px;
  border-radius: 70px;
  background: #fff;
  transition: 0.2s;
  color: #68AABD;
}
.videos__preview .videos__play:hover {
  color: #49c700;
}

.videos__preview .videos__play .play_icon {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.videos__content {
  padding: 0 20px 30px;
}

.videos__name {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #5A5A5A;
  padding: 30px 0 25px;
}

.videos__text-block {
  color: #5A5A5A;
}
.videos__text-block:not(:last-child) {
  padding-bottom: 30px;
}
.videos__text-block li {
  list-style-type: disc;
  margin-left: 20px;
}
.videos__text-block li:not(:last-child) {
  padding-bottom: 10px;
}
.videos__text-block li::marker {
  color: #68AABD;
  font-size: 20px;
}

.videos__text-title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.videos__arr {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 100px;
  border-radius: 15px;
  background: linear-gradient(90deg, #87BEA0 2.17%, #4B8B51 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.videos__arr svg {
  transition: 0.2s;
  position: relative;
  left: 0;
}
.videos__arr:hover svg {
  left: -5px;
}

.videos__arr.arr-l {
  left: -140px;
}

.videos__arr.arr-r {
  right: -140px;
  transform: rotate(-180deg);
}

@media (max-width: 991px) {
  .videos {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .videos__arr {
    z-index: 10;
    opacity: 0.3;
    transition: 0.2s;
    width: 70px;
  }
  .videos__arr:hover {
    opacity: 0.9;
  }
  .videos__arr[aria-disabled=true] {
    display: none;
  }
  .videos__arr.arr-l {
    left: 10px;
  }
  .videos__arr.arr-r {
    right: 10px;
  }
}
.footer__img.footer__img3 {
  right: -100px;
}

.path {
  margin-bottom: 110px;
}

.path__items {
  margin-top: 100px;
  margin-bottom: -100px;
  position: relative;
}

.path__item {
  max-width: 500px;
}

.path__num {
  font-family: "Merriweather";
  font-weight: 300;
  font-size: 128px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #68AABD;
}

.path__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #5A5A5A;
}

.row-2 .path__item {
  margin-left: auto;
}

.row-2 {
  position: relative;
  top: -50px;
}

.row-3 {
  position: relative;
  top: -100px;
}

.path_img_1 {
  position: absolute;
  top: 0%;
  left: 37%;
}

.path_img_2 {
  position: absolute;
  top: 43%;
  left: 25%;
}

@media (max-width: 1280px) {
  .path_img_1 {
    display: none;
  }
  .path_img_2 {
    display: none;
  }
  .row-2 {
    position: relative;
    top: 0px;
  }
  .row-3 {
    position: relative;
    top: 0px;
  }
  .path__items {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .path__row:not(:last-child) {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .path {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .path__num {
    font-size: 80px;
  }
  .path__text {
    font-size: 18px;
  }
  .row-2 .path__item {
    margin-left: 0;
  }
}
.certs {
  margin-bottom: 110px;
}

.certs__items {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 991px) {
  .certs {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .certs__items {
    margin-top: 30px;
    gap: 10px;
  }
}
.value .method__name {
  margin-bottom: 50px;
}

.value .method__img {
  max-width: 100%;
  right: 35px;
}

.about2 {
  margin-bottom: 50px;
}

.about2__title {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.about2__inner {
  margin-top: 43px;
  position: relative;
  height: 568px;
  display: flex;
  justify-content: flex-end;
}

.about2__inner-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about2__content {
  margin-left: 120px;
  margin-top: 30px;
  max-width: 420px;
}

.about2__text {
  color: #5A5A5A;
}
.about2__text:not(:last-child) {
  margin-bottom: 30px;
}

.about2__bigtext {
  font-family: "Merriweather";
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.about2__smalltext {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

@media (max-width: 991px) {
  .about2__inner img {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .about2__inner-img {
    display: none;
  }
  .about2__inner {
    justify-content: flex-start;
    height: auto;
  }
  .about2__content {
    margin-left: 0;
    max-width: 100%;
    margin-top: 0;
  }
  .about2__bigtext {
    font-size: 20px;
  }
  .about2__smalltext {
    font-size: 14px;
  }
  .about2__text {
    color: #5A5A5A;
  }
  .about2__text:not(:last-child) {
    margin-bottom: 10px;
  }
}
.photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}

.photos__item {
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__main {
  position: relative;
  height: 772px;
}

.footer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer__img {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.footer__inner {
  position: relative;
  z-index: 20;
  height: 100%;
  padding-top: 175px;
  overflow: visible;
}

.footer__content {
  max-width: 50%;
}

.footer__title {
  color: #fff;
  margin-bottom: 50px;
}

.footer__phone {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 32px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.footer__address {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 32px;
}

.footer__text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 60px;
  max-width: 400px;
}

.footer__socials {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}

.footer__soc {
  width: 100px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 0px 10.7px 0px rgba(255, 255, 255, 0.7098039216) inset;
  background: #77C3D9;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
}
.footer__soc:hover {
  background: #88c8da;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.7098039216) inset;
}

.footer__bottom {
  height: 124px;
  background: #333333;
  display: flex;
  align-items: center;
  color: #fff;
}

.footer__bottom-inner {
  display: flex;
}

.footer__policy {
  width: 40%;
  display: block;
}
.footer__policy:hover {
  color: #bbb;
}

.requisits {
  display: block;
}

@media (max-width: 1280px) {
  .footer__img {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .footer__img {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .footer__main {
    height: auto;
  }
  .footer__bg {
    max-width: 200%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
  .footer__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    padding-top: 80px;
    height: auto;
  }
  .footer__img {
    position: relative;
    margin-left: auto;
  }
  .footer__content {
    max-width: 100%;
  }
  .footer__content .btn {
    margin: 0 auto;
  }
  .footer__bottom-inner {
    flex-direction: column;
    gap: 20px;
  }
  .footer__bottom-inner .footer__policy {
    width: 100%;
  }
}
.mobmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: #141414;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.mobmenu.opened {
  opacity: 1;
  visibility: visible;
}

.mobmenu__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.mobmenu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 16px 45px;
}

.mobmenu__logo {
  margin-bottom: 48px;
}

.mobmenu__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.mobmenu__block {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 109%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.mobmenu__title {
  padding-bottom: 18px;
  color: #DE4848;
}

.mobmenu__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.mobmenu__link:hover {
  color: #DE4848;
}

.mobmenu__bottom {
  padding-top: 56px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.mobmenu__contacts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  backdrop-filter: blur(30px);
  background: #323232;
  padding: 12px 24px;
}

.mobmenu__contacts a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0%;
}

.mobmenu .main__toolbar {
  position: relative;
  width: 100%;
  bottom: 0;
}

@media (max-height: 790px) {
  .mobmenu {
    overflow-y: auto;
  }
  .mobmenu__logo {
    margin-bottom: 35px;
  }
  .mobmenu__blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}