/*
 * Подключаемые классы
 */
/*
 * Стили шаблона
 */
/*video youtube*/
/*
<div class="embed-responsive embed-responsive-16by9">
	<iframe class="embed-responsive-item" src="..."></iframe>
</div>
<div class="embed-responsive embed-responsive-4by3">
	<iframe class="embed-responsive-item" src="..."></iframe>
</div>
*/
@import url('../fonts/AvenirNextCyr/stylesheet.css');
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVYtO.ttf) format('truetype');
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwcVYtO.ttf) format('truetype');
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzwUotO.ttf) format('truetype');
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzJUotO.ttf) format('truetype');
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryuUotO.ttf) format('truetype');
}
@font-face {
  font-family: 'Tektur';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tektur/v6/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryHUotO.ttf) format('truetype');
}
.cursive-regular {
  font-family: "Tektur", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
* {
  font-family: 'Avenir Next Cyr', sans-serif;
  box-sizing: border-box;
  outline: none !important;
}
html {
  font-size: 1vw;
  font-weight: 300;
}
body {
  background: var(--color-black_05);
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-black);
}
.toggle_block {
  display: none;
}
.toggle_block.active {
  display: block;
}
.link {
  color: var(--color-blue_100);
  text-decoration: underline;
}
.link:hover {
  color: var(--color-blue_80);
}
.color_red {
  color: var(--color-red_100) !important;
}
.color_green {
  color: var(--color-green_100);
}
.color_blue {
  color: var(--color-blue_100);
}
.color_orange {
  color: var(--color-orange_100);
}
.m_t_0 {
  margin-top: 0rem  !important;
}
.m_t_1 {
  margin-top: 1rem  !important;
}
.m_t_1_5 {
  margin-top: 1.5rem !important;
}
.m_t_2 {
  margin-top: 2rem  !important;
}
.m_t_2_5 {
  margin-top: 2.5rem !important;
}
.m_t_3 {
  margin-top: 3rem  !important;
}
.m_t_4 {
  margin-top: 4rem  !important;
}
.m_t_5 {
  margin-top: 5rem  !important;
}
.m_b_0 {
  margin-bottom: 0rem  !important;
}
.m_b_1 {
  margin-bottom: 1rem  !important;
}
.m_b_1_5 {
  margin-bottom: 1.5rem !important;
}
.m_b_2 {
  margin-bottom: 2rem  !important;
}
.m_b_2_5 {
  margin-bottom: 2.5rem !important;
}
.m_b_3 {
  margin-bottom: 3rem  !important;
}
.m_b_4 {
  margin-bottom: 4rem  !important;
}
.m_b_5 {
  margin-bottom: 5rem  !important;
}
.p_t_0 {
  padding-top: 0rem  !important;
}
.p_t_1 {
  padding-top: 1rem  !important;
}
.p_t_1_5 {
  padding-top: 1.5rem !important;
}
.p_t_2 {
  padding-top: 2rem  !important;
}
.p_t_2_5 {
  padding-top: 2.5rem !important;
}
.p_t_3 {
  padding-top: 3rem  !important;
}
.p_t_4 {
  padding-top: 4rem  !important;
}
.p_t_5 {
  padding-top: 5rem  !important;
}
.p_b_0 {
  padding-bottom: 0rem  !important;
}
.p_b_1_5 {
  padding-bottom: 1.5rem !important;
}
.p_b_2 {
  padding-bottom: 2rem  !important;
}
.p_b_2_5 {
  padding-bottom: 2.5rem !important;
}
.p_b_3 {
  padding-bottom: 3rem  !important;
}
.p_b_4 {
  padding-bottom: 4rem  !important;
}
.p_b_5 {
  padding-bottom: 5rem  !important;
}
.br_2 {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
b,
strong {
  font-weight: 600;
}
h1,
h2 {
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: var(--color-blue-black_100);
}
h3 {
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.small,
small {
  font-size: 0.8em;
  font-weight: 300;
}
.page_wrapper {
  padding: 0 10rem;
}
@keyframes btn_send_arrow {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(2rem);
    -moz-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    -o-transform: translateX(2rem);
    transform: translateX(2rem);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-2rem);
    -moz-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.btn_box_center {
  margin-top: 3rem;
  text-align: center;
}
.btn-clipboard .no_active {
  display: block;
}
.btn-clipboard .active {
  display: none;
}
.btn-clipboard.active .no_active {
  display: none;
}
.btn-clipboard.active .active {
  display: block;
}
.btn-clipboard .no_active {
  display: block;
}
.btn-clipboard .active {
  display: none;
}
.btn-clipboard.active .no_active {
  display: none;
}
.btn-clipboard.active .active {
  display: block;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  background: var(--color-blue_100);
  color: #fff;
  text-decoration: none;
  height: 3rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: none;
  position: relative;
}
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: var(--color-blue_80);
}
.btn.btn_big {
  height: 4rem;
  padding: 0 3rem;
}
.btn.btn_small {
  height: 2rem;
  padding: 0 0.75rem;
  font-size: 0.8rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.btn.btn_gradient {
  background-image: -webkit-linear-gradient(to right, var(--color-orange_100), var(--color-blue_100));
  background-image: -moz-linear-gradient(to right, var(--color-orange_100), var(--color-blue_100));
  background-image: -ms-linear-gradient(to right, var(--color-orange_100), var(--color-blue_100));
  background-image: -o-linear-gradient(to right, var(--color-orange_100), var(--color-blue_100));
  background-image: linear-gradient(to right, var(--color-orange_100), var(--color-blue_100));
}
.btn.btn_text {
  height: auto;
  padding: 0;
  background: transparent;
  color: var(--color-black);
}
.btn.btn_border {
  border: 0.07rem #666 solid;
  background: transparent;
  color: var(--color-black);
}
.btn.btn_border:hover {
  background: rgba(0, 0, 0, 0.05);
}
.btn.btn_border.btn_icon_left {
  padding-left: 0.25rem;
}
.btn.btn_border.btn_icon_left i {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-blue_100);
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn_border.btn_icon_left i svg {
  height: 1rem;
  width: auto;
}
.btn.btn_border.btn_icon_left i svg path {
  fill: #fff;
}
.btn.btn_border.btn_icon_black i {
  background: var(--color-black);
}
.btn.btn_shadow {
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.025);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.025);
  color: var(--color-black);
}
.btn.btn_shadow:hover {
  background: #fff;
  color: var(--color-black_80);
}
.btn.btn_transparent {
  background: transparent;
  color: var(--color-black);
}
.btn.btn_transparent:hover {
  background: transparent;
  color: var(--color-black_80);
}
.btn.btn_white {
  color: var(--color-black);
  background: #fff;
}
.btn.btn_white:hover {
  color: var(--color-black);
  background: rgba(255, 255, 255, 0.8);
}
.btn.btn_blue {
  color: #fff;
  background: var(--color-blue_100);
}
.btn.btn_blue:hover {
  color: #fff;
  background: var(--color-blue_80);
}
.btn.btn_red {
  color: #fff;
  background: var(--color-red_100);
}
.btn.btn_red:hover {
  color: #fff;
  background: var(--color-red_80);
}
.btn.btn_orange {
  color: #fff;
  background: var(--color-orange_100);
}
.btn.btn_orange:hover {
  color: #fff;
  background: var(--color-orange_100);
}
.btn.btn_icon_left i {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.btn.btn_icon_left i svg {
  width: 1.5rem;
  height: auto;
}
.btn.btn_icon_left i svg path {
  fill: #fff;
  stroke: #fff;
}
.btn.btn_icon_left img {
  height: 1rem;
  margin-right: 0.5rem;
}
.btn.btn_icon_right i {
  margin-left: 0.5rem;
}
.btn.btn_icon_right i svg {
  width: 1.5rem;
  height: auto;
}
.btn.btn_icon_right i svg path {
  fill: #fff;
  stroke: #fff;
}
.btn.btn_icon_right img,
.btn.btn_icon_right svg {
  height: 1rem;
  margin-left: 0.5rem;
}
.btn.btn_clear {
  background: transparent;
  color: var(--color-black);
}
.btn.btn_clear:hover {
  background: transparent;
  color: var(--color-red);
}
.btn.btn_send {
  padding-right: 4rem;
}
.btn.btn_send i {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  padding: 0;
  margin: 0;
  display: block;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.btn.btn_send i:before {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: url(../img/icon_btn_arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  margin-left: -0.1rem;
}
.btn.btn_send i:after {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: url(../img/icon_btn_arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  margin-left: 0.3rem;
}
.btn.btn_send:hover i:before {
  -o-animation: btn_send_arrow 1s 0.1s forwards;
  -moz-animation: btn_send_arrow 1s 0.1s forwards;
  -webkit-animation: btn_send_arrow 1s 0.1s forwards;
  animation: btn_send_arrow 1s 0.1s forwards;
}
.btn.btn_send:hover i:after {
  -o-animation: btn_send_arrow 1s forwards;
  -moz-animation: btn_send_arrow 1s forwards;
  -webkit-animation: btn_send_arrow 1s forwards;
  animation: btn_send_arrow 1s forwards;
}
.box {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  padding: 5rem;
  background: #fff;
}
.box.box_transparent {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage {
  display: flex;
  flex-flow: row nowrap;
}
.owl-carousel .owl-item {
  display: flex;
  flex-flow: nowrap row;
  align-items: stretch;
}
.owl-carousel .owl-dots {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 2rem;
  justify-content: center;
}
.owl-carousel .owl-dots button {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: var(--color-black_20);
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0.15rem;
}
.owl-carousel .owl-dots button.active {
  width: 1rem;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-1.25rem);
  -moz-transform: translateY(-1.25rem);
  -ms-transform: translateY(-1.25rem);
  -o-transform: translateY(-1.25rem);
  transform: translateY(-1.25rem);
}
.owl-carousel .owl-nav button svg {
  width: auto;
  height: 2.5rem;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -6rem;
}
.owl-carousel .owl-nav button.owl-next {
  right: -6rem;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.3;
}
form {
  display: block;
  position: relative;
}
form .form_input_desc {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}
form .form_input_desc.__warning {
  padding-left: 1rem;
  border-left: 0.1rem var(--color-red_100) solid;
}
form .form_header {
  font-weight: 600;
  margin-bottom: 2rem;
}
form .count_words span {
  display: block;
  font-size: 0.8rem;
  padding-top: 1rem;
}
form .jq-file {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  height: auto;
  padding: 2rem 0;
  border: 0.07rem var(--color-black_30) solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
form .jq-file .jq-file__name {
  text-align: center;
  font-size: 1rem;
  border: none;
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background: url(../img/icon_photo.svg) center center no-repeat;
  background-size: contain;
  text-indent: -10000px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .jq-file .jq-file__browse {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
  width: 10rem;
  margin: 0 auto;
  height: 3rem;
}
form .jq-file input {
  font-size: 1rem;
  display: none;
}
form .jq-file:hover .jq-file__browse {
  background-image: -webkit-linear-gradient(to top, var(--color-grey), #fff);
  background-image: -moz-linear-gradient(to top, var(--color-grey), #fff);
  background-image: -ms-linear-gradient(to top, var(--color-grey), #fff);
  background-image: -o-linear-gradient(to top, var(--color-grey), #fff);
  background-image: linear-gradient(to top, var(--color-grey), #fff);
}
form .jq-file.changed .jq-file__name {
  text-indent: 0;
  background: none;
}
form .form-control-clear {
  display: block;
  padding: 0 2rem;
  margin: 0;
  height: 2rem;
  background: #fff;
  border: 1px #fff solid;
  position: absolute;
  top: 100%;
  left: 0;
}
form .form-control {
  padding: 0 1.5rem;
  height: 3rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: 0.07rem var(--color-black_30) solid;
  width: 100%;
  font-size: inherit;
  background: #fff;
  color: var(--color-black);
  font-weight: 300;
}
form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: var(--color-black);
  border-color: var(--color-black_30);
}
form .form-control:disabled,
form .form-control[readonly] {
  background: var(--color-black_10);
}
form textarea.form-control {
  padding: 1.5rem;
  height: 15rem;
}
form textarea.form-control.big_textarea {
  height: 25rem;
}
form .jq-selectbox {
  font-weight: 300;
  text-align: left;
}
form .jq-selectbox ul {
  max-height: 20rem !important;
}
form .jq-selectbox li {
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}
form .jq-selectbox li:hover {
  color: var(--color-black);
}
form .jq-selectbox li.selected {
  background: var(--color-black_05);
}
form .jq-selectbox .jq-selectbox__trigger-arrow {
  top: 1.4rem;
}
form .jq-selectbox .jq-selectbox__select-text {
  line-height: 3rem;
}
form .jq-selectbox .jq-selectbox__select {
  height: 3rem;
  padding: 0 2rem 0 1.5rem;
  font-size: 1rem;
  background: #fff;
  border: 0.07rem var(--color-black_30) solid;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
form .jq-selectbox .jq-selectbox__select li {
  padding: 0 2rem;
}
form .error {
  display: none;
  padding: 0.5rem 0 0;
  font-size: 0.9rem;
  color: var(--color-red);
}
form .form_input_required {
  color: var(--color-red);
}
form .error {
  color: var(--color-red_100);
}
form .error {
  color: var(--color-red_100);
}
form label,
form .label {
  display: block;
  cursor: pointer;
  margin-bottom: 1.5rem;
  position: relative;
}
form label.label_checkbox input,
form .label.label_checkbox input {
  display: none;
}
form label.label_checkbox span,
form .label.label_checkbox span {
  display: block;
  position: relative;
  padding-left: 2rem;
}
form label.label_checkbox span:before,
form .label.label_checkbox span:before {
  width: 1rem;
  height: 1rem;
  border: 0.07rem var(--color-black_30) solid;
  display: block;
  content: '';
  top: 0.25rem;
  left: 0;
  position: absolute;
  z-index: 0;
}
form label.label_checkbox span:after,
form .label.label_checkbox span:after {
  width: 0.5rem;
  height: 1rem;
  border: 0.2rem var(--color-green_100) solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  display: block;
  content: '';
  top: 0.05rem;
  left: 0.45rem;
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
}
form label.label_checkbox input:checked + span:after,
form .label.label_checkbox input:checked + span:after {
  opacity: 1;
}
form label .fields_name_lines,
form .label .fields_name_lines {
  padding-bottom: 0.5rem;
  display: block;
}
form label .fields_n,
form .label .fields_n {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  display: block;
}
form label .fields_name,
form .label .fields_name {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.75rem;
  z-index: 1;
  display: flex;
  height: 3.5rem;
  align-items: center;
  width: 100%;
}
form label .fields_name .fields_name_inner,
form .label .fields_name .fields_name_inner {
  display: block;
  background: transparent;
  padding: 0 0.75rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
form label .form-control:focus + .fields_name,
form .label .form-control:focus + .fields_name,
form label .form-control.no_empty + .fields_name,
form .label .form-control.no_empty + .fields_name {
  height: 1rem;
  top: -0.5rem;
  font-size: 0.9rem;
}
form label .form-control:focus + .fields_name .fields_name_inner,
form .label .form-control:focus + .fields_name .fields_name_inner,
form label .form-control.no_empty + .fields_name .fields_name_inner,
form .label .form-control.no_empty + .fields_name .fields_name_inner {
  background: #fff;
}
form label.error_active .error,
form .label.error_active .error {
  display: block;
}
form label .fields_input_flex_inline,
form .label .fields_input_flex_inline {
  display: block;
}
form label .fields_input_flex_inline hr,
form .label .fields_input_flex_inline hr {
  border-top: 0.07rem var(--color-black_30) dotted;
  margin: 0 0 0.5rem;
}
form label .fields_input_flex_inline label,
form .label .fields_input_flex_inline label {
  display: inline-flex;
  margin: 0 0.5rem 0.5rem 0;
}
form label .fields_input_flex_inline label input,
form .label .fields_input_flex_inline label input {
  display: none;
}
form label .fields_input_flex_inline label span,
form .label .fields_input_flex_inline label span {
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 0.07rem var(--color-black_30) solid;
  font-size: 0.8rem;
}
form label .fields_input_flex_inline label input:checked + span,
form .label .fields_input_flex_inline label input:checked + span {
  background: var(--color-black);
  color: #fff;
}
form label .fields_input_flex,
form .label .fields_input_flex {
  display: flex;
  flex-flow: nowrap row;
  border: 1px var(--color-black_15) solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form label .fields_input_flex input,
form .label .fields_input_flex input {
  display: none;
}
form label .fields_input_flex label,
form .label .fields_input_flex label {
  display: block;
  margin: 0;
  border-right: 1px var(--color-black_15) solid;
  width: 100%;
  overflow: hidden;
}
form label .fields_input_flex label span,
form .label .fields_input_flex label span {
  display: flex;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 4rem;
  align-items: center;
  justify-content: center;
}
form label .fields_input_flex label:last-child,
form .label .fields_input_flex label:last-child {
  border: none;
}
form label .fields_input_flex label input:checked + span,
form .label .fields_input_flex label input:checked + span {
  background: var(--color-black_05);
}
form .form_btn {
  text-align: center;
}
form .form_code_item {
  position: relative;
}
form .form_code_item .btn_get_sms {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  height: 2.5rem;
  padding: 0 1.25rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: var(--color-blue_20);
  display: flex;
  align-items: center;
  cursor: pointer;
}
form .form_code_item .btn_get_sms:hover {
  background: var(--color-blue-light);
  color: #fff;
}
form .form_label_desc {
  margin: 0 0 1rem;
  color: var(--color-red_100);
}
form.form_line label {
  margin: 0;
}
form.form_whith_fields_name label .fields_input,
form.form_whith_fields_name .label .fields_input {
  padding-top: 2rem;
  display: block;
}
form.form_whith_fields_name label .fields_input .fields_name,
form.form_whith_fields_name .label .fields_input .fields_name {
  height: auto;
  padding: 0;
  white-space: nowrap;
}
form.form_whith_fields_name label .fields_input .fields_name .fields_name_inner,
form.form_whith_fields_name .label .fields_input .fields_name .fields_name_inner {
  padding: 0;
  background: transparent;
}
form.form_whith_fields_name label .form-control.no_empty + .fields_name,
form.form_whith_fields_name .label .form-control.no_empty + .fields_name,
form.form_whith_fields_name label .form-control:focus + .fields_name,
form.form_whith_fields_name .label .form-control:focus + .fields_name {
  top: 0;
  left: 0;
  font-size: 1rem;
}
@keyframes logo_anim_1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes logo_anim_2 {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
body[class*="body_fly_"] {
  height: 100vh;
  overflow: hidden;
}
.body_scroll header {
  display: block;
}
header {
  background: var(--color-blue-black_100);
  /*var(--color-blue_100);*/
  padding: 1.5rem 0;
  overflow: hidden;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
header .page_wrapper {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: space-between;
}
header .logo_box .logo {
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
  height: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-flow: nowrap row;
}
header .logo_box .logo img {
  width: auto;
  height: 3rem;
}
header nav a {
  display: inline-block;
  margin: 0 0.5rem;
  color: #fff;
  text-decoration: none;
}
header nav a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
header .header_btn {
  display: flex;
  align-items: center;
}
header .header_btn svg {
  width: auto;
  height: 1.25rem;
}
header .header_btn .header_icon {
  display: block;
  margin-right: 1.25rem;
}
header .header_btn .header_icon:hover svg path {
  fill: #fff;
}
footer {
  margin-top: 7rem;
  padding: 3rem;
  -webkit-border-radius: 2rem 2rem 0 0;
  -moz-border-radius: 2rem 2rem 0 0;
  border-radius: 2rem 2rem 0 0;
  background: var(--color-blue-black_100);
  color: #fff;
  text-align: center;
}
footer .footer_name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
footer .btn.btn_border {
  color: #fff;
  border-color: #fff;
}
footer .footer_contact {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
section {
  margin-top: 7rem;
  font-size: 1.25rem;
}
.section_offer {
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.section_offer .img {
  height: 30rem;
  background-color: var(--color-black_10);
  background-image: url(../img/header_new-min.webp);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  padding-left: 5rem;
}
.section_offer .line_1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.section_offer .line_2 img {
  width: auto;
  height: 4rem;
}
.section_offer .line_3 {
  font-size: 1.25rem;
  color: #fff;
  margin: 1.5rem 0;
  line-height: 1.25;
}
.section_offer .stat {
  text-align: center;
  padding: 1.5rem 0;
}
.section_offer .stat .num {
  font-size: 4rem;
  line-height: 1;
}
.col-pic {
  position: relative;
}
.col-pic .img {
  position: relative;
  height: 100%;
}
.col-pic .img .inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.section_about .txt {
  margin-top: 1.5rem;
}
.section_about blockquote {
  margin: 1.5rem 0 0;
}
.section_about .col-pic .img {
  padding-right: 5rem;
}
.section_about .count_block .num {
  color: var(--color-blue-black_100);
  background-image: -webkit-linear-gradient(to right, var(--color-blue-black_100), var(--color-blue_100));
  background-image: -moz-linear-gradient(to right, var(--color-blue-black_100), var(--color-blue_100));
  background-image: -ms-linear-gradient(to right, var(--color-blue-black_100), var(--color-blue_100));
  background-image: -o-linear-gradient(to right, var(--color-blue-black_100), var(--color-blue_100));
  background-image: linear-gradient(to right, var(--color-blue-black_100), var(--color-blue_100));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 9rem;
  line-height: 1;
}
.section_about .count_block .num_desc {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
blockquote {
  background: var(--color-black_10);
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
}
blockquote.blockquote_icon {
  display: flex;
  flex-flow: nowrap row;
}
blockquote.blockquote_icon .icon {
  margin-right: 1rem;
}
blockquote.blockquote_icon .icon svg {
  width: 2rem;
  height: auto;
}
.section_stat .num {
  color: var(--color-blue-black_100);
  font-weight: 700;
  text-align: right;
  font-size: 8rem;
}
.section_stat .num_desc {
  display: none;
}
.section_stat .img .inner .desc {
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
}
.section_stat .img .inner .desc .d {
  font-weight: 600;
}
.section_stat .img .inner .desc .s {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.comment_fly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  background: var(--color-black_20);
}
.comment_fly.active {
  display: block;
}
.comment_fly .inner {
  margin-top: 7rem;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 5rem;
  font-size: 1.25rem;
  position: relative;
}
.comment_fly .inner .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  cursor: pointer;
}
.comment_fly .inner .close svg {
  width: 1.5rem;
  height: auto;
}
.comment_fly .inner .name {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.section_comments {
  background: var(--color-black_05);
  padding: 7rem 0;
}
.section_comments .text {
  font-size: 1.5rem;
}
.section_comments .comments_list {
  margin-top: 5rem;
}
.section_comments .comments_list .item {
  background: #fff;
  padding: 2.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.section_comments .comments_list .item .name {
  font-weight: 500;
  font-size: 1.5rem;
}
.section_comments .comments_list .item .name span {
  font-size: 1.25rem;
  font-weight: 400;
}
.section_comments .comments_list .item .anons {
  margin: 1rem 0;
  font-size: 1rem;
}
.section_comments .btn {
  height: 12.5rem;
  width: 100%;
  font-size: 2rem;
}
.section_comments .btn.btn_icon_right i svg {
  width: 2.5rem;
}
.link_box {
  font-size: 1rem;
}
.link_box a {
  color: var(--color-blue_100);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-bottom: 0.03rem var(--color-blue_100) solid;
}
.link_box a .icon {
  padding-left: 1rem;
}
.link_box a svg {
  width: 1.5rem;
  height: auto;
}
.link_box a svg path {
  stroke: var(--color-red_100);
}
@keyframes rejected_rotate {
  0%,
  100% {
    transform: translateY(-50%) translateX(-50%) scale(1) rotate(-5deg);
  }
  50% {
    transform: translateY(-50%) translateX(-50%) scale(1.05) rotate(-7deg);
  }
}
.section_todo {
  background: var(--color-black_05);
  padding: 7rem 0 5rem;
  position: relative;
}
.section_todo:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.section_todo .h3_desc {
  margin: 1.5rem 0 3rem;
}
.section_todo .page_wrapper {
  position: relative;
  z-index: 2;
}
.section_todo .steps_list {
  margin-top: 3rem;
}
.section_todo .steps_list .col-item {
  position: relative;
  margin-bottom: 2rem;
}
.section_todo .steps_list .col-12 {
  position: relative;
}
.section_todo .steps_list .item {
  position: relative;
  height: 100%;
  background: #fff;
  padding: 2.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.section_todo .steps_list .item .inner {
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}
.section_todo .steps_list .item .inner .rejected_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 5rem;
  -o-animation: rejected_rotate 10s linear infinite;
  -moz-animation: rejected_rotate 10s linear infinite;
  -webkit-animation: rejected_rotate 10s linear infinite;
  animation: rejected_rotate 10s linear infinite;
  opacity: 0.3;
  margin-top: -6rem;
}
.section_todo .steps_list .item .inner .rejected_img img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.section_todo .steps_list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: var(--color-blue_100);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.section_todo .steps_list .name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  margin: 1rem 0;
}
.section_todo .steps_list .desc {
  font-size: 1rem;
}
.section_todo .steps_list .btn_box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_todo .steps_list .img {
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.section_todo .steps_list .link_box {
  margin-top: 1.5rem;
}
.section_todo .steps_list .item.item_blue {
  background: var(--color-blue_100);
  color: #fff;
}
.section_todo .steps_list .item.item_blue .num {
  background: #fff;
  color: var(--color-blue_100);
}
.section_todo .steps_list .item.item_blue a {
  color: #fff;
}
.section_todo .steps_list .item.item_blue .desc a {
  text-decoration: underline;
  color: #fff;
}
.section_todo .steps_list .item.item_blue .desc a:hover {
  color: var(--color-red_100);
}
.section_todo .steps_list .item.item_blue .link_box a {
  border-bottom-color: #fff;
  text-decoration: none;
  color: #fff;
}
.section_todo .steps_list .item.item_blue .link_box a:hover {
  color: #fff;
}
.section_todo .steps_list .item.item_blue .link_box a svg path {
  stroke: #fff;
}
.section_todo .steps_list .item.item_blue .btn_box .btn {
  background: #fff;
  color: var(--color-black_100);
}
.section_todo .steps_list .item.item_blue .btn_box .btn svg path {
  stroke: var(--color-black_100);
}
.section_fly_alert_reject_block {
  background: transparent;
  padding-top: 5rem;
  margin-top: 5rem;
}
.section_fly_alert_reject_block .item_blue {
  background: var(--color-blue_100);
}
.section_fly_alert_reject_block .item_blue form {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 2.5rem;
}
.section_support {
  padding: 7rem 0;
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.section_support h2 {
  font-size: 6rem;
  font-weight: bold;
}
.section_support .col-command {
  padding-right: 3rem;
}
.command_slider_box {
  margin: 0 -1rem;
  font-size: 1rem;
}
.command_slider_box .item {
  padding: 0 1rem;
  width: 100%;
  text-align: center;
}
.command_slider_box .item .img {
  padding-bottom: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1rem;
}
.section_right {
  text-align: center;
}
.section_right h2 {
  font-weight: 500;
}
.section_right .block_stat {
  padding: 2.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  margin-top: 3rem;
  background: var(--color-blue-black_100);
  background-image: -webkit-linear-gradient(-80deg, #272727, var(--color-blue_100));
  background-image: -moz-linear-gradient(-80deg, #272727, var(--color-blue_100));
  background-image: -ms-linear-gradient(-80deg, #272727, var(--color-blue_100));
  background-image: -o-linear-gradient(-80deg, #272727, var(--color-blue_100));
  background-image: linear-gradient(-80deg, #272727, var(--color-blue_100));
  color: #fff;
}
.section_right .block_stat .txt {
  font-size: 5rem;
  margin-bottom: 3rem;
}
.fly_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  padding-top: 5rem;
  overflow: auto;
}
.fly_form .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--color-blue_60);
}
.fly_form .inner {
  max-width: 100%;
  width: 50rem;
  padding: 5rem;
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: #fff;
  margin: 0 auto;
}
.fly_form .inner .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
}
.fly_form .inner .close svg {
  width: auto;
  height: 1.5rem;
}
.fly_form .inner h2 {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.fly_form .inner .h2_desc {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.fly_form .inner .btn_box {
  text-align: center;
}
.fly_form .fly_form_img {
  margin-bottom: 1.5rem;
}
.fly_form .fly_form_img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.fly_form .command_slider_box .item .inner_cont {
  padding: 0 1rem;
}
#fly_alert_reject .inner h2 {
  margin-bottom: 1rem;
}
#fly_alert_reject .btn_box {
  margin-top: 3rem;
}
.section_part .slider_box {
  margin: 2.5rem -0.5rem 0;
}
.section_part .slider_box .item {
  padding: 0 0.5rem;
}
.section_part .slider_box .item img {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
@keyframes scale_pulse {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.12);
  }
  70% {
    transform: scale(1);
  }
}
.section_hero {
  margin: 0;
  padding: 10rem 0 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.section_hero .page_wrapper {
  width: 100%;
}
.section_hero:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  z-index: 0;
  background: var(--color-blue-black_100) url(../img/hero.webp) center center no-repeat;
  background-size: cover;
}
.section_hero:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
  background: var(--color-blue-black_40);
  z-index: 1;
}
.section_hero .inner_str_01 {
  display: inline-flex;
  font-size: 3rem;
  font-weight: 300;
  background: var(--color-red_100);
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.section_hero .hero_logo {
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.section_hero .hero_logo img {
  width: auto;
  height: 4rem;
}
.section_hero h1 {
  font-size: 5rem;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 0 transparent;
  /* инициализируем */
  transition: text-shadow 0.1s ease-out;
  /* плавность */
  color: #fff;
}
.hero_video {
  position: relative;
  z-index: 2;
  margin-top: 10rem;
  overflow: hidden;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: var(--color-blue-black_100);
}
.hero_video video {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.hero_video .hero_video_link {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-blue-black_40);
  z-index: 2;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
.hero_video .hero_video_link svg {
  width: auto;
  height: 4rem;
  -o-animation: scale_pulse 3s linear infinite;
  -moz-animation: scale_pulse 3s linear infinite;
  -webkit-animation: scale_pulse 3s linear infinite;
  animation: scale_pulse 3s linear infinite;
}
.hero_video .hero_video_link svg path {
  fill: var(--color-red_100);
}
.hero_video .hero_video_link span {
  background: var(--color-red_100);
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.blockquote_box {
  color: var(--color-blue-black_100);
  font-size: 2rem;
}
.section_about_site {
  margin-top: 3rem;
}
.section_about_site .about_inner {
  margin-top: 7rem;
  font-size: 1.25rem;
}
.section_about_site .about_inner h2 {
  margin-bottom: 3rem;
}
.section_about_site .btn_box {
  text-align: center;
  margin-top: 3rem;
}
.section_about_site .btn_box_mobile {
  display: none;
}
.section_about_site .blockquote_box {
  text-align: center;
}
.section_about_icon .about_icon_items {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  text-align: center;
}
.section_about_icon .about_icon_items .num {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: var(--color-blue-black_100);
}
.section_sign .slider_box {
  margin: 7rem -1rem 0;
}
.section_sign .slider_box .item {
  padding: 0 1rem;
  width: 100%;
}
.section_sign .slider_box .inner {
  height: 20rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
.section_nechaev_box {
  background: #000 url(../img/photo_nechaev.webp) right top no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
.section_nechaev_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(45deg, var(--color-blue-black_100), var(--color-blue-black_0));
  background-image: -moz-linear-gradient(45deg, var(--color-blue-black_100), var(--color-blue-black_0));
  background-image: -ms-linear-gradient(45deg, var(--color-blue-black_100), var(--color-blue-black_0));
  background-image: -o-linear-gradient(45deg, var(--color-blue-black_100), var(--color-blue-black_0));
  background-image: linear-gradient(45deg, var(--color-blue-black_100), var(--color-blue-black_0));
  z-index: 0;
}
.section_nechaev_box .page_wrapper {
  position: relative;
}
.section_nechaev_box .cursive-regular {
  font-size: 1.75rem;
}
.section_nechaev_box .author {
  font-size: 1rem;
  margin-top: 3rem;
  text-align: right;
}
.section_photo_slider .slider_box {
  margin: 0 -1rem 0;
}
.section_photo_slider .slider_box .item {
  padding: 0 1rem;
  width: 100%;
}
.section_photo_slider .slider_box .inner {
  height: 20rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.section_speaker h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.section_speaker .speaker_list .row {
  justify-content: center;
}
.section_speaker .speaker_list .item {
  background: var(--color-blue-black_10);
  height: 13rem;
  display: flex;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  align-items: center;
  overflow: hidden;
  margin-bottom: 2rem;
}
.section_speaker .speaker_list .item .name_desc {
  padding: 0 2rem;
}
.section_speaker .speaker_list .item .name_desc .name {
  font-weight: 600;
}
.section_speaker .speaker_list .item .name_desc .title {
  font-size: 0.9rem;
}
.section_speaker .speaker_list .item .name_desc .video_link {
  margin-top: 1rem;
}
.section_speaker .speaker_list .item .name_desc .video_link a {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-black_100);
  text-decoration: none;
}
.section_speaker .speaker_list .item .name_desc .video_link a svg {
  width: auto;
  height: 0.8rem;
}
.section_speaker .speaker_list .item .name_desc .video_link a svg path {
  fill: var(--color-black_100);
}
.section_speaker .speaker_list .item .name_desc .video_link a:hover {
  color: var(--color-black_100);
  text-decoration: none;
  opacity: 0.8;
}
.section_speaker .speaker_list .item .img {
  width: 12rem;
  height: 13rem;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.section_projects h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.section_projects .slider_box .owl-item {
  opacity: 0;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_projects .slider_box .owl-item.active {
  opacity: 1;
}
.section_projects .slider_box .item {
  position: relative;
  background: var(--color-blue-black_10);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.section_projects .slider_box .item .inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.section_projects .slider_box .item .inner .name {
  font-size: 1.75rem;
  font-weight: 600;
}
.section_projects .slider_box .item .inner .img {
  width: 30rem;
  height: 100%;
  background-position: center center;
  background-size: cover;
  min-height: 30rem;
}
.section_projects .slider_box .item .inner .name_desc {
  padding: 5rem;
}
.hide_view_menu {
  display: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.hide_view_menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.1rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
}
.hide_view_menu span:nth-child(1) {
  margin-top: -0.5rem;
  transition-delay: 0s;
}
.hide_view_menu span:nth-child(2) {
  margin-top: 0.5rem;
  transition-delay: 0.25s;
}
.hide_view_menu span:nth-child(3) {
  transition-delay: 0.5s;
}
.body_view_menu .hide_view_menu span {
  width: 1rem;
}
.body_view_menu .hide_view_menu span:nth-child(1) {
  margin-top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(-225deg);
  transition-delay: 0.25s;
}
.body_view_menu .hide_view_menu span:nth-child(2) {
  margin-top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
  transition-delay: 0.5s;
}
.body_view_menu .hide_view_menu span:nth-child(3) {
  opacity: 0;
  width: 0;
  transition-delay: 0s;
}
@media screen and (max-width: 540px) {
  .hide_view_menu {
    display: block;
  }
}
.hero_video_full .hero_video {
  margin-top: 8rem;
}
.hero_video_full .btn_box {
  text-align: center;
  margin-top: 3rem;
}
.hero_video_full .btn_box_mobile {
  display: none;
}
.form_rules label {
  position: relative;
  padding-left: 2rem;
}
.form_rules label input {
  position: absolute;
  top: 0.2rem;
  left: 0;
}
@media screen and (max-width: 540px) {
  html {
    font-size: 4vw;
  }
  .page_wrapper {
    padding: 0 2rem;
  }
  section {
    margin-top: 2rem;
  }
  footer {
    margin-top: 2rem;
  }
  h1,
  h2 {
    font-size: 2rem;
  }
  header {
    padding: 1rem 0;
  }
  header nav {
    display: none;
  }
  header .page_wrapper {
    justify-content: space-between;
  }
  header .logo_box .logo {
    height: 1.75rem;
  }
  header .logo_box .logo img {
    width: auto;
    height: 1.75rem;
  }
  .body_view_menu {
    height: 100vh;
    overflow: hidden;
  }
  .body_view_menu header {
    display: block;
    overflow: visible;
  }
  .body_view_menu header nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--color-blue-black_100);
    color: #fff;
    height: calc(100vh - 3.75rem);
  }
  .body_view_menu header nav a {
    padding-bottom: 2rem;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    margin: 2rem 0 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
  .body_view_menu header nav a:last-child {
    border: none;
  }
  .section_stat .num {
    text-align: center;
    font-size: 6rem;
    line-height: 1;
  }
  .section_stat .num_desc {
    display: block;
    text-align: center;
    color: var(--color-blue-black_100);
    margin-bottom: 1.5rem;
    line-height: 1.25;
  }
  .section_stat .num_desc .s {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  .section_stat .col-pic .img .inner {
    padding-bottom: 100%;
  }
  .section_stat .col-pic .img .desc {
    display: none;
  }
  .section_comments {
    padding: 2rem 0;
  }
  .section_comments .text {
    font-size: 1.25rem;
  }
  .section_comments .comments_list {
    margin-top: 3rem;
  }
  .section_comments .comments_list .item {
    padding: 2rem;
  }
  .section_comments .comments_list .item .name {
    line-height: 1.25;
  }
  .section_comments .comments_list .item .name span {
    display: block;
    font-size: 1rem;
    opacity: 0.5;
  }
  .section_comments .comments_list .item .anons {
    font-size: 0.8rem;
  }
  .section_comments .btn {
    margin-bottom: 4rem;
    font-size: 1.5rem;
    height: 5rem;
  }
  .section_comments .btn.btn_icon_right i svg {
    width: 2rem;
  }
  .section_about .count_block .num {
    font-size: 6rem;
  }
  .section_about .blockquote_icon {
    margin-bottom: 2rem;
  }
  blockquote.blockquote_icon {
    font-size: 1rem;
  }
  .section_todo {
    padding: 3rem 0 2rem;
  }
  .comment_fly {
    overflow: auto;
  }
  .comment_fly .page_wrapper {
    padding: 0;
  }
  .comment_fly .inner {
    margin-top: 0;
    padding: 2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 100vh;
  }
  .comment_fly .inner .name {
    line-height: 1.25;
    font-size: 1.5rem;
  }
  .comment_fly .inner .name span {
    display: block;
    font-size: 1.25rem;
    opacity: 0.5;
  }
  .comment_fly .inner .text {
    font-size: 1rem;
  }
  .section_todo h3 {
    font-size: 1.25rem;
  }
  .section_todo h3 br {
    display: none;
  }
  .section_todo .h3_desc {
    font-size: 1rem;
  }
  .section_todo .steps_list .name {
    font-size: 1.25rem;
  }
  .section_todo .steps_list .img {
    height: 12rem;
    margin-top: 2rem;
  }
  .section_todo .steps_list .item .inner .rejected_img {
    padding: 0;
    width: 20rem;
  }
  .section_todo .steps_list .item.item_blue {
    margin-top: 2rem;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .section_todo .steps_list .item.item_blue form {
    margin: 0 -2rem;
    padding: 2rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
  }
  .section_todo .steps_list .item.item_blue form .btn {
    padding: 0;
    width: 100%;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
  }
  .section_support {
    padding: 2rem 0;
  }
  .section_support h2 {
    font-size: 2.5rem;
  }
  .section_support .col-command {
    padding-right: 1rem;
  }
  .section_support .txt {
    margin-top: 3rem;
    font-size: 1rem;
  }
  .section_support .btn_box .btn {
    margin-top: 1rem;
  }
  .section_right h2 {
    font-size: 1.5rem;
  }
  .section_right .block_stat {
    margin-top: 2rem;
    padding: 2.5rem 0;
  }
  .section_right .block_stat .txt {
    font-size: 2rem;
    line-height: 1.25;
  }
  .section_right .block_stat .txt span {
    display: block;
    font-size: 3rem;
  }
  .fly_form {
    padding-top: 0;
  }
  .fly_form .inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 100vh;
    padding: 2rem;
  }
  .fly_form .inner .h2_desc {
    font-size: 1rem;
  }
  .fly_form .inner h2 {
    padding-top: 2rem;
  }
  .fly_form .command_slider_box .row {
    justify-content: center;
  }
  .fly_form .command_slider_box .item {
    margin-bottom: 2rem;
  }
  .fly_form .command_slider_box .item .inner_cont {
    padding: 0;
    min-height: auto;
    height: auto;
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    width: 100%;
  }
  .fly_form .command_slider_box .item .inner_cont .img {
    padding: 0;
    margin: 0;
    width: 5rem;
    height: 5rem;
  }
  .fly_form .command_slider_box .item .inner_cont .btn_box.m_t_1_5 {
    margin-top: 0.5rem;
    justify-content: left;
    text-align: left;
  }
  .fly_form .command_slider_box .item .inner_cont .cont {
    text-align: left;
    padding-left: 1.5rem;
  }
  .fly_form .command_slider_box .item .inner_cont .name br {
    display: none;
  }
  .section_part .slider_box {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .section_part .slider_box .item {
    padding: 0.5rem 0 0.5rem 2rem;
  }
  .section_part .slider_box .item img {
    width: 12rem !important;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
  #fly_alert_reject .btn_box .btn {
    padding: 0;
    width: 100%;
  }
  .page_wrapper .page_wrapper {
    padding: 0;
  }
  .section_hero {
    padding-top: 5rem;
  }
  .section_hero:before,
  .section_hero:after {
    height: calc(100vh - 14rem);
  }
  .section_hero .hero_logo img {
    width: 10rem;
    height: auto;
  }
  .section_hero h1 {
    font-size: 1.75rem;
  }
  .section_hero .inner_str_01 {
    font-size: 1.15rem;
  }
  .section_hero .hero_video {
    margin-top: 5rem;
  }
  .section_hero .hero_video .hero_video_link {
    gap: 1rem;
  }
  .section_hero .hero_video .hero_video_link svg {
    height: 2rem;
  }
  .blockquote_box {
    font-size: 1.25rem;
  }
  .section_about_site .about_inner {
    margin-top: 3rem;
    text-align: center;
  }
  .section_about_icon {
    margin: 0;
  }
  .section_about_icon .about_icon_items {
    flex-flow: wrap;
    justify-content: center;
  }
  .section_about_icon .about_icon_items .item {
    width: 50%;
    margin-top: 3rem;
  }
  .section_sign .slider_box,
  .section_photo_slider .slider_box {
    margin: 3rem -2rem 0;
  }
  .section_sign .slider_box .item,
  .section_photo_slider .slider_box .item {
    width: 17rem;
    padding: 0 0 0 2rem;
  }
  .section_photo_slider .slider_box {
    margin-top: 0;
  }
  .section_nechaev_box {
    margin-left: -2rem;
    margin-right: -2rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 2rem 2rem 32rem;
    background: url(../img/photo_nechaev_mobile.webp) bottom center no-repeat;
    background-size: cover;
  }
  .section_nechaev_box .author {
    text-align: left;
  }
  .section_nechaev_box:before {
    display: none;
  }
  .section_speaker .speaker_list .item {
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
  }
  .section_speaker .speaker_list .item .img {
    width: 7rem;
    height: 7rem;
    background-color: var(--color-blue-black_10);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1rem;
  }
  .section_speaker .speaker_list .item .name_desc {
    padding: 0;
    text-align: center;
  }
  .section_speaker .speaker_list .item .name_desc .video_link a {
    justify-content: center;
  }
  .section_projects .slider_box {
    margin: 0 -2rem;
  }
  .section_projects .slider_box .item {
    padding: 0 0 0 2rem;
    width: 22rem;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .section_projects .slider_box .item .inner {
    flex-direction: column;
    background: var(--color-blue-black_10);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    align-items: start;
    overflow: hidden;
  }
  .section_projects .slider_box .item .inner .img_box {
    width: 100%;
  }
  .section_projects .slider_box .item .inner .img {
    height: 15rem;
    width: 100%;
    min-height: auto;
  }
  .section_projects .slider_box .item .inner .name_desc {
    padding: 2rem;
  }
  .section_projects .slider_box .item .inner .name_desc .name {
    font-size: 1.25rem;
  }
  .section_projects .slider_box .item .inner .name_desc .title {
    font-size: 1rem;
  }
  footer .footer_name {
    font-size: 1rem;
  }
  footer .footer_contact {
    gap: 1rem;
    justify-content: center;
    flex-direction: column;
  }
  .section_about_site .btn_box_desktop {
    display: none;
  }
  .section_about_site .btn_box_mobile {
    display: block;
  }
  .hero_video_full .hero_video {
    margin-top: 1rem;
  }
  .hero_video_full .btn_box {
    text-align: center;
    margin-top: 3rem;
  }
  .hero_video_full .btn_box_desktop {
    display: none;
  }
  .hero_video_full .btn_box_mobile {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */