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

ul,
ol,
li {
  list-style: none;
}

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

html,
body {
  height: 100%;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  min-width: 100%;
  min-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;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

._container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

.line-hover::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  display: block;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.line-hover:hover::after {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: absolute;
  width: 100%;
  padding-top: 25px;
  z-index: 99;
}

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

.header__nav-list {
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-list-item:last-child {
  margin-right: 0px;
}

.header__nav-list-item-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.header__logo img {
  width: 150px;
}

@media screen and (max-width: 960px) {
  .header__nav {
    display: none;
  }
}

.header__phone {
  color: #ffffff;
  background: url(../images/Iconspace_Call_25px.svg) 0 0/contain no-repeat;
  padding-left: 0px;
  padding: 3px 0px 3px 30px;
}

@media (max-width: 480px) {
  .header__phone {
    background: none;
    padding-left: 0px;
  }
}

.slider {
  height: 100vh;
  margin-bottom: 65px;
}

.swiper-slide {
  position: relative;
}

.swipe__content {
  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;
  max-width: 760px;
  color: #ffffff;
  height: 100vh;
}

.swipe__content__title {
  position: relative;
  z-index: 9;
  margin-bottom: 15px;
  font-size: calc(26px + (30 - 26) * (100vw - 375px) / (1200 - 375));
  font-weight: 500;
}

.swipe__content__subtitle {
  z-index: 9;
  position: relative;
  font-size: calc(16px + (18 - 16) * (100vw - 375px) / (1200 - 375));
  margin-bottom: 15px;
}

.swipe__content__btn {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swipe__content__btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #58b741;
  padding: 15px 22px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0ms;
  -o-transition: all 0.3s ease 0ms;
  transition: all 0.3s ease 0ms;
}

.swipe__content__btn a:hover {
  background-color: #398025;
}

.swipe__content__img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: right;
     object-position: right;
}

.swipe__content__img img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .swiper-pagination {
  top: -60px;
  position: relative;
}

.slider .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 30px;
  height: 1px;
  border-radius: 0px;
  opacity: 1;
}

.slider .swiper-pagination-bullet-active {
  height: 3px;
}

.advantages {
  margin-bottom: calc(40px + (100 - 40) * (100vw - 375px) / (1200 - 375));
}

.advantages__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1160px) {
  .advantages__wrapp {
    gap: 20px;
  }
}

.advantages__item {
  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;
  text-align: center;
  width: 280px;
  height: 175px;
  background-color: #f9fafb;
  padding: 20px 40px;
}

.advantages__img {
  margin-bottom: 15px;
}

.advantages__img img {
  width: 54px;
  height: 54px;
}

.advantages__name {
  font-size: 20px;
  color: #161d25;
  margin-bottom: 10px;
  font-weight: 400;
}

.advantages__discription {
  color: #454f5b;
  font-size: 16px;
  font-weight: 300;
  max-width: 200px;
}

.location {
  margin-bottom: calc(40px + (100 - 40) * (100vw - 375px) / (1200 - 375));
}

.location__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  height: 300px;
}

.location__map {
  width: 45%;
}

.location__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 115px 60px;
}

.location__contacts-info:first-child {
  margin-right: 60px;
}

.location__contacts-info-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #bcbcbc;
  margin-bottom: 2px;
}

.location__contacts-info-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 1100px) {
  .location__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .location__map {
    height: 300px;
    width: 100%;
  }
  .location__contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 610px) {
  .location__contacts {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .location__contacts-info:first-child {
    margin-bottom: 30px;
  }
}

.location__contacts-info p {
  margin-bottom: 10px;
}

.steps {
  margin-bottom: calc(40px + (100 - 40) * (100vw - 375px) / (1200 - 375));
}

.steps__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  color: #161d25;
  margin-bottom: 30px;
}

.steps__subtitle {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #454f5b;
  max-width: 790px;
  margin-bottom: 50px;
}

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

.steps__list::after {
  content: "";
  background: #f4f6f8;
  width: 85%;
  height: 1px;
  position: absolute;
  top: 35px;
  z-index: -1;
}

