/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}


/*form*/

.button {
    display: inline-block;
    background: #268FF0;
    border-radius: 6px;
    padding: 0 26px;
    border: 0;
    color: #fff;
    line-height: 52px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    max-width: 100%;
    height: 52px;
    outline: none;
    cursor: pointer;
    text-align: center;
}

.button:hover {
    background: #71b3f0;
    text-decoration: none;
    color: #fff;
}
.green {
  color: #00A162;
  font-weight: 600;
}
.hidden {
  display: none;
}
.row {
  margin: 0 -15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-sm-8 {
  width: 66.66666667%;
  padding: 0 15px;
  float: left;
}
.col-sm-4 {
  width: 33.33333333%;
  padding: 0 15px;
  float: left;
}

.header {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

a, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

input, input:focus, button, button:focus {
  outline: none;
}

div, p, form, input, a, span, button, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

a, a:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

svg {
  fill: currentColor;
}

label {
  margin: 0;
}

button {
  border: none;
}

.slick-slide:active, .slick-slide:hover, .slick-slide:focus {
  outline: 0;
}

body {
  color: #474766;
  font-size: 18px;
  font-family: 'Suisse Intl', sans-serif;
  font-weight: 400;
}

body.bh-popup-is-open {
  height: 100vh;
  overflow-y: auto !important;
}

.container {
  width: 1320px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.2em;
}

h1 {
  font-size: 62px;
  line-height: 1.1em;
}

h2 {
  font-size: 52px;
  line-height: 1.2em;
  margin-bottom: 40px;
  text-align: center;
}

h3 {
  font-size: 36px;
  line-height: 1.1em;
}

p {
  line-height: 1.61em;
}

.btn {
  background: #2589FF;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 16px 24px;
  cursor: pointer;
}

.btn:hover {
  background: #6baeff;
  color: #fff;
  -webkit-box-shadow: 3px 3px 15px rgba(37, 137, 255, 0.3);
          box-shadow: 3px 3px 15px rgba(37, 137, 255, 0.3);
}

.header__nav {
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav .btn {
  font-size: 14px;
  padding: 10px 20px;
}

.header__logo {
  max-width: 81px;
  width: 100%;
  display: block;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__info {
  max-width: 700px;
  width: 100%;
}

.header__info p {
  color: #808899;
  margin: 32px 0;
}

.header__photo {
  max-width: 610px;
  width: 100%;
}

.header__photo img {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -20px;
}

.inside__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -30px;
}

.inside__item {
  width: calc(50% - 60px);
  margin: 20px 30px;
  background: #F5F9FF;
  border-radius: 20px;
  padding: 40px 32px 40px 140px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inside__item img {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.made {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.made__text {
  max-width: 610px;
  width: 100%;
}

.made__text p {
  font-size: 24px;
  line-height: 36px;
}

.made__photo {
  max-width: 621px;
  width: 100%;
}

.made__photo img {
  display: block;
  width: 100%;
}

.made__photo .mob, .made__photo .tablet {
  display: none;
}

.section-better {
  padding: 120px 0 0;
}

.better {
  background: #2589FF;
  border-radius: 12px;
  padding: 56px 490px 48px 40px;
  position: relative;
  color: #fff;
}

.better__info {
  max-width: 740px;
  width: 100%;
}

.better__info p {
  margin: 20px 0 32px;
}


.better .btn {
  color: #2589FF;
  background: #fff;
}

.better .btn:hover {
  background: #fff;
  box-shadow: 0 0 10px #fff;
}

.better__photo {
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 489px;
}

.better__photo img {
  display: block;
  width: 100%;
}

.footer {
  padding: 145px 0 25px;
  background: #fff;
  position: relative;
  z-index: 1;

}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 13px;
}

.footer__wrap a {
  display: block;
}

.footer__logo {
  max-width: 120px;
  width: 100%;
}

.footer__logo img {
  display: block;
  width: 100%;
}

.footer__item_left p {
  margin-top: 12px;
  line-height: 1;
}

.footer__item_right {
  text-align: right;
}

.footer__item_right a:not(:last-child) {
  margin-bottom: 12px;
}

.section-serv {
  padding: 120px 0;
}

.section-serv h1 {
  text-align: center;
  font-size: 52px;
}

.section-serv h2 {
  text-align: left;
  font-size: 36px;
}

.section-serv h3 {
  font-size: 28px;
}

.serv {
  margin-top: 40px;
}

.serv__item {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 12px rgba(115, 130, 142, 0.15);
          box-shadow: 0px 0px 12px rgba(115, 130, 142, 0.15);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

.serv__item:not(:last-child) {
  margin-bottom: 40px;
}

.serv__item::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 65px;
  height: 160px;
}

.serv__item_setting::after {
  background: url("../img/icons/serv1.svg") no-repeat;
  top: 120px;
}

.serv__item_audit::after {
  background: url("../img/icons/serv2.svg") no-repeat;
  bottom: 200px;
}

.serv__head div {
  margin: 24px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.serv__head div span {
  font-size: 28px;
  font-weight: 600;
}

.serv__head div a {
  font-size: 18px;
  color: #2589FF;
  margin-left: 16px;
  line-height: 28px;
}

.serv__content {
  margin: 40px 0 12px;
}

.serv__content ul {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}

.serv__content ul li {
  width: calc(50% - 36px);
  padding-left: 36px;
  position: relative;
  margin-bottom: 28px;
}

.serv__content ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../img/icons/check-green.svg") no-repeat;
  width: 21px;
  height: 17px;
}

.serv__steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}

.serv__steps ul li {
  width: calc(25% - 32px);
  padding-right: 32px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 32px;
}

.serv__steps ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 30px;
  width: 105%;
  height: 1px;
  background: url("../img/icons/dashed.svg") repeat;
}

.serv__steps ul li:nth-child(5)::after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: -45px;
  width: 50px;
  height: 1px;
  background: url("../img/icons/dashed.svg") repeat;
}

.serv__steps ul li:last-child {
  overflow: hidden;
  background: #fff;
}

.serv__steps ul li:last-child::before {
  display: none;
}

.serv__steps ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  background: #2589FF;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.serv__commerc {
  background: #F5F9FF;
  -webkit-box-shadow: 0px 0px 12px #F5F9FF;
          box-shadow: 0px 0px 12px #F5F9FF;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  z-index: 1;
}

.serv__commerc h2 {
  text-indent: 35px;
  font-size: 28px;
  margin-bottom: 32px;
  position: relative;
}

.serv__commerc h2::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("../img/icons/star.png") no-repeat center/contain;
}

