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

/* page styles*/ 
*{
    box-sizing: border-box;
}
body{
    font-family: 'Suisse Intl', sans-serif;
    background: #F8F8F8;
    color: #474766;
}
body.bh-popup-is-open {
  height: 100vh;
  overflow-y: auto !important;
}
.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;
}
.text-blue {
  color: #2589FF;
}
a {
  color: #2589FF;
  text-decoration: none;
}
a:hover {
  color: #6baeff;
}


.slick-dots {
    position: absolute;
    bottom: 0;
    top: initial;
    left: 50%;
    transform: translate(-50%, 0);
    right: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.slick-dots li {
    margin: 0;
}
.slick-dots button {
    font-size: 0px;
    color: transparent;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 5px;
    margin: 0 10px;
    background: #D4E9FC;
    border: 0;
    outline: none;
}
.slick-dots button:hover {
    opacity: 0.7;
}
.slick-dots .slick-active button {
    background: #2589FF;
}
.slick-dots li::marker {
    display: none;
    content: initial;
    font-size: 0px;
    color: transparent;
}
@media screen and (max-width: 980px) {
}

@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;
    }
    .slick-dots {
        left: 50%;
    }
}
@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;
    }
}

/*webinar header */
.header {
    margin: 65px 0 80px 0;
    position: relative;
    z-index: 1;
}
.header__content{
    padding: 48px 43% 48px 56px;
    background: #FFFFFF;
    border-radius: 32px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
}
.header__img{
  width: 82%;
  position: absolute;
  right: -29%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -45%);
  text-align: center;
}
/*.header__decor-circle1, .header__decor-circle2, .header__decor-circle3  {
  position: absolute;
  width: 200px;
  height: 200px;
  filter: blur(90px);
  border-radius: 50%;
  z-index: 1;
}

.header__decor-circle1 {
  top: 0%;
  left: 40%;
  background: #FF2525;
  animation: rotation1 20s linear infinite;
}
@keyframes rotation1 {
  0% {
    top: 0%;
    left: 40%;
  }
  25% {
    top: 10%;
    left: 53%;
  }
  50% {
    top: 60%;
    left: 50%;
  }
  75% {
    top: 30%;
    left: 25%;
  }
  100% {
    top: 0%;
    left: 40%;
  }
}
.header__decor-circle2 {
  top: 67%;
  left: 55%;
  background: #49DEA8;
  animation: rotation2 20s linear infinite;
}
@keyframes rotation2 {
  0% {
    top: 67%;
    left: 55%;
  }
  25% {
    top: 80%;
    left: 25%;
  }
  50% {
    top: 6%;
    left: 25%;
  }
  75% {
    top: 0%;
    left: 42%;
  }
  100% {
    top: 67%;
    left: 55%;
  }
}
.header__decor-circle3 {
  top: 32%;
  left: 25%;
  background: #4425FF9E;
  animation: rotation3 20s linear infinite;
}
@keyframes rotation3 {
  0% {
    top: 32%;
    left: 25%;
  }
  25% {
    top: 0%;
    left: 26%;
  }
  50% {
    top: 4%;
    left: 60%;
  }
  75% {
    top: 55%;
    left: 48%;
  }
  100% {
    top: 32%;
    left: 25%;
  }
}*/



