@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
@font-face {
  font-family: Larisa-script;
  /* Имя шрифта */
  src: url(/Larisa-script.ttf); }

@font-face {
  font-family: Gabriola;
  /* Имя шрифта */
  src: url(/Gabriola.ttf); }

@font-face {
  font-family: Cormorant;
  /* Имя шрифта */
  src: url(/Cormorant-Regular.ttf); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4 {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.mobile-block {
  display: none; }
  @media (max-width: 1300px) {
    .mobile-block {
      display: block; } }

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

html {
  height: 100%; }

body {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #525252;
  line-height: 1.3; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.container {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }
  .container_big {
    max-width: 1860px; }
  .container_middle {
    max-width: 1200px; }

a {
  text-decoration: none;
  color: black; }

.button {
  position: static;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  outline: none !important;
  padding: 12px 50px;
  display: inline-block;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: italic;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #FFFFFF;
  font-size: 23px;
  border: 1px solid #707070;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .button {
      font-size: 18px; } }
  .button:hover {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(34, 60, 80, 0.2);
            box-shadow: 0px 0px 21px 0px rgba(34, 60, 80, 0.2); }

img {
  max-width: 100%; }

.container_mid {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 78px;
  color: #242424;
  font-family: 'Cabin', sans-serif; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 50px; } }

h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  color: #242424;
  font-size: 50px; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 36px; } }

h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
  font-family: 'Cabin', sans-serif;
  color: #242424; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.005em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 20px; } }

p {
  margin: 0 0 15px 0;
  line-height: 150%; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 7px;
      line-height: 125%; } }
  p:last-child {
    margin-bottom: 0; }

.checkbox-row {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2;
  font-weight: bold; }

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.filter-text {
  font-size: 17px; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .checkbox-row .filter-text {
    color: #7A7A7A; }
  .checkbox-row_inv .filter-text {
    color: #4A4A4A; }
  .radio-row_inv .filter-text {
    color: #4A4A4A; }

input, textarea {
  padding: 8px 16px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  outline: none; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0; }

.error-input {
  padding-bottom: 33px;
  position: relative; }
  .error-input input {
    border: 1px solid #FF6C6C !important; }
  .error-input:before {
    position: absolute;
    content: 'Введите верные данные!';
    bottom: 0;
    left: 0;
    color: #FF6C6C;
    font-size: 16px; }
    @media (max-width: 767px) {
      .error-input:before {
        font-size: 12px; } }

.checkbox-row .search-text {
  margin: 0;
  cursor: pointer; }

.checkbox {
  position: relative;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.checkbox-field {
  display: none; }

.checkbox-field:checked + .checkbox-label:after {
  border-color: #19D1DD;
  -webkit-animation: check .5s;
          animation: check .5s; }

.checkbox-field:checked + .checkbox-label {
  background: transparent;
  border: 1px solid #444444; }

.checkbox-label {
  width: 25px;
  height: 25px;
  -webkit-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #444444;
  background: #FFFFFF; }

.checkbox-label:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 7px;
  height: 9px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  content: "";
  -webkit-transform: scaleX(-1) rotate(135deg);
      -ms-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

@-webkit-keyframes check {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 1px;
    height: 2px; }
  50% {
    width: 3px;
    height: 5px; } }

@keyframes check {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 1px;
    height: 2px; }
  50% {
    width: 3px;
    height: 5px; } }

.radio-row {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2; }

.filter-text {
  font-size: 18px;
  color: black;
  font-weight: 400; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .radio-row_inv .filter-text {
    color: #FFFFFF; }

.radio-row .search-text {
  margin: 0;
  cursor: pointer; }

.radio {
  position: relative;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.radio-field {
  display: none; }

.radio-field:checked + .radio-label:after {
  background-color: #FC4C02; }

.radio-field:checked + .radio-label {
  border-color: #E4E4E4;
  background-color: #F7F8FA; }

.radio-label {
  width: 24px;
  height: 24px;
  -webkit-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background-color: white; }

.radio-label:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color ease .3s;
  -o-transition: background-color ease .3s;
  transition: background-color ease .3s; }

#mobile-menu-button {
  display: none; }
  @media (max-width: 991px) {
    #mobile-menu-button {
      display: block;
      position: relative;
      z-index: 14; } }

#mobile-menu-button span:after,
#mobile-menu-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100% !important; }
  @media (max-width: 767px) {
    #mobile-menu-button span:after,
    #mobile-menu-button span:before {
      top: -6px; } }
  .mobile-menu-open #mobile-menu-button span:after, .mobile-menu-open
  #mobile-menu-button span:before {
    top: -9px; }

#mobile-menu-button span:after {
  top: 9px; }
  @media (max-width: 767px) {
    #mobile-menu-button span:after {
      top: 6px; } }
  .mobile-menu-open #mobile-menu-button span:after {
    top: 9px; }

#mobile-menu-button span {
  position: absolute;
  display: block;
  top: 50%; }

#mobile-menu-button span,
#mobile-menu-button span:after,
#mobile-menu-button span:before {
  width: calc(100% - 10px);
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 16px; }
  @media (max-width: 767px) {
    #mobile-menu-button span,
    #mobile-menu-button span:after,
    #mobile-menu-button span:before {
      height: 2px; } }

