/*-------------- colors --------------*/
/*--------------  --------------*/
/*-------------- vars --------------*/
/*-------------- fonts --------------*/
/*-------------- mixin --------------*/
/*-------------- media --------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  display: block;
}

html {
  font-size: 16px;
}

@media (min-width: 2100px) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 2300px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 2500px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 2700px) {
  html {
    font-size: 22px;
  }
}

@media (min-width: 2900px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 3100px) {
  html {
    font-size: 27px;
  }
}

@media (min-width: 3300px) {
  html {
    font-size: 30px;
  }
}

@media (max-width: 1190px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 990px) {
  html {
    font-size: 11px;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

.wrapper {
  position: relative;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.container {
  width: 100%;
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

.main--absolute {
  padding-top: 5.375rem;
}

@media screen and (max-width: 768px) {
  .main--absolute {
    padding-top: 4.5625rem;
  }
}

.btn-green {
  width: 17.1875rem;
  height: 4.0625rem;
  border: 0;
  outline: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #009688;
  transition: all 0.3s;
}

.btnNew {
  width: auto !important;
  display: inline-flex;
  margin: 0 auto;
  border-radius: 30px;
  height: 60px;
  padding: 0 40px;
}

.btn-green:hover {
  background: #0ec0ae;
}

@media screen and (max-width: 480px) {
  .btn-green {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .btn-green {
    font-size: 0.75rem;
  }
}

.btn-green--large {
  width: 24.125rem;
  height: 4.0625rem;
}

@media screen and (max-width: 480px) {
  .btn-green--large {
    width: 100%;
  }
}

.btn-black {
  width: 17.1875rem;
  height: 4.0625rem;
  border: 0;
  outline: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  transition: all 0.3s;
}

.btn-black:hover {
  background: #111111;
}

@media screen and (max-width: 480px) {
  .btn-black {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .btn-black {
    font-size: 0.75rem;
  }
}

.btn-black--large {
  width: 24.125rem;
  height: 4.0625rem;
}

@media screen and (max-width: 480px) {
  .btn-black--large {
    width: 100%;
  }
}

.btn-border {
  width: 17.1875rem;
  height: 4.0625rem;
  border: 0;
  outline: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border: 0.125rem solid #000;
  transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  .btn-border {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .btn-border {
    font-size: 0.75rem;
  }
}

.btn-border--large {
  width: 24.125rem;
  height: 4.0625rem;
}

@media screen and (max-width: 480px) {
  .btn-border--large {
    width: 100%;
  }
}

.section-title {
  font-size: 2.5rem;
  line-height: 3.437rem;
  margin-bottom: 3.437rem !important;
  text-align: left !important;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 1.625rem !important;
  }
}

@media screen and (max-width: 480px) {
  .section-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

/*-------------- socials --------------*/
.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.socials.mob-view {
  display: none;
}

@media screen and (max-width: 600px) {
  .socials.mob-view {
    display: -ms-flexbox;
    display: flex;
  }
}

.socials.desc-view {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .socials.desc-view {
    display: none;
  }
}

.socials__item {
  width: 2.6875rem;
  height: 2.6875rem;
  margin-right: 1.875rem;
}

.socials__item:last-child {
  margin-right: 0;
}

.socials__item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.socials__item > a > svg {
  width: 100%;
  height: 100%;
  display: block;
}

/*-------------- modal --------------*/
.popup {
  width: 100%;
  padding: 5.3125rem 4.6875rem 5rem;
  color: #fff;
  width: 100%;
  max-width: 40.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #000;
  position: relative;
}

@media screen and (max-width: 480px) {
  .popup {
    padding: 5.3125rem 1.5625rem 5rem;
  }
}

.popup-overlay {
  overflow-y: auto;
  padding: 0.625rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.popup-overlay.js-show {
  opacity: 1;
  z-index: 11;
}

@media screen and (max-width: 480px) {
  .popup-overlay {
    padding: 0;
  }
}

.popup-overlay[data-popup="video"] {
  -ms-flex-align: center;
  align-items: center;
}

.popup-overlay[data-popup="video"] .popup {
  padding: 0;
}

.popup-overlay[data-popup="video"] .popup-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.41%;
}

.popup-overlay[data-popup="video"] .popup-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-overlay[data-popup="video"] .popup-close {
  top: -0.625rem;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.popup-close {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  outline: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.popup-close svg {
  width: 100%;
  height: 100%;
  stroke: #e9e9e9;
  transition: all 0.3s;
}

.popup__title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .popup__title {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.popup__subtitle {
  font-weight: bold;
  font-size: 1rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 480px) {
  .popup__subtitle {
    padding-left: 2.5rem;
  }
}

.popup__desc {
  font-weight: normal;
  font-size: 1rem;
  line-height: 2.25rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .popup__desc {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 2.8125rem;
  }
}

.popup__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__form-field {
  margin-bottom: 1.25rem;
  display: block;
}

.popup__form-field:last-of-type {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 480px) {
  .popup__form-field:last-of-type {
    margin-bottom: 1.875rem;
  }
}

.popup__form-control {
  width: 100%;
  padding: 0.625rem 1.5625rem;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: normal;
  color: #000000;
  outline: none;
  border: 0.125rem solid #d5d5d5;
}

.popup__form-control.js-error {
  border: 0.125rem solid #ff0000;
}

.popup__form-control::-webkit-input-placeholder {
  color: #686868;
}

.popup__form-control::-moz-placeholder {
  color: #686868;
}

.popup__form-control:-ms-input-placeholder {
  color: #686868;
}

.popup__form-control:-moz-placeholder {
  color: #686868;
}

@media screen and (max-width: 480px) {
  .popup__form-control {
    font-size: 0.75rem;
  }
}

.popup__form-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3.375rem;
}

@media screen and (max-width: 480px) {
  .popup__form-radios {
    padding-left: 2.5rem;
    margin-bottom: 1.875rem;
  }
}

.popup__form-radios-field {
  position: relative;
  padding-left: 2.8125rem;
  cursor: pointer;
}

.popup__form-radios-control {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}

.popup__form-radios-control:checked + .popup__form-radios-fake {
  border: 0.125rem solid rgba(255, 255, 255, 0.6);
}

.popup__form-radios-control:checked + .popup__form-radios-fake::before {
  opacity: 1;
}

.popup__form-radios-fake {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #eeeeee;
  border-radius: 50%;
  transition: all 0.3s;
}

.popup__form-radios-fake::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.3s;
  width: 0.625rem;
  height: 0.625rem;
  background: #009688;
  opacity: 0;
  border-radius: 50%;
}

.popup__form-radios-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 480px) {
  .popup__form-radios-text {
    font-size: 0.875rem;
  }
}

.popup__form-actions {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-------------- mob-menu --------------*/
.mob-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  padding-top: 5.375rem;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
  opacity: 0;
  visibility: hidden;
  display: none;
}

@media screen and (max-width: 768px) {
  .mob-menu {
    padding-top: 4.5625rem;
    display: block;
  }
}

.mob-menu__inner {
  border-top: 0.0625rem solid rgba(213, 213, 213, 0.2);
  padding: 0.75rem 1.5rem 1.875rem;
}

.mob-menu__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mob-menu__nav li {
  margin-bottom: 1.875rem;
  position: relative;
}

.mob-menu__nav li:last-child {
  margin-bottom: 0;
}

.mob-menu__nav li .nav-popup__inner {
  display: inline-block;
  padding-bottom: 0;
}

.mob-menu__nav li a {
  position: relative;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
}

.mob-menu__nav li a.js-active::before {
  opacity: 1;
}

.mob-menu__nav li a:hover::before {
  opacity: 1;
}

.mob-menu__nav li a::before {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #009688;
  transition: all 0.3s;
  opacity: 0;
}

.mob-menu-btn {
  width: 1.6875rem;
  height: 1.25rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  outline: none;
  padding: 0;
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mob-menu-btn {
    display: block;
  }
}

.mob-menu-btn__el {
  display: block;
  position: absolute;
  height: 0.09375rem;
  width: 100%;
  background: #fff;
  border-radius: 0.0625rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.mob-menu-btn__el:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.mob-menu-btn__el:nth-child(2) {
  top: 0.5625rem;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.mob-menu-btn__el:nth-child(3) {
  top: 1.125rem;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/*-------------- slider-youtube --------------*/
.slider-youtube img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: transparent;
}

/*-------------- header --------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.375rem;
  border-bottom: 0.0625rem solid rgba(213, 213, 213, 0.2);
  z-index: 10;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .header {
    height: 4.5625rem;
  }
}

.header--absolute {
  position: absolute;
}

.header.js-active {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  height: 4.5625rem;
}

.header.js-active .header-nav ul li a {
  color: #000;
}

.header.js-active .header-logo__white {
  opacity: 0;
}

.header.js-active .header-logo__color {
  opacity: 1;
}

.header.js-active .mob-menu-btn__el {
  background: #000;
}

.header.js-show-menu .header-logo__white {
  opacity: 0;
}

.header.js-show-menu .header-logo__color {
  opacity: 1;
}

.header.js-show-menu .mob-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.header.js-show-menu .mob-menu-btn__el {
  background: #000;
}

.header.js-show-menu .mob-menu-btn__el:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0rem;
  left: 0.25rem;
}

.header.js-show-menu .mob-menu-btn__el:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header.js-show-menu .mob-menu-btn__el:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.1875rem;
  left: 0.25rem;
}

.header .container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.3s;
}

.header-logo {
  width: 100%;
  max-width: 5.312em;
  position: relative;
  z-index: 1;
}

.yellow-button {
  height: 2.25em;
  padding: 0 1.875em;
  border-radius: 2.875em;
  font-size: 0.8125em;
  background-color: #faff13;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.header-logo img {
  width: 100%;
  transition: all 0.3s;
}

.header-logo__color {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}

.header-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav ul li {
  margin-right: 1.875rem;
  position: relative;
  padding: 0.3125rem 0;
}

.header-nav ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .header-nav ul li:last-child {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}

.header-nav ul li:hover .nav-popup {
  height: auto;
  opacity: 1;
}

.header-nav ul li .nav-popup {
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  min-width: 9.375rem;
  box-shadow: 0rem 0.3125rem 0.375rem 0rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
  display: block;
}

.header-nav ul li a {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
}

.header-nav ul li a.js-active::before {
  opacity: 1;
}

.header-nav ul li a:hover::before {
  opacity: 1;
}

.header-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #009688;
  transition: all 0.3s;
  opacity: 0;
}

.lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.lang a {
  display: block;
  width: 1.875rem !important;
  height: 1.875rem !important;
  margin-right: 0.625rem !important;
  padding: 0.125rem !important;
  transition: all 0.3s !important;
  border-radius: 50% !important;
}

.lang li {
  margin: 0 !important;
}

.lang a:before {
  display: none;
}

.lang a:hover img {
  box-shadow: 0 0 0.125rem 0.125rem rgba(255, 255, 255, 0.65) !important;
}

.lang img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
}

.nav-popup {
  display: none;
}

.nav-popup__inner {
  padding: 0.9375rem;
  border-radius: 0.1875rem;
  background: white;
}

.nav-popup__item {
  display: block;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: normal;
  text-transform: uppercase;
  color: #000 !important;
  margin-bottom: 1.25rem;
}

.nav-popup__item:last-child {
  margin-bottom: 0;
}

/*-------------- hero --------------*/
.hero {
  padding-top: 5.375rem;
  background: #000;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .hero {
    padding-top: 3rem;
  }
}

.hero__video {
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__video-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero__inner {
  padding: 5.25rem 0 7.1875rem;
  padding-bottom: 5.312rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.main__btn {
  height: 3.65rem;
  width: 15.375rem;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .hero__inner {
    padding: 4rem 0 5rem;
  }
}

.hero__top {
  margin-bottom: 2.062rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
}

.hero__city {
  font-size: 1.125rem;
  font-weight: 900;
}

.hero__date {
  font-size: 1.312rem;
  margin-top: 0.437rem;
  font-weight: 600;
}

.hero__title {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3.125rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  max-width: 55rem;
  margin-bottom: 1.25rem;
}

.hero__title sup {
  font-size: 1.25rem;
  position: relative;
  top: -1.125rem;
}

.hero__title span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
    max-width: 18.75rem;
  }
  .hero__title sup {
    text-transform: initial;
    font-size: 1rem;
    position: relative;
    top: -0.5625rem;
  }
  .hero__title span {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-bottom: 1.875rem;
  }
  .hero__top {
    margin-bottom: 1.5rem;
  }
  .hero__city {
    font-size: 1rem;
  }
  .hero__date {
    font-size: 1rem;
    margin-top: 0.3rem;
  }
}

.hero__desc {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 3.75rem;
  width: 100%;
  max-width: 50rem;
}

.main__timer {
  margin-bottom: 5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  align-content: center;
  color: #fff;
}

.main__timer span {
  font-size: 2.5rem;
  margin: 0 1rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.main__timer span::after {
  bottom: -1.126rem;
  font-size: 1.126rem;
  line-height: 1.162rem;
  font-weight: 200;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main__timer span.tD::after {
  content: "Days";
}

.main__timer span.tH::after {
  content: "Hours";
}

.main__timer span.tM::after {
  content: "Minutes";
}

.main__timer span.tS::after {
  content: "Seconds";
}

@media screen and (max-width: 768px) {
  .hero__desc {
    font-size: 0.75rem;
    line-height: 1.25rem;
    max-width: 18.75rem;
  }
  .main__timer {
    margin-bottom: 3rem;
  }

  .main__timer span {
    font-size: 1.6rem;
  }
  .main__timer span::after {
    bottom: -1rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

/*-------------- Infographick --------------*/

.section__infogr {
  padding: 3rem;
  background: #00b8a7;
}

.infog__rcont {
  display: flex;
  justify-content: center;
}

.infogr__list {
  display: flex;
  flex-wrap: wrap;
}

.infogr__item {
  margin-right: 8.75rem;
}

.infogr__item:last-child {
  margin: 0;
}

.infogr__num {
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.infogr__text {
  font-size: 1.312rem;
  line-height: 2.062;
  color: #fff;
  font-weight: 700;
}

.section__zsu {
  padding: 1.365rem 0;
  font-size: 1.312rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-align: center;
  background-color: #faff13;
}

@media screen and (max-width: 1000px) {
  .infogr__list {
    width: 100%;
    justify-content: space-between;
    margin-bottom: -2rem !important;
  }

  .infogr__item {
    width: 47%;
    margin: 0;
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .section__infogr {
    padding: 2.5rem 0;
  }
  .infogr__list {
    margin-bottom: -1.25rem;
  }
  .infogr__item {
    margin-bottom: 1.25rem;
  }
  .infogr__num {
    font-size: 2.612rem;
    line-height: 3.437rem;
  }
  .infogr__text {
    font-size: 0.937rem;
  }
  .section__zsu {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
}

/*-------------- about --------------*/
.about {
  padding: 4.6875rem 0 5.625rem;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 2.875rem 0 3.75rem;
  }
}

.about .section-title {
  margin-bottom: 4.0625rem;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about .section-title {
    margin-bottom: 1.8125rem;
  }
}

.about__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .about__actions {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .about__actions .btn-green {
    width: 100%;
  }
}

.about__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .about__inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about__col {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .about__col {
    width: 100%;
  }
}

.about__list {
  width: 100%;
  padding-right: 7.5rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .about__list {
    padding-right: 0;
    margin-bottom: 3.75rem;
  }
}

.about__list-li {
  margin-bottom: 1.75rem;
  padding-left: 1.875rem;
  color: #000;
}

@media screen and (max-width: 480px) {
  .about__list-li {
    margin-bottom: 0.625rem;
  }
}

.about__list-li:last-child {
  margin-bottom: 0;
}

.about__list-li h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
  position: relative;
}

.about__list-li h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.3125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #009688;
}

@media screen and (max-width: 480px) {
  .about__list-li h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.about__list-li p {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .about__list-li p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.about__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  .about__info {
    padding-top: 0;
  }
}

.about__info-li {
  width: 50%;
  color: #000;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .about__info-li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .about__info-li {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}

.about__info-li-pic {
  width: 3.25rem;
  height: 3.25rem;
  display: block;
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 480px) {
  .about__info-li-pic {
    margin-bottom: 1.5625rem;
  }
}

.about__info-li h4 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.about__info-li p {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 11.875rem;
}

@media screen and (max-width: 768px) {
  .about__info-li p {
    text-align: center;
  }
}

/*-------------- for-whom --------------*/
.for-whom {
  background: #f8f8f8;
  position: relative;
}

.for-whom__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 4.375rem 0;
}

@media screen and (max-width: 768px) {
  .for-whom__inner {
    padding: 2.8125rem 0 3.375rem;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.for-whom__col {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .for-whom__col {
    width: 100%;
  }
}

.for-whom__col .section-title {
  margin-bottom: 1.75rem;
  padding-right: 3.625rem;
}

@media screen and (max-width: 768px) {
  .for-whom__col .section-title {
    margin-bottom: 0.625rem;
    padding-right: 0;
    text-align: center;
  }
}

.for-whom__list {
  padding-right: 3.625rem;
}

@media screen and (max-width: 768px) {
  .for-whom__list {
    padding-right: 0;
  }
}

.for-whom__list-li {
  padding-left: 2.1875rem;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 1.25rem;
}

.for-whom__list-li:last-child {
  margin-bottom: 0;
}

.for-whom__list-li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 0.84375rem;
  height: 0.625rem;
  background: url("../img/icons/check.svg") no-repeat 50% / contain;
}

@media screen and (max-width: 480px) {
  .for-whom__list-li {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
}

.for-whom__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .for-whom__image {
    display: none;
  }
}

.for-whom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;", serif;
}

/*-------------- speakers --------------*/
.speakers__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.speakers__inner .section-title {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .speakers__inner .section-title {
    margin-bottom: 2rem;
  }
}

.speakers-more {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000;
  display: none;
}

@media screen and (max-width: 600px) {
  .speakers-more {
    display: block;
  }
}

.speakers__list {
  margin: 0 -0.75rem;
  margin-bottom: -2.125rem;
  width: auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.speakers__list-li {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .speakers__list > * {
    display: none;
  }
  .speakers__list .speakers__list-li:nth-child(1),
  .speakers__list .speakers__list-li:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
  }
  .speakers__list.js-more .speakers__list-li {
    display: -ms-flexbox;
    display: flex;
  }
}

.speakers__list-wrap {
  width: 100%;
  margin-bottom: 3.75rem;
}

.speakers__list-li {
  width: calc(25% - 1.5rem);
  margin: 0 0.75rem;
  margin-bottom: 2.125rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.committee .speakers__list-li {
  width: calc(20% - 1.5rem);
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .speakers__list-li {
    width: calc(25% - 1.5rem);
  }
}

@media screen and (max-width: 768px) {
  .speakers__list {
    margin: 0 -0.75rem !important;
    width: auto;
    margin-bottom: -2.125rem !important;
  }
  .speakers__list-li {
    width: calc(50% - 1.5rem) !important;
  }
}

@media screen and (max-width: 480px) {
  .speakers__list {
    margin: 0 !important;
    width: auto;
    margin-bottom: -2.125rem !important;
  }
  .speakers__list-li {
    width: 100% !important;
  }
}

.speaker__btn {
  height: 3.75rem;
  padding: 0 2.5rem;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .speakers__list-li {
    width: 50%;
    margin-bottom: 1.25rem;
  }
  .speaker__btn {
    height: 2.75rem;
    padding: 0 1.5rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .speakers__list-li {
    width: 100%;
  }
}

.speakers__list-li-inner {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.speakers__list-li-inner:hover .speakers__list-li-info {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.speakers__list-li-pic {
  position: relative;
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}

.speakers__list-li-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;", serif;
}

.speakers__list-li-name {
  width: 100%;
  margin-top: 0.625rem;
  padding: 1.125rem 1rem;
  padding-bottom: 0.75rem;
  flex-grow: 1;
  background: #f7f7f7;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.committee .speakers__list-li .speakers__list-li-name {
  text-align: left;
}

.sp__nametop {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
}

.speakers__list-li-name .sp__nametop > div {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.speakers__list-li-name > div a {
  color: #009688;
}

.speakers__list-li-info {
  padding: 1.5625rem 1.25rem 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: calc(100% - 0.875rem);
  height: calc(100% - 0.875rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(236, 236, 236, 0.95);
  opacity: 0;
  transition: all 0.3s;
  color: #171717;
}

.speakers__list-li-info-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.3125rem;
}

.speakers__list-li-info-position {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  margin-bottom: 3.4375rem;
  position: relative;
}

.speakers__list-li-info-position::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.71875rem;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 2.1875rem;
  height: 0.0625rem;
  background: #009688;
}

.speakers__list-li-info-topic {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  width: 100%;
}

.speakers__list-li-info-topic span {
  font-weight: bold;
}

.speakers__list-li-info-topic a {
  color: #009688;
}

/*-------------- advantages --------------*/
.advantages {
  padding: 6.875rem 0;
  position: relative;
}
.advantages .container {
  position: relative;
}

@media screen and (max-width: 768px) {
  .advantages {
    padding: 2.1875rem 0 4.875rem;
  }
  .advantages-slider {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .advantages {
    padding: 2.1875rem 0;
  }
}

.advantages__inner {
  padding-bottom: 3.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

@media screen and (max-width: 768px) {
  .advantages__inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.advantages__col {
  padding-right: 3em;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .advantages__col {
    width: 100%;
    padding-right: 0 !important;
  }
}

.advantages__col .section-title {
  margin-bottom: 1.875rem;
  line-height: 2.625rem;
}

@media screen and (max-width: 768px) {
  .advantages__col .section-title {
    margin-bottom: 0.625rem;
    padding-right: 0;
    text-align: center;
  }
}

.advantages__subtitle {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #000;
  margin-bottom: 0.75rem;
}

.adv__button {
  height: 3.75rem;
  padding: 0 2.375rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .advantages__subtitle {
    padding-right: 0;
  }
  .adv__button {
    height: 2.75rem;
    padding: 0 1.375rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .advantages__subtitle {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.advantages__list {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .advantages__list {
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .advantages__list {
    margin-bottom: 2.1875rem;
  }
}

.advantages__list-li {
  padding-left: 2.1875rem;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 1.25rem;
}

.advantages__list-li:last-child {
  margin-bottom: 0;
}

.advantages__list-li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 0.84375rem;
  height: 0.625rem;
  background: url("../img/icons/check.svg") no-repeat 50% / contain;
}

@media screen and (max-width: 480px) {
  .advantages__list-li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.advantages-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .advantages-slider {
    position: static;
    width: 100%;
    height: auto;
  }
}

.advantages-slider__inner {
  width: 100%;
  height: 100%;
}

.advantages-slider__ul {
  height: 100%;
}

.advantages-slider__ul .slick-arrow {
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #faff13;
  transition: all 0.3s;
  z-index: 1;
  font-size: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.advantages-slider__ul .slick-arrow:hover {
  background: #009688;
}

.advantages-slider__ul .slick-arrow::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.937rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advantages-slider__ul .slick-arrow.slick-prev {
  left: 2.062rem;
}

.advantages-slider__ul .slick-arrow.slick-prev::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.86496 8.5L8.33786 4.39982L8.5 4.25119L8.5 4.03124L8.5 3L8.5 1.86338L7.66214 2.63142L1.66214 8.13142L1.26005 8.5L1.66214 8.86858L7.66214 14.3686L8.5 15.1366L8.5 14L8.5 12.9688L8.5 12.7488L8.33786 12.6002L3.86496 8.5Z' fill='black' stroke='black'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
  background-size: contain;
}

.advantages-slider__ul .slick-arrow.slick-next {
  right: 2.062rem;
}

.advantages-slider__ul .slick-arrow.slick-next::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.13675 8.52346L0.661359 4.40354L0.500001 4.255L0.500001 4.03568L0.500001 3.00005L0.500001 1.86016L1.33864 2.63219L7.33864 8.1556L7.73824 8.52346L7.33864 8.89133L1.33864 14.4147L0.5 15.1868L0.5 14.0469L0.5 13.0112L0.5 12.7919L0.661358 12.6434L5.13675 8.52346Z' fill='black' stroke='black'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
  background-size: contain;
}

.advantages-slider__ul .slick-list {
  height: 100%;
}

.advantages-slider__ul .slick-track {
  height: 100%;
}

.advantages-slider__ul .slick-slide > div {
  height: 100%;
}

.advantages-slider__ul .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.125rem;
}

.advantages-slider__ul .slick-dots li {
  display: block;
  margin-right: 0.625rem;
}

.advantages-slider__ul .slick-dots li:last-child {
  margin-right: 0;
}

.advantages-slider__ul .slick-dots li.slick-active button {
  background: #009688;
}

.advantages-slider__ul .slick-dots li button {
  display: block;
  font-size: 0;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  width: 0.625rem;
  height: 0.625rem;
  background: #c4c4c4;
  transition: all 0.3s;
  border-radius: 0.625rem;
}

.advantages-slider__li {
  font-size: 0;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .advantages-slider__li {
    height: auto;
    width: 100%;
    padding-top: 139%;
    overflow: hidden;
    position: relative;
  }
}

.advantages-slider__li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: block;
  font-family: "object-fit: cover;", serif;
}

@media screen and (max-width: 480px) {
  .advantages-slider__li img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*-------------- programs --------------*/
.programs {
  padding-top: 6.25rem;
  padding-bottom: 6.875rem;
  background-color: #00b8a7;
  overflow: hidden;
}
.programs .section-title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .programs {
    padding: 2.25rem 0 4.25rem;
  }
}

.programs .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .programs .section-title {
    margin-bottom: 1.5625rem;
  }
}

@media screen and (max-width: 768px) {
  .programs__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2.1875rem;
  }
}

.programs__aside {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .programs__aside {
    width: 100%;
  }
}

.programs__actions {
  margin-bottom: 0.625rem;
  border-radius: 0.6254em;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .programs__actions {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.4375rem;
  }
}

.programs__btn {
  cursor: pointer;
  outline: none;
  padding: 2rem 2.375rem;
  width: calc(50% - 0.375rem);
  height: 7.75rem;
  background: #faff13;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  flex-wrap: wrap;
  text-align: left;
  border: none;
  opacity: 0.4;
}

.progday {
  font-size: 1.687rem;
  margin-bottom: 0.375rem;
  line-height: 1;
  width: 100%;
  font-weight: 900;
}

.programs__btn:hover,
.programs__btn.js-active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .programs__body {
    width: 100%;
  }
}

.programs__view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.programs__view-actions {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 600px) {
  .programs__view-actions {
    display: -ms-flexbox;
    display: flex;
  }
}

.programs__view-item {
  border-radius: 0.625rem;
  background-color: #fff;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.programs__view-item.js-active {
  display: -ms-flexbox;
  display: flex;
}

.programs__list {
  padding: 3.125rem;
}

@media screen and (max-width: 600px) {
  .programs__view-item-col.js-active {
    display: block;
  }
}

.programs__view-item-title {
  font-weight: bold;
  font-size: 1.312rem;
  line-height: 1.625rem;
  padding: 0.652rem 0;
  color: #fff;
  background: #00b8a7;
  text-align: center;
  border: 0.412rem solid #ffffff;
  border-radius: 0.625rem 0.625rem 0 0;
}

.programs__view-item-desc {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 2.1875rem;
}

.programs__item {
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #ebebeb;
  color: #000;
  position: relative;
}

.programs__item:last-child {
  margin-bottom: 0;
  padding-top: 0;
  border: none;
}

.programs__item ol {
  margin-left: 0 !important;
  padding-left: 1em !important;
}

.programs__item ol li {
  list-style: decimal !important;
}

.programs__item:last-child {
  margin-bottom: 0;
}

.programs__item:last-child::before {
  height: calc(100% + 3.75rem);
}

.programs__item.overflow .programs__item-cover {
  padding-bottom: 2.5rem;
}

.programs__item.overflow .show-all-programs-btn {
  display: block;
}

@media screen and (max-width: 600px) {
  .programs__item.overflow .show-all-programs-btn {
    display: none;
  }
}

.programs__item-inner {
  display: flex;
}

.programs__item-inner-overflow {
  transition: 0.3s;
  overflow: hidden;
}

.program__left {
  width: 18rem;
  min-width: 18rem;
  padding-right: 1.25rem;
}

@media screen and (max-width: 600px) {
  .programs__item-inner-overflow {
    overflow: visible;
    height: auto !important;
  }
}

.programs__item-date {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-left: 2.312rem;
  position: relative;
}

.programs__item-date::before {
  width: 1.375rem;
  height: 1.375rem;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 20.625C16.3157 20.625 20.625 16.3157 20.625 11C20.625 5.68426 16.3157 1.375 11 1.375C5.68426 1.375 1.375 5.68426 1.375 11C1.375 16.3157 5.68426 20.625 11 20.625Z' fill='%2300B8A7'/%3E%3Cpath d='M11 5.84375V11L14.0938 14.0938' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.programs__item-info {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}

.program__speakers {
  margin-top: 1.25rem;
}

.prsp__list {
  padding-left: 2.312rem;
  margin-bottom: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
}

.prsp__item {
  width: 3.187rem;
  height: 3.187rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
}

.prsp__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
}

.prsp__textlist {
  padding-left: 2.312rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  position: relative;
}

.prsp__textlist::before {
  width: 2.062rem;
  height: 2.062rem;
  top: -0.625em;
  left: -0.375em;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 15.8125C19.5376 15.8125 22 13.3501 22 10.3125C22 7.27493 19.5376 4.8125 16.5 4.8125C13.4624 4.8125 11 7.27493 11 10.3125C11 13.3501 13.4624 15.8125 16.5 15.8125Z' fill='%2300B8A7'/%3E%3Cpath d='M27.5 28.1875V22.6875C27.5 21.8625 27.0875 21.0375 26.4 20.4875C24.8875 19.25 22.9625 18.425 21.0375 17.875C19.6625 17.4625 18.15 17.1875 16.5 17.1875C14.9875 17.1875 13.475 17.4625 11.9625 17.875C10.0375 18.425 8.1125 19.3875 6.6 20.4875C5.9125 21.0375 5.5 21.8625 5.5 22.6875V28.1875H27.5Z' fill='%2300B8A7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.prsp__textlist li {
  margin-bottom: 0.5rem;
}

.prsp__textlist li:last-child {
  margin-bottom: 0;
}

.program__right {
  width: calc(100% - 18rem);
}

@media screen and (max-width: 480px) {
  .programs__item-info {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.programs__item-speaker {
  font-weight: 700;
  font-size: 1.132rem;
  line-height: 1.625rem;
}

@media screen and (max-width: 480px) {
  .programs__item-speaker {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.programs__item-position {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .programs__item-position {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.programs__item-theme {
  padding-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.programs__item-desc {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.programs__item-desc ul li {
  list-style-type: disc !important;
}

.programs__item-desc ol li {
  list-style-type: decimal !important;
}

.programs__item-theme span {
  font-weight: 400;
}

.programs__item-desctrue {
  display: none;
}

.seeMoreDesc {
  margin-top: 0.25em;
  color: #00b8a7;
  text-decoration: underline;
  display: block;
}

.programs__item-theme ol {
  margin: 0;
  padding-left: 1.2em !important;
}

.programs__item-theme li {
  list-style: decimal !important;
}

@media screen and (max-width: 480px) {
  .programs__item-theme {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.programs__item-theme h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.breakPart .programs__item-date {
  font-size: 1.025rem;
  padding-left: 2.212rem;
  line-height: 1;
  color: #00b8a7;
  font-weight: 700;
}

.breakPart .programs__item-date::before {
  width: 1.8rem;
  height: 1.8rem;
}

.breakPart .programs__item-info {
  margin-top: 1.3rem;
  font-size: 1.15em;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .programs__item-theme h5 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.programs .show-all-programs-btn {
  display: none;
  background: none;
  border: none;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: 7.5rem;
  padding-top: 3.125rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 40%);
  transition: 0.3s;
}

.programs .show-all-programs-btn.show {
  background: none;
  height: 3.75rem;
  padding-top: 0;
}

.committee {
  padding-top: 6.25rem;
  padding-bottom: 6.875rem;
}

.committee.blackSection {
  background-color: #000;
}

.committee.blackSection .section-title {
  color: #fff;
}

.committee.blackSection .speakers__list-li-name {
  background-color: #fff;
}

.commitee__country {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: flex-end;
}

.commitee__country img {
  width: 0.75rem;
  margin-right: 0.5rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .committee {
    padding: 2.1875rem 0 4.875rem;
  }
}

@media screen and (max-width: 1000px) {
  .programs__list {
    padding: 2rem;
  }
  .program__left {
    width: 14rem;
    min-width: 14rem;
  }
  .program__right {
    width: calc(100% - 14rem);
  }
  .programs__item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .programs__item-inner {
    display: block;
  }
  .program__left {
    width: 100%;
    min-width: inherit;
    margin-bottom: 1.625rem;
  }
  .program__right {
    width: 100%;
  }
  .program__speakers {
    display: flex;
    flex-direction: column;
  }
  .program__speakers {
    margin-top: 0;
  }
  .prsp__list {
    margin-top: 1.125rem;
    order: 2;
    padding: 0;
  }
  .programs__item-theme {
    padding-top: 0.5rem;
  }
  .programs__item-desc {
    margin-top: 0.5rem;
  }
  .breakPart .programs__item-date {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
  .breakPart .programs__item-date::before {
    width: 1rem;
    height: 1rem;
  }
  .breakPart .programs__item-info {
    margin-top: 1rem;
    font-size: 1em;
  }
  .programs__view-item-title {
    font-size: 0.75rem;
    line-height: 0.917rem;
    height: auto;
  }
  .programs__actions {
    margin-bottom: 0.312rem;
    justify-content: space-between;
  }
  .programs__btn {
    width: calc(50% - 0.187rem);
    padding: 0.625rem 1.25rem;
    display: block;
    height: auto;
    min-height: inherit;
  }
  .programs__btn {
    font-size: 0.75rem;
    line-height: 1;
  }
  .progday {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.625rem;
    display: block;
  }
  .programs__item-desc,
  .programs__item-theme {
    font-size: 0.75rem;
  }
  .programs__item-speaker {
    font-size: 1rem;
  }
  .prsp__textlist {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .prsp__item {
    width: 2.75rem;
    height: 2.75rem;
  }
  .prsp__textlist::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -0.25rem;
    top: -0.425em;
  }
  .prsp__textlist {
    margin-top: 1em;
    padding-left: 2.25rem;
  }
  .programs__item-date {
    padding-left: 2.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .programs__item-date::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media screen and (max-width: 380px) {
  .programs__actions {
    flex-wrap: wrap;
  }
  .programs__btn {
    width: 100%;
    margin-bottom: 0.375rem;
  }
  .programs__btn:last-child {
    margin: 0;
  }
}

/*-------------- tickets --------------*/
.tickets {
  background: #f8f8f8 !important;
  padding: 6.562rem 0;
}

@media screen and (max-width: 768px) {
  .tickets {
    padding: 2.25rem 0 4.5rem;
  }
}

@media screen and (max-width: 480px) {
  .tickets {
    position: relative;
    background: #fff;
  }
  .tickets::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background: #f8f8f8;
    z-index: 0;
  }
  .tickets .container {
    position: relative;
    z-index: 1;
  }
}

.tickets .section-title {
  text-align: center;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 768px) {
  .tickets .section-title {
    margin-bottom: 2.1875rem;
  }
}

.tickets__ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -31px;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .tickets__ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .tickets__ul {
    margin-bottom: 1.25rem;
  }
}

.tickets__item {
  margin: 0 31px;
  margin-bottom: 1.25rem;
  width: calc(100% / 3 - 62px);
  position: relative;
  order: 2;
}

.tickets__item:first-child {
  order: 0;
}

.tickets__item.hot {
  order: 1 !important;
}

.tickets__item.hot .tickets__item-inner {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 4px 30px 4px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .tickets__item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .tickets__item {
    width: 100%;
    max-width: 19.375rem;
  }
}

.tickets__item.with-count .tickets__item-name::after {
  display: none;
}

.tickets__item-popular {
  padding: 0.625rem 3.125rem;
  position: absolute;
  background: #009688;
  color: #fff;
  top: 0;
  right: 0;
  -webkit-transform: translate(27%, 45%) rotate(45deg);
  transform: translate(27%, 45%) rotate(45deg);
  z-index: 1;
  pointer-events: none;
  font-size: 1.25rem;
  text-align: center;
}

.tickets__item-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.tickets__item-top {
  width: 100%;
  padding: 38px 34px;
  padding-bottom: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .tickets__item-top {
    padding: 2.5rem 1.25rem 1.875rem;
  }
}

.tickets__item-bottom {
  width: 100%;
  text-align: center;
  padding-bottom: 43px;
}

.tickets__item-bottom hr {
  height: 15px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}

.newTickLink {
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-bottom: 12px;
  color: #000 !important;
  text-decoration: underline;
  font-weight: 400;
}

.newTickLink:last-child {
  margin-bottom: 0;
}

.tickets__item-bottom .btn-green {
  max-width: 269px;
  display: inline-flex;
  width: 100% !important;
  border-radius: 30px;
  font-size: 16px;
  height: 65px;
  padding: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.tickets__item-name {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}

.tickets__item-name > div {
  width: 100%;
}

.tickets__item-name span {
  font-weight: normal;
  font-size: 17px;
  display: block;
  margin-top: 11px;
}

.tickets__item-name-count {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #00b8a7;
}

.tickets__prices {
  padding-top: 35px;
}

.tickets__prices-li {
  display: block;
  margin-bottom: 26px;
  text-align: center;
}

.tickets__prices-li.current .tickets__prices-li-left > span {
  font-size: 32px;
  line-height: 22px;
  color: #009688 !important;
}

.tickets__prices-li.current .tickets__prices-li-right {
  color: #000;
}

.btnTickets {
  background-color: #faff13 !important;
  color: #000 !important;
}

@media screen and (max-width: 480px) {
  .tickets__prices-li.current .tickets__prices-li-left {
    font-size: 1.125rem;
  }
}

.tickets__prices-li-left {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 22px;
  color: #c4c4c4;
  font-weight: 700;
}

.tickets__prices-li-right {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #c4c4c4;
}

.tickets__oferta {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin: 0 auto;
}

.tickets__oferta a {
  color: #009688;
  display: inline;
}

.tickets-tabs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.tickets-tabs__tabs {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100px;
  border: 1px solid #c4c4c4;
  overflow: hidden;
}

.tickets-tabs__view {
  width: 100%;
}

.tickets-tabs__view-tab {
  width: 100%;
  display: none;
}

.tickets-tabs__view-tab.js-active {
  display: block;
}

.tickets-tabs__view-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 62px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin-bottom: 68px;
}

@media screen and (max-width: 480px) {
  .tickets-tabs__view-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.tickets-tabs__btn {
  cursor: pointer;
  outline: none;
  width: auto;
  height: 62px;
  padding: 0 2.7rem;
  border: none;
  background: transparent;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 100px;
}

.tickets-tabs__btn:hover,
.tickets-tabs__btn.js-active {
  background: #faff13;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1190px) {
  .tickets-tabs__view-title {
    font-size: 28px;
    line-height: 54px;
    margin-bottom: 40px;
  }
  .tickets-tabs__btn {
    height: 54px;
  }
  .tickets__ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tickets__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 3 - 20px);
  }
  .tickets__item-top {
    padding: 24px;
    padding-bottom: 16px;
  }
  .tickets__item-name {
    font-size: 22px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .tickets__prices {
    padding-top: 20px;
  }
  .tickets__prices-li {
    margin-bottom: 20px;
  }
  .tickets__prices-li.current .tickets__prices-li-left > span {
    font-size: 28px;
  }
  .tickets__item-bottom {
    padding-bottom: 24px;
  }
  .tickets__item-bottom .btn-green {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 990px) {
  .tickets-tabs__view-title {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 36px;
  }
  .tickets-tabs__btn {
    height: 50px;
  }
  .tickets__ul {
    margin-left: -6px;
    margin-right: -6px;
  }
  .tickets__item {
    margin-left: 6px;
    margin-right: 6px;
    width: calc(100% / 3 - 12px);
  }
  .tickets__item-top {
    padding: 16px;
    padding-top: 28px;
  }
  .tickets__item-name {
    font-size: 20px;
    line-height: 18px;
    padding-bottom: 16px;
  }
  .tickets__item-name {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
  }
  .tickets__prices {
    padding-top: 24px;
    padding-bottom: 6px;
  }
  .tickets__prices-li {
    margin-bottom: 16px;
  }
  .tickets__prices-li-left > span {
    font-size: 20px;
    line-height: 20px;
  }
  .tickets__prices-li-right {
    font-size: 14px;
  }
  .tickets__prices-li.current .tickets__prices-li-left > span {
    font-size: 24px;
  }
  .tickets__item-name-count {
    font-size: 14px;
    line-height: 1.1em;
  }
  .tickets__item-bottom {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .tickets__item-bottom .btn-green {
    max-width: calc(100% - 40px);
    height: 52px;
  }
  .newTickLink {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tickets-tabs__tabs {
    position: static;
  }
  .tickets-tabs__view-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: center;
    margin-top: 32px;
  }
  .tickets-tabs__btn {
    width: 50%;
    height: 50px;
    padding: 0 15px;
  }
  .tickets__ul {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .tickets__item {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .tickets-tabs__btn {
    font-size: 14px;
  }
  .tickets__ul {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
  .tickets__item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/*-------------- counter --------------*/
.counter {
  padding: 10rem 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.counter .counter__title {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .counter {
    padding: 2.6875rem 0 4rem;
  }
}

.counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
}

.counter .container {
  position: relative;
  z-index: 1;
}

.counter__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.counter__title {
  font-size: 2.5rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  font-weight: 900;
  margin-bottom: 2.6875rem;
  width: 100%;
  text-transform: uppercase;
}

.counter__count .timer {
  font-size: 1.875rem;
  line-height: 3.437rem;
  margin-bottom: 7.5rem;
  color: #fff;
  font-weight: 700;
}

.counter__count .timer span {
  font-size: 3.125rem;
  margin: 0 3.112rem;
}

.counter__count .timer span::after {
  font-size: 1.125rem;
  line-height: 1.625rem;
  bottom: -2.126rem;
}

.counter__btn {
  width: 18.86rem;
  height: 3.75rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .counter__title {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-bottom: 3.125rem;
    width: 100%;
    max-width: 18.75rem;
  }
  .counter__count .timer {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .counter__count .timer span {
    font-size: 1.6rem;
    margin: 0 1.112rem;
  }
  .counter__count .timer span::after {
    bottom: -1rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .counter__btn {
    width: 14.86rem;
    height: 2.75rem;
    font-size: 0.75rem;
  }
}

.clock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .clock {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.clock__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 6.875rem;
  position: relative;
}

.clock__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .clock__item {
    margin-right: 5.625rem;
  }
  .clock__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .clock__item {
    margin-right: 0;
    margin-bottom: 4.6875rem;
  }
  .clock__item:last-child {
    margin-bottom: 0;
  }
}

.clock__item-top {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 0.625rem;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .clock__item-top {
    font-size: 2.5rem;
  }
}

.clock__item-top--view {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clock__item-bottom {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .clock__item-bottom {
    font-size: 0.875rem;
  }
}

/*-------------- how-it-was --------------*/
.how-it-was {
  padding-top: 6.5rem;
  padding-bottom: 7.25rem;
}
.how-it-was .section-title {
  text-align: center !important;
}

.how__btn {
  width: 17.62rem;
  height: 3.75rem;
}

@media screen and (max-width: 768px) {
  .how-it-was {
    padding: 2.6875rem 0 4.0625rem;
  }
  .how__btn {
    width: 14.62rem;
    height: 2.75rem;
    font-size: 0.75rem;
  }
}

.how-it-was .section-title {
  text-align: center;
  margin-bottom: 5.625rem;
}

@media screen and (max-width: 768px) {
  .how-it-was .section-title {
    margin-bottom: 1.5625rem;
  }
}

.how-it-was__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
}

.how-it-was__video {
  position: relative;
  width: 100%;
  padding-top: 55.22%;
  overflow: hidden;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .how-it-was__video {
    margin-bottom: 2.125rem;
  }
}

.how-it-was__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------- faq --------------*/
.faq {
  padding-top: 6.5rem;
  padding-bottom: 6.875rem;
  background: #f8f8f8;
}
.faq .section-title {
  margin-bottom: 3.125rem;
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 2.25rem 0 4.0625rem;
  }
}

.faq .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .faq .section-title {
    margin-bottom: 1.6875rem;
  }
}

.faq__acco {
  margin-bottom: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.25rem;
}

.faq__btn {
  width: 17.625rem;
  height: 3.75rem;
}

.faq__inderbutton {
  margin-top: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  color: #000;
}

@media screen and (max-width: 768px) {
  .faq__acco {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .faq__btn {
    width: 14.625rem;
    height: 2.75rem;
    font-size: 0.75rem;
  }

  .faq__inderbutton {
    line-height: 1rem;
    font-size: 0.75rem;
  }
}

.faq__acco-ul {
  width: 50%;
  padding-left: 1.25rem;
}

@media screen and (max-width: 768px) {
  .faq__acco-ul {
    width: 100%;
  }
}

.faq__acco-item {
  width: 100%;
  margin-bottom: 1.625rem;
  color: #000000;
}

.faq__acco-item.js-active .faq__acco-item-top-close {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq__acco-item-inner {
  border-bottom: 0.0625rem solid rgba(236, 236, 236, 0.95);
  padding-bottom: 1.5625rem;
}

.faq__acco-item-top {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
  padding-right: 1.875rem;
}

@media screen and (max-width: 480px) {
  .faq__acco-item-top {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

.faq__acco-item-top-close {
  position: absolute;
  top: 0.1875rem;
  right: 0.9375rem;
  width: 0.75rem;
  height: 0.75rem;
  transition: all 0.3s;
}

.faq__acco-item-top-close::before,
.faq__acco-item-top-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #686868;
}

.faq__acco-item-top-close::before {
  width: 100%;
  height: 0.125rem;
}

.faq__acco-item-top-close::after {
  width: 0.125rem;
  height: 100%;
}

.faq__acco-item-bottom {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05em;
  padding: 1.5625rem 0 0;
  display: none;
}

.faq__acco-item-bottom ul li {
  list-style-type: disc !important;
}

.faq__acco-item-bottom ol li {
  list-style-type: decimal !important;
}

.programs__item-desc ul li {
  list-style-type: disc !important;
}

.programs__item-desc ol li {
  list-style-type: decimal !important;
}

@media screen and (max-width: 480px) {
  .faq__acco-item-bottom {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

.faq__acco-item-bottom a {
  color: #009688;
}

.faq__acco-item-bottom ul {
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}

.faq__acco-item-bottom ul li {
  margin-bottom: 0.625rem;
}

.faq__acco-item-bottom ul li:last-child {
  margin-bottom: 0;
}

.faq__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.faq__actions .btn-border {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .faq__actions .btn-border {
    margin-bottom: 1.25rem;
  }
}

/*-------------- reviews --------------*/
.reviews {
  padding-top: 6.5rem;
  padding-bottom: 6.875rem;
  overflow: hidden;
}

.reviews .section-title {
  margin-bottom: 3.125rem;
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .reviews {
    padding: 2.4375rem 0 4.0625rem;
  }
}

.reviews .section-title {
  text-align: center;
  margin-bottom: 4.1875rem;
}

@media screen and (max-width: 768px) {
  .reviews .section-title {
    margin-bottom: 3.125rem;
  }
}

.reviews__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 1.25rem);
  margin-left: -1.25rem;
  margin-bottom: 2.5rem;
}

.reviews__btn {
  width: 17.625rem;
  height: 3.75rem;
}

@media screen and (max-width: 768px) {
  .reviews__ul {
    margin-bottom: 1.875rem;
  }
  .reviews__btn {
    width: 14.625rem;
    height: 2.75rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 600px) {
  .reviews__ul {
    display: none;
  }
}

.reviews__mob {
  width: 100%;
  display: none;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 600px) {
  .reviews__mob {
    display: block;
  }
}

.reviews__mob .slick-slider {
  margin-left: -0.625rem;
}

.reviews__mob .slick-list {
  overflow: visible;
}

.reviews__mob .slick-slide li {
  font-size: 0;
  display: block !important;
  padding-left: 0.625rem;
}

.reviews__mob .slick-slide li > div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.41%;
}

.reviews__mob .slick-slide li > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviews__li {
  width: 33.33333%;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .reviews__li {
    width: 50%;
  }
}

.reviews__li-inner {
  width: 100%;
}

.reviews__li-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.41%;
}

.reviews__li-video[data-played="true"] .reviews__li-video-play {
  display: none;
}

.reviews__li-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviews__li-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reviews__li-video-play {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.reviews__li-video-play:hover .reviews__li-video-play-btn {
  background: #f00;
  opacity: 1;
}

.reviews__li-video-play img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  font-family: "object-fit: cover;", serif;
}

.reviews__li-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.25rem;
  height: 3rem;
  background: rgba(33, 33, 33, 0.8);
  border-radius: 1rem;
  z-index: 1;
}

.reviews__li-video-play-btn::before {
  content: "";
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

/*-------------- partners --------------*/
.partners {
  padding-top: 6.5rem;
  padding-bottom: 6.875rem;
  background: #f8f8f8;
}

.partners .section-title {
  margin-bottom: 3.125rem;
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .partners {
    padding: 2.75rem 0 4.0625rem;
  }
}

.partners--media {
  background: #fff;
}

.partners .section-title {
  margin-bottom: 3.5625rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .partners .section-title {
    margin-bottom: 2.5rem;
  }
}

.partners__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.partners__ul {
  margin: 0 -0.75rem;
  margin-bottom: -1.5rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.partners__ul.grey .partners__li-inner {
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .partners__ul {
    margin-bottom: 0;
  }
}

.partners__li {
  width: calc(20% - 1.5rem);
  margin: 0 0.75rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .partners__li {
    width: calc(25% - 1.5rem);
  }
}

@media screen and (max-width: 768px) {
  .partners__li {
    width: calc(100% / 3 - 1.5rem);
  }
}

@media screen and (max-width: 600px) {
  .partners__li {
    width: calc(50% - 1.5rem);
  }
}

.partners__li-inner {
  height: 6.812rem;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: inherit;
}

.partners__li-inner img {
  margin: 0 auto;
  max-width: 70%;
  max-height: 60%;
  display: block;
}

.partners__li-inner span {
  display: block;
  text-align: center;
  color: inherit;
  margin-top: 15px;
  font-weight: bold;
}

.partnear__button {
  width: 17.625rem;
  height: 3.75rem;
  margin-top: 3.75rem;
}

/*-------------- photos --------------*/
.photos__ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photos__li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .photos__li {
    width: 100%;
  }
  .partnear__button {
    width: 14.625rem;
    height: 2.75rem;
    margin-top: 1.75rem;
    font-size: 0.75rem;
  }
}

.photos__li-inner {
  width: 100%;
  padding-top: 45.91%;
  overflow: hidden;
  position: relative;
}

.photos__li-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;", serif;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------- map --------------*/
.map {
  width: 100%;
}

.map__inner {
  width: 100%;
  padding-top: 47.56%;
  overflow: hidden;
  position: relative;
  background: #a0fae3;
}

.map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------- contacts --------------*/
.contacts {
  padding-top: 3.125rem;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.contacts__content {
  padding-bottom: 4.375rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacts__part {
  min-width: 22.312rem;
}

.contact__therirle {
  font-size: 3.125rem;
  line-height: 4.125rem;
  opacity: 0.4;
  font-weight: 900;
  text-transform: uppercase;
}

.contact__item {
  margin-bottom: 1rem;
}

.contact__item a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #fff;
}

.contact__item span {
  font-size: 0.875rem;
  line-height: 1.625rem;
  display: flex;
  opacity: 0.4;
  font-weight: 900;
  text-transform: uppercase;
}

.contacts__part.center {
  text-align: center;
}

.contact__soc {
  display: flex;
  justify-content: center;
}

.contact__soc li {
  margin-right: 1.75rem;
}

.contact__soc li:last-child {
  margin: 0;
}

.contact__soc li a {
  display: block;
}

.contact__soc li a img {
  width: 2.375rem;
  height: auto;
  display: block;
}

.contact__loc {
  margin-top: 2.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.contacts__part.right {
  display: flex;
  justify-content: flex-end;
}

.footer__logo {
  width: 5.312rem;
}

.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.contact__bottom {
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.contact__bottom a {
  color: #fff;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
}

.footer__nav li {
  margin-right: 0.75rem;
}

.footer__nav li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contacts {
    padding: 2.1875rem 0 4.0625rem;
    padding-bottom: 1rem;
  }
  .contacts__content {
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding-bottom: 0;
  }
  .contacts__content .contacts__part {
    order: 2;
    width: auto;
    min-width: inherit;
    max-width: inherit;
    text-align: center;
  }
  .contacts__content .contacts__part:last-child {
    order: 1;
  }
  .contacts__part {
    margin-bottom: 2rem;
    font-size: 0.75rem;
  }
  .contact__therirle {
    font-size: 2.125rem;
    line-height: 3.125rem;
  }
  .contact__item {
    margin-bottom: 1rem;
  }
  .contact__item a {
    font-size: 1rem;
    line-height: 1rem;
  }
  .contact__item span {
    font-size: 0.75rem;
    line-height: 1.5rem;
    display: block;
  }
  .contact__soc li {
    margin-right: 1.25rem;
  }
  .contact__soc li a img {
    width: 2rem;
  }
  .contact__loc {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .contacts__part.right {
    justify-content: center;
  }
  .contact__bottom {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .contacts__part {
    min-width: inherit;
    width: auto;
  }
  .contact__bottom .contacts__part:first-child {
    order: 3;
    margin: 0;
  }
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
  }
}

.contacts__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.contacts .section-title {
  margin-bottom: 4.125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contacts .section-title {
    margin-bottom: 2.4375rem;
  }
}

.contacts__address {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 768px) {
  .contacts__address {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.contacts-wrap {
  width: 100%;
  max-width: 37.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 600px) {
  .contacts-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contacts-wrap .socials {
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.125rem;
}

@media screen and (max-width: 600px) {
  .contacts-wrap .socials {
    margin-top: 2.5rem;
  }
}

.contacts__col {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .contacts__col {
    width: 100%;
    margin-bottom: 2.25rem;
  }
  .contacts__col:last-child {
    margin-bottom: 0;
  }
}

.contacts__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__item svg {
  margin-bottom: 1.875rem;
}

.contacts__item svg.email {
  width: 3.125rem;
  height: 2.25rem;
}

.contacts__item svg.phone {
  width: 3rem;
  height: 3rem;
}

.contacts__item a {
  display: block;
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
  transition: all 0.3s;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .contacts__item a {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.contacts__item a:last-child {
  margin-bottom: 0;
}

.contacts__item a:hover {
  color: #009688;
}

/*-------------- .thankyoublock --------------*/
.thankyoublock {
  padding: 10.812rem 0;
  padding-top: 10.812rem;
  min-height: 100vh;
  background-color: #00b8a7;
  color: #fff;
  text-align: center;
}

.thankyoublock h1,
.thankyoublock h2,
.thankyoublock h3,
.thankyoublock h4 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 5.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 3.4375rem;
  color: transparent;
}

.thankyoublock .content {
  margin: 0 auto;
  max-width: 32.062rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 1.88rem;
  color: #000;
}

.thankyoublock__actions {
  margin-top: 1.88rem;
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
}

.thanks__btn {
  width: 15.375rem;
  height: 3.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0 auto;
}

.home__btn {
  width: 15.375rem;
  height: 3.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  margin: 0 auto;
}

.pay__text {
  color: #fff;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.75rem;
}

.info-block {
  padding-top: 6.25rem;
  padding-bottom: 7rem;
  background: #000;
  color: #fff;
}

.info-block .section-title {
  max-width: 64.5rem;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 2.375rem !important;
  text-align: center !important;
}

.info-block * {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .info-block {
    padding: 3.125rem 0 4.375rem;
  }
}

.info-block .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .info-block .section-title {
    max-width: 31.25rem;
    margin: 0 auto 1.875rem;
  }
  .thankyoublock {
    padding: 6.812rem 0;
    padding-top: 8.812rem;
  }
  .thankyoublock h1,
  .thankyoublock h2,
  .thankyoublock h3,
  .thankyoublock h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .thankyoublock__actions {
    margin-top: 1.2rem;
    gap: 1rem;
  }
}

.info-block__inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.info-block__desc {
  width: 100%;
  max-width: 46.5rem;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 3.125rem;
  text-align: center;
}

.info__btn {
  width: 18.5rem;
  height: 3.65rem;
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .info-block__desc {
    max-width: 31.25rem;
  }
  .info__btn {
    width: 16.5rem;
    height: 2.65rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .info-block__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/*-------------- organizators --------------*/

.organizators .speakers__list-li-inner {
  cursor: default;
}

.organizators-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -1.875rem;
}

.organizators-item {
  padding-left: 1.875rem;
  width: 25%;
}

.organizators-item__inner {
  width: 100%;
  position: relative;
}

.organizators-item__pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.organizators-item__pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;", sans-serif;
}

/*-------------- footer --------------*/

/*# sourceMappingURL=styles.css.map */

.order {
  padding: 6.25rem 0 3.75rem;
}
.order .section-title {
  text-align: center;
  line-height: 140%;
}
.order p {
  text-align: center;
  font-size: 1.375rem;
  line-height: 140%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .order .section-title br {
    display: none;
  }
  .order p {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .order p {
    font-size: 1rem;
  }
}
.order .btn-green {
  margin: 2.5rem auto 0;
}