.header__anim-back {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__img .header__anim-back img {
  width: 100%;
  animation: rotation 20s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.header__img img {
  width: 43%;
  position: relative;
  z-index: 2;
}
.header__header {
  display: flex;
}
.header__date-wrap {
  color: #8C8DF9;
  border: 1px solid #8C8DF9;
  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: 72px;
  line-height: 80px;
  text-transform: uppercase;
  color: #474766;
  margin: 0 0 32px 0;
  z-index: 2;
  position: relative;
}
.header__text {
  font-size: 24px;
  line-height: 32px;
  color: #808899;
  margin: 32px 0 0 0;
  z-index: 2;
  position: relative;
}
.header__counter {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #2589FF;
  margin-top: 24px;
}


@media screen and (max-width: 1350px) {
  .header {
    margin: 32px 0 40px 0;
  }
  .header__content{
      padding: 32px 43% 40px 40px;
      border-radius: 24px;
  }
  /*.header__img{
    width: 700px;
    right: -230px;
    top: -80px;
  }*/
  .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: 78px;
    line-height: 78px;
    margin: 0 0 20px 0;
  }
  .header__text {
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .header {
    margin: 20px 0 30px 0;
  }
  .header__content{
    padding: 26px 43% 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__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: 59px;
    line-height: 59px;
  }
  .header__text {
    font-size: 14px;
    line-height: 18px;
    margin: 16px 0 0 0;
  }
}
@media (max-width: 750px) {
  .header {
    margin: 16px 0 35px 0;
  }
  .header__content{
      padding: 28px 24px 350px;
  }
  .header__img {
    width: 600px;
    transform: translate(50%, 0%);
    right: 50%;
    top: initial;
    bottom: 30px;
  }
  .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: 36px;
    line-height: 40px;
    margin: 12px 0 0 0;
  }
  .header__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 581px) {

}

/*blue-button*/
.blue-button{
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 24px;
  margin: 32px 0 0 0;
  border: none;
  background: #2589FF;
  border-radius: 12px;
  cursor: pointer;
  transition: .2s all;
  position: relative;
  z-index: 2;
}
.blue-button:hover{
  background: #6baeff;
  color: #FFFFFF;
}
.mobile-fixed-btn{
  display: none;
  position: fixed;
  bottom: 32px;
  left: 20px;
  z-index: -1;
  visibility: hidden;
}
@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%;
  }
  .mobile-fixed-btn{
    visibility: visible;
    z-index: 3;
    width: calc(100% - 40px);
  }
}

/*header*/
/*@media screen and (max-width: 1350px) {
}
@media screen and (max-width: 980px) {
}
@media (max-width: 750px) {
}
@media (max-width: 581px) {
}*/

















/*what-is-inside*/

.what-is-inside {
  margin: 160px 0;
  position: relative;
  z-index: 2;
}
.what-is-inside__slider-container {
  position: relative;
}
.what-is-inside__slider {
  padding: 0 30px;
}
.what-is-inside__item {
  padding: 20px 30px 50px;
  filter: blur(0);
  transition: 0.3s;
}
.what-is-inside__item img {
  box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
  /*width: calc(100% - 60px);*/
  width: 100%;
  margin: auto;
  display: block;
}
.what-is-inside__item_blur {
  filter: blur(8px);
}
.slick-arrow {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  /*background-color: #2589FF;*/
  background-image: url(../img/default/what-is-inside-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  z-index: 2;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow.slick-next {
  transform: rotate(180deg);
  left: initial;
  right: 0;
}
.slick-arrow.slick-disabled {
  display: none;
}
.what-is-inside__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  width: 390px;
  max-width: 100%;
}
.what-is-inside__popup-message {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #474766;
  margin: 0;
}
.what-is-inside__buttonblock {
  margin-top: 54px;
}

.what-is-inside__buttonblock .blue-button {
  margin: 0;
}
@media screen and (max-width: 1350px) {
  .what-is-inside {
    margin: 120px 0;
  }
}
@media screen and (max-width: 980px) {
  .what-is-inside {
    margin: 80px 0;
  }
  .what-is-inside__slider {
    padding: 0;
    margin: 0 -20px;
  }
  .what-is-inside__item {
    padding: 20px 20px 50px;
  }
}
@media (max-width: 750px) {
  .what-is-inside__slider {
    padding: 0;
    margin: 0 -20px;
  }
  .what-is-inside__item {
    padding: 20px 10px 50px;
  }
  .what-is-inside__popup-message {
    font-size: 18px;
    line-height: 24px;
  }
  .what-is-inside__buttonblock {
    margin-top: 32px;
  }
  .slick-slide{
    padding: 0 10px;
  }
  .slick-slide img{
    transition: .2s all;
  }
  .slick-center img{
    transform: scale(1.1);
  }
}
@media (max-width: 581px) {
  .what-is-inside {
    margin: 60px 0;
  }
}













/*and-also*/
.and-also {
  margin-top: 14px;
  width: 100%;
  background-color: #F5F9FF;
  /*background-image: url(../img/default/and-also.png);*/
  /*background-position: 132% 50%;*/
  /*background-repeat: no-repeat;*/
  /*background-size: 60%;*/
  border-radius: 32px;
  padding: 32px 46% 32px 72px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.and-also h2 {
  margin: 0 0 24px 0;
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  color: #474766;
}
.and-also ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.and-also li {
  padding-left: 24px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}
.and-also li::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/default/check.svg) no-repeat;
}
.and-also__buttonblock {
  /*margin-top: 38px;*/
}
.and-also__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(0, -50%)
}
@media screen and (max-width: 1350px) {
}
@media screen and (max-width: 980px) {
  .and-also {
    margin-top: 40px;
    background-position: 170% 50%;
    padding: 32px 30% 32px 48px;
    border-radius: 24px;
  }
  .and-also__background {
    transform: translate(25%, -50%);
  }
}
@media (max-width: 750px) {
  .and-also {
    padding: 32px 32px 240px;
  }
  .and-also__background {
    width: 600px;
    transform: translate(-50%, 0)
  }
  .and-also .blue-button {
    margin: 24px 0 0 0;
    width: 100%;
  }
  .and-also h2 {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 581px) {
  .and-also {
    border-radius: 16px;
    z-index: 4;
    position: relative;
  }
  .and-also__background {
    transform: translate(-50%, 5%)
  }
  .and-also ul {
    display: block;
  }
  .and-also li {
    margin-bottom: 12px;
  }
}












/*experts*/
.experts {
  margin: 160px 0;
}
.experts__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.experts__card {
  background: #fff;
  border-radius: 32px;
  padding: 40px 40px 48px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}
.experts__card-logo {
  width: 120px;
  height: 40px;
  margin-bottom: 16px;
}
.experts__card-logo img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.experts__card-content {
  display: grid;
  grid-template-columns: 80px auto;
  grid-gap: 20px;
}
.experts__card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
}
.experts__card-avatar img {
  width: 100%;
}
.experts__card-text {}
.experts__card-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 4px;
}
.experts__card-text p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

@media screen and (max-width: 1350px) {
  .experts {
    margin: 120px 0;
  }
  .experts__cards {
    grid-gap: 32px;
  }
  .experts__card {
    padding: 32px;
  }
}
@media screen and (max-width: 980px) {
  .experts {
    margin: 80px 0;
  }
  .experts__cards {
    grid-template-columns: 100%;
    grid-gap: 24px;
  }
  .experts__card {
    border-radius: 24px;
  }
}
@media (max-width: 750px) {
}
@media (max-width: 581px) {
  .experts {
    margin: 60px 0;
  }
  .experts__card {
    padding: 24px 20px;
    border-radius: 16px;
  }
  .experts__card-content {
    grid-template-columns: 100%;
  }
  .experts__card-logo {
    width: 100px;
    height: 30px;
  }
  .experts__card-avatar {
    width: 60px;
    height: 60px;
  }
  .experts__card-text p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}






/*quote*/
.quote {
  margin: 160px 0;
}
.quote__card {
  background: #fff;
  padding: 32px 20px 40px;
  border-radius: 32px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}
.quote__card p {
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #474766;
  margin: 0 auto;
  width: 75%;
}
.quote__star {
  display: block;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  width: 75%;
}
@media screen and (max-width: 1350px) {
  .quote {
    margin: 120px 0;
  }
  .quote__card p {
    font-size: 30px;
    line-height: 33px;
  }
}
@media screen and (max-width: 980px) {
  .quote {
    margin: 80px 0;
  }
  .quote__card {
    padding: 24px 20px 24px;
    border-radius: 24px;
  }
  .quote__card p {
    width: 100%
  }
  .quote__star {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 750px) {
}
@media (max-width: 581px) {
  .quote {
    margin: 60px 0;
  }
  .quote__card {
    border-radius: 16px;
  }
  .quote__card p {
    font-size: 20px;
    line-height: 24px;
    text-align: left
  }
  .quote__star {
    text-align: left
  }
}






/*about*/
.about {
  margin: 160px 0;
}
.about .title {
  text-align: left;
}
.about__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.about__col {
}
.about__col1-p {
  margin: 32px 0 0 0;
  font-size: 24px;
  line-height: 32px;
  color: #808899;
}
.about__items {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 32px;
}
.about__item-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #2589FF;
}
.about__item p {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1350px) {
  .about {
    margin: 120px 0;
  }
  .about__item-title {
    font-size: 24px;
    line-height: 38px;
  }
  .about__item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 980px) {
  .about {
    margin: 80px 0;
  }
  .about .title {
    text-align: center;
  }
  .about__col1-p {
    margin: 24px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center
  }
  .about__cols {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .about__items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 750px) {
  .about__items {
    grid-template-columns: 100%;
    grid-gap: 12px;
  }
  .about .title {
    text-align: left;
  }
  .about__col1-p {
    text-align: left
  }
}
@media (max-width: 581px) {
  .about {
    margin: 60px 0;
  }
}









/*tools-for-job*/



.tools-for-job {
  margin: 160px 0;
}

.tools-for-job__headline {
  font-size: 84px;
  line-height: 1.2;
}

.tools-for-job__p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #808899;
  margin: 0 0 40px 0;
}

.tools-for-job__headline_mb {
  display: none;
}

.tools-for-job__tools {
  display: flex;
  align-content: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0 -32px 0;
}

.tools-for-job__tool {
  padding: 0 15px;
  width: 50%;
  margin: 0 0 32px 0;
  position: relative;
  padding: 0 24px 0 54px
}

.tools-for-job__tool__icon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: #EFF6FF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  position: absolute;
  left: 0;
  top: 0
}

.tools-for-job__tool__icon__picture {
  display: block;
  width: 24px;
}

.tools-for-job__tool__name {
  margin: 0 0 17px 0;
  transition: 0.3s;
  display: block;
  text-decoration: none
}

a.tools-for-job__tool__name:hover {
  opacity: 0.7
}

.tools-for-job__tool__name__text {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #474766;
  margin: 0 5px 0 0;
  position: relative;
}

.tools-for-job__tool__name__arrow {
  font-size: 20px;
  line-height: 20px;
  color: #2589FF;
  position: relative;
  display: inline-block;
  top: -2px;
}

.tools-for-job__tool__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899
}

.tools-for-job__target {
  width: 328px;
  margin: 18px auto 0 auto;
  padding: 20px 0px;
  background: #2589FF;
  border-radius: 6px;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  transition: 0.3s;
  text-decoration: none;
  border: 0;
}

.tools-for-job__target:hover {
  opacity: 0.7
}

@media (min-width: 980px) and (max-width: 1349px) {
  .tools-for-job {
    margin: 120px 0;
  }
  .tools-for-job__headline {
    font-size: 64px;
    line-height: 1.2;
  }

  .tools-for-job__p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
  }

  /*.tools-for-job__tools {
    margin: 24px 0 0 0
  }*/

  .tools-for-job__tool {
    margin: 0 0 24px 0
  }

  .tools-for-job__tool__name__text {
    font-size: 24px;
    line-height: 28px
  }

  .tools-for-job__tool__name__arrow {
    top: -1px;
  }

  .tools-for-job__tool__description {
    font-size: 13px;
    line-height: 16px
  }

  .tools-for-job__target {
    width: 308px;
    font-size: 18px;
    line-height: 20px;
    margin: 9px auto 0 auto;
    padding: 17px 0
  }
}

@media (min-width: 750px) and (max-width: 979px) {
  .tools-for-job {
    margin: 80px 0;
  }

  .tools-for-job__headline {
    font-size: 48px;
  }

  .tools-for-job__p {
    display: none;
  }

 /* .tools-for-job__tools {
    margin: 24px 0 0 0
  }*/

  .tools-for-job__tool {
    width: 100%;
    margin: 0 0 24px 0
  }

  .tools-for-job__tool__name__text {
    font-size: 24px;
    line-height: 28px
  }

  .tools-for-job__tool__name__arrow {
    top: -1px;
  }

  .tools-for-job__tool__description {
    font-size: 16px;
    line-height: 24px
  }

  .tools-for-job__target {
    width: 307px;
    height: 52px;
    margin: 22px auto 0 auto
  }
}
@media (min-width: 581px) and (max-width: 749px) {
  .tools-for-job {
    margin: 80px 0;
  }

  .tools-for-job__headline {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 40px 0;
    text-align: left;
  }

  .tools-for-job__p {
    display: none;
  }

  .tools-for-job__headline_lg {
    display: none;
  }

  .tools-for-job__headline_mb {
    display: block;
  }

  .tools-for-job__tool {
    width: 100%;
    margin: 0 0 20px 0
  }

  .tools-for-job__tool__name__text {
    font-size: 24px;
    line-height: 28px
  }

  .tools-for-job__tool__name__arrow {
    top: -1px;
  }

  .tools-for-job__tool__description {
    font-size: 16px;
    line-height: 24px
  }

  .tools-for-job__target {
    width: 307px;
    height: 52px;
    margin: 22px auto 0 auto;
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width: 580px) {
  .tools-for-job {
    margin: 60px 0;
  }

  .tools-for-job__headline {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    margin: 0 0 40px 0;
  }

  .tools-for-job__p {
    display: none;
  }

  .tools-for-job__headline_lg {
    display: none;
  }

  .tools-for-job__headline_mb {
    display: block;
  }

  .tools-for-job__tool {
    width: 100%;
    margin-bottom: 16px;
  }

  .tools-for-job__tool__name__text {
    font-size: 24px;
    line-height: 28px
  }

  .tools-for-job__tool__name__arrow {
    top: -1px;
  }

  .tools-for-job__tool__description {
    font-size: 16px;
    line-height: 24px
  }

  .tools-for-job__target {
    margin: 0px auto 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    height: 52px;
  }

  .tools-for-job__target_ru {
    display: none;
  }

  .tools-for-job__tool_mob-hidden {
    display: none;
  }
}






/*better*/


.better {
  margin: 160px 0;
  position: relative;
  z-index: 2;
}
.better__card {
  width: 100%;
  background-color: #2589FF;
  border-radius: 32px;
  padding: 32px 50% 32px 72px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}
.better h2 {
  font-size: 52px;
  line-height: 60px;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.better p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
/*.better__buttonblock {
  margin-top: 38px;
}*/
.better__background {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}
.better__formblock {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(0%, -50%);
  width: 47%;
}
.better .blue-button {
  background: #fff;
  color: #2589FF;
}
.better .blue-button:hover {
  background: #fff;
  color: #64abff;
  box-shadow: 0 0 10px rgb(255 255 255 / 50%);
}
@media screen and (max-width: 1350px) {
  
  .better h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 980px) {
  .better__background {
    transform: translate(10%, -50%);
  }
  .better__card {
    padding-left: 48px;
    border-radius: 24px;
  }
  .better p {
    font-size: 16px;
    line-height: 22px;
  }

}
@media (max-width: 767px) {
  .better {
    margin: 40px 0;

  }
  .better__card {
    padding: 32px;

  }
  .better__background {
    width: 600px;
    transform: translate(-50%, -12%);
  }
  .better__formblock {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
      margin-top: 32px;
  }
}
@media (max-width: 581px) {
  .better {
    margin: 60px 0 0 0;
    padding: 0 0 60px 0;
    z-index: 4;
    position: relative;
    background: #F8F8F8;
  }
  .better__card {
    border-radius: 16px;
  }
  .better h2 {
    font-size: 20px;
    line-height: 26px;
  }
}







/*footer*/
.footer{
  padding: 0 0 64px 0;
  position: relative;
  z-index: 4;
  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;
  }
}



/*callbackform*/

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

.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.37);
    z-index: 5;
}

.form-popup {
    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: #fff;
    border: 1px solid rgb(149, 149, 149, 0.5);
    border-radius: 32px;
}

.callbackform__message_thnx-with-email {
    text-align: center;
}
.callbackform__message_thnx-with-email .callbackform__description {
    margin: 8px auto 0;
    width: 90%;
}

.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;
    opacity: 0.5;
}

.close-icon:hover {
    opacity: 1;
}

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

.callbackform__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: #474766;
}

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

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

.callbackform__input-container {
    position: relative;
    margin-top: 16px;
    display: inline-block;
    width: 100%;
}
.callbackform__input-container .callbackform__input {
    margin: 0;
}

.callbackform__input {
    margin: 16px 0 0 0;
    background: #F8F8F8;
    border-radius: 10px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #474766;
    padding: 11px 24px;
    border: 1px solid #F8F8F8;
    border: none;
    width: 100%;
    outline: none;
}

.callbackform__input::placeholder {
    color: #A3A3B2;
}

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

.callbackform__btn_disabled {
    background: #E7E7E7;
    color: #A3A3B2;
}

.callbackform__btn:hover {
    background: #489CFF;
}

.callbackform__btn_disabled:hover {
    background: #E2E2E2;
}

.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: #A3A3B2;
}

.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: transparent;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    cursor: pointer;
    border: 1px solid #808899;
}

.callbackform__checkbox:checked+label::before {
    background-image: url("../img/default/checkbox.svg");
    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 {
    border: 1px solid #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;
}

.callbackform__on-email-button {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.callbackform__on-email-button svg {
    margin-left: 8px;
}

.callbackform__on-email-button:hover svg path {
    fill: #489CFF;
}

@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: #A3A3B2;
    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/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;
}

.callbackform__input-clear {
    background: url(../img/default/input-clear.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: #A3A3B2;
    margin: 32px 0 0 0;
}

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

.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: #2589FF;
}

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

@media screen and (max-width: 767px) {
    .callbackform__on-email-button {
        font-size: 16px;
    }
}

@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-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/default/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/default/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/default/flags@2x.png"); } }

/*.callbackform__flag img {
    border-radius: 4px;
    width: 28px;
    height: 18px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}*/

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


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






tb-notification-button {
    margin: 16px 0 0 0 !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100%;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button[channel="tg"] {
    border: 2px solid #2589FF !important;
    background: #FFF !important;
    padding: 21px 24px !important;
    border-radius: 12px !important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button:hover {
    border: 2px solid #489CFF !important;
    box-shadow: none !important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button tb-notification-button__icon > svg path {
    fill: #2589FF;
}
tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button:hover tb-notification-button__icon > svg path {
    fill: #489CFF;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button>a {
    font-family: 'SuisseIntl', sans-serif !important;
    color: #2589FF !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}
tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button:hover>a {
    color: #489CFF !important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button__icon {
    margin: -10px 0 !important;
}

tb-notification-button__text {
    font-size: 0;
}

tb-notification-button__text::before {
    content: 'В Telegram-боте';
    font-size: 18px !important;
    line-height: 20px !important;
}

@media screen and (max-width: 1350px) {
    tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button[channel="tg"] {
        border-radius: 8px !important;
    }
}

@media screen and (max-width: 767px) {
    tb-notification-button__text::before {
        font-size: 16px !important;
    }
}

.empty-button {
    background: #FFF;
    color: #2589FF;
    border: 2px solid #2589FF;
    padding: 18px 24px;
    border-radius: 8px;
}
.empty-button:hover {
    background: #FFF;
    color: #489CFF;
    border: 2px solid #489CFF;
}
