html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Rubik-Regular";
}

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

.hidden {
  display: none;
}

.page {
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  background: #FFFFFF;
}

.page__body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

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

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.popup-infomation {
  background: #FFFFFF;
  width: 1240px;
  border-radius: 4px;
  padding: 40px 36px;
}

.popup-infomation.fancybox-button svg {
  /*background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);*/
  /*background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);*/
  /*border-radius: 4px;*/
  display:none!important;
}

.popup-infomation .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-infomation .form-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  color: #0B1E11;
  padding-left: 10px;
}

.popup-infomation h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #0B1E11;
  padding-left: 10px;
}

.popup-infomation p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
}

.popup-infomation ol {
  padding-left: 25px;
}

.popup-infomation ol li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
  margin-bottom: 16px;
}

.popup-infomation ul {
  padding-left: 25px;
}

.popup-infomation ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
  margin-bottom: 16px;
}

.popup-feadback {
  background: #FFFFFF;
  width: 488px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 40px 36px;
}

.popup-feadback .form-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #0B1E11;
}

.popup-feadback .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

.popup-feadback p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  color: #919294;
}

.popup-feadback p a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6CC031;
}

.popup-feadback .form__group label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7C;
  margin-bottom: 8px;
}

.popup-feadback .form__group input {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  border: none;
  height: 40px;
  padding: 5px 10px;
  background: #F6F6F6;
  border-radius: 4px;
  outline: none;
}

.popup-feadback .btn-form {
  border: none;
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  border: 1px solid #6CC031;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 32px;
}

article {
  background: #ccc;
  height: 200px;
  display: none;
  margin-top: 16px;
}
@media (max-width: 776px) {
  article {
    background: #ccc;
    height: 100%;
    display: none;
    margin-top: 16px;
  }
}
article.on {
  display: block;
}

.contact-tab label {
  margin-right: 20px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:before {
  border: 2px solid #6CC031;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #6CC031;
  border: 2px solid #6CC031;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.js-overlay-thank-you {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.popup-succes {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 516px;
  padding: 40px 36px;
  position: relative;
  margin: 10% auto;
}

.popup-succes .form-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0B1E11;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-succes .form-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  color: #0B1E11;
}

input.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}

.services .tabs .tabs__content .feedback-form .form__control {
  position: relative;
}

.services .tabs .tabs__content .feedback-form .form__control input.input_error {
  border: 1px solid red;
}

.services .tabs .tabs__content .feedback-form .form__control label.input_error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.popup-feadback .form__group {
  position: relative;
}

.popup-feadback .form__group input.input_error {
  border: 1px solid red;
}

.popup-feadback .form__group label.input_error {
  color: red;
  font-size: 0.9em;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.prod-overhead .form__group {
  position: relative;
}

.prod-overhead .form__group input.input_error {
  border: 1px solid red;
}

.prod-overhead .form__group label.input_error {
  color: red;
  font-size: 0.9em;
  position: absolute;
  bottom: -30px;
  left: 0;
}

:root {
  --font-family: "Rubik-Regular", sans-serif;
  --content-width: 1186px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --primary-color: rgb(11, 78, 179);
}

/* stylelint-disable */
@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik-Regular";
  src: url("../fonts/../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
.header .header-mobile__container {
  display: none;
}
.header-top {
  border-bottom: 2px solid #F6F6F6;
  padding: 21px 0px;
}
.header-top .header-top__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header .header__auth-mob {
  display: none;
}
.header .header__burger {
  display: none;
}
.header .header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-right: 28px;
}
.header .header__item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  background: rgba(145, 146, 148, 0.7);
  right: -20px;
}
.header .header__item .header__item-text {
  padding-left: 10px;
}
.header .header__item .header__item-text a {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Medium";
}
.header .header__item:last-child {
  margin-right: 0px;
}
.header .header__item:last-child .header__item-text a {
  color: #6CC031;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.header .header__item:last-child::before {
  display: none;
}
.header .header__stiky {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
}
.header .header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header__bottom .header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header__bottom .header__auth .header__auth-link {
  padding-left: 16px;
}
.header .header__bottom .header__auth .header__auth-link a {
  color: #7C7C7C;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
}
.header .header__bottom .header__auth .header__auth-link a:hover {
  color: #6CC031;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.header__menu .header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header__menu .header-menu__list .header-menu__item {
  list-style: none;
  margin-right: 40px;
}
.header__menu .header-menu__list .header-menu__item .header-menu__link {
  font-family: "Rubik-Regular";
  color: #7C7C7C;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 0;
}
.header__menu .header-menu__list .header-menu__item .header-menu__link:hover {
  -webkit-text-decoration-line: underline;
  /*text-decoration-line: underline;*/
  color: #58a025;
  border-bottom: 2px solid #6CC031;
}
.header__menu .header-menu__list .header-menu__item .active{
  -webkit-text-decoration-line: underline;
  /*text-decoration-line: underline;*/
  color: #58a025;
  border-bottom: 2px solid #6CC031;
}
.header__menu .header-menu__list .header-menu__item .header-menu__link + active {
  color: #58a025;
}
.header__menu .header-menu__list .header-menu__item:last-child {
  margin-right: 0px;
}

