* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: 0; }

/* Base */
body, html {
  margin: 0;
  padding: 0;
  min-width: 320px;
  height: 100%; }

body {
  font-family: "HarmoniaSans", sans-serif !important;
  font-size: 20px;
  line-height: 1;
  color: #38217E;
  background: #29B35C;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      font-size: 15px; } }

iframe {
  border: 0; }

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd; }

img {
  max-width: 100%;
  max-height: 100%; }

/* Headers */
h1, .h1 {
  font-weight: 400;
  line-height: 1;
  margin: 1em 0; }

h1, .h1 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 0.9em;
  color: #38217E;
  font-weight: bold; }

/* Text */
p {
  margin: 10px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease; }
  a:hover {
    text-decoration: none;
    color: #764dff; }

b, strong {
  font-weight: 700; }
  b i, b em, strong i, strong em {
    font-weight: 700; }

i, em {
  font-weight: 400;
  font-style: italic; }
  i b, i strong, em b, em strong {
    font-weight: 700 !important; }

/* Lists */
ul, ol {
  overflow: hidden;
  margin: 10px 0;
  padding-left: 20px; }
  ul:first-child, ol:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }
  ul li, ol li {
    padding: 0.25em 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.btn {
  padding: 12px 24px;
  width: 361px;
  height: 86px;
  background: #38217E;
  color: #fff;
  transition: all .4s ease-in-out;
  border: 2px solid #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  text-decoration: none;
  -webkit-user-select: none;
  border-radius: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 35px 0 #38217E; }
  .btn:hover {
    color: #fff; }
  @media (max-width: 767px) {
    .btn {
      width: 160px;
      height: 42px;
      border-width: 1px;
      border-radius: 11px;
      font-size: 14px; } }

.control {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: url("images/control.svg") no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .control {
      width: 30px;
      height: 30px; } }
  .control.prev {
    left: -90px; }
    @media (max-width: 767px) {
      .control.prev {
        left: -30px; } }
  .control.next {
    right: -90px;
    transform: translateY(-50%) rotate(180deg); }
    @media (max-width: 767px) {
      .control.next {
        right: -30px; } }

.title {
  font-family: "ShnobelRegular", sans-serif;
  color: #38217E;
  text-align: center; }

@font-face {
  font-family: 'ShnobelRegular';
  src: url("fonts/ShnobelRegular.eot");
  src: url("fonts/ShnobelRegular.eot") format("embedded-opentype"), url("fonts/ShnobelRegular.woff2") format("woff2"), url("fonts/ShnobelRegular.woff") format("woff"), url("fonts/ShnobelRegular.ttf") format("truetype"), url("fonts/ShnobelRegular.svg#ShnobelRegular") format("svg"); }
@font-face {
  font-family: 'HarmoniaSans';
  src: url("fonts/HarmoniaSansProCyrLight.eot");
  src: url("fonts/HarmoniaSansProCyrLight.eot") format("embedded-opentype"), url("fonts/HarmoniaSansProCyrLight.woff2") format("woff2"), url("fonts/HarmoniaSansProCyrLight.woff") format("woff"), url("fonts/HarmoniaSansProCyrLight.ttf") format("truetype"), url("fonts/HarmoniaSansProCyrLight.svg#HarmoniaSansProCyrLight") format("svg");
  font-weight: normal; }
@font-face {
  font-family: 'HarmoniaSans';
  src: url("fonts/HarmoniaSansProCyrSemiBd.eot");
  src: url("fonts/HarmoniaSansProCyrSemiBd.eot") format("embedded-opentype"), url("fonts/HarmoniaSansProCyrSemiBd.woff2") format("woff2"), url("fonts/HarmoniaSansProCyrSemiBd.woff") format("woff"), url("fonts/HarmoniaSansProCyrSemiBd.ttf") format("truetype"), url("fonts/HarmoniaSansProCyrSemiBd.svg#HarmoniaSansProCyrSemiBd") format("svg");
  font-weight: bold; }
.animation {
  opacity: 0;
  transition: 1s ease;
  transform: translateY(20px); }
  .animation.element-show {
    opacity: 1;
    transform: translateY(0); }
  .animation.delay-1 {
    transition-delay: 0.1s; }
  .animation.delay-2 {
    transition-delay: 0.2s; }
  .animation.delay-3 {
    transition-delay: 0.3s; }
  .animation.delay-4 {
    transition-delay: 0.4s; }
  .animation.delay-5 {
    transition-delay: 0.5s; }
  .animation.delay-6 {
    transition-delay: 0.6s; }
  .animation.delay-7 {
    transition-delay: 0.7s; }
  .animation.delay-8 {
    transition-delay: 0.8s; }
  .animation.delay-9 {
    transition-delay: 0.9s; }

.container {
  width: 1200px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

.section-1 {
  background: url("images/park.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding: 45px 0; }
  @media (max-width: 767px) {
    .section-1 {
      padding: 16px 0; } }
  .section-1:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5); }
  .section-1 .title {
    font-size: 150px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .section-1 .title {
        font-size: 50px; } }
  .section-1 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    gap: 50px; }
    @media (max-width: 767px) {
      .section-1 .content {
        gap: 25px; } }
    .section-1 .content div {
      flex: none; }
      .section-1 .content div.logo {
        width: 430px;
        max-width: 100%; }
        @media (max-width: 767px) {
          .section-1 .content div.logo {
            width: 50%; } }
      .section-1 .content div.img {
        display: flex;
        width: 320px; }
        @media (max-width: 767px) {
          .section-1 .content div.img {
            width: calc(50% - 25px); } }
.section-2 {
  padding: 25px 0;
  background: #fff; }
  @media (max-width: 767px) {
    .section-2 {
      padding: 17px 0; } }
  .section-2 .title {
    font-size: 45px; }
    @media (max-width: 767px) {
      .section-2 .title {
        font-size: 18px; } }
.section-3 {
  background: #29B35C;
  padding: 25px 0 42px; }
  @media (max-width: 767px) {
    .section-3 {
      padding: 15px 0 25px; } }
  .section-3 .title {
    font-family: "HarmoniaSans", sans-serif;
    color: #fff;
    font-size: 45px;
    margin-bottom: 32px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .section-3 .title {
        font-size: 18px;
        margin-bottom: 10px; } }
  .section-3 .logo {
    width: 145px;
    margin: 0 auto 10px; }
    @media (max-width: 767px) {
      .section-3 .logo {
        width: 80px; } }
  .section-3 .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 45px;
    justify-content: space-between;
    row-gap: 20px; }
    @media (max-width: 767px) {
      .section-3 .list {
        padding: 0;
        row-gap: 10px; } }
    .section-3 .list__item {
      text-align: center;
      width: 33%; }
      .section-3 .list__item-icon {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
        font-size: 45px;
        text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.25); }
        @media (max-width: 767px) {
          .section-3 .list__item-icon {
            width: 40px;
            height: 40px;
            font-size: 30px; } }
      .section-3 .list__item-text {
        width: 200px;
        font-size: 25px;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .section-3 .list__item-text {
            width: auto;
            font-size: 12px; } }
.section-n {
  padding: 40px 0; }
  .section-n img {
    display: block;
    max-width: 180px; }
.section-4 {
  padding-bottom: 180px;
  position: relative; }
  @media (max-width: 767px) {
    .section-4 {
      padding-bottom: 80px; } }
  .section-4 img {
    position: absolute;
    right: 0;
    bottom: 30px; }
    @media (max-width: 767px) {
      .section-4 img {
        right: -115px; } }
  .section-4 .title {
    text-align: left;
    font-size: 85px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 30px; }
    @media (max-width: 767px) {
      .section-4 .title {
        font-size: 28px; } }
    .section-4 .title img {
      position: static; }
  .section-4 .cities__item {
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .section-4 .cities__item {
        font-size: 18px;
        margin-bottom: 10px; } }
    .section-4 .cities__item:last-child {
      margin-bottom: 0; }
    .section-4 .cities__item:before {
      content: '';
      width: 42px;
      height: 42px;
      background: url("images/lapa.png") no-repeat 50% 50%;
      background-size: contain; }
      @media (max-width: 767px) {
        .section-4 .cities__item:before {
          width: 25px;
          height: 25px; } }
.section-5 .content {
  border: 11px solid #fff;
  border-radius: 98px;
  padding: 36px 0 115px;
  text-align: center;
  background: url("images/bamboo.png") no-repeat 50%;
  background-size: cover;
  box-shadow: 0 10px 2px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .section-5 .content {
      border-width: 6px;
      border-radius: 40px;
      padding: 20px 40px;
      box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.25); } }
.section-5 .logo {
  width: 350px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .section-5 .logo {
      width: 130px; } }
.section-5 .title {
  font-family: "HarmoniaSans", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  padding: 70px 0 111px; }
  @media (max-width: 767px) {
    .section-5 .title {
      font-size: 18px;
      padding: 20px 0 45px; } }
.section-6 {
  background: url("images/gorki.jpg") no-repeat 0 100%;
  padding: 75px 0 26px;
  font-weight: bold;
  color: #fff; }
  @media (max-width: 767px) {
    .section-6 {
      padding-top: 30px;
      background-size: 125px; } }
  .section-6 .title {
    color: #fff;
    font-family: "HarmoniaSans", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 31px; }
    @media (max-width: 767px) {
      .section-6 .title {
        font-size: 22px;
        margin-bottom: 18px; } }
  .section-6 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 60px; }
    @media (max-width: 767px) {
      .section-6 .list {
        row-gap: 15px; } }
    .section-6 .list__item {
      width: 50%;
      text-align: center; }
      .section-6 .list__item-title {
        font-size: 30px;
        margin: 0 auto 10px;
        background: url("images/btn-bg.png") no-repeat 50% 50%;
        background-size: contain;
        width: 308px;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767px) {
          .section-6 .list__item-title {
            font-size: 14px;
            width: 140px;
            height: 40px; } }
      .section-6 .list__item-text {
        font-size: 25px; }
        @media (max-width: 767px) {
          .section-6 .list__item-text {
            font-size: 12px; } }
.section-7 .content {
  background: #fff;
  border-radius: 98px;
  padding: 47px 10px 10px;
  box-shadow: 0 10px 2px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .section-7 .content {
      box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.25);
      border-radius: 40px;
      padding-top: 20px; } }