.steps__list-item-num {
  background: #fff;
  width: 72px;
  height: 72px;
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  color: #58b741;
  border: 1px solid #f4f6f8;
  border-radius: 100px;
  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;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.steps__list-item-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #161d25;
  margin-bottom: 10px;
}

.steps__list-item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #454f5b;
  max-width: 320px;
}

.active-steps {
  color: #ffff;
  background: #58b741;
}

@media screen and (max-width: 1100px) {
  .steps__title {
    font-size: 32px;
    line-height: 35px;
  }
  .steps__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps__list::after {
    display: none;
  }
  .steps__list-item {
    margin-bottom: 30px;
  }
  .steps__list-item-text {
    max-width: 100%;
  }
}

.condition {
  margin-bottom: calc(40px + (120 - 40) * (100vw - 375px) / (1200 - 375));
}

.condition__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  color: #161d25;
}

.condition__cards {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.condition__cards-card {
  max-width: 360px;
}

.condition__cards-card-title {
  margin-top: 25px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 21px;
  color: #000000;
}

.condition__cards-card-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #454f5b;
}

@media screen and (max-width: 1140px) {
  .condition__title {
    font-size: 32px;
    line-height: 35px;
  }
  .condition__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .condition__cards-card {
    max-width: none;
    margin-bottom: 30px;
  }
  .condition__cards-card-pic {
    max-width: 100%;
  }
  .condition__cards-card br {
    display: none;
  }
}

.shop {
  margin-bottom: calc(40px + (100 - 40) * (100vw - 375px) / (1200 - 375));
  background-color: #f6f6f6;
}

.shop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__pic {
  max-width: 536px;
  height: 322px;
}

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

.shop__content {
  margin-left: 103px;
}

.shop__content-title {
  font-weight: 500;
  font-size: 40px;
  margin-top: 5px;
}

.shop__content-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #959ead;
  margin-top: 13px;
  margin-bottom: 27px;
  max-width: 470px;
}

@media screen and (max-width: 1100px) {
  .shop__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 30px;
  }
  .shop__content {
    margin-left: 0;
  }
  .shop__content-title {
    font-size: 32px;
    line-height: 35px;
  }
  .shop__pic {
    height: auto;
    margin-top: 10px;
  }
  .shop__pic-img {
    -o-object-position: bottom;
       object-position: bottom;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.online {
  margin-bottom: calc(40px + (100 - 40) * (100vw - 375px) / (1200 - 375));
}

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

@media (max-width: 769px) {
  .online__wrap {
    -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;
    row-gap: 30px;
  }
}

.contacts__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.contacts__title {
  font-size: 35px;
  font-weight: 500;
  color: #161d25;
}

.contacts__subtitle {
  margin-bottom: 30px;
  max-width: 482px;
  color: #454f5b;
  font-size: calc(18px + (22 - 18) * (100vw - 375px) / (1200 - 375));
  font-weight: 400;
}

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

.online__social .online__telegram {
  margin-right: 10px;
}

.contacts__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
}

@media (max-width: 769px) {
  .contacts__form {
    border-left: none;
    padding-left: 0px;
  }
}

.contacts__form .b24-form-header-title {
  color: black;
  text-align: left;
}

.contacts__form .b24-form-header-description {
  text-align: left;
  color: #5a7184;
}

.contacts__form .b24-form-header {
  border: none;
}

.contacts__form .b24-form-btn {
  max-width: 265px;
}

@media (max-width: 769px) {
  .contacts__form .b24-form-btn {
    max-width: 100%;
  }
}

.contacts__form .b24-form-sign {
  display: none;
}

@media (min-width: 700px) {
  .online__sap {
    display: none;
  }
}

.contacts {
  margin-bottom: calc(40px + (100 - 40) * (100vw - 375px) / (1200 - 375));
}

.contacts__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  color: #161d25;
  margin-bottom: 30px;
}

.contacts__list {
  margin-bottom: 30px;
}

