/*
 * Подключаемые классы
 */
/*
 * Стили шаблона
 */
/*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: 'Jaro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jaro/v8/ea8DadQwV_r_Rv3-7zZMCGhQgVr1SlCs.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
.font-jaro {
  font-family: "Jaro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font-oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-gradient {
  background: repeating-linear-gradient(to left, #0aaaa4, #54d7d3, #0aaaa4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.font-gradient-red {
  background: repeating-linear-gradient(to left, #E64452, #dc0d63, #E64452);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
* {
  font-family: 'Avenir Next Cyr', sans-serif;
  box-sizing: border-box;
  outline: none !important;
}
html {
  font-size: 1vw;
  font-weight: 300;
}
body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-black);
}
.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);
}
.wrapper_main_page {
  overflow: hidden;
}
.m_t_0 {
  margin-top: 0rem;
}
.m_t_1 {
  margin-top: 1rem;
}
.m_t_1_5 {
  margin-top: 1.5rem;
}
.m_t_2 {
  margin-top: 2rem;
}
.m_t_2_5 {
  margin-top: 2.5rem;
}
.m_t_3 {
  margin-top: 3rem;
}
.m_t_4 {
  margin-top: 4rem;
}
.m_t_5 {
  margin-top: 5rem;
}
.m_b_0 {
  margin-bottom: 0rem;
}
.m_b_1 {
  margin-bottom: 1rem;
}
.m_b_1_5 {
  margin-bottom: 1.5rem;
}
.m_b_2 {
  margin-bottom: 2rem;
}
.m_b_2_5 {
  margin-bottom: 2.5rem;
}
.m_b_3 {
  margin-bottom: 3rem;
}
.m_b_4 {
  margin-bottom: 4rem;
}
.m_b_5 {
  margin-bottom: 5rem;
}
.p_t_0 {
  padding-top: 0rem;
}
.p_t_1 {
  padding-top: 1rem;
}
.p_t_1_5 {
  padding-top: 1.5rem;
}
.p_t_2 {
  padding-top: 2rem;
}
.p_t_2_5 {
  padding-top: 2.5rem;
}
.p_t_3 {
  padding-top: 3rem;
}
.p_t_4 {
  padding-top: 4rem;
}
.p_t_5 {
  padding-top: 5rem;
}
.p_b_0 {
  padding-bottom: 0rem;
}
.p_b_1_5 {
  padding-bottom: 1.5rem;
}
.p_b_2 {
  padding-bottom: 2rem;
}
.p_b_2_5 {
  padding-bottom: 2.5rem;
}
.p_b_3 {
  padding-bottom: 3rem;
}
.p_b_4 {
  padding-bottom: 4rem;
}
.p_b_5 {
  padding-bottom: 5rem;
}
.br_2 {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
b,
strong {
  font-weight: 600;
}
h1 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
h2 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}
h2 .thin {
  font-weight: 300;
}
h2 .h2_span_big {
  font-size: 5rem;
  line-height: 1;
}
h3 {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.small,
small {
  font-size: 0.8em;
  font-weight: 300;
}
.page_wrapper {
  padding: 0 3rem;
  position: relative;
  z-index: 2;
}
@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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  background: var(--color-blue_100);
  color: #fff;
  text-decoration: none;
  height: 4rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 500;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  border: none;
  position: relative;
  text-transform: uppercase;
}
.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: 5rem;
  padding: 0 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}
.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 {
  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;
}
.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 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 0.05rem #fff solid !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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_label_name {
  font-size: 1.5rem;
  color: #fff;
}
form .form_label_name_info {
  color: #fff;
  margin-bottom: 1.5rem;
}
form .form-control {
  padding: 0 2.5rem;
  height: 4rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0.07rem #fff solid;
  width: 100%;
  background: #fff;
  color: #333;
  font-weight: 300;
  font-size: 1.5rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
form .form-control::placeholder {
  color: #ccc;
}
form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border-color: #fff;
}
form .form-control:focus::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
form .form-control:disabled,
form .form-control[readonly] {
  background: rgba(255, 255, 255, 0.1);
}
form textarea.form-control {
  padding: 1.5rem;
  height: 15rem;
}
form textarea.form-control.big_textarea {
  height: 25rem;
}
form select {
  opacity: 0;
}
form .jq-selectbox {
  font-weight: 300;
  text-align: left;
  font-size: 1.5rem;
}
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: 2rem;
  right: 2.5rem;
}
form .jq-selectbox .jq-selectbox__select-text {
  line-height: 4rem;
  font-size: 1.5rem;
}
form .jq-selectbox .jq-selectbox__select {
  height: 4rem;
  padding: 0 4rem 0 3rem;
  font-size: 1rem;
  background: #fff;
  border: none;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
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;
}
header {
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
}
header .inner {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 4rem;
  background: var(--color-red_100);
  padding: 0 2rem;
  justify-content: space-between;
}
header .inner a {
  color: #fff;
  text-decoration: none;
}
header .inner a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
header .inner nav {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  white-space: nowrap;
  gap: 2rem;
}
header .inner .header_logo img {
  height: 1.75rem;
}
footer {
  display: block;
  position: relative;
  background: linear-gradient(30deg, var(--color-blue-medium_100), var(--color-blue_100));
  width: 100%;
}
footer .inner {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 8rem;
  padding: 0 2rem;
  justify-content: space-between;
}
footer .inner a {
  color: #fff;
  text-decoration: none;
}
footer .inner a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #fff;
}
footer .inner nav {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  white-space: nowrap;
  gap: 2rem;
}
footer .inner .header_logo img {
  height: 1.75rem;
}
.section_offer {
  padding: 12rem 0 2.5rem;
  background: var(--color-blue_100);
  color: #fff;
  position: relative;
}
.section_offer .offer_desc {
  font-size: 1.75rem;
  margin: 2.5rem 0;
}
.section_offer .btn_desc {
  font-size: 1.25rem;
  margin: 2.5rem 0 0;
  font-style: italic;
}
.section_offer .btn_desc a {
  color: #fff;
  text-decoration: underline;
}
.section_offer .btn_desc a:hover {
  color: #fff;
  text-decoration: underline;
}
.section_offer h1 {
  font-size: 10rem;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.section_offer h1 span {
  font-size: 4rem;
  display: block;
}
.section_offer .btn {
  padding: 0 4rem;
}
@keyframes fly_1 {
  0%,
  100% {
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
@keyframes fly_2 {
  0%,
  100% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes fly_3 {
  0%,
  100% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
@keyframes fly_4 {
  0%,
  100% {
    margin: 0 -4rem -4rem 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 0 -4rem 5rem 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.about_fly {
  position: absolute;
  z-index: 2;
}
.about_fly.about_fly_1 {
  left: 34rem;
  top: -5rem;
  -o-animation: fly_1 20s linear infinite;
  -moz-animation: fly_1 20s linear infinite;
  -webkit-animation: fly_1 20s linear infinite;
  animation: fly_1 20s linear infinite;
}
.about_fly.about_fly_1 img {
  width: auto;
  height: 15rem;
  -o-animation: fly_2 30s linear infinite;
  -moz-animation: fly_2 30s linear infinite;
  -webkit-animation: fly_2 30s linear infinite;
  animation: fly_2 30s linear infinite;
}
.about_fly.about_fly_2 {
  left: 44rem;
  top: -15rem;
  -o-animation: fly_1 30s linear infinite;
  -moz-animation: fly_1 30s linear infinite;
  -webkit-animation: fly_1 30s linear infinite;
  animation: fly_1 30s linear infinite;
}
.about_fly.about_fly_2 img {
  width: auto;
  height: 27rem;
  -o-animation: fly_3 30s linear infinite;
  -moz-animation: fly_3 30s linear infinite;
  -webkit-animation: fly_3 30s linear infinite;
  animation: fly_3 30s linear infinite;
}
.about_fly.about_fly_3 {
  left: -4rem;
  top: -5rem;
  -o-animation: fly_1 30s linear infinite;
  -moz-animation: fly_1 30s linear infinite;
  -webkit-animation: fly_1 30s linear infinite;
  animation: fly_1 30s linear infinite;
}
.about_fly.about_fly_3 img {
  width: auto;
  height: 12rem;
  -o-animation: fly_3 30s linear infinite;
  -moz-animation: fly_3 30s linear infinite;
  -webkit-animation: fly_3 30s linear infinite;
  animation: fly_3 30s linear infinite;
}
.about_fly.about_fly_4 {
  right: -3rem;
  top: 5rem;
  -o-animation: fly_1 20s linear infinite;
  -moz-animation: fly_1 20s linear infinite;
  -webkit-animation: fly_1 20s linear infinite;
  animation: fly_1 20s linear infinite;
}
.about_fly.about_fly_4 img {
  width: auto;
  height: 15rem;
  -o-animation: fly_2 30s linear infinite;
  -moz-animation: fly_2 30s linear infinite;
  -webkit-animation: fly_2 30s linear infinite;
  animation: fly_2 30s linear infinite;
}
.about_fly.about_fly_5 {
  right: -2rem;
  bottom: -5rem;
  -o-animation: fly_1 30s linear infinite;
  -moz-animation: fly_1 30s linear infinite;
  -webkit-animation: fly_1 30s linear infinite;
  animation: fly_1 30s linear infinite;
}
.about_fly.about_fly_5 img {
  width: auto;
  height: 15rem;
  -o-animation: fly_3 30s linear infinite;
  -moz-animation: fly_3 30s linear infinite;
  -webkit-animation: fly_3 30s linear infinite;
  animation: fly_3 30s linear infinite;
}
.about_fly.about_fly_6 {
  left: -8rem;
  bottom: -6rem;
  -o-animation: fly_1 30s linear infinite;
  -moz-animation: fly_1 30s linear infinite;
  -webkit-animation: fly_1 30s linear infinite;
  animation: fly_1 30s linear infinite;
}
.about_fly.about_fly_6 img {
  width: auto;
  height: 20rem;
  -o-animation: fly_2 30s linear infinite;
  -moz-animation: fly_2 30s linear infinite;
  -webkit-animation: fly_2 30s linear infinite;
  animation: fly_2 30s linear infinite;
}
.about_fly.about_fly_7 {
  left: 42rem;
  top: 13rem;
  -o-animation: fly_1 30s linear infinite;
  -moz-animation: fly_1 30s linear infinite;
  -webkit-animation: fly_1 30s linear infinite;
  animation: fly_1 30s linear infinite;
}
.about_fly.about_fly_7 img {
  width: auto;
  height: 11rem;
  -o-animation: fly_2 30s linear infinite;
  -moz-animation: fly_2 30s linear infinite;
  -webkit-animation: fly_2 30s linear infinite;
  animation: fly_2 30s linear infinite;
}
.about_fly.about_fly_8 {
  right: 27rem;
  bottom: 1rem;
  -o-animation: fly_1 30s linear infinite;
  -moz-animation: fly_1 30s linear infinite;
  -webkit-animation: fly_1 30s linear infinite;
  animation: fly_1 30s linear infinite;
}
.about_fly.about_fly_8 img {
  width: auto;
  height: 27rem;
  -o-animation: fly_3 30s linear infinite;
  -moz-animation: fly_3 30s linear infinite;
  -webkit-animation: fly_3 30s linear infinite;
  animation: fly_3 30s linear infinite;
}
.about_header_boy {
  position: absolute;
  bottom: 0;
  right: -3rem;
}
.about_header_boy:before {
  position: absolute;
  top: 100%;
  right: 0;
  width: 5rem;
  content: '';
  display: block;
  height: 7rem;
  background: var(--color-blue_100);
  display: none;
}
.about_header_boy img {
  height: 65rem;
}
.about_header_boy .header_boy_glass {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -4rem -4rem 0;
  -o-animation: fly_4 60s linear infinite;
  -moz-animation: fly_4 60s linear infinite;
  -webkit-animation: fly_4 60s linear infinite;
  animation: fly_4 60s linear infinite;
}
.section_about {
  padding: 5rem 0 0;
  position: relative;
}
.section_about h2 {
  padding-bottom: 5rem;
  color: var(--color-blue_100);
}
.section_about .red_box_wrapper {
  position: relative;
  z-index: 2;
}
.section_about .red_box_wrapper:before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  background: var(--color-blue_100);
}
.section_about .red_box {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: var(--color-red_100);
  padding: 2rem;
  color: #fff;
  font-size: 1.75rem;
}
.section_about .red_box h3 {
  font-weight: 600;
}
.section_about .h2_box {
  position: relative;
}
.section_about .about_photo {
  overflow: hidden;
  background: var(--color-blue_100);
  color: #FFF;
  margin-top: -5rem;
  position: relative;
  z-index: 0;
  padding-top: 4rem;
}
.section_about .about_photo_quote_box {
  display: flex;
  flex-flow: nowrap row;
  align-items: self-end;
  margin-left: -3rem;
}
.section_about .about_photo_quote_box .about_photo_pic {
  width: 30%;
  position: relative;
  z-index: 0;
}
.section_about .about_photo_quote_box .about_photo_pic img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}
.section_about .about_photo_quote_box .about_photo_pic:before {
  width: 50rem;
  height: 50rem;
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-image: radial-gradient(#fff, var(--color-blue_100), var(--color-blue_100));
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section_about .about_photo_quote_box .about_name {
  width: 30%;
  position: relative;
  z-index: 1;
}
.section_about .about_photo_quote_box .quote {
  width: 40%;
  position: relative;
  z-index: 1;
}
.section_about .about_name .first_name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.section_about .about_name .last_name {
  font-weight: 700;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1;
}
.section_about .about_name .desc_name {
  font-size: 1.5rem;
  line-height: 1.25;
  padding-bottom: 3rem;
}
.section_about .quote {
  font-style: italic;
  font-size: 2rem;
  line-height: 1.25;
  padding-bottom: 3rem;
}
.section_normat {
  padding: 5rem 0 0;
  position: relative;
  background: url(../img/normat_bg.webp) center center no-repeat;
  background-size: cover;
}
.section_normat h2 {
  color: var(--color-blue_100);
  margin-bottom: 3rem;
}
.section_normat .h2_desc {
  font-size: 2rem;
}
.section_normat .slider_box {
  margin: 0 -3rem;
}
.section_normat .slider_box .owl-stage {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.section_normat .slider_box .owl-stage .owl-item {
  position: relative;
  z-index: 0;
}
.section_normat .slider_box .owl-stage .owl-item:hover {
  z-index: 1;
}
.section_normat .slider_box .item {
  padding: 0 0.5rem;
}
.section_normat .slider_box .normat_item {
  padding: 2rem;
  background: #D9EFEE;
  display: flex;
  font-size: 0.7rem;
  flex-direction: column;
  justify-content: space-between;
  height: 20rem ;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.section_normat .slider_box .normat_item .title {
  font-weight: 700;
}
.section_normat .slider_box .normat_item:hover {
  transform: scale(1.2);
  background: var(--color-red_100);
  color: #fff;
  font-size: 0.75rem;
}
.section_breakfast {
  padding: 5rem 0 0;
  position: relative;
}
.section_breakfast .grad_rad {
  display: block;
  width: 50rem;
  height: 50rem;
  position: absolute;
  top: 5rem;
  right: -30rem;
  background: radial-gradient(var(--color-blue_80), var(--color-blue_0) 70%, var(--color-blue_0));
}
.section_breakfast h2 {
  color: var(--color-blue_100);
}
.section_breakfast h2 .red_mark {
  background: var(--color-red_100);
  color: #fff;
  padding: 0 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.section_breakfast .h2_desc {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.15;
  color: var(--color-blue_100);
  margin: 1.5rem 0;
}
.section_breakfast .txt {
  font-size: 1.5rem;
}
.section_breakfast .slider_box {
  margin: 0 -0.5rem;
}
.section_breakfast .slider_box .item {
  padding: 3rem 0.5rem;
  position: relative;
}
.section_breakfast .slider_box .item .inner {
  -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;
  overflow: hidden;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.section_breakfast .slider_box .item img {
  -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;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.section_breakfast .slider_box .item:hover .inner {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section_breakfast .slider_box .item:hover form {
  opacity: 1;
}
.section_breakfast .slider_box .item:hover form .btn {
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91);
  margin-top: 0rem;
}
.section_breakfast .slider_box .item form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(0.25rem);
  opacity: 0;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section_breakfast .slider_box .item form .btn {
  height: 5rem;
  line-height: 1.15;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 1rem;
}
.section_breakfast .slider_box .item form .btn:hover {
  opacity: 1;
}
.section_breakfast .about_fly {
  z-index: 2;
}
.section_breakfast .vote_box {
  margin-top: 3.5rem;
}
.section_breakfast .vote_box .btn_box {
  text-align: center;
  margin-top: 1.5rem;
}
.section_breakfast .vote_box .row {
  justify-content: center;
}
.section_breakfast .vote_box .item input {
  display: none;
}
.section_breakfast .vote_box .item input:checked + .inner .select_box {
  background: var(--color-red_100);
  border-color: var(--color-red_100);
}
.section_breakfast .vote_box .item input:checked + .inner .select_box svg path {
  fill: #fff;
}
.section_breakfast .vote_box .item input:checked + .inner .btn.btn_red {
  background: var(--color-red_100);
}
.section_breakfast .vote_box .item input:checked + .inner .btn.btn_red .b_2 {
  display: block;
}
.section_breakfast .vote_box .item input:checked + .inner .btn.btn_red .b_1 {
  display: none;
}
.section_breakfast .vote_box .item .inner {
  position: relative;
}
.section_breakfast .vote_box .item .inner .img {
  display: block;
  position: relative;
  -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);
  padding: 0.5rem;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.section_breakfast .vote_box .item .inner .img img {
  width: 100%;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem;
}
.section_breakfast .vote_box .item .inner .item_info {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-red_100);
  color: #fff;
  z-index: 2;
  margin-left: -1rem;
}
.section_breakfast .vote_box .item .inner .select_box {
  position: absolute;
  bottom: 4rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: 0.07rem rgba(0, 0, 0, 0.3) solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_breakfast .vote_box .item .inner .select_box svg {
  width: 2rem;
}
.section_breakfast .vote_box .item .inner .select_box svg path {
  fill: rgba(0, 0, 0, 0.3);
}
.section_breakfast .vote_box .item .inner .desc {
  display: block;
  padding-top: 1rem;
}
.section_breakfast .vote_box .item .inner .desc .name {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  line-height: 1.25;
  display: none;
}
.section_breakfast .vote_box .item .inner .desc .p_txt {
  display: block;
  padding: 0.5rem 0 1rem;
  line-height: 1.25;
}
.section_breakfast .vote_box .item .inner .desc .btn.btn_red {
  padding: 0 1rem;
  height: 2.5rem;
  font-size: 1rem;
  text-transform: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}
.section_breakfast .vote_box .item .inner .desc .btn.btn_red .b_2 {
  display: none;
}
.section_breakfast .vote_box .item .inner .desc .btn.btn_red:hover {
  background: var(--color-red_100);
}
.deadline_timer_box {
  padding: 1rem 0 0.5rem;
  text-align: center;
  display: none;
}
.deadline_timer_box .deadline_timer {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.deadline_timer_box .deadline_timer span {
  font-weight: 600;
  color: var(--color-black);
}
.deadline_timer_box .fuse_box {
  max-width: 38rem;
  margin: 0 auto;
  padding: 0.8rem 1rem 0.5rem;
}
.deadline_timer_box .fuse_box .fuse_track {
  position: relative;
  width: 100%;
  height: 0.8rem;
  background: var(--color-red_100);
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.deadline_timer_box .fuse_box .fuse_track .fuse_remaining {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  -webkit-border-radius: 0 0.4rem 0.4rem 0;
  -moz-border-radius: 0 0.4rem 0.4rem 0;
  border-radius: 0 0.4rem 0.4rem 0;
  background: #eee;
  transition: width 1s linear;
}
.deadline_timer_box .fuse_box .fuse_track .fuse_remaining .fuse_spark {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  z-index: 3;
}
.deadline_timer_box .fuse_box .fuse_track .fuse_remaining .fuse_spark::before {
  content: '';
  position: absolute;
  bottom: 56%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.65rem;
  height: 1rem;
  background: linear-gradient(to top, #ff6600, #ffee00 60%, transparent);
  border-radius: 50% 50% 30% 30%;
  animation: fuse-flame 0.15s ease-in-out infinite alternate;
}
.deadline_timer_box .fuse_box .fuse_track .fuse_remaining .fuse_spark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background: radial-gradient(circle, #fff 10%, #ffdd00 40%, #ff6600 70%, transparent 100%);
  border-radius: 50%;
  animation: fuse-ember 0.2s ease-in-out infinite alternate;
}
@keyframes fuse-flame {
  from {
    transform: translateX(-50%) scaleX(1) scaleY(1);
  }
  to {
    transform: translateX(-50%) scaleX(0.65) scaleY(0.8) rotate(6deg);
  }
}
@keyframes fuse-ember {
  from {
    box-shadow: 0 0 4px 2px rgba(255, 100, 0, 0.85), 0 0 9px 4px rgba(255, 150, 0, 0.4);
  }
  to {
    box-shadow: 0 0 7px 4px rgba(255, 40, 0, 0.95), 0 0 14px 7px rgba(255, 200, 0, 0.5);
  }
}
.progress_line_box {
  padding-top: 1.5rem;
}
.progress_line_box .progress_line {
  width: 20rem;
  background: var(--color-blue_10);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  height: 2rem;
  margin: 0 auto;
}
.progress_line_box .progress_line span {
  display: block;
  min-width: 2rem;
  height: 2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: var(--color-blue_100);
}
.progress_line_box .progress_line_info {
  font-size: 1rem;
  padding-top: 1rem;
  text-align: center;
  height: 5rem;
}
.section_skazki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../img/skazki_bg.webp) top center no-repeat;
  background-size: cover;
}
.section_skazki h2 {
  color: var(--color-blue_100);
}
.section_skazki .h2_desc {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 3rem;
}
.section_skazki form .form-control {
  background: #D9EFEE;
  border-color: #D9EFEE;
}
.section_skazki form .form-control::placeholder {
  color: rgba(11, 168, 163, 0.5);
}
.section_skazki form .jq-selectbox .jq-selectbox__select {
  background: #D9EFEE;
}
.section_form {
  padding: 6rem 0;
  background: linear-gradient(30deg, var(--color-blue-medium_100), var(--color-blue_100));
}
.section_form h2 {
  color: #fff;
  font-size: 3rem;
}
.section_form .section_form_desc {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
}
.section_form .section_form_inner {
  align-items: center;
  margin-top: 3rem;
}
.section_form .section_form_right {
  padding-top: 1rem;
}
.section_form .form_field {
  margin-bottom: 0.75rem;
}
.section_form .form_field input,
.section_form .form_field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  color: var(--color-black);
  outline: none !important;
  display: block;
}
.section_form .form_field input::placeholder,
.section_form .form_field textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.section_form .form_field textarea {
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  resize: vertical;
}
.section_form .btn_box {
  margin-top: 1.5rem;
}
.section_form .btn_box .btn_full {
  width: 100%;
}
.section_fest {
  color: #fff;
  background: var(--color-blue_100);
  padding: 5rem 0;
  position: relative;
}
.section_fest .about_fly {
  z-index: 2;
}
.section_fest .page_wrapper {
  position: relative;
  z-index: 0;
}
.section_fest .txt {
  padding: 3.5rem 0 0;
  font-size: 1.5rem;
  padding-right: 2rem;
}
.section_fest .section_fest_pic {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: url(../img/footer_photo.webp) center center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
#vote_register_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 9998;
  padding: 3rem 2rem;
  background: rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.vote_modal_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.vote_modal_title_desc {
  text-align: center;
  margin: 0.5rem 0 2rem;
}
.vote_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
.vote_modal_body {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 40rem;
  margin: auto;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.vote_modal_body form .jq-selectbox .jq-selectbox__select {
  border: 1px #ccc solid;
}
.vote_modal_body form .form-control {
  border: 1px #ccc solid;
}
/* Согласие на обработку ПД — чекбоксы */
.consent-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}
.consent-wrap input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.1rem;
  accent-color: var(--color-red);
  cursor: pointer;
}
.consent-wrap a {
  color: #fff;
  text-decoration: underline;
}
/* В модалке голосования — тёмный текст */
.vote_modal_body .consent-wrap {
  color: rgba(0, 0, 0, 0.7);
}
.vote_modal_body .consent-wrap a {
  color: var(--color-blue_100);
}
/* В секции сказок */
.section_skazki .consent-wrap {
  color: rgba(0, 0, 0, 0.65);
}
.section_skazki .consent-wrap a {
  color: var(--color-blue_100);
}
/* ===== Программы для семей ===== */
.section_programs {
  padding: 6rem 0 3rem;
  position: relative;
}
.section_programs h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section_programs .h2_desc {
  text-align: center;
  max-width: 70rem;
  margin: 0 auto 8rem;
  color: rgba(0, 0, 0, 0.7);
}
.section_programs .programs_cards {
  justify-content: center;
  align-items: stretch;
}
.section_programs .programs_cards > .col-12 {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.section_programs .program_card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 7rem 2rem 2rem;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  border-radius: 1.8rem;
  color: #fff;
  text-decoration: none;
  width: 100%;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}
