/*! 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: 'Suisse Intl';src: url('../fonts/SuisseIntl-Black.woff') format('woff');font-style: normal;font-weight: 900; font-display: swap;}
/* page styles*/ 
*{
    box-sizing: border-box;
}
body{
    font-family: 'Suisse Intl', sans-serif;
    background: #F8F8F8;
}
.owxhidden{
    overflow: hidden;
}
.content-block-container {
    max-width: 1280px;
    margin: 0 auto;
}
.title{
  font-weight: 900;
  font-size: 100px;
  line-height: 120px;
  color: #474766;
  text-align: center;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.show-on-mobile{
  display: none;
}
@media screen and (max-width: 1350px) {
    .content-block-container {
        padding: 0 32px;
    }
    .title{
      font-size: 75px;
      line-height: 90px;
      margin: 0 0 32px 0;
    }
}
@media screen and (max-width: 980px) {
    .content-block-container {
        padding: 0 20px;
    }
    .title{
      font-size: 57px;
      line-height: 68px;
      margin: 0 0 24px 0;
    }
}
@media screen and (max-width: 750px) {
    .content-block-container {
        max-width: 100%;
        padding: 0 20px;
    }
    .title{
      font-size: 32px;
      line-height: 36px;
      margin: 0 0 16px 0;
      text-align: left;
    }
    .hidden-on-mobile{
      display: none;
    }
    .show-on-mobile{
      display: inline;
    }
}

/*webinar header */
.header {
    margin: 65px 0 80px 0;
    position: relative;
    z-index: 1;
}
.header__content{
    padding: 48px 480px 48px 56px;
    background: #FFFFFF;
    border-radius: 32px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
}
.header__img{
  width: 848px;
  position: absolute;
  right: -140px;
  top: -15px;
  z-index: 1;
}
.header__img img{
  width: 100%;
  animation: headerPulsar 6s infinite;
}
.header__header {
  display: flex;
}
.header__date-wrap {
  color: #6A5CDE;
  border: 1px solid #6A5CDE;
  border-radius: 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 12px 24px 12px 64px;
  position: relative;
}
.header__date-wrap img{
  left: 24px;
  position: absolute;
  top: 13px;
  width: 26px;
}
.header__organizer {
  margin: 0 0 0 32px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #808899;
}
.header__organizer a{
  display: flex;
}
.header__organizer img{
  width: 86px;
  margin: 0 0 0 8px;
  align-items: center;
  justify-content: center;
}
.header__type-of-event {
  font-size: 18px;
  line-height: 24px;
  color: #474766;
  text-transform: lowercase;
  margin: 24px 0 0 0;
}
.header h1{
  font-weight: 900;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  color: #474766;
  margin: 24px 0 0 0;
  z-index: 2;
  position: relative;
}
.header__h1-design{
  position: relative;
  display: inline-block;
  color: #CF78D3;
}
.header__h1-design::after{
  content: "";
  position: absolute;
  width: calc(100% + 15%);
  height: calc(100% + 35%);
  top: -3%;
  left: -3%;
  background-image: url(../img/header-h1-design-bg.png);
  background-size: cover;
}
.header__text {
  font-size: 24px;
  line-height: 32px;
  color: #808899;
  margin: 32px 0 0 0;
  z-index: 2;
  position: relative;
  max-width: 600px;
}

@keyframes headerPulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1350px) {
  .header {
    margin: 32px 0 40px 0;
  }
  .header__content{
      padding: 32px 400px 40px 40px;
      border-radius: 24px;
  }
  .header__img{
    width: 700px;
    right: -150px;
    top: -25px;
  }
  .header__date-wrap {
      border-radius: 11px;
      font-size: 15px;
      line-height: 21px;
      padding: 8px 17px 8px 47px;
  }
  .header__date-wrap img{
      left: 18px;
      top: 8px;
      width: 20px;
  }
  .header__organizer {
    margin: 0 0 0 31px;
    font-size: 14px;
    line-height: 18px;
  }
  .header__organizer img{
    width: 61px;
    margin: 0 0 0 6px;
  }
  .header h1{
    font-size: 55px;
    margin: 20px 0 0 0;
  }
  .header__text {
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 0 0;
  }
  .header__h1-design::after {
    width: calc(100% + 15%);
    height: calc(100% + 61%);
    top: -15%;
  }
}
@media screen and (max-width: 980px) {
  .header {
    margin: 20px 0 30px 0;
  }
  .header__content{
    padding: 26px 330px 26px 30px;
    background: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .header__type-of-event {
    font-size: 14px;
    line-height: 18px;
    margin: 16px 0 0 0;
  }
  .header__img{
    width: 600px;
    right: -200px;
    top: -24px;
  }
  .header__img img{
    animation: initial;
  }
  .header__date-wrap{
    font-size: 14px;
    line-height: 16px;
    border-radius: 6px;
    padding: 8px 12px 8px 38px;
  }
  .header__date-wrap img {
    left: 14px;
    top: 6px;
    width: 19px;
  }
  .header h1{
    font-size: 50px;
    margin: 20px 0 0 0;
  }
  .header__text {
    font-size: 14px;
    line-height: 18px;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 750px) {
  .header {
    margin: 16px 0 35px 0;
  }
  .header__content{
    padding: 24px 28px 104px;
    display: flex;
    flex-direction: column;
  }
  .header__img{
    position: relative;
    width: 90%;
    right: initial;
    top: initial;
    order: 5;
    bottom: initial;
    margin: 7% -5% -13% 15%;
  }
  .header__header {
    display: flex;
  }
  .header__organizer {
    display: block;
    margin: 0 0 0 16px;
  }
  .header__organizer img{
    margin: 2px 0 0 2px;
  }
  .header h1{
    font-size: 40px;
    margin: 12px 0 0 0;
  }
  .header__text {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0 0;
  }

  .header__h1-design::after {
    width: calc(100% + 15%);
    height: calc(100% + 47%);
    top: -10%;
  }

  .header__content .blue-button {
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: calc(100% - 64px);
  }
}
@media (max-width: 581px) {
  .header h1{
    font-size: 22px;
  }
  .header__img{
    position: relative;
    width: 100%;
    right: initial;
    top: initial;
    order: 5;
    bottom: initial;
    margin: 7% -10% -13% 10%;
  }
}

/*blue-button*/
.blue-button{
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 24px;
  margin: 32px 0 0 0;
  border: none;
  background: #6A5CDE;
  border-radius: 12px;
  cursor: pointer;
  transition: .2s all;
  position: relative;
  z-index: 3;
}
.blue-button:hover{
  background: #b28fea;
}
@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%;
  }
}

