html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'Inter Tight', sans-serif;
  background: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #1a1a1a; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #00694b; }

.green {
  color: #00694b; }

.container {
  padding: 0 15px;
  max-width: 1346px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-size: 58px;
  font-weight: 600;
  line-height: 100%;
  margin: 0; }

h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
  color: #212121; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #00694b; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #00694b;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #00694b; }

.popup__bg {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #00694b;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  box-sizing: border-box;
  width: 201px;
  height: 48px;
  border-radius: 24px;
  background: #00694b;
  padding: 4px 4px 4px 16px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px; }
  .btn div {
    width: 40px;
    height: 100%;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1.2s;
    transform: rotate(0deg);
    padding-left: 0.7px;
    position: relative;
    top: 0px; }
  .btn:hover {
    transform: scale(1.04);
    color: white; }
    .btn:hover div {
      transform: scale(1.04); }

.btn:hover div {
  transform: rotate(360deg); }

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-Regular.woff2") format("woff2"), url("../fonts/InterTight-Regular.woff") format("woff"), url("../fonts/InterTight-Regular.ttf") format("truetype"), url("../fonts/InterTight-Regular.svg#InterTight-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Bold.eot");
  src: url("../fonts/InterTight-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-Bold.woff2") format("woff2"), url("../fonts/InterTight-Bold.woff") format("woff"), url("../fonts/InterTight-Bold.ttf") format("truetype"), url("../fonts/InterTight-Bold.svg#InterTight-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AA Stetica';
  src: url("../fonts/AAStetica-Bold.eot");
  src: url("../fonts/AAStetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AAStetica-Bold.woff2") format("woff2"), url("../fonts/AAStetica-Bold.woff") format("woff"), url("../fonts/AAStetica-Bold.ttf") format("truetype"), url("../fonts/AAStetica-Bold.svg#AAStetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

input::-webkit-input-placeholder {
  color: rgba(250, 250, 255, 0.6) !important; }

input::-moz-placeholder {
  color: rgba(250, 250, 255, 0.6) !important; }

input:-ms-input-placeholder {
  color: rgba(250, 250, 255, 0.6) !important; }

input:-moz-placeholder {
  color: rgba(250, 250, 255, 0.6) !important; }

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

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px; }
  .box-modal__close:hover {
    transition: 0.5s;
    transform: rotate(90deg); }

.box-modal {
  position: relative; }

.popup-call__box {
  position: absolute;
  top: -22rem;
  left: 50%;
  height: auto;
  margin-left: -423px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  width: 846px;
  box-sizing: border-box;
  background: white;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solidrgba(224, 224, 224, 1);
  border-radius: 24px; }
  .popup-call__box .order__box {
    padding: 0;
    width: 100%; }
  .popup-call__box .order__flex {
    justify-content: space-between;
    width: 94%; }

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

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #00694b; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #00694b !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
  flex-wrap: wrap; }
  .bread a {
    color: rgba(32, 32, 32, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    .bread a:after {
      content: "/";
      display: inline-block;
      color: rgba(32, 32, 32, 0.5) !important;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      margin: 0 10px; }
    .bread a:last-child {
      color: #202020; }
      .bread a:last-child:after {
        display: none; }
    .bread a:hover {
      color: #00694b; }

.mob {
  display: none; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #00694b; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #00694b; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.nav__top {
  padding: 15px 0;
  border-radius: 0px 0px 24px 24px;
  background: #f1f1f1; }

.nav__box {
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0; }

.nav__logo {
  display: flex;
  width: 95px;
  align-items: center;
  justify-content: center;
  padding-right: 21px;
  margin-right: 16px;
  position: relative;
  flex: 1 0 auto;
  max-width: 95px; }
  .nav__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .nav__logo:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -3px;
    height: 62px;
    width: 1px;
    background: #d5e7dd; }

.nav__sub {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px; }

.nav__list {
  display: flex;
  margin-left: 100px;
  align-items: center; }
  .nav__list li {
    margin-right: 24px; }
    .nav__list li:last-child {
      margin-right: 0; }
    .nav__list li a {
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; }
      .nav__list li a:hover {
        color: #00694b; }

.nav__info {
  margin-left: auto;
  align-items: center; }

.nav__area {
  display: flex;
  align-items: center;
  margin-right: 4px;
  width: 190px;
  height: 48px;
  padding: 4px;
  border-radius: 24px;
  background: #f1f1f1; }
  .nav__area img {
    margin-right: 12px; }
  .nav__area a {
    display: block; }
    .nav__area a:hover {
      color: #00694b; }

.nav__tel {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 1px; }

.nav__mail {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px; }

.nav__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #f1f1f1; }
  .nav__socials a:hover {
    background: #00694b; }
    .nav__socials a:hover .svg path {
      fill: white; }

.nav .nav__socials a:first-child {
  display: none; }

.nav__btn {
  width: 215px; }

.nav__local {
  display: flex;
  align-items: center; }
  .nav__local p {
    margin-left: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px; }

.header {
  padding-bottom: 52px; }
  .header__wrap {
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__content {
    width: 100%;
    max-width: 472px;
    margin-top: 70px; }
    .header__content h1 {
      margin-bottom: 32px; }
    .header__content ul {
      margin-bottom: 68px; }
      .header__content ul li {
        display: flex;
        margin-bottom: 12px;
        align-items: center; }
        .header__content ul li p {
          margin-left: 16px;
          color: #1a1a1a;
          font-size: 21px;
          font-weight: 400;
          line-height: 25px; }
        .header__content ul li:last-child {
          margin-bottom: 0; }
  .header__img {
    display: block;
    max-width: 760px; }
  .header__sub {
    margin-bottom: 16px;
    color: #00694b;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 0.03rem; }
  .header__btn {
    margin-right: 12px; }
  .header__btn2 {
    width: 259px;
    border: 1px solid #e0e0e0;
    background: transparent;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    box-sizing: border-box;
    height: 48px;
    border-radius: 24px;
    padding: 4px 4px 4px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px; }
    .header__btn2 div {
      width: 40px;
      height: 100%;
      background: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 1.2s;
      transform: rotate(0deg);
      padding-left: 0.7px;
      position: relative;
      top: 0px; }
    .header__btn2:hover {
      transform: scale(1.04);
      color: #1a1a1a; }
      .header__btn2:hover div {
        transform: scale(1.04);
        transform: rotate(360deg); }

.main {
  padding: 52px 0 80px; }
  .main h2 {
    text-align: center;
    margin-bottom: 48px; }
  .main__row {
    justify-content: center;
    align-items: inherit;
    gap: 12px; }
  .main__item {
    width: 32.8%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: 0.3s; }
    .main__item:hover {
      transform: scale(1.04); }
  .main__wrap {
    margin-bottom: 120px; }
    .main__wrap:last-child {
      margin-bottom: 0; }
  .main__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: white;
    padding: 18px 40px;
    margin-bottom: 4px; }
    .main__image img {
      display: block;
      margin: 0 auto;
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
      height: 100%; }
  .main__content {
    width: 100%;
    padding: 24px;
    height: 272px;
    border-radius: 24px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .main__name {
    margin-bottom: 8px;
    color: #1a1a1a;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px; }
  .main__text {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 20px; }
  .main__info {
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: white; }
  .main__left small {
    display: block;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 5px; }
  .main__left p {
    font-weight: 600;
    font-size: 21px;
    color: #00694b; }
    .main__left p span {
      font-size: 18px; }
  .main__btn {
    width: 161px; }

.pay {
  padding: 80px 0 60px;
  border-radius: 24px 24px 0px 0px;
  background: #f1f1f1; }
  .pay h2 {
    text-align: center;
    margin-bottom: 48px; }
  .pay__box {
    justify-content: space-between; }
  .pay__row {
    justify-content: space-between;
    width: 100%;
    max-width: 66.65%;
    border-radius: 24px;
    overflow: hidden;
    background: white; }
  .pay__item {
    width: 50%;
    padding: 24px;
    position: relative; }
    .pay__item:first-child:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 500%;
      width: 1px;
      background: #d3e6da; }
  .pay__info {
    width: 100%;
    max-width: 32.3%; }
  .pay__get {
    width: 100%;
    height: 290.5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    background: #00694b;
    margin-bottom: 12px; }
    .pay__get:last-child {
      margin-bottom: 0; }
  .pay__top {
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    align-items: center;
    width: 100%; }
    .pay__top p {
      margin-left: 16px;
      color: white;
      font-size: 21px;
      font-weight: 600;
      line-height: 25px; }
  .pay__list {
    margin-top: auto;
    padding: 28px 25px; }
    .pay__list li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px; }
      .pay__list li:last-child {
        margin-bottom: 0; }
      .pay__list li p {
        color: white;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-left: 17px; }
      .pay__list li img {
        position: relative;
        top: 1px; }
  .pay__block {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px; }
    .pay__block img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      object-fit: cover; }
  .pay__flex {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-top: auto; }
    .pay__flex p {
      color: white;
      font-size: 28px;
      font-weight: 600;
      line-height: 34px; }
    .pay__flex span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 123px;
      height: 32px;
      border-radius: 24px;
      background: #f1f1f1;
      color: #1a1a1a;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
  .pay__el {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #d3e6da;
    margin-bottom: 12px; }
    .pay__el:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .pay__el p:nth-child(2) {
      font-weight: 600; }

.info {
  padding: 60px 0 80px;
  border-radius: 0px 0px 24px 24px;
  background: #f1f1f1; }
  .info h2 {
    text-align: center;
    margin-bottom: 48px; }
  .info__box {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px; }
  .info__item {
    overflow: hidden;
    position: relative;
    width: 49.5%;
    padding: 0 24px;
    border-radius: 24px;
    background: white;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .info__item:last-child {
      background: #00694b;
      flex-direction: column; }
      .info__item:last-child .info__left {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .info__item:last-child h3 {
        color: white; }
      .info__item:last-child a {
        margin-top: auto;
        width: 187px;
        background: white;
        color: #00694b; }
      .info__item:last-child img {
        position: absolute;
        bottom: 0;
        right: 25px; }
  .info__left {
    width: 110%;
    max-width: 330px;
    padding: 24px 0; }
    .info__left h3 {
      margin-top: 0;
      margin-bottom: 16px;
      color: #1a1a1a;
      font-size: 28px;
      font-weight: 700;
      line-height: 34px; }
    .info__left ul li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 12px; }
      .info__left ul li img {
        position: relative;
        top: 2px; }
      .info__left ul li p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-left: 16px; }
      .info__left ul li:last-child {
        margin-bottom: 0; }
  .info__right {
    padding: 24px 0 24px 24px;
    border-left: 1px solid #e0e0e0; }
    .info__right img {
      object-fit: cover;
      overflow: hidden;
      width: 227px;
      height: 252px;
      border-radius: 24px; }

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  background: white;
  cursor: pointer;
  transition: 0.5s;
  z-index: 4; }
  .arrow:hover {
    background: #00694b;
    border: 1px solid #00694b; }
    .arrow:hover .svg path {
      stroke: white; }

.trust {
  padding: 80px 0; }
  .trust .container {
    position: relative; }
  .trust h2 {
    text-align: center;
    margin-bottom: 48px; }
  .trust .arrow {
    position: absolute;
    top: 62%; }
  .trust .swiper-button-prev1 {
    left: 9px; }
  .trust .swiper-button-next1 {
    right: 9px; }
  .trust .swiper1 {
    width: 92%;
    margin: 0 auto;
    overflow: hidden; }
    .trust .swiper1 .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 250px;
      padding: 24px;
      border-radius: 24px;
      background: #f1f1f1;
      transition: 0.3s; }
      .trust .swiper1 .swiper-slide:hover {
        transform: scale(1.04); }
      .trust .swiper1 .swiper-slide img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        display: block; }

.area {
  margin-bottom: 60px; }
  .area__wrap {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 24px; }
    .area__wrap h2 {
      margin-bottom: 46px; }
  .area__top {
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #e0e0e0; }
  .area__el {
    display: flex;
    margin-bottom: 60px;
    align-items: center; }
    .area__el p {
      margin-left: 24px;
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 400;
      line-height: 21px;
      width: 100%;
      max-width: 300px; }
    .area__el:last-child {
      margin-bottom: 0; }
  .area__bottom {
    padding: 24px;
    display: flex;
    justify-content: space-between; }
  .area__item {
    width: 19.3%; }
    .area__item img {
      width: 100%;
      overflow: hidden;
      object-fit: cover;
      margin-bottom: 8px;
      height: 250px;
      border-radius: 24px;
      display: block; }
  .area__info {
    width: 100%;
    min-height: 172px;
    padding: 16px;
    border-radius: 24px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .area__info p {
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 10px; }
    .area__info span {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      background: #00694b;
      color: white;
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
      margin-top: auto; }

.why {
  padding: 60px 0 80px; }
  .why__wrap {
    position: relative; }
  .why__star {
    position: absolute;
    bottom: -59px;
    right: -25px; }
  .why h2 {
    text-align: center;
    margin-bottom: 48px; }
  .why__row {
    justify-content: space-between; }
  .why__item {
    width: 24.5%;
    overflow: hidden;
    height: 400px;
    border-radius: 24px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .why__item span {
      display: block;
      margin-top: auto;
      margin-left: 24px;
      margin-bottom: 24px;
      color: #939393;
      font-size: 14px;
      font-weight: 600;
      line-height: 17px; }
    .why__item ul {
      padding: 0 24px; }
      .why__item ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px; }
        .why__item ul li p {
          color: #1a1a1a;
          font-size: 16px;
          font-weight: 400;
          line-height: 19px;
          margin-left: 17px; }
        .why__item ul li img {
          position: relative;
          top: 2px; }
    .why__item:last-child {
      background: #00694b; }
      .why__item:last-child .why__top {
        padding: 15.7px 24px; }
        .why__item:last-child .why__top p {
          color: white;
          font-size: 28px;
          font-weight: 600;
          line-height: 34px; }
      .why__item:last-child ul li p {
        color: white; }
  .why__top {
    align-items: center;
    padding: 20px 24px;
    width: 100%;
    margin-bottom: 24px;
    border-bottom: 1px solid #bdd7c8; }
    .why__top img {
      margin-right: 16px; }
    .why__top p {
      color: #1a1a1a;
      font-size: 21px;
      font-weight: 600;
      line-height: 25px; }

.per {
  border-bottom: 1px solid #bdd7c8;
  border-radius: 24px 24px 0px 0px;
  background: #f1f1f1;
  padding: 80px 0; }
  .per__wrap {
    padding: 79px 33px 71px 662px;
    border-radius: 24px;
    background: white;
    position: relative; }
  .per__img {
    position: absolute;
    left: -30px;
    top: -48px;
    max-width: 677px; }
  .per__content h2 {
    margin-bottom: 32px; }
  .per__content ul li {
    display: flex;
    margin-bottom: 12px;
    align-items: center; }
    .per__content ul li p {
      margin-left: 16px;
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; }
    .per__content ul li:last-child {
      margin-bottom: 0; }

.scheme {
  padding: 80px 0;
  background: #f1f1f1;
  border-radius: 0px 0px 24px 24px;
  overflow: hidden; }
  .scheme h2 {
    text-align: center;
    margin-bottom: 0px; }
  .scheme__box {
    justify-content: space-between;
    align-items: flex-end; }
  .scheme picture {
    display: block;
    width: 100%;
    max-width: 49.53%; }
  .scheme__pic {
    width: 100%;
    max-width: 100%; }
  .scheme__content {
    width: 100%;
    max-width: 49.53%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    display: flex; }
  .scheme__item {
    height: 238px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 24px 27px;
    border-radius: 24px;
    background: white;
    width: 49%; }
    .scheme__item span {
      color: #00694b;
      font-size: 68px;
      font-weight: 600;
      line-height: 82px; }
    .scheme__item p {
      margin-top: auto;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; }

.faq {
  padding: 80px 0 43px; }
  .faq__box {
    justify-content: space-between;
    align-items: flex-start; }
  .faq .accordeon {
    width: 100%;
    max-width: 653px;
    border: none;
    padding: 0;
    margin: 0;
    border: none; }
  .faq .accordeon__button {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 24px;
    background: #f1f1f1;
    color: #1a1a1a;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    padding: 28.5px 60px 28.5px 24px; }
    .faq .accordeon__button:hover {
      color: #1a1a1a; }
  .faq .accordeon__item {
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 16px; }
    .faq .accordeon__item:last-child {
      margin-bottom: 0; }
  .faq .accordeon__button:after {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/faq.svg) no-repeat !important;
    top: 16px;
    right: 16px; }
  .faq .accordeon__button.active {
    background: transparent;
    padding-bottom: 16px;
    padding-top: 16px; }
    .faq .accordeon__button.active:after {
      background: url(../img/faq2.svg) no-repeat !important;
      transform: inherit; }
  .faq .panel__text {
    padding-right: 80px;
    margin-top: 0;
    position: relative;
    z-index: 3;
    padding-bottom: 16px; }
  .faq .panel__info {
    padding-left: 24px;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 19px; }
    .faq .panel__info a {
      color: #00694b;
      border-bottom: 1px solid #00694b; }
      .faq .panel__info a:hover {
        color: #000;
        border-bottom: 1px solid #000; }

.checkbox {
  margin-top: 44px; }
  .checkbox .custom-checkbox + label {
    align-items: flex-start; }
    .checkbox .custom-checkbox + label span {
      font-weight: 400;
      font-size: 12px;
      line-height: 130%;
      color: #2A343E;
      opacity: 0.99; }
      .checkbox .custom-checkbox + label span a {
        color: #2A343E;
        padding-bottom: 3px;
        border-bottom: 1px solid rgba(42, 52, 62, 0.25); }
        .checkbox .custom-checkbox + label span a:hover {
          color: #00694b;
          border-bottom: 1px solid #00694b; }
  .checkbox .custom-checkbox + label::before {
    width: 16px;
    height: 16px;
    max-width: 16px;
    margin-right: 13px;
    box-sizing: border-box;
    border: 1px solid #049c5f;
    border-radius: 4px; }
  .checkbox .custom-checkbox:checked + label::before {
    background: url(../img/vector.svg) no-repeat center center;
    background-color: #00694b; }

label.error {
  display: none !important; }

input.error {
  border-bottom: 1px solid #e81a0c !important; }

input.error::-webkit-input-placeholder {
  color: #e81a0c !important; }

input.error::-moz-placeholder {
  color: #e81a0c !important; }

input.error:-ms-input-placeholder {
  color: #e81a0c !important; }

input.error:-moz-placeholder {
  color: #e81a0c !important; }

.order {
  margin: 60px 0; }
  .order .container {
    position: relative; }
  .order__wrap {
    width: 100%;
    border-radius: 20px;
    position: relative;
    padding: 24px;
    overflow: hidden; }
  .order__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover; }
  .order__man {
    position: absolute;
    bottom: 0;
    right: 16px;
    border-radius: 20px; }
  .order__box {
    padding: 24px;
    border-radius: 16px;
    background: white;
    width: 629px; }
    .order__box h2 {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 32px; }
  .order__row {
    justify-content: space-between;
    flex-wrap: wrap; }
  .order__item {
    width: 48%;
    margin-bottom: 32px; }
    .order__item label {
      display: block;
      margin-bottom: 10px;
      color: rgba(26, 26, 26, 0.5);
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
      .order__item label span {
        color: #e81a0c;
        margin-left: 4px; }
    .order__item:last-child {
      width: 100%; }
  .order__form input {
    padding-bottom: 12px;
    border: none;
    border-bottom: 1px solid rgba(26, 26, 26, 0.15);
    font-size: 14px;
    color: #121212;
    width: 100%; }
    .order__form input:focus {
      border: none !important;
      border-bottom: 1px solid #00694b !important; }
  .order__form textarea {
    border: none;
    border-bottom: 1px solid rgba(26, 26, 26, 0.15);
    font-size: 14px;
    color: #121212;
    height: 80px;
    width: 100%; }
    .order__form textarea:focus {
      border: none !important;
      border-bottom: 1px solid #00694b !important; }
  .order__form button {
    width: 211px;
    margin-right: 67px;
    border: none; }
  .order__form .checkbox {
    margin-top: 0; }
  .order__flex {
    align-items: center; }
    .order__flex .checkbox .custom-checkbox:checked + label::before {
      background: url(../img/check.svg) no-repeat center center;
      background-color: #00694b; }
    .order__flex .checkbox .custom-checkbox + label::before {
      width: 16px;
      height: 16px;
      max-width: 16px;
      margin-right: 12px;
      box-sizing: border-box;
      border: 1px solid #049c5f;
      border-radius: 4px; }
    .order__flex .checkbox .custom-checkbox + label span {
      font-size: 12px;
      font-weight: 400;
      line-height: 14px; }
      .order__flex .checkbox .custom-checkbox + label span a {
        color: #00694b;
        border-bottom: 1px solid #00694b !important; }
        .order__flex .checkbox .custom-checkbox + label span a:hover {
          color: #000;
          border-bottom: 1px solid #000 !important; }

.ser {
  padding: 60px 0 80px; }
  .ser h2 {
    text-align: center;
    margin-bottom: 48px; }
  .ser__row {
    justify-content: space-between; }
  .ser__item {
    width: 32.78%;
    overflow: hidden;
    height: 286px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 24px; }
    .ser__item img {
      margin-bottom: 24px; }
    .ser__item p {
      color: #1a1a1a;
      font-size: 21px;
      font-weight: 600;
      line-height: 25px; }
    .ser__item a {
      margin-top: auto; }

.footer {
  padding: 80px 0 48px;
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
  background: #f1f1f1; }
  .footer__box {
    justify-content: space-between;
    margin-bottom: 48px;
    align-items: initial;
    position: relative; }
    .footer__box #map {
      width: 100%;
      max-width: 66.4%;
      height: 520px;
      border-radius: 24px;
      overflow: hidden; }
  .footer__content {
    width: 100%;
    max-width: 431px; }
  .footer__top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    background: white; }
  .footer__tel {
    display: block;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 8px; }
    .footer__tel:hover {
      color: #00694b; }
  .footer__mail {
    display: block;
    color: #00694b;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px; }
    .footer__mail:hover {
      color: black; }
  .footer__area {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    background: white; }
    .footer__area h3 {
      margin-top: 0;
      margin-bottom: 16px;
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; }
  .footer__item {
    width: 100%;
    margin-bottom: -2px;
    justify-content: space-between;
    align-items: center;
    padding: 13.5px 0;
    border-top: 1px solid #e0e0e0; }
    .footer__item:last-child {
      border-bottom: 1px solid #e0e0e0; }
    .footer__item p:first-child {
      color: #939393;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
    .footer__item p:nth-child(2) {
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; }
  .footer__bottom {
    justify-content: space-between;
    align-items: center; }
  .footer__text {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px; }
  .footer__line {
    align-items: center; }
    .footer__line a {
      color: #1a1a1a;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px; }
      .footer__line a:hover {
        color: #00694b; }
      .footer__line a:first-child {
        margin-right: 108.5px; }
  .footer__com {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 108.5px; }
    .footer__com a {
      color: #00694b;
      border-bottom: 1px solid #00694b;
      margin-right: 0 !important; }
      .footer__com a:hover {
        color: black;
        border-bottom: 1px solid #000; }
  .footer__block {
    position: absolute;
    bottom: 24px;
    right: 19px;
    padding: 24px;
    border-radius: 24px;
    width: 100%;
    max-width: 518px;
    background: white; }
    .footer__block span {
      display: block;
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      margin-bottom: 16px; }
    .footer__block p {
      color: #1a1a1a;
      font-size: 18px;
      font-weight: 600;
      line-height: 22px; }

@media screen and (max-width: 1350px) {
  .nav__list {
    margin-left: 35px; }
  h1 {
    font-size: 55px; }
  .main__content {
    height: 282px; }
  .pay__list li p br {
    display: none; }
  .info__box, .scheme__content {
    gap: 11px; }
  .scheme__item {
    height: 226px; }
  .footer__box #map {
    max-width: 62%; } }

@media screen and (max-width: 1199px) {
  .menu-btn, .menu {
    display: block; }
  .menu-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 37px;
    z-index: 11;
    overflow: hidden;
    background: url(../img/bur1.svg) no-repeat center center; }
    .menu-btn.active {
      opacity: 0; }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: all 0.5s;
    margin-left: 5px; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 48px;
    height: 2px;
    margin-left: 0; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 24px;
    height: 2px;
    margin-left: 12px; }
  body.menu-active {
    position: relative;
    overflow: hidden; }
    body.menu-active:after {
      content: "";
      display: block;
      position: absolute;
      background: rgba(42, 52, 62, 0.9);
      right: 0;
      top: 0;
      height: 100%;
      right: 0%;
      width: 100%;
      z-index: 20; }
  .menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 70%;
    height: 100%;
    transform: translateX(-200%);
    transition: transform 0.5s;
    z-index: 100;
    padding: 20px 12px;
    border-radius: 0px 24px 24px 0px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .menu.active {
      transform: translateX(0%); }
    .menu .nav__list {
      display: block; }
      .menu .nav__list li {
        margin-bottom: 12px; }
        .menu .nav__list li a {
          color: #1a1a1a;
          font-size: 18px;
          font-weight: 600;
          line-height: 22px; }
    .menu__bottom {
      margin-top: auto;
      padding: 12px;
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #e0e0e0;
      border-radius: 20px; }
      .menu__bottom .nav__area {
        width: 100%;
        display: flex;
        margin-bottom: 4px; }
        .menu__bottom .nav__area p {
          font-size: 14px; }
        .menu__bottom .nav__area .pp {
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50px;
          background: white;
          width: 40px;
          height: 40px;
          margin-right: 12px; }
          .menu__bottom .nav__area .pp .svg {
            width: 57%;
            height: auto; }
            .menu__bottom .nav__area .pp .svg path {
              stroke: #00694b; }
      .menu__bottom .nav__btn {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center; }
    .menu .nav__mail {
      color: #1a1a1a;
      font-size: 14px;
      font-weight: 600;
      line-height: 17px; }
    .menu .nav__tel {
      margin-bottom: 0; }
  #toggleMenu {
    background: transparent;
    border: none;
    position: absolute;
    right: -73px; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg); }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg); }
  .nav__top, .nav__sub, .nav__list, .nav__btn, .nav__area {
    display: none; }
  .nav__logo {
    padding-right: 0;
    margin-right: 0;
    margin-left: 80px; }
    .nav__logo:after {
      display: none; }
  .nav .nav__socials a:first-child {
    display: flex; }
  .nav__box {
    position: relative; }
  .main h2 {
    margin-bottom: 32px; }
  .main__row {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center; }
  .main__item {
    width: 49%; }
  .main__wrap {
    margin-bottom: 80px; }
  .pay h2 {
    margin-bottom: 32px; }
  .pay__box {
    flex-direction: column; }
  .pay__row {
    margin-bottom: 12px;
    max-width: 100%; }
  .pay__info {
    max-width: 100%; }
  .pay__list {
    margin-top: 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px; }
  .pay__get {
    height: auto; }
  .pay__top {
    padding: 12px; }
  .pay {
    padding: 40px 0; }
  .info {
    padding: 40px 0; }
  .info h2 {
    margin-bottom: 32px; }
  .info__item {
    width: 100%; }
  .info__item:last-child {
    height: 250px; }
  .info__item:last-child img {
    bottom: -34px; }
  .trust {
    padding: 40px 0; }
  .trust h2 {
    margin-bottom: 32px; }
  .trust .arrow {
    display: none; }
  .trust .swiper1 {
    width: 100%;
    overflow: visible; }
  .area__content {
    max-width: 100%; }
  .area__el {
    margin-bottom: 34px; }
  .area picture {
    margin: 100px auto 0;
    width: 45%; }
  .area__info {
    padding: 12px;
    background: transparent; }
  .area__bottom {
    flex-direction: column;
    padding: 12px; }
  .area__item {
    border-radius: 24px;
    background: #f1f1f1;
    display: flex;
    width: 100%;
    margin-bottom: 10px; }
    .area__item:last-child {
      margin-bottom: 0; }
  .area {
    margin-bottom: 40px; }
  .why {
    padding: 40px 0; }
  .why h2 {
    margin-bottom: 32px; }
  .why__row {
    flex-direction: column; }
  .why__item {
    width: 100%;
    margin-bottom: 8px;
    height: auto; }
  .why__item span {
    margin-top: 24px; }
  .per {
    padding: 48px 0; }
  .per__wrap {
    padding: 12px; }
  .per__img {
    left: 0;
    top: 0;
    position: relative;
    margin: 30px auto 0;
    display: block; }
  .scheme {
    padding: 40px 0; }
  .scheme h2 {
    margin-bottom: 32px; }
  .scheme picture {
    max-width: 100%; }
  .scheme__item {
    height: auto;
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    flex-direction: inherit; }
  .scheme__item span {
    font-size: 50px;
    line-height: 100%; }
  .scheme__box {
    flex-direction: column; }
  .scheme__content {
    max-width: 100%; }
  .scheme__item p {
    margin: 0 0 0 24px; }
  .scheme__pic {
    max-width: 100%; }
  .faq {
    padding: 40px 0; }
    .faq h2 {
      text-align: center;
      margin-bottom: 32px;
      width: 100%; }
  .faq__box {
    flex-direction: column;
    align-items: flex-start; }
  .faq .accordeon {
    max-width: 100%; }
  .faq .accordeon__item {
    padding-bottom: 0;
    margin-bottom: 12px; }
  .faq .accordeon__button {
    padding: 12px 60px 12px 12px;
    font-size: 18px;
    line-height: 22px;
    min-height: 72px; }
  .faq .accordeon__button:after {
    top: 12px;
    right: 12px; }
  .faq .panel__info {
    padding-bottom: 0px;
    padding-left: 12px; }
  .faq .accordeon__button.active {
    padding-top: 12px;
    padding-bottom: 12px; }
  .order {
    margin: 40px 0; }
    .order picture {
      margin: 0 auto; }
  .order__wrap {
    padding: 12px 12px 300px; }
  .order__box {
    padding: 12px;
    width: 100%; }
  .order__man {
    right: 50%;
    margin-right: -155px; }
  .order__form textarea {
    height: 52px; }
  .ser {
    padding: 40px 0; }
  .ser h2 {
    margin-bottom: 32px; }
  .footer {
    padding: 40px 0 24px; }
  .footer__box {
    margin-bottom: 24px;
    flex-direction: column; }
  .footer__content {
    margin-bottom: 12px;
    max-width: 100%; }
  .footer__box #map {
    max-width: 100%; }
  .footer__bottom {
    align-items: start;
    flex-direction: column; }
  .footer__line {
    align-items: flex-start;
    flex-direction: column; }
  .footer__com {
    margin-left: 0; }
  .footer__line a {
    margin-bottom: 8px;
    margin-right: 0 !important; }
  .footer__text {
    margin-bottom: 24px; }
  .header__img {
    display: block;
    max-width: 760px;
    width: 100%; }
  h1 {
    font-size: 50px; } }

@media (max-width: 991px) {
  .area picture {
    margin: 40px auto 0;
    width: 100%; }
  .area__top {
    padding: 12px;
    flex-direction: column;
    align-items: flex-start; }
  .main__item {
    width: 100%; }
  .header__wrap {
    flex-direction: column-reverse; }
  .header__content {
    width: 100%;
    max-width: 100%;
    margin-top: 24px; }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .header__img {
    width: 100%; }
  h1 {
    font-size: 40px;
    line-height: 110%; }
  .header__content h1 {
    margin-bottom: 16px; }
  .header__content ul {
    margin-bottom: 24px; }
  h2 {
    font-size: 35px;
    line-height: 110%; }
  .pay__row {
    flex-direction: column; }
  .pay__item {
    padding: 12px;
    width: 100%; }
    .pay__item:first-child .pay__el:last-child {
      border-bottom: 1px solid #d3e6da;
      padding-bottom: 12px; }
  .pay__item:first-child:after {
    display: none; }
  .area__item img {
    height: 200px; }
  .why__top {
    padding: 12px;
    margin-bottom: 12px; }
  .per__img {
    width: 100%; }
  .ser__row {
    flex-direction: column; }
  .ser__item {
    padding: 12px;
    height: auto;
    width: 100%;
    margin-bottom: 12px; }
    .ser__item:last-child {
      margin-bottom: 0; }
  .ser__item a {
    margin-top: 48px; }
  .popup-call__box {
    width: 100%;
    left: 0;
    margin-left: 0; }
  .arcticmodal-container_i, .arcticmodal-container_i2 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .nav__logo {
    margin-left: 62px;
    max-width: 67px; }
  .nav__box {
    padding: 12px 0; }
  .menu-btn {
    top: 23px; }
  .nav {
    margin-bottom: 36px; }
  .header__wrap picture {
    display: block;
    width: 100%; }
  h1 {
    font-size: 32px; }
  .header__content ul li p, .main__name {
    font-size: 18px;
    line-height: 22px; }
  .header__links {
    flex-direction: column; }
  .header__btn {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%; }
  .header__btn2 {
    width: 100%; }
  .header {
    padding-bottom: 40px; }
  .main {
    padding: 40px 0; }
  h2 {
    font-size: 28px; }
  .main__image img {
    max-height: 230px; }
  .main__text {
    margin-bottom: 0; }
  .main__info {
    margin-top: 24px; }
  .main__content {
    height: auto;
    padding: 12px; }
  .pay__flex p, .info__left h3 {
    font-size: 21px;
    line-height: 120%; }
  .info__left {
    padding: 12px;
    max-width: 100%; }
  .info__item {
    padding: 0px;
    flex-direction: column; }
  .info__right {
    padding: 12px;
    border-top: 1px solid #e0e0e0;
    border-left: none;
    width: 100%; }
  .info__right img {
    height: 250px;
    width: 100%; }
  .trust .swiper1 {
    width: 80%;
    margin: 0; }
  .trust .swiper1 .swiper-slide {
    height: 200px; }
  .area__wrap h2 {
    text-align: center;
    margin-bottom: 22px; }
  .area__content {
    width: 100%; }
  .area__el {
    flex-direction: column;
    align-items: flex-start; }
  .area__el p {
    margin-left: 0;
    margin-top: 23px;
    max-width: 100%; }
  .area picture {
    width: 100%; }
  .area__info p {
    font-size: 14px;
    line-height: 17px; }
  .area__info span {
    margin-top: 58px; }
  .area__info {
    padding: 0;
    min-height: inherit;
    margin-left: 12px; }
  .area__item {
    padding: 12px; }
    .area__item img {
      height: 144px;
      width: 120px;
      max-width: 120px;
      flex: 1 0 auto;
      margin-bottom: 0; }
  .why__item span {
    margin-left: 12px; }
  .per__wrap {
    padding-bottom: 0; }
  .order {
    margin-top: 0; }
  .order__item {
    width: 100%; }
  .order__flex {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .order__form button {
    margin-top: 24px;
    margin-right: 0;
    width: 100%; }
  .footer__box #map {
    height: 500px; }
  .footer__block {
    padding: 12px;
    max-width: 93%;
    bottom: 12px;
    right: 12px; }
  .footer__block p br {
    display: none; }
  .popup-call__box .order__flex {
    width: 100%; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mob {
    display: block !important; }
  .container {
    padding: 0 12px; }
  .nav__logo {
    margin-left: 55px; }
  .nav__list {
    margin-left: 0; }
  .pay__block {
    padding: 12px; }
  .pay__list li {
    margin-bottom: 12px; }
  .info__item:last-child img {
    bottom: 0;
    width: 186px;
    right: -45px; }
  .trust .swiper1 {
    width: 79%; }
  .area__item img {
    height: auto; }
  .why__item ul {
    padding: 0 12px; }
  .why__star {
    bottom: -35px;
    right: 8px;
    width: 128px; }
  .per__wrap {
    padding-right: 0; }
  .per__content {
    padding-right: 12px; }
  .scheme__item span {
    min-width: 47px; }
  .scheme__item p {
    margin-left: 20px; }
  .scheme__pic {
    margin-top: 12px; }
  .order__box h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px; }
  .footer__block p br {
    display: none; }
  .footer__block p {
    font-size: 16px;
    line-height: 21px; }
  .footer__block span {
    font-size: 14px;
    margin-bottom: 12px; }
  .ser__item a {
    width: 100%; }
  .footer__area {
    padding: 12px; }
  .footer__area h3 {
    margin-bottom: 12px; }
  .footer__top {
    padding: 12px;
    flex-direction: column;
    align-items: flex-start; }
  .footer__info {
    margin-bottom: 24px; }
  .order__flex .checkbox .custom-checkbox + label span a {
    border-bottom: none !important;
    text-decoration: underline; }
  .popup-call__box {
    padding: 55px 20px 20px;
    top: -19rem; }
  .box-modal__close {
    width: 45px;
    height: 45px;
    right: 10px;
    top: 10px; }
    .box-modal__close img {
      width: 100%; }
  .menu {
    width: 78%; }
  #toggleMenu {
    right: -68px; }
  .menu__bottom .nav__area {
    padding-right: 10px; }
  .order__item {
    margin-bottom: 20px; }
  .order__item label {
    margin-bottom: 5px; }
  .order__form input {
    padding-bottom: 8px; }
  .arcticmodal-container_i2 {
    padding: 24px 10px; }
  .menu__bottom .nav__area p {
    font-size: 13px;
    line-height: 130%; }
  .btn, .header__btn2, .faq .accordeon__button {
    -webkit-tap-highlight-color: transparent !important; }
  button, a, .header__btn2 {
    outline: none !important; }
  button:focus, a:focus, .header__btn2 {
    outline: none !important; }
  .ymaps-2-1-79-copyright__link, .ymaps-2-1-79-gotoymaps, .ymaps-2-1-79-gototaxi, .ymaps-2-1-79-gototech {
    display: none !important; } }