.section-7 .title {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-left: 40px;
  font-family: "HarmoniaSans", sans-serif;
  text-align: left; }
  @media (max-width: 767px) {
    .section-7 .title {
      padding-left: 0;
      gap: 10px;
      font-size: 16px;
      margin-bottom: 20px; } }
  .section-7 .title img {
    width: 260px;
    flex: none; }
    @media (max-width: 767px) {
      .section-7 .title img {
        width: 70px; } }
  .section-7 .title .nominant {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px; }
    .section-7 .title .nominant img {
      width: 150px; }
.section-7 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 78px; }
  @media (max-width: 767px) {
    .section-7 .list {
      gap: 15px;
      margin-bottom: 30px; } }
  .section-7 .list__item {
    width: calc(25% - 27px);
    text-align: center; }
    @media (max-width: 767px) {
      .section-7 .list__item {
        width: calc(33% - 10px); } }
    .section-7 .list__item-icon {
      width: 100px;
      height: 100px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .section-7 .list__item-icon {
          width: 70px;
          height: 70px; } }
    .section-7 .list__item-title {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 45px; }
      @media (max-width: 767px) {
        .section-7 .list__item-title {
          font-size: 12px;
          height: 26px; } }
    @media (max-width: 767px) {
      .section-7 .list__item-text {
        font-size: 12px; }
        .section-7 .list__item-text br {
          display: none; } }