.section_programs .program_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.12);
}
.section_programs .program_card.program_card_orange {
  background: #F4A26B;
}
.section_programs .program_card.program_card_green {
  background: #5BBF7B;
}
.section_programs .program_card_pic {
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 11rem;
  height: 11rem;
}
.section_programs .program_card_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.18);
  border: 0.4rem solid #fff;
}
.section_programs .program_card_green .program_card_pic {
  transform: translateX(-50%) rotate(4deg);
}
.section_programs .program_card_body {
  margin-top: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section_programs .program_card_title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
}
.section_programs .program_card_desc {
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.6rem;
  flex: 1;
}
.section_programs .program_card_btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #0BA8A3;
  padding: 1.2rem 1.5rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  margin-top: auto;
}
/* ===== Канал «Поколения Новых» ===== */
.section_channel {
  padding: 6rem 0 8rem;
  margin-top: 4rem;
  position: relative;
  background: linear-gradient(180deg, #EAF9F8 0%, #F5FCFB 100%);
}
.section_channel .channel_row {
  align-items: center;
}
.section_channel .channel_left h2 {
  margin-bottom: 1.5rem;
}
.section_channel .channel_left .h2_desc {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 3rem;
}
.section_channel .channel_tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section_channel .channel_tags li {
  display: inline-block;
  background: #fff;
  border: 2px solid #56DAD4;
  color: #0BA8A3;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  padding: 0.7rem 1.4rem;
  margin: 0 0.6rem 0.8rem 0;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
  box-shadow: 0 0.4rem 1.2rem rgba(11, 168, 163, 0.12);
}
.section_channel .channel_right {
  position: relative;
  min-height: 36rem;
}
.section_channel .channel_phones {
  position: relative;
  height: 33rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_channel .channel_phone {
  position: absolute;
  width: 14rem;
  -webkit-border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  border-radius: 2.2rem;
  overflow: hidden;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.18);
  border: 0.4rem solid #1c1c1c;
}
.section_channel .channel_phone img {
  width: 100%;
  height: auto;
  display: block;
}
.section_channel .channel_phone_back {
  left: 50%;
  top: 0;
  transform: translateX(-90%) rotate(-12deg);
  z-index: 1;
}
.section_channel .channel_phone_front {
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  z-index: 3;
}
.section_channel .channel_phone_side {
  left: 50%;
  top: 0;
  transform: translateX(-10%) rotate(12deg);
  z-index: 2;
}
.section_channel .channel_btn_box {
  text-align: center;
  margin-top: 2rem;
}
.section_channel .channel_btn_box .btn {
  display: inline-block;
  padding: 1.4rem 3rem;
}
@media screen and (max-width: 540px) {
  html {
    font-size: 3vw;
  }
  .page_wrapper {
    padding: 0 2rem;
  }
  h2 {
    font-size: 2rem;
  }
  header {
    top: 0;
  }
  header .page_wrapper {
    padding: 0;
  }
  header .page_wrapper .inner {
    -webkit-border-radius: 0 0 1rem 1rem;
    -moz-border-radius: 0 0 1rem 1rem;
    border-radius: 0 0 1rem 1rem;
  }
  header .page_wrapper .inner nav {
    display: none;
  }
  .section_offer {
    padding: 6rem 0 30rem;
  }
  .section_offer h1 {
    font-size: 5.5rem;
  }
  .section_offer h1 span {
    font-size: 2.5rem;
  }
  .section_offer h1 br {
    display: none;
  }
  .section_offer .offer_desc {
    padding-right: 0;
    font-size: 1.5rem;
  }
  .section_offer .section_offer .btn {
    padding: 0 2rem;
  }
  .section_about {
    padding-top: 3rem;
  }
  .section_about h2 {
    padding-bottom: 3rem;
  }
  .section_about .about_photo_quote_box {
    flex-direction: column;
    margin: 0;
    text-align: center;
  }
  .section_about .about_photo_quote_box .about_photo_pic {
    width: 100%;
    padding: 2rem 3rem;
  }
  .section_about .about_photo_quote_box .about_photo_pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .section_about .about_photo_quote_box .about_name {
    width: 100%;
  }
  .section_about .about_photo_quote_box .quote {
    width: 100%;
  }
  .about_header_boy {
    height: 30rem;
    overflow: hidden;
    width: calc(100% + 4rem);
    bottom: 0;
    right: -2rem;
    margin-bottom: 0;
  }
  .about_header_boy img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .about_header_boy:before {
    display: none;
  }
  .section_normat .h2_desc {
    font-size: 1.5rem;
  }
  .section_normat .slider_box {
    margin: 0 -2rem;
    padding-bottom: 1rem;
  }
  .section_normat .slider_box .item {
    padding: 0 0 0 2rem;
  }
  .section_normat .slider_box .normat_item {
    width: 20rem;
  }
  .section_normat .slider_box .owl-stage {
    padding-bottom: 1rem;
  }
  .section_breakfast {
    padding: 3rem 0;
  }
  .section_breakfast .h2_desc b {
    white-space: nowrap;
  }
  .section_fest {
    padding: 3rem 0;
  }
  footer h3 {
    font-size: 1.25rem;
  }
  footer h3 br {
    display: none;
  }
  footer .col-soc {
    order: 2;
    text-align: center;
    padding-top: 2rem;
  }
  footer .col-log {
    order: 0;
  }
  footer .footer_logo {
    height: 4rem;
    text-align: center;
  }
  footer .footer_logo img {
    position: relative;
    top: auto;
    right: auto;
  }
  footer .soc_link {
    justify-content: center;
  }
  .section_form {
    padding: 3rem 0;
  }
  .section_skazki .h2_desc {
    margin: 1.5rem 0 3rem;
  }
  .section_programs {
    padding: 4rem 0 1rem;
  }
  .section_programs .h2_desc {
    margin-bottom: 3rem;
  }
  .section_programs .program_card {
    min-height: auto;
    padding: 2rem;
  }
  .section_programs .program_card_pic {
    width: 8rem;
    height: 8rem;
    top: 1.5rem;
    right: 1.5rem;
  }
  .section_programs .program_card_body {
    margin-top: 8rem;
  }
  .section_programs .program_card_title {
    font-size: 1.9rem;
  }
  .section_programs .program_card_desc {
    font-size: 1.3rem;
  }
  .section_channel {
    padding: 2rem 0 5rem;
  }
  .section_channel .channel_phones {
    height: 34rem;
    margin: 2rem 0;
  }
  .section_channel .channel_phone {
    width: 11rem;
  }
  .section_channel .channel_tags li {
    font-size: 1.3rem;
    padding: 0.8rem 1.8rem;
  }
  footer .inner nav {
    display: none;
  }
  .about_fly.about_fly_5 img {
    height: 15rem;
  }
  .about_fly.about_fly_6 {
    left: -4rem;
    bottom: -3rem;
  }
  .about_fly.about_fly_6 img {
    height: 15rem;
  }
  .about_fly.about_fly_8 {
    right: -3rem;
    bottom: 13rem;
  }
  .about_fly.about_fly_8 img {
    height: 15rem;
  }
}
/*# sourceMappingURL=style.css.map */