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

/*fonts*/

/*@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Regular-WebM.eot');
  src: url('../fonts/SuisseIntl-Regular-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Regular-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Regular-WebM.ttf') format('truetype'), url('../fonts/SuisseIntl-Regular-WebM.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot');
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-SemiBold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-SemiBold-WebM.ttf') format('truetype'), url('../fonts/SuisseIntl-SemiBold-WebM.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Bold-WebM.eot');
  src: url('../fonts/SuisseIntl-Bold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Bold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Bold-WebM.ttf') format('truetype'), url('../fonts/SuisseIntl-Bold-WebM.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}*/


@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-SemiBold.ttf');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-Bold.ttf');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}


@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-Black.ttf');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

/* page styles*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  background: #151515;
  font-style: normal;
  color: rgba(255, 255, 255, .8);
}

img {
  width: 100%;
}

.main {
  overflow: hidden;
}

.mobile_show {
  display: none !important;
}

.content-block-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.title {
  font-family: 'Unbounded', sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1350px) {
  .content-block-container {
    padding: 0 32px;
  }

  .title {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 980px) {
  .content-block-container {
    padding: 0 20px;
  }

  .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .mobile_show {
    display: block !important;
  }

  .mobile_hide {
    display: none !important;
  }

  .title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

/*btn-brackets */

/*.btn-brackets {
  color: #19191A;
  font-size: 16px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  height: 68px;
  width: 269px;
  min-width: 269px;
  display: block;
  text-align: center;
  border-radius: 11px;
  transition: 0.2s all;
  z-index: 2;
}

.btn-brackets::before {
  content: '';
  height: calc(100% - 4px);
  width: 19px;
  border: 2px solid #393C9B;
  border-radius: 11px 0 0 11px;
  border-right: none;
  top: 0;
  left: 0;
  transition: 0.2s all;
  position: absolute;
}

.btn-brackets::after {
  content: '';
  height: calc(100% - 4px);
  width: 19px;
  border: 2px solid #393C9B;
  border-radius: 0 11px 11px 0;
  border-left: none;
  top: 0;
  right: 0;
  transition: 0.2s all;
  position: absolute;
}

.btn-brackets:hover {
  background: #4F55D9;
  color: #FFF;
}

.btn-brackets:hover::after,
.btn-brackets:hover::before {
  border-color: #4F55D9;
}

.btn-brackets:active {
  background: #363CB9;
  color: #FFF;
}

.btn-brackets:active::after,
.btn-brackets:active::before {
  border-color: #363CB9;
}

@media screen and (max-width: 750px) {
  .btn-brackets {
    max-width: 400px;
    width: 100%;
  }

  .btn-brackets:hover {
    background: transparent;
    color: #19191A;
  }

  .btn-brackets:hover::after,
  .btn-brackets:hover::before {
    border-color: #393C9B;
  }

}*/



