* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Roboto";
  color: #333333;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

body::-webkit-scrollbar-thumb {
  background: #048018;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #52dd84;
}

body::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px #f0f0f0;
          box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}

.header__sub-title {
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 425px) {
  .header__sub-title {
    font-size: 19px;
  }
}

.flex {
  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;
}

.title {
  color: #048018;
  margin-bottom: 35px;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 425px) {
  .title {
    font-size: 34px;
  }
}

.standart-text {
  font-size: 18px;
  line-height: 30px;
}

.contant-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Roboto";
  color: #333333;
}
@media screen and (max-width: 425px) {
  .contant-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .contant-title {
    font-size: 24px;
  }
}

.header {
  height: 880px;
  background: url("../../img/header/bg.png") no-repeat center center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .header {
    background: url("../../img/header/bgMediumWindow.png") no-repeat top center;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    background: url("../../img/header/bgLowWindow.png") no-repeat top center;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background: url("../../img/header/bgMobile.png") no-repeat top center;
  }
}
@media screen and (max-width: 425px) {
  .header {
    background: url("../../img/header/bgMobileMedium.png") no-repeat top center;
  }
}
.header__nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .header__nav-bar {
    z-index: 60;
    position: fixed;
    top: 0;
    left: -100%;
    -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;
    height: 100vh;
    width: 100vw;
    padding: 15px 10px;
    background-color: #333333f1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: auto;
  }
  .header__nav-bar a {
    color: white;
  }
  .header__nav-bar_seen {
    left: 0;
  }
}
.header__body {
  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;
  height: 100%;
}
.header__body > .container {
  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;
}
@media screen and (max-width: 768px) {
  .header__body > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__text-wrapper {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .header__text-wrapper {
    margin-bottom: 20px;
    width: auto;
  }
}
.header__title {
  font-size: 48px;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.header__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #2a9704;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .header__title::after {
    text-align: center;
    left: 12.5%;
  }
}
@media screen and (max-width: 1440px) {
  .header__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .header__title {
    font-size: 36px;
  }
  .header__title::after {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .header__title {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .header__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 375px) {
  .header__title {
    font-size: 28px;
  }
}
.header__sub-title_small {
  color: #2a9704;
  font-size: 23px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .header__sub-title {
    text-align: center;
  }
}
.header__img-wrapper {
  max-width: 740px;
  max-height: 420px;
}
@media screen and (max-width: 1024px) {
  .header__img-wrapper {
    max-width: 540px;
    max-height: 420px;
  }
}
.header__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.burger-btn-show {
  z-index: 20;
  display: none;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.burger-btn-show svg {
  width: 100%;
  height: 100%;
}
.burger-btn-show_active {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media screen and (max-width: 768px) {
  .burger-btn-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 425px) {
  .burger-btn-show {
    right: 15px;
  }
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1100px;
  }
}

.logo {
  max-width: 45px;
  max-height: 45px;
  margin-right: 20px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .logo {
    margin: 0;
    margin-bottom: 20px;
  }
}

.nav-btn {
  display: none;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
.nav-btn svg {
  width: 100%;
  height: 100%;
  color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: white;
}
@media screen and (max-width: 768px) {
  .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 425px) {
  .nav-btn {
    right: 15px;
  }
}

.navigation {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.navigation a, .navigation__text {
  cursor: pointer;
  font-size: 20px;
}
.navigation a:hover, .navigation__text:hover {
  color: #2a9704;
}
@media screen and (max-width: 768px) {
  .navigation a, .navigation__text {
    color: white;
  }
}
@media screen and (max-width: 320px) {
  .navigation a, .navigation__text {
    font-size: 16px;
  }
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navigation__link {
  margin-right: 20px;
}
.navigation__link a,
.navigation__link p {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navigation__link_with-sub-menu {
  position: relative;
  margin-right: 20px;
}
.navigation__link_with-sub-menu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation__link_with-sub-menu svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation__link_with-sub-menu_active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation__link_with-sub-menu_active svg path {
  fill: #2a9704;
}
@media not screen and (max-width: 768px) {
  .navigation__link_with-sub-menu:hover .navigation__sub-menu-wrapper {
    display: block;
  }
  .navigation__link_with-sub-menu:hover svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    fill: #2a9704;
  }
  .navigation__link_with-sub-menu:hover > a {
    color: #2a9704;
  }
}
@media screen and (max-width: 768px) {
  .navigation__link {
    margin: 0;
    margin-bottom: 20px;
  }
  .navigation__link svg {
    fill: white;
  }
}
.navigation__sub-menu-wrapper {
  display: none;
  position: absolute;
  padding-top: 5px;
  min-width: 350px;
  width: 100%;
}
.navigation__sub-menu-wrapper_active {
  display: block;
  position: relative;
}
.navigation__sub-menu-wrapper_small {
  min-width: 150px;
}
.navigation__sub-menu-list {
  padding: 10px 15px;
  border: #1db54f solid 3px;
  border-radius: 5px;
}
.navigation__sub-menu-list a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .navigation__sub-menu-list {
    border: none;
  }
}
.navigation__sub-menu-link {
  margin-bottom: 5px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .navigation__sub-menu-link {
    margin-bottom: 10px;
  }
  .navigation__sub-menu-link a {
    color: #b1b1b1;
  }
}
.navigation__sub-menu-link:hover a {
  color: #1db54f;
  padding-left: 5px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .social {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.social__item {
  max-height: 25px;
  max-width: 25px;
  margin-right: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social__item:hover svg {
  color: #2a9704;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.social__item:last-child {
  margin: 0;
}
.social__item svg {
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
  height: 100%;
  width: 100%;
}

.about {
  padding-top: 100px;
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__img-wrapper {
  max-width: 400px;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .about__img-wrapper {
    height: 540px;
  }
}
@media screen and (max-width: 425px) {
  .about__img-wrapper {
    height: 480px;
  }
}
.about__dash {
  height: 560px;
  width: 5px;
  background-color: #048018;
  border-radius: 20px;
  margin: 0 30px;
}
@media screen and (max-width: 1440px) {
  .about__dash {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .about__dash {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .about__dash {
    max-width: 400px;
    width: 100%;
    height: 5px;
    margin: 20px 0;
  }
}
.about__img-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__img-title {
    text-align: center;
  }
}
.about__text {
  margin-bottom: 30px;
  font-size: 24px;
  color: #333333;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 425px) {
  .about__text {
    font-size: 19px;
  }
}
.about__text::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #048018;
  border-radius: 30px;
}

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

.reason {
  padding-top: 100px;
}
.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .reason__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason__item:nth-child(odd) .reason__img-wrapper {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .reason__item:nth-child(odd) .reason__img-wrapper {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reason__item:nth-child(odd) .reason__img-wrapper {
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reason__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.reason__item:nth-child(even) .reason__img-wrapper {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .reason__item:nth-child(even) .reason__img-wrapper {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reason__item:nth-child(even) .reason__img-wrapper {
    margin: 0;
    margin-bottom: 30px;
  }
}
.reason__img-wrapper {
  max-width: 420px;
  max-height: 510px;
}
.reason__text-wrapper {
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason__text-wrapper {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .reason__contant-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 15px auto;
  }
}
.reason__number {
  margin-bottom: 10px;
}
.reason__text {
  font-size: 28px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 425px) {
  .reason__text {
    font-style: 18px;
  }
}

.consultation {
  padding-top: 100px;
}
.consultation__wrapper {
  padding: 30px 0;
  height: auto;
  background-color: #2dc15e;
}
.consultation__title {
  color: white;
}
.consultation__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.consultation__item {
  margin-right: 40px;
  margin-bottom: 50px;
  max-width: 460px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation__item {
    width: 100%;
    margin-right: 0;
  }
}
.consultation__contant-title {
  color: white;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .consultation__contant-title {
    margin: 0 auto;
    margin-bottom: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.consultation__text {
  color: white;
}
@media screen and (max-width: 768px) {
  .consultation__text {
    text-align: center;
  }
}

.reviews {
  padding-top: 100px;
}
.reviews__text {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
}
.reviews__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 530px;
}
@media screen and (max-width: 768px) {
  .reviews__cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reviews__card {
  width: 300px;
  display: block;
  background-color: #52dd84;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 25px;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .reviews__card {
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .reviews__card {
    width: 280px;
  }
}
.reviews .lazy-element-active {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: white;
  border: 3px solid #52dd84;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.reviews .lazy-element-active .reviews__user-name {
  color: #333333;
}
.reviews .lazy-element-active .reviews__user-comment {
  color: #333333;
}
.reviews__user-img {
  background-color: #72ff88;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin: 0 auto 10px auto;
  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;
}
.reviews__user-img svg {
  width: 90%;
  height: 90%;
}
.reviews__user-img svg path {
  fill: #048018;
}
.reviews__user-name {
  font-family: "Poppins";
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  color: white;
}
.reviews__user-comment {
  text-align: center;
  color: white;
  line-height: 150%;
}

.schedule {
  padding-top: 100px;
}
.schedule__title {
  margin-bottom: 35px;
}
.schedule__text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.schedule__body {
  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;
}
.schedule__line {
  height: 195px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background-color: #52dd84;
}
.schedule__schedule {
  max-width: 400px;
  width: 100%;
  height: 490px;
  border: 5px #52dd84 solid;
  border-radius: 15px;
  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;
  padding: 60px 10px;
}
@media screen and (max-width: 425px) {
  .schedule__schedule {
    max-width: 360px;
    height: 400px;
    padding: 10px;
  }
}
.schedule__days-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule__days-wrapper .schedule__schedule-line {
  height: 5px;
  width: 70px;
  background-color: #52dd84;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 425px) {
  .schedule__days-wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.schedule__day {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.schedule__day:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .schedule__day {
    font-size: 17px;
  }
}
@media screen and (max-width: 375px) {
  .schedule__day {
    font-size: 15px;
  }
}
.schedule__schedule-line {
  height: 100%;
  width: 5px;
  margin: 0 10px;
  background-color: #52dd84;
  border-radius: 30px;
}
.schedule__time-wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule__time {
  font-family: "Quando";
  font-size: 28px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 425px) {
  .schedule__time {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .schedule__time {
    font-size: 21px;
  }
}
.schedule__time_huge {
  font-size: 58px;
  padding-top: 30px;
}
@media screen and (max-width: 425px) {
  .schedule__time_huge {
    font-size: 52px;
  }
}
@media screen and (max-width: 320px) {
  .schedule__time_huge {
    font-size: 48px;
  }
}
.schedule__time:last-child {
  margin-bottom: 0;
}
.schedule__time-text {
  font-family: "Roboto";
  font-weight: 500;
}

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

.footer {
  padding-top: 100px;
}
.footer__social {
  padding: 5px;
}
.footer__social svg {
  width: 30px;
  height: 30px;
}
.footer__social path {
  fill: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__social:hover path {
  fill: #333333;
}
.footer__wrapper {
  background-color: #2dc15e;
  padding-bottom: 20px;
}
.footer .flex-space-between {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__text {
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 425px) {
  .footer__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 320px) {
  .footer__text {
    font-size: 15px;
  }
}
.footer__logo {
  background-color: white;
  padding: 10px 20px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 425px) {
  .footer__logo {
    padding: 5px 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.footer img {
  width: 100%;
  height: 100%;
}
.footer__logo-icon img {
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 320px) {
  .footer__logo-icon img {
    height: 50px;
    width: 50px;
  }
}
.footer__logo-text-wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo-title {
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 6px;
  color: #2a9704;
}
@media screen and (max-width: 320px) {
  .footer__logo-title {
    font-size: 36px;
  }
}
.footer__logo-text {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .footer__logo-text {
    font-size: 11px;
  }
}
.footer__left-side {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .footer__left-side {
    max-width: 100%;
  }
}
.footer__text {
  margin-bottom: 15px;
}
.footer__text_bold {
  font-weight: 500;
}
.footer__right-side {
  padding-top: 20px;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .footer__right-side {
    max-width: 100%;
  }
}
.footer .flex {
  margin-bottom: 10px;
}

.contact-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100vw;
  height: 100vh;
  z-index: -99;
  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;
}
.contact-pop-up__bg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0480197c;
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contact-pop-up__body {
  padding: 40px;
  position: relative;
  border-radius: 10px;
  max-width: 900px;
  width: 100%;
  min-height: 60vh;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  background-color: white;
  -webkit-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .contact-pop-up__body {
    padding: 20px;
  }
}
@media screen and (max-width: 425px) {
  .contact-pop-up__body {
    padding: 10px;
  }
}
.contact-pop-up_active {
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
.contact-pop-up_active .contact-pop-up__bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
}
.contact-pop-up_active .contact-pop-up__body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.contact-pop-up__title {
  margin-bottom: 30px;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .contact-pop-up__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .contact-pop-up__title {
    font-size: 24px;
  }
}
.contact-pop-up__text {
  font-size: 32px;
  margin-bottom: 20px;
  color: #048018;
}
@media screen and (max-width: 768px) {
  .contact-pop-up__text {
    margin-bottom: 15px;
  }
}
.contact-pop-up__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-pop-up__social-item {
  margin-right: 20px;
}
.contact-pop-up svg {
  width: 80px;
  height: 80px;
}
.contact-pop-up svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-pop-up svg:hover path {
  fill: #048018;
}
@media screen and (max-width: 768px) {
  .contact-pop-up svg {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 425px) {
  .contact-pop-up svg {
    width: 40px;
    height: 40px;
  }
}

.arrow {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  display: none;
  opacity: 0;
  z-index: 50;
}
.arrow__body {
  background-color: #1db54f;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 0px 5px #1db55059;
          box-shadow: 0px 0px 0px 5px #1db55059;
  -webkit-animation: arrowZoom 2s ease infinite;
          animation: arrowZoom 2s ease infinite;
}
@-webkit-keyframes arrowZoom {
  0% {
    -webkit-box-shadow: 0px 0px 0px 3px #1db55059;
            box-shadow: 0px 0px 0px 3px #1db55059;
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 7px #1db55059;
            box-shadow: 0px 0px 0px 7px #1db55059;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 3px #1db55059;
            box-shadow: 0px 0px 0px 3px #1db55059;
  }
}
@keyframes arrowZoom {
  0% {
    -webkit-box-shadow: 0px 0px 0px 3px #1db55059;
            box-shadow: 0px 0px 0px 3px #1db55059;
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 7px #1db55059;
            box-shadow: 0px 0px 0px 7px #1db55059;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 3px #1db55059;
            box-shadow: 0px 0px 0px 3px #1db55059;
  }
}
.arrow svg {
  width: 25px;
  height: 25px;
}
.arrow svg path {
  fill: white;
}
.arrow_active {
  display: block;
  opacity: 100%;
  -webkit-animation: arrowSeen 0.2s ease;
          animation: arrowSeen 0.2s ease;
}
@-webkit-keyframes arrowSeen {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes arrowSeen {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .arrow {
    bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  .arrow {
    right: 25px;
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 375px) {
  .arrow {
    bottom: 25px;
  }
}

.question {
  padding-top: 100px;
}
.question__title {
  margin-bottom: 45px;
}
.question__item {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 85px;
}
.question__question-title {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .question__question-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  .question__question-title {
    font-size: 24px;
  }
}
.question__underline {
  max-width: 250px;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  margin: 0 auto 35px;
  background-color: #048018;
}
.question__text {
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  font-style: italic;
}
@media screen and (max-width: 425px) {
  .question__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 320px) {
  .question__text {
    font-size: 17px;
  }
}
.question__feedback {
  font-size: 24px;
  font-weight: 500;
}
.question__feedback_green {
  color: #048018;
  cursor: pointer;
}
.question__feedback_align-center {
  text-align: center;
}
@media screen and (max-width: 425px) {
  .question__feedback {
    font-size: 19px;
  }
}

.gallery {
  padding-top: 100px;
}
.gallery__slider {
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery__slider-wrapper {
  position: relative;
}
.gallery .swiper-pagination {
  display: block;
  position: static;
}
@media screen and (max-width: 425px) {
  .gallery .swiper-button-prev,
.gallery .swiper-button-next {
    display: none;
  }
}
.gallery .swiper-button-prev::after,
.gallery .swiper-button-next::after {
  color: #2dc15e;
}
.gallery .swiper-pagination-bullet-active {
  background-color: #2a9704;
}
.gallery__img {
  height: 300px;
}
.gallery__img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}