/*p-logos*/
.p-logos{
  position: relative;
  z-index: 2;
}
.p-logos__content{
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p-logos__img {
  padding: 0 8px;
}
.p-logos__img img {
  max-width: 290px;
  max-height: 55px;
  object-fit: contain;
}
@media screen and (max-width: 1350px) {
  .p-logos__content{
    box-shadow: 0px 18.75px 37.5px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 26px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) {
  .p-logos__content{
    border-radius: 20px;
    padding: 20px;
    gap: 16px;
  }
  .p-logos__img img {
    max-width: 200px;
    max-height: 40px;
  }
}
@media (max-width: 750px) {
  .p-logos{
    background: #fff;
  }
  .p-logos__content{
    display: flex;
    flex-wrap: nowrap;
  }
  .p-logos__img {
    width: 100%;
    padding: 0;
  }
  .p-logos__img img {
    max-width: 160px;
    max-height: 40px;
  }
  .p-logos__content{
    box-shadow: initial;
    border-radius: initial;
    padding: 12px 4px;
    justify-content: space-around;
  }
}

/*program*/
.program{
  margin: 90px 0 0 0;
}
.program__title{
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #474766;
  text-align: center;
  margin: 0;
}
.program__title_not-first{
  margin: 80px 0 0 0;
}
@media screen and (max-width: 1350px) {
  .program{
    margin: 80px 0 0 0;
  }
  .program__title{
    font-size: 30px;
    line-height: 36px;
  }
  .program__title_not-first{
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .program{
    margin: 56px 0 0 0;
  }
  .program__title{
    font-size: 23px;
    line-height: 27px;
  }
  .program__title_not-first{
    margin: 40px 0 0 0;
  }
}
@media (max-width: 750px) {
  .program{
    margin: 80px 0 0 0;
  }
  .program__title{
    font-size: 16px;
    line-height: 20px;
  }
}
/*speaker*/

.speaker{
  padding: 38px 32px;
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  margin: 40px 0 0 0;
}
.speaker__time{
  margin: 0 0 24px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #474766;
  position: relative;
}
.speaker__time img{
  width: 22px;
  margin: 0 3px 0 0;
  top: 2px;
  position: relative;
}
.speaker__content {
  display: grid;
  grid-template-columns: auto 514px;
  grid-gap: 24px;
  gap: 24px;
}
.speaker__side{
  display: flex;
  flex-direction: column;
}
.speaker__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #474766;
}
.speaker__description {
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  margin: 30px 0 0 0;
  padding: 0 60px 0 0;
/*  display: none;*/
}
.speaker__description p{
  margin: 0;
}
.speaker__description ul{
  margin: 0;
  padding: 0 0 0 28px;
}
.speaker__description li{
  margin: 16px 0 0 0;
}
.speaker__show-more {
  width: max-content;
  font-size: 18px;
  line-height: 28px;
  color: #6A5CDE;
  margin: auto 0 0 0;
  padding: 30px 0 0 0;
  cursor: pointer;
  position: relative;
}
.speaker__show-more img{
  width: 11px;
  position: relative;
  top: 1px;
  transition: .2s all;
}
.speaker__show-more_opened img{
  transform: rotate(180deg);
}
.speaker__block {
  display: grid;
  grid-template-columns: 176px auto;
  grid-gap: 24px;
  gap: 24px;
}
.speaker__block:not(:first-child){
  margin: 48px 0 0 0;
}
.speaker__photo img{
  width: 176px;
  height: 192px;
  object-fit: cover;
  border-radius: 16px;
}
.speaker__about{
  font-size: 18px;
  line-height: 28px;
  color: #474766;
}
.speaker__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.speaker__position {
  color: #808899;
  margin: 8px 0 0 0;
}
.speaker__extended {
  margin: 20px 0 0 0;
/*  display: none;*/
}
.speaker__show-more_mob{
  display: none;
}
@media screen and (max-width: 1350px) {
  .speaker{
    padding: 24px;
    box-shadow: 0px 18.75px 37.5px rgba(0, 0, 0, 0.15);
    border-radius: 32px 52px 32px 24px;
    margin: 30px 0 0 0;
    border-radius: 24px;
  }
  .speaker__time{
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .speaker__time img{
    width: 15px;
    margin: 0 3px 0 0;
    top: 0;
  }
  .speaker__content {
    grid-template-columns: auto 400px;
  }
  .speaker__title {
    font-size: 30px;
    line-height: 33px;
  }
  .speaker__description {
    font-size: 14px;
    line-height: 21px;
    margin: 18px 0 0 0;
    padding: 0;
  }
  .speaker__description ul{
    padding: 0 0 0 16px;
  }
  .speaker__description li{
    margin: 8px 0 0 0;
  }
  .speaker__show-more {
    font-size: 14px;
    line-height: 19px;
    margin: auto 0 0 0;
    padding: 16px 0 0 0;
  }
  .speaker__show-more img{
    width: 9px;
  }
  .speaker__block {
    display: grid;
    grid-template-columns: 132px auto;
    grid-gap: 18px;
    gap: 18px;
  }
  .speaker__block:not(:first-child){
    margin: 35px 0 0 0;
  }
  .speaker__photo img{
    width: 132px;
    height: 144px;
    border-radius: 12px;
  }
  .speaker__about{
    font-size: 14px;
    line-height: 21px;
  }
  .speaker__name {
    font-size: 18px;
    line-height: 21px;
  }
  .speaker__position {
    margin: 6px 0 0 0;
  }
  .speaker__extended {
    margin: 16px 0 0 0;
  }
}
@media screen and (max-width: 980px) {

  .speaker{
    padding: 24px 40px 24px 24px;
    background: #FFFFFF;
    box-shadow: 0px 14.204px 28.4079px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 24px 0 0 0;
  }
  .speaker__time{
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 19px;
  }
  .speaker__time img{
    width: 12px;
    margin: 0 3px 0 0;
    top: 0;
  }
  .speaker__content {
    grid-template-columns: auto 300px;
    grid-gap: 13px;
    gap: 13px;
  }
  .speaker__title {
    font-size: 23px;
    line-height: 25px;
  }
  .speaker__description {
    margin: 18px 0 0 0;
  }
  .speaker__block {
    grid-template-columns: 100px auto;
    grid-gap: 12px;
    gap: 12px;
  }
  .speaker__photo img{
    width: 100px;
    height: 110px;
  }
}
@media (max-width: 750px) {
  .speaker{
    padding: 24px;
    box-shadow: 0px 14.204px 28.4079px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 16px 0 0 0;
  }
  .speaker__content {
    display: block;
  }
  .speaker__title {
    font-size: 20px;
    line-height: 24px;
  }
  .speaker__block {
    display: block;
    margin: 24px 0 0 0;
    position: relative;
  }
  .speaker__block:not(:first-child){
    margin: 24px 0 0 0;
  }
  .speaker__photo{
    display: flex;
    position: absolute;
    width: 100px;
  }
  .speaker__photo img{
    align-self: center;
    justify-self: center;
  }
  .speaker__head{
    min-height: 107px;
    padding: 0 0 0 112px;
  }
  .speaker__extended {
    margin: 16px 0 0 0;
  }
  .speaker__show-more_mob{
    display: block;
  }
  .speaker__show-more_lg{
    display: none;
  }
}

/*format*/
.format {
  margin: 160px 0 0 0;
}
.format .title{
  max-width: 856px;
  margin: 0 auto 40px auto;
}
.format__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 64px 60px;
  gap: 64px 60px;
}
.format__block {
  padding: 0 0 0 68px;
  position: relative;
}
.format__icon {
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
.format__icon img{
  width: 100%;
}
.format__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #474766;
}
.format__text {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 1350px) {
  .format {
    margin: 120px 0 0 0;
  }
  .format .title{
    margin: 0 auto 30px auto;
  }
  .format__content {
    grid-gap: 48px 40px;
    gap: 48px 40px;
  }
  .format__block {
    padding: 0 0 0 50px;
  }
  .format__icon {
    width: 35px;
  }
  .format__title {
    font-size: 21px;
    line-height: 27px;
  }
  .format__text {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .format {
    margin: 90px 0 0 0;
  }
  .format .title{
    max-width: 500px;
    margin: 0 auto 24px auto;
  }
  .format__content {
    grid-gap: 35px 25px;
    gap: 35px 25px;
  }
}
@media (max-width: 750px) {
  .format {
    margin: 80px 0 0 0;
  }
  .format .title{
    max-width: 100%
  }
  .format__content {
    grid-template-columns: 100%;
    grid-gap: 24px;
  }
}
/*what-is*/
.what-is {
  margin: 160px 0 0 0;
  position: relative;
  z-index: 3;
}
.what-is__content {
  display: grid;
  grid-template-columns: 485px auto;
  grid-gap: 294px;
  gap: 294px;
}
.what-is__content .title{
  text-align: left;
}
.what-is__green {
  font-weight: 700;
  font-size: 91px;
  line-height: 100px;
  letter-spacing: -0.01em;
  color: #6A5CDE;
}
.what-is__green:not(:first-child){
  margin: 32px 0 0 0;
}
.what-is__text {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #474766;
}
@media screen and (max-width: 1350px) {
  .what-is {
    margin: 120px 0 0 0;
  }
  .what-is__content {
    display: flex;
    justify-content: space-between;
    grid-gap: initial;
    gap: initial;
  }
  .what-is__content .title{
    max-width: 364px;
  }
  .what-is__numbers{
    padding: 0 96px 0 0;
  }
  .what-is__green {
    font-size: 68px;
    line-height: 75px;
  }
  .what-is__green:not(:first-child){
    margin: 24px 0 0 0;
  }
  .what-is__text {
    font-size: 21px;
    line-height: 27px;
  }
}
@media screen and (max-width: 980px) {
  .what-is {
    margin: 90px 0 0 0;
  }
  .what-is__content .title{
    max-width: 276px;
  }
  .what-is__numbers{
    padding: 0 40px 0 0;
  }
  .what-is__green {
    font-size: 52px;
    line-height: 58px;
  }
  .what-is__green:not(:first-child){
    margin: 18px 0 0 0;
  }
  .what-is__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 750px) {
  .what-is {
    margin: 80px 0 0 0;
  }
  .what-is__content {
    display: block;
  }
  .what-is__content .title{
    max-width: 100%;
  }
  .what-is__green {
    font-size: 52px;
    line-height: 58px;
    margin: 24px 0 0 0;
  }
  .what-is__green:not(:first-child){
    margin: 18px 0 0 0;
  }
}

/*gift*/
.gift {
  margin: 160px 0 0 0;
  position: relative;
}
.gift .content-block-container{
  position: relative;
}
.gift__bg {
  width: 580px;
  position: absolute;
  z-index: 1;
  top: -220px;
  left: -145px;
}
.gift__bg img{
  width: 100%;
}
.gift__block {
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  z-index: 2;
  padding: 32px 700px 44px 72px;
  position: relative;
}
.gift__book {
  position: absolute;
  right: -120px;
  top: -260px;
  width: 800px;
  z-index: 1;
}
.gift__book img{
  width: 100%;
}
.gift__title {
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -0.01em;
  color: #474766;
  z-index: 2;
  position: relative;
}
.gift__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #474766;
  margin: 16px 0 0 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .gift {
    margin: 120px 0 0 0;
  }
  .gift__bg {
    width: 450px;
    position: absolute;
    z-index: 1;
    top: -150px;
    left: -50px;
  }
  .gift__bg img{
    width: 100%;
  }
  .gift__block {
    box-shadow: 0px 18.75px 37.5px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 24px 500px 32px 54px;
  }
  .gift__book {
    right: -80px;
    top: -200px;
    width: 650px;
  }
  .gift__title {
    font-size: 39px;
    line-height: 45px;
  }
  .gift__text {
    font-size: 18px;
    line-height: 22px;
    margin: 12px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .gift {
    margin: 90px 0 0 0;
  }
  .gift__bg {
    width: 350px;
    top: -120px;
    left: -50px;
  }
  .gift__bg img{
    width: 100%;
  }
  .gift__block {
    border-radius: 20px;
    padding: 18px 400px 24px 42px;
  }
  .gift__book {
    right: -60px;
    top: -160px;
    width: 540px;
  }
  .gift__book img{
    width: 100%;
  }
  .gift__title {
    font-size: 30px;
    line-height: 34px;
  }
  .gift__text {
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 750px) {
  .gift {
    margin: 80px 0 0 0;
  }
  .gift__bg {
    width: 300px;
    top: -210px;
    left: initial;
    right: -180px;
  }
  .gift__bg img{
    width: 100%;
  }
  .gift__block {
    padding: 24px;
    overflow: hidden;
  }
  .gift__block::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 2;
  }
  .gift__book {
    position: absolute;
    right: 0;
    bottom: -180px;
    top: initial;
    width: calc(100% + 200px);
    z-index: 1;
    margin: 0 -100px;
  }
  .gift__book img{
    width: 500px;
    display: block;
    margin: auto;
  }
  .gift__title {
    text-align: center;
  }
  .gift__text {
    text-align: center;
    margin: 8px 0 0 0;
  }
  .gift__block .blue-button{
    margin: 153px auto 0 auto;
    display: block;
    width: max-content;
  }
}
@media (max-width: 581px){
  .gift__block .blue-button{
    width: 100%;
  }
}
/*about*/
.about{
  margin: 160px 0 0 0;
}
.about__content{
  margin: 52px 0 0 0;
  display: grid;
  grid-template-columns: 268px auto;
  grid-gap: 228px;
  gap: 228px;
}
.about__logo{
  display: flex;
  align-items: center;
}
.about__logo img{
  width: 100%;
  align-self: center;
  justify-self: flex-start;
}
.about__text{
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #474766;
}
@media screen and (max-width: 1350px) {
  .about{
    margin: 120px 0 0 0;
  }
  .about__content{
    margin: 40px 0 0 0;
    grid-template-columns: 201px auto;
    grid-gap: 176px;
    gap: 176px;
  }
  .about__text{
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 980px) {
  .about{
    margin: 90px 0 0 0;
  }
  .about__content{
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 134px auto;
    grid-gap: 228px;
    gap: 228px;
  }
  .about__text{
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 750px) {
  .about{
    margin: 80px 0 0 0;
  }
  .about__content{
    margin: 24px 0 0 0;
    display: block
  }
  .about__logo{
    display: flex;
    justify-content: flex-start;
  }
  .about__logo img{
    width: 100%;
    max-width: 130px;
    align-self: center;
    justify-self: flex-start;
  }
  .about__text{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 20px 0 0 0;
  }
}

/*footer*/
.footer{
  padding: 160px 0 64px 0;
  z-index: 6;
  position: relative;
  background: #F8F8F8;
}
.footer__content{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 16px;
  color: #1B2A30;
}
.footer__logo{
  width: 120px;
  margin: 0 0 16px 0;
  display: block;
}
.footer__logo img{
  width: 100%;
}
.footer__left span{
  display: block;
  margin: 12px 0 0 0;
}
.footer__right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer__bg{
  position: absolute;
  top: -140px;
  right: -200px;
  z-index: -1;
  width: 500px;
}
.footer__bg img{
  width: 100%;
}
.footer__right a{
  text-align: right;
  display: block;
  color: inherit;
  text-decoration: none;
  margin: 12px 0 0 0;
}
@media screen and (max-width: 1350px) {
  .footer{
    padding: 120px 0 48px 0;
  }
  .footer__bg{
    top: -110px;
    right: -160px;
    width: 400px;
  }
}
@media screen and (max-width: 980px) {
  .footer{
    padding: 90px 0 48px 0;
  }
  .footer__bg{
    top: -70px;
    right: -120px;
    width: 300px;
  }
}
@media (max-width: 750px) {
  .footer{
    padding: 80px 0 48px 0;
  }
  .footer__content{
    display: block;
  }
  .footer__right {
    display: block;
    margin: 24px 0 0 0;
  }
  .footer__right a{
    text-align: left;
  }
}
/*fixed-timer*/
.fixed-timer{
  opacity: 0;
  position: fixed;
  bottom: 48px;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: .2s;
}
.fixed-timer__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
  padding: 16px 38px;
}
.fixed-timer__mob-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.fixed-timer__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #474766;
}
.fixed-timer__timer {
  display: flex;
  white-space: no-wrap;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.01em;
  color: #474766;
  margin: 0 0 0 24px;
}
.fixed-timer__time-word{
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #808899;
  margin: -8px 0 0 0;
}
.fixed-timer__sep {
  margin: 0 16px;
}
.fixed-timer__btn{
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  padding: 22px 37px;
  background: #6A5CDE;
  border-radius: 12px;
  cursor: pointer;
  border: none;
  transition: .2s all;
  margin: 0 0 0 24px;
}
.fixed-timer__btn:hover{
  background: #b28fea;
}

@media screen and (max-width: 1350px) {
  .fixed-timer{
    bottom: 40px;
  }
  .fixed-timer__block {
    border-radius: 24px;
    padding: 20px 24px;
  }
  .fixed-timer__btn{
    font-size: 16px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 980px) {
  .fixed-timer__block {
    padding: 24px;
    border-radius: 20px;
  }
  .fixed-timer__title {
    font-size: 24px;
    line-height: 28px;
  }
  .fixed-timer__timer {
    font-size: 24px;
    line-height: 28px;
  }
  .fixed-timer__sep {
    margin: 0 8px;
  }
  .fixed-timer__btn{
    padding: 18px 27px;
  }
}
@media screen and (max-width: 750px) {
  .fixed-timer{
    bottom: 24px;
  }
  .fixed-timer__block {
    padding: 16px;
    display: block;
  }
  .fixed-timer__mob-head{
    display: flex;
    align-items: center;
  }
  .fixed-timer__title {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }
  .fixed-timer__timer {
    justify-content: center;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    padding: 0 0 0 16px;
  }
  .fixed-timer__btn{
    margin: 8px auto 0 auto;
    display: block;
    width: max-content;
  }
}
@media (max-width: 581px){
  .fixed-timer__btn{
    width: 100%;
  }
}
@media (max-width: 340px){
  .fixed-timer__timer{
    font-size: 24px;
    line-height: 24px;
  }
}
/*main-themes*/
.main-themes {
  margin: 160px 0 0 0;
  position: relative;
  z-index: 2;
}
.main-themes__content {
  display: grid;
  color: #474766;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
}
.main-themes__title {
  color: #6A5CDE;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.01em;
}
.main-themes__text {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 1350px) {
  .main-themes {
    margin: 120px 0 0 0;
  }
  .main-themes__content {
    grid-gap: 24px;
    gap: 24px;
  }
  .main-themes__title{
    font-size: 23px;
    line-height: 28px;
  }
  .main-themes__text {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 980px) {
  .main-themes {
    margin: 90px 0 0 0;
  }
  .main-themes__content {
    grid-template-columns: 100%;
    grid-gap: 16px;
    gap: 16px;
  }
  .main-themes__title{
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 750px) {
  .main-themes {
    margin: 80px 0 0 0;
  }
}

/*main-themes2*/
.main-themes2 {
  margin: 160px 0 0 0;
  position: relative;
  z-index: 2;
}
.main-themes2__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "a a"
    "b c";
  gap: 56px;
  color: #474766;
  margin-top: 64px;
}
.main-themes2__block {
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  position: relative;
  padding: 140px 54px 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;

}
.main-themes2__block:first-child {
  grid-area: a;
  padding: 64px 52% 64px 50px;
}
.main-themes2__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -0.01em;
}
.main-themes2__text {
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}
.main-themes2__img {}
.main-themes2 .img1 {
  width: 40%;
  position: absolute;
  top: -30%;
  right: 0%;
}
.main-themes2 .img2 {
  width: 45%;
  position: absolute;
  top: -13%;
  right: 0%;
}
.main-themes2 .img3 {
  width: 40%;
  position: absolute;
  top: -8%;
  right: 0;
}
@media screen and (max-width: 1350px) {
  .main-themes2 {
    margin: 120px 0 0 0;
  }
  .main-themes2__content {
    gap: 40px;
  }
  .main-themes2__title{
    font-size: 30px;
    line-height: 36px;
  }
  .main-themes2__text {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 980px) {
  .main-themes2 {
    margin: 90px 0 0 0;
  }
  .main-themes__content2 {
    grid-template-columns: 100%;
    grid-gap: 16px;
    gap: 16px;
  }
  .main-themes__title2 {
    font-size: 23px;
    line-height: 25px;
  }
  .main-themes2 .img1 {
    width: 50%;
    top: -15%;
  }
  .main-themes2 .img2 {
    width: 55%;
    top: -7%;
  }
  .main-themes2 .img3 {
    width: 55%;
    top: -6%;
    right: -15px;
  }
}
@media screen and (max-width: 750px) {
  .main-themes2 {
    margin: 80px 0 0 0;
  }
  .main-themes2__content {
    grid-template-columns: 1fr;
     grid-template-areas: initial;
     margin-top: 40px;
  }
  .main-themes2__block, .main-themes2__block:first-child {
    grid-area: initial;
    padding: 24px 50% 24px 24px;
  }
  .main-themes2 .img1,
  .main-themes2 .img2,
  .main-themes2 .img3 {
    width: 50%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main-themes2 .img2 {
    width: 45%;
  } 
  .main-themes2 .img3 {
    width: 40%;
    right: -5%;
  }
}
@media (max-width: 581px){
  .main-themes2__block, .main-themes2__block:first-child {
    grid-area: initial;
    padding: 115px 24px 24px;
  }
  .main-themes2__content {
    gap: 32px;
  }
  .main-themes2 .img1, .main-themes2 .img2, .main-themes2 .img3 {
    width: 200px;
    right: 0;
    top: 15%;
    transform: translate(0, -50%);
  }
  .main-themes2 .img1 {
    right: -7%;
  }
  .main-themes2 .img3 {
    right: -10%;
  }
}

/*callbackform*/

.over-overlay {
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 10;
  min-height: 100vh;
  display: none;
}
.overlay {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.form-popup{
  display: none;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  z-index: 11;
}
.callbackform__message {
  position: relative;
  padding: 40px 48px;
  background: #FFFFFF;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  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/default/close-icon.svg);
  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: #474766;
}
.callbackform__description{
  font-size: 18px;
  line-height: 22px;
  color: #474766;
  margin: 8px 0 0 0;
}
.callbackform__note{
  color: #808899;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0 0 0;
}
.callbackform__input{
  margin: 16px 0 0 0;
  background: #F8F8F8;
  border-radius: 12px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #474766;
  padding: 12px 24px;
  border: none;
  width: 100%;
  outline: none;
}
.callbackform__input::placeholder{
  color: rgba(71, 71, 102, 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;
  background: #6A5CDE;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: .2s all;
}
.callbackform__btn_disabled{
  background: #FAFAFA;
  color: rgba(71, 71, 102, 0.5);
}
.callbackform__btn:hover{
  background: #b28fea;
}
.callbackform__btn_disabled:hover{
  background: #FAFAFA;
}
.callbackform__agreecheck{
  margin: 16px 0 0 0;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
  transition: .2s;
}
.callbackform__agreecheck.error{
  border: 1px solid #FF0000;
  border-radius: 12px;
  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: #808899;
}
.callbackform__checkbox+label a{
  color: inherit;
}
.callbackform__checkbox+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #FAFAFA;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  cursor: pointer;
  border: 1px solid #AAAAB8;
}
.callbackform__checkbox:checked+label::before {
  background-image: url("../img/default/checkbox.svg");
}
.callbackform__error-message{
  color: #FF0000;
  position: relative;
  line-height: 0px;
  opacity: 0;
  transition: all .3s;
  font-size: 13px;
  margin: 8px 0 -8px 0;
}
.callbackform__message input.error{
  border: 1px solid #FF0000;
  animation: .2s input-error linear;
}
.callbackform__add-to-calendar{
  border: 2px solid #6A5CDE;
  border-radius: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #6A5CDE;
  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: #808899;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 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/default/sending.svg) center center no-repeat;
  transform: rotate(0);
  animation: rotation 2s linear infinite;
  display: block;
}
.callbackform__input-code-state_success{
  background: url(../img/default/success.svg) center center no-repeat;
  display: block;
}
.callbackform__input-code-state_new-code{
  background: url(../img/default/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: #808899;
  margin: 20px 0 0 0;
}

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

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

/*new styles*/
@media screen and (max-width: 1350px){
  .callbackform__description {
    font-size: 16px;
    line-height: 22px;
    color: #474766;
    margin: 8px 0 0 0;
  }
  .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;
  }
}

/*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 #6A5CDE;
  border-radius: 12px!important;
  padding: 20px!important;
}
tb-notification-button:hover{
  box-shadow: initial!important;
}
tb-notification-button a{
  color: #6A5CDE!important;
  font-size: 18px!important;
  line-height: 20px!important;
}
tb-notification-button a::before{
  content: "Получить напоминание в Telegram";
  position: relative;
  font-family: 'Suisse Intl', sans-serif;
}
tb-notification-button a::after{
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../img/default/telegram-logo.svg);
}
tb-notification-button__icon{
  width: 20px!important;
  height: 20px!important;
  background-image: url(../img/default/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: "Напоминание в";
  }
}