.section-7 .banner {
  border-radius: 98px;
  background: url("images/bamboo.png") no-repeat 50%;
  background-size: cover;
  text-align: center;
  padding: 160px 0 147px; }
  @media (max-width: 767px) {
    .section-7 .banner {
      border-radius: 40px;
      padding: 40px 0 45px; } }
  .section-7 .banner img {
    width: 430px; }
    @media (max-width: 767px) {
      .section-7 .banner img {
        width: 130px; } }
  .section-7 .banner .text {
    font-family: "ShnobelRegular", sans-serif;
    color: #fff;
    font-size: 85px;
    background: url("images/btn-bg-big.png") no-repeat 50%;
    background-size: contain;
    padding: 100px 0 30px;
    margin-top: -86px; }
    @media (max-width: 767px) {
      .section-7 .banner .text {
        font-size: 24px;
        padding: 34px 0 10px;
        margin-top: -28px; } }
.section-8 {
  font-weight: bold;
  color: #fff;
  padding-top: 35px; }
  @media (max-width: 767px) {
    .section-8 {
      padding-top: 25px; } }
  .section-8 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 767px) {
      .section-8 .list {
        row-gap: 20px; } }
    .section-8 .list__item {
      width: 50%;
      text-align: center; }
      .section-8 .list__item.w100 {
        width: 100%; }
      .section-8 .list__item-title {
        font-size: 30px;
        margin: 0 auto 10px;
        background: url("images/btn-bg.png") no-repeat 50% 50%;
        background-size: contain;
        width: 308px;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767px) {
          .section-8 .list__item-title {
            font-size: 14px;
            width: 140px;
            height: 40px; } }
      .section-8 .list__item-text {
        font-size: 25px; }
        @media (max-width: 767px) {
          .section-8 .list__item-text {
            font-size: 12px; } }
.section-9 .logo {
  width: 265px;
  margin: 20px auto 50px; }
  @media (max-width: 767px) {
    .section-9 .logo {
      width: 140px;
      margin-bottom: 20px; } }
.section-9 .slider {
  border-radius: 98px;
  background: #fff;
  padding: 55px 37px 73px;
  box-shadow: 0 10px 2px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .section-9 .slider {
      box-shadow: 0 6px 2px 0 rgba(0, 0, 0, 0.25);
      border-radius: 40px;
      padding: 25px; } }
  .section-9 .slider__block {
    width: 500px;
    margin: 0 auto 35px; }
    @media (max-width: 767px) {
      .section-9 .slider__block {
        width: 240px;
        margin-bottom: 15px; } }
  .section-9 .slider__bottom {
    font-size: 55px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 767px) {
      .section-9 .slider__bottom {
        font-size: 12px;
        white-space: nowrap;
        gap: 10px; } }
.section-10 {
  padding: 37px 0 120px;
  background: url("images/lapa.png") no-repeat 2% 98%, url("images/lapa.png") no-repeat 98% 98%;
  color: #fff;
  font-weight: bold; }
  @media (max-width: 767px) {
    .section-10 {
      background-size: 26px;
      padding: 30px 0 45px; } }
  .section-10 .title {
    font-family: "HarmoniaSans", sans-serif;
    font-size: 75px;
    margin-bottom: 40px;
    color: #fff; }
    @media (max-width: 767px) {
      .section-10 .title {
        font-size: 26px;
        margin-bottom: 20px; } }
  .section-10 .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 85px; }
    @media (max-width: 767px) {
      .section-10 .footer {
        gap: 20px; } }
    .section-10 .footer .logo {
      width: 350px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .section-10 .footer .logo {
          width: 120px;
          margin: 0 auto 20px; } }
    .section-10 .footer .btn {
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .section-10 .footer .btn {
          width: 120px;
          height: 30px;
          font-size: 9px; } }
    .section-10 .footer .name {
      font-size: 40px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .section-10 .footer .name {
          font-size: 16px;
          margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .section-10 .contacts {
      padding-left: 16px; } }
  .section-10 .contacts__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px; }
    @media (max-width: 767px) {
      .section-10 .contacts__item {
        gap: 0;
        font-size: 12px; } }
    .section-10 .contacts__item-icon {
      display: flex;
      align-items: center;
      position: relative;
      width: 55px;
      height: 55px; }
      @media (max-width: 767px) {
        .section-10 .contacts__item-icon {
          width: 30px;
          height: 30px; } }
      .section-10 .contacts__item-icon .tg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -55px; }
        @media (max-width: 767px) {
          .section-10 .contacts__item-icon .tg {
            left: -24px; } }
    .section-10 .contacts__item a:hover {
      color: #fff; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .copyright {
      flex-direction: column;
      gap: 10px; } }
  .copyright a {
    font-size: 18px; }
    @media (max-width: 767px) {
      .copyright a {
        font-size: 12px; } }

.form__content {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  max-width: 100%;
  width: 400px; }
  .form__content input {
    border: 1px solid #673ab7;
    font: inherit;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    transition: all .2s;
    outline: none;
    border-radius: 4px; }
    .form__content input:focus {
      outline: none; }
.form__header {
  margin-bottom: 20px; }
.form__field {
  width: 100%; }
  .form__field-list {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .form__field label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px; }
  .form__field .btn {
    font-size: 18px;
    height: 48px;
    max-width: 100%; }
.form__note {
  font-size: 12px;
  margin-top: 20px;
  text-align: center; }
.form__title {
  font-size: 32px;
  color: #673ab7;
  font-weight: 600; }

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