/* on activation */
.mobile-menu-open #mobile-menu-button span,
.mobile-menu-open #mobile-menu-button span:after,
.mobile-menu-open #mobile-menu-button span:before {
  background-color: #000; }

.mobile-menu-open #mobile-menu-button span {
  background-color: transparent; }

.mobile-menu-open #mobile-menu-button span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px); }

.mobile-menu-open #mobile-menu-button span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
      -ms-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px); }

.mobile-menu-open #mobile-menu-button + #menu {
  opacity: 1;
  visibility: visible; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  overflow-y: auto;
  width: 270px;
  padding: 0px 0px;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 4px 12px #0000000a;
          box-shadow: 0 4px 12px #0000000a;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #f3f3f3; }
  .mobile-menu_open .mobile-menu {
    visibility: visible;
    opacity: 1; }
  .mobile-menu__item {
    margin-bottom: 14px; }
  .mobile-menu__title {
    font-size: 18px; }
    .mobile-menu__title:hover {
      cursor: pointer; }
  .mobile-menu__sub {
    display: none; }
    .mobile-menu__sub-item {
      display: block;
      font-size: 15px;
      margin-bottom: 8px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .mobile-menu__sub-item:hover {
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px); }
      .mobile-menu__sub-item:first-child {
        margin-top: 10px; }

.mobile-menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
  right: 0; }

.submenu-action.active .arrow:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #999999 !important; }

.swiper-pagination-bullet-active {
  background: #FC4C02 !important; }

.swiper-pagination {
  position: inherit !important;
  bottom: 0 !important; }

.popup-open {
  overflow: hidden; }

header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: transparent; }
  .index-page header {
    background: transparent !important; }
  header.dark {
    background: #fff; }
    header.dark .header__nav-item {
      color: #4F4F4F; }
    header.dark .header__title {
      color: #4F4F4F; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 43px;
  margin-bottom: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__burger {
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .header__burger:hover {
      cursor: pointer;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .header__burger svg {
      color: #FFFFFF;
      -webkit-transition: 3s;
      -o-transition: 3s;
      transition: 3s; }
      .dark .header__burger svg {
        color: #242424; }
    @media (max-width: 1023px) {
      .header__burger {
        display: block; } }
  .header__title {
    font-size: 28px;
    color: #EFEBE2;
    font-family: 'Larisa-script', sans-serif;
    text-align: center;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    @media (max-width: 767px) {
      .header__title {
        font-size: 20px; } }
  @media (max-width: 1023px) {
    .header__nav {
      display: none; } }
  .header__nav-item {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    font-family: 'Gabriola', sans-serif;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 15px;
    position: relative; }
    .header__nav-item:before {
      content: '';
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      width: 0;
      visibility: hidden;
      left: 0;
      bottom: 1px;
      opacity: 0;
      position: absolute;
      height: 1px;
      background: #FFFFFF; }
      .dark .header__nav-item:before {
        background: #000000; }
    .header__nav-item:hover:before {
      visibility: visible;
      opacity: 1;
      width: 100%; }
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .header__contact {
        display: none; } }
  .header__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header__phones a {
      font-size: 19px; }
    .header__phones:first-child a:hover {
      -webkit-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
              transform: translateX(-5px); }
    .header__phones:last-child {
      margin-left: 10px; }
      .header__phones:last-child a:hover {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
    .header__phones a {
      color: #ffffff;
      margin-bottom: 5px;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .dark .header__phones a {
        color: #4F4F4F; }
      .header__phones a:last-child {
        margin-bottom: 0; }

.mobile-menu {
  padding: 40px 10px 20px 10px;
  font-family: 'Cormorant', sans-serif; }
  .mobile-menu__close {
    position: absolute;
    right: 10px;
    top: -30px; }
  .mobile-menu-wrap {
    position: relative; }
  .mobile-menu a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .mobile-menu a:hover {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
  .mobile-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mobile-menu__link {
    margin-bottom: 5px; }
  .mobile-menu__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }
    .mobile-menu__phone a {
      margin-bottom: 5px; }
    .mobile-menu__phone span:first-child {
      margin-bottom: 7px; }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 40;
  background: rgba(0, 0, 0, 0.25); }

.popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  margin-right: 15px;
  margin-left: 15px; }

.popup-content {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  position: relative;
  padding: 40px 55px;
  color: #000;
  max-width: 460px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.popup-cross {
  position: absolute;
  right: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 20px; }
  .popup-cross:hover {
    cursor: pointer;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3); }

.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.popup__logo {
  text-align: center;
  margin-bottom: 30px; }

.popup__title {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px; }

.popup__desc {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin-bottom: 28px;
  text-align: center;
  color: #A0AEC0; }

.form__input {
  margin-bottom: 25px;
  position: relative; }
  .form__input .forgot-pass {
    position: absolute;
    font-size: 12px;
    font-family: "DM Sans", sans-serif;
    color: #A8A8A8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 0;
    right: 1px; }
    .form__input .forgot-pass:hover {
      cursor: pointer;
      -webkit-transform: scale(1.07);
          -ms-transform: scale(1.07);
              transform: scale(1.07); }
  .form__input input {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    height: 50px;
    border-radius: 15px;
    font-size: 14px;
    font-family: "DM Sans", sans-serif; }
    .form__input input::-webkit-input-placeholder {
      color: #A0AEC0; }
    .form__input input::-moz-placeholder {
      color: #A0AEC0; }
    .form__input input:-ms-input-placeholder {
      color: #A0AEC0; }
    .form__input input::-ms-input-placeholder {
      color: #A0AEC0; }
    .form__input input::placeholder {
      color: #A0AEC0; }

.form__label {
  padding-bottom: 8px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #525252; }

.form .filter-text {
  color: #A0AEC0;
  font-size: 11px;
  font-family: "DM Sans", sans-serif; }

.form .checkbox-label {
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  width: 13px;
  height: 13px; }
  .form .checkbox-label:after {
    top: 6px;
    left: 2px;
    width: 3px;
    height: 5px; }

.form .checkbox-field:checked + .checkbox-label:after {
  border-color: #f16341; }

.form .checkbox-field:checked + .checkbox-label {
  border: 1px solid #E2E8F0; }

.form .checkbox-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.form .check-link {
  text-decoration: underline; }

.form__button {
  margin-top: 26px;
  width: 100%;
  margin-bottom: 26px; }

.form__text {
  text-align: center;
  color: #A0AEC0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .form__text a {
    color: #f16341;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .form__text a:hover {
      cursor: pointer; }

.section {
  padding: 135px 0; }

.pp-easing {
  -webkit-transition: all 3000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 3000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 3000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */ }

.page {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#page1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/images/main-bg.png); }
  #page1:before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: #00000057;
    left: 0;
    position: absolute;
    top: 0; }

#page2 {
  background-image: url(/images/page2-bg.png); }

#page3 {
  background: #F3F1ED; }

#page4 {
  background-image: url(/images/page4-bg.png); }

#page5 {
  background-image: url(/images/page5-bg.png); }

#page6 {
  background: #F3F1ED; }

#page7 {
  background: #F3F1ED; }

#page8 {
  background: #F3F1ED; }

.page1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15vh;
  text-align: center; }
  .page1 h1 {
    position: relative;
    font-size: 120px;
    font-family: 'Cormorant', sans-serif;
    color: #FFFFFF;
    font-weight: 300; }
    @media (max-width: 1700px) {
      .page1 h1 {
        font-size: 80px; } }
    @media (max-width: 1023px) {
      .page1 h1 {
        font-size: 48px; } }
  .page1 h2 {
    position: relative;
    font-size: 65px;
    margin-top: 20px;
    font-family: 'Cormorant', sans-serif;
    color: #FFFFFF;
    font-weight: 300; }
    @media (max-width: 1700px) {
      .page1 h2 {
        font-size: 45px; } }
    @media (max-width: 1023px) {
      .page1 h2 {
        font-size: 30px; } }

.page2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page2 h1 {
    font-size: 90px;
    font-family: 'Cormorant', sans-serif;
    color: #dddddd;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media (max-width: 1700px) {
      .page2 h1 {
        font-size: 70px; } }
    @media (max-width: 1023px) {
      .page2 h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page2 h1 {
        margin-bottom: 30px;
        font-size: 22px; } }
  .page2 span {
    color: #dddddd;
    font-family: 'Times New Roman', sans-serif;
    font-style: italic;
    font-size: 44px; }
    @media (max-width: 1700px) {
      .page2 span {
        font-size: 36px; } }
    @media (max-width: 1023px) {
      .page2 span {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .page2 span {
        font-size: 18px; } }

.page3 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .page3 h1 {
    font-size: 120px;
    font-family: 'Larisa-script', sans-serif;
    color: #4F4F4F;
    font-weight: 300;
    display: inline; }
    @media (max-width: 1700px) {
      .page3 h1 {
        font-size: 80px; } }
    @media (max-width: 1023px) {
      .page3 h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page3 h1 {
        font-size: 34px; } }
  .page3 span {
    font-size: 120px;
    font-family: 'Larisa-script', sans-serif;
    color: #794F26; }
    @media (max-width: 1700px) {
      .page3 span {
        font-size: 80px; } }
    @media (max-width: 1023px) {
      .page3 span {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page3 span {
        font-size: 34px; } }

.page4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center; }
  .page4 h1 {
    font-size: 110px;
    font-family: 'Cormorant', sans-serif;
    color: #FFFFFF;
    font-weight: 300; }
    @media (max-width: 1700px) {
      .page4 h1 {
        font-size: 70px; } }
    @media (max-width: 1023px) {
      .page4 h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page4 h1 {
        font-size: 32px; } }

.page5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  @media (max-width: 1023px) {
    .page5 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page5__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%; }
    @media (max-width: 1023px) {
      .page5__item {
        width: 100%; } }
    .page5__item:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-left: 30px; }
      @media (max-width: 1023px) {
        .page5__item:last-child {
          margin-left: 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-bottom: 30px; } }
      .page5__item:last-child .page5__item-text {
        margin-left: 0;
        margin-right: 100px;
        text-align: right; }
        @media (max-width: 1700px) {
          .page5__item:last-child .page5__item-text {
            margin-right: 50px;
            max-width: 300px; } }
        @media (max-width: 1023px) {
          .page5__item:last-child .page5__item-text {
            margin-left: 50px;
            max-width: none;
            text-align: left;
            margin-right: 0; } }
        @media (max-width: 767px) {
          .page5__item:last-child .page5__item-text {
            margin-left: 20px; } }
    .page5__item-icon {
      background: #FFFFFF;
      border-radius: 40px;
      width: 300px;
      height: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 200px;
      font-family: 'Larisa-script', sans-serif;
      color: #000000;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 1700px) {
        .page5__item-icon {
          font-size: 140px;
          width: 200px;
          height: 200px; } }
      @media (max-width: 767px) {
        .page5__item-icon {
          font-size: 60px;
          width: 100px;
          height: 100px;
          border-radius: 25px; } }
    .page5__item-text {
      font-size: 48px;
      color: #FFFFFF;
      font-family: 'Larisa-script', sans-serif;
      margin-left: 100px; }
      @media (max-width: 1700px) {
        .page5__item-text {
          max-width: 300px;
          margin-left: 50px;
          font-size: 38px; } }
      @media (max-width: 1023px) {
        .page5__item-text {
          max-width: none; } }
      @media (max-width: 767px) {
        .page5__item-text {
          font-size: 28px;
          margin-left: 20px; } }

.page6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767px) {
    .page6 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page6__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page6__img-item span {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Cormorant', sans-serif;
      font-size: 32px;
      font-style: italic;
      color: #FFFFFF;
      margin-top: 10px; }
      @media (max-width: 1239px) {
        .page6__img-item span {
          font-size: 28px; } }
    .page6__img img {
      width: 100%;
      height: 540px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top; }
  .page6__text {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .page6__text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .page6__text span {
      font-family: 'Cormorant', sans-serif;
      font-size: 44px;
      font-style: italic; }
      @media (max-width: 1700px) {
        .page6__text span {
          font-size: 34px; } }
      @media (max-width: 1023px) {
        .page6__text span {
          font-size: 24px; } }
      .page6__text span:first-child {
        color: #ef8925; }
      .page6__text span:nth-child(2) {
        color: #fff; }
      .page6__text span:nth-child(3) {
        font-weight: 600;
        color: #fff; }
      .page6__text span:last-child {
        color: #fff; }

.page7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .page7__title {
    font-size: 120px;
    font-family: 'Times New Roman', sans-serif;
    font-style: italic;
    font-weight: 400;
    max-width: 1090px;
    line-height: 1.1;
    margin-bottom: 30px; }
    @media (max-height: 1079px) {
      .page7__title {
        font-size: 75px; } }
    @media (max-width: 1700px) {
      .page7__title {
        font-size: 80px; } }
    @media (max-width: 1023px) {
      .page7__title {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page7__title {
        font-size: 36px;
        margin-bottom: 15px; } }
    .page7__title span:first-child {
      color: #794F26; }
  .page7__text {
    font-size: 44px;
    font-family: 'Cormorant', sans-serif;
    font-style: italic;
    max-width: 1300px;
    margin-bottom: 20px; }
    @media (max-width: 1700px) {
      .page7__text {
        font-size: 36px; } }
    @media (max-width: 1023px) {
      .page7__text {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .page7__text {
        font-size: 20px;
        margin-bottom: 10px; } }
  .page7__items {
    position: relative; }
  .page7__line {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #794F26;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    left: 76px;
    top: 19px; }
    @media (max-width: 1023px) {
      .page7__line {
        left: 40px; } }
    @media (max-width: 767px) {
      .page7__line {
        -webkit-transform: rotate(-22deg);
            -ms-transform: rotate(-22deg);
                transform: rotate(-22deg);
        top: 8px;
        left: 24px; } }
  .page7__item {
    font-size: 44px;
    font-style: italic;
    font-family: 'Cormorant', sans-serif;
    color: #4F4F4F;
    white-space: nowrap; }
    @media (max-width: 1700px) {
      .page7__item {
        font-size: 36px; } }
    @media (max-width: 1023px) {
      .page7__item {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .page7__item {
        font-size: 20px; } }
    .page7__item:nth-child(2) {
      margin-left: 30px; }
      @media (max-width: 1023px) {
        .page7__item:nth-child(2) {
          margin-left: 20px; } }
      @media (max-width: 767px) {
        .page7__item:nth-child(2) {
          margin-left: 15px; } }
    .page7__item:nth-child(3) {
      margin-left: 60px; }
      @media (max-width: 1023px) {
        .page7__item:nth-child(3) {
          margin-left: 35px; } }
      @media (max-width: 767px) {
        .page7__item:nth-child(3) {
          margin-left: 25px; } }
    .page7__item:nth-child(4) {
      margin-left: 120px; }
      @media (max-width: 1023px) {
        .page7__item:nth-child(4) {
          margin-left: 60px; } }
      @media (max-width: 767px) {
        .page7__item:nth-child(4) {
          margin-left: 35px; } }
    .page7__item:nth-child(5) {
      margin-left: 180px; }
      @media (max-width: 1023px) {
        .page7__item:nth-child(5) {
          margin-left: 85px; } }
      @media (max-width: 767px) {
        .page7__item:nth-child(5) {
          margin-left: 45px; } }

.page8 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page8__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 350px;
    margin: 30px auto 65px auto; }
    @media (max-width: 767px) {
      .page8__button {
        margin-bottom: auto; } }
  .page8__contact {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    padding: 20px;
    color: #EFEBE2; }
    @media (max-width: 767px) {
      .page8__contact {
        font-size: 14px;
        padding: 10px; } }
    .page8__contact span {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .page8__contact span {
          margin-bottom: 5px; } }
      .page8__contact span a {
        color: #EFEBE2; }
  .page8__map {
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .page8__map {
        margin-top: 20px; } }
    .page8__map iframe {
      width: 100%;
      height: 620px; }
      @media (max-width: 1600px) {
        .page8__map iframe {
          height: 510px; } }
      @media (max-width: 767px) {
        .page8__map iframe {
          height: 350px; } }

#page8 {
  padding-bottom: 0; }

@media (max-width: 767px) {
  #pp-nav {
    display: none !important; } }

.contacts {
  margin-top: 200px; }
  @media (max-width: 1600px) {
    .contacts {
      margin-top: 200px; } }
  @media (max-width: 1023px) {
    .contacts {
      margin-top: 150px; } }
  @media (max-width: 767px) {
    .contacts {
      margin-top: 100px; } }
  .contacts .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 100px auto; }

.ov-auto {
  overflow: auto; }
  .ov-auto body {
    overflow: auto; }

.page2__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .page2__messages {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.page2__title {
  margin-top: 34px;
  color: #dddddd;
  font-family: 'Times New Roman', sans-serif;
  font-style: italic;
  font-size: 54px; }
  @media (max-width: 1700px) {
    .page2__title {
      font-size: 40px; } }
  @media (max-width: 1023px) {
    .page2__title {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .page2__title {
      font-size: 18px; } }

.page2__message {
  font-size: 38px;
  font-family: 'Larisa-script', sans-serif;
  text-align: center;
  max-width: 785px;
  margin-top: 45px;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  color: black; }
  .page2__message:last-child {
    background: #716450cc;
    color: #FFFFFF;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .page2__message:last-child {
        margin-left: 0; } }
  @media (max-width: 1700px) {
    .page2__message {
      font-size: 34px; } }
  @media (max-width: 1023px) {
    .page2__message {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .page2__message {
      font-size: 18px; } }

.partners {
  padding-top: 135px; }
  .partners__title {
    font-size: 48px;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 150px;
    margin-top: 30px; }
    @media (max-width: 1600px) {
      .partners__title {
        margin-bottom: 130px;
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .partners__title {
        margin-bottom: 80px;
        font-size: 36px; } }
    @media (max-width: 767px) {
      .partners__title {
        margin-bottom: 50px;
        font-size: 32px; } }
  .partners__item {
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 24px;
    line-height: 2.5; }
    .partners__item a:hover {
      cursor: auto; }
    @media (max-width: 1600px) {
      .partners__item {
        font-size: 22px; } }
    @media (max-width: 1023px) {
      .partners__item {
        line-height: 2;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .partners__item {
        font-size: 18px; } }
    .partners__item a {
      text-decoration: underline;
      font-weight: 400; }
    .partners__item span {
      font-weight: 300; }
    .partners__item:before {
      content: '';
      background: #7A7A7A;
      position: absolute;
      bottom: 0;
      left: -45px;
      width: 120px;
      height: 1px; }

.news-page {
  padding-top: 155px; }
  @media (max-width: 767px) {
    .news-page {
      padding-top: 135px; } }
  .news-page__date {
    font-size: 24px;
    font-weight: 300;
    color: #393939;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .news-page__date {
        font-size: 20px; } }
  .news-page__info-item {
    font-size: 24px;
    font-weight: 400;
    color: #393939;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    margin-bottom: 10px; }
    @media (max-width: 1279px) {
      .news-page__info-item {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .news-page__info-item {
        font-size: 18px; } }
  .news-page__title {
    font-size: 48px;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 15px; }
    @media (max-width: 1600px) {
      .news-page__title {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .news-page__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .news-page__title {
        font-size: 32px; } }
  .news-page__info {
    max-width: 1200px;
    font-size: 20px;
    color: #393939;
    font-family: 'Montserrat', sans-serif;
    font-style: italic; }
    @media (max-width: 767px) {
      .news-page__info {
        font-size: 18px; } }
  .news-page__img {
    margin-top: 40px;
    width: 100%;
    max-width: 550px;
    margin-bottom: 50px; }
    .news-page__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.news {
  padding-top: 155px; }
  @media (max-width: 767px) {
    .news {
      padding-top: 135px; } }
  .news__title {
    font-size: 48px;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px; }
    @media (max-width: 1600px) {
      .news__title {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .news__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .news__title {
        font-size: 32px; } }
  .news__items {
    max-width: 1000px; }
  .news__item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #7A7A7A; }
    @media (max-width: 767px) {
      .news__item {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .news__item-title {
      font-size: 24px;
      color: #393939;
      font-family: 'Montserrat', sans-serif;
      font-style: italic;
      margin-bottom: 15px;
      font-weight: 400; }
      @media (max-width: 1023px) {
        .news__item-title {
          font-size: 20px; } }
    .news__item-date {
      font-size: 24px;
      font-weight: 300;
      color: #393939;
      font-family: 'Montserrat', sans-serif;
      font-style: italic;
      margin-bottom: 25px; }
      @media (max-width: 1023px) {
        .news__item-date {
          font-size: 20px; } }
    .news__item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .news__item-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .news__item-img {
      margin-right: 30px;
      width: 30%; }
      @media (max-width: 767px) {
        .news__item-img {
          width: 100%;
          margin-right: 0; } }
      .news__item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .news__item-info {
      font-size: 24px;
      font-weight: 300;
      color: #393939;
      font-family: 'Montserrat', sans-serif;
      font-style: italic;
      width: 70%; }
      @media (max-width: 1023px) {
        .news__item-info {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .news__item-info {
          margin-top: 10px;
          width: 100%; } }
    .news__item-more {
      font-size: 24px;
      font-weight: 300;
      color: #393939;
      font-family: 'Montserrat', sans-serif;
      font-style: italic;
      margin-top: 25px;
      display: block; }
      @media (max-width: 1023px) {
        .news__item-more {
          font-size: 20px; } }

.news-page h1, .news-page h2, .news-page h3, .news-page h4 {
  font-family: 'Times New Roman', sans-serif;
  font-weight: 500; }

.news-page p {
  margin-bottom: 0; }
  @media (max-width: 1279px) {
    .news-page p {
      font-size: 16px; } }

.news-page a {
  text-decoration: underline; }
  @media (max-width: 1279px) {
    .news-page a {
      font-size: 16px; } }

.afisha {
  overflow: hidden;
  padding-top: 155px; }
  @media (max-width: 767px) {
    .afisha {
      padding-top: 135px; } }
  .afisha__title {
    font-size: 48px;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 15px; }
    @media (max-width: 1600px) {
      .afisha__title {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .afisha__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .afisha__title {
        font-size: 32px; } }
  .afisha__content {
    position: relative;
    max-width: 1200px; }
    .afisha__content:after {
      content: '';
      background: #7A7A7A;
      width: 1px;
      height: calc(100% + 180px);
      position: absolute;
      top: -65px;
      left: -30px; }
      @media (max-width: 1630px) {
        .afisha__content:after {
          display: none; } }
    .afisha__content:before {
      content: '';
      background: #7A7A7A;
      height: 1px;
      width: calc(100% + 150px);
      position: absolute;
      left: -100px;
      bottom: -45px; }
      @media (max-width: 1630px) {
        .afisha__content:before {
          display: none; } }
  .afisha__month {
    margin-bottom: 40px; }
    .afisha__month-title {
      font-size: 32px;
      font-family: 'Times New Roman', sans-serif;
      font-weight: 400;
      color: #393939;
      font-style: italic;
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        .afisha__month-title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .afisha__month-title {
          font-size: 26px; } }
    .afisha__month-item {
      margin-left: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 26px;
      font-family: 'Times New Roman', sans-serif;
      font-weight: 400;
      color: #393939;
      margin-bottom: 20px;
      font-style: italic; }
      @media (max-width: 1023px) {
        .afisha__month-item {
          font-size: 22px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .afisha__month-item {
          font-size: 18px; } }
      .afisha__month-item span {
        width: 50%; }
      .afisha__month-item a {
        width: 50%;
        text-decoration: underline;
        margin-left: 10px; }

.feedback {
  padding-top: 155px; }
  @media (max-width: 767px) {
    .feedback {
      padding-top: 135px; } }
  .feedback__title {
    font-size: 48px;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 15px; }
    @media (max-width: 1600px) {
      .feedback__title {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .feedback__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .feedback__title {
        font-size: 32px; } }
  .feedback__form {
    margin: 100px auto 0 auto; }
    @media (max-width: 1023px) {
      .feedback__form {
        margin: 50px auto 0 auto; } }
    @media (max-width: 767px) {
      .feedback__form {
        margin: 30px auto 0 auto; } }

.form {
  max-width: 1020px; }
  .form input, .form textarea {
    resize: none;
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #393939; }
    @media (max-width: 1600px) {
      .form input, .form textarea {
        font-size: 20px;
        height: 45px; } }
    @media (max-width: 1023px) {
      .form input, .form textarea {
        font-size: 18px;
        height: 40px; } }
    @media (max-width: 767px) {
      .form input, .form textarea {
        font-size: 16px;
        height: 35px; } }
    .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
      color: #414141; }
    .form input::-moz-placeholder, .form textarea::-moz-placeholder {
      color: #414141; }
    .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
      color: #414141; }
    .form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
      color: #414141; }
    .form input::placeholder, .form textarea::placeholder {
      color: #414141; }
  .form textarea {
    height: 250px; }
    @media (max-width: 1023px) {
      .form textarea {
        height: 200px; } }
    @media (max-width: 767px) {
      .form textarea {
        height: 150px; } }
  .form__button {
    display: block;
    max-width: 340px;
    margin: 50px auto 0 auto; }
    @media (max-width: 1023px) {
      .form__button {
        margin: 40px auto 0 auto; } }
    @media (max-width: 767px) {
      .form__button {
        margin: 30px auto 0 auto; } }

.about {
  overflow: hidden;
  padding-top: 155px; }
  @media (max-width: 767px) {
    .about {
      padding-top: 135px; } }
  .about__title {
    font-size: 48px;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 100px; }
    @media (max-width: 1600px) {
      .about__title {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .about__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .about__title {
        font-size: 32px; } }
  .about__item {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #393939;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 130px;
    max-width: 1200px;
    line-height: 2.2; }
    @media (max-width: 1600px) {
      .about__item {
        margin-bottom: 50px;
        font-size: 22px; } }
    @media (max-width: 1023px) {
      .about__item {
        font-size: 20px; } }
    .about__item:nth-child(2) {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1600px) {
        .about__item:nth-child(2) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (max-width: 767px) {
        .about__item:nth-child(2) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .about__item:nth-child(2) span {
        max-width: 600px;
        margin-left: 20px; }
        @media (max-width: 1600px) {
          .about__item:nth-child(2) span {
            margin-left: 0;
            margin-right: 20px; } }
      .about__item:nth-child(2) a {
        line-height: 1.6;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .about__item:nth-child(2) a {
            margin: 20px auto 0 auto; } }
      .about__item:nth-child(2):after {
        right: -30px;
        left: auto; }
      .about__item:nth-child(2):before {
        left: -50px; }
    .about__item:after {
      content: '';
      background: #7A7A7A;
      width: 1px;
      height: calc(100% + 120px);
      position: absolute;
      top: -65px;
      left: -30px; }
      @media (max-width: 1600px) {
        .about__item:after {
          display: none; } }
    .about__item:before {
      content: '';
      background: #7A7A7A;
      height: 1px;
      width: calc(100% + 150px);
      position: absolute;
      left: -100px;
      bottom: 0; }

.videos {
  padding-top: 155px; }
  @media (max-width: 767px) {
    .videos {
      padding-top: 135px; } }
  .videos__title {
    font-size: 48px;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px; }
    @media (max-width: 1600px) {
      .videos__title {
        font-size: 40px; } }
    @media (max-width: 1023px) {
      .videos__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .videos__title {
        font-size: 32px; } }
  .videos__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1279px) {
      .videos__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0; } }
  .videos__item {
    width: calc(33.33% - 30px);
    margin: 0 15px 20px 15px;
    height: 290px; }
    @media (max-width: 1279px) {
      .videos__item {
        height: 450px;
        margin: 0 0 20px 0;
        width: 100%; } }
    .videos__item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .videos__item img {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .videos__item-img {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 22px 0px rgba(34, 60, 80, 0.2);
              box-shadow: 0px 0px 22px 0px rgba(34, 60, 80, 0.2);
      overflow: hidden;
      font-size: 0; }
    .videos__item-text {
      margin-top: 20px;
      text-align: center;
      font-size: 24px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      color: #393939;
      font-style: italic; }
      @media (max-width: 1023px) {
        .videos__item-text {
          font-size: 18px; } }
    .videos__item iframe {
      width: 100%;
      height: 100%; }

.videos-page .videos__item {
  height: auto !important; }

.teachers {
  padding-top: 140px;
  background-image: url(/images/page4-bg.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .teachers-wrap header {
    background: #040b0e; }

.page6__img {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .page6__img-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 60px 15px; }
    @media (max-width: 1239px) {
      .page6__img-item {
        width: calc(50% - 30px); } }
    @media (max-width: 767px) {
      .page6__img-item {
        width: 100%; } }
    .page6__img-item img {
      border-radius: 20px;
      -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }

