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

/* Base */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 1.2;
  color: #7f8c8d;
  background: #f7f7f7;
  overflow-x: hidden; }

iframe {
  border: 0; }

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

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

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

h1, .h1 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 0.9em;
  color: #673ab7;
  font-weight: bold; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 36px; } }

h2, .h2 {
  font-size: 32px;
  text-align: center; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 18px; }
  @media (min-width: 992px) {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      font-size: 30px; } }

/* 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%; }

pre {
  font: normal 14/1.5 monospace !important;
  position: relative;
  padding: 15px;
  text-align: left !important;
  background: #eee; }
  pre:before {
    content: 'debug';
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    color: #aaa; }

.m-auto {
  margin: auto; }

.ml-auto {
  margin-left: auto; }

.form {
  position: relative;
  padding: 20px;
  border: 1px solid #7f8c8d; }
  .form__header {
    margin-bottom: 20px; }
  .form__field {
    width: 100%; }
    @media (min-width: 768px) {
      .form__field {
        width: calc(50% - 10px); }
        .form__field.w100 {
          width: 100%; } }
    .form__field-list {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
    .form__field .wpcf7-form-control-wrap {
      display: block;
      margin-top: 5px; }
    .form__field label {
      display: block;
      margin-bottom: 5px; }
  .form__messages {
    display: none;
    margin-bottom: 20px; }
  .form__note {
    font-size: 12px;
    margin-top: 30px; }
  .form__bad {
    color: #f00; }
  .form__good {
    color: #0f0; }
  .form__content {
    max-width: 100%;
    width: 700px;
    border-radius: 10px; }
    .form__content input, .form__content select {
      border: 1px solid #673ab7; }
  .form__title {
    font-size: 32px;
    color: #673ab7;
    font-weight: 600; }
    .form__title:after {
      content: '';
      max-width: 100%;
      height: 2px;
      margin-top: 15px;
      width: 75px;
      background-color: #673ab7; }
  .form__text {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    .form__text img {
      width: 98px;
      height: 98px; }

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border: 1px solid #f00; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-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; }

button, [type='submit'], [type='reset'], input, textarea, select {
  font: inherit;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  transition: all .2s;
  color: #7f8c8d;
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  button:focus, [type='submit']:focus, [type='reset']:focus, input:focus, textarea:focus, select:focus {
    outline: none; }

button, [type='submit'], [type='reset'] {
  appearance: none;
  width: auto; }

[data-anchor] {
  cursor: pointer; }

textarea {
  resize: none; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.btn {
  padding: 12px 24px;
  background-color: #e83570;
  color: #fff;
  transition: all .4s ease-in-out;
  border: 0 !important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  text-decoration: none;
  -webkit-user-select: none;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center; }
  .btn:hover {
    background-color: #d81b60;
    color: #fff; }
  .btn svg {
    width: 18px;
    height: 18px;
    fill: #fff; }
  .btn img {
    width: 18px;
    height: 18px;
    object-fit: contain; }
  .btn.btn-green {
    background-color: #2ecc71; }
    .btn.btn-green:hover {
      background-color: #1d9a52; }

.control {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px; }
  .control svg {
    fill: #0199e6;
    width: 100%;
    height: 100%; }
  .control.prev {
    left: 0; }
  .control.next {
    right: 0; }

.slick-dots {
  position: absolute;
  left: 15px;
  bottom: 15px;
  gap: 7px;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: auto; }
  @media (min-width: 992px) {
    .slick-dots {
      left: 50px;
      bottom: 100px;
      gap: 25px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent; }
    @media (min-width: 992px) {
      .slick-dots li {
        height: 20px;
        width: 20px; } }
    .slick-dots li.slick-active {
      background: #fff; }
    .slick-dots li button {
      display: none; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Thin.eot");
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("fonts/Montserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Thin.woff") format("woff"), url("fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-ExtraLight.eot");
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"), url("fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat-Black.eot");
  src: local("Montserrat Black"), local("Montserrat-Black"), url("fonts/Montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@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"); }
/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1276px) {
    .container {
      max-width: 1276px;
      padding-right: 15px;
      padding-left: 15px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1276px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* col */
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1276px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto; }

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.col-3 {
  max-width: 25%;
  flex: 0 0 25%; }

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.col-6 {
  max-width: 50%;
  flex: 0 0 50%; }

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.col-9 {
  max-width: 75%;
  flex: 0 0 75%; }

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.col-12 {
  max-width: 100%;
  flex: 0 0 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.offset-12 {
  margin-left: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; } }

@media (min-width: 576px) {
  .order-sm-last {
    order: 13; } }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; } }

@media (min-width: 768px) {
  .order-md-last {
    order: 13; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; } }

@media (min-width: 992px) {
  .order-lg-last {
    order: 13; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1276px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1276px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1276px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1276px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1276px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1276px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1276px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1276px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1276px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1276px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1276px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1276px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1276px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1276px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1276px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1276px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1276px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1276px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1276px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1276px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1276px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1276px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1276px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1276px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1276px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1276px) {
  .order-xl-first {
    order: -1; } }

@media (min-width: 1276px) {
  .order-xl-last {
    order: 13; } }

@media (min-width: 1276px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1276px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1276px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1276px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1276px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1276px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1276px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1276px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1276px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1276px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1276px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1276px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1276px) {
  .order-xl-12 {
    order: 12; } }

/* display */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1276px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1276px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1276px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1276px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1276px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1276px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1276px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1276px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1276px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

html, body {
  min-width: 320px;
  height: 100%; }

.section {
  margin-bottom: 30px; }
  .section:last-child {
    margin-bottom: 0; }
  .section__block {
    padding: 50px 0; }

.main__wrapper {
  position: relative; }

.content {
  padding-bottom: 50px; }
  .content p {
    margin: 20px 0; }

.header {
  color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  position: sticky;
  z-index: 100;
  top: 0;
  padding: 8px 0; }
  @media (min-width: 1276px) {
    .header {
      padding: 0; } }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px; }
  .header__menu {
    flex-grow: 1;
    position: fixed;
    width: 100%;
    height: calc(100vh - 61px);
    background: #fff;
    z-index: 100;
    left: 0;
    top: 61px;
    transition: .2s;
    transform: translateX(-100%);
    color: #000; }
    .header__menu.open {
      transform: translateX(0); }
    @media (min-width: 1276px) {
      .header__menu {
        position: static;
        transform: translateX(0);
        width: auto;
        height: auto;
        background: none;
        color: #fff; } }
    .header__menu > ul {
      list-style-type: none;
      margin: 0;
      overflow: unset;
      padding: 20px 0; }
      @media (min-width: 1276px) {
        .header__menu > ul {
          display: flex;
          padding: 0; } }
      .header__menu > ul > li {
        position: relative;
        padding: 0 10px; }
        .header__menu > ul > li.menu-item-has-children > a {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .header__menu > ul > li.menu-item-has-children > a:after {
            content: '';
            width: 20px;
            height: 20px;
            background: url("images/arrow-down.svg") no-repeat;
            display: flex; }
            @media (min-width: 1276px) {
              .header__menu > ul > li.menu-item-has-children > a:after {
                width: 14px;
                height: 14px;
                background-image: url("images/arrow-down-white.svg"); } }
        @media (min-width: 1276px) {
          .header__menu > ul > li {
            padding: 36px 7px; }
            .header__menu > ul > li:hover .sub-menu {
              opacity: 1;
              z-index: 1;
              visibility: visible;
              transform: translateY(0); } }
        .header__menu > ul > li > a {
          text-transform: uppercase;
          font-weight: 600;
          padding: 10px 0;
          border-bottom: 1px solid #673ab7;
          display: flex; }
          @media (min-width: 1276px) {
            .header__menu > ul > li > a {
              padding: 0; }
              .header__menu > ul > li > a:hover {
                color: #fff; } }
      .header__menu > ul .sub-menu {
        display: none; }
        @media (min-width: 1276px) {
          .header__menu > ul .sub-menu {
            display: block;
            transition: .2s;
            position: absolute;
            transform: translateY(-10px);
            opacity: 0;
            z-index: -1;
            visibility: hidden;
            top: 100%;
            padding-top: 10px;
            width: 300px; } }
      .header__menu > ul ul {
        list-style-type: none;
        margin: 0;
        white-space: nowrap;
        padding: 0; }
        @media (min-width: 1276px) {
          .header__menu > ul ul {
            background: #fff;
            border-radius: 4px;
            padding: 10px; } }
        .header__menu > ul ul li {
          padding: 0; }
        .header__menu > ul ul a {
          font-size: 14px;
          display: block;
          padding: 12px 0; }
          @media (min-width: 1276px) {
            .header__menu > ul ul a {
              color: #673ab7;
              border-radius: 4px;
              padding: 12px 10px; }
              .header__menu > ul ul a:hover {
                background: #d7cffb; } }
  .header__phone {
    display: none;
    align-items: center;
    border: 2px solid #fff;
    gap: 10px;
    border-radius: 3px;
    padding: 10px 15px; }
    @media (min-width: 1276px) {
      .header__phone {
        display: flex; } }
    .header__phone-icon {
      width: 23px;
      height: 23px; }
      .header__phone-icon svg {
        width: 100%;
        height: 100%;
        stroke: #fff; }
    .header__phone-value {
      font-size: 23px;
      margin-bottom: 2px; }
    .header__phone-note {
      text-transform: uppercase;
      font-size: 10px; }
  .header__buttons {
    padding: 20px 0; }
    @media (min-width: 992px) {
      .header__buttons-container {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .header__buttons-item {
      display: flex;
      align-items: center;
      gap: 5px; }
      .header__buttons-item > svg {
        fill: #2ecc71;
        width: 25px;
        height: 25px; }
      .header__buttons-item.notification {
        font-size: 11px; }
        @media (min-width: 992px) {
          .header__buttons-item.notification {
            font-size: 16px; } }
      .header__buttons-item .prepay {
        color: #673ab7;
        display: flex;
        align-items: center;
        gap: 5px;
        text-transform: uppercase; }
    .header__buttons-list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 20px; }
      @media (min-width: 768px) {
        .header__buttons-list {
          flex-wrap: wrap;
          flex-direction: row; } }
      @media (min-width: 1276px) {
        .header__buttons-list {
          justify-content: space-between; } }

.logo {
  width: 101px;
  height: 45px;
  display: flex;
  flex: none; }
  @media (min-width: 1276px) {
    .logo {
      width: 150px;
      height: 67px; } }
  .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.toolbar {
  padding: 15px 0; }
  .toolbar .notification {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #673ab7;
    font-weight: bold; }
    @media (min-width: 992px) {
      .toolbar .notification {
        font-size: 14px; } }
    .toolbar .notification svg {
      fill: #2ecc71;
      width: 20px;
      height: 20px; }

.footer {
  color: #7f8c8d;
  padding: 20px 0; }
  @media (min-width: 992px) {
    .footer {
      padding: 40px 0; } }
  .footer__logo {
    opacity: 0.8;
    max-width: 237px;
    display: none; }
    @media (min-width: 992px) {
      .footer__logo {
        display: block; } }
  .footer__copyright {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: calc(20/15); }
    @media (min-width: 992px) {
      .footer__copyright {
        margin-top: 40px; } }
  .footer__payment {
    opacity: 0.3;
    width: 208px; }
  .footer__item {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .footer__item {
        margin-bottom: 20px; } }
    .footer__item:last-child {
      margin-bottom: 0; }
  .footer__col {
    padding: 10px 0; }
    @media (min-width: 992px) {
      .footer__col {
        padding: 0; }
        .footer__col.last-col {
          display: flex;
          flex-direction: column;
          align-items: flex-end; } }
  .footer__contacts-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px; }
    .footer__contacts-item:last-child {
      margin-bottom: 0; }
    .footer__contacts-item-icon {
      width: 30px;
      height: 30px;
      flex: none; }
      @media (min-width: 992px) {
        .footer__contacts-item-icon {
          width: 48px;
          height: 48px; } }
  .footer__contacts-phone a {
    display: block;
    font-size: 18px; }
    @media (min-width: 992px) {
      .footer__contacts-phone a {
        font-size: 22px; } }
  .footer__contacts-btns {
    flex-direction: column;
    gap: 5px; }
    @media (min-width: 992px) {
      .footer__contacts-btns {
        padding-left: 63px; } }
    .footer__contacts-btns-item {
      display: flex;
      align-items: center;
      gap: 5px; }
      .footer__contacts-btns-item-icon {
        display: flex;
        width: 14px;
        height: 14px;
        flex: none; }
        .footer__contacts-btns-item-icon svg {
          width: 100%;
          height: 100%;
          stroke: #7f8c8d; }
  @media (min-width: 992px) {
    .footer__socials {
      padding-left: 63px; } }
  .footer__links ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.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; }

@media (min-width: 1276px) {
  .burger {
    display: none; } }
.burger.active span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -4px); }
  .burger.active span:nth-last-child(1) {
    transform: rotate(-45deg) translate(1px, 2px); }
  .burger.active span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
.burger span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  margin-left: auto;
  position: relative;
  background: #fff;
  z-index: 2;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  .burger span:first-child {
    transform-origin: 0% 0%; }
  .burger span:nth-last-child(2) {
    transform-origin: 0% 100%; }
  .burger span:last-child {
    margin-bottom: 0; }

.heading__title {
  position: relative;
  padding: 15px 0; }
  @media (min-width: 992px) {
    .heading__title {
      padding: 30px 0; } }
.heading__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .heading__background svg {
    width: 100%;
    height: 100%;
    stroke: #2ecc71; }

.socials {
  display: flex;
  align-items: center;
  gap: 20px; }
  .socials__item {
    width: 32px;
    height: 32px;
    display: flex;
    opacity: 0.5; }
    .socials__item:hover {
      opacity: 1; }

.location__region {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  margin-top: 20px;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .location__region {
      justify-content: flex-end;
      margin-top: 0;
      font-size: 16px; } }
  .location__region-current {
    cursor: pointer;
    color: #2ecc71;
    display: flex;
    align-items: center;
    gap: 5px; }
    .location__region-current svg {
      fill: #2ecc71;
      width: 20px;
      height: 20px;
      flex: none; }

.main__slider-item img {
  display: block;
  width: 100%;
  object-fit: cover; }
.main__advantages {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .main__advantages {
      padding: 105px 0 60px; } }
  .main__advantages-block {
    box-shadow: 0 0 51px -15px rgba(103, 58, 183, 0.5);
    padding: 0 15px; }
    @media (min-width: 992px) {
      .main__advantages-block > .row {
        transform: translateY(-55px); } }
  .main__advantages .justify-center {
    justify-content: center; }
  .main__advantages-item {
    padding: 15px 0;
    color: #673ab7; }
    @media (min-width: 992px) {
      .main__advantages-item {
        padding: 20px 0; } }
    .main__advantages-item-img {
      width: 60px;
      height: 60px;
      flex: none;
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        .main__advantages-item-img {
          width: 80px;
          height: 80px; } }
    .main__advantages-item-title {
      margin-bottom: 10px;
      font-size: 32px;
      font-weight: bold;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .main__advantages-item-title {
          margin-bottom: 15px;
          font-size: 60px; } }
    .main__advantages-item-text {
      line-height: calc(24/18);
      font-size: 14px; }
      @media (min-width: 992px) {
        .main__advantages-item-text {
          font-weight: 600; } }
    .main__advantages-item-link {
      margin-top: 10px; }
      @media (min-width: 992px) {
        .main__advantages-item-link {
          margin-top: 20px; } }
.main__about {
  color: #fff;
  padding: 30px 0;
  background-color: #673ab7;
  background-image: url(images/bamboo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-attachment: fixed; }
  @media (min-width: 992px) {
    .main__about {
      padding: 80px 0; } }
  .main__about-title {
    color: #ffb401;
    margin-top: 0;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 35px; }
    .main__about-title:after {
      content: '';
      width: 75px;
      height: 2px;
      background: #fff;
      display: block;
      margin-top: 20px; }
  @media (min-width: 992px) {
    .main__about-text {
      font-size: 18px; } }
  .main__about-video {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer; }
    @media (min-width: 992px) {
      .main__about-video {
        margin-top: 0; } }
    .main__about-video .play {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 30px solid #fff;
      border-bottom: 20px solid transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
      transition: .4s ease-in-out; }
    .main__about-video:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
      transition: .4s ease-in-out;
      opacity: 1; }
    .main__about-video img {
      display: block;
      transition: .4s ease-in-out; }
    .main__about-video:hover .play {
      opacity: 0; }
    .main__about-video:hover img {
      transform: scale(1.1); }
    .main__about-video:hover:after {
      opacity: 0; }
  .main__about-socials svg {
    fill: #fff; }
  .main__about-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; }
  .main__about-buttons {
    display: flex;
    gap: 15px; }
.main__info {
  background-image: url(images/bamboo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-attachment: fixed;
  padding: 10px 0;
  position: relative; }
  .main__info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-corner at 50% 100%, #8e44ad 0%, #673ab7 100%);
    z-index: -1; }
  @media (min-width: 992px) {
    .main__info {
      padding: 80px 0; } }
  .main__info-item {
    padding: 20px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .main__info-item {
        height: 100%;
        display: flex;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .main__info-item {
        padding: 0; } }
    .main__info-item-top {
      background: #fff;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
    .main__info-item-img {
      position: relative;
      height: 0;
      padding-bottom: 65%; }
      .main__info-item-img img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .main__info-item-content {
      padding: 20px;
      flex-grow: 1; }
    .main__info-item-title {
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1.35;
      font-weight: 600;
      color: #673ab7;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .main__info-item-title {
          font-size: 20px; } }
    .main__info-item-link {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #fff;
      text-transform: uppercase;
      padding: 6px 0; }
      .main__info-item-link:hover {
        color: #fff; }
      .main__info-item-link svg {
        width: 30px;
        height: 30px;
        stroke: #fff; }
    .main__info-item-note {
      font-size: 12px;
      color: #fff;
      height: 30px; }
.main__hb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #5337c4 100%);
  position: relative;
  padding: 60px 0; }
  .main__hb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/hb.jpeg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    z-index: -1; }
  .main__hb-left {
    align-self: flex-end;
    padding-bottom: 50px; }
  .main__hb-icon {
    width: 280px;
    margin: 0 auto; }
    .main__hb-icon img {
      transform: translate(-50px, 25px); }
  .main__hb-title {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .main__hb-title2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #673ab7;
      width: 280px;
      margin: 10px auto; }
  .main__hb-subtitle {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px; }
    .main__hb-subtitle2 {
      color: #673ab7;
      text-transform: uppercase;
      width: 280px;
      margin: 10px auto 100px; }
  .main__hb-icons {
    background: #fff;
    border-radius: 10px;
    padding: 15px; }
    .main__hb-icons-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #673ab7;
      padding: 15px 0; }
      .main__hb-icons-item-icon {
        width: 75px;
        height: 75px;
        flex: none; }
      .main__hb-icons-item-info {
        text-transform: uppercase; }
      .main__hb-icons-item-title {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 600; }
.main__form {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -3%, #2ecc71 66%);
  position: relative;
  color: #fff;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .main__form {
      padding: 80px 0; } }
  .main__form:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1ecb67 url(images/zz-2.png) no-repeat 100% 50%;
    z-index: -1; }
  .main__form-info {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .main__form-info {
        margin-bottom: 0; } }
    .main__form-info-title {
      font-size: 18px;
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        .main__form-info-title {
          font-size: 24px;
          margin-bottom: 45px; } }
    .main__form-info-sub {
      font-size: 16px; }
      @media (min-width: 992px) {
        .main__form-info-sub {
          font-size: 19px; } }
  .main__form-phone {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px; }
    @media (min-width: 992px) {
      .main__form-phone {
        font-size: 24px; } }
    .main__form-phone img {
      width: 36px;
      height: 36px;
      flex: none; }
.main__map {
  padding: 30px 0;
  background: url(images/clouds.png) no-repeat 100% 50%, radial-gradient(circle farthest-corner at 32% -1%, #208e4e 16%, #29b765 100%); }

.party__baner img {
  display: block; }
.party__content h1 {
  margin-top: 0;
  line-height: 1; }
.party__subtitle {
  font-size: 16px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .party__subtitle {
      font-size: 18px;
      margin-bottom: 0; } }
.party__text {
  font-size: 16px; }
  @media (min-width: 992px) {
    .party__text {
      font-size: 20px; } }
.party__time {
  margin: 20px 0; }
.party__note {
  font-size: 12px; }
.party__icons {
  padding: 30px 0; }
  .party__icons-item {
    text-align: center;
    padding: 25px 0; }
    .party__icons-item-img {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
      .party__icons-item-img img {
        display: block; }
    .party__icons-item-title {
      padding: 25px 0;
      font-size: 18px;
      color: #673AB7; }
      .party__icons-item-title a {
        color: #27AE60; }
    .party__icons-item-text {
      font-size: 14px; }
.party__btn {
  text-align: center; }
  .party__btn-list {
    display: grid;
    grid-gap: 30px;
    padding-bottom: 30px; }
.party__program {
  text-align: center; }
  .party__program-block {
    border-radius: 10px;
    box-shadow: 0 24px 38px -20px rgba(44, 46, 48, 0.47);
    background: radial-gradient(circle farthest-side at 50% 50%, #764dff 0%, #673ab7 100%);
    padding: 40px 20px;
    color: #fff; }
  .party__program-title {
    font-size: 24px;
    font-weight: 600; }
    .party__program-title:after {
      content: '';
      width: 75px;
      height: 2px;
      background: #fff;
      display: block;
      margin: 15px auto; }
  .party__program-text {
    font-size: 16px; }
  .party__program-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    flex-direction: column; }
    @media (min-width: 992px) {
      .party__program-list {
        flex-direction: row; } }
  .party__program-item-img {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px; }
    .party__program-item-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
.party__rooms {
  background-color: #764dff;
  background-image: url(images/bamboo.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: fixed;
  color: #fff;
  padding: 30px 0; }
  .party__rooms-heading {
    font-weight: 300;
    margin-bottom: 30px; }
    .party__rooms-heading-left {
      display: flex;
      align-items: center;
      font-size: 16px;
      margin-bottom: 20px;
      gap: 15px; }
      @media (min-width: 992px) {
        .party__rooms-heading-left {
          font-size: 24px;
          margin-bottom: 0; } }
      .party__rooms-heading-left img {
        width: 50px;
        flex: none; }
  .party__rooms-list > .row {
    justify-content: center; }
  .party__rooms-item {
    text-align: center;
    font-size: 18px;
    padding: 15px 0; }
    .party__rooms-item-img {
      cursor: pointer;
      margin-bottom: 10px; }
    .party__rooms-item-title {
      margin-bottom: 15px; }

.price__page {
  background: url(images/pantera.png) no-repeat 100% 50%, linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2ecc71 100%), url(images/zz-2.png) no-repeat 0 100% fixed, radial-gradient(circle farthest-corner at 50% 50%, #2ecc71 0%, #25a25a 100%);
  padding: 50px 0; }
  @media (max-width: 1200px) {
    .price__page {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2ecc71 100%), url(images/zz-2.png) no-repeat 0 100% fixed, radial-gradient(circle farthest-corner at 50% 50%, #2ecc71 0%, #25a25a 100%); } }
.price__title {
  color: #fecc01;
  font-weight: 700;
  font-size: 70px; }
  @media (max-width: 1200px) {
    .price__title {
      font-size: 40px; } }
.price__block {
  margin-bottom: 30px; }
.price__item {
  margin-bottom: 15px; }
  .price__item > .row {
    align-items: center; }
  @media (max-width: 1200px) {
    .price__item {
      display: block; } }
  .price__item-btn {
    margin-left: 30px; }
    @media (max-width: 1200px) {
      .price__item-btn {
        margin-left: 0;
        text-align: center;
        margin-top: 10px; } }
    .price__item-btn-note {
      color: #fff;
      text-align: center;
      margin-top: 5px;
      font-size: 14px; }
    .price__item-btn button, .price__item-btn a {
      background: #e83570;
      color: #fff;
      border-radius: 4px;
      padding: 12px 55px;
      white-space: nowrap;
      display: block;
      text-align: center;
      margin: 0 auto;
      cursor: pointer; }
      @media (max-width: 1200px) {
        .price__item-btn button, .price__item-btn a {
          padding: 10px 20px;
          font-size: 12px; } }
      .price__item-btn button:hover, .price__item-btn button:focus, .price__item-btn a:hover, .price__item-btn a:focus {
        background: #d81b60;
        color: #fff; }
.price__discount {
  color: #fff;
  background: #e83570;
  padding: 10px;
  border-radius: 5px; }
  .price__discount-line1 {
    font-size: 22px; }
    .price__discount-line1 span {
      font-size: 40px; }
  .price__discount-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }

.contacts {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .contacts {
      padding-bottom: 50px; } }
  .contacts__item {
    display: flex;
    gap: 15px;
    font-size: 16px;
    padding: 10px 0; }
    @media (min-width: 992px) {
      .contacts__item {
        font-size: 24px;
        padding: 25px 0; } }
    .contacts__item a {
      color: #27AE60;
      display: block; }
    .contacts__item-icon {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      flex: none; }
      @media (min-width: 992px) {
        .contacts__item-icon {
          width: 80px;
          height: 80px; } }
    .contacts__item-label {
      font-size: 14px;
      color: #673ab7;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .contacts__item-label {
          font-size: 18px;
          margin-bottom: 15px; } }
  .contacts__routes:before {
    content: '';
    width: 100%;
    height: 5px;
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 80%);
    display: block;
    margin: 50px 0; }
  .contacts__routes-slider .control {
    width: 40px;
    height: 40px; }
    @media (min-width: 992px) {
      .contacts__routes-slider .control {
        width: 80px;
        height: 80px; } }
    .contacts__routes-slider .control svg {
      fill: #2ecc71; }
    @media (min-width: 992px) {
      .contacts__routes-slider .control.prev {
        left: -80px; } }
    .contacts__routes-slider .control.prev svg {
      transform: rotate(90deg); }
    @media (min-width: 992px) {
      .contacts__routes-slider .control.next {
        right: -80px; } }
    .contacts__routes-slider .control.next svg {
      transform: rotate(-90deg); }
  @media (min-width: 992px) {
    .contacts__routes-slider-item-row {
      display: flex; } }
  @media (min-width: 992px) {
    .contacts__routes-slider-item-cell {
      width: 50%; } }
  .contacts__routes-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    margin: 0 5px; }
    @media (min-width: 992px) {
      .contacts__routes-item {
        font-size: 18px; } }
    .contacts__routes-item.big-btn {
      background: #27b7f8;
      border: 2px solid #009fe8;
      color: #fff;
      border-radius: 5px;
      text-align: center;
      justify-content: center;
      padding: 20px; }
      .contacts__routes-item.big-btn .contacts__routes-item-title {
        color: #fff;
        text-transform: none;
        margin-bottom: 5px;
        font-weight: 400; }
      .contacts__routes-item.big-btn .contacts__routes-item-text {
        font-size: 14px; }
    .contacts__routes-item-img {
      width: 40px;
      height: 40px;
      flex: none; }
      @media (min-width: 992px) {
        .contacts__routes-item-img {
          width: 80px;
          height: 80px; } }
    .contacts__routes-item-title {
      color: #673ab7;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .contacts__routes-item-title {
          font-size: 24px; } }
    .contacts__routes-item-links {
      margin-bottom: 10px; }
      .contacts__routes-item-links a {
        display: block;
        font-weight: 500;
        color: #2ecc71; }

.email__row {
  font-size: 16px;
  margin-bottom: 20px; }
  .email__row:last-child {
    margin-bottom: 0; }

.restoran {
  padding: 50px 0; }
  .restoran__price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .restoran__price {
        margin-bottom: 0; } }
    .restoran__price-icon {
      width: 50px;
      height: 50px;
      flex: none; }
      @media (min-width: 992px) {
        .restoran__price-icon {
          width: 80px;
          height: 80px; } }
    .restoran__price-title {
      font-size: 20px;
      color: #1d9a52;
      margin-bottom: 15px;
      display: block; }
    .restoran__price-text {
      margin-bottom: 10px; }
    .restoran__price .btn svg {
      stroke: #fff; }
  .restoran__oferta {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 15px; }
    .restoran__oferta-icon {
      width: 30px;
      height: 30px;
      display: flex;
      flex: none; }
      .restoran__oferta-icon svg {
        width: 100%;
        height: 100%; }
    .restoran__oferta-title {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 15px; }
  .restoran__menu {
    margin-bottom: 50px; }
    .restoran__menu-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 3px;
      margin-bottom: 30px; }
    .restoran__menu-item {
      margin-bottom: 30px;
      position: relative; }
      .restoran__menu-item-wrap {
        animation: fadein .8s; }
        .restoran__menu-item-wrap.hide {
          display: none; }
      .restoran__menu-item-img img {
        display: block;
        width: 100%;
        height: 395px;
        object-fit: cover; }
      .restoran__menu-item-title {
        display: flex;
        justify-content: space-between;
        margin-top: 30px; }
        .restoran__menu-item-title span {
          font-size: 18px;
          color: #673ab7;
          font-weight: 600; }
      .restoran__menu-item-price {
        font-size: 14px;
        white-space: nowrap;
        padding-top: 3px; }
      .restoran__menu-item-text {
        margin-top: 5px;
        font-size: 12px;
        color: #95a5a6;
        font-weight: 300; }
  .restoran__docs > .row {
    row-gap: 30px; }

.playground {
  padding: 30px 0; }
  .playground__item {
    padding: 15px 0; }
    .playground__item-img {
      border-radius: 5px;
      position: relative;
      overflow: hidden;
      padding-bottom: 74%;
      cursor: pointer;
      margin-bottom: 10px; }
      .playground__item-img:after {
        transition: .4s ease-in-out;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        opacity: 0; }
      .playground__item-img:hover:after {
        opacity: 1; }
      .playground__item-img:hover img {
        transform: scale(1.1); }
      .playground__item-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        transition: .4s ease-in-out; }

.select__city {
  padding: 0; }
  .select__city-header {
    color: #673ab7;
    font-size: 24px;
    padding: 15px 25px;
    border-bottom: 1px solid #ddd;
    font-weight: 500; }
  .select__city-body {
    padding: 30px 25px;
    display: flex;
    gap: 20px; }
  .select__city-info {
    display: none;
    max-width: 300px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .select__city-info {
        display: block; } }
    .select__city-info img {
      height: 70px; }
    .select__city-info a {
      color: #29b765;
      display: block;
      margin-top: 15px; }
  .select__city-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0; }
    .select__city-item.selected {
      padding: 20px 20px 20px 20px;
      margin-left: -20px;
      border-width: 1px;
      border-style: dashed;
      border-color: #95a5a6;
      border-radius: 200px; }
    .select__city-item-icon {
      width: 60px;
      height: 60px;
      flex: none; }
    .select__city-item-name {
      color: #29b765;
      font-size: 18px;
      margin-bottom: 15px;
      display: block; }
    .select__city-item-address-name {
      font-weight: 500; }
    .select__city-item-link {
      margin-top: 15px;
      width: 187px; }
      .select__city-item-link a {
        display: inline-flex;
        background-color: #1ecb67;
        border-color: #0eb258;
        color: #fff;
        border-radius: 5px;
        overflow: hidden; }
        .select__city-item-link a .text {
          padding: 12px 20px;
          font-size: 12px; }
        .select__city-item-link a .icon {
          display: flex;
          align-items: center;
          background: rgba(0, 0, 0, 0.2);
          transform: translateZ(0);
          transition: padding .3s ease-in-out,max-width .3s ease-in-out,opacity .3s ease-in-out;
          max-width: 0;
          padding: 0;
          opacity: 0; }
          .select__city-item-link a .icon svg {
            width: 18px;
            height: 18px;
            stroke: #fff; }
        .select__city-item-link a:hover .icon {
          padding: 0 15px;
          opacity: 1;
          max-width: 20em;
          will-change: opacity,max-width; }

.events {
  padding-bottom: 50px; }
  .events .row > div {
    margin-top: 15px;
    margin-bottom: 15px; }
  .events__item {
    box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
    height: 100%; }
    .events__item-img {
      overflow: hidden;
      position: relative;
      display: block; }
      .events__item-img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        transition: .4s ease-in-out;
        opacity: 0; }
      .events__item-img img {
        display: block;
        transition: .4s ease-in-out; }
      .events__item-img:hover img {
        transform: scale(1.1); }
      .events__item-img:hover:after {
        opacity: 1; }
    .events__item-content {
      padding: 45px 30px; }
    .events__item-title {
      color: #2ecc71;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 19px;
      display: block; }
      .events__item-title:hover {
        color: #1d9a52; }
    .events__item-info {
      margin-bottom: 12px; }
      .events__item-info-row {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 3px 0; }
        .events__item-info-row svg {
          width: 18px;
          height: 18px;
          flex: none; }
  .events__detail {
    padding-bottom: 50px;
    position: relative; }
    .events__detail-img {
      height: 0;
      padding-bottom: 57%;
      position: relative; }
      .events__detail-img img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover; }
    .events__detail-content {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .events__detail-content {
          margin-bottom: 0; } }
    .events__detail-info {
      position: sticky;
      top: 90px;
      background: #ecf0f1;
      padding: 15px; }
      @media (min-width: 992px) {
        .events__detail-info {
          padding: 30px; } }
      .events__detail-info-title {
        font-size: 20px;
        color: #673ab7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        margin-bottom: 10px; }
        .events__detail-info-title img {
          width: 35px;
          flex: none; }
      .events__detail-info-row {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #95a5a6;
        padding: 15px 0; }
        .events__detail-info-row-label {
          width: 30%;
          font-size: 14px;
          font-weight: 500;
          color: #673ab7; }
    .events__detail h1 {
      color: #2ecc71;
      text-transform: uppercase; }
    @media (min-width: 992px) {
      .events__detail-text {
        font-size: 18px; } }

.page__404 {
  background: url(images/fon.jpeg) no-repeat;
  padding: 50px 0; }
  .page__404-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px; }

.post {
  padding-bottom: 50px; }
  .post__items {
    padding: 30px 0; }
    .post__items .row > div {
      margin-top: 15px;
      margin-bottom: 15px; }
    .post__items.animators .post__item-title:hover {
      color: #2ecc71; }
    .post__items-block {
      padding: 30px 0;
      background: #d6d6d6; }
      .post__items-block h2 {
        margin-bottom: 0;
        color: #673ab7;
        font-weight: 500; }
  .post__item {
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    text-align: center;
    background: radial-gradient(circle farthest-corner at 50% 50%, #ffffff 0%, #ecf0f1 100%);
    padding-bottom: 20px; }
    .post__item-img {
      overflow: hidden;
      position: relative;
      display: block;
      margin-bottom: 20px; }
      .post__item-img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        transition: .4s ease-in-out;
        opacity: 0; }
      .post__item-img img {
        display: block;
        transition: .4s ease-in-out; }
      .post__item-img:hover img {
        transform: scale(1.1); }
      .post__item-img:hover:after {
        opacity: 1; }
    .post__item-title {
      color: #2ecc71;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 19px;
      display: block;
      padding: 0 10px; }
      .post__item-title:hover {
        color: #1d9a52; }
    .post__item-info {
      margin-bottom: 12px; }
      .post__item-info-row {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 3px 0; }
        .post__item-info-row svg {
          width: 18px;
          height: 18px;
          flex: none; }
    .post__item-text {
      padding: 0 10px; }
    .post__item-btn {
      margin-top: 10px; }
  .post__detail {
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative; }
    .post__detail-img {
      overflow: hidden;
      position: relative;
      border-radius: 4px;
      cursor: pointer; }
      .post__detail-img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        transition: .4s ease-in-out;
        opacity: 0; }
      .post__detail-img img {
        display: block;
        transition: .4s ease-in-out; }
      .post__detail-img:hover img {
        transform: scale(1.1); }
      .post__detail-img:hover:after {
        opacity: 1; }
    .post__detail-content {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .post__detail-content {
          margin-bottom: 0; } }
    .post__detail-buttons {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 20px; }
      .post__detail-buttons-title {
        margin-top: 30px;
        font-size: 16px; }
      .post__detail-buttons-item img {
        display: block;
        max-width: 200px;
        max-height: 60px; }
      .post__detail-buttons-item svg {
        stroke: #fff; }
    .post__detail h1 {
      color: #2ecc71;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .post__detail h1 {
          margin-top: 0; } }
    .post__detail h4 {
      color: #673ab7; }

.tabs__heading {
  display: none; }
  @media (min-width: 992px) {
    .tabs__heading {
      display: flex;
      white-space: nowrap; } }
  .tabs__heading-item {
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px 20px 15px 20px;
    gap: 10px; }
    .tabs__heading-item:first-child {
      border-right-width: 0; }
    .tabs__heading-item:last-child {
      border-right-width: 1px; }
    .tabs__heading-item img {
      width: 12px;
      height: 12px; }
    .tabs__heading-item.active {
      background-color: #fff;
      border-bottom-color: #fff; }
.tabs__content {
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  background-color: #ffffff;
  margin-top: -1px; }
  @media (min-width: 992px) {
    .tabs__content {
      padding: 30px 25px 30px 25px; } }
  @media (min-width: 992px) {
    .tabs__content .tabs__heading-item {
      display: none; } }
  .tabs__content-item {
    display: none;
    animation: fadein .8s;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(37, 36, 32, 0.1);
    padding-top: 15px;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .tabs__content-item {
        margin-bottom: 0;
        border-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    .tabs__content-item.active {
      display: block; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.rules {
  text-align: center;
  padding-bottom: 50px; }
  .rules__img img {
    display: block;
    margin: 0 auto;
    width: 45px; }
  .rules__link {
    color: #2ecc71;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 500; }
  .rules__btn {
    margin-top: 10px; }
    .rules__btn .btn {
      background-color: #f3413e;
      border-color: #df2e2b;
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
      font-size: 12px;
      padding: 0;
      text-transform: none; }
      .rules__btn .btn .text {
        padding: 12px 20px; }
      .rules__btn .btn .icon {
        background: rgba(0, 0, 0, 0.2);
        padding: 0 15px;
        height: 36px;
        display: flex;
        align-items: center; }
        .rules__btn .btn .icon svg {
          width: 22px;
          height: 22px;
          fill: none;
          stroke: #fff; }

.rating {
  display: flex;
  gap: 2px; }
  .rating .c-star {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: rgba(53, 55, 61, 0.5); }
    .rating .c-star.active {
      fill: #F4C13C;
      stroke: #F4C13C; }
      .rating .c-star.active .stroke {
        fill: none;
        stroke: rgba(53, 55, 61, 0.5); }

.reviews {
  padding: 30px 0; }
  .reviews__heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .reviews__heading:before {
        content: '';
        width: 240px;
        height: 1px;
        background: #673ab7; }
      .reviews__heading:after {
        content: '';
        width: 240px;
        height: 1px;
        background: #673ab7; } }
  .reviews h2 {
    color: #673ab7;
    font-weight: 500; }
  .reviews__item {
    background: #fff;
    box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.23);
    padding: 15px 20px 30px;
    margin: 15px 0; }
    .reviews__item-rating {
      margin-bottom: 10px; }
    .reviews__item-title {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #673ab7;
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: 500; }

.program__tags {
  margin-bottom: 30px; }
.program__item {
  margin-bottom: 30px; }
  .program__item-wrap {
    animation: fadein .8s; }
    .program__item-wrap.hide {
      display: none; }
  .program__item-img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 100%; }
    .program__item-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transition: .4s ease-in-out;
      display: block;
      object-fit: cover; }
    .program__item-img:hover img {
      transform: scale(1.1); }
  .program__item-content {
    padding: 30px 0; }
  .program__item-title {
    font-size: 18px;
    color: #673ab7;
    font-weight: 500;
    margin-bottom: 20px; }
  .program__item-description {
    margin-bottom: 30px; }
  .program__item-prices {
    margin: 20px 0 10px; }
    .program__item-prices-item {
      margin-bottom: 20px; }
      .program__item-prices-item:last-child {
        margin-bottom: 0; }
      .program__item-prices-item-value {
        font-size: 24px;
        font-weight: 500;
        color: #673ab7; }
      .program__item-prices-item-note {
        padding-top: 10px; }
  .program__item-tags-item {
    color: #2ecc71;
    font-size: 12px;
    font-weight: 500; }

.vacancy__content {
  font-size: 16px;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .vacancy__content {
      font-size: 30px;
      margin-bottom: 0; } }
.vacancy__contacts-item {
  display: flex;
  align-items: center;
  gap: 10px; }
  .vacancy__contacts-item.phone {
    color: #7f8c8d;
    font-size: 28px;
    margin-bottom: 20px; }
    .vacancy__contacts-item.phone svg {
      fill: #2ecc71; }
  .vacancy__contacts-item.email {
    color: #2ecc71;
    font-size: 20px; }
    .vacancy__contacts-item.email svg {
      fill: none;
      stroke: #2ecc71; }
  .vacancy__contacts-item-icon {
    width: 28px;
    height: 28px; }
    .vacancy__contacts-item-icon svg {
      width: 100%;
      height: 100%; }
.vacancy__list {
  margin-top: 50px;
  padding-bottom: 50px; }
.vacancy__item {
  margin-bottom: 30px; }
  .vacancy__item-title {
    font-size: 18px;
    color: #673ab7;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .vacancy__item-title {
        font-size: 32px;
        margin-bottom: 20px; } }
  .vacancy__item-schedule {
    display: flex;
    align-items: center;
    gap: 10px; }
    @media (min-width: 992px) {
      .vacancy__item-schedule {
        font-size: 18px; } }
    .vacancy__item-schedule svg {
      width: 30px;
      height: 30px; }

.business__block {
  background: radial-gradient(circle farthest-corner at 50% 50%, #8e44ad 0%, #673ab7 100%);
  padding: 60px 0; }
  .business__block-wrapper {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    font-size: 18px;
    text-align: center;
    padding: 25px; }
    @media (min-width: 992px) {
      .business__block-wrapper {
        font-size: 24px;
        padding: 30px; } }
  .business__block-title {
    color: #673ab7;
    margin-bottom: 20px;
    font-weight: 600; }
    @media (min-width: 992px) {
      .business__block-title {
        margin-bottom: 45px; } }
  .business__block-item a {
    color: #1d9a52; }
.business__list {
  padding-bottom: 50px; }
.business__item {
  text-align: center;
  margin-bottom: 30px; }
  .business__item-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px; }
  .business__item-title {
    color: #1d9a52;
    margin-bottom: 25px;
    display: block;
    font-size: 20px; }
  .business__item-text {
    margin-bottom: 25px; }
  .business__item-btn a {
    text-transform: none;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); }
.business__detail {
  background: #0a7de8;
  color: #fff;
  padding: 30px;
  margin-bottom: 30px; }
  .business__detail h2 {
    text-align: left; }
  @media (min-width: 992px) {
    .business__detail-content {
      padding: 30px 30px 30px 0; } }
  .business__detail-content a:hover {
    color: #2ecc71; }
  .business__detail-img {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center; }
  .business__detail-advantages {
    margin-top: 30px; }
    .business__detail-advantages-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 0; }
      .business__detail-advantages-item-icon {
        width: 80px;
        height: 80px;
        flex: none; }
      .business__detail-advantages-item-title {
        font-size: 18px;
        margin-bottom: 15px; }
.business__video {
  margin-bottom: 30px; }
.business__file {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
.business__partners {
  background: radial-gradient(circle farthest-corner at 50% 50%, #ecf0f1 0%, #bdc3c7 100%);
  padding: 60px 0; }
  .business__partners-title {
    font-weight: 600;
    margin-bottom: 20px; }
  .business__partners-item {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .business__partners-item img {
      transition: .4s ease-in-out;
      filter: grayscale(1); }
    .business__partners-item:hover img {
      filter: grayscale(0); }

.graduation .section__buttons {
  padding: 30px 0; }
.graduation .section1 img {
  display: block;
  width: 100%;
  cursor: pointer; }
.graduation .section2 {
  background: #673ab7;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .graduation .section2 {
      font-size: 22px; } }
  .graduation .section2__icons-item {
    text-align: center;
    padding: 15px 0; }
    @media (min-width: 992px) {
      .graduation .section2__icons-item {
        padding: 0; } }
    .graduation .section2__icons-item-img {
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      margin: 0 auto; }
    .graduation .section2__icons-item-title {
      font-weight: 700;
      padding: 10px 0;
      font-size: 18px; }
      @media (min-width: 992px) {
        .graduation .section2__icons-item-title {
          padding: 25px 0;
          font-size: 28px; } }
.graduation .section3 {
  text-align: center;
  padding: 40px 0 20px; }
  @media (min-width: 992px) {
    .graduation .section3 {
      padding: 60px 0 30px; } }
  .graduation .section3__title {
    font-size: 18px;
    font-weight: 600;
    color: #673ab7; }
    @media (min-width: 992px) {
      .graduation .section3__title {
        font-size: 32px; } }
    .graduation .section3__title:after {
      content: '';
      display: block;
      width: 75px;
      height: 2px;
      background: #673ab7;
      margin: 15px auto; }
  .graduation .section3__subtitle {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #673ab7; }
    @media (min-width: 992px) {
      .graduation .section3__subtitle {
        font-size: 20px;
        margin-bottom: 60px; } }
  .graduation .section3__img {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .graduation .section3__img {
        margin-bottom: 40px; } }
    .graduation .section3__img.dop {
      background: #a9efc7;
      padding: 30px 0;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .graduation .section3__img.dop {
          margin-bottom: 30px; } }
    .graduation .section3__img img {
      display: block;
      margin: 0 auto;
      width: 800px; }
  .graduation .section3__note {
    color: #673ab7;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .graduation .section3__note {
        margin-bottom: 40px; } }
.graduation .section4 {
  padding: 25px 0;
  background: #673ab7;
  color: #fff; }
  @media (min-width: 992px) {
    .graduation .section4 {
      padding: 40px 0; } }
  .graduation .section4__icons-list > .row {
    justify-content: center; }
  .graduation .section4__icons-item {
    text-align: center;
    padding: 15px 0; }
    @media (min-width: 992px) {
      .graduation .section4__icons-item {
        padding: 0; } }
    .graduation .section4__icons-item-img {
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      margin: 0 auto; }
    .graduation .section4__icons-item-title {
      font-size: 18px;
      padding: 15px 0; }
      @media (min-width: 992px) {
        .graduation .section4__icons-item-title {
          font-size: 28px;
          padding: 25px 0; } }
.graduation .section5__block-title {
  padding: 20px 0;
  text-align: center;
  color: #673ab7;
  font-size: 18px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .graduation .section5__block-title {
      font-size: 32px;
      padding: 40px 0; } }
  .graduation .section5__block-title span {
    color: #008000; }
.graduation .section5__block-content {
  background: url("images/program-bg.svg"), linear-gradient(156deg, #ffffff 0%, #a4a4df 100%);
  color: #000080;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .graduation .section5__block-content {
      padding: 100px 0; } }
.graduation .section5__item {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .graduation .section5__item {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      height: 100%; } }
  .graduation .section5__item-heading:after {
    content: '';
    display: block;
    width: 75px;
    height: 2px;
    background-color: #673ab7;
    margin: 20px 0; }
    @media (min-width: 992px) {
      .graduation .section5__item-heading:after {
        margin: 40px 0 30px; } }
  .graduation .section5__item-title {
    font-size: 18px;
    font-weight: 600; }
  .graduation .section5__item-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px; }
    @media (min-width: 992px) {
      .graduation .section5__item-subtitle {
        height: 44px; } }
  .graduation .section5__item-text {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .graduation .section5__item-text {
        font-size: 16px;
        margin-bottom: 40px;
        min-height: 135px; } }
    .graduation .section5__item-text ul {
      padding-left: 0; }
    .graduation .section5__item-text li {
      list-style-type: none;
      display: flex;
      align-items: center;
      gap: 10px; }
      .graduation .section5__item-text li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%; }
  .graduation .section5__item-additional {
    font-size: 18px;
    font-weight: 600; }
  .graduation .section5__item-icon {
    width: 170px;
    margin: 0 auto; }
  .graduation .section5__item-img {
    width: 290px;
    height: 270px;
    display: flex;
    justify-content: center;
    margin: 25px auto 0; }
    @media (min-width: 992px) {
      .graduation .section5__item-img {
        align-items: flex-end;
        flex-grow: 1; } }
.graduation .section6 {
  padding: 50px 0;
  color: #673ab7; }
  @media (min-width: 992px) {
    .graduation .section6 {
      padding: 100px 0; } }
  .graduation .section6__title {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
    @media (min-width: 992px) {
      .graduation .section6__title {
        font-size: 32px;
        margin-bottom: 0; } }
  .graduation .section6__item {
    margin-bottom: 40px;
    font-size: 16px; }
    @media (min-width: 992px) {
      .graduation .section6__item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-bottom: 0; } }
    .graduation .section6__item:nth-child(2n) .section6__item-img {
      order: 1; }
    .graduation .section6__item:nth-child(2n) .section6__item-content {
      order: 2; }
    .graduation .section6__item-title {
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: 600; }
      @media (min-width: 992px) {
        .graduation .section6__item-title {
          font-size: 22px; } }
    .graduation .section6__item-img {
      max-width: 380px;
      display: flex;
      flex-direction: column; }
    .graduation .section6__item-list {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .graduation .section6__item-list {
          margin-bottom: 0;
          font-size: 20px; } }
  .graduation .section6__note {
    text-align: center;
    margin-top: 30px;
    color: #2ecc71; }
    .graduation .section6__note.top {
      margin-bottom: 30px; }
.graduation .section7 {
  padding: 40px 0; }
  .graduation .section7__title {
    text-align: center;
    font-size: 18px;
    color: #673ab7;
    margin-bottom: 30px;
    font-weight: 600; }
    @media (min-width: 992px) {
      .graduation .section7__title {
        font-size: 32px;
        margin-bottom: 40px; } }
  .graduation .section7__icons-item {
    text-align: center;
    font-weight: 600;
    padding: 15px 0; }
    @media (min-width: 992px) {
      .graduation .section7__icons-item {
        padding: 0; } }
    .graduation .section7__icons-item-icon {
      width: 100px;
      height: 100px;
      display: flex;
      margin: 0 auto 25px; }
    .graduation .section7__icons-item-title {
      font-size: 24px;
      color: #673ab7;
      margin-bottom: 15px; }
    .graduation .section7__icons-item-price {
      font-size: 20px;
      color: #2ecc71; }
.graduation .section8 {
  background: #673ab8;
  padding: 30px 0;
  color: #fff;
  text-align: center; }
  .graduation .section8__title {
    font-size: 24px;
    margin-bottom: 15px; }
  .graduation .section8__note {
    margin-top: 30px; }

.tag__item {
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2ecc71; }
  .tag__item:hover, .tag__item.active {
    background: #2ecc71;
    color: #fff; }

.application {
  height: calc(100vh - 61px);
  background-image: url(images/app-bg.jpeg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .application {
      height: calc(100vh - 90px); } }
  .application__row {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    height: 100%; }
    @media (min-width: 992px) {
      .application__row {
        flex-direction: row;
        justify-content: center;
        gap: 30px; } }
  .application__img {
    flex: none;
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .application__img {
        width: 50%;
        order: 1; } }
    .application__img img {
      display: block; }
  .application__content {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center; }
    @media (min-width: 992px) {
      .application__content {
        width: 50%;
        order: 2; } }
  .application__title {
    font-family: 'ShnobelRegular', sans-serif;
    font-size: 24px; }
    @media (min-width: 768px) {
      .application__title {
        font-size: 30px; } }
    @media (min-width: 1276px) {
      .application__title {
        font-size: 46px; } }
  .application__text {
    font-weight: 500;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .application__text {
        font-size: 18px;
        line-height: 1.8; } }
    .application__text p {
      margin-top: 15px; }
  .application__buttons {
    display: flex;
    gap: 15px; }
    .application__buttons img {
      display: block;
      width: 200px; }

.certs {
  width: 400px;
  max-width: 95%; }
  .certs.border .certs__title:after {
    content: '';
    height: 2px;
    width: 75px;
    background: #673ab7;
    display: block;
    margin-top: 10px; }
  .certs__title {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    color: #673ab7;
    font-weight: 700;
    margin-bottom: 30px; }
  .certs__subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px; }
  .certs__note {
    color: #bd0303;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center; }
  .certs__vars {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .certs__vars-item {
      width: 100%;
      display: block;
      font-size: 14px;
      color: #fff;
      background: #673ab7;
      text-align: center;
      padding: 12px 24px;
      border-radius: 4px;
      transition: .2s; }
      .certs__vars-item-wrap {
        width: 50%;
        padding: 10px; }
      .certs__vars-item:hover, .certs__vars-item.active {
        background: #5551cb;
        color: #fff; }
  .certs__quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 25px; }
    .certs__quantity-list {
      margin-left: 20px;
      display: flex;
      align-items: center; }
      .certs__quantity-list span {
        font-size: 18px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
      .certs__quantity-list input[name=quantity] {
        padding: 12px;
        border: 1px solid #673ab7;
        border-radius: 10px;
        width: 100px;
        text-align: center;
        font-size: 16px; }
  .certs__cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #673ab7;
    border-bottom: 2px solid #673ab7;
    padding: 15px 0;
    margin-bottom: 10px; }
    .certs__cart-total {
      font-size: 16px;
      color: #673ab7;
      font-weight: 700;
      text-align: right; }
  .certs__fields {
    margin-bottom: 20px; }
    .certs__fields-title {
      text-align: center;
      color: #673ab7;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 15px; }
  .certs__field {
    margin-bottom: 10px;
    position: relative; }
    .certs__field span {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .certs__field:last-child {
      margin-bottom: 0; }
    .certs__field input {
      padding: 10px 20px !important;
      border: 1px solid #673ab7 !important;
      border-radius: 20px; }
  .certs__agreement {
    font-size: 10px;
    margin: 10px 0;
    padding-top: 15px;
    border-top: 1px solid #eee; }
  .certs__total {
    color: #673ab7;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px; }

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