@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #171b25;
  color: #fff;
  font-size: 14px;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

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

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

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

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
}

.flex-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

header {
  padding: 28px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}
@media (max-width: 1650px) {
  header {
    padding: 20px 0 0 0;
  }
}
header .header-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .header-wrapper .logo {
  display: block;
}
header .header-wrapper .logo:hover {
  opacity: 0.7;
}
header .header-wrapper .logo img {
  display: block;
  height: 64px;
  object-fit: contain;
}
@media (max-width: 1650px) {
  header .header-wrapper .logo img {
    height: 50px;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .logo img {
    height: 44px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .logo img {
    height: 30px;
  }
}
header .header-wrapper .header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0 0 0;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-menu {
    padding: 13px 0 0 0;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .header-menu {
    display: none;
  }
}
header .header-wrapper .header-menu li {
  margin: 0 12px;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-menu li {
    margin: 0 9px;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .header-menu li {
    margin: 0 6px;
  }
}
header .header-wrapper .header-menu li a {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  transition: all width 0.3s;
  position: relative;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .header-menu li a {
    font-size: 13px;
  }
}
header .header-wrapper .header-menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}
header .header-wrapper .header-menu li a:hover {
  color: #fff;
}
header .header-wrapper .header-menu li a:hover:after {
  width: 100%;
}
header .header-wrapper .header-contacts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px 0 0 0;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts {
    padding: 6px 0 0 0;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .header-contacts {
    padding: 2px 0 0 0;
  }
}
header .header-wrapper .header-contacts--left {
  margin: 0 20px 0 0;
  padding: 10px 0 0 0;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts--left {
    margin: 0 13px 0 0;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .header-contacts--left {
    padding: 5px 0 0 0;
    margin: 0 8px 0 0;
  }
}
@media (max-width: 479px) {
  header .header-wrapper .header-contacts--left {
    display: none;
  }
}
header .header-wrapper .header-contacts--left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .header-wrapper .header-contacts--left ul li {
  margin: 0 4.5px;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts--left ul li {
    margin: 0 3px;
  }
}
header .header-wrapper .header-contacts--left ul li a {
  display: block;
}
header .header-wrapper .header-contacts--left ul li a:hover {
  opacity: 0.7;
}
header .header-wrapper .header-contacts--left ul li a img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts--left ul li a img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .header-contacts--left ul li a img {
    width: 16px;
    height: 16px;
  }
}
header .header-wrapper .header-contacts--right {
  padding: 5px 0 0 0;
}
@media (max-width: 767px) {
  header .header-wrapper .header-contacts--right {
    padding: 3px 0 0 0;
  }
}
header .header-wrapper .header-contacts--right ul {
  margin: 0 0 12px;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts--right ul {
    margin: 0 0 9px;
  }
}
header .header-wrapper .header-contacts--right ul li {
  margin: 0 0 5px;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts--right ul li {
    margin: 0 0 3px;
  }
}
header .header-wrapper .header-contacts--right ul li a {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  transition: all width 0.3s;
  position: relative;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts--right ul li a {
    font-size: 22px;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .header-contacts--right ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .header-contacts--right ul li a {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  header .header-wrapper .header-contacts--right ul li a {
    font-size: 14px;
  }
}
header .header-wrapper .header-contacts--right ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}
header .header-wrapper .header-contacts--right ul li a:hover {
  color: #fff;
}
header .header-wrapper .header-contacts--right ul li a:hover:after {
  width: 100%;
}
header .header-wrapper .header-contacts--right .btn {
  width: 100%;
}
@media (max-width: 1650px) {
  header .header-wrapper .header-contacts--right .btn {
    min-height: 36px;
    font-size: 12px;
    padding: 9px 12px;
  }
}
@media (max-width: 1350px) {
  header .header-wrapper .header-contacts--right .btn {
    font-size: 10px;
    min-height: 32px;
  }
}
@media (max-width: 767px) {
  header .header-wrapper .header-contacts--right .btn {
    padding: 8px;
  }
}
@media (max-width: 479px) {
  header .header-wrapper .header-contacts--right .btn {
    display: none;
  }
}

.section-main {
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 260px 0 100px 0;
}
@media (max-width: 1650px) {
  .section-main {
    padding: 195px 0 70px 0;
  }
}
@media (max-width: 1350px) {
  .section-main {
    padding: 170px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .section-main {
    padding: 240px 0 140px 0;
  }
}
@media (max-width: 767px) {
  .section-main {
    padding: 150px 0 60px 0;
    background: url("../img/main-bg--md.jpg") center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 479px) {
  .section-main {
    padding: 103px 0 60px 0;
  }
}
.section-main .main-wrapper {
  width: 100%;
  max-width: 815px;
  margin: 0 0 70px;
  position: relative;
}
@media (max-width: 1650px) {
  .section-main .main-wrapper {
    max-width: 610px;
    margin: 0 0 55px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-wrapper {
    max-width: 555px;
    margin: 0 0 48px;
  }
}
@media (max-width: 479px) {
  .section-main .main-wrapper {
    margin: 0 0 40px;
  }
}
.section-main .main-wrapper:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(100% + 24px);
  width: 526px;
  height: 267px;
  background: url("../img/main-arrow.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 1650px) {
  .section-main .main-wrapper:before {
    width: 400px;
    height: 200px;
    bottom: 70px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-wrapper:before {
    width: 250px;
    height: 130px;
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper:before {
    bottom: initial;
    top: 80%;
    left: 300px;
    width: 200px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper:before {
    transform: rotate(45deg);
    top: 100%;
    left: initial;
    right: 0;
  }
}
@media (max-width: 479px) {
  .section-main .main-wrapper:before {
    top: calc(100% + 60px);
    right: -7px;
  }
}
.section-main .main-wrapper h1 span {
  display: block;
}
.section-main .main-wrapper p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #fdfdfd;
  margin: 0 0 54px;
}
@media (max-width: 1650px) {
  .section-main .main-wrapper p {
    font-size: 24px;
    margin: 0 0 36px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-wrapper p {
    font-size: 21px;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper p {
    margin: 0 0 24px;
  }
}
@media (max-width: 479px) {
  .section-main .main-wrapper p {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
.section-main .main-wrapper .btn {
  font-size: 16px;
}
@media (max-width: 1650px) {
  .section-main .main-wrapper .btn {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-wrapper .btn {
    font-size: 12px;
    min-height: 42px;
  }
}
.section-main .main-wrapper .main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  padding: 14px 36px 14px 24px;
  border-radius: 48px;
  background: linear-gradient(90deg, #ef1e1e 0%, #d82921 100%);
  box-shadow: 0 0 34px rgba(239, 30, 30, 0.28);
  text-align: left;
  text-transform: none;
}
@media (max-width: 1650px) {
  .section-main .main-wrapper .main-cta {
    max-width: 560px;
    gap: 18px;
    padding: 12px 22px 12px 20px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-wrapper .main-cta {
    max-width: 500px;
    padding: 10px 18px 10px 16px;
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .section-main .main-wrapper .main-cta {
    max-width: 470px;
  }
}
@media (max-width: 479px) {
  .section-main .main-wrapper .main-cta {
    display: inline-flex;
    gap: 12px;
    padding: 10px 14px 10px 12px;
    border-radius: 30px;
    box-shadow: 0 0 24px rgba(239, 30, 30, 0.22);
  }
}
.section-main .main-wrapper .main-cta:hover {
  background: linear-gradient(90deg, #ff3124 0%, #e03628 100%);
  color: #fff;
}
.section-main .main-wrapper .main-cta__icon {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 1350px) {
  .section-main .main-wrapper .main-cta__icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .section-main .main-wrapper .main-cta__icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }
}
.section-main .main-wrapper .main-cta__icon:before,
.section-main .main-wrapper .main-cta__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.section-main .main-wrapper .main-cta__icon:before {
  width: 22px;
  height: 6px;
}
@media (max-width: 479px) {
  .section-main .main-wrapper .main-cta__icon:before {
    width: 16px;
    height: 4px;
  }
}
.section-main .main-wrapper .main-cta__icon:after {
  width: 6px;
  height: 22px;
}
@media (max-width: 479px) {
  .section-main .main-wrapper .main-cta__icon:after {
    width: 4px;
    height: 16px;
  }
}
.section-main .main-wrapper .main-cta__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  text-align: center;
}
.section-main .main-wrapper .main-cta__title {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-main .main-wrapper .main-cta__title {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .section-main .main-wrapper .main-cta__title {
    font-size: 14px;
  }
}
.section-main .main-wrapper .main-cta__subtitle {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1650px) {
  .section-main .main-wrapper .main-cta__subtitle {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .section-main .main-wrapper .main-cta__subtitle {
    font-size: 11px;
  }
}
.section-main .main-descr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-main .main-descr {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .section-main .main-descr {
    display: block;
    max-width: 275px;
  }
}
@media (max-width: 479px) {
  .section-main .main-descr {
    max-width: 200px;
  }
}
.section-main .main-descr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 430px);
}
@media (max-width: 1650px) {
  .section-main .main-descr ul {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr ul {
    width: calc(100% - 285px);
  }
}
@media (max-width: 991px) {
  .section-main .main-descr ul {
    display: block;
    width: 100%;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .section-main .main-descr ul {
    margin: 0 0 24px;
  }
}
.section-main .main-descr ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(33.3333333333% - 10px);
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-main .main-descr ul li {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-main .main-descr ul li {
    width: 100%;
    font-size: 16px;
    margin: 0 0 34px;
  }
}
@media (max-width: 479px) {
  .section-main .main-descr ul li {
    font-size: 12px;
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-main .main-descr ul li:nth-last-child(1) {
    margin: 0;
  }
}
.section-main .main-descr ul li img {
  display: block;
  width: 75px;
  min-width: 75px;
  object-fit: contain;
  margin: 0 12px 0 0;
}
@media (max-width: 1650px) {
  .section-main .main-descr ul li img {
    width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr ul li img {
    width: 30px;
    min-width: 30px;
  }
}
@media (max-width: 479px) {
  .section-main .main-descr ul li img {
    margin: 0 8px 0 0;
    width: 24px;
    min-width: 24px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr ul li br {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-main .main-descr ul li br {
    display: block;
  }
}
.section-main .main-descr .descr-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.28);
}
@media (max-width: 1650px) {
  .section-main .main-descr .descr-block {
    max-width: 300px;
    padding: 30px;
    border-radius: 30px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr .descr-block {
    max-width: 270px;
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .section-main .main-descr .descr-block {
    max-width: 320px;
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .section-main .main-descr .descr-block {
    max-width: 100%;
    padding: 24px;
    border-radius: 27px;
  }
}
@media (max-width: 479px) {
  .section-main .main-descr .descr-block {
    border-radius: 20px;
    padding: 16px;
  }
}
.section-main .main-descr .descr-block p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  margin: 0 0 5px;
}
@media (max-width: 1650px) {
  .section-main .main-descr .descr-block p {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr .descr-block p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-main .main-descr .descr-block p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-main .main-descr .descr-block p {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .section-main .main-descr .descr-block p {
    font-size: 15px;
  }
}
.section-main .main-descr .descr-block p span {
  font-weight: 700;
  font-size: 59px;
}
@media (max-width: 1650px) {
  .section-main .main-descr .descr-block p span {
    font-size: 44px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr .descr-block p span {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .section-main .main-descr .descr-block p span {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .section-main .main-descr .descr-block p span {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .section-main .main-descr .descr-block p span {
    font-size: 27px;
  }
}
.section-main .main-descr .descr-block small {
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-main .main-descr .descr-block small {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  .section-main .main-descr .descr-block small {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-main .main-descr .descr-block small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-main .main-descr .descr-block small {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .section-main .main-descr .descr-block small {
    font-size: 15px;
  }
}

.section-study {
  padding: 100px 0 60px 0;
}
@media (max-width: 991px) {
  .section-study {
    padding: 80px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .section-study {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 479px) {
  .section-study {
    padding: 40px 0 0 0;
  }
}
.section-study .study-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-study .study-wrapper .left-side {
  width: 100%;
  max-width: 888px;
}
@media (max-width: 1650px) {
  .section-study .study-wrapper .left-side {
    max-width: initial;
    width: calc(100% - 600px);
  }
}
@media (max-width: 1350px) {
  .section-study .study-wrapper .left-side {
    width: calc(100% - 450px);
  }
}
@media (max-width: 991px) {
  .section-study .study-wrapper .left-side {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 479px) {
  .section-study .study-wrapper .left-side {
    margin: 0 0 32px;
  }
}
.section-study .study-wrapper .left-side p {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #8f9092;
  margin: 0 0 40px;
}
@media (max-width: 1350px) {
  .section-study .study-wrapper .left-side p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-study .study-wrapper .left-side p {
    font-size: 16px;
    margin: 0 0 24px;
  }
}
@media (max-width: 479px) {
  .section-study .study-wrapper .left-side p {
    font-size: 14px;
  }
}
.section-study .study-wrapper .right-side {
  width: 100%;
  max-width: 633px;
}
@media (max-width: 1650px) {
  .section-study .study-wrapper .right-side {
    max-width: 540px;
  }
}
@media (max-width: 1350px) {
  .section-study .study-wrapper .right-side {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .section-study .study-wrapper .right-side {
    max-width: 100%;
  }
}
.section-study .study-advantages {
  padding: 80px 0 0 0;
}
@media (max-width: 1350px) {
  .section-study .study-advantages {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-study .study-advantages {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section-study .study-advantages {
    padding: 40px 0 0 0;
  }
}
.section-study .study-advantages ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-study .study-advantages ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(25% - 30px);
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  color: #d9d9d9;
}
@media (max-width: 1650px) {
  .section-study .study-advantages ul li {
    width: calc(25% - 40px);
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .section-study .study-advantages ul li {
    width: calc(25% - 20px);
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-study .study-advantages ul li {
    width: calc(50% - 20px);
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section-study .study-advantages ul li {
    font-size: 15px;
    width: calc(50% - 10px);
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  .section-study .study-advantages ul li {
    font-size: 13px;
    width: calc(50% - 8px);
  }
}
.section-study .study-advantages ul li img {
  display: block;
  width: 59px;
  min-width: 59px;
  margin: 0 16px 0 0;
}
@media (max-width: 1350px) {
  .section-study .study-advantages ul li img {
    width: 48px;
    min-width: 48px;
    margin: 0 14px 0 0;
  }
}
@media (max-width: 991px) {
  .section-study .study-advantages ul li img {
    width: 52px;
    min-width: 52px;
  }
}
@media (max-width: 767px) {
  .section-study .study-advantages ul li img {
    width: 32px;
    min-width: 32px;
    margin: 0 9px 0 0;
  }
}
@media (max-width: 479px) {
  .section-study .study-advantages ul li img {
    width: 24px;
    min-width: 24px;
    margin: 0 6px 0 0;
  }
}

.section-differ {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section-differ {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .section-differ {
    padding: 15px 0 30px 0;
  }
}
@media (max-width: 479px) {
  .section-differ {
    padding: 20px 0;
  }
}
.section-differ:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 800px;
  background: url("../img/differ-bg.png") center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-differ:before {
    height: 400px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .section-differ:before {
    height: 230px;
  }
}
.section-differ .differ-item {
  display: block;
  border-radius: 24px;
  background: rgba(74, 99, 163, 0.43);
  min-height: 420px;
  height: 100%;
  padding: 40px 40px 80px;
}
@media (max-width: 1650px) {
  .section-differ .differ-item {
    min-height: 320px;
    padding: 30px 24px;
    border-radius: 18px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-item {
    padding: 25px 15px 36px;
    border-radius: 15px;
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .section-differ .differ-item {
    min-height: 220px;
    border-radius: 10px;
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-item {
    padding: 15px;
    border-radius: 6px;
    min-height: 180px;
  }
}
@media (max-width: 479px) {
  .section-differ .differ-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 220px;
    padding: 20px;
  }
}
.section-differ .differ-item .differ-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 120px;
}
@media (max-width: 1650px) {
  .section-differ .differ-item .differ-top {
    margin: 0 0 100px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-item .differ-top {
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-item .differ-top {
    margin: 0 0 40px;
  }
}
@media (max-width: 479px) {
  .section-differ .differ-item .differ-top {
    width: 100%;
  }
}
.section-differ .differ-item .differ-top p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-differ .differ-item .differ-top p {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-item .differ-top p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-item .differ-top p {
    font-size: 14px;
  }
}
.section-differ .differ-item .differ-top img {
  display: block;
}
@media (max-width: 1650px) {
  .section-differ .differ-item .differ-top img {
    width: 19px;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .section-differ .differ-item .differ-top img {
    width: 14px;
  }
}
@media (max-width: 479px) {
  .section-differ .differ-item .differ-bottom {
    width: 100%;
  }
}
.section-differ .differ-item .differ-bottom p {
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-differ .differ-item .differ-bottom p {
    font-size: 18px;
    margin: 0 0 4px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-item .differ-bottom p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .section-differ .differ-item .differ-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-item .differ-bottom p {
    font-size: 14px;
    margin: 0 0 3px;
  }
}
.section-differ .differ-item .differ-bottom span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-differ .differ-item .differ-bottom span {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-item .differ-bottom span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-item .differ-bottom span {
    font-size: 12px;
  }
}
.section-differ .differ-video--item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  height: 100%;
  padding: 40px 40px 80px;
}
@media (max-width: 1650px) {
  .section-differ .differ-video--item {
    min-height: 320px;
    padding: 30px 24px;
    border-radius: 18px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-video--item {
    padding: 25px 15px 36px;
    border-radius: 15px;
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .section-differ .differ-video--item {
    min-height: 220px;
    border-radius: 10px;
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-video--item {
    padding: 15px;
    border-radius: 6px;
    min-height: 180px;
  }
}
@media (max-width: 479px) {
  .section-differ .differ-video--item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 220px;
    padding: 20px;
  }
}
.section-differ .differ-video--item .differ-video--descr .poster {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section-differ .differ-video--item .differ-video--descr .differ-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1650px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top {
    margin: 0 0 45px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top {
    margin: 0 0 26px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top {
    margin: 0 0 20px;
  }
}
.section-differ .differ-video--item .differ-video--descr .differ-top p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top p {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top p {
    font-size: 14px;
  }
}
.section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  background: rgba(251, 250, 250, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
@media (max-width: 1650px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 991px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small {
    width: 36px;
    height: 36px;
  }
}
.section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small img {
  display: block;
  width: 38px;
  height: 43px;
  margin: 0 0 0 8px;
}
@media (max-width: 1650px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small img {
    width: 30px;
    height: 35px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small img {
    width: 24px;
    height: initial;
  }
}
@media (max-width: 991px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small img {
    width: 16px;
    margin: 0 0 0 3px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small img {
    width: 14px;
  }
}
.section-differ .differ-video--item .differ-video--descr .differ-top .play-btn--small:hover {
  opacity: 0.7;
  transition: 0.3s all ease;
}
.section-differ .differ-video--item .differ-video--descr .differ-bottom {
  position: relative;
  z-index: 3;
}
.section-differ .differ-video--item .differ-video--descr .differ-bottom p {
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-differ .differ-video--item .differ-video--descr .differ-bottom p {
    font-size: 18px;
    margin: 0 0 4px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-video--item .differ-video--descr .differ-bottom p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .section-differ .differ-video--item .differ-video--descr .differ-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-video--item .differ-video--descr .differ-bottom p {
    font-size: 14px;
  }
}
.section-differ .differ-video--item .differ-video--descr .differ-bottom span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-differ .differ-video--item .differ-video--descr .differ-bottom span {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .section-differ .differ-video--item .differ-video--descr .differ-bottom span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section-differ .differ-video--item .differ-video--descr .differ-bottom span {
    font-size: 12px;
  }
}
.section-differ .differ-video--item video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center;
}
.section-differ .differ-video--item video.played {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.section-differ .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (max-width: 1350px) {
  .section-differ .btn-wrapper {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section-differ .btn-wrapper {
    margin: 24px 0 0 0;
  }
}
.section-differ .btn-wrapper .btn {
  width: 100%;
}

.section-video {
  padding: 60px 0 0 0;
}
@media (max-width: 991px) {
  .section-video {
    padding: 45px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section-video {
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  .section-video {
    padding: 20px 0;
  }
}
.section-video .video_wrap {
  height: 560px;
}
@media (max-width: 991px) {
  .section-video .video_wrap {
    height: 480px;
  }
}
.section-video .video_wrap .video-descr--block {
  position: absolute;
  bottom: 90px;
  left: 80px;
  width: 100%;
  max-width: 505px;
}
@media (max-width: 1650px) {
  .section-video .video_wrap .video-descr--block {
    max-width: 440px;
  }
}
@media (max-width: 1350px) {
  .section-video .video_wrap .video-descr--block {
    max-width: 400px;
    left: 40px;
  }
}
@media (max-width: 991px) {
  .section-video .video_wrap .video-descr--block {
    left: 30px;
  }
}
@media (max-width: 479px) {
  .section-video .video_wrap .video-descr--block {
    left: 32px;
    max-width: calc(100% - 64px);
    bottom: 32px;
  }
}
.section-video .video_wrap .video-descr--block p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-video .video_wrap .video-descr--block p {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .section-video .video_wrap .video-descr--block p {
    font-size: 22px;
  }
}
.section-video .video_wrap .video-descr--block span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #eaeaea;
  margin: 0 0 40px;
}
@media (max-width: 479px) {
  .section-video .video_wrap .video-descr--block span {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .section-video .video_wrap .video-descr--block .btn {
    width: 100%;
  }
}
.section-video .video_wrap .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .section-video .video_wrap .play_btn {
    left: initial;
    right: 70px;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .section-video .video_wrap .play_btn {
    top: 45px;
    right: 30px;
    transform: translate(0, 0);
  }
}

.section-detox .detox-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: url("../img/detox-bg.jpg") top no-repeat;
  background-size: contain;
  padding: 100px 0 60px 0;
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper {
    display: block;
  }
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper {
    padding: 90px 0 45px 0;
  }
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper {
    padding: 30px 0 40px 0;
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper {
    padding: 20px 0;
    background: transparent;
  }
}
.section-detox .detox-wrapper .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  min-height: 810px;
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper .left-side {
    min-height: initial;
    max-width: 640px;
    margin: 0 0 50px;
  }
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .left-side {
    max-width: 530px;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .left-side {
    max-width: 100%;
  }
}
.section-detox .detox-wrapper .left-side--top p {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #8f9092;
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper .left-side--top p {
    color: #b9b9b9;
  }
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .left-side--top p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .left-side--top p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .left-side--top p {
    font-size: 14px;
  }
}
.section-detox .detox-wrapper .left-side--bottom {
  max-width: 505px;
  position: relative;
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper .left-side--bottom {
    margin: 70px 0 0 0;
    max-width: 350px;
  }
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .left-side--bottom {
    margin: 44px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .left-side--bottom {
    margin: 32px 0 0 0;
    max-width: 250px;
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .left-side--bottom {
    margin: 24px 0 0 0;
    max-width: 210px;
  }
}
.section-detox .detox-wrapper .left-side--bottom img {
  display: block;
  position: absolute;
  right: -80px;
  bottom: calc(100% + 30px);
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper .left-side--bottom img {
    right: initial;
    left: calc(100% + 50px);
    transform: rotate(45deg);
    bottom: initial;
    top: -30px;
  }
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .left-side--bottom img {
    width: 100px;
    top: 0;
    left: calc(100% + 20px);
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .left-side--bottom img {
    width: 80px;
    left: calc(100% + 10px);
  }
}
.section-detox .detox-wrapper .left-side--bottom p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #d9d9d9;
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper .left-side--bottom p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .left-side--bottom p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .left-side--bottom p {
    font-size: 14px;
  }
}
.section-detox .detox-wrapper .right-side {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 570px);
  margin: 0 0 0 -236px;
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper .right-side {
    width: 100%;
    margin: 0;
    padding: 0 0 0 100px;
    align-items: flex-start;
  }
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .right-side {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side {
    align-items: initial;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .right-side {
    display: block;
  }
}
.section-detox .detox-wrapper .right-side .detox-item {
  width: calc(50% - 15px);
  border-radius: 24px;
  background: rgba(74, 129, 163, 0.43);
  padding: 42px 35px;
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .right-side .detox-item {
    padding: 40px 50px 50px;
  }
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item {
    min-height: 100%;
    padding: 34px;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .right-side .detox-item {
    width: 100%;
    min-height: initial;
    margin: 0 0 16px;
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .right-side .detox-item {
    padding: 32px 28px;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) {
    margin: 0;
  }
}
.section-detox .detox-wrapper .right-side .detox-item--top .detox-item--num {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #d1e4f5;
  margin: 0 0 33px;
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .right-side .detox-item--top .detox-item--num {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
.section-detox .detox-wrapper .right-side .detox-item--top p {
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #e4e4e4;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item--top p {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .right-side .detox-item--top p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item--top p br {
    display: none;
  }
}
.section-detox .detox-wrapper .right-side .detox-item--top span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #cacaca;
  margin: 0 0 33px;
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .right-side .detox-item--top span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item--top span {
    font-size: 15px;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .section-detox .detox-wrapper .right-side .detox-item--top span {
    font-size: 14px;
  }
}
.section-detox .detox-wrapper .right-side .detox-item--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .right-side .detox-item--bottom {
    justify-content: flex-end;
  }
}
.section-detox .detox-wrapper .right-side .detox-item--bottom p {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 0.99;
  text-transform: uppercase;
  color: #e6d8c0;
  margin: 0;
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item--bottom p {
    font-size: 14px;
  }
}
.section-detox .detox-wrapper .right-side .detox-item--bottom p span {
  display: inline;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.5;
  color: #ffc766;
  margin: 0;
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item--bottom p span {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item--bottom .btn {
    font-size: 14px;
    padding: 10px 20px;
    min-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-detox .detox-wrapper .right-side .detox-item--bottom .btn {
    margin: 0 0 0 16px;
  }
}
.section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) {
  margin: 0 0 131px;
}
@media (max-width: 1650px) {
  .section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) {
    margin: -320px 0 0 0;
  }
}
@media (max-width: 1350px) {
  .section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) {
    margin: -150px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) {
    margin: 0;
  }
}
.section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) .detox-item--bottom {
  justify-content: flex-end;
}
.section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) .detox-item--bottom .btn {
  margin: 16px 0 0 0;
}
@media (max-width: 991px) {
  .section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) .detox-item--bottom .btn {
    margin: 12px 0 0 0;
  }
}
.section-detox .detox-wrapper .right-side .detox-item:nth-last-child(1) .detox-item--bottom p {
  width: 100%;
  text-align: right;
}

.section-price {
  padding: 60px 0;
}
@media (max-width: 1350px) {
  .section-price {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .section-price {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 479px) {
  .section-price {
    padding: 30px 0;
  }
}
.section-price .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (max-width: 1650px) {
  .section-price .title-wrapper {
    margin: 0 0 45px;
  }
}
@media (max-width: 1350px) {
  .section-price .title-wrapper {
    margin: 0 0 38px;
  }
}
.section-price .title-wrapper .title-left {
  width: 100%;
  max-width: 1026px;
}
@media (max-width: 1650px) {
  .section-price .title-wrapper .title-left {
    max-width: 860px;
  }
}
@media (max-width: 1350px) {
  .section-price .title-wrapper .title-left {
    max-width: initial;
    width: calc(100% - 330px);
  }
}
@media (max-width: 991px) {
  .section-price .title-wrapper .title-left {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 479px) {
  .section-price .title-wrapper .title-left {
    margin: 0 0 24px;
  }
}
.section-price .title-wrapper .title-left h2 {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-price .title-wrapper .title-left h2 {
    margin: 0 0 15px;
  }
}
.section-price .title-wrapper .title-left p {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #d9d9d9;
}
@media (max-width: 1350px) {
  .section-price .title-wrapper .title-left p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-price .title-wrapper .title-left p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-price .title-wrapper .title-left p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .section-price .title-wrapper .title-left p {
    font-size: 14px;
  }
}
.section-price .title-wrapper .title-right {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1650px) {
  .section-price .title-wrapper .title-right {
    max-width: 340px;
  }
}
@media (max-width: 1350px) {
  .section-price .title-wrapper .title-right {
    max-width: 310px;
  }
}
@media (max-width: 991px) {
  .section-price .title-wrapper .title-right {
    max-width: 100%;
  }
}
@media (max-width: 1650px) {
  .section-price .title-wrapper .title-right .btn {
    padding: 16px;
  }
}
@media (max-width: 1350px) {
  .section-price .title-wrapper .title-right .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-price .title-wrapper .title-right .btn {
    min-height: 54px;
  }
}
.section-price .table-container-main {
  position: relative;
}
.section-price .table-container-main .table-wrapper {
  overflow: auto;
  border-radius: 24px;
  margin: 0 0 27px;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper {
    margin: 0 0 20px;
    border-radius: 15px;
  }
}
.section-price .table-container-main .table-wrapper table {
  width: 100%;
  background: #303646;
  border-radius: 24px;
  border: 1px solid #434959;
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table {
    border-radius: 15px;
  }
}
.section-price .table-container-main .table-wrapper table thead tr th {
  border-radius: 24px 24px 0 0;
  padding: 46px 36px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table thead tr th {
    font-size: 27px;
    font-weight: bold;
    padding: 34px 26px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table thead tr th {
    font-size: 24px;
    padding: 28px 20px;
    border-radius: 15px 15px 0 0;
  }
}
.section-price .table-container-main .table-wrapper table thead tr th:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #303646;
}
.section-price .table-container-main .table-wrapper table tbody tr td {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #f6f7fc;
  padding: 14px 36px;
  border-top: 1px solid #434959;
  border-left: 1px solid #434959;
  vertical-align: middle;
  position: relative;
  transition: 0.3s all ease;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td {
    padding: 10px 26px;
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td {
    font-size: 15px;
    padding: 8px 20px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block.active .hover-dropdown {
  opacity: 1;
  visibility: visible;
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-block--init {
  padding: 0;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #8cbaff;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-block--init {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-block--init {
    font-size: 15px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-block--init:hover {
  text-decoration: none;
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 520px;
  padding: 40px;
  box-shadow: 2px 2px 6px 0 rgba(108, 87, 50, 0.13), 7px 8px 10px 0 rgba(108, 87, 50, 0.11), 16px 18px 14px 0 rgba(108, 87, 50, 0.07), 28px 31px 17px 0 rgba(108, 87, 50, 0.02), 44px 49px 18px 0 rgba(108, 87, 50, 0);
  background: #fff;
  border-radius: 32px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown {
    border-radius: 20px;
    padding: 30px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown {
    padding: 30px 20px;
    border-radius: 15px;
    width: 330px;
  }
}
@media (max-width: 767px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown {
    left: 10px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .close-hover {
  position: absolute;
  top: 26px;
  right: 26px;
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .close-hover {
    top: 15px;
    right: 15px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .close-hover img {
  display: block;
  width: 14px;
  height: 14px;
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown p {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #292d32;
  margin: 0 0 24px;
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown p {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown p {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .price-slider--wrapper {
  width: 100%;
  position: relative;
  margin: 0 0 44px;
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .price-slider--wrapper {
    margin: 0 0 34px;
  }
}
@media (max-width: 991px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .price-slider--wrapper {
    margin: 0 0 25px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .price-slider--wrapper .slider_item img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .price-slider--wrapper .slider_item img {
    height: 180px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown .price-slider--wrapper .slider_item img {
    height: 150px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #4c515d;
}
@media (max-width: 991px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .hover-block .hover-dropdown span {
    font-size: 12px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td span {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: #d9d9d9;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td span {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td span {
    font-size: 19px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td span small {
  display: block;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td span small {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td span small {
    font-size: 15px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 36px 0;
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .price-button {
    padding: 20px 0;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .price-button span {
  text-align: center;
  white-space: nowrap;
}
.section-price .table-container-main .table-wrapper table tbody tr td .price-button.accent-price span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .price-button.accent-price span {
    font-size: 32px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .price-button.accent-price span {
    font-size: 26px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .price-button.accent-price .btn {
  width: 100%;
  margin: 22px 0 0 0;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .price-button.accent-price .btn {
    margin: 13px 0 0 0;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td .price-button .btn {
  width: 100%;
  margin: 34px 0 0 0;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .price-button .btn {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td .price-button .btn {
    font-size: 14px;
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    margin: 20px 0 0 0;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td:nth-child(1) {
  max-width: 415px;
  position: sticky;
  left: 0;
  z-index: 10;
  background: #303646;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .table-wrapper table tbody tr td:nth-child(1) {
    max-width: 310px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-container-main .table-wrapper table tbody tr td:nth-child(1) {
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  .section-price .table-container-main .table-wrapper table tbody tr td:nth-child(1) {
    min-width: 200px;
  }
}
.section-price .table-container-main .table-wrapper table tbody tr td:has(.hover-block.active) {
  z-index: 21;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(even) td:nth-child(1) {
  background: #3e4556;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(even) td:nth-child(2) {
  background: #3e4c70;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(even) td:nth-child(3) {
  background: #3b3869;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(even) td:nth-child(4) {
  background: #305950;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(even) td:nth-child(5) {
  background: #724416;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(odd) td:nth-child(2) {
  background: #293658;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(odd) td:nth-child(3) {
  background: #23214b;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(odd) td:nth-child(4) {
  background: #1d3b34;
}
.section-price .table-container-main .table-wrapper table tbody tr:nth-child(odd) td:nth-child(5) {
  background: #47280a;
}
.section-price .table-container-main .scroll-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .scroll-arrow {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .section-price .table-container-main .scroll-arrow {
    width: 36px;
    height: 36px;
  }
}
.section-price .table-container-main .scroll-arrow:hover {
  background: #00b777;
}
.section-price .table-container-main .scroll-arrow:hover svg path {
  fill: #fff;
}
.section-price .table-container-main .scroll-arrow svg {
  display: block;
}
@media (max-width: 1650px) {
  .section-price .table-container-main .scroll-arrow svg {
    width: 19px;
  }
}
@media (max-width: 991px) {
  .section-price .table-container-main .scroll-arrow svg {
    width: 14px;
  }
}
.section-price .table-container-main .scroll-arrow svg path,
.section-price .table-container-main .scroll-arrow svg circle {
  transition: 0.3s all ease;
}
.section-price .table-notice {
  margin: 0 0 40px;
}
@media (max-width: 1650px) {
  .section-price .table-notice {
    margin: 0 0 30px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-notice {
    margin: 0 0 24px;
  }
}
.section-price .table-notice p {
  font-family: "SF Pro", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #d9d9d9;
}
@media (max-width: 1650px) {
  .section-price .table-notice p {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-notice p {
    font-size: 12px;
  }
}
.section-price .table-info {
  border-radius: 24px;
  padding: 40px;
  background: #6e7076;
}
@media (max-width: 1650px) {
  .section-price .table-info {
    padding: 30px;
    border-radius: 18px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-info {
    padding: 22px 24px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .section-price .table-info {
    padding: 24px 15px;
  }
}
.section-price .table-info p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #d9d9d9;
  margin: 0 0 24px;
}
@media (max-width: 1650px) {
  .section-price .table-info p {
    font-size: 32px;
    margin: 0 0 17px;
  }
}
@media (max-width: 1350px) {
  .section-price .table-info p {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
@media (max-width: 479px) {
  .section-price .table-info p {
    font-size: 24px;
  }
}
.section-price .table-info span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #d9d9d9;
}
@media (max-width: 1650px) {
  .section-price .table-info span {
    font-size: 14px;
  }
}

.section-programm {
  padding: 60px 0;
}
@media (max-width: 1350px) {
  .section-programm {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .section-programm {
    padding: 30px 0;
  }
}
.section-programm .hover-block {
  position: relative;
  display: block;
}
.section-programm .hover-block.active .hover-dropdown {
  opacity: 1;
  visibility: visible;
}
.section-programm .hover-block .hover-block--init.programm-item {
  width: 100%;
  border: 0;
  text-align: left;
  background-size: cover !important;
}
.section-programm .hover-block .hover-dropdown {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 520px;
  padding: 40px;
  box-shadow: 2px 2px 6px 0 rgba(108, 87, 50, 0.13), 7px 8px 10px 0 rgba(108, 87, 50, 0.11), 16px 18px 14px 0 rgba(108, 87, 50, 0.07), 28px 31px 17px 0 rgba(108, 87, 50, 0.02), 44px 49px 18px 0 rgba(108, 87, 50, 0);
  background: #fff;
  border-radius: 32px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
@media (max-width: 1350px) {
  .section-programm .hover-block .hover-dropdown {
    border-radius: 20px;
    padding: 30px;
    width: 400px;
  }
}
@media (max-width: 991px) {
  .section-programm .hover-block .hover-dropdown {
    padding: 30px 20px;
    border-radius: 15px;
    width: 330px;
  }
}
@media (max-width: 767px) {
  .section-programm .hover-block .hover-dropdown {
    left: 40%;
  }
}
.section-programm .hover-block .hover-dropdown .close-hover {
  position: absolute;
  top: 26px;
  right: 26px;
}
@media (max-width: 1350px) {
  .section-programm .hover-block .hover-dropdown .close-hover {
    top: 15px;
    right: 15px;
  }
}
.section-programm .hover-block .hover-dropdown .close-hover img {
  display: block;
  width: 14px;
  height: 14px;
}
.section-programm .hover-block .hover-dropdown p {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #292d32;
  margin: 0 0 24px;
  text-transform: none;
}
@media (max-width: 1350px) {
  .section-programm .hover-block .hover-dropdown p {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .section-programm .hover-block .hover-dropdown p {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
.section-programm .hover-block .hover-dropdown .price-slider--wrapper {
  width: 100%;
  position: relative;
  margin: 0 0 44px;
}
@media (max-width: 1350px) {
  .section-programm .hover-block .hover-dropdown .price-slider--wrapper {
    margin: 0 0 34px;
  }
}
@media (max-width: 991px) {
  .section-programm .hover-block .hover-dropdown .price-slider--wrapper {
    margin: 0 0 25px;
  }
}
.section-programm .hover-block .hover-dropdown .price-slider--wrapper .slider_item img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
@media (max-width: 1350px) {
  .section-programm .hover-block .hover-dropdown .price-slider--wrapper .slider_item img {
    height: 180px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .section-programm .hover-block .hover-dropdown .price-slider--wrapper .slider_item img {
    height: 150px;
  }
}
.section-programm .hover-block .hover-dropdown span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #292d32;
  display: block;
  text-transform: none;
}
@media (max-width: 1350px) {
  .section-programm .hover-block .hover-dropdown span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-programm .hover-block .hover-dropdown span {
    font-size: 14px;
  }
}
.section-programm .programm-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 490px;
  border-radius: 24px;
  padding: 32px 32px 36px 40px;
}
@media (max-width: 1650px) {
  .section-programm .programm-item {
    padding: 20px 26px;
    min-height: 365px;
    border-radius: 18px;
  }
}
@media (max-width: 1350px) {
  .section-programm .programm-item {
    min-height: 310px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .section-programm .programm-item {
    min-height: 205px;
    border-radius: 10px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .section-programm .programm-item {
    padding: 16px 13px;
  }
}
.section-programm .programm-item:hover {
  transform: translateY(-10px);
}
.section-programm .programm-item:hover .programm-item--bottom img {
  transform: rotate(45deg);
}
.section-programm .programm-item--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section-programm .programm-item--bottom p {
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1650px) {
  .section-programm .programm-item--bottom p {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .section-programm .programm-item--bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-programm .programm-item--bottom p {
    font-size: 14px;
  }
}
.section-programm .programm-item--bottom img {
  display: block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
@media (max-width: 1650px) {
  .section-programm .programm-item--bottom img {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 1350px) {
  .section-programm .programm-item--bottom img {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
}
@media (max-width: 991px) {
  .section-programm .programm-item--bottom img {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}

.section-gallery {
  padding: 60px 0 150px 0;
  overflow: hidden;
}
@media (max-width: 1650px) {
  .section-gallery {
    padding: 60px 0 120px 0;
  }
}
@media (max-width: 1350px) {
  .section-gallery {
    padding: 45px 0 90px 0;
  }
}
@media (max-width: 767px) {
  .section-gallery {
    padding: 30px 0 70px 0;
  }
}
@media (max-width: 479px) {
  .section-gallery {
    padding: 30px 0 60px 0;
  }
}
.section-gallery .gallery-slider--wrapper {
  width: 100%;
  position: relative;
}
.section-gallery .gallery-slider--wrapper .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
@media (max-width: 1350px) {
  .section-gallery .gallery-slider--wrapper .slick-list {
    margin: 0 -6px;
  }
}
@media (max-width: 991px) {
  .section-gallery .gallery-slider--wrapper .slick-list {
    margin: 0 -4px;
  }
}
.section-gallery .gallery-slider--wrapper .slider_item {
  margin: 0 10px;
}
@media (max-width: 1350px) {
  .section-gallery .gallery-slider--wrapper .slider_item {
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  .section-gallery .gallery-slider--wrapper .slider_item {
    margin: 0 4px;
  }
}
.section-gallery .gallery-slider--wrapper .slider_item img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
@media (max-width: 1650px) {
  .section-gallery .gallery-slider--wrapper .slider_item img {
    height: 400px;
    border-radius: 18px;
  }
}
@media (max-width: 1350px) {
  .section-gallery .gallery-slider--wrapper .slider_item img {
    height: 360px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .section-gallery .gallery-slider--wrapper .slider_item img {
    height: 260px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .section-gallery .gallery-slider--wrapper .slider_item img {
    height: 280px;
  }
}
@media (max-width: 479px) {
  .section-gallery .gallery-slider--wrapper .slider_item img {
    height: 220px;
  }
}
.section-gallery .gallery-slider--wrapper .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1650px) {
  .section-gallery .gallery-slider--wrapper .slick-dots {
    bottom: -42px;
  }
}
@media (max-width: 1350px) {
  .section-gallery .gallery-slider--wrapper .slick-dots {
    bottom: -36px;
  }
}
@media (max-width: 991px) {
  .section-gallery .gallery-slider--wrapper .slick-dots {
    bottom: -24px;
  }
}
.section-gallery .gallery-slider--wrapper .slick-dots button {
  display: none;
}
.section-gallery .gallery-slider--wrapper .slick-dots li {
  width: 16px;
  height: 16px;
  background: #414141;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 50%;
}
@media (max-width: 1650px) {
  .section-gallery .gallery-slider--wrapper .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  .section-gallery .gallery-slider--wrapper .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 1.5px;
  }
}
.section-gallery .gallery-slider--wrapper .slick-dots li.slick-active {
  background: #a4b7d0;
  border-radius: 40px;
  width: 170px;
}
@media (max-width: 1650px) {
  .section-gallery .gallery-slider--wrapper .slick-dots li.slick-active {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .section-gallery .gallery-slider--wrapper .slick-dots li.slick-active {
    width: 70px;
  }
}
.section-gallery .gallery-slider--wrapper .slick-dots li:hover {
  background: #a4b7d0;
}

.section-specialists {
  padding: 110px 0 60px 0;
  position: relative;
}
@media (max-width: 1350px) {
  .section-specialists {
    padding: 60px 0 45px 0;
  }
}
@media (max-width: 991px) {
  .section-specialists {
    padding: 40px 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section-specialists {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 479px) {
  .section-specialists {
    padding: 30px 0;
  }
}
.section-specialists:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 492px;
  background: linear-gradient(180deg, rgba(134, 134, 134, 0.2) 60.16%, rgba(255, 255, 255, 0.005) 100%);
  border-radius: 60px 60px 0 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-specialists:before {
    height: 200px;
    border-radius: 24px 24px 0 0;
  }
}
.section-specialists .btn-wrapper {
  margin: 40px 0 0 0;
}
@media (max-width: 1350px) {
  .section-specialists .btn-wrapper {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-specialists .btn-wrapper {
    margin: 16px 0 0 0;
  }
}
.section-specialists .btn-wrapper .btn {
  width: 100%;
}
.section-specialists .specialists-slider--wrapper {
  width: 100%;
  position: relative;
}
.section-specialists .specialists-slider--wrapper .slick-list {
  margin: 0 -8px;
}
@media (max-width: 1650px) {
  .section-specialists .specialists-slider--wrapper .slick-list {
    margin: 0 -6px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-slider--wrapper .slick-list {
    margin: 0 -3.5px;
    overflow: visible;
  }
}
.section-specialists .specialists-slider--wrapper .specialist-item {
  margin: 0 8px;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 1650px) {
  .section-specialists .specialists-slider--wrapper .specialist-item {
    margin: 0 6px;
    border-radius: 18px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-slider--wrapper .specialist-item {
    margin: 0 3.5px;
    border-radius: 12px;
  }
}
.section-specialists .specialists-slider--wrapper .specialist-item .specialist-image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 23px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1650px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-image img {
    border-radius: 18px;
    height: 270px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-image img {
    height: 180px;
    border-radius: 12px;
  }
}
.section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr {
  min-height: 15rem;
  padding: 40px;
}
@media (max-width: 1650px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr {
    padding: 28px 30px 25px;
  }
}
@media (max-width: 1350px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr {
    padding: 16px 8px;
  }
}
.section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #2a303e;
  margin: 0 0 9px;
}
@media (max-width: 1650px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr p {
    font-size: 20px;
    margin: 0 0 6px;
  }
}
@media (max-width: 1350px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr p {
    font-size: 15px;
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr p {
    font-size: 14px;
  }
}
.section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr p b {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #4c515d;
}
@media (max-width: 1650px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-slider--wrapper .specialist-item .specialist-descr span {
    font-size: 11px;
  }
}

.section-reviews {
  padding: 60px 0;
}
@media (max-width: 1350px) {
  .section-reviews {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .section-reviews {
    padding: 40px 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section-reviews {
    padding: 30px 0;
  }
}
.section-reviews h2 small {
  font-weight: 400;
  color: #00b777;
}
.section-reviews h2 small img {
  margin: 0 20px;
}
@media (max-width: 1650px) {
  .section-reviews h2 small img {
    height: 50px;
    object-fit: contain;
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .section-reviews h2 small img {
    height: 40px;
    margin: 0 10px;
  }
}
.section-reviews .btn-wrapper {
  margin: 40px 0 0 0;
}
@media (max-width: 1350px) {
  .section-reviews .btn-wrapper {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-reviews .btn-wrapper {
    margin: 16px 0 0 0;
  }
}
.section-reviews .btn-wrapper .btn {
  width: 100%;
}
.section-reviews .reviews-slider--wrapper {
  width: 100%;
  position: relative;
}
.section-reviews .reviews-slider--wrapper .slick-list {
  margin: 0 -8px;
}
@media (max-width: 1650px) {
  .section-reviews .reviews-slider--wrapper .slick-list {
    margin: 0 -6px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .slick-list {
    overflow: visible;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-item {
  margin: 0 8px;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 1650px) {
  .section-reviews .reviews-slider--wrapper .reviews-item {
    border-radius: 18px;
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-item {
    border-radius: 15px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-item .reviews-image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center;
  border-radius: 23px;
}
.section-reviews .reviews-slider--wrapper .reviews-item .reviews-image {
  display: block;
  cursor: pointer;
  background: #f4f5f7;
  border: none;
  padding: 0;
  width: 100%;
  border-radius: 23px;
  overflow: hidden;
}
@media (max-width: 1650px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-image img {
    border-radius: 18px;
    height: 270px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-image img {
    height: 225px;
    border-radius: 15px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr {
  padding: 40px;
}
@media (max-width: 1650px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr {
    padding: 30px 30px 35px;
  }
}
@media (max-width: 1350px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr {
    padding: 16px 8px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  color: #2a303e;
  margin: 0 0 12px;
}
@media (max-width: 1650px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr p {
    font-size: 20px;
    margin: 0 0 8px;
  }
}
@media (max-width: 1350px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr p {
    font-size: 15px;
  }
}
.section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #4c515d;
}
@media (max-width: 1650px) {
  .section-reviews .reviews-slider--wrapper .reviews-item .reviews-descr span {
    font-size: 14px;
  }
}

.section-story {
  padding: 60px 0;
}
@media (max-width: 1350px) {
  .section-story {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .section-story {
    padding: 40px 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section-story {
    padding: 30px 0;
  }
}
.section-story .btn-wrapper {
  margin: 40px 0 0 0;
}
@media (max-width: 1350px) {
  .section-story .btn-wrapper {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-story .btn-wrapper {
    margin: 16px 0 0 0;
  }
}
.section-story .btn-wrapper .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .section-story .btn-wrapper .btn {
    padding: 13px 80px;
  }
}
@media (max-width: 479px) {
  .section-story .btn-wrapper .btn {
    padding: 13px 25px;
  }
}
.section-story .story-slider--wrapper {
  width: 100%;
  position: relative;
}
.section-story .story-slider--wrapper .slick-list {
  margin: 0 -8px;
}
@media (max-width: 1350px) {
  .section-story .story-slider--wrapper .slick-list {
    margin: 0 -6px;
  }
}
@media (max-width: 991px) {
  .section-story .story-slider--wrapper .slick-list {
    overflow: visible;
  }
}
.section-story .story-slider--wrapper .story-item {
  margin: 0 8px;
}
@media (max-width: 1350px) {
  .section-story .story-slider--wrapper .story-item {
    margin: 0 6px;
  }
}
.section-story .story-slider--wrapper .story-item .video_wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 690px;
  box-shadow: none;
}
@media (max-width: 1650px) {
  .section-story .story-slider--wrapper .story-item .video_wrap {
    height: 513px;
    border-radius: 18px;
  }
}
@media (max-width: 1350px) {
  .section-story .story-slider--wrapper .story-item .video_wrap {
    height: 430px;
  }
}
@media (max-width: 991px) {
  .section-story .story-slider--wrapper .story-item .video_wrap {
    height: 380px;
  }
}
@media (max-width: 479px) {
  .section-story .story-slider--wrapper .story-item .video_wrap {
    height: 260px;
  }
}

.section-qna {
  padding: 60px 0;
}
@media (max-width: 1350px) {
  .section-qna {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .section-qna {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section-qna {
    padding: 30px 0;
  }
}
.section-qna .dropdown-qna {
  position: relative;
}
.section-qna .dropdown-qna .question {
  margin: 0 0 16px;
}
.section-qna .dropdown-qna .question.active .title_dropdown__qna {
  background: #0b7;
  color: #fff;
}
.section-qna .dropdown-qna .question.active .title_dropdown__qna span {
  transform: rotate(45deg);
  color: #fff;
}
.section-qna .dropdown-qna .question .title_dropdown__qna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: rgba(242, 242, 242, 0.19);
  border-radius: 24px;
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 28px;
  line-height: 1.2;
  color: #d9d9d9;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .question .title_dropdown__qna {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-qna .dropdown-qna .question .title_dropdown__qna {
    font-size: 18px;
    padding: 30px;
    border-radius: 18px;
  }
}
@media (max-width: 479px) {
  .section-qna .dropdown-qna .question .title_dropdown__qna {
    font-size: 16px;
    padding: 24px;
  }
}
.section-qna .dropdown-qna .question .title_dropdown__qna:hover {
  background: #0b7;
  color: #fff;
}
.section-qna .dropdown-qna .question .title_dropdown__qna:hover span {
  color: #fff;
}
.section-qna .dropdown-qna .question .title_dropdown__qna span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.2;
  color: #d9d9d9;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .section-qna .dropdown-qna .question .title_dropdown__qna span {
    font-size: 48px;
  }
}
.section-qna .dropdown-qna .question .default-submenu {
  display: none;
  background: #def0ea;
  padding: 40px 64px 40px 40px;
  border-radius: 24px;
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 28px;
  line-height: 1.2;
  color: #000;
  margin: 16px 0 0 0;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .question .default-submenu {
    font-size: 20px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .section-qna .dropdown-qna .question .default-submenu {
    padding: 30px;
    font-size: 18px;
    border-radius: 18px;
  }
}
@media (max-width: 479px) {
  .section-qna .dropdown-qna .question .default-submenu {
    font-size: 16px;
    padding: 24px;
  }
}
.section-qna .dropdown-qna .question .default-submenu p {
  margin: 0 0 16px;
}
.section-qna .dropdown-qna .question .default-submenu p:nth-last-child(1) {
  margin: 0;
}

.section-contacts {
  padding: 60px 0 90px 0;
}
@media (max-width: 1350px) {
  .section-contacts {
    padding: 45px 0 90px 0;
  }
}
@media (max-width: 991px) {
  .section-contacts {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section-contacts {
    padding: 30px 0 60px 0;
  }
}
.section-contacts h3 {
  text-transform: uppercase;
  margin: 0 0 12px;
}
.section-contacts .contacts-phones {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (max-width: 479px) {
  .section-contacts .contacts-phones {
    margin: 0 0 40px;
  }
}
.section-contacts .contacts-phones li {
  margin: 0 48px 0 0;
}
@media (max-width: 991px) {
  .section-contacts .contacts-phones li {
    margin: 0 36px 0 0;
  }
}
@media (max-width: 479px) {
  .section-contacts .contacts-phones li {
    width: 100%;
    margin: 0;
  }
}
.section-contacts .contacts-phones li a {
  font-family: "SF Pro", sans-serif;
  font-weight: 590;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1350px) {
  .section-contacts .contacts-phones li a {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .section-contacts .contacts-phones li a {
    font-size: 32px;
  }
}
.section-contacts .contacts-phones li a:hover {
  border-color: #fff;
}
.section-contacts .contacts-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-contacts .contacts-wrapper .left-side {
  width: 100%;
  max-width: 560px;
}
@media (max-width: 1650px) {
  .section-contacts .contacts-wrapper .left-side {
    max-width: 450px;
  }
}
@media (max-width: 1350px) {
  .section-contacts .contacts-wrapper .left-side {
    max-width: 410px;
  }
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
.section-contacts .contacts-wrapper .left-side .contacts-slider--wrapper {
  width: 100%;
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-slider--wrapper {
    margin: 0 0 40px;
  }
}
.section-contacts .contacts-wrapper .left-side .contacts-slider--wrapper .slider_item img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
@media (max-width: 1650px) {
  .section-contacts .contacts-wrapper .left-side .contacts-slider--wrapper .slider_item img {
    height: 250px;
    border-radius: 18px;
  }
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-slider--wrapper .slider_item img {
    height: 375px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .section-contacts .contacts-wrapper .left-side .contacts-slider--wrapper .slider_item img {
    height: 260px;
    border-radius: 18px;
  }
}
@media (max-width: 479px) {
  .section-contacts .contacts-wrapper .left-side .contacts-slider--wrapper .slider_item img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item {
  padding: 24px 0;
  border-bottom: 1px solid #292e3a;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item {
    width: 100%;
  }
}
.section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item p {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #d9d9d9;
  margin: 0 0 16px;
}
@media (max-width: 1650px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item p {
    font-size: 20px;
  }
}
.section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item span {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #d9d9d9;
}
@media (max-width: 1650px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item span {
    font-size: 18px;
  }
}
@media (max-width: 1650px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .contacts-item span br {
    display: none;
  }
}
.section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0 0 0;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper {
    display: block;
  }
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left {
    width: 100%;
  }
}
.section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left p {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #d9d9d9;
  margin: 0 0 3px;
}
.section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left ul li {
  margin: 0 16px 0 0;
}
.section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left ul li a {
  display: block;
}
.section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left ul li a:hover {
  opacity: 0.7;
}
.section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-left ul li a img {
  display: block;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-right {
    width: 100%;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .left-side .contacts-block .btns-wrapper .btns-right .btn {
    width: 100%;
    min-height: 50px;
    font-size: 12px;
  }
}
.section-contacts .contacts-wrapper .right-side {
  width: calc(100% - 600px);
}
@media (max-width: 1650px) {
  .section-contacts .contacts-wrapper .right-side {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1350px) {
  .section-contacts .contacts-wrapper .right-side {
    width: calc(100% - 430px);
  }
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .right-side {
    width: 100%;
  }
}
.section-contacts .contacts-wrapper .right-side iframe {
  display: block;
  width: 100%;
  height: 680px;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper .right-side iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .section-contacts .contacts-wrapper .right-side iframe {
    height: 520px;
  }
}
@media (max-width: 479px) {
  .section-contacts .contacts-wrapper .right-side iframe {
    height: 480px;
  }
}

footer {
  background: #687e8e;
  padding: 40px 0;
}
@media (max-width: 991px) {
  footer {
    padding: 24px 0;
  }
}
footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-wrapper {
    display: block;
  }
}
footer .footer-wrapper .footer-logo {
  display: block;
}
@media (max-width: 767px) {
  footer .footer-wrapper .footer-logo {
    margin: 0 0 30px;
  }
}
footer .footer-wrapper .footer-logo:hover {
  opacity: 0.7;
}
footer .footer-wrapper .footer-logo img {
  display: block;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-logo img {
    height: 40px;
    object-fit: contain;
  }
}
footer .footer-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer-wrapper ul {
    display: block;
  }
}
footer .footer-wrapper ul li {
  margin: 0 0 0 24px;
}
@media (max-width: 991px) {
  footer .footer-wrapper ul li {
    margin: 0 0 0 8px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper ul li {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper ul li:nth-last-child(1) {
    margin: 0;
  }
}
footer .footer-wrapper ul li a {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  transition: all width 0.3s;
  position: relative;
}
@media (max-width: 1350px) {
  footer .footer-wrapper ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper ul li a {
    font-size: 16px;
  }
}
footer .footer-wrapper ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}
@media (max-width: 767px) {
  footer .footer-wrapper ul li a:after {
    content: none;
  }
}
footer .footer-wrapper ul li a:hover {
  color: #fff;
}
footer .footer-wrapper ul li a:hover:after {
  width: 100%;
}

h1,
.h1 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 96px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px;
}
@media (max-width: 1650px) {
  h1,
.h1 {
    font-size: 72px;
    margin: 0 0 12px;
  }
}
@media (max-width: 1350px) {
  h1,
.h1 {
    font-size: 64px;
    margin: 0 0 6px;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  h1,
.h1 {
    font-size: 34px;
  }
}
h1 span,
.h1 span {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1650px) {
  h1 span,
.h1 span {
    font-size: 36px;
  }
}
@media (max-width: 1350px) {
  h1 span,
.h1 span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 span,
.h1 span {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  h1 span,
.h1 span {
    font-size: 20px;
  }
}

h2,
.h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #b9b9b9;
  margin: 0 0 40px;
}
@media (max-width: 1650px) {
  h2,
.h2 {
    font-size: 48px;
  }
}
@media (max-width: 1350px) {
  h2,
.h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 30px;
    margin: 0 0 24px;
  }
}
@media (max-width: 479px) {
  h2,
.h2 {
    font-size: 22px;
    margin: 0 0 16px;
  }
}
h2 span,
.h2 span {
  display: block;
  font-weight: 400;
}

h3,
.h3 {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  color: #d9d9d9;
  margin: 0 0 40px;
}
@media (max-width: 1650px) {
  h3,
.h3 {
    font-size: 28px;
    margin: 0 0 32px;
  }
}
@media (max-width: 1350px) {
  h3,
.h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 18px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 42px;
}
@media (max-width: 1650px) {
  .btn {
    padding: 16px 32px;
  }
}
@media (max-width: 991px) {
  .btn {
    padding: 6px 30px;
  }
}
@media (max-width: 479px) {
  .btn {
    padding: 6px 16px;
  }
}
.btn-blue {
  background: #004fa9;
  border-radius: 40px;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  min-height: 60px;
}
@media (max-width: 1650px) {
  .btn-blue {
    min-height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .btn-blue {
    font-size: 14px;
    min-height: 52px;
  }
}
.btn-blue:hover {
  background: #2473cd;
  color: #fff;
}
.btn-orange--shadow {
  background: #ff7409;
  border-radius: 40px;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  box-shadow: inset 0 0 14px 0 #c71100;
  min-height: 60px;
}
@media (max-width: 1650px) {
  .btn-orange--shadow {
    min-height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .btn-orange--shadow {
    font-size: 14px;
    min-height: 52px;
  }
}
.btn-orange--shadow:hover {
  background: #ff9442;
  color: #fff;
  box-shadow: inset 0 0 14px 0 #c71100;
}
.btn-green {
  background: #00a975;
  border-radius: 40px;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  min-height: 60px;
}
@media (max-width: 1650px) {
  .btn-green {
    min-height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .btn-green {
    font-size: 14px;
    min-height: 52px;
  }
}
.btn-green:hover {
  background: #3fcfa3;
  color: #fff;
}
.btn-orange {
  background: #ffa600;
  border-radius: 40px;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  min-height: 60px;
}
@media (max-width: 1650px) {
  .btn-orange {
    min-height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .btn-orange {
    font-size: 14px;
    min-height: 52px;
  }
}
.btn-orange:hover {
  background: #ffb732;
  color: #fff;
}
.btn-grey {
  background: #3a5168;
  border-radius: 40px;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  min-height: 68px;
}
@media (max-width: 991px) {
  .btn-grey {
    padding: 14px;
    min-height: 48px;
  }
}
.btn-grey:hover {
  background: #5b738b;
  color: #fff;
}
.btn-red {
  background: #ff3604;
  border-radius: 40px;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 22px;
  min-height: 46px;
}
.btn-red:hover {
  background: #db3c14;
  color: #fff;
}
.btn-purple {
  padding: 0;
}
.btn-purple:hover .btn-text {
  background: #516dae;
}
.btn-purple:hover .btn-arrow {
  background: #e89133;
}
.btn-purple .btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 50px;
  background: #7892ce;
  border-radius: 40px;
  min-height: 64px;
  transition: 0.3s all ease;
}
@media (max-width: 1350px) {
  .btn-purple .btn-text {
    padding: 16px 30px;
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .btn-purple .btn-text {
    padding: 10px 16px;
    min-height: 46px;
  }
}
@media (max-width: 479px) {
  .btn-purple .btn-text {
    font-size: 12px;
    min-height: 40px;
  }
}
.btn-purple .btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fcba72;
  width: 64px;
  min-height: 64px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media (max-width: 1350px) {
  .btn-purple .btn-arrow {
    width: 56px;
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .btn-purple .btn-arrow {
    width: 46px;
    min-height: 46px;
  }
}
@media (max-width: 479px) {
  .btn-purple .btn-arrow {
    width: 40px;
    min-height: 40px;
  }
}
.btn-purple .btn-arrow img {
  display: block;
}
@media (max-width: 1350px) {
  .btn-purple .btn-arrow img {
    width: 23px;
  }
}
@media (max-width: 767px) {
  .btn-purple .btn-arrow img {
    width: 16px;
  }
}
@media (max-width: 479px) {
  .btn-purple .btn-arrow img {
    width: 12px;
  }
}

.row {
  margin: -8px;
}
@media (max-width: 1350px) {
  .row {
    margin: -5px;
  }
}
.row [class*=col-] {
  padding: 8px;
}
@media (max-width: 1350px) {
  .row [class*=col-] {
    padding: 5px;
  }
}

.menu-box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 151;
}
@media (max-width: 991px) {
  .menu-box {
    display: inline-flex;
    margin: 0 0 0 24px;
  }
}
@media (max-width: 767px) {
  .menu-box {
    margin: 0 0 0 12px;
  }
}

.hamburger {
  background: #171b25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  transition: 0.3s all ease;
}
.hamburger .line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 0 0 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active {
  background: #171b25;
}
.hamburger.is-active .line {
  width: 24px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
  background: #fff;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
  background: #fff;
}

.mob-nav {
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
  max-width: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
  background: rgba(2, 4, 9, 0.8);
  border-radius: 0;
  z-index: 1;
  overflow: auto;
  min-height: calc(100dvh - 80px);
}
.mob-nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 150;
}
.mob-nav .mob-nav--wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 36px 24px;
}
.mob-nav .mob-nav--wrapper .mob-menu {
  padding: 0 0 24px;
}
.mob-nav .mob-nav--wrapper .mob-menu li {
  margin: 0 0 20px;
}
.mob-nav .mob-nav--wrapper .mob-menu li:nth-last-child(1) {
  margin: 0;
}
.mob-nav .mob-nav--wrapper .mob-menu li a {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1a1919;
  padding: 10px 0;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom {
  border-top: 1px solid #d9d9d9;
  padding: 24px 0 0 0;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #434959;
  margin: 0 0 16px;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .btn {
  font-size: 12px;
  padding: 8px 14px;
  min-height: 32px;
  margin: 0 0 16px;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper .mob-contacts--phones li {
  margin: 0 0 3px;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper .mob-contacts--phones li:nth-last-child(1) {
  margin: 0;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper .mob-contacts--phones li a {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #171b25;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper .mob-contacts--socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper .mob-contacts--socials li {
  margin: 0 0 0 12px;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper .mob-contacts--socials li a {
  display: block;
}
.mob-nav .mob-nav--wrapper .mob-nav--bottom .mob-contacts--wrapper .mob-contacts--socials li a img {
  display: block;
  width: 20px;
}

.ohidden {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.video_wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 395px;
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1650px) {
  .video_wrap {
    height: 340px;
  }
}
@media (max-width: 1350px) {
  .video_wrap {
    height: 320px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .video_wrap {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .video_wrap {
    height: 280px;
    border-radius: 13px;
  }
}
@media (max-width: 479px) {
  .video_wrap {
    height: 210px;
    border-radius: 10px;
  }
}
.video_wrap .poster {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video_wrap .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_wrap .play_btn img {
  display: block;
  margin: 0 0 0 8px;
  width: 140px;
  height: 140px;
}
@media (max-width: 1650px) {
  .video_wrap .play_btn img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1350px) {
  .video_wrap .play_btn img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .video_wrap .play_btn img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 479px) {
  .video_wrap .play_btn img {
    width: 48px;
    height: 48px;
  }
}
.video_wrap .play_btn:hover {
  opacity: 0.7;
  transition: 0.3s all ease;
}

.video_wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center;
}

.video_wrap video.played {
  opacity: 1;
  visibility: visible;
}

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

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .slick-dots {
    bottom: -15px;
  }
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  background: #414141;
  margin: 0 1.5px;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .slick-dots li {
    width: 5px;
    height: 5px;
  }
}
.slick-dots li.slick-active {
  background: #a4b7d0;
  border-radius: 16px;
  width: 70px;
}
@media (max-width: 991px) {
  .slick-dots li.slick-active {
    width: 50px;
  }
}
.slick-dots li:hover {
  background: #a4b7d0;
}

.section__sliderNav--arrows {
  z-index: 5;
}
.section__sliderNav--arrows button {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  background: #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1650px) {
  .section__sliderNav--arrows button {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .section__sliderNav--arrows button {
    width: 36px;
    height: 36px;
    left: 10px;
  }
}
.section__sliderNav--arrows button:hover {
  background: #00b777;
}
.section__sliderNav--arrows button:hover svg path {
  fill: #fff;
}
.section__sliderNav--arrows button.next {
  left: initial;
  right: 20px;
}
@media (max-width: 991px) {
  .section__sliderNav--arrows button.next {
    right: 10px;
  }
}
.section__sliderNav--arrows button svg {
  display: block;
}
@media (max-width: 1650px) {
  .section__sliderNav--arrows button svg {
    width: 19px;
  }
}
@media (max-width: 991px) {
  .section__sliderNav--arrows button svg {
    width: 14px;
  }
}
.section__sliderNav--arrows button svg path,
.section__sliderNav--arrows button svg circle {
  transition: 0.3s all ease;
}

.modal {
  z-index: 10000;
}
.modal .close {
  position: absolute;
  right: 26px;
  top: 26px;
  z-index: 3;
  opacity: 1;
}
.modal .close img {
  display: block;
  width: 14px;
  height: 14px;
}
.modal.feedback-modal {
  overflow: auto;
}
.modal.feedback-modal .modal-dialog {
  max-width: 520px;
  border: none;
  border-radius: 0;
}
.modal.feedback-modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 2px 2px 6px 0 rgba(108, 87, 50, 0.13), 7px 8px 10px 0 rgba(108, 87, 50, 0.11), 16px 18px 14px 0 rgba(108, 87, 50, 0.07), 28px 31px 17px 0 rgba(108, 87, 50, 0.02), 44px 49px 18px 0 rgba(108, 87, 50, 0);
  background: #fff;
  border-radius: 32px;
  padding: 40px;
}
.modal.feedback-modal .modal-dialog .modal-content h3 {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #292d32;
  margin: 0 0 24px;
}
.modal.feedback-modal .modal-dialog .modal-content form {
  width: 100%;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  padding: 12px 14px;
  transition: 0.3s all ease;
  margin: 0 0 16px;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper:hover {
  border-color: #000;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper label {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #aeadad;
  margin: 0 0 6px;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper input,
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper select {
  display: block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.modal.feedback-modal .modal-dialog .modal-content form .input-wrapper select {
  cursor: pointer;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%2353647A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper {
  margin: 0 0 16px;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper p {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #1a1919;
  margin: 0 0 12px;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper .form-group {
  width: calc(33.3333333333% - 9px);
  margin: 0;
}
@media (max-width: 767px) {
  .modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper .form-group {
    width: 100%;
  }
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper input[type=radio] {
  display: none;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #414141;
  padding: 0 0 0 28px;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper label img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 0 3px 0 0;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #b3b2b2;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.modal.feedback-modal .modal-dialog .modal-content form .form-radio--wrapper .radio-wrapper input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.5);
}
.modal.feedback-modal .modal-dialog .modal-content form .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.feedback-modal .modal-dialog .modal-content form .btn-wrapper .btn {
  width: 100%;
  min-height: 51px;
  text-transform: uppercase;
}
.modal.feedback-modal .modal-dialog .modal-content form span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #767575;
  margin: 16px 0 0 0;
}
.modal.feedback-modal .modal-dialog .modal-content form span a {
  border-bottom: 1px solid #767575;
}
.modal.feedback-modal .modal-dialog .modal-content form span a:hover {
  border-color: transparent;
}
.modal.thx-modal {
  overflow: auto;
}
.modal.thx-modal .modal-dialog {
  max-width: 520px;
  border: none;
  border-radius: 0;
}
.modal.thx-modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 2px 2px 6px 0 rgba(108, 87, 50, 0.13), 7px 8px 10px 0 rgba(108, 87, 50, 0.11), 16px 18px 14px 0 rgba(108, 87, 50, 0.07), 28px 31px 17px 0 rgba(108, 87, 50, 0.02), 44px 49px 18px 0 rgba(108, 87, 50, 0);
  background: #fff;
  border-radius: 32px;
  padding: 40px;
}
.modal.thx-modal .modal-dialog .modal-content h3 {
  font-family: "SF Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #292d32;
  text-align: center;
  margin: 0 0 16px;
}
.modal.thx-modal .modal-dialog .modal-content p {
  font-size: 20px;
  line-height: 1.2;
  color: #292d32;
  text-align: center;
  margin: 0 0 24px;
}
.modal.thx-modal .modal-dialog .modal-content .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.thx-modal .modal-dialog .modal-content .btn-wrapper .btn {
  width: 100%;
  min-height: 51px;
  text-transform: uppercase;
}
.modal.thx-modal .modal-dialog .modal-content #infoModalGallery {
  margin: 0px 0px 44px;
}
.modal.review-image-modal .modal-dialog {
  max-width: 960px;
}
.modal.review-image-modal .modal-dialog .modal-content {
  padding: 56px 56px 32px;
}
@media (max-width: 991px) {
  .modal.review-image-modal .modal-dialog .modal-content {
    padding: 52px 20px 20px;
  }
}
.modal.review-image-modal .review-image-modal__img {
  display: block;
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
}

/*# sourceMappingURL=app.css.map */