@media (max-width: 776px) {
  .header .header__item:nth-of-type(2)::before {
    display: none;
  }
  .header .header__item:last-child {
    display: none;
  }
  .header .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header__auth-mob {
    display: block;
  }
  .header .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
    background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 30px;
  }
  .header .header__burger span {
    width: 14px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
    display: block;
    margin-bottom: 3px;
  }
  .header .header__stiky {
    display: none;
  }
  .header .header__bottom .header__menu {
    display: none;
  }
  .header .header-mobile__container {
    -webkit-transform: translateX(-150vw);
    -ms-transform: translateX(-150vw);
    transform: translateX(-150vw);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 50%;
    left: 0;
    height: 100%;
    z-index: 200;
    top: 0;
    position: absolute;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    padding: 36px 40px;
    display: block;
  }
  .header .header-mobile__container .header-mobile__top .header-mobile__close {
    padding: 20px 0px 0px 20px;
  }
  .header .header-mobile__container .header-mobile__top .header__item {
    margin-bottom: 16px;
  }
  .header .header-mobile__container .header-mobile__top .header__item::before {
    display: none;
  }
  .header .header-mobile__container .header-mobile__top .header__item .header__item-text {
    padding-left: 20px;
  }
  .header .header-mobile__container .header-mobile__top .header__item:last-child {
    padding: 20px 0px;
    border-bottom: 2px solid #F6F6F6;
    border-top: 2px solid #F6F6F6;
  }
  .header .header-mobile__container .header-mobile__bottom {
    padding: 20px 0px 0px 20px;
  }
  .header .header-mobile__container .header-mobile__bottom .header__mobile-text a {
    color: #4788E8;
    width: 200px;
    height: 45px;
    border: 1.5px solid #4788E8;
    border-radius: 30px;
    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;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .header-mobile__container .header-mobile__bottom .header__mobile-text a:hover {
    color: #FFFFFF;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item img {
    margin-right: 10px;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
  }
  .header .header-mobile__container .header-mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item {
    list-style: none;
  }

  .header .header-mobile__container .header-mobile__list .header-mobile__item .header-nobile__link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7C7C7C;
    padding: 14px 20px;
    display: block;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item .header-nobile__link img {
    margin-right: 10px;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item .header-nobile__link:hover {
    color: #6CC031;
  }
  .header .open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
  }
}
@media (max-width: 576px) {
  .header .header__list {
    display: none;
  }
  .header .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header__auth-mob {
    display: block;
  }
  .header .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
    background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 30px;
  }
  .header .header__burger span {
    width: 14px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px;
    display: block;
    margin-bottom: 3px;
  }
  .header .header__stiky {
    display: none;
  }
  .header .header__bottom .header__menu {
    display: none;
  }
  .header .header-mobile__container {
    -webkit-transform: translateX(-150vw);
    -ms-transform: translateX(-150vw);
    transform: translateX(-150vw);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 200;
    top: 0;
    position: absolute;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    padding: 36px 40px;
    display: block;
  }
  .header .header-mobile__container .header-mobile__top .header-mobile__close {
    padding: 20px 0px 0px 20px;
  }
  .header .header-mobile__container .header-mobile__top .header__item {
    margin-bottom: 16px;
  }
  .header .header-mobile__container .header-mobile__top .header__item::before {
    display: none;
  }
  .header .header-mobile__container .header-mobile__top .header__item .header__item-text {
    padding-left: 20px;
  }
  .header .header-mobile__container .header-mobile__top .header__item:last-child {
    padding: 20px 0px;
    border-bottom: 2px solid #F6F6F6;
    border-top: 2px solid #F6F6F6;
  }
  .header .header-mobile__container .header-mobile__bottom {
    padding: 20px 0px 0px 20px;
  }
  .header .header-mobile__container .header-mobile__bottom .header__mobile-text a {
    color: #4788E8;
    width: 200px;
    height: 45px;
    border: 1.5px solid #4788E8;
    border-radius: 30px;
    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;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .header-mobile__container .header-mobile__bottom .header__mobile-text a:hover {
    color: #FFFFFF;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item img {
    margin-right: 10px;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
  }
  .header .header-mobile__container .header-mobile__bottom .phone-menu__list .phone-menu__item span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
  }
  .header .header-mobile__container .header-mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item {
    list-style: none;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item:nth-of-type(1) .header__item-text{
    padding: 30px 0px;
    display: flex;
    border-top: 2px solid #F6F6F6;
    border-bottom: 2px solid #F6F6F6;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item:nth-of-type(2) {
    padding-top: 20px;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item .header-nobile__link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7C7C7C;
    padding: 14px 20px 14px 0px;
    display: block;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item .header-nobile__link img {
    margin-right: 10px;
  }
  .header .header-mobile__container .header-mobile__list .header-mobile__item .header-nobile__link:hover {
    color: #6CC031;
  }
  .header .open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100vh;
  }
  .questions .questions__list .questions-item__control {
    text-align: left;
  }
  .footer .footer-container .footer-block .footer-contact .footer__dev {
    align-items: center;
    justify-content: center;
  }
}
.main {
  background: url("../img/main-img.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
}
.main .main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main .main__container .main__left {
  width: 60%;
}
.main .main__container .main__left .main__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 23px;
}
.main .main__container .main__left .main__text h1 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  font-family: "Rubik-Bold";
  padding-right: 60px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.main .main__container .main__left .main__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  color: #0B1E11;
  padding-right: 310px;
  display: block;
}
.main .main__container .main__left .main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}
.main .main__container .main__left .main__list .main__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 64px;
  padding-left: 35px;
}
.main .main__container .main__left .main__list .main__item:nth-of-type(2n) {
  padding-left: 64px;
}
.main .main__container .main__left .main__list .main__item:nth-of-type(2n) .main-item__icon {
  margin-right: 4px;
}
.main .main__container .main__left .main__list .main__item .main-item__icon {
  padding-right: 14px;
  display: block;
  width: 18%;
}
.main .main__container .main__left .main__list .main__item .main-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
}
.main .main__container .main__left .main__list .main__item .main-item__text .main-item__title {
  margin-bottom: 8px;
  color: #0B1E11;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  font-family: "Rubik-Medium";
}
.main .main__container .main__left .main__list .main__item .main-item__text .main-item__descr {
  color: #919294;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
}