.contacts__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contacts__list-item:last-child {
  margin-bottom: 0;
}

.contacts__list-item-svg {
  margin-right: 30px;
  width: 33px;
}

.contacts__list-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;
}

.contacts__list-item-text-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #161d25;
  margin-bottom: 5px;
}

.contacts__list-item-text-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5a7184;
}

.contacts__list-item-text-subtitle.line-hover {
  max-width: 150px;
}

.contacts__list-item-text-subtitle.line-hover::after {
  background-color: #5a7184;
}

@media screen and (max-width: 900px) {
  __content {
    padding-right: 0;
    width: 100%;
  }
}

.contacts__btn {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #454f5b;
  border: 1px solid #454f5b;
  padding: 15px 65px;
  font-weight: 400;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0ms;
  -o-transition: all 0.3s ease 0ms;
  transition: all 0.3s ease 0ms;
}

.contacts__btn a:hover {
  border: 1px solid #398025;
  color: #398025;
}

@media (max-width: 769px) {
  .contacts__btn a {
    width: 100%;
  }
}

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

@media (max-width: 769px) {
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts__wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.contacts__img {
  padding: 0px 0px 33% 57%;
}

@media (max-width: 480px) {
  .contacts__img {
    padding: 0px 0px 50% 90%;
  }
}

.footer {
  background: #f9fafb;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__menu {
  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;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f6f8;
  margin-bottom: 30px;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav-list-item {
  margin-right: 27px;
}

.footer__nav-list-item:last-child {
  margin-right: 0px;
}

.footer__nav-list-item-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #454f5b;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #959ead;
  margin-right: auto;
}

.footer__bottom-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #5a7184;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__bottom-link:hover {
  color: #58b741;
}

.footer__social {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social-item {
  margin-right: 13px;
}

.footer__social-item:last-child {
  margin-right: 0px;
}

.footer__social-link .footer-path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.footer__social-link:hover .footer-path {
  fill: #58b741;
}

@media screen and (max-width: 820px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__bottom-link {
    margin-bottom: 20px;
  }
  .footer__social {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 680px) {
  .footer__menu {
    -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;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__nav-list-item {
    margin-bottom: 10px;
  }
}

.footer__logo img {
  width: 150px;
}

.popUp {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(46, 46, 46, 0.3);
  z-index: 99999999999;
  -webkit-transition: all 0.3s ease 1ms;
  -o-transition: all 0.3s ease 1ms;
  transition: all 0.3s ease 1ms;
}

.popUp__wrap {
  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;
  text-align: center;
  min-height: 100%;
}

.popUp__content {
  position: relative;
  max-width: 560px;
  border-radius: 10px;
}

.close {
  position: absolute;
  right: 3%;
  top: 5%;
  cursor: pointer;
}

.close:hover .line1,
.close:hover .line2 {
  background-color: #58B741;
}

.close__wrapper {
  width: 20px;
  height: 20px;
  position: relative;
}

.line1,
.line2 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 1px;
  background-color: #Ffffff;
}

.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

._active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.popUp__image {
  padding: 0px 0px 26% 0px;
}

.popUp__image img {
  border-radius: 20px 20px 0px 0px;
}

.form__popUp {
  background-color: #Ffffff;
  border-radius: 0px 0px 20px 20px;
}

.form__popUp .b24-form-header {
  border: none;
  padding: 0px;
  margin-bottom: 30px;
}

.form__popUp .b24-form-wrapper {
  padding: 50px 100px;
  border-radius: 0px 0px 20px 20px;
}

@media (max-width: 1200px) {
  .form__popUp .b24-form-wrapper {
    padding: calc(20px + (50 - 20) * (100vw - 375px) / (1200 - 375)) calc(40px + (100 - 40) * (100vw - 375px) / (1200 - 375));
  }
}

.form__popUp .b24-form-content {
  padding: 0px;
}

.form__popUp .b24-form-header-title {
  margin: 0px;
}
/*# sourceMappingURL=style.css.map */