.btn {
  padding: 16px 32px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #BE8AF0;
  background: linear-gradient(113deg, rgba(224, 103, 74, .3) -10%, rgba(200, 86, 71, .3) 50%, rgba(224, 103, 74, .3) 110%);
  color: #F4F0FF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  outline: none;
  border: 0;
  transition: .2s;
  position: relative;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(130deg, rgba(247, 144, 67, 1) 0%, rgba(247, 144, 67, 0.5) 15%, rgba(247, 144, 67, 0) 50%, rgba(247, 144, 67, 0.5) 85%, rgba(247, 144, 67, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn__icon {
  width: 24px !important;
}
.btn:hover {
  background: linear-gradient(113deg, rgba(224, 103, 74, .5) -10%, rgba(200, 86, 71, .5) 50%, rgba(224, 103, 74, .5) 110%);
}
.btn:active {
  background: linear-gradient(113deg, rgba(224, 103, 74, .4) -10%, rgba(200, 86, 71, .4) 50%, rgba(224, 103, 74, .4) 110%);}
@media (max-width: 750px) {
  .btn {
    width: 100%;
  }
}

/*logo*/

.logo {
  width: 112px;
}

.logo a {
  display: block;
}

.logo img {
  display: flex;
  align-self: center;
}

@media (max-width: 750px) {
  .logo {
    width: 80px;
  }
}


.card {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 40px;
  position: relative;
}

.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(130deg, rgba(171, 171, 171, .2) -40%, rgba(147, 147, 147, 0) 140%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.timeout-html {
  display: inline;
}

/*header*/
.header {
  padding: 40px 24px 0;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14;
}

.header * {
  transition: .2s all;
}

.header__line {
  margin: auto;
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  border-radius: 16px;
  position: relative;
  background: linear-gradient(129deg, rgba(250, 250, 250, 0.07) -0.77%, rgba(164, 164, 164, 0.00) 140.72%);
  box-shadow: 14.21875px 15.23438px 43.67188px 0px rgba(194, 194, 194, 0.05) inset, 0px 65px 130px -5.07813px rgba(0, 0, 0, 0.05);
}

.header__nav {
  display: flex;
}

.header__nav-list {
  display: flex;
  list-style: none;
}

.header__nav-list li {
  padding: 8px;
  margin-left: 38px;
}

.header__nav-list li:first-child {
  margin-left: 0;
}

.header__nav-list a {
  background: var(--Headlines, linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: center;
  font-size: 18px;
  font-family: 'Unbounded', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.header__nav-list a:hover {
  color: #393C9B;
}

@media (max-width: 1350px) {
/*  .header {
    padding: 24px 16px 0 16px;
  }*/

/*  .header__line {
    padding: 14px 16px;
  }*/

  .header__nav-list a {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .header {
    padding: 20px 20px 0 20px;
  }
  .header__line {
    padding: 24px 32px;
  }
  .header__nav-list a {
    font-size: 12px;
  }
  .header__nav-list li {
    margin-left: 16px;
  }
}

@media (max-width: 750px) {
  .header {
    padding: 29px 20px 0 20px;
  }

  .header__line {
    padding: 24px 20px;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-template-areas:
      "a c"
      "b b";
  }

  .header__nav {
    width: 100%;
    display: block;
    grid-area: b;
    opacity: 0;
    padding: 0px;
  }

  .header__nav-list {
    display: block;
    margin-bottom: 0;
  }
  .header_show-nav .header__nav-list {
    margin-bottom: 16px;
  }

  .header__nav-list li {
    padding: 0px;
    margin: 0px;
  }

  .header__nav-list a {
    display: block;
    font-size: 16px;
    line-height: 0px;
    transition: .2s all;
    text-align: right;
  }

  .header_show-nav .header__nav {
    opacity: 1;
    padding: 16px 0 12px 0;
  }

  .header_show-nav .header__nav-list a {
    line-height: 20px;
    padding: 14px 0;
  }
}

@media (max-width: 750px) {
  .header__nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

/*burger-menu*/
.burger-menu {
  display: none;
  width: 48px;
  height: 48px;
}

.burger-line {
  width: 32px;
  height: 2px;
  background-color: #FFF;
  border-radius: 2px;
  position: absolute;
  top: 18px;
  right: 0;
  transition: .2s all;
}

.burger-line_bottom {
  width: 16px;
  top: 28px;
}

@media (max-width: 750px) {
  .burger-menu {
    display: block;
    cursor: pointer;
    right: 20px;
    top: 10px;
    position: absolute;
  }

  .burger-menu_close .burger-line_top {
    width: 25px;
    top: 23px;
    transform: rotate(45deg);
    right: 0;
  }

  .burger-menu_close .burger-line_bottom {
    width: 25px;
    top: 23px;
    transform: rotate(135deg);
  }
}

/*hero*/

.hero {
  margin: 336px 0 158px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 50% auto;
}

.hero__info {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  width: fit-content;
}

.hero__label {
  border-radius: 6px;
  padding: 10px 10px;
  background: linear-gradient(129deg, rgba(250, 250, 250, 0.07) -0.77%, rgba(164, 164, 164, 0.00) 140.72%);
  box-shadow: 14.21875px 15.23438px 43.67188px 0px rgba(194, 194, 194, 0.05) inset, 0px 65px 130px -5.07813px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.hero__label span {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.hero__title {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;font-family: Unbounded;
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 1.74px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

.hero__description {
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 40px 0;
}

.hero__left {
  position: relative;
  z-index: 2;
}

.hero__right {
  position: relative;
  z-index: 1;
}

.hero__img {
  width: 106%;
  margin: -35% 0 0 6%;
}



@media (max-width: 1350px) {
  .hero {
    margin: 264px 0 160px;
  }
  .hero__info {
    flex-direction: column;
  }

  .hero__title {
    font-size: 43px;
  }

  .hero__description {
    font-size: 20px;
  }

  .hero__img {
    width: 110%;
    margin: -16% 0 0 2%;
  }
}

@media (max-width: 980px) {

  .hero {
    margin: 190px 0 120px;
  }

  .hero__title {
    font-size: 33px;
  }

  .hero__description {
    font-size: 18px;
  }

  .hero__img {
    width: 110%;
    margin: -13% 0 0 2%;
  }

  .hero__hero {
    position: absolute;
    top: 100%;
    transition: 1s all;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
  }

  .hero_show .hero__hero {
    top: 22%;
  }
}

@media (max-width: 750px) {
  .hero {
    margin: 125px 0 80px;
  }

  .hero__grid {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }

  .hero__info {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    height: 0;
  }
  .header_show-nav .hero__info {
    height: initial;
  }

  .hero__label {
    margin: 0;
    border-radius: 10px;
    font-size: 13px;
    text-align: center;
  }
  .header_show-nav .hero__label {
    margin: 16px 0 0 0;
  }

  .hero__title {
    font-size: 29px;
    line-height: 110%;
    margin: 0;
    margin: 0 0 24px;
  }

  .hero_show .hero__title {
    max-width: initial;
  }

  .hero__description {
    font-size: 16px;
    margin: 0 0 24px 0;
    max-width: initial;
  }

/*  .hero__right {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    width: 100%;
  }*/

  .hero__img {
    width: 82%;
    margin: -10% 0 24px 9%;
  }

  .hero__hero {
    width: 80%;
  }

  .hero_show .hero__hero {
    top: 22%;
  }
}


/*main-themes-like-blocks*/

.main-themes-like-blocks {
  margin: 0 0 200px 0;
}

.main-themes-like-blocks__grid {
  display: grid !important;
  grid-template-columns: 100%;
  gap: 40px;
}

.main-themes-like-blocks__block {
  padding: 60px 60px 40px 374px;
  position: relative;
  min-height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-themes-like-blocks__block:nth-child(2n) {
  padding: 60px 374px 60px 60px;
}

.main-themes-like-blocks__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 200px;
}

.main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
  left: initial;
  right: 60px;
}

.main-themes-like-blocks__img img {
  display: flex;
  align-self: center;
}

.main-themes-like-blocks__title {
  color: rgba(25, 25, 26, 0.90);
  font-family: 'Unbounded', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-themes-like-blocks__desc {
  font-size: 24px;
  line-height: 150%;
  margin: 24px 0 0 0;
}

@media (max-width: 1200px) {
  .main-themes-like-blocks {
    margin: 0 0 160px 0;
  }

  .main-themes-like-blocks__block {
    border-radius: 32px;
    padding: 60px 40px 60px 280px;
    min-height: 258px;
  }

  .main-themes-like-blocks__block:nth-child(2n) {
    padding: 60px 280px 60px 40px;
  }

  .main-themes-like-blocks__img {
    left: 40px;
    width: 200px;
  }

  .main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
    right: 40px;
  }

  .main-themes-like-blocks__title {
    font-size: 30px;
  }

  .main-themes-like-blocks__desc {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .main-themes-like-blocks {
    margin: 0 0 120px 0;
  }

  .main-themes-like-blocks__grid {
    gap: 24px;
  }

  .main-themes-like-blocks__block {
    border-radius: 24px;
    padding: 42px 32px 42px 262px;
    min-height: 230px;
  }

  .main-themes-like-blocks__block:nth-child(2n) {
    padding: 42px 262px 42px 32px;
  }

  .main-themes-like-blocks__img {
    left: 32px;
/*    width: 160px;*/
  }

  .main-themes-like-blocks__block:nth-child(2n) .main-themes-like-blocks__img {
    right: 32px;
  }

  .main-themes-like-blocks__title {
    font-size: 24px;
  }

  .main-themes-like-blocks__desc {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .main-themes-like-blocks__grid {
    display: flex !important;
    gap: 0;
  }
  .main-themes-like-blocks .splide__track {
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .main-themes-like-blocks {
    margin: 0 0 80px 0;
  }

  .main-themes-like-blocks__block {
    padding: 16px;
    min-height: initial;
    display: block;
  }

  .main-themes-like-blocks__block:nth-child(2n) {
    padding: 24px;
  }

  .main-themes-like-blocks__img {
    position: static;
    width: 80px;
    transform: initial;
  }


  .main-themes-like-blocks__title {
    font-size: 20px;
    margin: 20px 0;
  }

  .main-themes-like-blocks__desc {
    font-size: 16px;
  }
}

/*speakers-bars*/

.speakers-bars {
  margin: 200px 0;
}

.speakers-bars .splide__list{
  display: flex!important;
  gap: 24px;
  flex-wrap: wrap;
}

.speakers-bars .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  border-radius: 40px;
  overflow: hidden;
  width: calc(33.3% - 16px);
}

.speakers-bars .splide__slide.splide__slide_big {
  width: calc(50% - 12px);
}
.speakers-bars__content {
  padding: 60px 20px;
  padding-bottom: 0;
}

.speakers-bars__name {
  font-family: 'Unbounded', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.speakers-bars__desc {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.speakers-bars__img {
  margin-top: auto;
  padding: 24px 0 0 0;
}

.speakers-bars__img img {
  display: flex;
  align-self: center;
  height: 410px;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 1200px) {
  .speakers-bars {
    margin: 160px 0;
  }

  .speakers-bars .splide__slide {
    min-height: 460px;
    border-radius: 32px;
  }

  .speakers-bars__name {
    font-size: 18px;
  }
  .speakers-bars__img img {
    display: flex;
    align-self: center;
    height: 340px;
  }
}

@media (max-width: 980px) {
  .speakers-bars {
    margin: 120px 0;
  }

  .speakers-bars .splide__track {
    overflow: auto;
    margin: 0 -20px -20px;
    padding: 0 0 20px 20px;
  }

  .speakers-bars .splide__list {
    display: flex!important;
    gap: 24px;
    width: max-content;
  }

  .speakers-bars .splide__slide {
    max-width: 400px;
  }
  .speakers-bars__content {
    padding: 42px 20px;
    padding-bottom: 0;
  }
  .speakers-bars__img {
    padding: 20px 0 0 0;
  }
  .speakers-bars__img img {
    height: 410px;
  }
}

@media (max-width: 750px) {
  .speakers-bars {
    margin: 80px 0;
  }

  .speakers-bars__content {
    padding: 24px 20px;
    padding-bottom: 0;
  }

  .speakers-bars .splide__track{
    margin: 0;
    padding: 0;
    overflow: initial;
  }

  .speakers-bars .splide__list{
    margin: 40px 0 0 0!important;
    display: flex!important;
    flex-wrap: nowrap;
    max-width: initial;
    width: 100%;
    gap: initial;
  }

  .speakers-bars .splide__slide {
    max-width: initial;
    border-radius: 24px;
  }

  .speakers-bars__desc {
    font-size: 14px;
  }

  .speakers-bars__img img {
    height: 370px;
  }

  .splide__pagination {
    margin: 24px;
    gap: 6px;
  }

  .splide__pagination__page{
    width: 10px;
    height: 10px;
    border-radius: 49.374px;
    background: linear-gradient(129deg, rgba(250, 250, 250, 0.07) -0.77%, rgba(164, 164, 164, 0.00) 140.72%);
    border: none;
  }
  .splide__pagination__page.is-active{
    background: linear-gradient(129deg, rgba(250, 250, 250, 0.47) -0.77%, rgba(164, 164, 164, 0.00) 140.72%);
  }
}


/*why*/

.why {
  margin: 200px 0;
}

.why__content {
  position: relative;
  padding: 48px 48px 48px 46%;
}

.why__title {
  margin-bottom: 32px;
}

.why__desc {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}

.why__img {
  position: absolute;
  top: 50%;
  transform: translate(-5%, -45%);
  z-index: 1;
  left: 0;
  width: 42%;
}

@media (max-width: 1200px) {
  .why {
    margin: 160px 0;
  }

  .why__content {
    padding: 40px 40px 40px 46%;
    border-radius: 32px;
  }

  .why__desc {
    font-size: 20px;
  }
  .why__img {
    transform: translate(-8%, -47%);
    width: 45%;
  }
}

@media (max-width: 980px) {
  .why {
    margin: 120px 0;
  }

  .why__content {
    padding: 32px 32px 32px 46%;
    border-radius: 24px;
  }

  .why__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .why__desc {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .why__img {
    transform: translate(-8%, -47%);
    width: 45%;
  }
}

@media (max-width: 750px) {
  .why {
    margin: 80px 0;
  }

  .why__content {
    padding: 24px;
  }

  .why__title {
    font-size: 24px;
  }

  .why__desc {
    font-size: 16px;
    margin: 24px 0;
  }

  .why__img {
    position: static;
    transform: translate(10%, -7%);
    width: 85%;
    margin-bottom: 0;
  }
}

/*reviews*/
.reviews {
  width: 100%;
  overflow: hidden;
  margin: 200px 0;
}

.reviews__container {
  position: relative;
  height: 310px;
  width: 100%;
}

.reviews .title {
  margin-bottom: 56px;
}

.reviews__list {
  position: absolute;
  left: 0;
  top: 0;
}

.reviews__animation {
  transform: translate(0%, 0%);
  animation: reviews__animation 45s linear infinite;
}

@keyframes reviews__animation {
  from {
    transform: translate(0%, 0%);
    ;
  }

  to {
    transform: translate(-50%, 0%);
    ;
  }
}


.reviews__line {
  display: flex;
  width: max-content;
  overflow: auto;
  margin: 24px 0 0 0;
}

.reviews__block {
  border-radius: 22px;
  padding: 21px 16px 21px 21px;
  margin-left: 24px;
  background: rgba(21, 21, 21, .5);
}

.reviews__block_1 {
  width: 455px;
}

.reviews__block_2 {
  width: 650px;
}

.reviews__block_3 {
  width: 320px;
}

.reviews__block_4 {
  width: 420px;
}

.reviews__block_5 {
  width: 348px;
}

.reviews__block_6 {
  width: 440px;
}

.reviews__block_7 {
  width: 362px;
}

.reviews__block_8 {
  width: 467px;
}

.reviews__block_9 {
  width: 375px;
}

.reviews__block_10 {
  width: 276px;
}

.reviews__block_11 {
  width: 470px;
}

.reviews__block_12 {
  width: 270px;
}

.reviews__block_13 {
  width: 317px;
}

.reviews__block_14 {
  width: 263px;
}

.reviews__block_15 {
  width: 437px;
}

.reviews__block_16 {
  width: 312px;
}

.reviews__block_17 {
  width: 381px;
}

.reviews__block_18 {
  width: 289px;
}

.reviews__name {
  font-family: 'Unbounded', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviews__text {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 130%;
}

@media screen and (max-width: 1350px) {
  .reviews {
    margin: 160px 0;
    height: 295px;
  }

  .reviews .title {
    margin-bottom: 40px;
  }

  .reviews__container {
    transform: translate(-10%, -10%) scale(0.8);
  }

  .reviews .title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  .reviews {
    margin: 120px 0;
    height: 305px;
  }

  .reviews .title {
    margin-bottom: 26px;
  }

  .reviews__container {
    transform: translate(-13%, -10%) scale(0.75);
  }
}

@media screen and (max-width: 750px) {
  .reviews {
    margin: 80px 0;
    height: 285px;
  }

  .reviews .title {
    margin-bottom: 16px;
  }
}

/*format*/
.format {
  margin: 200px 0;
/*  z-index: 12;*/
  position: relative;
}

.format__grid {
  margin: 80px 0 0 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 24px;
}

.format__icon {
  width: 40px;
}

.format__icon img {
  display: flex;
  align-self: center;
  justify-self: center;
}

.format__title {
  margin: 16px 0 0 0;
  font-family: 'Unbounded', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding: 0 0 24px;

}

.format__title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background: #424242;
  left: 0;
  bottom: 0;
}

.format__desc {
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 1350px) {
  .format {
    margin: 160px 0;
  }

  .format__grid {
    margin: 60px 0 0 0;
/*    grid-template-columns: calc(32% - 16px) calc(38% - 16px) calc(30% - 16px);*/
  }

  .format__title {
    font-size: 20px;
  }

  .format__desc {
    font-size: 16px;
    line-height: 150%;
  }
}

@media screen and (max-width: 980px) {
  .format {
    margin: 120px 0;
  }

  .format__grid {
    margin: 50px 0 0 0;
    gap: 18px;
  }

  .format__icon {
    width: 32px;
  }

  .format__title {
    font-size: 18px;
    margin: 12px 0 0 0;
    min-height: 67px;
  }

  .format__title::after {
    width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .format {
    margin: 80px 0;
  }


  .format__grid {
    margin: 40px 0 0 0;
    gap: 32px;
    grid-template-columns: 100%;
  }

  .format__icon {
    margin: initial;
  }

  .format__title {
    text-align: left;
    margin: 12px 0 0 0;
    padding: 0 0 16px 0;
    min-height: initial;
    font-size: 20px;
  }

  .format__title::after {
    left: 0px;
  }

  .format__desc {
    margin: 16px 0 0 0;
    text-align: left;
  }
}

/*events*/
.events {
  margin: 200px 0;
}

.events__grid {
  display: grid;
  grid-template-columns: calc(50% - 30px) auto;
  gap: 60px;
  align-items: center;
  max-width: 60%;
}

.events__text {}

.events .title {
  font-size: 40px;
  margin-bottom: 24px;
}

.events__desc {
  font-size: 24px;
  line-height: 150%;
}

.events__plate {
  border-radius: 40px;
  display: grid;
  grid-template-columns: 100%;
  padding: 27px 0;
}
.events__info {
  padding: 33px 60px;
  border-bottom: 1px solid #303030;
}
.events__info:last-child {
  border-bottom: 0;
}

.events__big {
  font-family: 'Unbounded', sans-serif;
  font-size: 74px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 256.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.events__ltl {
  font-size: 24px;
  line-height: 115%;
}

@media (max-width: 1200px) {
  .events {
    margin: 160px 0;
  }

  .events__grid {
    gap: 40px;
    max-width: initial;
    max-width: 90%;
  }

  .events__desc {
    font-size: 20px;
  }

  .events__plate {
    border-radius: 32px;
    padding: 22px 0;
  }
  .events__info {
    padding: 28px 42px;
  }
  .events__big {
    font-size: 60px;
    margin-bottom: 8px;
  }
}

@media (max-width: 980px) {
  .events {
    margin: 120px 0;
  }

  .events__grid {
    max-width: 100%;
    gap: 16px;
    grid-template-columns: calc(54% - 30px) auto;
  }

  .events__desc {
    font-size: 18px;
  }
  .events .title {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .events__plate {
    border-radius: 24px;
  }

  .events__big {
    font-size: 44px;
  }
  .events__info {
    padding: 20px 32px;
  }
}

@media (max-width: 750px) {
  .events {
    margin: 80px 0;
  }

  .events__grid {
    grid-template-columns: 100%;
    gap: 35px;
  }

  .events .title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .events__plate {
    margin: 0;
  }
}

/*about*/

.about {
  margin: 200px 0 0 0;
}

.about__content {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.about__text {
  max-width: 630px;
  position: relative;
  z-index: 2;
  padding: 37px 0 194px 0;
}
.about .title {
  margin-bottom: 32px;
}

.about__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.about__img {
  position: absolute;
  width: 900px;
  left: -70px;
  bottom: 0;
  z-index: 1;
}

.about__img img {
  display: flex;
  align-self: center;
}

@media (max-width: 1200px) {
  .about {
    margin: 160px 0 0 0;
  }
  
  .about__text {
    max-width: 468px;
    padding: 0 0 134px 0;
  }
  
  .about__desc {
    font-size: 20px;
    margin: 24px 0 0 0;
  }
  
  .about__img {
    width: 622px;
    left: -20px;
  }
}

@media (max-width: 980px) {
  .about {
    margin: 120px 0 0 0;
  }
  
  .about__text {
    max-width: 355px;
    padding: 0 0 81px 0;
  }
  
  .about__desc {
    font-size: 18px;
    margin: 32px 0 0 0;
  }
  
  .about__img {
    width: 523px;
    left: -80px;
    bottom: -20px;
  }
}

@media (max-width: 750px) {
  .about {
    margin: 80px 0 0 0;
  }
  
  .about__text {
    max-width: 100%;
    padding: 0 0 24px 0;
  }

  .about__content{
    display: block;
  }
  
  .about__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 24px 0 0 0;
  }
  
  .about__img {
    position: static;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  
  .about__img img {
    display: flex;
    align-self: center;
  }
}

/*footer*/
.footer {
  font-size: 13px;
  line-height: 16px;
  color: #EEEEEE;
  padding: 24px 0;
  background: #19191A;
  position: relative;
  z-index: 10;
}

.footer__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__col img {
  width: 120px;
}

.footer__text {
  margin: 12px 0 0 0;
}

.footer__col:nth-child(2) {
  text-align: right;
}

.footer__col a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer__col a:not(:first-child) {
  margin: 12px 0 0 0;
}

.footer__mobile-info {
  display: none;
}

.footer__color-mb {
  display: none;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 24px 0;
    z-index: 10;
    position: relative;
  }

  .footer__color-mb {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .footer__color-mb img {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer__grid {
    display: block;
  }

  .footer__col img {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
  }

  .footer__col {
    text-align: center;
  }

  .footer__text {
    display: none;
  }

  .footer__col:nth-child(2) {
    text-align: left;
    margin: 0;
  }

  .footer__col:nth-child(2) a {
    display: block;
    padding: 14px 0;
  }

  .footer__col a:not(:first-child) {
    margin: 0;
  }

  .footer__mobile-info {
    display: block;
    margin: 16px 0 0 0;
  }
}

/*form*/
/*blue-button*/
.blue-button{
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 24px;
  margin: 32px 0 0 0;
  border: none;
  background: #7D7DFF;
  border-radius: 12px;
  cursor: pointer;
  transition: .2s all;
  position: relative;
  z-index: 3;
}
.blue-button:hover{
  background:  #6456D5;
}
@media screen and (max-width: 1350px) {
  .blue-button{
    font-size: 16px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 980px) {
  .blue-button{
  margin: 18px 0 0 0;
  }
}
@media (max-width: 581px) {
  .blue-button{
    width: 100%;
  }
}

/*callbackform*/

.over-overlay {
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 100;
  min-height: 100vh;
  display: none;
}

.overlay {
  width: 100%;
  /*height: 100vh;
  height: -webkit-fill-available;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(310.97deg, rgba(217, 217, 217, 0.3) -10.41%, rgba(217, 217, 217, 0) 101.72%);
  border: 1.51852px solid rgba(149, 149, 149, 0.1);
  box-shadow: inset -3px -6px 9px rgba(255, 255, 255, 0.25);
  display: none;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.form-popup {
  display: none;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  z-index: 12;
}

.callbackform__message {
  position: relative;
  padding: 40px 48px;
  background: rgba(29, 29, 29, 0.8);
  border: 1px solid rgb(149, 149, 149, 0.5);
  ;
  border-radius: 32px;
}

.callbackform__message_thnx {
  text-align: center;
}

.close-icon {
  cursor: pointer;
  z-index: 6;
  position: absolute;
  top: 24px;
  right: 24px;
  height: 16px;
  width: 16px;
  background-image: url(../img/close-icon.svg?v=2);
  background-size: cover;
  background-repeat: no-repeat;
}

.callbackform__thnx-img {
  display: block;
  margin: 0 auto 4px auto;
  width: 56px;
}

.callbackform__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #F0F0F0;
}

.callbackform__description {
  font-size: 18px;
  line-height: 22px;
  color: #F0F0F0;
  margin: 8px 0 0 0;
}

.callbackform__note {
  color: #F0F0F0;
  opacity: 0.8;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0 0 0;
}

.callbackform__input {
  margin: 16px 0 0 0;
  background: #F0F0F0;
  border-radius: 10px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #454545 !important;
  padding: 12px 24px;
  border: none;
  width: 100%;
  outline: none;
  font-variant-numeric: lining-nums;
}

.callbackform__input::placeholder {
  color: rgba(29, 29, 29, 0.5);
}

.callbackform__btn {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 24px;
  margin: 24px 0 0 0;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: .2s all;
}

.callbackform__btn_disabled {
  background: #E2E2E2;
  color: rgba(29, 29, 29, 0.5);
}

/*.callbackform__btn:hover {
  background: #7987FF;
}*/

.callbackform__btn_disabled:hover {
  background: #E2E2E2 !important;
  color: rgba(29, 29, 29, 0.5) !important;
  cursor: initial;
}

.callbackform__agreecheck {
  margin: 16px 0 0 0;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
  transition: .2s;
}

.callbackform__agreecheck.error {
  border: 1px solid #FF5858;
  border-radius: 10px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
}

.callbackform__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.callbackform__checkbox+label {
  display: block;
  user-select: none;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #F0F0F0;
  opacity: 0.8;
}

.callbackform__agreecheck a, .callbackform__note-message a {
  color: inherit;
}

.callbackform__checkbox+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  cursor: pointer;
  border: 1px solid #F0F0F0;
}

.callbackform__checkbox:checked+label::before {
  background-image: url("../img/checkbox.svg?v=2");
  background-size: 80%;
}

.callbackform__error-message {
  color: #FF5858;
  position: relative;
  line-height: 0px;
  opacity: 0;
  transition: all .2s;
  font-size: 13px;
  margin: 8px 0 -8px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 0;
  width: max-content;
  max-width: 100%;
}

.callbackform__message input.error {
  color: #FF5858;
}

.callbackform__add-to-calendar {
  border: 2px solid rgb(240, 240, 240, 0.9);
  border-radius: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #F0F0F0;
  padding: 18px;
  margin: 16px 0 0 0;
  position: relative;
}

.callbackform__add-to-calendar img {
  width: 20px;
  position: relative;
  top: 3px;
  margin: -5px 0 0 3px;
}

@keyframes input-error {
  0% {
    transform: translate(0);
  }

  33% {
    transform: translate(5px);
  }

  66% {
    transform: translate(-5px);
  }

  100% {
    transform: translate(0);
  }
}

/*new styles*/
.hidden {
  display: none;
}

.callbackform___stap-phone-code {
  display: none;
  position: relative;
}

.callbackform___stap-with-email {
  display: none;
  position: relative;
}

.callbackform__note-message {
  color: #F0F0F0;
  opacity: 0.8;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0 0;
}

.allbackform__note-message_top {
  margin: 24px 0 0 0;
}

.callbackform__input-code-wrap {
  position: relative;
}

.callbackform__input-code-state {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: none;
}

.callbackform__input-code-state_sending {
  background: url(../img/sending.svg) center center no-repeat;
  transform: rotate(0);
  animation: rotation 2s linear infinite;
  display: block;
}

.callbackform__input-code-state_success {
  background: url(../img/success.svg) center center no-repeat;
  display: block;
}

.callbackform__input-code-state_new-code {
  background: url(../img/new-code.svg) center center no-repeat;
  display: block;
  cursor: pointer;
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.callbackform__href-next-step {
  text-decoration: underline;
  cursor: pointer;
  width: max-content;
  font-size: 18px;
  line-height: 28px;
  color: #F0F0F0;
  opacity: 0.8;
  margin: 20px 0 0 0;
}

.callbackform__arrow-back {
  position: absolute;
  top: -20px;
  left: -30px;
  cursor: pointer;
}

.callbackform__arrow-back img {
  width: 24px;
}

.callbackform___stap-phone-code-hidden {
  display: none;
}

.callbackform__message_thnx {
  display: none;
}

.callbackform__title_ltl {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 750px) {
  .callbackform__arrow-back {
    top: -19px;
    left: -12px;
  }

  .callbackform__arrow-back img {
    width: 17px;
  }

  .callbackform__title_ltl {
    font-size: 18px;
    line-height: 24px;
  }
}

/*pre-btn-qw*/
.pre-btn-qw {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}

.pre-btn-qw__text {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #F0F0F0;
}

.pre-btn-qw__switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pre-btn-qw__switch {
  background: #BDBDBD;
  width: 50px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  transition: .3s;
  flex-shrink: 0;
  cursor: pointer;
}

.pre-btn-qw__switch-tongue {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFFFFF;
  top: 2px;
  left: 2px;
  transition: .3s;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.pre-btn-qw__switch-input:checked+.pre-btn-qw__switch {
  background: #586DEC;
}

.pre-btn-qw__switch-input:checked+.pre-btn-qw__switch .pre-btn-qw__switch-tongue {
  left: 22px;
}

@media screen and (max-width: 750px) {
  .pre-btn-qw {
    margin-top: 12px;
  }

  .pre-btn-qw__text {
    font-size: 14px;
  }
}

/*new styles*/
@media screen and (max-width: 1350px) {
  .callbackform__description {
    font-size: 16px;
    line-height: 22px;
  }

  .callbackform__note {
    margin: 16px 0 0 0;
  }

  .callbackform__btn {
    font-size: 16px;
    border-radius: 8px;
  }

  .callbackform__input {
    font-size: 16px;
    line-height: 22px;
    border-radius: 8px;
  }

  .callbackform__add-to-calendar {
    border-radius: 8px;
    padding: 12px;
  }
}

@media screen and (max-width: 750px) {
  .form-popup {
    max-width: 400px;
  }

  .callbackform__message {
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 32px 24px 32px 24px;
  }

  .close-icon {
    top: 17px;
    right: 16px;
    height: 16px;
    width: 16px;
  }

  .callbackform__title {
    font-size: 24px;
    line-height: 28px;
  }

  .callbackform__description {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 8px 0;
  }

  .callbackform__input {
    margin: 8px 0 0 0;
    line-height: 20px;
    padding: 12px 16px;
  }

  .callbackform__btn {
    padding: 14px 24px;
  }

  .callbackform__checkbox+label {
    padding: 0 0 0 32px;
  }
}




/*phone mask*/
.callbackform__input-container {
  position: relative;
  margin-top: 16px;
  display: inline-block;
  width: 100%;
}
.callbackform__input-container .callbackform__input {
  margin: 0;
}
.callbackform__input-phone-mask {
  padding: 12px 24px 12px 73px;
}
.callbackform__input.border-square {
  border-radius: 10px 10px 0 0;
}

.callbackform__flag-container {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 57px;
    height: 40px;
    background: #fff;
    border-radius: 6px;
    padding: 12px 0 12px 12px;
    display: flex;
    align-items: center;
}

.callbackform__flag-container::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    background: url(../img/callbackform__flag-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
}

.callbackform__flag {
/*  height: 15px;*/
/*  box-shadow: 0px 0px 1px 0px #888;*/
    border-radius: 2.5px;
    width: 20px;
    margin: 0 16px 0 0;
    transform: scale(1.2);
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    flex-shrink: 0;
}
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .callbackform__flag {
      background-image: url("../img/flags@2x.png"); } }

.callbackform__dropdown {
  position: absolute;
  top: 56px;
  background: #F8F8F8;
  z-index: 1;
  width: 100%;
  border: 1px solid #EDEDED;
  border-radius: 0px 0px 12px 12px;
  overflow: hidden;
}

.callbackform__dropdown.hide {
  display: none;
}

.callbackform__dropdown.show {
  display: block;
}

.callbackform__country-list {
  padding: 0;
  margin: 0;
  height: 100%;
  max-height: 50vh;
  overflow: auto;
}

.callbackform__country-item {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 22px;
    cursor: pointer;
}

.callbackform__country-item.hide {
  display: none;
}

.callbackform__country-item:hover {
    background: #fff;
}

.callbackform__country-name {
  display: inline-block;
  margin-right: 8px;
  color: #454545;
}
.callbackform__country-phone-code {
  color: #454545;
}


@media screen and (max-width: 750px) {
  .callbackform__dropdown {
      top: 44px;
  }
}




/*flags*/

.callbackform__flag {}
  .callbackform__flag.flag_be {
    width: 18px; }
  .callbackform__flag.flag_ch {
    width: 15px; }
  .callbackform__flag.flag_mc {
    width: 19px; }
  .callbackform__flag.flag_ne {
    width: 18px; }
  .callbackform__flag.flag_np {
    width: 13px; }
  .callbackform__flag.flag_va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .callbackform__flag {
      background-size: 5652px 15px; } }
  .callbackform__flag.flag_ac {
    height: 10px;
    background-position: 0px 0px; }
  .callbackform__flag.flag_ad {
    height: 14px;
    background-position: -22px 0px; }
  .callbackform__flag.flag_ae {
    height: 10px;
    background-position: -44px 0px; }
  .callbackform__flag.flag_af {
    height: 14px;
    background-position: -66px 0px; }
  .callbackform__flag.flag_ag {
    height: 14px;
    background-position: -88px 0px; }
  .callbackform__flag.flag_ai {
    height: 10px;
    background-position: -110px 0px; }
  .callbackform__flag.flag_al {
    height: 15px;
    background-position: -132px 0px; }
  .callbackform__flag.flag_am {
    height: 10px;
    background-position: -154px 0px; }
  .callbackform__flag.flag_ao {
    height: 14px;
    background-position: -176px 0px; }
  .callbackform__flag.flag_aq {
    height: 14px;
    background-position: -198px 0px; }
  .callbackform__flag.flag_ar {
    height: 13px;
    background-position: -220px 0px; }
  .callbackform__flag.flag_as {
    height: 10px;
    background-position: -242px 0px; }
  .callbackform__flag.flag_at {
    height: 14px;
    background-position: -264px 0px; }
  .callbackform__flag.flag_au {
    height: 10px;
    background-position: -286px 0px; }
  .callbackform__flag.flag_aw {
    height: 14px;
    background-position: -308px 0px; }
  .callbackform__flag.flag_ax {
    height: 13px;
    background-position: -330px 0px; }
  .callbackform__flag.flag_az {
    height: 10px;
    background-position: -352px 0px; }
  .callbackform__flag.flag_ba {
    height: 10px;
    background-position: -374px 0px; }
  .callbackform__flag.flag_bb {
    height: 14px;
    background-position: -396px 0px; }
  .callbackform__flag.flag_bd {
    height: 12px;
    background-position: -418px 0px; }
  .callbackform__flag.flag_be {
    height: 15px;
    background-position: -440px 0px; }
  .callbackform__flag.flag_bf {
    height: 14px;
    background-position: -460px 0px; }
  .callbackform__flag.flag_bg {
    height: 12px;
    background-position: -482px 0px; }
  .callbackform__flag.flag_bh {
    height: 12px;
    background-position: -504px 0px; }
  .callbackform__flag.flag_bi {
    height: 12px;
    background-position: -526px 0px; }
  .callbackform__flag.flag_bj {
    height: 14px;
    background-position: -548px 0px; }
  .callbackform__flag.flag_bl {
    height: 14px;
    background-position: -570px 0px; }
  .callbackform__flag.flag_bm {
    height: 10px;
    background-position: -592px 0px; }
  .callbackform__flag.flag_bn {
    height: 10px;
    background-position: -614px 0px; }
  .callbackform__flag.flag_bo {
    height: 14px;
    background-position: -636px 0px; }
  .callbackform__flag.flag_bq {
    height: 14px;
    background-position: -658px 0px; }
  .callbackform__flag.flag_br {
    height: 14px;
    background-position: -680px 0px; }
  .callbackform__flag.flag_bs {
    height: 10px;
    background-position: -702px 0px; }
  .callbackform__flag.flag_bt {
    height: 14px;
    background-position: -724px 0px; }
  .callbackform__flag.flag_bv {
    height: 15px;
    background-position: -746px 0px; }
  .callbackform__flag.flag_bw {
    height: 14px;
    background-position: -768px 0px; }
  .callbackform__flag.flag_by {
    height: 10px;
    background-position: -790px 0px; }
  .callbackform__flag.flag_bz {
    height: 14px;
    background-position: -812px 0px; }
  .callbackform__flag.flag_ca {
    height: 10px;
    background-position: -834px 0px; }
  .callbackform__flag.flag_cc {
    height: 10px;
    background-position: -856px 0px; }
  .callbackform__flag.flag_cd {
    height: 15px;
    background-position: -878px 0px; }
  .callbackform__flag.flag_cf {
    height: 14px;
    background-position: -900px 0px; }
  .callbackform__flag.flag_cg {
    height: 14px;
    background-position: -922px 0px; }
  .callbackform__flag.flag_ch {
    height: 15px;
    background-position: -944px 0px; }
  .callbackform__flag.flag_ci {
    height: 14px;
    background-position: -961px 0px; }
  .callbackform__flag.flag_ck {
    height: 10px;
    background-position: -983px 0px; }
  .callbackform__flag.flag_cl {
    height: 14px;
    background-position: -1005px 0px; }
  .callbackform__flag.flag_cm {
    height: 14px;
    background-position: -1027px 0px; }
  .callbackform__flag.flag_cn {
    height: 14px;
    background-position: -1049px 0px; }
  .callbackform__flag.flag_co {
    height: 14px;
    background-position: -1071px 0px; }
  .callbackform__flag.flag_cp {
    height: 14px;
    background-position: -1093px 0px; }
  .callbackform__flag.flag_cr {
    height: 12px;
    background-position: -1115px 0px; }
  .callbackform__flag.flag_cu {
    height: 10px;
    background-position: -1137px 0px; }
  .callbackform__flag.flag_cv {
    height: 12px;
    background-position: -1159px 0px; }
  .callbackform__flag.flag_cw {
    height: 14px;
    background-position: -1181px 0px; }
  .callbackform__flag.flag_cx {
    height: 10px;
    background-position: -1203px 0px; }
  .callbackform__flag.flag_cy {
    height: 14px;
    background-position: -1225px 0px; }
  .callbackform__flag.flag_cz {
    height: 14px;
    background-position: -1247px 0px; }
  .callbackform__flag.flag_de {
    height: 12px;
    background-position: -1269px 0px; }
  .callbackform__flag.flag_dg {
    height: 10px;
    background-position: -1291px 0px; }
  .callbackform__flag.flag_dj {
    height: 14px;
    background-position: -1313px 0px; }
  .callbackform__flag.flag_dk {
    height: 15px;
    background-position: -1335px 0px; }
  .callbackform__flag.flag_dm {
    height: 10px;
    background-position: -1357px 0px; }
  .callbackform__flag.flag_do {
    height: 14px;
    background-position: -1379px 0px; }
  .callbackform__flag.flag_dz {
    height: 14px;
    background-position: -1401px 0px; }
  .callbackform__flag.flag_ea {
    height: 14px;
    background-position: -1423px 0px; }
  .callbackform__flag.flag_ec {
    height: 14px;
    background-position: -1445px 0px; }
  .callbackform__flag.flag_ee {
    height: 13px;
    background-position: -1467px 0px; }
  .callbackform__flag.flag_eg {
    height: 14px;
    background-position: -1489px 0px; }
  .callbackform__flag.flag_eh {
    height: 10px;
    background-position: -1511px 0px; }
  .callbackform__flag.flag_er {
    height: 10px;
    background-position: -1533px 0px; }
  .callbackform__flag.flag_es {
    height: 14px;
    background-position: -1555px 0px; }
  .callbackform__flag.flag_et {
    height: 10px;
    background-position: -1577px 0px; }
  .callbackform__flag.flag_eu {
    height: 14px;
    background-position: -1599px 0px; }
  .callbackform__flag.flag_fi {
    height: 12px;
    background-position: -1621px 0px; }
  .callbackform__flag.flag_fj {
    height: 10px;
    background-position: -1643px 0px; }
  .callbackform__flag.flag_fk {
    height: 10px;
    background-position: -1665px 0px; }
  .callbackform__flag.flag_fm {
    height: 11px;
    background-position: -1687px 0px; }
  .callbackform__flag.flag_fo {
    height: 15px;
    background-position: -1709px 0px; }
  .callbackform__flag.flag_fr {
    height: 14px;
    background-position: -1731px 0px; }
  .callbackform__flag.flag_ga {
    height: 15px;
    background-position: -1753px 0px; }
  .callbackform__flag.flag_gb {
    height: 10px;
    background-position: -1775px 0px; }
  .callbackform__flag.flag_gd {
    height: 12px;
    background-position: -1797px 0px; }
  .callbackform__flag.flag_ge {
    height: 14px;
    background-position: -1819px 0px; }
  .callbackform__flag.flag_gf {
    height: 14px;
    background-position: -1841px 0px; }
  .callbackform__flag.flag_gg {
    height: 14px;
    background-position: -1863px 0px; }
  .callbackform__flag.flag_gh {
    height: 14px;
    background-position: -1885px 0px; }
  .callbackform__flag.flag_gi {
    height: 10px;
    background-position: -1907px 0px; }
  .callbackform__flag.flag_gl {
    height: 14px;
    background-position: -1929px 0px; }
  .callbackform__flag.flag_gm {
    height: 14px;
    background-position: -1951px 0px; }
  .callbackform__flag.flag_gn {
    height: 14px;
    background-position: -1973px 0px; }
  .callbackform__flag.flag_gp {
    height: 14px;
    background-position: -1995px 0px; }
  .callbackform__flag.flag_gq {
    height: 14px;
    background-position: -2017px 0px; }
  .callbackform__flag.flag_gr {
    height: 14px;
    background-position: -2039px 0px; }
  .callbackform__flag.flag_gs {
    height: 10px;
    background-position: -2061px 0px; }
  .callbackform__flag.flag_gt {
    height: 13px;
    background-position: -2083px 0px; }
  .callbackform__flag.flag_gu {
    height: 11px;
    background-position: -2105px 0px; }
  .callbackform__flag.flag_gw {
    height: 10px;
    background-position: -2127px 0px; }
  .callbackform__flag.flag_gy {
    height: 12px;
    background-position: -2149px 0px; }
  .callbackform__flag.flag_hk {
    height: 14px;
    background-position: -2171px 0px; }
  .callbackform__flag.flag_hm {
    height: 10px;
    background-position: -2193px 0px; }
  .callbackform__flag.flag_hn {
    height: 10px;
    background-position: -2215px 0px; }
  .callbackform__flag.flag_hr {
    height: 10px;
    background-position: -2237px 0px; }
  .callbackform__flag.flag_ht {
    height: 12px;
    background-position: -2259px 0px; }
  .callbackform__flag.flag_hu {
    height: 10px;
    background-position: -2281px 0px; }
  .callbackform__flag.flag_ic {
    height: 14px;
    background-position: -2303px 0px; }
  .callbackform__flag.flag_id {
    height: 14px;
    background-position: -2325px 0px; }
  .callbackform__flag.flag_ie {
    height: 10px;
    background-position: -2347px 0px; }
  .callbackform__flag.flag_il {
    height: 15px;
    background-position: -2369px 0px; }
  .callbackform__flag.flag_im {
    height: 10px;
    background-position: -2391px 0px; }
  .callbackform__flag.flag_in {
    height: 14px;
    background-position: -2413px 0px; }
  .callbackform__flag.flag_io {
    height: 10px;
    background-position: -2435px 0px; }
  .callbackform__flag.flag_iq {
    height: 14px;
    background-position: -2457px 0px; }
  .callbackform__flag.flag_ir {
    height: 12px;
    background-position: -2479px 0px; }
  .callbackform__flag.flag_is {
    height: 15px;
    background-position: -2501px 0px; }
  .callbackform__flag.flag_it {
    height: 14px;
    background-position: -2523px 0px; }
  .callbackform__flag.flag_je {
    height: 12px;
    background-position: -2545px 0px; }
  .callbackform__flag.flag_jm {
    height: 10px;
    background-position: -2567px 0px; }
  .callbackform__flag.flag_jo {
    height: 10px;
    background-position: -2589px 0px; }
  .callbackform__flag.flag_jp {
    height: 14px;
    background-position: -2611px 0px; }
  .callbackform__flag.flag_ke {
    height: 14px;
    background-position: -2633px 0px; }
  .callbackform__flag.flag_kg {
    height: 12px;
    background-position: -2655px 0px; }
  .callbackform__flag.flag_kh {
    height: 13px;
    background-position: -2677px 0px; }
  .callbackform__flag.flag_ki {
    height: 10px;
    background-position: -2699px 0px; }
  .callbackform__flag.flag_km {
    height: 12px;
    background-position: -2721px 0px; }
  .callbackform__flag.flag_kn {
    height: 14px;
    background-position: -2743px 0px; }
  .callbackform__flag.flag_kp {
    height: 10px;
    background-position: -2765px 0px; }
  .callbackform__flag.flag_kr {
    height: 14px;
    background-position: -2787px 0px; }
  .callbackform__flag.flag_kw {
    height: 10px;
    background-position: -2809px 0px; }
  .callbackform__flag.flag_ky {
    height: 10px;
    background-position: -2831px 0px; }
  .callbackform__flag.flag_kz {
    height: 10px;
    background-position: -2853px 0px; }
  .callbackform__flag.flag_la {
    height: 14px;
    background-position: -2875px 0px; }
  .callbackform__flag.flag_lb {
    height: 14px;
    background-position: -2897px 0px; }
  .callbackform__flag.flag_lc {
    height: 10px;
    background-position: -2919px 0px; }
  .callbackform__flag.flag_li {
    height: 12px;
    background-position: -2941px 0px; }
  .callbackform__flag.flag_lk {
    height: 10px;
    background-position: -2963px 0px; }
  .callbackform__flag.flag_lr {
    height: 11px;
    background-position: -2985px 0px; }
  .callbackform__flag.flag_ls {
    height: 14px;
    background-position: -3007px 0px; }
  .callbackform__flag.flag_lt {
    height: 12px;
    background-position: -3029px 0px; }
  .callbackform__flag.flag_lu {
    height: 12px;
    background-position: -3051px 0px; }
  .callbackform__flag.flag_lv {
    height: 10px;
    background-position: -3073px 0px; }
  .callbackform__flag.flag_ly {
    height: 10px;
    background-position: -3095px 0px; }
  .callbackform__flag.flag_ma {
    height: 14px;
    background-position: -3117px 0px; }
  .callbackform__flag.flag_mc {
    height: 15px;
    background-position: -3139px 0px; }
  .callbackform__flag.flag_md {
    height: 10px;
    background-position: -3160px 0px; }
  .callbackform__flag.flag_me {
    height: 10px;
    background-position: -3182px 0px; }
  .callbackform__flag.flag_mf {
    height: 14px;
    background-position: -3204px 0px; }
  .callbackform__flag.flag_mg {
    height: 14px;
    background-position: -3226px 0px; }
  .callbackform__flag.flag_mh {
    height: 11px;
    background-position: -3248px 0px; }
  .callbackform__flag.flag_mk {
    height: 10px;
    background-position: -3270px 0px; }
  .callbackform__flag.flag_ml {
    height: 14px;
    background-position: -3292px 0px; }
  .callbackform__flag.flag_mm {
    height: 14px;
    background-position: -3314px 0px; }
  .callbackform__flag.flag_mn {
    height: 10px;
    background-position: -3336px 0px; }
  .callbackform__flag.flag_mo {
    height: 14px;
    background-position: -3358px 0px; }
  .callbackform__flag.flag_mp {
    height: 10px;
    background-position: -3380px 0px; }
  .callbackform__flag.flag_mq {
    height: 14px;
    background-position: -3402px 0px; }
  .callbackform__flag.flag_mr {
    height: 14px;
    background-position: -3424px 0px; }
  .callbackform__flag.flag_ms {
    height: 10px;
    background-position: -3446px 0px; }
  .callbackform__flag.flag_mt {
    height: 14px;
    background-position: -3468px 0px; }
  .callbackform__flag.flag_mu {
    height: 14px;
    background-position: -3490px 0px; }
  .callbackform__flag.flag_mv {
    height: 14px;
    background-position: -3512px 0px; }
  .callbackform__flag.flag_mw {
    height: 14px;
    background-position: -3534px 0px; }
  .callbackform__flag.flag_mx {
    height: 12px;
    background-position: -3556px 0px; }
  .callbackform__flag.flag_my {
    height: 10px;
    background-position: -3578px 0px; }
  .callbackform__flag.flag_mz {
    height: 14px;
    background-position: -3600px 0px; }
  .callbackform__flag.flag_na {
    height: 14px;
    background-position: -3622px 0px; }
  .callbackform__flag.flag_nc {
    height: 10px;
    background-position: -3644px 0px; }
  .callbackform__flag.flag_ne {
    height: 15px;
    background-position: -3666px 0px; }
  .callbackform__flag.flag_nf {
    height: 10px;
    background-position: -3686px 0px; }
  .callbackform__flag.flag_ng {
    height: 10px;
    background-position: -3708px 0px; }
  .callbackform__flag.flag_ni {
    height: 12px;
    background-position: -3730px 0px; }
  .callbackform__flag.flag_nl {
    height: 14px;
    background-position: -3752px 0px; }
  .callbackform__flag.flag_no {
    height: 15px;
    background-position: -3774px 0px; }
  .callbackform__flag.flag_np {
    height: 15px;
    background-position: -3796px 0px; }
  .callbackform__flag.flag_nr {
    height: 10px;
    background-position: -3811px 0px; }
  .callbackform__flag.flag_nu {
    height: 10px;
    background-position: -3833px 0px; }
  .callbackform__flag.flag_nz {
    height: 10px;
    background-position: -3855px 0px; }
  .callbackform__flag.flag_om {
    height: 10px;
    background-position: -3877px 0px; }
  .callbackform__flag.flag_pa {
    height: 14px;
    background-position: -3899px 0px; }
  .callbackform__flag.flag_pe {
    height: 14px;
    background-position: -3921px 0px; }
  .callbackform__flag.flag_pf {
    height: 14px;
    background-position: -3943px 0px; }
  .callbackform__flag.flag_pg {
    height: 15px;
    background-position: -3965px 0px; }
  .callbackform__flag.flag_ph {
    height: 10px;
    background-position: -3987px 0px; }
  .callbackform__flag.flag_pk {
    height: 14px;
    background-position: -4009px 0px; }
  .callbackform__flag.flag_pl {
    height: 13px;
    background-position: -4031px 0px; }
  .callbackform__flag.flag_pm {
    height: 14px;
    background-position: -4053px 0px; }
  .callbackform__flag.flag_pn {
    height: 10px;
    background-position: -4075px 0px; }
  .callbackform__flag.flag_pr {
    height: 14px;
    background-position: -4097px 0px; }
  .callbackform__flag.flag_ps {
    height: 10px;
    background-position: -4119px 0px; }
  .callbackform__flag.flag_pt {
    height: 14px;
    background-position: -4141px 0px; }
  .callbackform__flag.flag_pw {
    height: 13px;
    background-position: -4163px 0px; }
  .callbackform__flag.flag_py {
    height: 11px;
    background-position: -4185px 0px; }
  .callbackform__flag.flag_qa {
    height: 8px;
    background-position: -4207px 0px; }
  .callbackform__flag.flag_re {
    height: 14px;
    background-position: -4229px 0px; }
  .callbackform__flag.flag_ro {
    height: 14px;
    background-position: -4251px 0px; }
  .callbackform__flag.flag_rs {
    height: 14px;
    background-position: -4273px 0px; }
  .callbackform__flag.flag_ru {
    height: 14px;
    background-position: -4295px 0px; }
  .callbackform__flag.flag_rw {
    height: 14px;
    background-position: -4317px 0px; }
  .callbackform__flag.flag_sa {
    height: 14px;
    background-position: -4339px 0px; }
  .callbackform__flag.flag_sb {
    height: 10px;
    background-position: -4361px 0px; }
  .callbackform__flag.flag_sc {
    height: 10px;
    background-position: -4383px 0px; }
  .callbackform__flag.flag_sd {
    height: 10px;
    background-position: -4405px 0px; }
  .callbackform__flag.flag_se {
    height: 13px;
    background-position: -4427px 0px; }
  .callbackform__flag.flag_sg {
    height: 14px;
    background-position: -4449px 0px; }
  .callbackform__flag.flag_sh {
    height: 10px;
    background-position: -4471px 0px; }
  .callbackform__flag.flag_si {
    height: 10px;
    background-position: -4493px 0px; }
  .callbackform__flag.flag_sj {
    height: 15px;
    background-position: -4515px 0px; }
  .callbackform__flag.flag_sk {
    height: 14px;
    background-position: -4537px 0px; }
  .callbackform__flag.flag_sl {
    height: 14px;
    background-position: -4559px 0px; }
  .callbackform__flag.flag_sm {
    height: 15px;
    background-position: -4581px 0px; }
  .callbackform__flag.flag_sn {
    height: 14px;
    background-position: -4603px 0px; }
  .callbackform__flag.flag_so {
    height: 14px;
    background-position: -4625px 0px; }
  .callbackform__flag.flag_sr {
    height: 14px;
    background-position: -4647px 0px; }
  .callbackform__flag.flag_ss {
    height: 10px;
    background-position: -4669px 0px; }
  .callbackform__flag.flag_st {
    height: 10px;
    background-position: -4691px 0px; }
  .callbackform__flag.flag_sv {
    height: 12px;
    background-position: -4713px 0px; }
  .callbackform__flag.flag_sx {
    height: 14px;
    background-position: -4735px 0px; }
  .callbackform__flag.flag_sy {
    height: 14px;
    background-position: -4757px 0px; }
  .callbackform__flag.flag_sz {
    height: 14px;
    background-position: -4779px 0px; }
  .callbackform__flag.flag_ta {
    height: 10px;
    background-position: -4801px 0px; }
  .callbackform__flag.flag_tc {
    height: 10px;
    background-position: -4823px 0px; }
  .callbackform__flag.flag_td {
    height: 14px;
    background-position: -4845px 0px; }
  .callbackform__flag.flag_tf {
    height: 14px;
    background-position: -4867px 0px; }
  .callbackform__flag.flag_tg {
    height: 13px;
    background-position: -4889px 0px; }
  .callbackform__flag.flag_th {
    height: 14px;
    background-position: -4911px 0px; }
  .callbackform__flag.flag_tj {
    height: 10px;
    background-position: -4933px 0px; }
  .callbackform__flag.flag_tk {
    height: 10px;
    background-position: -4955px 0px; }
  .callbackform__flag.flag_tl {
    height: 10px;
    background-position: -4977px 0px; }
  .callbackform__flag.flag_tm {
    height: 14px;
    background-position: -4999px 0px; }
  .callbackform__flag.flag_tn {
    height: 14px;
    background-position: -5021px 0px; }
  .callbackform__flag.flag_to {
    height: 10px;
    background-position: -5043px 0px; }
  .callbackform__flag.flag_tr {
    height: 14px;
    background-position: -5065px 0px; }
  .callbackform__flag.flag_tt {
    height: 12px;
    background-position: -5087px 0px; }
  .callbackform__flag.flag_tv {
    height: 10px;
    background-position: -5109px 0px; }
  .callbackform__flag.flag_tw {
    height: 14px;
    background-position: -5131px 0px; }
  .callbackform__flag.flag_tz {
    height: 14px;
    background-position: -5153px 0px; }
  .callbackform__flag.flag_ua {
    height: 14px;
    background-position: -5175px 0px; }
  .callbackform__flag.flag_ug {
    height: 14px;
    background-position: -5197px 0px; }
  .callbackform__flag.flag_um {
    height: 11px;
    background-position: -5219px 0px; }
  .callbackform__flag.flag_un {
    height: 14px;
    background-position: -5241px 0px; }
  .callbackform__flag.flag_us {
    height: 11px;
    background-position: -5263px 0px; }
  .callbackform__flag.flag_uy {
    height: 14px;
    background-position: -5285px 0px; }
  .callbackform__flag.flag_uz {
    height: 10px;
    background-position: -5307px 0px; }
  .callbackform__flag.flag_va {
    height: 15px;
    background-position: -5329px 0px; }
  .callbackform__flag.flag_vc {
    height: 14px;
    background-position: -5346px 0px; }
  .callbackform__flag.flag_ve {
    height: 14px;
    background-position: -5368px 0px; }
  .callbackform__flag.flag_vg {
    height: 10px;
    background-position: -5390px 0px; }
  .callbackform__flag.flag_vi {
    height: 14px;
    background-position: -5412px 0px; }
  .callbackform__flag.flag_vn {
    height: 14px;
    background-position: -5434px 0px; }
  .callbackform__flag.flag_vu {
    height: 12px;
    background-position: -5456px 0px; }
  .callbackform__flag.flag_wf {
    height: 14px;
    background-position: -5478px 0px; }
  .callbackform__flag.flag_ws {
    height: 10px;
    background-position: -5500px 0px; }
  .callbackform__flag.flag_xk {
    height: 15px;
    background-position: -5522px 0px; }
  .callbackform__flag.flag_ye {
    height: 14px;
    background-position: -5544px 0px; }
  .callbackform__flag.flag_yt {
    height: 14px;
    background-position: -5566px 0px; }
  .callbackform__flag.flag_za {
    height: 14px;
    background-position: -5588px 0px; }
  .callbackform__flag.flag_zm {
    height: 14px;
    background-position: -5610px 0px; }
  .callbackform__flag.flag_zw {
    height: 10px;
    background-position: -5632px 0px; }


.captcha-container {
  position: fixed;
  top: calc(10vh + 300px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 14;
}
.recaptcha-overlay {}
.recaptcha-over-overlay {
  z-index: 13;
}








/*tb-notification-button*/
tb-notification-button {
  margin: 16px 0 0 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: initial !important;
  border: 2px solid rgb(240, 240, 240, 0.9);
  border-radius: 12px !important;
  padding: 20px !important;
}

tb-notification-button:hover {
  box-shadow: initial !important;
}

tb-notification-button a {
  color: #F0F0F0 !important;
  font-size: 18px !important;
  line-height: 20px !important;
}

tb-notification-button a::before {
  content: "Получить напоминание в Telegram";
  position: relative;
  font-family: 'Raleway';
}

tb-notification-button a::after {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../img/telegram-logo.svg);
}

tb-notification-button__icon {
  width: 20px !important;
  height: 20px !important;
  background-image: url(../img/telegram-logo.svg) !important;
  margin: -4px 0 0 2px !important;
}

tb-notification-button__icon svg {
  display: none !important;
}

tb-notification-button__text {
  display: none !important;
}

@media screen and (max-width: 1350px) {
  tb-notification-button {
    border-radius: 8px !important;
    padding: 14px !important;
    margin: 8px 0 0 0 !important;
  }
}

@media screen and (max-width: 750px) {
  tb-notification-button a::before {
    content: "Напоминание в";
  }
}







.decorative {
  position: absolute;
}
.decorative_1 {
  width: 1800px;
  height: 1800px;
  border-radius: 950px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(239, 111, 53, .4) 0%, rgba(239, 111, 53, 0) 100%);
  right: -90%;
  top: -1500px;
  z-index: -1;
}
.decorative_2 {
  width: 1800px;
  height: 1800px;
  border-radius: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 255, 163, .3) 0%, rgba(255, 0, 0, 0) 100%);
  right: -110%;
  top: -300px;
  z-index: -1;
}
.decorative_3 {
  width: 1800px;
  height: 1800px;
  border-radius: 950px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(239, 111, 53, .4) 0%, rgba(239, 111, 53, 0) 100%);
  left: -110%;
  top: 600px;
  z-index: -1;
}
.decorative_4 {
  width: 1800px;
  height: 1800px;
  border-radius: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(239, 111, 53, .4) 0%, rgba(239, 111, 53, 0) 100%);
  right: -110%;
  top: -800px;
  z-index: -1;
}
.decorative_5 {
  width: 1800px;
  height: 1800px;
  border-radius: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(195, 98, 255, .4) 0%, rgba(195, 98, 255, 0) 100%);
  left: -110%;
  bottom: 500px;
  z-index: -1;
}
.decorative_6 {
  width: 1800px;
  height: 1800px;
  border-radius: 950px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 255, 163, .3) 0%, rgba(255, 0, 0, 0) 100%);
  right: -120%;
  top: -300px;
  z-index: -1;
}
.decorative_7 {
  width: 1800px;
  height: 1800px;
  border-radius: 950px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(239, 111, 53, .5) 0%, rgba(239, 111, 53, 0) 100%);
  left: -120%;
  top: -800px;
  z-index: -1;
}
.decorative_8 {
  width: 1800px;
  height: 1800px;
  border-radius: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(56, 65, 140, .5) 0%, rgba(56, 65, 140, 0) 100%);
  right: -140%;
  top: -400px;
  z-index: -1;
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 980px) {
  .decorative_1 {
    width: 1400px;
    height: 1400px;
    right: -130%;
    top: -800px;
    z-index: -1;
  }
  .decorative_2 {
    width: 1400px;
    height: 1400px;
    right: -140%;
    top: -300px;
    z-index: -1;
  }
  .decorative_3 {
    display: none;
  }
  .decorative_4 {
    display: none;
  }
  .decorative_5 {
    width: 1400px;
    height: 1400px;
    left: -140%;
    bottom: 500px;
    z-index: -1;
  }
  .decorative_6 {
    width: 1400px;
    height: 1400px;
    right: -140%;
    top: -300px;
    z-index: -1;
  }
  .decorative_7 {
    width: 1400px;
    height: 1400px;
    left: -140%;
    top: -800px;
    z-index: -1;
  }
  .decorative_8 {
    width: 1400px;
    height: 1400px;
    right: -140%;
    top: -400px;
    z-index: -1;
  }
}



@media screen and (max-width: 750px) {
  .decorative_1 {
    width: 1100px;
    height: 1100px;
    right: -200%;
    top: -800px;
    z-index: -1;
  }
  .decorative_2 {
    width: 1100px;
    height: 1100px;
    right: -230%;
    top: -300px;
    z-index: -1;
  }
  .decorative_5 {
    width: 1100px;
    height: 1100px;
    left: -200%;
    bottom: -500px;
    z-index: -1;
  }
  .decorative_6 {
    display: none;
  }
  .decorative_7 {
    width: 1100px;
    height: 1100px;
    left: -200%;
    top: -800px;
    z-index: -1;
  }
  .decorative_8 {
    width: 1100px;
    height: 1100px;
    right: -200%;
    top: -400px;
    z-index: -1;
  }
}