@media (max-width: 776px) {
  .main {
    background: #FFFFFF;
  }
  .main .main__container .main__left {
    width: 100%;
  }
  .main .main__container .main__left .main__text h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
  }
  .main .main__container .main__left .main__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .main .main__container .main__left .main__list .main__item {
    padding-left: 0px;
    margin-bottom: 22px;
  }
  .main .main__container .main__left .main__list .main__item:nth-of-type(2n) {
    padding-left: 0px;
  }
  .main .main__container .main__left .main__list .main__item .main-item__text .main-item__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
  .main .main__container .main__left .main__list .main__item .main-item__text .main-item__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .main {
    background: #FFFFFF;
  }
  .main .main__container .main__left {
    width: 100%;
  }
  .main .main__container .main__left .main__text h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
  }
  .main .main__container .main__left .main__text p {
    padding-right: 0px;
    font-size: 12px;
  }
  .main .main__container .main__left .main__list .main__item {
    padding-left: 0px;
    margin-bottom: 22px;
  }
  .main .main__container .main__left .main__list .main__item:nth-of-type(2n) {
    padding-left: 0px;
  }
  .main .main__container .main__left .main__list .main__item .main-item__text .main-item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .main .main__container .main__left .main__list .main__item .main-item__text .main-item__descr {
    display: none;
  }
}
.services {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .services {
    margin-top: 50px;
  }
}
.services .section__title {
  border-bottom: 2px solid #6CC031;
  padding-bottom: 13px;
}
.services .section__title h2 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  margin: 0;
}
.services .tabs {
  margin-top: 72px;
  margin-bottom: 72px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}
.services .tabs .tabs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services .tabs .tabs__list .tabs__btn {
  padding: 15px 22px;
  border: none;
  background: #F6F6F6;
  border-radius: 8px 8px 0px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Medium";
  color: #7C7C7C;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}
.services .tabs .tabs__list .tabs__btn img {
  padding-right: 16px;
}
.services .tabs .tabs__list .tabs__btn:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.services .tabs .tabs__list .tabs__btn--active {
  background-color: #fff;
  color: #0B1E11;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  pointer-events: none;
}
.services .tabs .tabs__content {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 36px 52px 36px;
}
.services .tabs .tabs__content--active {
  display: block;
  border-radius: 0px 8px 8px 8px;
}
.services .tabs .tabs__content .feedback-form {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.services .tabs .tabs__content .feedback-form .form__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 36px;
}
.services .tabs .tabs__content .feedback-form .form__control .form__input {
  border: none;
  outline: none;
  background: #F6F6F6;
  border-radius: 4px;
  width: 264px;
  height: 40px;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  color: #919294;
}
.services .tabs .tabs__content .feedback-form .form__control .form__label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  color: #7C7C7C;
  margin-bottom: 4px;
}
.services .tabs .tabs__content .feedback-form .form__button {
  border: none;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  border-radius: 4px;
  padding: 8px 16px;
  width: 246px;
  height: 40px;
  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-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  color: #FFFFFF;
  cursor: pointer;
}
.services .tabs .tabs__content .feedback-form .form__button:hover {
  background: #4C9F11;
}
.services .tabs .tabs__content .content__descr {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  color: #919294;
}
.services .tabs .tabs__content .content__descr a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6CC031;
}
.services .services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.services .services__list .services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 32px;
  padding: 40px 36px;
}
.services .services__list .services__item:last-child {
  margin-right: 0px;
}
.services .services__list .services__item .services-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 16px;
}
.services .services__list .services__item .services-item__top .services-item__icon {
  width: 14%;
  padding-top: 5px;
}
.services .services__list .services__item .services-item__top .services-item__title {
  color: #0B1E11;
  font-style: normal;
  font-family: "Rubik-Medium";
  font-size: 20px;
  line-height: 32px;
  width: 80%;
}
.services .services__list .services__item .services-item__descr {
  color: #7C7C7C;
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
}
.services .services__list .services__item .services-item__btn {
  margin-top: 32px;
}
.services .services__list .services__item .services-item__btn a {
  border: 1px solid #6CC031;
  border-radius: 4px;
  color: #0B1E11;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  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;
  width: 100%;
  height: 40px;
}
.services .services__list .services__item .services-item__btn a:hover {
  background: #F6F6F6;
}

@media (max-width: 776px) {
  .services .services__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 2px solid #F6F6F6;
    border-bottom: 2px solid #F6F6F6;
  }
  .services .services__list .services__item {
    width: 44%;
    margin-right: 60px;
    padding: 40px 0px;
  }
  .services .services__list .services__item:nth-of-type(3) {
    margin-right: 0px;
  }
  .services .services__list .services__item .services-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services .services__list .services__item .services-item__top .services-item__icon {
    width: 100%;
    margin-bottom: 20px;
    height: 55px;
  }
  .services .services__list .services__item .services-item__top .services-item__title {
    width: 100%;
  }
  .services .tabs .tabs__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .services .tabs .tabs__list .tabs__item {
    width: 100%;
  }
  .services .tabs .tabs__list .tabs__item .tabs__btn {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
  }
  .services .tabs .tabs__content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 30px;
  }
  .services .tabs .tabs__content .feedback-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services .tabs .tabs__content .feedback-form .form__control {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 36px;
  }
  .services .tabs .tabs__content .feedback-form .form__control .form__input {
    width: 100%;
  }
  .services .tabs .tabs__content .feedback-form .form__button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .services .services__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 2px solid #F6F6F6;
    border-bottom: 2px solid #F6F6F6;
  }
  .services .services__list .services__item {
    width: 100%;
    margin-right: 0px;
    padding: 40px 0px;
  }
  .services .tabs .tabs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services .tabs .tabs__list .tabs__item {
    width: 100%;
  }
  .services .tabs .tabs__list .tabs__item .tabs__btn {
    width: 100%;
    text-align: center;
  }
  .services .tabs .tabs__content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 10px;
  }
  .services .tabs .tabs__content .feedback-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services .tabs .tabs__content .feedback-form .form__control {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 36px;
  }
  .services .tabs .tabs__content .feedback-form .form__control .form__input {
    width: 100%;
  }
  .services .tabs .tabs__content .feedback-form .form__button {
    width: 100%;
  }
}
.questions {
  background: url("../img/bg-q.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-top: 120px;
  padding-bottom: 255px;
}
.questions .section__title {
  border-bottom: 2px solid #6CC031;
  padding-bottom: 13px;
}
.questions .section__title h2 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  margin: 0;
}
.questions .questions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-top: 56px;
}



.questions .questions__list .questions-item {
  list-style: none;
  width: 48.5%;
  background: #FFFFFF;
  border: 1px solid #6CC031;
  border-radius: 4px;
  margin-right: 32px;
  margin-bottom: 32px;
  cursor: pointer;
}
.questions .questions__list .questions-item:hover {
  background: #F6F6F6;
  cursor: pointer;
}
.questions .questions__list .questions-item:nth-of-type(2n) {
  margin-right: 0px;
}
.questions .questions__list .questions-item__icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.questions .questions__list .questions-item__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 5px;
  background-color: #6CC031;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.questions .questions__list .questions-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 50%;
  background-color: #6CC031;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.questions .questions__list .questions-item__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 20px;
  width: 100%;
  background: transparent;
  border: none;
}
.questions .questions__list .questions-item__content {
  padding: 20px;
  display: none;
}
.questions .questions__list .open .questions-item__control {
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  color: #FFFFFF;
}
.questions .questions__list .open .questions-item__content {
  display: block;
  color: #FFFFFF;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  overflow: hidden;
  padding: 0 20px;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.questions .questions__list .open .questions-item__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 13.1507px;
  line-height: 180%;
  color: #FFFFFF;
}
.questions .questions__list .open .questions-item__content ul {
  padding-left: 20px;
}
.questions .questions__list .open .questions-item__content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 13.1507px;
  line-height: 180%;
  color: #FFFFFF;
  list-style: disc;
}

@media (max-width: 776px) {
  .questions .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .questions .questions__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .questions .questions__list .questions-item {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .questions .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .questions .questions__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .questions .questions__list .questions-item {
    width: 100%;
    margin-right: 0px;

  }
}
.documents {
  margin-top: -115px;
}
.documents .section__title {
  border-bottom: 2px solid #6CC031;
  padding-bottom: 13px;
}
.documents .section__title h2 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  margin: 0;
}
.documents .documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 56px;
}
.documents .documents__list .documents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 32px;
  padding: 40px 36px;
  width: 48.5%;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 44px;
}
.documents .documents__list .documents__item:last-child {
  margin-right: 0px;
}
.documents .documents__list .documents__item:nth-of-type(2n) {
  margin-right: 0px;
}
.documents .documents__list .documents__item .documents-item__icon {
  width: 14%;
  padding-top: 5px;
  margin-bottom: 16px;
}
.documents .documents__list .documents__item .documents-item__title {
  color: #0B1E11;
  font-style: normal;
  font-family: "Rubik-Medium";
  font-size: 20px;
  line-height: 32px;
  width: 80%;
  margin-bottom: 16px;
}
.documents .documents__list .documents__item .documents-item__descr {
  color: #7C7C7C;
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
}
.documents .documents__list .documents__item .documents-item__btn {
  margin-top: 32px;
}
.documents .documents__list .documents__item .documents-item__btn a {
  border: 1px solid #6CC031;
  border-radius: 4px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  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;
  width: 100%;
  height: 40px;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
}
.documents .documents__list .documents__item .documents-item__btn a:hover {
  background: #4C9F11;
}

@media (max-width: 776px) {
  .documents .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .documents .documents__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .documents .documents__list .documents__item {
    width: 48%;
    margin-right: 24px;
    border-bottom: 2px solid #F6F6F6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 36px;
    padding: 40px 36px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  .documents .documents__list .documents__item:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .documents .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .documents .documents__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .documents .documents__list .documents__item {
    width: 100%;
    margin-right: 0px;
    border-bottom: 2px solid #F6F6F6;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    padding: 40px 0px;
  }
}
.overhead {
  margin-top: 120px;
}
.overhead .section__title {
  border-bottom: 2px solid #6CC031;
  padding-bottom: 13px;
}
.overhead .section__title h2 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  margin: 0;
}
.overhead .overhead__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 56px;
}
.overhead .overhead__container .overhead__green {
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  border-radius: 8px;
  width: 48.5%;
  padding: 48px 56px;
}
.overhead .overhead__container .overhead__green .overhead__green-text {
  padding: 0px 10px;
}
.overhead .overhead__container .overhead__green .overhead__green-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Rubik-Regular";
  color: #FFFFFF;
}
.overhead .overhead__container .overhead__block-form {
  width: 40%;
}
.overhead .overhead__container .overhead__block-form p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0B1E11;
}
.overhead .overhead__container .overhead__block-form .form__auth {
  background: #FFFFFF;
  padding: 40px 36px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.overhead .overhead__container .overhead__block-form .form__auth .form__auth-title {
  font-style: normal;
  font-family: "Rubik-Medium";
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0B1E11;
  margin-bottom: 32px;
}
.overhead .overhead__container .overhead__block-form .form__auth .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}
.overhead .overhead__container .overhead__block-form .form__auth .form__group label {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  margin-bottom: 4px;
}
.overhead .overhead__container .overhead__block-form .form__auth .form__group input {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  border: none;
  height: 40px;
  padding: 5px 10px;
  background: #F6F6F6;
  border-radius: 4px;
  outline: none;
}
.overhead .overhead__container .overhead__block-form .form__auth .form__auth-btn {
  border: none;
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  border-radius: 4px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.overhead .overhead__container .overhead__block-form .form__auth .form__auth-btn:hover {
  background: #4C9F11;
}

@media (max-width: 776px) {
  .overhead .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .overhead .overhead__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overhead .overhead__container .overhead__green {
    width: 100%;
    padding: 36px 20px;
  }
  .overhead .overhead__container .overhead__green .overhead__green-img img {
    width: 100%;
  }
  .overhead .overhead__container .overhead__block-form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .overhead .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .overhead .overhead__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overhead .overhead__container .overhead__green {
    width: 100%;
    padding: 36px 20px;
  }
  .overhead .overhead__container .overhead__block-form {
    width: 100%;
  }
}
.about {
  margin-top: 120px;
}
.about .section__title {
  border-bottom: 2px solid #6CC031;
  padding-bottom: 13px;
}
.about .section__title h2 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  margin: 0;
}
.about .about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 56px;
}
.about .about__container .about__text {
  width: 48%;
}
.about .about__container .about__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Rubik-Regular";
  color: #7C7C7C;
}
.about .about__container .about__text ul {
  padding-left: 20px;
}
.about .about__container .about__text ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  margin-bottom: 30px;
  list-style: circle;
}
.about .about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 128px;
  padding-bottom: 176px;
}
.about .about__list .about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 50px;
  width: 22.5%;
  margin-bottom: 44px;
}
.about .about__list .about__item:last-child {
  margin-right: 0px;
}
.about .about__list .about__item:nth-of-type(2n) {
  margin-right: 0px;
}
.about .about__list .about__item .about-item__icon {
  padding-top: 5px;
  margin-bottom: 16px;
}
.about .about__list .about__item .about-item__count {
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-size: 50px;
  line-height: 76px;
  font-family: "Rubik-Bold";
}
.about .about__list .about__item .about-item__title {
  color: #0B1E11;
  font-style: normal;
  font-family: "Rubik-Medium";
  font-size: 20px;
  line-height: 32px;
  width: 80%;
  margin-bottom: 16px;
}
.about .about__list .about__item .about-item__descr {
  color: #7C7C7C;
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 776px) {
  .about .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .about__container .about__text {
    width: 100%;
  }
  .about .about__container .about__img {
    display: none;
  }
  .about .about__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .about__list .about__item {
    width: 44%;
    margin-right: 48px;
    padding: 0px 36px;
  }
  .about .about__list .about__item:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .about .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .about .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .about__container .about__text {
    width: 100%;
  }
  .about .about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .about__list .about__item {
    width: 100%;
    margin-right: 0px;
    padding: 0px 36px;
  }
}
.contact {
  padding-bottom: 176px;
}
.contact .section__title {
  border-bottom: 2px solid #6CC031;
  padding-bottom: 13px;
}
.contact .section__title h2 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  margin: 0;
}
.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-container .contact-left {
  width: 62%;
}
.contact-container .contact-right {
  width: 30%;
}
.contact-container .contact-right .contact-list {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 70px;
}
.contact-container .contact-right .contact-list .contact-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 24px 32px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}
.contact-container .contact-right .contact-list .contact-item:last-child {
  margin-right: 0px;
}
.contact-container .contact-right .contact-list .contact-item__icon {
  width: 60px;
}
.contact-container .contact-right .contact-list .contact-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-container .contact-right .contact-list .contact-item .contact-item__city {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Medium";
  color: #0B1E11;
  margin-bottom: 8px;
}
.contact-container .contact-right .contact-list .contact-item .contact-item__email a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6CC031;
}
.contact-container .contact-right .contact-list .contact-item .contact-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
}
.contact-container .contact-right .contact-list .contact-item .contact-item__row .contact-item__adres {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Rubik-Regular";
  color: #919294;
  margin-bottom: 8px;
}
.contact-container .contact-right .contact-list .contact-item .contact-item__row .contact-item__time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Rubik-Regular";
  color: #919294;
  margin-bottom: 16px;
}
.contact-container .contact-right .contact-list .contact-item .contact-item__row .contact-item__phone {
  margin-left: 0px;
  margin-bottom: 8px;
}
.contact-container .contact-right .contact-list .contact-item .contact-item__row .contact-item__phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Rubik-Regular";
  color: #0B1E11;
}

@media (max-width: 776px) {
  .contact {
    padding-bottom: 40px;
  }
  .contact .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-container .contact-left {
    width: 100%;
    margin-bottom: 30px;
    height: 100%;
  }
  .contact-container .contact-right {
    width: 100%;
  }
  .contact-container .contact-right .contact-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;
  }
  .contact-container .contact-right .contact-list .contact-item {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .contact {
    padding-bottom: 40px;
  }
  .contact .section__title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-container .contact-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-container .contact-right {
    width: 100%;
  }
}
.lkmain {
  padding-top: 80px;
}
.lkmain .page-title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  color: #0B1E11;
}
.lkmain .lkmain-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.lkmain .lkmain-container .lkmain-popup {
  display: none;
}
.lkmain .lkmain-container .lkmain-text {
  width: 52%;
}
.lkmain .lkmain-container .lkmain-text .lkmain-welcome {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  font-family: "Rubik-Medium";
  color: #6CC031;
  margin-bottom: 28px;
}
.lkmain .lkmain-container .lkmain-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  color: #919294;
  margin-bottom: 16px;
}
.lkmain .lkmain-container .lkmain-text .lkmain-btn {
  margin-top: 40px;
}
.lkmain .lkmain-container .lkmain-text .lkmain-btn a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  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;
  color: #FFFFFF;
  width: 255px;
  height: 40px;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  border-radius: 4px;
  padding: 8px 36px;
}
.lkmain .lkmain-container .lkmain-text .lkmain-btn a:hover {
  background: #4C9F11;
}
.lkmain .lkmain-container .lkmain-form {
  width: 300px;
}
.lkmain .lkmain-container .lkmain-form .form__lkmain-title {
  font-style: normal;
  font-family: "Rubik-Medium";
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0B1E11;
  margin-bottom: 32px;
}
.lkmain .lkmain-container .lkmain-form .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}
.lkmain .lkmain-container .lkmain-form .form__group label {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  margin-bottom: 4px;
}
.lkmain .lkmain-container .lkmain-form .form__group input {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  border: none;
  height: 40px;
  padding: 5px 10px;
  background: #F6F6F6;
  border-radius: 4px;
  outline: none;
}
.lkmain-form .form__lkmain-logout {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  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;
  color: #FFFFFF;
  width: 100%;
  height: 40px;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  border-radius: 4px;
  padding: 8px 36px;
}
.lkmain-form .form__lkmain-logout:hover {
  background: #4C9F11;
}
.lkmain-form .form__lkmain-btn {
  border: none;
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0B1E11;
  background: #FFFFFF;
  border: 1px solid #6CC031;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.lkmain-form .form__lkmain-btn:hover {
  background: #F6F6F6;
}
.popup-lk.white-popup-block.fancybox-content {
  padding: 20px;
}
#popup-lk .lkmain-form .form__lkmain-title {
  margin-bottom: 16px;
}
#popup-lk .lkmain-form .form__group {
  margin-bottom: 16px;
}
#popup-lk .lkmain-form .form__group label {
  font-size: 15px;
  line-height: 1.2em;
}
#popup-lk .lkmain-form .form__group input {
  font-size: 15px;
  height: 2em;
}
@media (max-width: 380px) {
  #popup-lk .lkmain-form .form__group {
    margin-bottom: 10px;
  }
  #popup-lk .lkmain-form .form__group label {
    font-size: 15px;
  }
  #popup-lk .lkmain-form .form__group input {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .lkmain {
    padding-top: 30px;
  }
  .lkmain .lkmain-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .lkmain .lkmain-container .lkmain-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .lkmain .lkmain-container .lkmain-popup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #7C7C7C;
  }
  .lkmain .lkmain-container .lkmain-popup a img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 50%;
    padding: 5px;
  }
  .lkmain .lkmain-container .lkmain-text {
    width: 100%;
  }
  .lkmain .lkmain-container .lkmain-text .lkmain-btn a {
    width: 100%;
  }
  .lkmain .lkmain-container .lkmain-form {
    width: 100%;
    display: none;
  }
  .fancybox-inner .fancybox-stage .fancybox-slide {
    padding: 10px;
  }
}
.decor {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .decor {
    margin-top: 120px;
  }
}
.decor .section__title {
  border-bottom: 2px solid #6CC031;
  padding-bottom: 13px;
}
.decor .section__title h2 {
  color: #0B1E11;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  font-family: "Rubik-Medium";
  margin: 0;
}

.form-decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 72px;
  margin-bottom: 100px;
}

.width-50 {
  width: 50%;
}

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

.group__container .form__group {
  width: 47%;
  margin-right: 30px;
}

.group__container .form__group:nth-of-type(2n) {
  margin-right: 0px;
}

.group-three__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group-three__container .form__group {
  width: 30%;
  margin-right: 28px;
}

.group-three__container .form__group:nth-of-type(3n) {
  margin-right: 0px;
}

.ml-auto {
  margin-left: auto;
}

.text-center {
  text-align: center;
}

/* todo: Перенести всё что касается личного кабинета в profile.css

/* Progressbar */
.fprogressbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
  margin: 0rem 0 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 26%;
  height: 360px;
  border-right: 2px solid #F6F6F6;
  margin-right: 60px;
}

.fprogressbar::before {
  content: "";
  position: absolute;
  top: 145px;
  left: -111px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  /*z-index: -1;*/
  /*right: 50%;*/
  width: 255px;
}

.fprogress {
  content: "";
  position: absolute;
  top: 15%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
  right: 78%;
  width: 255px;
  opacity: 0;
}

.fprogress {
  background-color: rgb(108, 192, 49);
  width: 0%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fprogress-step {
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  border: 6px solid #dcdcdc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 54px;
}

.fprogress-step::before {
  counter-increment: step;
  content: counter(step);
  left: 64px;
  position: absolute;
  color: #919294;
}

.fprogress-step::after {
  content: attr(data-title);
  position: absolute;
  left: 80px;
  font-size: 0.85rem;
  color: #919294;
  width: 180px;
}

.fprogress-step-active {
  background-color: rgb(108, 192, 49);
  color: rgb(108, 192, 49);
  border: 6px solid rgb(108, 192, 49);
}

.fprogress-step-active::after {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0B1E11;
  width: 180px;
}

.fprogress-step-active::before {
  color: #0B1E11;
}

/* Form */
.form {
  width: clamp(320px, 30%, 430px);
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 0.35rem;
  padding: 1.5rem;
}

.form-step {
  display: none;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation: animate 0.5s;
  animation: animate 0.5s;
  width: 60%;
}

.form-step-active {
  display: block;
}

.input-group {
  margin: 2rem 0;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}
.form__group label {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  margin-bottom: 4px;
}
.form__group input {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  border: none;
  height: 40px;
  padding: 5px 10px;
  background: #F6F6F6;
  border-radius: 4px;
  outline: none;
}
.form__group textarea {
  font-style: normal;
  font-family: "Rubik-Regular";
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7C7C7C;
  border: none;
  height: 124px;
  padding: 5px 10px;
  background: #F6F6F6;
  border-radius: 4px;
  outline: none;
}
.form__group span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4C9CD7;
  display: block;
  margin-top: 10px;
}
.form__group .light {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7C7C7C;
  display: inline-block;
  margin-top: 20px;
}
.form__group .full__price {
  color: #7C7C7C;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.form__group .full__price span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #0B1E11;
  display: inline-block;
  margin-top: 20px;
}

@-webkit-keyframes animate {
  from {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes animate {
  from {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
/* Button */
.btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.btn {
  padding: 0.75rem;
  border: none;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 12px 40px 8px 40px;
  text-decoration: none;
  background: -o-linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  background: linear-gradient(45deg, #6CC031 0%, #4DC966 100%);
  border-radius: 4px;
  color: #f3f3f3;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  background: #4C9F11;
}

.btn-prev {
  width: 119px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #6CC031;
  border-radius: 4px;
  color: #0B1E11;
  margin-right: 30px;
}

.btn:hover {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}

@media (max-width: 776px) {
  .width-50 {
    width: 100%;
  }
  .group__container .form__group {
    width: 100%;
    margin-right: 0px;
  }
  .group-three__container .form__group {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .form-decor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fprogressbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
  }
  .form-step {
    width: 100%;
  }
  .group__container .form__group {
    width: 100%;
    margin-right: 0px;
  }
  .fprogress-step:before {
    display: none;
  }
  .fprogress-step:after {
    display: none;
  }
  .fprogress-step {
    margin-right: 64px;
  }
  .fprogress-step:last-child {
    margin-right: 0px;
  }
  .fprogressbar::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    /*width: 100%;
    right: 0;
    top: 34%;*/
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
    }
  .fprogress {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: auto;
    top: 33%;
  }
  .group-three__container .form__group {
    width: 100%;
    margin-right: 0px;
  }
}
.footer {
  padding-bottom: 40px;
}
.footer .footer-container {
  border-top: 2px solid #F6F6F6;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer .footer-container .footer-logo {
  width: 100px;
}
.footer .footer-container .footer-block {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer .footer-container .footer-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-bottom: 2px solid #F6F6F6;
  padding-bottom: 40px;
}
.footer .footer-container .footer-block .footer-bottom {
  color: #919294;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  padding-top: 30px;
  text-align: center;
}
.footer .footer-container .footer-block .footer-bottom a {
  color: #6CC031;
  text-decoration: underline;
}
.footer .footer-container .footer-block .footer-contact {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 70px;
}
.footer .footer-container .footer-block .footer-contact .contact-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
}
.footer .footer-container .footer-block .footer-contact .contact-item:last-child {
  margin-right: 0px;
}
.footer .footer-container .footer-block .footer-contact .contact-item__icon {
  width: 60px;
}
.footer .footer-container .footer-block .footer-contact .contact-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .footer-container .footer-block .footer-contact .contact-item .contact-item__city {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Medium";
  color: #0B1E11;
  margin-bottom: 8px;
}
.footer .footer-container .footer-block .footer-contact .contact-item .contact-item__email a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6CC031;
}
.footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
}
.footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row .contact-item__adres {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Rubik-Regular";
  color: #919294;
  margin-bottom: 8px;
}
.footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row .contact-item__time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Rubik-Regular";
  color: #919294;
}
.footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row .contact-item__phone {
  margin-left: 24px;
  margin-bottom: 8px;
}
.footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row .contact-item__phone a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Rubik-Regular";
  color: #0B1E11;
}
.footer .footer-container .footer-menu__title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Rubik-Medium";
  color: #0B1E11;
}
.footer .footer-container .footer-menu__list {
  padding-left: 0px;
}
.footer .footer-container .footer-menu__list .footer-menu__item {
  list-style: none;
  margin-bottom: 10px;
}
.footer .footer-container .footer-menu__list .footer-menu__item .footer-menu__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #919294;
  font-family: "Rubik-Regular";
}
.footer .footer-container .footer-menu__list .footer-menu__item .footer-menu__link:hover {
  color: #6CC031;
}

@media (max-width: 776px) {
  .footer .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .footer-container .footer-logo {
    text-align: center;
    width: 20%;
  }
  .footer .footer-container .footer-block {
    width: 80%;
  }
  .footer .footer-container .footer-block .footer-block__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 60px;
  }
  .footer .footer-container .footer-block .footer-block__top .footer-menu {
    width: 47%;
    margin-bottom: 40px;
  }
  .footer .footer-container .footer-block .footer-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 56px 0px 0px 60px;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 44px;
    width: 48%;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item .contact-item__icon {
    margin-bottom: 20px;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row .contact-item__phone {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .header  .header__auth-mob .header__auth-link a {
  color: #4C9F11;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik-Regular";
}
.popup-infomation {
  max-width: 1024px;
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow-y: scroll;
}
.popup-infomation .form-title h2 {
  font-size: 24px;
  line-height: 34px;
  color: #0B1E11;
  padding-left: 20px;
}
.popup-infomation .close-tabs-modal, .popup-infomation .modal-apperance-close {
  top: 25px;
}
.modal-apperance {
  background: #FFFFFF;
}
  .footer .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-container .footer-logo {
    width: 100%;
    text-align: center;
  }
  .footer .footer-container .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .footer .footer-container .footer-block .footer-block__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 44px 60px;
  }
  .footer .footer-container .footer-block .footer-block__top .footer-menu {
    width: 100%;
  }
  .footer .footer-container .footer-block .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 56px 0px 0px 0px;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 44px;
    width: 100%;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item .contact-item__icon {
    margin: 0 auto;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-container .footer-block .footer-contact .contact-item .contact-item__row .contact-item__phone {
    margin-left: 0px;
  }
}
.form-step .form__group label {
  margin-bottom: 10px;
}
.form-step .form__group p {
  margin: 0;
  margin-bottom: 20px;
}
.form-step .form__group p span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0B1E11;
  display: inline-block;
  margin-top: 0px;
}
.sectionError {
    padding: 60px 0
}

.sectionError .error__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sectionError .error__container .error__img {
    width: 45%
}

.sectionError .error__container .error__text {
    width: 55%
}

.sectionError .error__container .error__text h2 {
    color: #0b1e11;
    font-size: 44px;
    font-style: normal;
    font-family: Rubik-Medium;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: .88px
}

.sectionError .error__container .error__text p {
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.sectionError .error__container .error__text p a {
    color: #6cc031;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
.footer .footer-container .footer-block .footer-contact .footer__dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:776px) {
    .sectionError {
        padding: 20px 0 80px
    }
    .sectionError .error__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sectionError .error__container .error__img {
        width: 100%;
        margin-top: 30 xp
    }
    .sectionError .error__container .error__text {
        width: 100%
    }
    .sectionError .error__container .error__text h2 {
        font-size: 32px;
        line-height: 44px
    }
    .sectionError .error__container .error__text p {
        font-size: 16px;
        line-height: 24px
    }
}
/*# sourceMappingURL=main.css.map */

.overhead.auth-page {
  margin-top: 2em;
  margin-bottom: 2em;
}
.overhead.auth-page .overhead__container {
  justify-content: center;
  margin-top: 0;
}
.overhead.auth-page .overhead__container .overhead__block-form {
  width: 90%;
  max-width: 600px;
}
.overhead.auth-page .overhead__container .overhead__block-form p.error {
  margin: 10px 0;
  color: #cc0000;
  font-weight: bold;
}
.overhead.auth-page .overhead__container .overhead__block-form .form__auth form {
  text-align: center;
}
.overhead.auth-page .overhead__container .overhead__block-form .form__auth .form__auth-title {
  margin-top: 1em;
  margin-bottom: 1em;
}
.overhead.auth-page .overhead__container .overhead__block-form .form__auth p {
  padding: 0;
  margin-bottom: 2em;
}
.overhead.auth-page .overhead__container .overhead__block-form .form__auth .form__auth-btn {
  display: inline-block;
  width: 90%;
}
#verhead__block-form {
  padding: 70px 0;
}
@media (max-width:776px) {
  #verhead__block-form {
    padding: 30px 0;
  }
  #about {
    margin-top: 50px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 0.8em;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  left: 50%;
  margin-left: -90px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip:hover .tooltiptext.hide {
  visibility: hidden;
}

.popup-infomation.white-popup-block .form-title h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup-infomation.white-popup-block .close-tabs-modal, .popup-infomation.white-popup-block .modal-apperance-close {
  top: 25px;
  right: 25px;
}
