@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/montserrat/Montserrat-Regular.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Regular.ttf) format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: "normal"; }

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-SemiBold.ttf) format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: "normal"; }

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url(../fonts/montserrat/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-ExtraBold.ttf) format("truetype");
  font-display: block;
  font-weight: 400;
  font-style: "normal"; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .modal--thanks .modal-content {
    padding: 100px;
    width: 826px; }
  .modal--thanks .modal-body {
    padding: 29px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px; }
    .modal--thanks .modal-body .button {
      width: 180px; }
    @media (max-width: 767px) {
      .modal--thanks .modal-body {
        padding: 15px; } }
  .modal--thanks .modal__icon {
    margin-top: 0; }
  .modal--thanks .modal__title {
    margin-bottom: 25px;
    text-align: left; }
    @media (max-width: 767px) {
      .modal--thanks .modal__title {
        margin-bottom: 15px; } }
  .modal--thanks .button {
    padding: 25px 35px;
    width: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .modal__close {
    top: -2px;
    right: -25px;
    position: absolute;
    width: 13px;
    height: 13px;
    background: 0;
    border: 0;
    z-index: 110;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .modal__close svg {
      width: 30px;
      height: 30px; }
    .modal__close:hover {
      opacity: 0.7; }
  .modal__body {
    position: relative;
    margin: 0 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 768px) {
      .modal__body {
        margin: 2%; } }
    .modal__body--send {
      margin: 0; }
  .modal__icon {
    margin-top: 68px; }
    .modal__icon svg {
      margin-bottom: 24px;
      width: 65px;
      height: 65px; }
    @media (max-width: 768px) {
      .modal__icon {
        margin-top: 0; } }
  .modal__title {
    margin-bottom: 35px;
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-size: 34px;
    line-height: 42px; }
  .modal__text {
    margin-bottom: 30px;
    font-family: "Montserrat-Regular";
    font-weight: 450;
    font-size: 14px;
    line-height: 24px; }
  .modal__about {
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 220px;
    border-top: 1px solid #E4E4E4; }
    @media (max-width: 768px) {
      .modal__about {
        padding-bottom: 0; } }
  .modal__column {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal__column .modal__text {
      margin-bottom: 0; }
    .modal__column .modal__value {
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 20px;
      line-height: 28px; }
    .modal__column:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .modal__column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0; } }
  .modal__form {
    margin-left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
    background: #EBF3F6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .modal__form {
        margin-top: 60px;
        position: relative;
        width: 100%;
        margin-left: 0;
        background: 0; } }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: absolute;
  width: 100%;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 480px) {
    .modal-dialog {
      padding: 60px 0;
      margin: 0; } }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 780px;
  pointer-events: auto;
  background-clip: padding-box;
  background: #fff;
  border-radius: 4px;
  outline: 0; }
  @media (max-width: 800px) {
    .modal-content {
      margin: 0 15px; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover; }

.modal-backdrop.fade {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0; }

.modal-backdrop.show {
  opacity: 1; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.modal.fade {
  -webkit-transform: translate3d(0, 0vh, 0);
          transform: translate3d(0, 0vh, 0); }

.modal.in {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
      transform: translate(0, 1px); }

.form__body {
  margin: 40px 0; }
  .form__body .button {
    margin-top: -2px; }
  .form__body .input {
    width: 50%;
    padding: 23px;
    border: 1px solid #000;
    height: 100%;
    background: #fff;
    color: #000 !important; }
    .form__body .input:hover {
      border-color: #56B537; }
    .form__body .input::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .form__body .input::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .form__body .input:-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .form__body .input::-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .form__body .input::placeholder {
      color: #000;
      opacity: 1; }
    .form__body .input:-ms-input-placeholder {
      color: #000; }
    .form__body .input::-ms-input-placeholder {
      color: #000; }

html {
  font-family: "Montserrat-Regular", Arial, serif;
  font-weight: 450;
  font-size: 16px;
  height: 100%; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden; }

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000; }

ol, ul {
  list-style: none; }

img {
  max-width: 100%;
  display: block; }

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

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.is-hidden {
  display: none !important; }

.is-visible {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 10; }

.up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: 0;
  border: 2px solid #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .up:hover {
    opacity: 0.75; }
  .up .arrow {
    margin-top: 4px;
    position: relative;
    width: 10px;
    height: 10px;
    border: 2.3906px solid #DCDCDC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
    .up .arrow::before {
      top: -4px;
      right: -4px;
      position: absolute;
      width: 10px;
      height: 10px;
      background: #3A3A46;
      content: ''; }
  @media (max-width: 1024px) {
    .up {
      margin-top: 30px; } }

.logo {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .logo__image {
    width: 145px;
    height: 64px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .logo:hover {
    opacity: 0.75; }

.navigation {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .navigation__item {
    margin-right: 44px; }
    .navigation__item:last-child {
      margin-right: 0; }
  .navigation__link {
    font-family: "Montserrat-Regular";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .navigation__link:hover {
      color: #56B537; }

.phone-layout {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .phone-layout .first {
    letter-spacing: 1px; }
  .phone-layout__text {
    margin-right: 48px;
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #56B537;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-align: right; }
    .phone-layout__text span {
      color: #000;
      font-size: 14px; }
    .phone-layout__text a,
    .phone-layout__text a:hover {
      line-height: 28px;
      text-decoration: none;
      color: #56B537;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .phone-layout__text a:hover {
      opacity: 0.7; }
    @media (max-width: 1024px) {
      .phone-layout__text {
        margin-right: 0; } }
  .phone-layout .button {
    border-radius: 50%; }

.input {
  padding: 10px 20px;
  background: 0;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  border: 0;
  border-bottom: 2px solid #56B537;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .input:hover, .input:focus {
    border-color: #fff;
    color: #fff; }
  .input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .input:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  .input::-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  .input::placeholder {
    color: #fff;
    opacity: 1; }
  .input:-ms-input-placeholder {
    color: #fff; }
  .input::-ms-input-placeholder {
    color: #fff; }

.button {
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ea748f;
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  border: 0;
  background: #56B537;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .button:hover {
    opacity: 0.7; }
  @media (max-width: 1024px) {
    .button {
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.menu {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%; }
  .menu .icon-menu,
  .menu .icon-close {
    width: 20px;
    height: 20px;
    fill: #fff; }
  .menu .icon-close {
    width: 14px;
    height: 14px; }

.form__signature {
  margin-top: 28px;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 69.4%;
  color: #fff; }
  @media (max-width: 1024px) {
    .form__signature {
      line-height: 24px; } }
  @media (max-width: 480px) {
    .form__signature {
      text-align: center; } }

.form__button {
  padding: 20px 35px; }
  @media (max-width: 768px) {
    .form__button {
      width: 100%; } }

.form__input {
  margin-right: 30px;
  padding: 18px 35px;
  width: 330px; }
  @media (max-width: 768px) {
    .form__input {
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%; } }

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10; }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 126px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    @media (max-width: 1000px) {
      .header__container {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        height: 70px; } }
  .header__menu {
    display: none; }
    @media (max-width: 1000px) {
      .header__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 1000px) {
    .header__navigation {
      display: none;
      margin-left: -13.6%;
      padding-top: 20px;
      top: 70px;
      position: fixed;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      background: #fff;
      z-index: 10; } }
  @media (max-width: 768px) {
    .header__navigation {
      display: none;
      margin-left: -3.2%;
      padding-top: 20px;
      top: 70px;
      position: fixed;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      background: #fff;
      z-index: 10; } }
  @media (max-width: 480px) {
    .header__navigation {
      display: none;
      margin-left: -15px;
      padding-top: 20px;
      top: 70px;
      position: fixed;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      background: #fff;
      z-index: 10; } }
  @media (max-width: 1000px) {
    .header__navigation li {
      margin-bottom: 30px;
      margin-right: 0;
      text-align: center; } }
  .header__button {
    padding: 16px 35px;
    background: #fff;
    border: 2px solid #56B537;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #56B537; }
    .header__button:hover {
      background: #56B537;
      color: #fff; }
    @media (max-width: 1024px) {
      .header__button {
        display: none; } }
  @media (max-width: 1000px) {
    .header__logo {
      margin-bottom: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
  @media (max-width: 480px) {
    .header__logo {
      margin-left: -15px; } }
  .header--float {
    top: 0;
    position: fixed;
    width: 100%;
    height: 126px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
            box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.04);
    z-index: 30; }
    .header--float .header__navigation {
      z-index: 9; }
    @media (max-width: 1000px) {
      .header--float {
        height: 70px; } }
  @media (max-width: 1000px) {
    .header {
      top: 0;
      left: 0;
      position: fixed;
      width: 100%;
      background: #fff; }
      .header .phone-layout {
        display: none; } }

.signature {
  padding-top: 180px;
  height: 55px;
  background: #3A3A46; }
  .signature__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .signature__text {
    margin-top: -55px;
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-size: 18px;
    color: #fff; }
    .signature__text span {
      color: #56B537; }
  @media (max-width: 1024px) {
    .signature {
      padding-top: 144px;
      height: auto; } }
  @media (max-width: 480px) {
    .signature {
      display: none; } }

.main {
  padding: 128px 0 153px;
  background: url("/assets/images/main.jpg") no-repeat center;
  background-size: cover; }
  .main__container {
    position: relative; }
  .main__desc {
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 30px;
    background: -o-linear-gradient(0.48deg, #23BC6F -31.23%, #68B324 129.05%);
    background: linear-gradient(89.52deg, #23BC6F -31.23%, #68B324 129.05%);
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #fff; }
    @media (max-width: 480px) {
      .main__desc {
        width: 100%;
        margin-top: 60px;
        padding: 5px 14px;
        font-size: 10px;
        font-weight: 600;
        text-align: center; } }
  .main__title {
    margin-bottom: 8px;
    font-family: "Montserrat-SemiBold";
    font-size: 54.2025px;
    line-height: 123.2%;
    color: #fff;
    text-transform: uppercase; }
    .main__title span {
      display: block;
      color: #56B537; }
    @media (max-width: 1024px) {
      .main__title {
        font-size: 40px; } }
    @media (max-width: 480px) {
      .main__title {
        margin-bottom: 25px;
        font-size: 21px; } }
  .main__text {
    margin-bottom: 90px;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 137.19%;
    color: #fff; }
    @media (max-width: 480px) {
      .main__text {
        margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .main .input {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 480px) {
    .main .button {
      padding: 22px;
      font-size: 18px; } }
  .main__image {
    top: -126px;
    right: -800px;
    position: absolute;
    width: 1400px;
    height: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    @media (max-width: 1024px) {
      .main__image {
        display: none; } }
    @media (max-width: 480px) {
      .main__image {
        min-width: 800px;
        bottom: 14%;
        top: inherit;
        right: -600px;
        display: block;
        opacity: 0.3; } }
  @media (max-width: 1024px) {
    .main {
      padding: 30px 0; } }

.skill {
  padding: 120px 0 0 0; }
  .skill__container {
    overflow: initial; }
  .skill__title {
    font-family: "Montserrat-SemiBold";
    font-size: 72px;
    line-height: 88px;
    color: #56B537; }
    @media (max-width: 1024px) {
      .skill__title {
        font-size: 32px;
        line-height: 42px; } }
  .skill__line {
    margin: 20px 0 36px;
    width: 70px;
    height: 2px;
    background: #56B537; }
  .skill__content {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .skill__content .skill__desc {
      padding-right: 50px;
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 22px;
      line-height: 137.19%;
      color: #000; }
    .skill__content .skill__text {
      font-family: "Montserrat-Regular";
      font-weight: 400;
      font-size: 18px;
      line-height: 137.19%;
      color: #000; }
      @media (max-width: 1024px) {
        .skill__content .skill__text {
          margin-top: 30px; } }
    @media (max-width: 1024px) {
      .skill__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 480px) {
      .skill__content {
        margin-bottom: 30px; } }
  .skill__list {
    position: absolute;
    padding: 40px 110px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 32px rgba(77, 77, 77, 0.24);
            box-shadow: 10px 10px 32px rgba(77, 77, 77, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10; }
    .skill__list .skill__item {
      width: 20%;
      text-align: center; }
      @media (max-width: 1024px) {
        .skill__list .skill__item {
          margin-bottom: 30px;
          width: 100%; } }
    .skill__list .skill__line {
      margin: 20px auto;
      width: 70px;
      height: 2px;
      background: #56B537; }
    .skill__list .skill__value {
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 64px;
      line-height: 74px;
      color: #56B537; }
    .skill__list .skill__text {
      font-family: "Montserrat-Regular";
      font-size: 18px;
      line-height: 22px;
      color: #000; }
    @media (max-width: 1024px) {
      .skill__list {
        padding-bottom: 40px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 1024px) {
      .skill__list {
        padding: 20px; } }
  @media (max-width: 1024px) {
    .skill {
      padding: 30px 0; } }

.consultation {
  margin-top: 210px;
  padding: 230px 0 150px;
  background: #3A3A46; }
  .consultation .form__body .input {
    width: auto; }
  .consultation__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: initial; }
  .consultation__title {
    font-family: "Montserrat-SemiBold";
    font-size: 48px;
    line-height: 59px;
    color: #fff; }
    @media (max-width: 1024px) {
      .consultation__title {
        font-size: 32px;
        line-height: 42px; } }
    @media (max-width: 480px) {
      .consultation__title {
        font-size: 24px;
        line-height: 34px;
        text-align: center; } }
  .consultation__line {
    margin: 24px 0;
    width: 70px;
    height: 2px;
    background: #fff; }
  .consultation__text {
    width: 37%;
    margin-bottom: 68px;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 137.19%;
    color: #fff;
    text-align: center; }
    @media (max-width: 1024px) {
      .consultation__text {
        width: 100%; } }
    @media (max-width: 480px) {
      .consultation__text {
        margin-bottom: 0px; } }
  .consultation .input {
    padding: 19px;
    background: #4C4C59;
    border: 0;
    color: #fff;
    background: #fff; }
    .consultation .input:hover {
      background: #fff; }
    .consultation .input::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .consultation .input::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .consultation .input:-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .consultation .input::-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .consultation .input::placeholder {
      color: #000;
      opacity: 1; }
    .consultation .input:-ms-input-placeholder {
      color: #000; }
    .consultation .input::-ms-input-placeholder {
      color: #000; }
  @media (max-width: 1024px) {
    .consultation {
      margin: 30px 0 0 0;
      padding: 60px 0; } }

.solutions {
  padding: 152px 0 109px;
  background: url("/assets/images/solution-bg.png") no-repeat center top;
  background-size: cover; }
  .solutions__title {
    font-family: "Montserrat-SemiBold";
    font-size: 72px;
    line-height: 88px;
    color: #56B537; }
    @media (max-width: 1024px) {
      .solutions__title {
        font-size: 32px;
        line-height: 42px; } }
  .solutions__line {
    margin: 20px 0 36px;
    width: 70px;
    height: 2px;
    background: #56B537; }
  .solutions__list {
    margin-top: 60px; }
    .solutions__list .solutions__item {
      margin-bottom: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #F6F6FA;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .solutions__list .solutions__item:last-child {
        margin-bottom: 0; }
      @media (max-width: 1024px) {
        .solutions__list .solutions__item {
          padding: 15px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (max-width: 480px) {
        .solutions__list .solutions__item {
          margin-bottom: 20px; } }
    .solutions__list .solutions__image {
      margin-right: 80px;
      width: 50%; }
      @media (max-width: 1024px) {
        .solutions__list .solutions__image {
          margin-bottom: 40px; } }
      .solutions__list .solutions__image *::-ms-backdrop, .solutions__list .solutions__image {
        min-width: 400px;
        width: 400px; }
    .solutions__list .solutions__content {
      padding-right: 100px; }
      @media (max-width: 480px) {
        .solutions__list .solutions__content {
          padding-right: 0; } }
    .solutions__list .solutions__num {
      padding: 8px;
      margin-bottom: 28px;
      display: inline-block;
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 14px;
      line-height: 126.69%;
      background: #56B537;
      color: #fff; }
    .solutions__list .solutions__title {
      margin-bottom: 10px;
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 26px;
      line-height: 32px;
      color: #000; }
      @media (max-width: 1024px) {
        .solutions__list .solutions__title {
          font-size: 32px;
          line-height: 42px; } }
    .solutions__list .solutions__text {
      font-family: "Montserrat-Regular";
      font-weight: 400;
      font-size: 18px;
      line-height: 145.19%;
      color: #000; }
  @media (max-width: 1024px) {
    .solutions {
      padding: 30px 0; } }
  @media (max-width: 480px) {
    .solutions {
      background: 0; } }

.price {
  padding: 0px 0 345px;
  background: url("/assets/images/price-bg.png") no-repeat center;
  background-size: cover; }
  .price__container {
    position: relative; }
  .price__button {
    margin-top: 50px; }
    @media (max-width: 480px) {
      .price__button {
        margin-top: 30px; } }
  .price__image {
    bottom: -395px;
    left: 0;
    position: absolute;
    width: 50%;
    height: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .price__title {
    font-family: "Montserrat-SemiBold";
    font-size: 72px;
    line-height: 88px;
    color: #56B537; }
    @media (max-width: 1024px) {
      .price__title {
        font-size: 32px;
        line-height: 42px; } }
  .price__line {
    margin: 0px 0 36px;
    width: 70px;
    height: 2px;
    background: #56B537; }
  .price__list {
    margin-top: 90px; }
    .price__list .price__item {
      padding: 30px 44px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff; }
      .price__list .price__item:nth-child(odd) {
        background: #F6F6FA; }
      @media (max-width: 480px) {
        .price__list .price__item {
          padding: 20px; } }
    .price__list .price__text {
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 18px;
      color: #000; }
      @media (max-width: 1024px) {
        .price__list .price__text {
          width: 60%;
          font-size: 18px; } }
      @media (max-width: 480px) {
        .price__list .price__text {
          padding-right: 30px;
          font-size: 14px; } }
    .price__list .price__value {
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 18px;
      color: #56B537; }
      .price__list .price__value span {
        text-transform: uppercase; }
      @media (max-width: 1024px) {
        .price__list .price__value {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .price__list .price__value {
          font-size: 12px;
          text-align: right; } }
    @media (max-width: 480px) {
      .price__list {
        margin-top: 30px; } }
  @media (max-width: 1024px) {
    .price {
      padding: 30px 0; } }
  @media (max-width: 480px) {
    .price {
      background: 0; } }

.work {
  padding: 115px 0;
  background: #3A3A46; }
  .work__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1024px) {
      .work__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .work__title {
    font-family: "Montserrat-SemiBold";
    font-size: 48px;
    line-height: 59px;
    color: #fff; }
    @media (max-width: 1024px) {
      .work__title {
        font-size: 32px;
        line-height: 42px; } }
  .work__line {
    margin: 24px 0;
    width: 70px;
    height: 2px;
    background: #fff; }
  .work__text {
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 137.19%;
    color: #fff; }
    @media (max-width: 1024px) {
      .work__text {
        margin-bottom: 50px; } }
  .work__list {
    width: 35%; }
    .work__list .work__item {
      margin-bottom: 36px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .work__list .work__item:last-child {
        margin-bottom: 0; }
      @media (max-width: 1024px) {
        .work__list .work__item {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .work__list .work__icon {
      margin-right: 28px;
      min-width: 65px;
      height: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border-radius: 50%; }
      .work__list .work__icon svg {
        width: 26px;
        height: 26px; }
    .work__list .work__desc {
      font-family: "Montserrat-Regular";
      font-weight: 400;
      font-size: 18px;
      line-height: 136.69%;
      color: #fff; }
    @media (max-width: 1024px) {
      .work__list {
        width: 100%; } }
  @media (max-width: 1024px) {
    .work {
      padding: 30px 0; } }

.how {
  padding: 140px 0 130px;
  background: url("/assets/images/how.png") no-repeat center;
  background-size: cover; }
  .how__container {
    position: relative; }
  .how .form__body .input {
    width: 300px; }
    @media (max-width: 480px) {
      .how .form__body .input {
        width: 100%; } }
  .how__image {
    bottom: -200px;
    right: -800px;
    position: absolute;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    @media (max-width: 1024px) {
      .how__image {
        display: none; } }
  .how__title {
    font-family: "Montserrat-SemiBold";
    font-size: 72px;
    line-height: 88px;
    color: #56B537; }
    @media (max-width: 1024px) {
      .how__title {
        font-size: 32px;
        line-height: 42px; } }
  .how__line {
    margin: 0px 0 36px;
    width: 70px;
    height: 2px;
    background: #56B537; }
  .how__list {
    margin-top: 60px;
    margin-bottom: 170px;
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10; }
    .how__list .how__item {
      padding: 30px;
      width: 32%;
      background: #F6F6FA; }
      @media (max-width: 1024px) {
        .how__list .how__item {
          margin-bottom: 30px;
          width: 100%; } }
    .how__list .how__icon {
      margin-bottom: 90px;
      width: 80px;
      height: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #56B537;
      border-radius: 50%; }
      .how__list .how__icon svg {
        width: 26px;
        height: 26px; }
      @media (max-width: 480px) {
        .how__list .how__icon {
          margin-bottom: 20px; } }
    .how__list .how__title {
      margin-bottom: 18px;
      font-family: "Montserrat-SemiBold";
      font-weight: 600;
      font-size: 23px;
      line-height: 32px;
      color: #000; }
      @media (max-width: 480px) {
        .how__list .how__title {
          font-size: 18px;
          line-height: 24px; } }
    .how__list .how__text {
      font-family: "Montserrat-Regular";
      font-weight: 400;
      font-size: 18px;
      line-height: 125.69%; }
    @media (max-width: 1024px) {
      .how__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    @media (max-width: 480px) {
      .how__list {
        margin-bottom: 10px; } }
  .how__form .how__title {
    margin-bottom: 38px;
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #000; }
    @media (max-width: 1024px) {
      .how__form .how__title {
        font-size: 32px;
        line-height: 42px; } }
  .how__form .input {
    padding: 19px; }
  .how__form .how__text {
    margin-bottom: 48px;
    font-family: "Montserrat-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 137.19%; }
  .how__form .form__signature {
    color: #8A8A8A; }
  .how__form .input {
    border: 0;
    background: #fff;
    color: #000; }
    .how__form .input::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .how__form .input::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .how__form .input:-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .how__form .input::-ms-input-placeholder {
      color: #000;
      opacity: 1; }
    .how__form .input::placeholder {
      color: #000;
      opacity: 1; }
    .how__form .input:-ms-input-placeholder {
      color: #000; }
    .how__form .input::-ms-input-placeholder {
      color: #000; }
  @media (max-width: 1024px) {
    .how {
      padding: 30px 0; } }
  @media (max-width: 480px) {
    .how {
      background: 0; } }

.footer {
  padding: 35px 0;
  background: #3A3A46; }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    .footer__container:last-child {
      margin-top: 20px; }
    @media (max-width: 1024px) {
      .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer .logo {
    margin-left: -16px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .footer .logo .logo__image {
      height: auto;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    @media (max-width: 1024px) {
      .footer .logo {
        margin: 0; } }
  .footer__phone {
    font-family: "Montserrat-SemiBold";
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #56B537;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .footer__phone:hover {
      color: #fff; }
    .footer__phone span {
      display: block;
      font-size: 14px;
      color: #fff; }
    @media (max-width: 480px) {
      .footer__phone {
        margin-bottom: 15px;
        text-align: center; } }
  .footer__navigation .footer__link {
    margin-left: 40px;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-decoration: none; }
    .footer__navigation .footer__link:hover {
      color: #56B537; }
    @media (max-width: 1024px) {
      .footer__navigation .footer__link:first-child {
        margin-left: 0; } }
    @media (max-width: 480px) {
      .footer__navigation .footer__link {
        margin: 0;
        margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .footer__navigation {
      margin: 30px 0; } }
  @media (max-width: 480px) {
    .footer__navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.js-tel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
