@charset "UTF-8";

:root {
  --font-family: "Raleway", sans-serif;
  --h1-big: 900 64px/76px sans-serif;
  --brand: 900 64px/76px sans-serif;
  --content-width: 1368px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --radius: 48px;
  --radius_min: 32px;
  --color-primary-950: #130700;
  --color-primary-900: #321900;
  --color-primary-800: #482E00;
  --color-primary-700: #5E4400;
  --color-primary-600: #755A00;
  --color-primary-500: #8A6F00;
  --color-primary-400: #B1962C;
  --color-primary-300: #D1B651;
  --color-primary-200: #EACE6A;
  --color-primary-100: #FCE79F;
  --color-primary-50: #FFF5B8;
  --color-primary-active: #BD0F1A;
  --color-secondary: #070C2C;
  --color-secondary-900: #070C2C;
  --color-secondary-800: #0D1759;
  --color-secondary-500: #0A1244;
  --color-secondary-400: #4D61E5;
  --color-secondary-300: #7A89EB;
  --color-secondary-200: #A6B0F2;
  --color-secondary-100: #D3D8F8;
  --color-secondary-50: #E9EBFC;
  --color-hyperlink: #0061D9;
  --color-success: #00D359;
  --color-error: #FF0C0C;
  --color-warning: #FFB608;
  --color-black: #000;
  --color-black-950: #090909;
  --color-black-900: #1F1F1F;
  --color-black-800: #333333;
  --color-black-700: #484848;
  --color-black-600: #5D5D5D;
  --color-black-500: #717171;
  --color-black-400: #989898;
  --color-black-300: #B7B7B7;
  --color-black-200: #D4D4D4;
  --color-black-100: #E8E8E8;
  --color-black-50: #F8F8F8;
  --color-white: #FFFFFF;
  --color-gray: #7F7F7F;
  --shadow: 1px 1px 16px 6px rgba(228, 193, 53, 0.18);
  --vw_width: 1920;
  --vw-context: calc(var(--vw_width) * 0.01 * 1);
  --vw: calc(var(--vw-context) * 1vw);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked+.custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway/Raleway-v4020-Thin.woff2") format("woff2"), url("../fonts/../fonts/Raleway/Raleway-v4020-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway/Raleway-v4020-ExtraLight.woff2") format("woff2"), url("../fonts/../fonts/Raleway/Raleway-v4020-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway/Raleway-v4020-SemiBold.woff2") format("woff2"), url("../fonts/../fonts/Raleway/Raleway-v4020-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

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

@font-face {
  font-family: "Raleway";
  src: url("../fonts/../fonts/Raleway/Raleway-v4020-ExtraBold.woff2") format("woff2"), url("../fonts/../fonts/Raleway/Raleway-v4020-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-family, sans-serif);
  margin: 0;
  padding-bottom: 1px;
  min-width: 360px;
  min-height: 100%;
  line-height: 24px;
  font-size: 16px;
  color: var(--color-black);
  background: #fff;
}

@media (max-width: 1024px) {
  body.lock {
    overflow: hidden;
  }
}

.hidden {
  overflow: hidden;
}

.fancybox-content {
  padding: 0;
}

.loader {
  position: absolute;
  top: 190px;
  left: calc(50% - 8px);
  opacity: 0;
}

.designed_by {
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}

@media (max-width: 576px) {
  .designed_by {
    bottom: 10px;
    left: 12px;
  }
}

/*--------
 owl
----------*/
.owl-carousel .owl-stage-outer {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.hidden .owl-stage-outer {
  overflow: hidden;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/*tabs*/
.tab_content {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  pointer-events: none;
  opacity: 0;
}

.tab_content.active {
  position: relative;
  visibility: visible;
  overflow: visible;
  height: auto;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  pointer-events: auto;
  opacity: 1;
}

h1,
.h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

.h1-brand {
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p-lg {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.p-md {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.p-input {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.p-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.p-do {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.p-xs {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.blockquote {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.menu-li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.header .menu .menu-li:hover,
.header .menu .menu-li:active,
.header .menu .menu-li.active {
  color: var(--color-primary-600);
}

.h5-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.cta-name {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
}

.offers {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 576px) {

  h1,
  .h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .h1-brand {
    font-weight: 400;
    font-size: 64px;
    line-height: 76px;
  }

  h2,
  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3,
  .h3 {
    font-size: 24px;
    line-height: 28px;
  }

  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }

  h5,
  .h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  h6,
  .h6 {
    font-size: 12px;
    line-height: 16px;
  }

  .p-lg {
    font-size: 20px;
    line-height: 32px;
  }

  .p-md {
    font-size: 18px;
    line-height: 28px;
  }

  .p-input {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }

  .p-sm {
    font-size: 12px;
    line-height: 16px;
  }

  .p-do {
    font-size: 16px;
    line-height: 24px;
  }

  .blockquote {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
  }

  .menu-li {
    font-size: 16px;
    line-height: 20px;
  }

  .price {
    font-size: 28px;
    line-height: 34px;
  }

  .cta-name {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
  }

  .offers {
    font-size: 18px;
    line-height: 24px;
  }
}

.lh_0,
.images {
  line-height: 0;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

.site-container {
  padding-bottom: 1px;
}

.site-container .transition {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-block {
  margin-left: -24px;
  margin-top: -24px;
}

.btn-block>* {
  margin-left: 24px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .btn-block {
    margin-left: -3.3333333333vw;
    margin-top: -3.3333333333vw;
  }

  .btn-block>* {
    margin-left: 3.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}

.btn-block-min {
  margin-left: -16px;
  margin-top: -16px;
}

.btn-block-min>* {
  margin-left: 16px;
  margin-top: 16px;
}

.btn-block-max {
  margin-left: -32px;
  margin-top: -32px;
}

.btn-block-max>* {
  margin-left: 32px;
  margin-top: 32px;
}

.tags {
  grid-gap: 16px;
  gap: 16px;
}

.no-flexbox-gap .tags {
  margin-top: -16px;
  margin-left: -16px;
}

.no-flexbox-gap .tags>* {
  margin-top: 16px;
  margin-left: 16px;
}

.tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.tag.white {
  background-color: #fff;
}

.tag>*+* {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .tag {
    font-size: 14px;
    line-height: 16px;
  }
}

.tag-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.tags_mini {
  grid-gap: 12px;
  gap: 12px;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 68px;
  height: 68px;
  display: inline-block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 24px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 32px;
  background-color: var(--color-primary-100);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn svg {
  fill: var(--color-white);
}

.btn path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn_next {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 1024px) {
  .btn {
    line-height: 60px;
    height: 60px;
  }
}

.btn_2 {
  background-color: var(--color-primary-50);
  color: var(--color-black);
}

.btn-lg {
  line-height: 88px;
  height: 88px;
  padding: 0 32px;
  border-radius: 32px;
  font-size: 18px;
}

.btn-lg.btn_next {
  width: 80px;
  height: 80px;
}

@media (max-width: 768px) {
  .btn-lg {
    line-height: 80px;
    height: 80px;
    border-radius: 32px;
    padding: 0 28px;
  }
}

.btn-mini {
  line-height: 68px;
  height: 68px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
}

.btn-mini.btn_next {
  width: 48px;
  height: 48px;
}

.btn-xs {
  font-weight: 700;
  line-height: 48px;
  height: 48px;
  border-radius: 32px;
  padding: 0 16px;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .btn-xs {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
  }
}

.btn_nocolor {
  background-color: transparent;
  color: var(--color-primary-500);
  line-height: 1;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.btn_white {
  background-color: ar(--color-white);
  color: var(--color-black);
}

.btn_white svg {
  fill: var(--color-black);
}

.btn_nocolor.btn_white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn_black {
  background-color: var(--color-black-90);
}

.shell_grey .btn {
  background-color: var(--color-white);
  color: var(--color-black);
}

.shell_grey .btn .count {
  color: var(--color-gray);
}

.btn_contact {
  line-height: 80px;
  height: 80px;
  padding: 0 24px;
  font-weight: 700;
  font-size: 18px;
  background-color: var(--color-primary-100);
  color: var(--color-black);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.btn.disabled {
  background-color: var(--color-black-5);
  color: var(--color-black-60);
}

.btn:hover,
.btn:active,
.btn.active {
  background-color: var(--color-primary-200);
  color: var(--color-black);
}

.btn_nocolor.btn_white:hover,
.btn_nocolor.btn_white:active,
.btn_nocolor.btn_white.active {
  background-color: #fff;
  color: var(--color-black);
}

.btn_nocolor:hover,
.btn_nocolor.active,
.btn_nocolor:active {
  background-color: transparent;
  color: var(--color-primary-600);
}

.btn_nocolor:hover svg path,
.btn_nocolor.active svg path,
.btn_nocolor:active svg path {
  fill: var(--color-primary-600);
}

.btn .count {
  color: #fff;
  margin-left: 8px;
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--color-primary);
}

.tab-big {
  border-radius: 24px;
}

.btn_link {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.link_page {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.hover_card:hover .btn {
  background-color: var(--color-primary-600);
}

.hover_card:hover .btn svg {
  fill: #fff;
}

.hover_card:hover .btn path {
  fill: #fff;
}

.hover_card_img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover_card_img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hover_color_200,
.hover_color_100,
.hover_color_50{
  transition: all 0.3s;
}

.hover_color_200:hover {
  background-color: var(--color-primary-200);
}
.hover_color_100:hover {
  background-color: var(--color-primary-100);
}

.hover_color_50:hover {
  background-color: var(--color-primary-50);
}

picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.blur_r {
  position: relative;
  overflow: hidden;
}

.blur_r::after {
  content: "";
  width: 40px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-29.31%, rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -29.31%, #FFFFFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -29.31%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.bg_primary {
  background-color: var(--color-primary);
}

.bg_primary_900 {
  background-color: var(--color-primary-900);
}

.bg_primary_800 {
  background-color: var(--color-primary-800);
}

.bg_primary_600 {
  background-color: var(--color-primary-600);
}

.bg_primary_500 {
  background-color: var(--color-primary-500);
}

.bg_primary_400 {
  background-color: var(--color-primary-400);
}

.bg_primary_300 {
  background-color: var(--color-primary-300);
}

.bg_primary_200 {
  background-color: var(--color-primary-200);
}

.bg_primary_100 {
  background-color: var(--color-primary-100);
}

.bg_primary_50 {
  background-color: var(--color-primary-50);
}

.bg_primary_20 {
  background-color: var(--color-primary-20);
}

.bg_primary_10 {
  background-color: var(--color-primary-10);
}

.bg_primary_active:hover {
  background-color: var(--color-primary-600);
  color: #fff;
}

.bg_secondary {
  background-color: var(--color-secondary);
}

.bg_secondary_900 {
  background-color: var(--color-secondary-900);
}

.bg_secondary_800 {
  background-color: var(--color-secondary-800);
}

.bg_secondary_500 {
  background-color: var(--color-secondary-500);
}

.bg_secondary_400 {
  background-color: var(--color-secondary-400);
}

.bg_secondary_300 {
  background-color: var(--color-secondary-300);
}

.bg_secondary_200 {
  background-color: var(--color-secondary-200);
}

.bg_secondary_100 {
  background-color: var(--color-secondary-100);
}

.bg_secondary_50 {
  background-color: var(--color-secondary-50);
}

.bg_black {
  background-color: var(--color-black);
}

.bg_black_950 {
  background-color: var(--color-black-950);
}

.bg_black_900 {
  background-color: var(--color-black-900);
}

.bg_black_800 {
  background-color: var(--color-black-800);
}

.bg_black_600 {
  background-color: var(--color-black-600);
}

.bg_black_400 {
  background-color: var(--color-black-400);
}

.bg_black_200 {
  background-color: var(--color-black-200);
}

.bg_black_100 {
  background-color: var(--color-black-100);
}

.bg_black_50 {
  background-color: var(--color-black-50);
}

.bg_black_20 {
  background-color: var(--color-black-20);
}

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

.color_black {
  color: var(--color-black);
}

.color_gray {
  color: var(--color-gray);
}

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

.color_primary_800 {
  color: var(--color-primary-800);
}

.color_primary_600 {
  color: var(--color-primary-600);
}

.color_primary_500 {
  color: var(--color-primary-500);
}

.color_primary_400 {
  color: var(--color-primary-400);
}

.color_primary_300 {
  color: var(--color-primary-300);
}

.color_primary_200 {
  color: var(--color-primary-200);
}

.color_primary_100 {
  color: var(--color-primary-100);
}

.color_primary_50 {
  color: var(--color-primary-50);
}

.color_primary_10 {
  color: var(--color-primary-10);
}

@media (max-width: 576px) {
  .bg_none_m {
    background-color: transparent;
  }

  .bg_white_m {
    background-color: #fff;
  }
}

.text_decor_none {
  text-decoration: none;
}

/*------------
  block-shell
-------------*/
.block-shell {
  border-radius: var(--radius);
  max-width: 1680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
}

.block-shell .block-shell {
  border: none;
}

@media (max-width: 768px) {
  .block-shell {
    border-radius: 32px;
  }
}

.block-shell-img {
  position: relative;
}

.block-shell-img .title_block {
  width: calc(100% - 260px);
  max-width: 1060px;
}

.block-shell-img>.cont {
  position: relative;
  z-index: 1;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}

.socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 32px;
  font-size: 32px;
  margin-left: 16px;
  margin-top: 16px;
}

.socials a i,
.socials a svg {
  color: var(--color-first);
}

.socials_box a {
  height: 64px;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color-white);
  background-color: var(--color-black-90);
}

.socials_box a:hover {
  background-color: var(--color-primary);
}

ul.links {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container_min {
  max-width: 820px;
}

.container_904 {
  max-width: 904px;
}

.container {
  max-width: 1020px;
}

.container_max {
  max-width: 1136px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align_centr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align_stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.align_cont_between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

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

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

.flex_nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

@media (max-width: 1024px) {
  .order_0_t {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .order_2_t {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

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

  .order_4_t {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 576px) {
  .order_0_m {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .order_2_m {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

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

  .order_4_m {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

/*grid*/
.grid {
  display: -ms-grid;
  display: grid;
}

.grid_colum_4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid_colum_3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1440px) {
  .grid_colum_3>* {
    word-break: break-word;
  }
}

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

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

.grid_colum_2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

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

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

.grid_12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
}

.grid_col_2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid_col_3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.grid_col_4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.grid_col_5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.grid_col_6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.grid_col_7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.grid_col_8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.grid_col_9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.grid_col_10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.grid_col_11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.grid_col_12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

@media (max-width: 1280px) {
  .grid_col_2_d {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .grid_col_3_d {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .grid_col_4_d {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .grid_col_5_d {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .grid_col_6_d {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .grid_col_7_d {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  .grid_col_8_d {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  .grid_col_9_d {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  .grid_col_10_d {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  .grid_col_11_d {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  .grid_col_12_d {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

@media (max-width: 1023px) {
  .grid_col_2_t {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .grid_col_3_t {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .grid_col_4_t {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .grid_col_5_t {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .grid_col_6_t {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .grid_col_7_t {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  .grid_col_8_t {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  .grid_col_9_t {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  .grid_col_10_t {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  .grid_col_11_t {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  .grid_col_12_t {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

@media (max-width: 768px) {
  .grid_col_2_m {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .grid_col_3_m {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .grid_col_4_m {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }

  .grid_col_5_m {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .grid_col_6_m {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .grid_col_7_m {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  .grid_col_8_m {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }

  .grid_col_9_m {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }

  .grid_col_10_m {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }

  .grid_col_11_m {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  .grid_col_12_m {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}

.grid_wcol_3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.grid_wcol_2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

@media (max-width: 768px) {
  .grid_wcol_2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.grid_hcol_2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.grid_hcol_3 {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}

/*grid*/
.sticky_top {
  position: sticky;
  top: 0px;
}
.sticky_top_header{
  position: sticky;
  top: 110px;
}
@media (max-width: 1024px) {
  .sticky_top{
    position: static;
  }
}

.pos_rel {
  position: relative;
}

.z_1 {
  z-index: 1;
}

.z_100 {
  z-index: 100;
}

.z_101 {
  z-index: 101;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.scroll::-webkit-scrollbar {
  width: 12px;
  /* Ширина всего элемента навигации */
}

.scroll::-webkit-scrollbar-track {
  background: var(--color-black-10);
  /* Цвет дорожки */
  border-radius: 7px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--color-black-80);
  /* Цвет бегунка */
  border-radius: 5px;
  /* Округление бегунка */
  /* Оформление границ бегунка */
}

.scroll.active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.title_block {
  font-size: px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}

.title_block .color {
  color: #D91619;
}

@media (max-width: 768px) {
  .title_block {
    font-size: 6.6666666667vw;
    font-weight: 800;
    line-height: 7.7777777778vw;
  }
}

.title_block.tool_with {
  display: inline;
}

.title_block.flex {
  margin-left: -32px;
  margin-top: -32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_block.flex>* {
  margin-left: 32px;
  margin-top: 32px;
}

.title_block.flex .btn-block {
  margin-left: 24px;
  margin-top: 24px;
}

.title_block.flex .btn-block-min {
  margin-left: 16px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .title_block.flex {
    margin-left: -4.4444444444vw;
    margin-top: -4.4444444444vw;
  }

  .title_block.flex>* {
    margin-left: 4.4444444444vw;
    margin-top: 4.4444444444vw;
  }
}

.title_block.flex .tooltip {
  margin-top: 0;
  margin-left: 0;
}

.block_head.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -32px;
  margin-top: -32px;
}

.block_head.flex>* {
  margin-top: 32px;
  margin-left: 32px;
}

.title_prev {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .tab_slider {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
    grid-auto-flow: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    width: calc(100% + 16px);
  }

  .tab_slider::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.cont {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .cont {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cont_min {
  max-width: 1171px;
  margin: 0 auto;
}

.cont_max {
  max-width: 1492px;
  margin: 0 auto;
}

.cont_head {
  max-width: 1905px;
}

@media (max-width: 768px) {
  .cont_head {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.marg_120 {
  margin-bottom: 120px;
}

.marg_96 {
  margin-bottom: 96px;
}

.marg_80 {
  margin-bottom: 80px;
}

.marg_64 {
  margin-bottom: 64px;
}

.marg_48 {
  margin-bottom: 48px;
}

.marg_40 {
  margin-bottom: 40px;
}

.marg_32 {
  margin-bottom: 32px;
}

.marg_24 {
  margin-bottom: 24px;
}

.marg_16 {
  margin-bottom: 16px;
}

.marg_12 {
  margin-bottom: 12px;
}

.marg_up_120 {
  margin-top: 120px;
}

.marg_up_96 {
  margin-top: 96px;
}

.marg_up_80 {
  margin-top: 80px;
}

.marg_up_64 {
  margin-top: 64px;
}

.marg_up_48 {
  margin-top: 48px;
}

.marg_up_40 {
  margin-top: 40px;
}

.marg_up_32 {
  margin-top: 32px;
}

.marg_up_24 {
  margin-top: 24px;
}

.marg_up_16 {
  margin-top: 16px;
}

.marg_up_12 {
  margin-top: 12px;
}

.marg_up_8 {
  margin-top: 8px;
}

.marg_up_auto {
  margin-top: auto;
}

.marg_l_auto {
  margin-left: auto;
}

.marg_r_auto {
  margin-right: auto;
}

.marg_r_8 {
  margin-right: 8px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pad_120 {
  padding-bottom: 120px;
}

.pad_96 {
  padding-bottom: 96px;
}

.pad_80 {
  padding-bottom: 80px;
}

.pad_64 {
  padding-bottom: 64px;
}

.pad_48 {
  padding-bottom: 48px;
}

.pad_32 {
  padding-bottom: 32px;
}

.pad_24 {
  padding-bottom: 24px;
}

.pad_16 {
  padding-bottom: 16px;
}

.pad_up_120 {
  padding-top: 120px;
}

.pad_up_96 {
  padding-top: 96px;
}

.pad_up_80 {
  padding-top: 80px;
}

.pad_up_64 {
  padding-top: 64px;
}

.pad_up_48 {
  padding-top: 48px;
}

.pad_up_32 {
  padding-top: 32px;
}

.pad_up_24 {
  padding-top: 24px;
}

.pad_up_16 {
  padding-top: 16px;
}

.pad_up_12 {
  padding-top: 12px;
}

.pad_up_8 {
  padding-top: 8px;
}

.pad_l_80 {
  padding-left: 80px;
}

.pad_l_64 {
  padding-left: 64px;
}

.rad-48 {
  border-radius: 48px;
}

.rad-40 {
  border-radius: 40px;
}

.rad-36 {
  border-radius: 36px;
}

.rad-32 {
  border-radius: 32px;
}

.rad-28 {
  border-radius: 28px;
}

.rad-24 {
  border-radius: 24px;
}

.rad-16 {
  border-radius: 16px;
}

.rad-12 {
  border-radius: 12px;
}

.mh_240 {
  min-height: 240px;
}

.mh_204 {
  min-height: 204px;
}

.mh_180 {
  min-height: 180px;
}

.mh_120 {
  min-height: 120px;
}

.w-full {
  width: 100%;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-80 {
  width: 80px;
}

.w-32 {
  width: 32px;
}

.h-full {
  height: 100%;
}

.h-80 {
  height: 80px;
}

.h-32 {
  height: 32px;
}

@media (max-width: 768px) {
  .h-auto-m {
    height: auto;
  }
}

.marg_gap_24 {
  margin-left: -24px;
  margin-top: -24px;
}

.marg_gap_24>* {
  margin-top: 24px;
  margin-left: 24px;
}

@media (max-width: 768px) {
  .marg_gap_24 {
    margin-left: -4.4444444444vw;
    margin-top: -4.4444444444vw;
  }

  .marg_gap_24>* {
    margin-left: 4.4444444444vw;
    margin-top: 4.4444444444vw;
  }
}

.marg_gap_32 {
  margin-left: -32px;
  margin-top: -32px;
}

.marg_gap_32>* {
  margin-top: 32px;
  margin-left: 32px;
}

.gap_64 {
  gap: 64px;
}

.gap_32 {
  gap: 32px;
}

.gap_48 {
  gap: 48px;
}

.gap_40 {
  gap: 40px;
}

.gap_24 {
  gap: 24px;
}

.gap_16 {
  gap: 16px;
}

.gap_12 {
  gap: 12px;
}

.gap_10 {
  gap: 10px;
}

.gap_8 {
  gap: 8px;
}

.gap_4 {
  gap: 4px;
}

.gap_row_12 {
  row-gap: 12px;
}

.gap_row_16 {
  row-gap: 16px;
}

.gap_row_24 {
  row-gap: 24px;
}

.gap_row_48 {
  row-gap: 48px;
}

.no-flexbox-gap .gap_12 {
  margin-left: -12px;
  margin-top: -12px;
}

.no-flexbox-gap .gap_12>* {
  margin-left: 12px;
  margin-top: 12px;
}

.no-flexbox-gap .gap_16 {
  margin-left: -16px;
  margin-top: -16px;
}

.no-flexbox-gap .gap_16>* {
  margin-left: 16px;
  margin-top: 16px;
}

.no-flexbox-gap .gap_24 {
  margin-left: -24px;
  margin-top: -24px;
}

.no-flexbox-gap .gap_24>* {
  margin-left: 24px;
  margin-top: 24px;
}

.no-flexbox-gap .gap_32 {
  margin-left: -32px;
  margin-top: -32px;
}

.no-flexbox-gap .gap_32>* {
  margin-left: 32px;
  margin-top: 32px;
}

.no-flexbox-gap .gap_48 {
  margin-left: -48px;
  margin-top: -48px;
}

.no-flexbox-gap .gap_48>* {
  margin-left: 48px;
  margin-top: 48px;
}

.no-flexbox-gap .gap_row_12 {
  margin-top: -12px;
}

.no-flexbox-gap .gap_row_12>* {
  margin-top: 12px;
}

.no-flexbox-gap .gap_row_16 {
  margin-top: -16px;
}

.no-flexbox-gap .gap_row_16>* {
  margin-top: 16px;
}

.no-flexbox-gap .gap_row_24 {
  margin-top: -24px;
}

.no-flexbox-gap .gap_row_24>* {
  margin-top: 24px;
}

.no-flexbox-gap .gap_row_48 {
  margin-top: -48px;
}

.no-flexbox-gap .gap_row_48>* {
  margin-top: 48px;
}

.elips.black {
  background-color: var(--sappo-black-850);
}

.elips_24 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .elips_24 {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 1280px) {
  .gap_16_d {
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  .px-32-t {
    padding-left: 32px;
    padding-right: 32px;
  }

  .px-24-t {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-20-t {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-16-t {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px-12-t {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-8-t {
    padding-left: 8px;
    padding-right: 8px;
  }

  .px-0-t {
    padding-left: 0px;
    padding-right: 0px;
  }

  .py-32-t {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .py-24-t {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-20-t {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-18-t {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .py-16-t {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-12-t {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-0-t {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .marg_120 {
    margin-bottom: 13.3333333333vw;
  }

  .marg_96 {
    margin-bottom: 13.3333333333vw;
  }

  .marg_80 {
    margin-bottom: 8.8888888889vw;
  }

  .marg_64 {
    margin-bottom: 6.6666666667vw;
  }

  .marg_48 {
    margin-bottom: 8.8888888889vw;
  }

  .marg_32 {
    margin-bottom: 6.6666666667vw;
  }

  .marg_24 {
    margin-bottom: 4.4444444444vw;
  }

  .marg_16 {
    margin-bottom: 3.3333333333vw;
  }

  .marg_up_120 {
    margin-top: 13.3333333333vw;
  }

  .marg_up_96 {
    margin-top: 13.3333333333vw;
  }

  .marg_up_80 {
    margin-top: 8.8888888889vw;
  }

  .marg_up_64 {
    margin-top: 13.3333333333vw;
  }

  .marg_up_48 {
    margin-top: 8.8888888889vw;
  }

  .marg_up_32 {
    margin-top: 6.6666666667vw;
  }

  .marg_up_24 {
    margin-top: 4.4444444444vw;
  }

  .marg_up_16 {
    margin-top: 3.3333333333vw;
  }

  .pad_120 {
    padding-bottom: 13.3333333333vw;
  }

  .pad_96 {
    padding-bottom: 13.3333333333vw;
  }

  .pad_80 {
    padding-bottom: 8.8888888889vw;
  }

  .pad_64 {
    padding-bottom: 8.8888888889vw;
  }

  .pad_48 {
    padding-bottom: 13.3333333333vw;
  }

  .pad_32 {
    padding-bottom: 6.6666666667vw;
  }

  .pad_up_100 {
    padding-top: 13.3333333333vw;
  }

  .pad_up_96 {
    padding-top: 13.3333333333vw;
  }

  .pad_up_80 {
    padding-top: 8.8888888889vw;
  }

  .pad_up_64 {
    padding-top: 8.8888888889vw;
  }

  .pad_up_48 {
    padding-top: 8.8888888889vw;
  }

  .marg_64_m {
    margin-bottom: 64px;
  }

  .marg_48_m {
    margin-bottom: 48px;
  }

  .marg_40_m {
    margin-bottom: 40px;
  }

  .marg_32_m {
    margin-bottom: 32px;
  }

  .marg_24_m {
    margin-bottom: 24px;
  }

  .marg_16_m {
    margin-bottom: 16px;
  }

  .marg_12_m {
    margin-bottom: 12px;
  }

  .marg_0_m {
    margin-bottom: 0;
  }

  .marg_up_64_m {
    margin-top: 64px;
  }

  .marg_up_48_m {
    margin-top: 48px;
  }

  .marg_up_32_m {
    margin-top: 32px;
  }

  .marg_up_24_m {
    margin-top: 24px;
  }

  .marg_up_16_m {
    margin-top: 16px;
  }

  .marg_up_12_m {
    margin-top: 12px;
  }

  .marg_up_8_m {
    margin-top: 8px;
  }

  .marg_up_0_m {
    margin-top: 0;
  }

  .marg_l_0_m {
    margin-left: 0;
  }

  .px-30 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px-32-m {
    padding-left: 32px;
    padding-right: 32px;
  }

  .px-24-m {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-20-m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-16-m {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px-12-m {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-8-m {
    padding-left: 8px;
    padding-right: 8px;
  }

  .px-0-m {
    padding-left: 0px;
    padding-right: 0px;
  }

  .py-32-m {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .py-24-m {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-20-m {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-16-m {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-12-m {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-0-m {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pad_64_m {
    padding-bottom: 64px;
  }

  .pad_48_m {
    padding-bottom: 48px;
  }

  .pad_32_m {
    padding-bottom: 32px;
  }

  .pad_24_m {
    padding-bottom: 24px;
  }

  .pad_12_m {
    padding-bottom: 12px;
  }

  .pad_up_48_m {
    padding-top: 48px;
  }

  .pad_up_32_m {
    padding-top: 32px;
  }

  .pad_up_24_m {
    padding-top: 24px;
  }

  .pad_up_16_m {
    padding-top: 16px;
  }

  .pad_up_12_m {
    padding-top: 12px;
  }

  .rad-32-m {
    border-radius: 32px;
  }

  .rad-24-m {
    border-radius: 24px;
  }

  .rad-16-m {
    border-radius: 16px;
  }

  .rad-12-m {
    border-radius: 12px;
  }

  .gap_40_m {
    gap: 40px;
  }

  .gap_24_m {
    gap: 24px;
  }

  .gap_16_m {
    gap: 16px;
  }

  .gap_12_m {
    gap: 12px;
  }

  .gap_10_m {
    gap: 10px;
  }

  .gap_8_m {
    gap: 8px;
  }

  .gap_0_m {
    gap: 0;
  }

  .mob_hide {
    display: none;
  }

  .w-full-m {
    width: 100%;
  }
}

.top_fade {
  opacity: 0;
}

.top_fade.visible {
  -webkit-animation: top_circle 0.5s linear forwards;
  animation: top_circle 0.5s linear forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.right_fade {
  opacity: 0;
}

.right_fade.visible {
  -webkit-animation: right_circle 0.5s linear forwards;
  animation: right_circle 0.5s linear forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fade_in {
  opacity: 0;
}

.fade_in.visible {
  -webkit-animation: showDiv 1s 0s forwards;
  animation: showDiv 1s 0s forwards;
}

@-webkit-keyframes top_circle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes top_circle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes right_circle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes right_circle {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes showDiv {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showDiv {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .mob_hide {
    display: none;
  }
}

.text-animation__default .title,
.text-animation__default h1 {
  background-image: -o-linear-gradient(315deg, #343745, #343745 50%, #fe4b4b 0, #fe4b4b 55%, #fff 0);
  background-image: linear-gradient(135deg, #343745, #343745 50%, #fe4b4b 0, #fe4b4b 55%, #fff 0);
  background-image: -o-linear-gradient(315deg, #fff, #fff 50%, var(--color-first) 0, var(--color-first) 55%, #fff 0);
  background-image: linear-gradient(135deg, #fff, #fff 50%, var(--color-first) 0, var(--color-first) 55%, #fff 0);
}

.text-animation__default .title,
.text-animation__default .title b,
.text-animation__default h1,
.text-animation__default h1 b,
.text-animation__default p {
  color: transparent;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-origin: padding-box;
  opacity: 0;
  -webkit-box-decoration-break: clone;
}

.text-animation__block.visible h1 {
  color: #fff;
}

.text-animation__block.visible .title,
.text-animation__block.visible .title b,
.text-animation__block.visible h1,
.text-animation__block.visible h1 b,
.text-animation__block.visible p,
.text-animation__block.visible p b {
  -webkit-animation-name: text-animation;
  animation-name: text-animation;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  opacity: 1 !important;
  -webkit-transition: color 0.2s 0.7s, background-image 0.7s 0s;
  -o-transition: color 0.2s 0.7s, background-image 0.7s 0s;
  transition: color 0.2s 0.7s, background-image 0.7s 0s;
}

.text-animation__block.visible .title b,
.text-animation__block.visible h1 b,
.text-animation__block.visible p b {
  color: #fe4b4b;
  color: #FF960A;
}

@-webkit-keyframes text-animation {
  0% {
    background-position: 100%;
  }

  to {
    background-position: 0;
  }
}

@keyframes text-animation {
  0% {
    background-position: 100%;
  }

  to {
    background-position: 0;
  }
}

.desktop_hide {
  display: none;
}

@media (max-width: 768px) {
  .desktop_hide {
    display: block;
  }

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

  .desktop_hide.inline {
    display: inline;
  }
}

.icon_plus {
  background-color: var(--sappo-black-900, #000);
  padding: 8px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon_plus svg {
  fill: #fff;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon_plus.grey {
  background-color: var(--sappo-gray-light);
}

.icon_plus.grey svg {
  fill: #000;
}

.icon_plus.modal_link:hover {
  background-color: var(--color-hover);
}

.icon_plus.modal_link:hover svg {
  fill: #fff;
}

.icon_plus_big {
  width: 64px;
  height: 64px;
  padding: 8px;
}

.icon_plus_big svg {
  width: 42px;
  height: 42px;
}

@media (max-width: 768px) {
  .icon_plus_big {
    width: 48px;
    height: 48px;
  }

  .icon_plus_big svg {
    width: 24px;
    height: 24px;
  }
}

.text-animation__block.visible .title,
.text-animation__block.visible .title b,
.text-animation__block.visible h1,
.text-animation__block.visible h1 b,
.text-animation__block.visible p,
.text-animation__block.visible p b {
  -webkit-animation-name: text-animation;
  animation-name: text-animation;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  opacity: 1 !important;
  -webkit-transition: color 0.2s 0.7s, background-image 0.7s 0s;
  -o-transition: color 0.2s 0.7s, background-image 0.7s 0s;
  transition: color 0.2s 0.7s, background-image 0.7s 0s;
}

@-webkit-keyframes text-animation {
  0% {
    background-position: 100%;
  }

  to {
    background-position: 0;
  }
}

@keyframes text-animation {
  0% {
    background-position: 100%;
  }

  to {
    background-position: 0;
  }
}

/*tooltip*/
.tooltip-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.tooltip-block .wrap_title {
  border: 1px solid var(--color);
  border-radius: 24px;
  font-size: 18px;
  height: 30px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.tooltip-block.active .wrap_title,
.tooltip-block .wrap_title:active,
.tooltip-block .wrap_title:hover {
  background-color: var(--color);
  color: #fff;
}

.tooltip-block .icon_tool {
  margin-right: 8px;
}

.tooltip-block .tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.tooltip-block .memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 32px;
  min-width: 300px;
  font-size: 12px;
  line-height: 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 540px;
  position: absolute;
  bottom: calc(100% + 27px);
  left: -122px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}

.tooltip-block .memo::after {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  bottom: -44px;
  border: 28px solid transparent;
  border-top-color: #fff;
}

.tooltip-block .memo p {
  margin-bottom: 24px;
}

.tooltip-block.bottom .memo {
  top: calc(100% + 10px);
  bottom: inherit;
}

.tooltip-block.bottom .memo:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
  bottom: initial;
  top: -44px;
}

.tooltip-block.active .memo {
  opacity: 1;
  z-index: 101;
  color: var(--color-black);
}

.tooltip-block .memo.center {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 10px;
}

.tool_with .tooltip-block {
  position: absolute;
  bottom: 15px;
  right: -52px;
}

@media (max-width: 768px) {
  .tool_with .tooltip-block {
    bottom: -4px;
    right: -40px;
  }

  .tool_with .tooltip-block svg {
    width: 24px;
    height: 24px;
  }
}

.list-block .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .list-block .icon {
    width: 48px;
    height: 48px;
  }

  .list-block .icon svg {
    width: 24px;
    height: 24px;
  }
}

.list-block .items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(326px, 1fr));
}

.list-block .items.min_width {
  max-width: 1020px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.list-block .items .images-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-block-4 .items {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

@media (max-width: 768px) {
  .list-block .items {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}

.breadcrumbs {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--color-black-600);
}

.breadcrumbs a {
  color: var(--color-black-600);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
  text-decoration: none;
}

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

.breadcrumbs .sep {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 24px;
  background-color: var(--color-black-600);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
    line-height: 16px;
  }

  .breadcrumbs .sep {
    margin: 0 16px;
  }
}

.breadcrumbs.blur_r {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumbs.blur_r .sep {
  margin: 0 16px;
}

.head_bg .breadcrumbs a {
  -webkit-columns: #fff;
  -moz-columns: #fff;
  columns: #fff;
}

.head_bg .breadcrumbs .sep {
  background-color: #fff;
}

/*text_block*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
  min-width: 100%;
}

table tr td {
  padding: 10px;
  border: 1px solid #fff;
}

.quest {
  background: var(--color-primary-50);
  border-radius: 32px;
  padding: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.quest h3 {
  margin-bottom: 16px;
}

.share_wrap .ya-share2 ul {
  margin-bottom: 0;
}

.share_wrap ul li:before {
  display: none;
}

.share_wrap .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin-right: 24px;
}

.share_wrap .ya-share2__badge {
  background-color: transparent !important;
}

.share_wrap .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjYyNSAwLjM3NUMxOC4wNDY5IDAuMzc1IDIzLjI1IDUuNTc4MTIgMjMuMjUgMTJDMjMuMjUgMTguNDIxOSAxOC4wNDY5IDIzLjYyNSAxMS42MjUgMjMuNjI1QzUuMjAzMTIgMjMuNjI1IDAgMTguNDIxOSAwIDEyQzAgNS41NzgxMiA1LjIwMzEyIDAuMzc1IDExLjYyNSAwLjM3NVpNMTcuMjk2OSA4LjM0Mzc1QzE3LjQ4NDQgNy41OTM3NSAxNy4wMTU2IDcuMjY1NjIgMTYuNSA3LjQ1MzEyTDUuMjk2ODggMTEuNzY1NkM0LjU0Njg4IDEyLjA0NjkgNC41NDY4OCAxMi41MTU2IDUuMTU2MjUgMTIuNzAzMUw4LjAxNTYyIDEzLjU5MzhMMTQuNjcxOSA5LjM3NUMxNSA5LjE4NzUgMTUuMjgxMiA5LjMyODEyIDE1LjA0NjkgOS41MTU2Mkw5LjY1NjI1IDE0LjM5MDZMOS40Njg3NSAxNy4zNDM4QzkuNzUgMTcuMzQzOCA5Ljg5MDYyIDE3LjIwMzEgMTAuMDMxMiAxNy4wNjI1TDExLjQzNzUgMTUuNzAzMUwxNC4zNDM4IDE3Ljg1OTRDMTQuOTA2MiAxOC4xNDA2IDE1LjI4MTIgMTggMTUuNDIxOSAxNy4zNDM4TDE3LjI5NjkgOC4zNDM3NVoiIGZpbGw9IiMzN0NFREMiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.share_wrap .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjU0NjkgMS41MzEyNUMyNS4xNzE5IDMuMTI1IDIxLjc5NjkgNy45MDYyNSAyMS43OTY5IDcuOTA2MjVDMjEuNTE1NiA4LjM3NSAyMS4zNzUgOC42MDkzOCAyMS43OTY5IDkuMTI1QzIxLjk4NDQgOS4zNTkzOCAyNS41IDEyLjczNDQgMjYuMDE1NiAxNC4zMjgxQzI2LjI1IDE1LjEyNSAyNS44NzUgMTUuNSAyNS4wNzgxIDE1LjVIMjIuMzEyNUMyMS4yODEyIDE1LjUgMjAuOTUzMSAxNC43MDMxIDE5LjA3ODEgMTIuODI4MUMxNy40Mzc1IDExLjIzNDQgMTYuNzM0NCAxMSAxNi4zMTI1IDExQzE1LjQ2ODggMTEgMTUuNjA5NCAxMS4zMjgxIDE1LjYwOTQgMTQuNDY4OEMxNS42MDk0IDE1LjEyNSAxNS4zNzUgMTUuNSAxMy42NDA2IDE1LjVDMTAuNzM0NCAxNS41IDcuNSAxMy43NjU2IDUuMjAzMTIgMTAuNDg0NEMxLjc4MTI1IDUuNjU2MjUgMC44NDM3NSAyLjA0Njg4IDAuODQzNzUgMS4yOTY4OEMwLjg0Mzc1IDAuODc1IDEuMDMxMjUgMC41IDEuNzgxMjUgMC41SDQuNTQ2ODhDNS4yNSAwLjUgNS41MzEyNSAwLjgyODEyNSA1LjgxMjUgMS41NzgxMkM3LjE3MTg4IDUuNTE1NjIgOS40MjE4OCA4Ljk4NDM4IDEwLjM1OTQgOC45ODQzOEMxMC43MzQ0IDguOTg0MzggMTAuODc1IDguNzk2ODggMTAuODc1IDcuOTA2MjVWMy44MjgxMkMxMC43ODEyIDEuOTUzMTIgOS43OTY4OCAxLjgxMjUgOS43OTY4OCAxLjE1NjI1QzkuNzk2ODggMC44MjgxMjUgMTAuMDMxMiAwLjUgMTAuNSAwLjVIMTQuODEyNUMxNS40MjE5IDAuNSAxNS42MDk0IDAuODI4MTI1IDE1LjYwOTQgMS41MzEyNVY3LjAxNTYyQzE1LjYwOTQgNy41NzgxMiAxNS44OTA2IDcuODEyNSAxNi4wMzEyIDcuODEyNUMxNi40MDYyIDcuODEyNSAxNi42ODc1IDcuNTc4MTIgMTcuMzQzOCA2Ljk2ODc1QzE5LjMxMjUgNC43MTg3NSAyMC43MTg4IDEuMjk2ODggMjAuNzE4OCAxLjI5Njg4QzIwLjkwNjIgMC44NzUgMjEuMjM0NCAwLjUgMjEuOTM3NSAwLjVIMjQuNzAzMUMyNS41NDY5IDAuNSAyNS42ODc1IDAuOTY4NzUgMjUuNTQ2OSAxLjUzMTI1WiIgZmlsbD0iIzM3Q0VEQyIvPgo8L3N2Zz4K");
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.text_block {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text_block a:not(.btn) {
  color: var(--color-hyperlink);
}

.text_block p,
.text_block iframe,
.text_block ul,
.text_block ol,
.text_block blockquote,
.text_block hr,
.text_block .table_wrap,
.text_block figure {
  margin-bottom: 16px;
  font-family: var(--font-family2);
}

@media (max-width: 768px) {

  .text_block p,
  .text_block iframe,
  .text_block ul,
  .text_block ol,
  .text_block blockquote,
  .text_block hr,
  .text_block .table_wrap,
  .text_block figure {
    margin-bottom: 24px;
    margin-top: 16px;
  }
}

.text_block .blockquote p {
  margin: 0;
}

.text_block .counter-flat {
  background: var(--color-primary-50);
  border-radius: var(--radius);
  padding: 48px;
  margin: 48px 0 0;
}

.text_block .counter-flat .lwptoc_i {
  padding: 0;
}

.text_block .counter-flat .lwptoc_item+.lwptoc_item {
  margin-top: 16px !important;
}

.text_block .counter-flat .lwptoc_title {
  font-family: var(--font-family2);
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 32px;
  display: block;
}

.text_block .counter-flat ul {
  margin-bottom: 0;
}

.text_block .counter-flat ul li {
  padding-left: 0;
}

.text_block .counter-flat ul li a {
  font-family: var(--font-family2);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: var(--color-black);
  text-decoration: none;
  display: inline-block;
}

.text_block .counter-flat ul li a:hover {
  color: var(--color-primary-500);
}

.text_block .counter-flat ul li::before {
  display: none;
}

.text_block .lwptoc-light .lwptoc_i {
  background: none;
  color: initial;
  padding: 0;
}

@media (max-width: 768px) {
  .text_block .counter-flat {
    padding: 24px;
  }

  .text_block .counter-flat .lwptoc_title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
  }

  .text_block .counter-flat ul {
    margin: 0;
  }

  .text_block .counter-flat ul li a {
    font-size: 18px;
    line-height: 24px;
  }

  .text_block .counter-flat .lwptoc_item+.lwptoc_item {
    margin-top: 12px;
  }
}

.text_block h2 {
  margin-top: 40px;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .text_block h2 {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.text_block h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .text_block h3 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}

.text_block>*:first-child {
  margin-top: 0;
}

.text_block .quest {
  margin: 48px 0;
}

.text_block .quest>*:first-child {
  margin-top: 0;
}

.text_block .quest ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text_block .quest:first-child {
  margin-top: 0;
}

.text-block ul,
.text_block ul {
  padding-left: 0;
  margin: 24px 0 24px;
}

.text-block ul li,
.text_block ul li {
  position: relative;
  display: block;
  padding-left: 16px;
  list-style-type: none;
}

.text-block ul li a,
.text_block ul li a {
  color: var(--color-primary-500);
}

.text-block ol li+li,
.text-block ul li+li,
.text_block ol li+li,
.text_block ul li+li {
  margin-top: 16px;
}

.text-block ul li:before,
.text_block ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #000;
}

.text-block ol,
.text_block ol {
  padding-left: 0;
  counter-reset: li;
  margin: 24px 0;
  counter-reset: myCounter 0;
}

.text-block ol li,
.text_block ol li {
  list-style: none;
  position: relative;
  margin: 0 0 0 0;
  padding-left: 32px;
  counter-reset: lix;
}

.text-block ol li::before,
.text_block ol li::before {
  content: counter(myCounter);
  counter-increment: myCounter;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-primary-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  left: 0;
}

.text-block ol li:nth-child(-n+9):before,
.text_block ol li:nth-child(-n+9):before {
  content: "0" counter(myCounter);
}

.text-block ol li ul,
.text_block ol li ul {
  margin: 24px 0;
  counter-reset: countminus;
}

.text-block ol li ul li,
.text_block ol li ul li {
  padding-left: 20px;
}

.text-block ol li ul li::before,
.text_block ol li ul li::before {
  content: "";
  counter-increment: countminus;
  background: var(--color-primary);
  width: 15px;
  height: 1px;
}

.text_block .gallery .slide .img {
  line-height: 0;
}

.text_block .docs {
  background: #F2F6FA;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 48px 0;
  position: relative;
}

.text_block .docs>* {
  width: calc(100% - 100px);
}

.text_block .docs p {
  margin: 0;
}

.text_block .docs a {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  width: 100%;
  padding: 24px 24px 24px 70px;
  display: block;
}

.text_block .docs a::before {
  content: "";
  display: block;
  background: url(../img/icon/doc_2.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  position: absolute;
  left: 24px;
  top: calc(50% - 12px);
}

.text_block .docs a::after {
  content: "";
  display: block;
  background: #fff url(../img/icon/load.svg) no-repeat;
  background-position: center;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  right: 24px;
  top: calc(50% - 24px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.text_block .docs:hover a::after {
  background-color: #004E9E;
  background-image: url("../img/icon/load_white.svg");
}

@media (max-width: 768px) {
  .text_block .quest {
    padding: 24px;
    margin: 32px 0;
  }
}

.modal {
  display: none;
  width: 904px;
  max-width: calc(100% - 40px);
  padding: 64px;
  border-radius: 32px;
  text-align: left;
  overflow: visible;
}

.modal .form {
  position: relative;
  z-index: 1;
  max-width: 572px;
}

.modal .icon {
  width: 240px;
  height: 240px;
  position: absolute;
  right: 36px;
  bottom: 32px;
}

.modal .fancybox-close-small {
  width: 64px;
  height: 64px;
  top: 32px;
  right: 32px;
  border-radius: 50%;
  padding: 14px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .fancybox-button svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 768px) {
  .modal {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .modal .fancybox-close-small {
    background-color: transparent;
  }

  .modal .fancybox-close-small {
    width: 50px;
    height: 50px;
    top: -5px;
    right: 5px;
  }

  .modal .icon {
    height: 55.5555555556vw;
    background-position: bottom right -20.8333333333vw;
  }
}

.modal_max {
  width: 1368px;
  padding: 80px;
  max-width: 100%;
}

.modal_max .form {
  max-width: 608px;
}

.modal_max .form .line {
  max-width: 608px;
}

@media (max-width: 768px) {
  .modal_max {
    padding: 32px 24px;
  }
}

.fancybox-slide--html {
  padding: 40px;
}

@media (max-width: 768px) {
  .fancybox-slide--html {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal_full {
  width: calc(100% + 80px);
  max-width: 100%;
  min-height: 100%;
  border-radius: var(--radius);
  padding: 0;
}

.form-modal {
  width: 840px;
}

.modal_title {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

@media (max-width: 768px) {
  .modal_title {
    font-size: 5.5555555556vw;
    line-height: 6.6666666667vw;
  }
}

.wrapform {
  padding: 64px 48px;
  background-color: #fff;
  border-radius: var(--radius);
  max-width: 556px;
  width: 100%;
}

@media (max-width: 768px) {
  .wrapform {
    padding: 32px 16px;
  }
}

.form .title {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
}

.form .line+.line {
  margin-top: 24px;
}

.form .lines {
  margin-left: -24px;
  margin-top: -16px;
}

.form .lines>* {
  margin-left: 24px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .form .lines {
    margin-left: -16px;
  }

  .form .lines>* {
    margin-left: 16px;
  }
}

@media (max-width: 576px) {
  .form .lines>* {
    width: 100%;
  }
}

input,
textarea,
input:active,
textarea:active {
  border-radius: 0;
  outline: none transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-outline: none !important;
}

.form .field {
  position: relative;
  width: 100%;
}

.form>*+* {
  margin-top: 16px;
}

.form input[type=checkbox],
.form input[type=radio],
.form input[type=file] {
  display: none;
}

.form .input {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid var(--color-black-200);
  border-radius: 24px;
  line-height: 64px;
  height: 64px;
  padding: 0 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form .input:focus,
.form .input.active {
  border-color: #000;
}

.form .input:focus,
.form .input.active {
  color: var(--text_color);
}

.form .input:focus-visible {
  outline: none;
}

.form .input+label {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black-600);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 16px;
  line-height: 64px;
  height: 64px;
  cursor: text;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.form textarea.input+label {
  line-height: 96px;
}

.form .input::-webkit-input-placeholder {
  color: var(--color-black);
  font-family: var(--font-family2);
}

.form .input::-moz-placeholder {
  color: var(--color-black-600);
  font-family: var(--font-family2);
}

/* Firefox 19+ */
.form .input:-moz-placeholder {
  color: var(--color-black-600);
  font-family: var(--font-family2);
}

/* Firefox 18- */
.form .input:-ms-input-placeholder {
  color: var(--color-black-600);
  font-family: var(--font-family2);
}

.form .input:focus+label,
.form .input.active+label {
  font-size: 8px;
  line-height: 18px;
  color: var(--color-black-40);
}

.form textarea.input:focus+label .form textarea.input.active+label {
  line-height: 18px;
}

.notCorrect {
  border: 1px solid var(--color-error) !important;
  background: #fff url(../img/icon/ic_notcorrect.svg) calc(100% - 28px) 50% no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .input:not(.notCorrect).success {
  border-color: var(--color-success);
  border-width: 1px;
  background: #fff url(../img/icon/ic_success.svg) calc(100% - 28px) 50% no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form textarea.input {
  height: 112px;
  padding-top: 16px;
}

.form .agree span {
  width: 100%;
}

.form input[type=checkbox]+label,
.form input[type=radio]+label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form input[type=checkbox]+label::before,
.form input[type=radio]+label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 3px solid transparent;
  border-radius: 50%;
  margin-right: 12px;
  outline: 2px solid var(--color-black-400);
  margin-right: 12px;
}

.form input[type=radio]:checked+label {
  color: #fff;
  background-color: var(--color-primary-500);
}

.form input[type=radio]:checked+label:before {
  outline-color: #fff;
  background-color: #fff;
  border-color: var(--color-primary-500);
}

.form input[type=radio]:checked+label svg path {
  fill: #fff;
}

.form input[type=checkbox]+label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 8px;
  height: 5px;
  content: "";
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  z-index: 2;
}

.form input[type=checkbox]+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color);
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
}

.form input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.form .agree input[type=checkbox]+label {
  padding-left: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.form .agree input[type=checkbox]+label:before {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background: var(--color-primary-100);
  outline: none;
  border: 0;
  border-radius: 4px;
}

.form .agree input[type=checkbox]+label:after {
  position: absolute;
  top: 6px;
  left: 7px;
  display: block;
  width: 10px;
  height: 8px;
  content: "";
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  z-index: 2;
}

.form .agree input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.file-upload {
  position: relative;
  overflow: hidden;
}

.file-upload label {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.file-upload label path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.file-upload label:hover {
  background-color: var(--color-first);
  color: #fff;
}

.file-upload label:hover path {
  fill: #fff;
}

.file-upload svg {
  margin-right: 8px;
  position: relative;
  top: 3px;
}

#file-name {
  width: 100%;
  position: absolute;
  bottom: -20px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form .submit .btn {
  cursor: pointer;
}

.form .line-file+.submit {
  margin-top: 32px;
}

.form .radio-block .radio {
  margin-left: -12px;
  margin-top: -12px;
}

.form .radio-block .radio>div {
  margin-left: 12px;
  margin-top: 12px;
}

.form .radio-block .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.form .radio-block+.radio-block {
  margin-top: 24px;
}

@media (max-width: 768px) {

  .form input[type=checkbox]+label,
  .form input[type=radio]+label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }

  .form .agree input[type=checkbox]+label {
    line-height: 16px;
  }
}

.dropdown-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-family2);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black-600);
  border: 1px solid var(--color-black-200);
  border-radius: 24px;
}

.show.dropdown-select {
  border-color: var(--color-black);
  color: var(--color-black);
}

.select {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
  z-index: 4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 62px;
  padding: 0 16px;
  color: var(--color-black-600);
}

.show.dropdown-select .select {
  color: var(--color-black);
}

.icon-down-select {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 12px;
  cursor: pointer;
  z-index: 3;
}

.show.dropdown-select .icon-down-select {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-down-select svg {
  width: 13px;
  height: 9px;
  fill: var(--color);
}

.option-list {
  position: absolute;
  z-index: 3;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  padding: 16px;
  border-radius: 24px;
  /* margin-top: 100px; */
  top: 72px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0;
  text-align: left;
}

.list-select {
  list-style: none;
}

.link-select {
  display: block;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black-600);
}

.link-select:hover,
.link-select.active {
  color: var(--color-black);
}

.link-select a {
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.list-select+.list-select {
  margin-top: 20px;
}

.link-select.active a {
  color: var(--color-first);
}

.link-select.active a:before {
  content: "";
  background-image: url(../img/svg/check.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
}

.link-dropdown-select input {
  display: none;
}

.left {
  float: left;
}

.search-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-block form {
  width: 100%;
}

.search-block form.active_form .submit_btn {
  background-color: var(--color-primary-600);
}

.search-block .input {
  color: var(--color-gray);
  display: block;
  min-width: 240px;
  height: 80px;
  padding-left: 64px;
  background-size: 12px 12px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid #C4C4C4;
  background-color: transparent;
  border-radius: var(--radius_min);
  width: 100%;
}

.search-block form>svg {
  position: absolute;
  fill: #7F7F7F;
  width: 24px;
  height: 24px;
  top: 31px;
  left: 24px;
}

.search-block form>svg path {
  fill: #7F7F7F;
}

.search-block .submit_btn {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 9;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border: none;
  border-radius: 24px;
  background-color: var(--color-black-100);
  width: 64px;
  height: 64px;
}

.search-block .submit_btn:hover {
  background-color: var(--color-primary-600);
}

@media (max-width: 768px) {
  .search-block form>svg {
    top: 25px;
  }

  .search-block .input {
    font-size: 14px;
    line-height: 18px;
    height: 72px;
  }

  .search-block .submit_btn {
    width: 56px;
    height: 56px;
    padding: 0;
  }

  .search-block .submit_btn svg {
    width: 24px;
  }
}

.column_two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
}

.column_two p:first-child {
  margin-top: 0;
}

.column_three {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  -webkit-column-width: 388px;
  -moz-column-width: 388px;
  column-width: 388px;
}

.bg_section {
  background: var(--bg);
  color: #fff;
}

.calc-slider .calc-wrap {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}

.calc-slider .progres_number {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-first);
  position: absolute;
  width: 44px;
  margin-left: -22px;
  top: -30px;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.calc-slider .progressbar {
  border-radius: 32px 0px 0px 0px;
  height: 8px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 2;
}

.calc-slider .progressbar>span {
  background: var(--color-first);
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.calc-slider .calc-item {
  height: 0;
  opacity: 0;
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.calc-slider .calc-item.active {
  height: auto;
  min-height: 300px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.calc-slider .calc-item .info {
  width: 100%;
  padding-right: 0;
}

.calc-slider .calc-item .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: var(--color-gray);
}

.calc-slider .calc-item .title .btn {
  background: #fff;
  color: #000;
  margin-left: 16px;
}

.calc-slider .calc-item .radio-block {
  background: none;
  padding: 0;
}

.calc-slider .btn-block {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  /* z-index: -1; */
  margin-top: 24px;
}

.calc-slider .btn-block .btn {
  margin-right: 16px;
  margin-left: 0;
}

.calc-slider .btn-block .btn.before {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calc-slider .btn-block .btn.before svg {
  margin-right: 0;
}

.calc-slider .btn-block .btn.before svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.calc-slider .btn-block .before {
  margin-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.calc-slider .btn-block .before:hover,
.calc-slider .btn-block .before:active {
  border-color: transparent;
}

.calc-slider .btn-block .before:hover path,
.calc-slider .btn-block .before:active path {
  fill: var(--color-first);
}

@media (max-width: 1024px) {
  .calc-slider .calc-item.active {
    min-height: 230px;
  }
}

/*-------------accordion---------------*/
.accordion .item {
  overflow: hidden;
}

.accordion .item+.item {
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .accordion .item+.item {
    margin-top: 12px;
  }
}

.box_accord .items {
  margin-top: -16px;
}

.box_accord .item {
  margin-top: 16px;
}

.box_accord .list-block .items {
  margin: 0;
}

.box_accord .list-block .items .item {
  margin: 0;
}

.accordion .item .title {
  position: relative;
  padding: 40px 110px 48px 48px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.accordion.bg .item .title {
  background-color: #fff;
}

.accordion .item.empty .title {
  cursor: default;
}

.accordion .item .title .chas {
  background: #0C60CC;
  border-radius: 32px;
  padding: 12px 16px;
  margin-left: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  white-space: nowrap;
}

.accordion .item:not(.empty) .title:after {
  color: var(--color-black);
  font-size: 40px;
  font-weight: 300;
  background-color: #fff;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -32px;
  content: "";
  background-image: url(../img/svg/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  text-align: center;
}

.accordion .item.active:not(.empty) .title:after {
  background-color: var(--color-primary-100);
  color: #fff;
  background-image: url(../img/svg/close.svg);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 1px 11px;
}

.accordion .item .data {
  display: none;
  padding: 16px 40px 48px 48px;
}

.accordion .item .data .text_block>p,
.accordion .item .data .text_block>ul,
.accordion .item .data .text_block>ol,
.accordion .item .data .text_block>h2,
.accordion .item .data .text_block>h3,
.accordion .item .data .text_block>h4 {
  max-width: 970px;
}

.accordion .item .data img {
  max-width: 904px;
  width: 100%;
}

.accordion.bg .item .data {
  background-color: #fff;
}

.accordion .item .text_block {
  font-family: var(--font_family3);
  font-size: 16px;
  line-height: 24px;
}

.accordion_min .item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 28px 40px 28px 48px;
}

.accordion_min .item .data {
  padding: 28px 40px 28px 48px;
}

@media (max-width: 768px) {
  .accordion .item {
    border-radius: 16px;
  }

  .accordion .item .title {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 20px 20px 20px;
  }

  .accordion .item:not(.empty).active .title::after {
    padding: 6px 1px 11px;
  }

  .accordion .item:not(.empty) .title:after {
    position: static;
    margin-top: 16px;
    margin-left: auto;
  }

  .accordion .item .data {
    padding: 0 16px 16px 16px;
  }

  .accordion .item .data img:first-child {
    margin-top: 0;
  }
}

/*-------------accordion---------------*/
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel.owl-carousel .owl-nav .owl-prev,
.carousel.owl-carousel .owl-nav .owl-next {
  top: -97px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-top: 0;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  left: inherit;
  border: 1px solid transparent;
  background: var(--color-first);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel.owl-carousel .owl-nav .owl-prev {
  right: 60px;
}

.carousel.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.carousel.owl-carousel .owl-nav .owl-next.disabled,
.carousel.owl-carousel .owl-nav .owl-prev.disabled {
  pointer-events: none;
  background-color: var(--color-bg-1);
  border-color: transparent;
}

.carousel.owl-carousel .owl-nav .owl-prev:hover,
.carousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--color-first);
}

.owl-carousel .owl-nav button span {
  position: relative;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: var(--color-black);
}

.owl-carousel .owl-nav button:not(.disabled) span,
.owl-carousel .owl-nav button:hover span {
  background-color: #fff;
}

.owl-carousel .owl-nav button span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.owl-carousel .owl-nav button span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.owl-carousel .owl-nav button:not(.disabled) span:after,
.owl-carousel .owl-nav button:hover span:after {
  border-color: #fff;
}

.width_50 {
  width: 50%;
}

.width_40 {
  width: 40%;
}

.width_60 {
  width: 60%;
}

.gap_24 .width_50 {
  width: calc(50% - 12px);
}

.gap_24 .width_40 {
  width: calc(40% - 12px);
}

.gap_24 .width_60 {
  width: calc(60% - 12px);
}

/*------------------
    quest_autor
-------------------*/
.quest_autor .substrate {
  background: var(--color-bg-1);
  border-radius: var(--radius);
  padding: 48px;
}

.quest_autor .substrate .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.quest_autor .substrate .text p:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .quest_autor .substrate {
    padding: 28px 16px 22px;
  }

  .quest_autor .substrate .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }
}

/*------------------
    user-block
-------------------*/
.user-block {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 16px;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  max-width: 730px;
}

.user-block .photo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  border-radius: 16px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-block .photo img {
  margin: 0;
  height: 200%;
  width: 200%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  padding-top: 3px;
}

.user-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-block .spec {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

header {
  background-color: #fff;
  z-index: 101;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
}

header .header_wrap>.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo {
  display: block;
  max-width: 100%;
  height: 80px;
}

header .logo a {
  color: var(--color-primary-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

header .logo svg {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

header .header-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1800px) {
  header .logo {
    height: 60px;
  }

  header .menu {
    padding: 18px;
    border-radius: 24px;
    gap: 24px;
  }

  header .menu>* {
    font-size: 16px;
  }

  header .btn_contact {
    line-height: 60px;
    height: 60px;
  }
}

@media (max-width: 1550px) {
  .header .menu .hide_long {
    display: none;
  }
}

@media (max-width: 1280px) {
  header .logo {
    height: 48px;
  }

  header .menu {
    padding: 12px;
    gap: 16px;
  }

  header .btn_contact {
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    padding: 0 16px;
  }

  header .btn_contact span {
    display: none;
  }
}

@media (max-width: 1024px) {
  header .header_wrap>.cont {
    gap: 8px;
  }

  header .logo {
    height: 44px;
  }

  header .btn_contact {
    height: 44px;
    width: 44px;
    background-color: var(--color-black-50);
    border-radius: 12px;
  }

  header .btn_contact:hover,
  header .btn_contact:active {
    background-color: var(--color-primary-100);
  }
}

@media (max-width: 768px) {
  header .slogan {
    display: none;
  }
}

.custom.animate-open {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  -o-transition: transform var(--transition-time), opacity var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time);
  transition: transform var(--transition-time), opacity var(--transition-time), -webkit-transform var(--transition-time);
}

svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.more {
  position: relative;
  border-radius: 28px;
  background-color: #fff;
  height: 52px;
  line-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 700;
  padding: 0 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.more:hover {
  background-color: var(--color-primary-600);
  color: #fff;
}

.more:hover path {
  fill: #fff;
}

.right_head_block.flex {
  margin-left: -10px;
}

.right_head_block.flex>* {
  margin-left: 10px;
}

.slider_nav_sub,
.slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
}

.slider_nav_sub>*,
.slider_nav>* {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: 0;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  left: inherit;
  border: 1px solid transparent;
  background-color: var(--color-primary-500);
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
}

.slider_nav_sub>* svg path,
.slider_nav>* svg path {
  fill: #fff;
}

.slider_nav_sub>*.disabled,
.slider_nav>*.disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: #000;
}

.slider_nav_sub>*.disabled svg path,
.slider_nav>*.disabled svg path {
  fill: var(--color-black-600);
}

.slider_nav_sub>*:hover,
.slider_nav>*:hover {
  background-color: var(--color-primary-500);
}

.slider_nav_sub>*:hover svg path,
.slider_nav>*:hover svg path {
  fill: #fff;
}

.slider_nav_sub.white>*,
.slider_nav.white>* {
  background-color: #fff;
  color: var(--color-black);
}

.slider_nav_sub.white>* svg path,
.slider_nav.white>* svg path {
  fill: var(--color-black);
}

.slider_nav_sub.white>*.disabled,
.slider_nav.white>*.disabled {
  background-color: transparent;
  border-color: #fff;
}

.slider_nav_sub.white>*.disabled svg path,
.slider_nav.white>*.disabled svg path {
  fill: #fff;
}

.slider_nav_sub.white>*:hover,
.slider_nav.white>*:hover {
  background-color: var(--color-first);
}

.slider_nav_sub.white>*:hover svg path,
.slider_nav.white>*:hover svg path {
  fill: #fff;
}

@media (max-width: 768px) {

  .slider_nav_sub,
  .slider_nav {
    margin-left: -12px;
  }

  .slider_nav_sub>*,
  .slider_nav>* {
    width: 56px;
    height: 56px;
    margin-left: 12px;
  }

  .slider_nav_sub>* svg,
  .slider_nav>* svg {
    width: 18px;
    height: 18px;
  }
}

.customPrevBtn {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #000000;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.customNextBtn {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #000000;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

main {
  padding-top: 112px;
}

@media (max-width: 1024px) {
  main {
    padding-top: 68px;
  }
}

.front-block .images-block .sout-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1580px) {
  .front-block .images-block {
    width: 640px;
  }
}

.plus-block .items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.plus-block .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 148px;
}

.turnkey-section .info {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.turnkey-section .turnkey_wrap {
  align-items: start;
}


.turnkey-section .item {
  min-height: 360px;
}

/* Появление в зоне видимости: добавьте класс .viewport-fade к элементу */
.viewport-fade {
  opacity: 0;
  -webkit-transform: translate3d(0, 16px, 0);
  transform: translate3d(0, 16px, 0);
  -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
  will-change: opacity, transform;
}

.viewport-fade.is-in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .viewport-fade {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }
}

@media (max-width: 576px) {
  .turnkey-section .item {
    min-height: 208px;
  }

  .turnkey-section .item .w-80 {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .turnkey-section .item .w-80 svg {
    width: 16px;
    height: 11px;
  }
}

/*-------------------------
      services-block
-------------------------*/
.services-block .items .item {
  min-height: 420px;
}

.services-block .items .item .icon {
  height: 96px;
  width: 96px;
}

@media (max-width: 576px) {
  .services-block .items .item {
    min-height: 380px;
  }

  .services-block .items .item .icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .services-block .items .item .icon >* {
    width: 20px;
    height: 18px;
    object-fit: contain;
  }
}

/*-------------------------
   prices-block
-------------------------*/
.prices-block .info>*:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.prices-block .form .input{
  border-color: transparent;
}

@media (max-width: 768px) {
  .prices-block .offers{
    min-height: 80px;
  }

}

/*-------------------------
licenzii
-------------------------*/
.licenzii .docs .img {
  width: calc(29% - 12px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.licenzii .docs .img a{
  display: flex;
  max-height: 225px;
  overflow: hidden;
}
  .licenzii .docs .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

.licenzii .docs .img:first-child {
  width: calc(42% - 12px);
}

@media (max-width: 768px) {
  .licenzii .docs .img {
    width: 100% !important;
    height: 100%;
  }
}



.form-section .form_info .img {
  width: 164px;
  height: 164px;
  border-radius: 50%;
}

.form-section .form_info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media (max-width: 768px) {
  .form-section .form_info .img {
    width: 100px;
    height: 100px;
  }
}

/*slider_mob*/
.slider_mob .items.owl-carousel {
  width: 260px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.slider_mob .items.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.slider_mob .items.owl-carousel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_mob .items.owl-carousel .owl-stage-outer .item {
  width: 100%;
  margin: 0;
  height: 100%;
}

.slider_mob_min .items.owl-carousel {
  width: 161px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.slider_mob_min .items.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.slider_mob_min .items.owl-carousel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_mob_min .items.owl-carousel .owl-stage-outer .item {
  width: 100%;
  margin: 0;
  height: 100%;
}




/*-----------------
    page-404
------------------*/
/*-----------------
        page-thanks
------------------*/
.footer {
  position: relative;
}

.footer .foote-info {
  max-width: 440px;
}

.footer .logo {
display: flex;
  max-width: 100%;
  height: 80px;
  text-align: left;
  justify-content: flex-start;
}

.footer .logo svg {
width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1279px) {
  /*figma*/
}

@media (max-width: 1024px) {
  .footer .logo {
    height: 44px;
  }


  .header__burger.burger {
    font-weight: 500;
    font-size: 16px;
    height: 44px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--color-primary-900);
    position: relative;
    z-index: 5;
    cursor: pointer;
  }

  .header__burger.burger svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .header__burger.burger svg:nth-child(2) {
    display: none;
  }

  .header__burger.burger.burger--active {
    background-color: var(--color-primary-100);
  }

  .header__burger.burger.burger--active svg:first-child {
    display: none;
  }

  .header__burger.burger.burger--active svg:nth-child(2) {
    display: block;
  }

  .header__nav-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    width: 0;
    min-width: 0;
    height: 0;
    overflow: visible;
  }

  .header .header_wrap>.cont {
    position: relative;
    z-index: 2;
  }

  .header .menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 68px;
    bottom: 0;
    z-index: 1;
    margin: 0;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    padding: 32px 16px 32px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }

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

  .header .menu .menu-li {
    padding: 0 0 36px;
    text-align: left;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
  }

  .header .header-right {
    margin-left: auto;
  }
}

@media (min-width: 1025px) {
  .header__burger.burger {
    display: none;
  }

  .header__nav-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  :root {
    --radius: 32px;
    --radius_min: 24px;
  }

}
