/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

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

a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none; }

.hidden {
  display: none !important; }

.btn-reset {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer; }

body {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #2b352f; }

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 1320px) {
    .container {
      max-width: 985px; } }
  @media screen and (max-width: 985px) {
    .container {
      max-width: 760px; } }

section {
  padding: 80px 0 100px; }
  @media screen and (max-width: 1320px) {
    section {
      padding: 80px 0 100px; } }
  @media screen and (max-width: 760px) {
    section {
      padding: 50px 0 60px; } }

.section-title {
  margin: 0;
  margin-bottom: 48px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: #2b352f; }
  @media screen and (max-width: 1320px) {
    .section-title {
      margin-bottom: 36px;
      font-size: 36px;
      line-height: 43px; } }
  @media screen and (max-width: 760px) {
    .section-title {
      margin-bottom: 28px;
      font-size: 28px;
      line-height: 34px; } }

.primary-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 40px;
  border: 1px solid #ef5c28;
  text-align: center;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  border-radius: 10px;
  background-color: #ef5c28;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
  .primary-button:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    padding: 0.85em 0.75em;
    background-color: #fff;
    transform: scale(0, 0);
    transition: all 0.3s ease; }
  .primary-button:focus, .primary-button:active {
    color: #fff;
    border-color: #f54000;
    background-color: #f54000; }
  .primary-button:hover {
    color: #ef5c28;
    background-color: transparent; }
    .primary-button:hover:after {
      transition: all 0.3s ease-out;
      transform: scale(1, 1); }
  .primary-button:disabled {
    background-color: #d1c7c4; }
  @media screen and (max-width: 1320px) {
    .primary-button {
      padding: 20px 28px;
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 760px) {
    .primary-button {
      padding: 16px 24px;
      font-size: 16px;
      line-height: 21px; }
      .primary-button:after {
        display: none; } }

.secondary-button {
  padding: 12px;
  white-space: nowrap;
  font-size: 24px;
  line-height: 31px;
  color: #2b352f;
  border-radius: 10px;
  background-color: #f1f9ef;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
  .secondary-button:hover {
    color: #fff;
    background-color: #8ca68c; }
  .secondary-button:focus, .secondary-button:active {
    color: #fff;
    background-color: #689668; }
  @media screen and (max-width: 1320px) {
    .secondary-button {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 760px) {
    .secondary-button {
      font-size: 16px;
      line-height: 21px; } }

.header {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0px 3px 8px rgba(43, 53, 47, 0.25);
  background-color: #1BB544;
  transition: background-color .25s ease; }
  .header--scroll {
    background-color: rgba(0, 172, 46, 0.88); }
  .header__container {
    height: 100%;
    display: flex;
    align-items: center; }
  .header__logo {
    display: flex;
    align-items: center;
    margin-right: 60px; }
  .header__nav {
    margin-right: 44px; }
  .header__phone {
    white-space: nowrap;
    font-size: 24px;
    line-height: 31px;
    color: #FFF61E;
    transition: color 0.25s ease-in-out; }
    .header__phone:hover {
      color: #f54000; }
  @media screen and (max-width: 1320px) {
    .header {
      height: 104px; }
      .header__logo {
        margin-right: auto; }
      .header__nav {
        order: 1;
        margin-right: 0; }
      .header__phone {
        margin-right: 24px;
        font-size: 20px;
        line-height: 26px; } }
  @media screen and (max-width: 760px) {
    .header {
      height: 60px; }
      .header__logo svg {
        width: 123px; }
      .header__phone {
        margin-right: 16px;
        font-size: 16px;
        line-height: 21px; } }
  @media screen and (max-width: 400px) {
    .header__phone {
      position: relative;
      width: 24px;
      height: 24px;
      margin-right: 8px;
      font-size: 0; }
      .header__phone:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background-image: url("../images/telephone.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; } }

.menu__burger, .menu__close {
  display: none; }

.menu__list {
  display: flex;
  align-items: center; }

.menu__item:not(:last-child) {
  margin-right: 32px; }

.menu__item--hidden {
  display: none; }

.menu__link {
  white-space: nowrap;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  transition: color 0.25s ease-in-out; }
  .menu__link.active {
    color: #f54000; }
  .menu__link:hover {
    color: #ef5c28; }

@media screen and (max-width: 1320px) {
  .menu__wrapper {
    display: none;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); }
  .menu__list {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 250px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 40px;
    background-color: #ef5c28;
    transform: translateX(100%);
    transition: transform 0.25s ease-in; }
  .menu__burger, .menu__close {
    display: flex;
    align-items: center; }
  .menu__item--hidden {
    display: block;
    margin-bottom: 12px !important;
    align-self: flex-end; }
  .menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px; }
  .menu__link {
    font-size: 20px;
    line-height: 26px;
    color: #fff; }
    .menu__link:hover, .menu__link:focus, .menu__link:active {
      color: #fff; } }

@media screen and (max-width: 985px) {
  .menu__list {
    max-width: 210px;
    padding: 36px 20px; } }

@media screen and (max-width: 760px) {
  .menu__list {
    max-width: 175px;
    padding: 25px 20px; }
  .menu__item--hidden {
    margin-bottom: 16px; }
  .menu__item:not(:last-child) {
    margin-bottom: 16px; }
  .menu__close svg {
    width: 20px;
    height: 20px; }
  .menu__link {
    font-size: 16px;
    line-height: 21px; } }

@media screen and (max-width: 400px) {
  .menu__burger svg {
    width: 24px;
    height: 24px; } }

main {
  padding-top: 100px; }
  @media screen and (max-width: 1320px) {
    main {
      padding-top: 104px; } }
  @media screen and (max-width: 760px) {
    main {
      padding-top: 60px; } }

.hero {
  /*padding: 80px 0 100px;*/
  padding: 0; }
  .hero__container {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .hero__content {
    max-width: 700px;
    width: 100%; }
  .hero__slider {
    max-width: 510px;
    width: 100%; }
    .hero__slider img {
      width: 100%; }
  .hero__title {
    margin: 0;
    margin-bottom: 24px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 76px;
    line-height: 84px;
    color: #fff; }
  .hero__desc {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 31px;
    color: #fff; }
  .hero__btn {
    display: inline-block; }
  .hero__slider_item {
    border-radius: 10px;
    overflow: hidden; }
  .hero-slider .slick-dots {
      position: absolute;
      bottom: 42px;
      width: 100%; }
  .hero__slider .slick-dots, .hero-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 12px 0 0;
    padding: 0; }
    .hero__slider .slick-dots li, .hero-slider .slick-dots li {
      margin: 0 2px;
      font-size: 0; }
      .hero__slider .slick-dots li button, .hero-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #b4b4b4;
        transition: background-color 0.25s ease-in-out; }
      .hero__slider .slick-dots li.slick-active button, .hero-slider .slick-dots li.slick-active button {
        background-color: #ef5c28; }
      .hero__slider .slick-dots li:not(.slick-active) button:hover, .hero-slider .slick-dots li:not(.slick-active) button:hover {
        cursor: pointer; }
  .hero-slider__item {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  @media screen and (max-width: 1320px) {
    .hero {
      /*padding: 62px 0 80px;*/ }
      .hero__content {
        max-width: 450px; }
      .hero__slider {
        max-width: 460px; }
      .hero__title {
        font-size: 40px;
        line-height: 44px; }
      .hero__desc {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 26px; }
      .hero__container {
        height: calc(100vh - 104px);} }
  @media screen and (max-width: 985px) {
    .hero {
      /*padding: 87px 0 80px;*/ }
      .hero__content {
        max-width: 354px; }
      .hero__slider {
        max-width: 334px; }
      .hero__desc {
        margin-bottom: 32px; } }
  @media screen and (max-width: 760px) {
    .hero {
      /*padding: 8px 0 60px;*/ }
      .hero__container {
        height: 600px;
        /*flex-wrap: wrap-reverse;*/
        align-items: flex-end;
        padding-bottom: 90px; }
      .hero__content {
        max-width: 280px; }
      .hero__slider {
        max-width: 100%;
        margin-bottom: 16px; }
        .hero__slider_item {
          height: 290px; }
          .hero__slider_item img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
      .hero__title {
        font-size: 32px;
        line-height: 35px; }
      .hero__desc {
        font-size: 16px;
        line-height: 21px; }
      .hero__btn {
        display: block; } }
  @media screen and (max-width: 400px) {
    .hero__content {
      max-width: 100%; }
    .hero-slider .slick-dots {
        bottom: 30px; } }

.service {
  background-color: #f7f9f6; }
  .service__desc {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 31px;
    color: #2b352f; }
  .service__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px; }
    .service__list_item {
      max-width: calc(50% - 40px);
      width: 100%;
      min-height: 347px;
      margin-bottom: 28px;
      margin-left: 40px; }
  @media screen and (max-width: 1320px) {
    .service__desc {
      margin-bottom: 28px;
      font-size: 20px;
      line-height: 26px; }
    .service__list_item {
      min-height: 298px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 985px) {
    .service__list {
      margin-left: 0; }
      .service__list_item {
        max-width: 100%;
        margin-left: 0; } }
  @media screen and (max-width: 760px) {
    .service__desc {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 21px; } }
  @media screen and (max-width: 760px) {
    .service__list_item {
      min-height: 270px; } }
  @media screen and (max-width: 400px) {
    .service__list_item {
      min-height: unset; } }

.service-item {
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 8px 24px rgba(14, 24, 3, 0.15);
  background-color: #fff; }
  .service-item--form .service-item__wrapper {
    height: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
  .service-item--form .service-item__title {
    max-width: 390px;
    width: 100%;
    text-align: center; }
  .service-item__wrapper {
    display: flex;
    align-items: flex-start; }
  .service-item__content {
    margin-right: 11px; }
  .service-item__image {
    flex: 0 0 240px;
    border-radius: 10px;
    overflow: hidden; }
  .service-item__title {
    margin-bottom: 4px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #2b352f; }
  .service-item__list {
    display: flex;
    flex-wrap: wrap; }
    .service-item__list_item {
      margin-top: 24px; }
      .service-item__list_item:not(:last-child) {
        margin-right: 16px; }
  @media screen and (max-width: 1320px) {
    .service-item__image {
      flex: 0 0 160px; }
    .service-item__title {
      font-size: 28px;
      line-height: 34px; }
    .service-item__list_item {
      margin-top: 16px; } }
  @media screen and (max-width: 985px) {
    .service-item__wrapper {
      justify-content: space-between; }
    .service-item__image {
      flex: 0 0 265px; }
    .service-item__content {
      max-width: 332px;
      width: 100%; } }
  @media screen and (max-width: 760px) {
    .service-item {
      padding: 24px; }
      .service-item__image {
        flex: 0 0 160px; }
      .service-item__title {
        font-size: 24px;
        line-height: 31px; }
      .service-item__content {
        max-width: 232px;
        margin-right: 0; } }
  @media screen and (max-width: 400px) {
    .service-item {
      padding: 20px; }
      .service-item__wrapper {
        flex-wrap: wrap-reverse; }
      .service-item__image {
        flex: 0 0 125px;
        height: 80px;
        margin-bottom: 12px; }
        .service-item__image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .service-item__content {
        max-width: 100%; }
      .service-item--form .service-item__title {
        margin-bottom: 20px; } }

.accordion--revert .accordion__item_header:not(.is-expanded):hover {
  background-color: #fff; }

.accordion__item {
  border-bottom: 1px solid #b4b4b4; }
  .accordion__item_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.25s ease-in-out; }
    .accordion__item_header.is-expanded .accordion__item_title {
      color: #22633a; }
    .accordion__item_header.is-expanded svg {
      transform: rotate(-225deg); }
    .accordion__item_header svg {
      transition: transform 0.25s ease-in-out; }
    .accordion__item_header:not(.is-expanded):hover {
      background-color: #f7f9f6; }
  .accordion__item_title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #2b352f;
    transition: color 0.25s ease-in-out; }
  .accordion__item_content {
    height: auto;
    max-height: 50em;
    max-width: 745px;
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    line-height: 31px;
    transition: max-height 0.75s; }
    .accordion__item_content.is-collapsed {
      max-height: 0; }
    .accordion__item_content ul {
      margin-top: 0;
      padding-left: 20px; }

@media screen and (max-width: 1320px) {
  .accordion__item_header {
    padding: 28px 0; }
  .accordion__item_title {
    font-size: 24px;
    line-height: 29px; }
  .accordion__item_content {
    max-width: 700px;
    font-size: 20px;
    line-height: 26px; } }

@media screen and (max-width: 760px) {
  .accordion__item_header {
    padding: 20px 0; }
    .accordion__item_header svg {
      width: 20px;
      height: 20px; }
  .accordion__item_title {
    font-size: 20px;
    line-height: 24px; }
  .accordion__item_content {
    font-size: 16px;
    line-height: 21px; } }

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1; }

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1; }

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes accordionOut {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.advantages {
  background-color: #f7f9f6; }
  .advantages__list {
    display: flex;
    margin-left: -40px; }
    .advantages__list_item {
      max-width: calc(25% - 40px);
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 40px;
      font-size: 24px;
      line-height: 31px;
      text-align: center;
      color: #2b352f; }
      .advantages__list_item svg {
        margin-bottom: 48px; }
      .advantages__list_item span {
        max-width: 200px;
        width: 200%; }
  @media screen and (max-width: 1320px) {
    .advantages__list_item {
      font-size: 20px;
      line-height: 26px; }
      .advantages__list_item svg {
        margin-bottom: 28px; } }
  @media screen and (max-width: 985px) {
    .advantages__list {
      flex-wrap: wrap;
      margin-left: -20px; }
      .advantages__list_item {
        max-width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px; }
        .advantages__list_item span {
          max-width: 100%; } }
  @media screen and (max-width: 760px) {
    .advantages__list_item {
      font-size: 16px;
      line-height: 21px; }
      .advantages__list_item svg {
        width: 100px;
        height: 100px; } }
  @media screen and (max-width: 400px) {
    .advantages__list {
      margin-left: 0; }
      .advantages__list_item {
        max-width: 100%;
        margin-left: 0; } }

.process__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.process__tabs {
  max-width: 735px;
  width: 100%; }

.process__form {
  max-width: 440px;
  width: 100%;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 8px 24px rgba(14, 24, 3, 0.15);
  background-color: #fff; }
  .process__form_reply {
    font-size: 24px;
    line-height: 31px;
    color: #2b352f; }

@media screen and (max-width: 1320px) {
  .process__wrapper {
    flex-wrap: wrap; }
  .process__tabs {
    max-width: 698px;
    margin-bottom: 20px; }
  .process__form {
    max-width: 698px; }
    .process__form_reply {
      font-size: 20px;
      line-height: 26px; } }

@media screen and (max-width: 985px) {
  .process__tabs, .process__form {
    max-width: 100%; } }

@media screen and (max-width: 760px) {
  .process__form {
    padding: 24px; }
    .process__form_reply {
      font-size: 16px;
      line-height: 21px; } }

@media screen and (max-width: 400px) {
  .process__form {
    padding: 16px; } }

.tabs__header {
  display: flex;
  align-items: center;
  margin-bottom: 31px; }
  .tabs__header_item {
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #b4b4b4;
    transition: color 0.25s ease-in-out; }
    .tabs__header_item:not(:last-child) {
      margin-right: 24px; }
    .tabs__header_item:not(.is-active):hover {
      cursor: pointer;
      color: #22633a; }
    .tabs__header_item.is-active {
      border-bottom: 1px solid #22633a;
      color: #22633a; }

.tabs__content:not(.is-active) {
  display: none; }

@media screen and (max-width: 1320px) {
  .tabs__header {
    margin-bottom: 28px; }
    .tabs__header_item {
      font-size: 28px;
      line-height: 34px; } }

@media screen and (max-width: 760px) {
  .tabs__header {
    margin-bottom: 12px; }
    .tabs__header_item {
      font-size: 24px;
      line-height: 28px; }
      .tabs__header_item:not(:last-child) {
        margin-right: 0; } }

@media screen and (max-width: 400px) {
  .tabs__header {
    flex-wrap: wrap; }
    .tabs__header_item:first-child {
      margin-bottom: 8px; } }

.step {
  display: flex;
  align-items: flex-start; }
  .step:not(:last-child) {
    margin-bottom: 24px; }
  .step__num {
    margin-right: 24px;
    font-size: 62px;
    line-height: 73px;
    color: #22633a; }
  .step__text {
    font-size: 24px;
    line-height: 28px;
    color: #2b352f; }
    .step__text_title {
      margin-bottom: 12px;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 32px;
      line-height: 38px; }
  @media screen and (max-width: 1320px) {
    .step:not(:last-child) {
      margin-bottom: 20px; }
    .step__num {
      margin-right: 12px;
      font-size: 40px;
      line-height: 47px; }
    .step__text {
      font-size: 20px;
      line-height: 26px; }
      .step__text_title {
        font-size: 24px;
        line-height: 29px; } }
  @media screen and (max-width: 760px) {
    .step:not(:last-child) {
      margin-bottom: 16px; }
    .step__num {
      font-size: 36px;
      line-height: 42px; }
    .step__text {
      font-size: 16px;
      line-height: 21px; }
      .step__text_title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 23px; } }

.contact-form__title {
  margin-bottom: 32px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #2b352f; }

.contact-form__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .contact-form__wrapper .just-validate-error-label {
    display: none; }

.contact-form__inp {
  width: 100%;
  margin-bottom: 12px;
  padding: 20px 16px;
  border: 1px solid #b4b4b4;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 21px;
  border-radius: 5px;
  color: #2b352f;
  transition: border-color 0.25s ease-in-out; }
  .contact-form__inp::-moz-placeholder {
    color: #cecece; }
  .contact-form__inp::placeholder {
    color: #cecece; }
  .contact-form__inp:focus {
    border-color: #ef5c28; }
  .contact-form__inp.valid {
    border-color: #489650; }
  .contact-form__inp.invalid {
    border-color: #bf0000; }

.contact-form__check {
  display: block;
  cursor: pointer; }
  .contact-form__check input {
    display: none; }
    .contact-form__check input:checked + .contact-form__check_body > .contact-form__check_box:after {
      opacity: 1; }
  .contact-form__check_body {
    display: flex;
    align-items: flex-start; }
  .contact-form__check_box {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid #22633a;
    border-radius: 3px;
    background-color: #fff; }
    .contact-form__check_box:after {
      content: "";
      position: absolute;
      top: 2px;
      left: 7px;
      transform: rotate(45deg);
      width: 6px;
      height: 12px;
      border-right: 1px solid #22633a;
      border-bottom: 1px solid #22633a;
      opacity: 0;
      transition: opacity 0.25s ease-in-out; }
  .contact-form__check_label {
    font-size: 16px;
    line-height: 21px;
    color: #2b352f; }

.contact-form__btn {
  margin-top: 32px; }

@media screen and (max-width: 1320px) {
  .contact-form__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 31px; }
  .contact-form__wrap {
    max-width: 100%;
    width: 100%;
    display: flex; }
    .contact-form__wrap .contact-form__inp {
      flex: 0 1 50%; }
      .contact-form__wrap .contact-form__inp:first-child {
        margin-right: 12px; } }

@media screen and (max-width: 760px) {
  .contact-form__wrap {
    flex-wrap: wrap; }
    .contact-form__wrap .contact-form__inp {
      flex: 0 1 100%; }
      .contact-form__wrap .contact-form__inp:first-child {
        margin-right: 0; }
  .contact-form__inp {
    padding: 16px;
    font-size: 12px;
    line-height: 17px; }
  .contact-form__check_label {
    font-size: 12px;
    line-height: 16px; }
  .contact-form__btn {
    margin-top: 24px; } }

@media screen and (max-width: 400px) {
  .contact-form__title {
    margin-bottom: 12px; }
  .contact-form__inp {
    margin-bottom: 8px; }
  .contact-form__btn {
    margin-top: 16px; } }

.faq {
  background-color: #f7f9f6; }

.contacts__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.contacts__content {
  max-width: 800px;
  width: 100%; }

.contacts__select {
  max-width: 290px;
  width: 100%; }
  .contacts__select_label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #8ca68c; }

.contacts__separator {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #b4b4b4; }

@media screen and (max-width: 1320px) {
  .contacts__content {
    max-width: 450px; }
  .contacts__separator {
    margin-top: 36px;
    margin-bottom: 36px; } }

@media screen and (max-width: 760px) {
  .contacts__wrapper {
    flex-wrap: wrap; }
  .contacts__select {
    max-width: 210px;
    margin-bottom: 60px; }
    .contacts__select_label {
      font-size: 12px;
      line-height: 17px; }
  .contacts__content {
    max-width: 100%; }
  .contacts__separator {
    margin-top: 28px;
    margin-bottom: 28px; } }

.choices[data-type*="select-one"]:after {
  right: 5px;
  width: 10px;
  height: 22px;
  margin: 0 !important;
  background-image: url("../images/down_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  transform: translateY(-50%);
  transition: transform 0.25s ease-in-out; }

.choices.is-open[data-type*="select-one"]:after {
  transform: translateY(-50%) rotate(-90deg); }

.choices__inner {
  min-height: unset;
  padding: 0;
  padding-bottom: 4px !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b4b4b4;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #2b352f;
  background: none; }

.choices__list--dropdown {
  margin-top: 0 !important;
  padding: 12px 0 12px 12px;
  border: none !important;
  border-radius: 20px !important;
  box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
  background-color: #fff; }
  .choices__list--dropdown .choices__item {
    padding: 8px 20px !important;
    font-family: "Roboto", sans-serif;
    font-size: 24px !important;
    line-height: 31px !important;
    color: #2b352f;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted {
      color: #fff;
      background-color: #22633a !important; }

.choices__list .choices__item--selectable:after {
  display: none; }

.choices__list .choices__item:not(:last-child) {
  margin-bottom: 12px; }

@media screen and (max-width: 1320px) {
  .choices__inner {
    font-size: 20px;
    line-height: 26px; }
  .choices__list--dropdown {
    padding: 12px; }
    .choices__list--dropdown .choices__item {
      font-size: 20px !important;
      line-height: 26px !important; } }

@media screen and (max-width: 760px) {
  .choices__inner {
    font-size: 16px;
    line-height: 21px; }
  .choices__list--dropdown .choices__item {
    padding: 8px 16px !important;
    font-size: 16px !important;
    line-height: 21px !important; } }

.contact-item {
  display: flex;
  align-items: center; }
  .contact-item--main .contact-item__value {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px; }
  .contact-item__label {
    max-width: 200px;
    width: 100%;
    margin-right: 28px;
    text-align: right;
    font-size: 16px;
    line-height: 21px;
    color: #8ca68c; }
  .contact-item__value {
    font-size: 24px;
    line-height: 31px;
    color: #2b352f; }
  .contact-item__link {
    transition: color 0.25s ease-in-out; }
    .contact-item__link:hover {
      color: #ef5c28; }
  .contact-item:not(:last-child) {
    margin-bottom: 32px; }
  @media screen and (max-width: 1320px) {
    .contact-item:not(:last-child) {
      margin-bottom: 28px; }
    .contact-item__label {
      max-width: 114px;
      margin-right: 28px;
      font-size: 14px;
      line-height: 18px; }
    .contact-item__value {
      font-size: 20px;
      line-height: 26px; }
    .contact-item--main .contact-item__value {
      font-size: 28px;
      line-height: 33px; } }
  @media screen and (max-width: 760px) {
    .contact-item:not(:last-child) {
      margin-bottom: 20px; }
    .contact-item__label {
      max-width: 129px;
      margin-right: 16px;
      font-size: 12px;
      line-height: 17px; }
    .contact-item__value {
      font-size: 16px;
      line-height: 21px; }
    .contact-item--main .contact-item__value {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (max-width: 400px) {
    .contact-item__label {
      max-width: 77px;
      margin-right: 5px; } }

.footer {
  padding: 59px 0;
  background-color: #2b352f; }
  .footer__menu {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer__menu_item {
      margin: 0 30px;
      font-size: 24px;
      line-height: 31px;
      color: #fff;
      transition: color 0.25s ease-in-out; }
      .footer__menu_item:hover {
        color: #ef5c28; }
  @media screen and (max-width: 1320px) {
    .footer {
      padding: 42px 0; }
      .footer__menu_item {
        margin: 0 12px;
        font-size: 20px;
        line-height: 26px; } }
  @media screen and (max-width: 760px) {
    .footer {
      padding: 20px 0; }
      .footer__menu {
        flex-wrap: wrap; }
        .footer__menu_item {
          flex: 0 1 100%;
          margin: 0 0 8px 0;
          font-size: 16px;
          line-height: 21px; }
          .footer__menu_item:last-child {
            margin-bottom: 0; } }

.popup {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 8px 24px rgba(14, 24, 3, 0.25);
  background-color: #fff; }
  .popup__content {
    position: relative;
    padding: 56px 28px 32px; }
    .popup__content .contact-form__title {
      margin-bottom: 22px;
      text-align: left; }
    .popup__content .contact-form__inp {
      margin-bottom: 10px; }
    .popup__content .contact-form__btn {
      margin-top: 28px; }
  .popup__close {
    position: absolute;
    top: 20px;
    right: 32px;
    transition: transform 0.25s ease-in-out; }
    .popup__close:hover {
      transform: rotate(-360deg); }
  @media screen and (max-width: 1320px) {
    .popup .contact-form__title {
      margin-bottom: 20px;
      font-size: 28px;
      line-height: 34px; } }
  @media screen and (max-width: 760px) {
    .popup__content {
      padding: 60px 24px 24px; }
    .popup__close {
      top: 24px;
      right: 24px; }
    .popup .contact-form__title {
      margin-bottom: 24px;
      text-align: center;
      font-size: 24px;
      line-height: 31px; } }
  @media screen and (max-width: 400px) {
    .popup__content {
      padding: 43px 16px 16px; }
    .popup__close {
      top: 16px;
      right: 16px; }
      .popup__close svg {
        width: 15px;
        height: 15px; }
    .popup .contact-form__title {
      margin-bottom: 12px;
      text-align: left; }
    .popup .contact-form__inp {
      margin-bottom: 8px; }
    .popup .contact-form__btn {
      margin-top: 16px; } }

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .thanks__img {
    margin-bottom: 32px; }
  .thanks__text {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 31px;
    color: #2b352f; }
  @media screen and (max-width: 1320px) {
    .thanks__text {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 760px) {
    .thanks__text {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 21px; } }
  @media screen and (max-width: 400px) {
    .thanks__img {
      margin-bottom: 16px; }
    .thanks__text {
      margin-bottom: 16px; } }

.not-found {
  padding-top: 93px; }
  .not-found__content {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .not-found__title {
    margin-bottom: 40px;
    font-size: 205px;
    line-height: 240px;
    color: #22633a; }
  .not-found__text {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 31px;
    color: #2b352f; }
  .not-found__btn {
    display: inline-block;
    margin-top: 40px; }
  @media screen and (max-width: 1320px) {
    .not-found {
      padding-top: 105px; }
      .not-found__title {
        font-size: 180px;
        line-height: 211px; }
      .not-found__text {
        font-size: 20px;
        line-height: 26px; } }
  @media screen and (max-width: 760px) {
    .not-found {
      padding-top: 80px; }
      .not-found__title {
        font-size: 120px;
        line-height: 141px; }
      .not-found__text {
        font-size: 16px;
        line-height: 21px; } }
