@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.0 | 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; }

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

@font-face {
  font-family: "Letterica";
  src: url("../fonts/AGLettericaCondensed-Bold.woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Letterica";
  src: url("../fonts/AGLettericaCondensed-Roman.woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Light.woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/myriadpro-regular.woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/myriadpro-semibold.woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoLight.woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular.woff");
  font-weight: 400;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "MyriadPro", "Arial", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  color: #48423b; }

.visually-hidden,
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.container {
  margin: 0 10px; }
  @media (min-width: 768px) {
    .container {
      width: 96%;
      margin: 0 auto; } }
  @media (min-width: 1366px) {
    .container {
      width: 79.5%;
      max-width: 1400px;
      margin: 0 auto; } }

#fancybox-content,
#fancybox-wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  @media (min-width: 1366px) {
    .slick-slide {
      width: 260px; } }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 260px;
  height: 25px;
  margin: 0 auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }
  @media (min-width: 1025px) {
    .slick-dots {
      width: 60px; } }

.slick-dots li button {
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer; }
  .slick-dots li button--active {
    background-color: #ffffff;
    border-color: #ffffff; }

.slick-dots .slick-active button {
  background-color: #ffffff;
  border-color: #ffffff; }

.slick-prev {
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: none;
  background-color: #8bd24a;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border: none;
  cursor: pointer; }
  @media (min-width: 1366px) {
    .slick-prev {
      top: 18%;
      left: -8.3%; } }

.slick-next {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 0;
  background: none;
  background-color: #8bd24a;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer; }
  @media (min-width: 1366px) {
    .slick-next {
      top: 18%;
      right: -8.3%; } }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background-color: #adadad; }

.logotype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #48423b; }
  .logotype--footer {
    width: 169px; }
  @media (min-width: 768px) {
    .logotype {
      margin: 0; }
      .logotype--footer {
        margin: 0 auto; } }

.logotype__img {
  display: block;
  margin-right: 10px; }
  .logotype__img--header {
    width: 65px;
    height: 67px; }
  .logotype__img--footer {
    width: 169px;
    height: 36px; }
  @media (min-width: 1366px) {
    .logotype__img {
      margin-right: 20px; } }

.logotype__name {
  display: block;
  width: 60%;
  margin-bottom: 8px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400; }
  @media (min-width: 1366px) {
    .logotype__name {
      width: 70%;
      letter-spacing: 4px; } }

.logotype__category {
  display: block;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 1366px) {
    .logotype__category {
      letter-spacing: 4px; } }

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0; }
  @media (min-width: 768px) {
    .main-header {
      margin: 0;
      padding-bottom: 0; } }

.main-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .main-header__top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.main-header__logo {
  margin-bottom: 30px; }
  @media (min-width: 1366px) {
    .main-header__logo {
      width: 33%;
      margin-bottom: 23px; } }

.main-nav {
  padding: 10px 0;
  border-top: 1px solid #efefef; }
  @media (max-width: 767px) {
    .main-nav {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 10px;
      border: none; }
      .main-nav--opened .site-nav__item {
        display: block; }
      .main-nav--closed .site-nav__item {
        display: none; }
      .main-nav--nojs .main-nav__toggle {
        display: none; }
      .main-nav--nojs .site-nav__item {
        display: block; }
      .main-nav--opened .main-nav__toggle--htx .main-nav__toggle-text {
        background: none; }
      .main-nav--opened .main-nav__toggle--htx .main-nav__toggle-text::before {
        bottom: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .main-nav--opened .main-nav__toggle--htx .main-nav__toggle-text::after {
        top: -10px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .main-nav--opened .main-nav__toggle--htx .main-nav__toggle-text::before,
      .main-nav--opened .main-nav__toggle--htx .main-nav__toggle-text::after {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s; } }

@media (min-width: 1366px) {
  .main-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main-nav__toggle {
  display: none; }
  @media (max-width: 767px) {
    .main-nav__toggle {
      margin: 0;
      padding: 0;
      display: block;
      position: absolute;
      top: 11px;
      right: 10px;
      width: 36px;
      height: 40px;
      border: 0;
      background: none; } }

@media (max-width: 767px) {
  .main-nav__toggle-text {
    display: block;
    position: relative;
    width: 36px;
    height: 3px;
    background-color: #48423b; }
    .main-nav__toggle-text::before, .main-nav__toggle-text::after {
      content: "";
      position: absolute;
      left: 0;
      width: 36px;
      height: 3px;
      background-color: #48423b; }
    .main-nav__toggle-text::before {
      top: -10px; }
    .main-nav__toggle-text::after {
      top: 10px; } }

@media (max-width: 767px) {
  .main-nav__toggle--htx .main-nav__toggle-text {
    -webkit-transition: background-color 0 0.3s;
    transition: background-color 0 0.3s; } }

@media (max-width: 767px) {
  .main-nav__toggle--htx .main-nav__toggle-text::before,
  .main-nav__toggle--htx .main-nav__toggle-text::after {
    -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
            transition-delay: 0.3s, 0; } }

@media (max-width: 767px) {
  .main-nav__toggle--htx .main-nav__toggle-text::before {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; } }

@media (max-width: 767px) {
  .main-nav__toggle--htx .main-nav__toggle-text::after {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform; } }

.main-nav__site-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .main-nav__site-nav {
      margin-bottom: 0; } }
  @media (min-width: 1366px) {
    .main-nav__site-nav {
      padding-top: 7px; } }

.main-nav__social {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .main-nav__social {
      margin-bottom: 0; } }
  @media (min-width: 1366px) {
    .main-nav__social {
      width: 19%;
      margin-left: auto; } }

.site-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .site-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1366px) {
    .site-nav {
      width: 74%; } }

.site-nav__item {
  margin-bottom: 20px; }
  .site-nav__item:last-child {
    margin-bottom: 0; }

.site-nav__link {
  display: block;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #48423b; }
  .site-nav__link--current {
    color: #8bd24a; }

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1366px) {
    .social {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .social--header {
        margin-left: auto; }
      .social--footer {
        width: 83%; } }

.social__item {
  width: 40px;
  height: 40px;
  margin-right: 10px; }
  .social__item:last-child {
    margin-right: 0; }
  @media (min-width: 1366px) {
    .social__item {
      width: 45px;
      height: 45px;
      margin: 0; } }

.social__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 19px;
  color: #48423b;
  border-radius: 50%; }
  .social__link--header {
    background-color: #ebebeb; }
  .social__link--footer {
    background-color: #ffffff; }
  .social__link:hover, .social__link:focus {
    color: #ffffff;
    background-color: #8bd24a; }
  @media (min-width: 1366px) {
    .social__link {
      width: 45px;
      height: 45px; } }

.connections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 186px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .connections {
      margin: 0; } }
  @media (min-width: 1366px) {
    .connections {
      width: auto;
      margin-left: auto; } }

.connections__mail {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 43px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #48423b; }
  .connections__mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 19px;
    background-image: url("../img/css_sprites.png");
    background-repeat: no-repeat;
    background-position: -93px -88px; }
  @media (min-width: 1366px) {
    .connections__mail {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 24px; } }

.connections__phone {
  position: relative;
  display: block;
  padding-left: 43px;
  font-size: 18px;
  color: #48423b; }
  .connections__phone::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url("../img/css_sprites.png");
    background-repeat: no-repeat;
    background-position: -165px -76px; }
  @media (min-width: 1366px) {
    .connections__phone {
      margin-bottom: 0;
      font-size: 24px;
      line-height: 28px; } }

.connections__location {
  display: block;
  padding-left: 48px;
  font-size: 18px;
  color: #48423b; }

.promo {
  margin-bottom: 40px;
  padding-top: 20px;
  background-color: #f4f4f4; }
  @media (min-width: 768px) {
    .promo {
      padding: 0; } }

.promo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  min-height: 530px;
  padding-top: 200px;
  background-image: url("../img/girl.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position: bottom; }
  @media (min-width: 768px) {
    .promo__wrap {
      min-height: 600px;
      width: 100%;
      margin-left: auto;
      padding: 0;
      padding-top: 120px;
      padding-left: 57%;
      background-position: 100px bottom; } }
  @media (min-width: 1000px) {
    .promo__wrap {
      padding-left: 43%; } }
  @media (min-width: 1366px) {
    .promo__wrap {
      min-height: auto;
      padding-top: 40px;
      padding-bottom: 45px;
      background-position: 63px top; } }

.promo__logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .promo__logo {
      margin: 0; } }
  @media (min-width: 1366px) {
    .promo__logo {
      margin-bottom: 42px; } }

.promo__title {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Letterica", "Arial", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 768px) {
    .promo__title {
      font-size: 45px;
      line-height: 55px;
      text-align: left; } }
  @media (min-width: 1366px) {
    .promo__title {
      width: 75%;
      margin-bottom: 27px; } }

.promo__title-bold {
  font-weight: 700; }

.promo__note {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-align: center; }
  @media (min-width: 768px) {
    .promo__note {
      font-size: 23px;
      line-height: 27px;
      text-align: left; } }

.diet__title {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-weight: 300;
  color: #8bd24a; }
  @media (min-width: 1366px) {
    .diet__title {
      font-size: 40px;
      line-height: 45px;
      letter-spacing: 1px; } }

.diet__title-big {
  font-weight: 700; }

.diet__desc {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  text-align: center; }

.diet__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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; }
  @media (min-width: 560px) {
    .diet__list {
      width: 440px; } }
  @media (min-width: 1366px) {
    .diet__list {
      width: 470px; } }

.diet__feature {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 24px; }
  .diet__feature::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 13px;
    background-image: url("../img/css_sprites.png");
    background-repeat: no-repeat;
    background-position: -152px -145px; }

.diet__result {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 18px;
  text-align: center; }

.diet__nutritionist {
  padding: 50px 0;
  background-color: #f4f4f4; }

.diet__nutritionist-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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; }
  @media (min-width: 1366px) {
    .diet__nutritionist-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (min-width: 1366px) {
  .diet__wrap {
    width: 82%; } }

.diet__logo {
  display: block;
  width: 148px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media (min-width: 1366px) {
    .diet__logo {
      margin: 0;
      margin-top: 25px;
      margin-right: auto; } }

.diet__name {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 1366px) {
    .diet__name {
      margin-bottom: 10px;
      text-align: left;
      letter-spacing: 0.6px; } }

.diet__about-nutritionist {
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center; }
  .diet__about-nutritionist:last-child {
    margin-bottom: 0; }
  @media (min-width: 1366px) {
    .diet__about-nutritionist {
      text-align: left; } }

.goal {
  padding: 25px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #efefef; }

.goal__text {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  text-align: center; }

.goal__bold {
  color: #8bd24a; }

.ration {
  padding: 20px 0;
  background-image: url("../img/ration-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1366px) {
    .ration {
      padding: 55px 0; } }

.ration__title {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 1366px) {
    .ration__title {
      font-size: 40px;
      line-height: 45px;
      letter-spacing: -1px; } }

.ration__title-big {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 1366px) {
    .ration__title-big {
      font-size: 40px;
      line-height: 45px; } }

.ration__note {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 24px;
  text-align: center; }

.ration__form {
  width: 70%;
  margin: 0 auto; }
  @media (min-width: 1366px) {
    .ration__form {
      width: 53%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.ration__item {
  margin: 0;
  padding: 0; }
  @media (min-width: 1366px) {
    .ration__item {
      width: 42.5%; } }

.ration__input,
.ration__textarea {
  width: 100%;
  padding: 15px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #48423b;
  border: 1px solid #bfbcb9;
  margin-bottom: 15px;
  background-color: transparent; }
  @media (min-width: 1366px) {
    .ration__input,
    .ration__textarea {
      margin-bottom: 31px;
      padding: 22px;
      letter-spacing: 6px; } }

.ration__input::-webkit-input-placeholder,
.ration__textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #48423b; }

.ration__input:-ms-input-placeholder,
.ration__textarea:-ms-input-placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #48423b; }

.ration__input::-ms-input-placeholder,
.ration__textarea::-ms-input-placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #48423b; }

.ration__input::placeholder,
.ration__textarea::placeholder {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #48423b; }

.ration__textarea {
  text-align: center;
  resize: none; }
  @media (min-width: 1366px) {
    .ration__textarea {
      height: 58px;
      margin-bottom: 0;
      padding-top: 19px;
      padding-bottom: 7px; } }

.ration__btn {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 11px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #ffffff;
  background-color: #8bd24a;
  border: none;
  border-radius: 5px;
  cursor: pointer; }

.about {
  margin-bottom: 40px;
  padding: 34px 0;
  border-bottom: 1px solid #efefef; }
  @media (min-width: 1366px) {
    .about {
      margin-bottom: 70px; } }

.about__title {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px; }
  @media (min-width: 1366px) {
    .about__title {
      font-size: 40px;
      line-height: 45px; } }

.about__title-big {
  font-weight: 700; }

.about__desc {
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 24px;
  text-align: center; }
  @media (min-width: 1366px) {
    .about__desc--width {
      width: 90%;
      margin: 0 auto; } }

.results {
  margin-bottom: 47px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef; }

.results__title {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (min-width: 1366px) {
    .results__title {
      margin-bottom: 9px;
      letter-spacing: 7px; } }

.results__note {
  margin: 0;
  padding: 0;
  margin-bottom: 43px;
  font-size: 24px;
  line-height: 24px;
  text-align: center; }

.results__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .results__list {
      margin: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 768px) {
    .results__list {
      width: 100%; } }

.results__item {
  padding-bottom: 40px;
  position: relative; }
  .results__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    width: 36px;
    height: 30px;
    background-color: #8bd24a; }
  .results__item::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 40;
    width: 17px;
    height: 13px;
    background-image: url("../img/check-white.png");
    background-repeat: no-repeat;
    background-position: center; }
  @media (min-width: 768px) {
    .results__item {
      width: 20%;
      margin-right: 12px; }
      .results__item:last-child {
        margin: 0; } }

.results__img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px; }

.results__link {
  display: block;
  position: relative; }
  .results__link::before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 50%;
    width: 66px;
    height: 66px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    cursor: pointer; }
  .results__link::after {
    content: "";
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 50%;
    width: 13px;
    height: 13px;
    background-image: url("../img/zoom.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    cursor: pointer; }
  .results__link:hover::before, .results__link:hover::after {
    opacity: 1; }

.results__link {
  position: relative;
  z-index: 20; }

.results__about {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  @media (min-width: 1366px) {
    .results__about {
      width: 92%;
      margin: 0 auto;
      margin-bottom: 25px; } }

.results__name,
.results__age {
  display: block;
  margin-right: 5px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #272727; }
  @media (min-width: 1366px) {
    .results__name,
    .results__age {
      letter-spacing: -1px; } }

.results__age {
  margin-right: 0;
  color: #8bd24a;
  font-weight: 300; }

.results__desc {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #989796; }

.programms {
  padding-bottom: 33px; }

.programms__title {
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 1366px) {
    .programms__title {
      font-size: 40px;
      line-height: 45px;
      letter-spacing: -1px; } }

.programms__title-big {
  font-size: 25px;
  font-weight: 700; }
  @media (min-width: 1366px) {
    .programms__title-big {
      font-size: 40px;
      line-height: 45px; } }

.programms__note {
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 24px;
  text-align: center; }

.programms__list {
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.programms__item {
  min-height: 0;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px; }
  .programms__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    width: 53px;
    height: 46px;
    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;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #8bd24a; }
  .programms__item--1::before {
    content: "-10КГ"; }
  .programms__item--2::before {
    content: "-15КГ"; }
  .programms__item--3::before {
    content: "-20КГ"; }
  .programms__item--4::before {
    content: "+ 3КГ"; }
  @media (min-width: 1366px) {
    .programms__item {
      margin-right: 25px;
      padding: 0; }
      .programms__item:last-child {
        margin-right: 0; } }

.programms__img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px; }
  .programms__img--margin {
    margin-bottom: 0; }

.programms__name,
.programms__duration {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #272727; }

.programms__name {
  margin-bottom: 50px;
  font-family: "Verdana"; }

.programms__duration {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #48423b;
  text-transform: none; }

.programms__duration-big {
  text-transform: uppercase; }

.programms__price {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  color: #8bd24a; }

.programms__desc {
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #989796; }

.programms__indication,
.programms__conditions {
  font-weight: 700;
  color: #48423b; }

.programms__order {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #8bd24a; }
  @media (min-width: 1366px) {
    .programms__order {
      padding: 0;
      width: 16%;
      margin-left: auto;
      text-align: left;
      letter-spacing: 1px; } }

.payments {
  margin-bottom: 55px;
  padding: 50px 0;
  background-color: #f4f4f4; }

.payments__title {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 1366px) {
    .payments__title {
      font-size: 40px;
      line-height: 45px; } }

.payments__title-big {
  font-weight: 700; }

.payments__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .payments__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.payments__item {
  margin: 0 auto;
  margin-bottom: 25px; }
  @media (min-width: 1366px) {
    .payments__item {
      width: 18%;
      margin: 0; }
      .payments__item--center {
        width: 27%;
        padding-left: 15px; }
      .payments__item--padding {
        padding-top: 20px; }
      .payments__item--right {
        width: 21%; } }

.payments__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 23px;
  color: #48423b; }
  @media (min-width: 768px) {
    .payments__link {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

@media (min-width: 768px) {
  .payments__img {
    display: block;
    margin-right: 10px; } }

.payments__text {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #48423b; }
  .payments__text--padding {
    padding-top: 18px; }
  .payments__text--padding-less {
    padding-top: 10px; }
  @media (min-width: 1366px) {
    .payments__text--padding-less {
      padding-top: 8px; } }

.features {
  margin-bottom: 50px;
  padding-bottom: 31px;
  border-bottom: 1px solid #efefef; }

.features__title {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (min-width: 1366px) {
    .features__title {
      letter-spacing: 7px; } }

.features__note {
  margin: 0;
  padding: 0;
  margin-bottom: 38px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center; }

.features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1366px) {
    .features__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.features__item {
  margin-bottom: 20px; }
  .features__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 1366px) {
    .features__item {
      width: 24%; } }

.features__heading {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  padding-top: 125px;
  font-family: "Letterica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #272727; }
  .features__heading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 83px;
    height: 83px;
    background-color: #616161;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-radius: 50%;
    cursor: pointer; }
  .features__heading:hover::before {
    background-color: #8bd24a; }
  .features__heading::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-image: url("../img/css_sprites.png");
    background-repeat: no-repeat;
    cursor: pointer; }
  .features__heading--icon-1::after {
    top: 23px;
    width: 70px;
    height: 37px;
    background-position: -3px -88px; }
  .features__heading--icon-2::after {
    top: 12px;
    width: 66px;
    height: 58px;
    background-position: -10px -10px; }
  .features__heading--icon-3::after {
    width: 50px;
    height: 55px;
    background-position: -95px -10px; }
  .features__heading--icon-4::after {
    top: 18px;
    width: 46px;
    height: 46px;
    background-position: -165px -10px; }

.features__desc {
  margin: 0;
  padding: 0;
  position: relative;
  width: 91%;
  margin: 0 auto;
  text-align: center;
  color: #6d6966; }
  .features__desc--width-less {
    width: 87%;
    margin: 0 auto; }
  .features__desc--width-more {
    width: 100%;
    margin: 0 auto; }
  .features__desc::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 50%;
    width: 52px;
    height: 2px;
    background-color: #ebebeb;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.faq {
  padding-bottom: 50px; }

.faq__title {
  margin: 0;
  padding: 0;
  margin-bottom: 31px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 1366px) {
    .faq__title {
      font-size: 40px;
      line-height: 45px; } }

.faq__title-big {
  font-size: 25px;
  font-weight: 700; }
  @media (min-width: 1366px) {
    .faq__title-big {
      font-size: 40px;
      line-height: 45px; } }

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px; }

.faq__input + .faq__btn {
  position: relative;
  width: 47px;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  cursor: pointer; }
  .faq__input + .faq__btn::before, .faq__input + .faq__btn::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 15px;
    width: 15px;
    height: 3px;
    background-color: #b2b1b1; }
  .faq__input + .faq__btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.faq__input:checked + .faq__btn {
  background-color: #8bd24a; }
  .faq__input:checked + .faq__btn::before {
    background-color: #ffffff; }
  .faq__input:checked + .faq__btn::after {
    display: none; }

.faq__input:checked ~ .faq__answer {
  display: block; }

.faq__question {
  margin: 0;
  padding: 0;
  width: 84%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 28px;
  font-size: 18px;
  line-height: 18px;
  background-color: #ffffff;
  border-top: 1px solid #efefef; }

.faq__answer {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  display: none; }

.sales {
  position: relative;
  padding-top: 113px;
  padding-bottom: 125px;
  background-image: url("../img/sales.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0; }
  .sales::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 220, 220, 0.85); }

.sales__container {
  position: relative;
  z-index: 5; }

.sales__title {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 1366px) {
    .sales__title {
      font-size: 40px;
      line-height: 45px; } }

.sales__title-big {
  font-size: 25px;
  font-weight: 700; }
  @media (min-width: 1366px) {
    .sales__title-big {
      font-size: 40px;
      line-height: 45px; } }

.sales__title-upper {
  font-weight: 700;
  text-transform: uppercase; }

.sales__link {
  display: block;
  width: 65%;
  margin: 0 auto;
  padding: 20px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #48423b;
  background-color: transparent;
  border: 1px solid #afadab;
  letter-spacing: 7px; }
  @media (min-width: 1366px) {
    .sales__link {
      width: 22%; } }

.main-footer {
  padding-bottom: 70px; }

.main-footer__logo-wrap {
  padding: 13px 0; }

.additionally {
  padding-top: 67px;
  padding-bottom: 55px;
  background-color: #dcdcdc;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0; }

.additionally__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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; }
  @media (min-width: 1366px) {
    .additionally__wrap {
      width: 70%;
      margin: 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.additionally__mail,
.additionally__note {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  color: #48423b; }
  @media (min-width: 1366px) {
    .additionally__mail,
    .additionally__note {
      padding-top: 40px;
      font-size: 18px; } }

@media (min-width: 1366px) {
  .additionally__mail {
    margin-right: auto; } }

.additionally__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1366px) {
    .additionally__social-wrap {
      width: 32%;
      padding-top: 12px;
      margin: 0 auto; } }

.additionally__phone {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #48423b;
  letter-spacing: 1px; }
  @media (min-width: 1366px) {
    .additionally__phone {
      width: 87%; } }

.additionally__social {
  margin-bottom: 20px; }

@media (min-width: 1366px) {
  .additionally__note {
    margin-right: 35px; } }


.hidden {
  display: none;
}

.modal {
  position: relative;
  overflow: auto;
  height: 515px;
  width: 95%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media (min-width: 600px) {
.modal {
  width: 500px;
}
}

.modal__wrap {
  position: relative;
  padding: 20px;
}

.modal__form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal__text {
  margin: 0 0 10px;
  padding: 0;
  font-size: 25px;
  line-height: 30px;
  color: #737373;
}

.order__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

.order__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #737373;
}

.order__input {
  width: 100%;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #737373;
  background-color: #ffffff;
  border: 1px solid #E7D8CF;
}

.order__input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #737373; }

.order__input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #737373; }

.order__input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #737373;
}

.programms__img--margin {
  margin-bottom: 15px;
}

.programms__name {
  min-height: 40px;
  margin-bottom: 10px;
}

.programms__desc {
  min-height: 60px;
}

.programms__duration {
  min-height: 35px;
}

.programms__order {
  width: 47%;
  margin: 0 auto;
  margin-top: 20px;
}

.programms__order:hover,
.programms__order:focus {
  border-color: #8bd24a;
}

@media (min-width: 1366px) {
  .programms__order {
    width: 66%;
  }
}

.order__input::placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #737373;
}

.order__input--text {
  height: 100px;
  resize: vertical;
}

.order__button {
    width: 45%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;
}

@media (min-width: 600px) {
  .order__button {
    width: 35%;
    margin-top: 20px;
  }
}

.btn {
  padding: 6px 30px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #515252;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  cursor: pointer;
  border-radius: 50px;
}

  @media (min-width: 768px) {
    .btn {
      padding: 10px 30px;
    }
  }

@media (min-width: 1366px) {
  .btn {
    padding: 10px 40px;
  }
}

.btn--green {
    padding: 10px 30px;
    color: #ffffff;
    background-color: #63A627;
    border-color: #63A627;
}

@media (min-width: 768px) {
  .btn--green {
    padding: 10px 30px;
  }
}


/* Custom  moda window */
.modal-w, .modal-w2 {
  display: none;
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  height: 600px;
  max-height: 95%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.modal-w2 {
  height: 350px;
}
.modal-inner-w,
.modal-w2 .modal-inner-w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}
.modal-w2 .modal-inner-w {
  padding: 50px 20px;
}
.modal-overlay-w, .modal-overlay-w2 {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
.modal-overlay-w.opened,
.modal-overlay-w2.opened {
  display: block;
}
.modal-w.opened,
.modal-w2.opened {
  display: block;
  animation: modal-opacity 1s;
}
.modal-w .close-modal-w,
.modal-w2 .close-modal-w {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.7);
}
.modal-w h3 {
  font-size: 25px;
  margin: 0 0 10px;
}
.modal-w2 h4 {
  margin: 10px 0;
}

#modal-step2 {
  display: none;
}
#modal-step2 div h2 {
  text-align: center;
}

/* column styles */
@media (min-width: 992px) {
  .col-md-6 {
      width: 50%;
  }
  .col-md-6 {
      float: left
  }
}
.pay-blocks {
  text-align: center;
}
.services-button {
  display: inline-block;
  font-size: 15px;
  font-family: "RobotoBold", Helvetica, sans-serif;
  padding: 10px 30px;
  margin: 30px 0 15px;
  text-transform: uppercase;
  border: 1px solid #D1D1D1;
  border-radius: 50px;
  cursor: pointer;
  color: #515252;
}