.serv__commerc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.serv__commerc ul li {
  width: 33.33333%;
}

.serv__commerc ul li b {
  display: block;
  font-size: 28px;
  color: #2589FF;
  margin-bottom: 12px;
}

@media screen and (max-width: 1400px) {
/*  .container {
    max-width: 1140px;
  }*/

  .inside__wrap {
    margin: -15px;
  }
  .inside__item {
    width: calc(50% - 30px);
    margin: 15px;
    height: 169px;
    padding: 20px 20px 20px 140px;
  }
  .serv__item_audit .serv__steps ul li:last-child {
    max-width: 237px;
    width: 100%;
  }
  .made__photo {
    max-width: 459px;
  }
  .made__photo .tablet {
    display: block;
  }
  .made__photo .desc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .inside__wrap {
    font-size: 16px;
  }
  .inside__item {
    padding-left: 94px;
  }
  .inside__item img {
    left: 32px;
    max-width: 45px;
  }
  .header__info h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 38px;
    margin-bottom: 32px
  }
  h3 {
    font-size: 28px;
  }
  .section-inside {
    padding-top: 80px;
  }
  .benefits__item p {
    font-size: 16px;
    line-height: 24px;
  }
  .better {
    padding: 48px 490px 40px 40px;
  }
  .section-serv h1 {
    font-size: 38px;
  }
  .section-serv h2 {
    font-size: 28px;
    letter-spacing: -0.03em;
  }
  .serv__head div span {
    font-size: 24px;
  }
  .serv__content div {
    font-size: 16px;
  }
  .serv__steps ul {
    font-size: 16px;
  }
  .serv__steps ul li {
    width: calc(25% - 11px);
    padding-right: 11px;
    margin-bottom: 24px;
  }
  .serv__item {
    padding: 40px 32px;
  }
  .serv__commerc ul li span {
    font-size: 16px;
  }
  .serv__commerc ul li b {
    font-size: 24px;
  }
  .serv__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .made__photo {
    max-width: 459px;
  }
  .made__text {
    max-width: 424px;
  }
  .made__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) {
  .header__offer {
    padding-top: 0;
  }
  .header__info h1 {
    font-size: 38px;
  }
  .header__info p {
    font-size: 16px;
  }
  .header__photo {
    margin-right: -170px;
  }
  .inside__item {
    width: calc(100% - 30px);
    margin: 15px;
    height: auto;
    padding: 30px 40px 29px 100px;
  }
  .inside__item img {
    max-width: 42px;
  }
  .made__photo {
    margin-right: -200px;
  }
  .made__text {
    max-width: initial;
  }
  h3 {
    font-size: 24px;
  }
  .better__info p {
    font-size: 16px;
    margin: 16px 0 24px;
  }
  .section-better {
    padding: 80px 0 0;
    overflow-x: hidden;
  }
  .better {
    padding: 48px 270px 48px 32px;
  }
  .better__photo {
    right: -60px;
    width: 340px;
  }
  .serv__commerc {
    padding: 24px;
  }
  .serv__commerc h2 {
    font-size: 24px;
  }
  .serv__item_setting::after {
    background: url("../img/icons/serv1.svg") no-repeat center/contain;
    width: 40px;
  }
  .serv__steps ul li p {
    line-height: 24px;
  }
  .serv__steps ul li {
    width: calc(25% - 6px);
    padding-right: 6px;
  }
  .made__photo {
    max-width: 498px;
  }
  .made__photo .desc, .made__photo .tablet {
    display: none;
  }
  .made__photo .mob {
    display: block;
  }
  .serv__item_audit .serv__steps ul li:last-child {
    width: calc(25% - 11px);
  }
  .serv__commerc h2::before {
    top: -1px;
  }
  .serv__item {
    padding: 32px 20px;
  }
  .footer {
    padding: 105px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .header__info {
    margin-right: 0;
  }

  .header {
    overflow: initial;
  }
  .header__nav .btn {
    width: initial;
  }
  .header__offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding-top: 24px;
  }
  .header__photo {
    margin: 0 0 -40px;
  }
  .header__photo img{
    margin-top: 0;
  }
  .header__offer h1 {
    font-size: 32px;
    margin: 0 auto;
    text-align: left;
  }
  .header__offer p {
    margin: 16px auto 24px;
    text-align: left;
  }
  .btn {
    width: 100%;
  }
  h2 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 20px;
  }
  h3 {
    text-align: left;
  }
  .section-inside {
    padding-top: 60px;
  }
  .inside__item {
    margin: 10px;
    padding: 24px 16px 24px 82px;
  }
  .inside__item p {
    font-size: 13px;
    line-height: 16px;
  }
  .inside__item img {
    left: 24px;
  }
  .inside__wrap {
    margin: -10px;
  }
  .made {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .made__text p {
    font-size: 16px;
    line-height: 24px;
  }
  .made__photo {
    margin-right: 0;
    margin-top: 32px;
  }
  .made__photo img {
    width: 100%;
  }
  .section-better {
    padding: 60px 0 0;
    overflow: initial;
  }
  .better {
    padding: 280px 16px 27px 20px;
    text-align: center;
  }
  .better__photo {
    right: unset;
    top: 32px;
    left: 50%;
    width: 280px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .footer {
    padding: 85px 0 25px;
  }
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__wrap a {
    margin: 0 auto;
  }
  .footer__item_left p {
    color: #808899;
    text-align: center;
  }
  .footer__item_left a {
    margin-bottom: 20px;
  }
  .footer__item_right {
    margin-top: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__item_right a:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
  .footer__item_right a:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__item_right a:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
  .serv__item_audit::after {
    background: url("../img/icons/serv2.svg") no-repeat center/contain;
    top: 70%;
    width: 45px;
  }
  .section-serv h1 {
    font-size: 28px;
    text-align: left;
  }
  .serv {
    margin-top: 24px;
  }
  .serv__item {
    padding: 24px 12px;
  }
  .section-serv h2 {
    font-size: 24px;
  }
  .serv__head div span {
    font-size: 18px;
  }
  .serv__content div p {
    line-height: 24px;
  }
  .serv__content ul {
    margin-top: 26px;
  }
  .serv__content ul li {
    width: calc(100% - 36px);
    margin-bottom: 18px;
  }
  .serv__content {
    margin: 40px 0 22px;
  }
  .section-serv h3 {
    font-size: 24px;
  }
  .serv__steps ul {
    margin-top: 25px;
  }
  .serv__steps ul li p {
    line-height: 24px;
  }
  .serv__steps ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 21px;
    padding-left: 43px;
    padding-top: 0;
  }
  .serv__steps ul li::before {
    display: none;
  }
  .serv__steps ul li::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 1px;
    height: 100%;
    background: url("../img/icons/dashed-mob.svg") repeat;
  }
  .serv__steps ul li:nth-child(5)::after {
    display: none;
  }
  .serv__steps ul li span {
    top: -4px;
  }
  .serv__item_setting::after {
    background: url("../img/icons/serv1.svg") no-repeat center/contain;
    top: 40px;
  }
  .serv__item_audit::after {
    bottom: 230px;
  }
  .serv__commerc h2 {
    font-size: 18px;
    text-indent: 26px;
  }
  .serv__commerc h2::before {
    top: -4px;
    width: 20px;
  }
  .serv__commerc ul li b {
    font-size: 18px;
  }
  .serv__commerc ul li {
    width: 100%;
  }
  .serv__commerc ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-serv {
    padding: 24px 0 60px;
  }
  .section-serv .btn {
    max-width: 256px;
    width: 100%;
  }
  .serv__head div a {
    line-height: 20px;
  }
  .serv__commerc {
    margin-top: 15px;
  }
  .serv__steps ul li:last-child {
    background: none;
    overflow: unset;
  }
  .serv__item_audit .serv__steps ul li:last-child {
    width: 100%;
    max-width: 100%;
  }
  .better__info p {
    text-align: left;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8 {
    width: 100%;
  }
  .header__nav .btn {
    display: none;
  }
  .header__offer .btn {
    width: calc(100% - 40px);
    max-width: initial;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 1;
  }
  .header__offer .btn.btn-up {
    bottom: 175px;
  }
  .better {
    position: relative;
    z-index: 2;
  }
  .serv__content div p {
    display: inline;
  }
}

@media screen and (max-width: 414px) {
  .header__offer .btn.btn-up {
    bottom: 205px;
  }
}



.tools-for-job {
    padding: 124px 0 0 0
}

.tools-for-job__headline {
  margin: 0 0 40px 0;
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  color: #474766
}

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

.tools-for-job__tool {
  padding: 0 15px;
  width: 50%;
  margin: 0 0 31px 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
}

.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: 1025px) and (max-width: 1280px) {
  .tools-for-job__headline {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 32px 0;
  }

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

  .tools-for-job__tool {
    margin: 0 0 37px 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: 769px) and (max-width: 1024px) {
  .tools-for-job {
    padding: 82px 0 0 0
  }

  .tools-for-job__headline {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 40px 0
  }

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

  .tools-for-job__tools {
    margin: 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: 577px) and (max-width: 768px) {
  .tools-for-job {
    padding: 82px 0 0 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__tools {
    margin: 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;
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width: 576px) {
  .tools-for-job {
    padding: 56px 0 0 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__tools {
    margin: 0
  }

  .tools-for-job__tool {
    width: 100%
  }

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

.do-you-want-container {
  margin-bottom: 32px;
}
.do-you-want-container.error {
  margin: -10px -10px 22px -10px;
  border: 1px #ff0000 solid;
  padding: 9px;
  border-radius: 9px;
}
.pre-btn-qw__radio-wrap {
  margin: 16px 0 0 0;
  display: flex;
}
.pre-btn-qw__radio {
  margin: 0 16px 0 0;
  position: relative;
}
.pre-btn-qw__radio input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.pre-btn-qw__radio input+label {
  display: block;
  user-select: none;
  padding: 0 0 0 35px;
  line-height: 22px;
}
.pre-btn-qw__radio input:checked+label {
  color: #2589FF;
}
.pre-btn-qw__radio input+label::before {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #B9B9B9;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background-color .2s;
}
.pre-btn-qw__radio input:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url(../img/r-check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ofxh {
  overflow-x: hidden;
}

.section-inside-row {
  padding-top: 80px;
}
.inside-row__wrap {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  margin: -20px -20px;
  overflow-y: auto;
  padding: 20px 4px;
}
.inside-row__wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.inside-row__item {
  width: calc(33.33% - 32px);
  margin: 0 16px;
  background: #F5F9FF;
  border-radius: 16px;
  padding: 32px 24px 0;
  box-shadow: 0px 12px 24px 0px #88869A26;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.inside-row__item:nth-child(1) {
  background: linear-gradient(121.72deg, #E7E7FF 0%, #B9DDFF 100%);
  margin-left: 20px;
}
.inside-row__item:nth-child(2) {
  background: linear-gradient(58.28deg, #B9DDFF 0%, #B8F6FF 100%);
}
.inside-row__item:nth-child(3) {
  background: linear-gradient(121.72deg, #B8F6FF 0%, #D6FFF0 100%);
}
.inside-row__item:nth-child(4) {
  background: linear-gradient(58.28deg, #D6FFF1 0%, #D5FFC7 100%);
}
.inside-row__item p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 24px 0;
  text-align: center;
}
.inside-row__item .imgblock {
  width: 330px;
  max-width: 100%;
  line-height: 0;
}
.inside-row__item .imgblock img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .section-inside-row {
    padding-top: 56px;
  }
  .inside-row__item p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 24px 0;
    text-align: center;
  }
  .inside-row__item {
    padding: 24px 16px 0;
  }
}
@media screen and (max-width: 992px) {
  .inside-row__item {
    width: calc(43% - 32px);
  }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 576px) {
  .inside-row__wrap {
    flex-wrap: wrap;
  }
  .inside-row__item {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
}


.counter {
  color: #474766;
  display: block;
  margin: 16px 0 0 0;
}
.counter .value {
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .counter {
    font-size: 16px;
    line-height: 24px;
  }
}


.section-cases {
  padding-top: 80px;
}
.cases {
  background: linear-gradient(96.89deg, #3999F1 0%, #2E75DE 100%);
  padding: 48px 24px 48px calc(40% + 40px);
  color: #fff;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.cases h2 {
  text-align: left;
  font-size: 36px;
  margin-bottom: 24px;
}
.cases__illustration {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/cases__illustration.png) right center no-repeat;
  background-size: 140%;
}
.cases ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.cases li {
  padding-left: 24px;
  position: relative;
  font-size: 22px;
}
.cases ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 17px;
  background: url(../img/icons/check-white.svg) no-repeat;
}


@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .section-cases {
    padding-top: 64px;
  }
  .cases {
    padding: 48px 24px 48px 26%;
  }
  .cases h2 {
    font-size: 28px;
  }
  .cases__illustration {
    width: 26%;
    background-size: 160%;
  }
}
@media screen and (max-width: 992px) {
  .cases {
    padding: 40px 24px;
  }
  .cases__illustration {
    display: none
  }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 576px) {
  .cases {
    position: relative;
    z-index: 2;
  }
  .cases ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}


.section-benefits {
  padding-top: 160px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 60px;
}
.benefits__item {
  border: 2px solid #2589FF;
  border-radius: 12px;
  padding: 48px 32px 32px calc(33% + 20px);
  overflow: hidden;
  position: relative;
}
.benefits .img-block {
  width: 33%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.benefits .img-block.icon1 {
  background: url(../img/marketer.png) center bottom no-repeat;
  background-size: 80%;
}
.benefits .img-block.icon2 {
  background: url(../img/businessman.png) center bottom no-repeat;
  background-size: 60%;
}
.benefits .text-block {}
.benefits .text-block h3 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
.benefits .text-block p {
  color: #808899;
}


.slick-list {
  overflow: initial;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  top: initial;
  left: calc(50% - 21px);
  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 5px;
  background: #D4E9FC;
  border: 0;
  outline: none;
}
.slick-dots .slick-active button {
  background: #2589FF;
}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .section-benefits {
    padding-top: 120px;
  }
  .benefits {
    grid-gap: 0 32px;
  }
  .benefits__item {
    padding: 40px 32px 32px calc(30% + 20px);
  }
  .benefits .img-block {
    width: 30%;
  }
  .benefits .img-block.icon1 {
    background-size: 85%;
  }
  .benefits .img-block.icon2 {
    background-size: 65%;
  }
}
@media screen and (max-width: 992px) {
  .section-benefits {
    padding-top: 80px;
  }
  .section-benefits h2 {
    text-align: left;
  }
  .benefits__item {
    padding: 24px 16px 180px;
    min-width: 270px;
  }
  .benefits {
    grid-gap: 0 16px;
    margin: 0 -20px;
    padding: 0 20px 20px;
  }
  .benefits .text-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .benefits .img-block {
    width: 100%;
    height: 180px;
    top: initial;
    bottom: 0;
  }
  .benefits .img-block.icon1 {
    background-size: 146px;
  }
  .benefits .img-block.icon2 {
    background-size: 113px;
  }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 576px) {
  .benefits {
    display: block;
    padding: 0 20px 0;
  }
  .section-benefits {
    padding-top: 60px;
  }
  .benefits .text-block h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .benefits__item{
    margin: 0 0 20px 0;
  }
}


.section-made {
  background: #F5F9FF;
  margin-top: 120px;
  padding: 64px 0 32px;
}
.section-made h2 {
  margin-bottom: 24px;
}
.section-made_text {
  text-align: center;
  color: #808899;
  max-width: 1100px;
  margin: 0 auto 12px auto;
}
.section-made__sides {
  display: flex;
  align-items: center;
}
.section-made__sides__left {
  width: 65%;
  position: relative;
}
.section-made__sides__left img {
  max-width: 100%;
}
.section-made__sides__right {
  width: 35%;
  padding: 0 0 0 0;
}
.section-made__method {
  margin-bottom: 32px;
}
.section-made__method__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 8px;
}
.section-made__method__description {
  color: #808899;
}


@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .section-made {
    margin-top: 120px;
    padding: 48px 0 32px;
  }
  .section-made__method__title {
    font-size: 24px;
    line-height: 28px;
  }
  .section-made__method__description {
    font-size: 16px;
    line-height: 24px;
  }
  .section-made__sides__left {
    padding-right: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section-made {
    margin-top: 60px;
    padding: 40px 0 24px;
  }
  .section-made__sides {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-made_text {
    font-size: 16px;
    line-height: 24px;
  }
  .section-made__sides__left {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .section-made__sides__left img {
    max-width: 106%;
    margin: 0 -3%;
  }
  .section-made__sides__right {
    width: 100%;
  }

}
@media screen and (max-width: 767px) {
  .section-made_text {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .section-made {
    margin-top: 60px;
    padding: 0;
    background: initial
  }
  .section-made__sides__left {
    width: 130%;
  }
}

.buttonblock {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .buttonblock {
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .buttonblock {
    display: none
  }
}



/*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 {
  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: #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;
  text-decoration: underline;
}
.callbackform__checkbox+label a:hover {
  text-decoration: none;
}

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