@charset "UTF-8";
/* ** --- Reset CSS --- ** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  text-align: left; }

textarea {
  resize: none; }

address {
  font-style: normal; }

input,
textarea,
button,
select {
  outline: none;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none; }

/* ** --- Mixins and variables --- ** */
/* ** --- Fonts --- ** */
@font-face {
  font-family: 'SBSansDisplay';
  src: url("../fonts/../fonts/SBSans/SBSansDisplay-SemiBold.eot");
  src: url("../fonts/../fonts/SBSans/SBSansDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/SBSans/SBSansDisplay-SemiBold.woff") format("woff"), url("../fonts/../fonts/SBSans/SBSansDisplay-SemiBold.ttf") format("truetype"), url("../fonts/../fonts/SBSans/SBSansDisplay-SemiBold.svg../fonts/SBSans/SBSansDisplay-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SBSansInterface';
  src: url("../fonts/../fonts/SBSans/SBSansUI-Semibold.eot");
  src: url("../fonts/../fonts/SBSans/SBSansUI-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/SBSans/SBSansUI-Semibold.woff") format("woff"), url("../fonts/../fonts/SBSans/SBSansUI-Semibold.ttf") format("truetype"), url("../fonts/../fonts/SBSans/SBSansUI-Semibold.svg../fonts/SBSans/SBSansUI-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SBSansInterface';
  src: url("../fonts/../fonts/SBSans/SBSansUI-Regular.eot");
  src: url("../fonts/../fonts/SBSans/SBSansUI-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/SBSans/SBSansUI-Regular.woff") format("woff"), url("../fonts/../fonts/SBSans/SBSansUI-Regular.ttf") format("truetype"), url("../fonts/../fonts/SBSans/SBSansUI-Regular.svg../fonts/SBSans/SBSansUI-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

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

/* ** --- Document --- ** */
html,
body {
  height: 100%;
  background: #fff;
  color: #2c3136;
  font: normal 16px/1.5 Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

[hidden] {
  display: none; }

.nobr {
  white-space: nowrap; }

.help {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #171a1e; }

@media (max-width: 678px) {
  .help {
    margin: 50px auto; } }

.help__wrapper {
  margin: 0 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1023px) {
  .help__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 767px) {
  .help__wrapper {
    margin-right: 40px;
    margin-left: 40px; } }

@media (min-width: 0px) and (max-width: 720px) {
  .help__wrapper {
    margin: 0 20px; } }

.help__right-block,
.help__left-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

@media (max-width: 1023px) {
  .help__right-block,
  .help__left-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.help__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.help__right-block picture {
  margin: 0 auto; }

.help__title {
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #2c3136;
  padding-top: 45px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }

@media (max-width: 1027px) {
  .help__title {
    padding: 0; } }

@media (max-width: 1023px) {
  .help__title {
    text-align: center; } }

@media (max-width: 768px) {
  .help__title {
    min-width: 100%; } }

.help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media (max-width: 1023px) {
  .help__list {
    margin-top: 48px; } }

@media (max-width: 767px) {
  .help__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 768px) {
  .help__item {
    width: calc(33.33333% - 30px);
    max-width: 215px;
    text-align: center; } }

@media (min-width: 1024px) {
  .help__item {
    width: calc(50% - 15px);
    max-width: 100%;
    text-align: left; } }

.help__item:last-child {
  margin-top: 37px; }

@media (max-width: 1023px) {
  .help__item:last-child {
    margin: 0; } }

@media (max-width: 767px) {
  .help__item {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background-color: #f1f5f7; }
  .help__item:not(:first-child) {
    margin-top: 15px; } }

.help__picture {
  max-width: 570px;
  margin: 0 auto; }

@media (max-width: 1027px) {
  .help__picture {
    max-width: 340px; } }

@media (max-width: 1023px) {
  .help__picture {
    margin-top: 58px; } }

@media (max-width: 768px) {
  .help__picture {
    max-width: 302px;
    margin-top: 40px; } }

.help__item-num {
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #2c3136; }

@media (max-width: 910px) {
  .help__item-num {
    font-size: 32px;
    line-height: 40px; } }

@media (max-width: 678px) {
  .help__item-num {
    font-size: 28px;
    line-height: 38px; } }

.help__item-text {
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #878b90;
  margin-top: 15px; }

@media (max-width: 767px) {
  .help__item-text {
    margin-top: 4px; } }

.discount__buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.discount__button {
  text-decoration: none;
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #08a652;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.discount__button--green {
  display: none; }

.discount__button--transparent {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.53;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
  color: #08a652;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.discount__button--transparent:hover {
  color: #44c77f; }

.discount__button--transparent::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  border-width: 15px 15px 0 0;
  border-style: solid;
  -webkit-transform: translate(27px, -34px) scale(0.1) rotate(45deg);
  transform: translate(27px, -34px) scale(0.1) rotate(45deg); }

@media (max-width: 910px) {
  .discount__buttons {
    margin-top: 25px; } }

@media (max-width: 678px) {
  .discount__buttons {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .discount__button--green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid rgba(38, 38, 38, 0.25);
    border-radius: 8px;
    font-weight: 600;
    padding: 11.5px 20px;
    color: #fff;
    background-color: #08a652;
    border: none;
    min-width: 100%;
    padding: 11.5px 20px; }
  .discount__button--green:hover {
    background-color: #148f2b; }
  .discount__button--transparent {
    margin: 0 auto;
    margin-top: 20px;
    color: #5b6265; }
  .discount__button--transparent:hover {
    color: #7c8386; } }

.sliders {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #171a1e; }

@media (max-width: 678px) {
  .sliders {
    margin: 50px auto; } }

.sliders__wrapper {
  margin: 0 30px;
  position: relative; }

@media (max-width: 767px) {
  .sliders__wrapper {
    margin-right: 40px;
    margin-left: 40px; } }

@media (min-width: 0px) and (max-width: 720px) {
  .sliders__wrapper {
    margin: 0 20px; } }

.sliders__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 1023px) {
  .sliders__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }

.sliders__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1023px) {
  .sliders__controls {
    display: none; } }

.sliders__controls-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid rgba(38, 38, 38, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px 0 #eeeeee;
          box-shadow: 0 5px 10px 0 #eeeeee;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: border-color 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: border-color 0.2s linear, box-shadow 0.2s linear;
  transition: border-color 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; }

.sliders__controls-btn:hover {
  border-color: rgba(38, 38, 38, 0.2);
  -webkit-box-shadow: 0 10px 20px 0 #e2e2e2;
          box-shadow: 0 10px 20px 0 #e2e2e2; }

.sliders__controls-btn:not(:last-child) {
  margin-right: 16px; }

.sliders__controls-progres {
  position: relative; }

.sliders__controls-svg {
  position: absolute;
  pointer-events: none; }

.sliders__controls-circle {
  stroke: #148f2a;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-linecap: round;
  stroke-dashoffset: 148; }

.sliders__title {
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #2c3136; }

@media (max-width: 1027px) {
  .sliders__title {
    padding: 0; } }

@media (max-width: 768px) {
  .sliders__title {
    min-width: 100%; } }

.sliders__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f8fa;
  -webkit-box-shadow: 0px 20px 44px -19px rgba(183, 183, 183, 0.25);
          box-shadow: 0px 20px 44px -19px rgba(183, 183, 183, 0.25);
  padding: 60px;
  margin-top: 40px;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

@media (max-width: 1023px) {
  .sliders__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px; } }

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

.sliders__container-left {
  margin-right: 40px;
  max-width: 440px; }

@media (max-width: 1023px) {
  .sliders__container-left {
    max-width: 100%;
    margin: 0;
    text-align: center; } }

.sliders__container-left-title {
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  color: #2c3136; }

.sliders__container-left-text {
  font-family: 'SBSansInterface', 'OpenSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #2c3136;
  margin-top: 20px; }

.sliders__container-right-img {
  min-width: 570px;
  width: 100%; }

.sliders__container-right-img--tab,
.sliders__container-right-img--tab2,
.sliders__container-right-img--mob {
  display: none; }

@media (max-width: 1170px) {
  .sliders__container-right-img--desc {
    display: none; }
  .sliders__container-right-img--tab {
    display: block; } }

@media (max-width: 768px) {
  .sliders__container-right-img--tab {
    display: none; }
  .sliders__container-right-img--tab2 {
    display: block; } }

@media (max-width: 468px) {
  .sliders__container-right-img--tab2 {
    display: none; }
  .sliders__container-right-img--mob {
    display: block; } }

@media (max-width: 1027px) {
  .sliders__container-right-img {
    min-width: 430px; } }

@media (max-width: 1023px) {
  .sliders__container-right-img {
    margin-top: 40px; } }

@media (max-width: 768px) {
  .sliders__container-right-img {
    min-width: 0; } }

/* Кружочки */
.slider-dots {
  display: none;
  text-align: center;
  margin: 20px 0; }

@media (max-width: 1023px) {
  .slider-dots {
    display: block; } }

.slider-dots_item {
  cursor: pointer;
  width: 40px;
  height: 4px;
  margin: 0 4px;
  background: #d3dadd;
  border-radius: 24px;
  display: inline-block;
  -webkit-transition: background-color 0s ease;
  transition: background-color 0s ease; }

.active {
  position: relative; }

.active::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  background-color: #148f2a;
  -webkit-animation: 9s in-out forwards;
          animation: 9s in-out forwards; }

@-webkit-keyframes in-out {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes in-out {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* Анимация слайдов */
.slider .item {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

.animate {
  stroke: #148f2a;
  stroke-dasharray: 148;
  stroke-dashoffset: 148;
  -webkit-animation: 20s draw;
          animation: 20s draw;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 148; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes draw {
  0% {
    stroke-dashoffset: 148; }
  100% {
    stroke-dashoffset: 0; } }

/*# sourceMappingURL=style.css.map */
