*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr {
  margin: 0;
  padding: 0
}

ul,
ol {
  list-style: none
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

a,
.link {
  outline: none;
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  -webkit-transition: color .2s;
  transition: color .2s
}

a:hover,
.link:hover,
a:active,
.link:active {
  text-decoration: underline;
  color: #b3e840
}

p,
.p {
  margin: 13px 0 0;
  -webkit-text-size-adjust: 100%
}

p:first-child,
.p:first-child {
  margin-top: 0
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobat.woff2") format("woff2"), url("../font/Akrobat.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobatsemibold.woff2") format("woff2"), url("../font/Akrobatsemibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
}

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobatbold.woff2") format("woff2"), url("../font/Akrobatbold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobatextrabold.woff2") format("woff2"), url("../font/Akrobatextrabold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
}

@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobatblack.woff2") format("woff2"), url("../font/Akrobatblack.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
}

h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35714
}

.container {
  max-width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto
}

@media (max-width: 1259px) {
  .container {
    max-width: 1100px
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px
  }
}

.container_mw520 {
  max-width: 520px
}

body {
  font-family: Akrobat, Arial, sans-serif
}

.btn {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  border: none;
  padding: 0 20px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 3px;
  color: #1f2229;
  background: #b3e840;
  -webkit-transition: color .2s, background-color .2s, -webkit-box-shadow .2s;
  transition: color .2s, background-color .2s, -webkit-box-shadow .2s;
  transition: color .2s, background-color .2s, box-shadow .2s;
  transition: color .2s, background-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
  cursor: pointer
}

.btn:hover,
.btn:active {
  text-decoration: none;
  background-color: #bceb57;
  color: #1f2229;
}

.btn--fullwidth {
  width: 100%
}

.header {
  background-color: #fff
}

.header .logo {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1
}

.header .logo__text {
  display: inline-block
}

.header .logo__text span:first-child {
  display: inline;
  font-weight: 800;
  color: #1f2229
}

.header .logo__text span:last-child {
  display: inline;
  color: #b3e840
}

.section {
  position: relative;
  z-index: 1;
  padding: 40px 0
}

@media (max-width: 767px) {
  .section {
    padding: 30px 0
  }

  .section_bottom {
    padding: 40px 0
  }
}

.section_dark {
  background-color: #1f2229;
  color: #fff
}

.section_grey {
  background-color: #fafafa
}

@media (max-width: 767px) {
  .section_summary {
    padding: 20px 0
  }
}

.summary {
  font-size: 16px;
  line-height: 1.21429;
  text-align: center
}

@media (max-width: 767px) {
  .summary {
    font-size: 14px;
    text-align: left
  }
}

.tgbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px
}

.tgbs__description {
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 700;
  color: #333
}

.tgbs__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 20px
}

@media (max-width: 1259px) {
  .tgbs__inner {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media (max-width: 1023px) {
  .tgbs__inner {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 767px) {
  .tgbs__inner {
    grid-template-columns: 1fr
  }
}

.tgbs .tgb {
  max-width: 420px;
  width: 100%;
  padding: 13px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, .15);
  box-shadow: 2px 2px 7px #00000026
}

.tgbs .tgb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.tgbs .tgb__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid rgba(83, 83, 83, .5)
}

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

.tgbs .tgb__content .col {
  vertical-align: bottom
}

.tgbs .tgb__title {
  font-size: 18px;
  line-height: 1.22222;
  font-weight: 800;
  text-align: right
}

.tgbs .tgb__title strong {
  font-size: 24px;
  font-weight: 800
}

.tgbs .tgb__summary {
  font-size: 12px;
  line-height: 1.16667;
  padding: 0 0 0 10px
}

.tgbs .tgb__action:first-child {
  margin-top: 0
}

.benefits h2 {
  text-align: center
}

@media (max-width: 767px) {
  .benefits h2 {
    text-align: left
  }
}

.circle-tick {
  margin-top: 20px;
  padding: 0
}

.circle-tick:first-child {
  margin-top: 0
}

.circle-tick li {
  position: relative;
  margin-top: 5px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 42px;
  text-indent: 0
}

.circle-tick li:first-child {
  margin-top: 0
}

.circle-tick li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -14px 0 0;
  font-size: 0;
  line-height: 1;
  color: #fdf4ce;
  height: 28px;
  width: 28px;
  text-align: right;
  background: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjEgMjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxIDIxIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjYjNlODQwIiBkPSJNMTAuNSwwQzQuNywwLDAsNC43LDAsMTAuNVM0LjcsMjEsMTAuNSwyMVMyMSwxNi4zLDIxLDEwLjVTMTYuMywwLDEwLjUsMHogTTE1LjgsNy4zbC03LDcuNGMwLDAsMCwwLDAsMGMtMC4zLDAuMy0wLjcsMC4yLTEsMEw0LjIsMTFjLTAuMy0wLjMtMC4zLTAuOCwwLTEuMWMwLDAsMCwwLDAsMGMwLjMtMC4zLDAuNy0wLjIsMSwwbDMsMy4ybDYuNS02LjljMCwwLDAsMCwwLDBjMC4zLTAuMywwLjctMC4yLDEsMGMwLDAsMCwwLDAsMGwwLDBjMCwwLDAsMCwwLDBDMTYuMSw2LjUsMTYuMSw3LDE1LjgsNy4zeiIvPjwvc3ZnPg==);
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: ""
}

.section_dark+.footer {
  margin-top: -40px
}

.footer {
  background-color: #1f2229;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 20px 0
}

@media (max-width: 767px) {
  .footer {
    text-align: left
  }
}

.notificate-wrapper {
  z-index: 42422;
  bottom: 0px;
  right: 0px;
  position: fixed;
  padding: 15px;
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.notice-block {
  color: #000;
  display: none;
  position: relative;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 15px;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75)
}

.notice-block>a {
  text-decoration: none;
  color: #000 !important;
  border-bottom: none
}

.notice-block>a:hover {
  border-bottom: none
}

.notice-data,
.notice-image {
  display: inline-block;
  vertical-align: top
}

.notice-data {
  padding-left: 15px;
  width: 250px
}

.notice-title {
  font-size: 16px;
  font-weight: bold
}

.notice-close {
  background: url("https://svgsilh.com/svg/1727490.svg");
  background-size: 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 12px;
  cursor: pointer;
  color: #999;
  text-decoration: underline
}

@media (max-width: 480px) {
  .notificate-wrapper {
    left: 0px;
    text-align: center
  }

  .notice-image {
    float: none
  }

  .notice-data {
    padding-left: 0;
    display: block;
    width: auto
  }
}

.notificate-wrapper_vk {
  left: 0;
  right: auto
}

@media (max-width: 480px) {
  .notificate-wrapper_vk {
    right: 0
  }
}

.notificate-wrapper_vk .notice-data {
  color: #fff;
  width: 200px;
  padding-left: 8px
}

@media (max-width: 480px) {
  .notificate-wrapper_vk .notice-data {
    width: auto
  }
}

.notificate-wrapper_vk .notice-block {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  padding: 8px;
  border: 0;
  box-shadow: none
}

.notificate-wrapper_vk .notice-title {
  color: #fff;
  font-size: 14px
}

.notificate-wrapper_vk .notice-text {
  font-size: 12px;
  margin-top: 10px
}

.notificate-wrapper_vk .notice-close {
  background-image: url("/assets/10505f56/vk-close-x.svg");
  background-size: 6.25px;
  background-repeat: no-repeat;
  background-position: left 50% center;
  border: 2px solid #fff;
  border-radius: 4px;
  height: 16px;
  width: 16px
}