@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
.container {
  max-width: 1400px;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
}

.easy-block {
  padding: 101px 0px 96px 0px;
  background: url("../img/professionals/easy/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.easy-block__wrapper {
  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;
}
.easy-block__text {
  max-width: 460px;
  color: white;
}
.easy-block__title {
  max-width: 916px;
  margin-bottom: 27px;
}
.easy-block__men {
  position: absolute;
  top: -198px;
  right: 0;
}
.easy-block__america {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.easy-block__america-small {
  display: none;
}

@media (max-width: 1094px) {
  .easy-block__men {
    display: none;
  }
}
@media (max-width: 944px) {
  .easy-block__wrapper {
    padding: 0px 10px;
  }
}
@media (max-width: 692px) {
  .easy-block {
    padding: 158px 0px;
  }
  .easy-block__text {
    display: none;
  }
  .easy-block__america-big {
    display: none;
  }
  .easy-block__america-small {
    display: block;
  }
  .easy-block__br {
    display: none;
  }
  .easy-block__title {
    font-size: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .easy-block {
    background: url("../img/professionals/easy/mobileBg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.installation {
  padding-top: 99px;
  position: relative;
  overflow-x: hidden;
}
.installation__backtext {
  position: absolute;
  right: 0;
  top: -20px;
  text-align: right;
}
.installation__text-wrapper {
  color: #333332 !important;
  max-width: 460px;
  margin-bottom: 10px;
}
.installation__subtitle {
  margin-bottom: 20px;
}
.installation__title {
  margin-bottom: 18px;
}
.installation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../img/professionals/installation/eclipse.jpg");
  background-repeat: no-repeat;
  background-size: 100% 105%;
  background-position: 0 100%;
  position: relative;
  padding-bottom: 79px;
}
.installation__item {
  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;
}
.installation__span {
  color: #333332;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 21px;
}
.installation__first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0px 108px;
  margin-bottom: 7px;
}
.installation__paint {
  position: absolute;
  top: -10px;
  left: 90px;
  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;
  background-color: rgb(51, 51, 50);
  border-radius: 50%;
}
.installation__second-row {
  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;
  padding: 0px 62px;
}
.installation__men {
  position: absolute;
  width: 100%;
  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;
  left: 20px;
  top: -200px;
  box-sizing: unset;
}

.installation__men img {
  border-radius: 50%;
  overflow: hidden;
}
.installation__mobile-list {
  display: none;
}

.ml-21px {
  margin-left: 21px;
}

.mr28px {
  margin-right: 28px;
}

@media (max-width: 1336px) {
  .installation__text-wrapper {
    padding: 0px 10px;
  }
  .installation__men img {
    max-width: 380px;
  }
}
@media (max-width: 1226px) {
  .installation__men {
    top: -100px;
  }
  .installation__content {
    padding-top: 200px;
    background-size: 100% 80%;
  }
}
@media (max-width: 1198px) {
  .installation__men {
    top: -80px;
  }
  .installation__content {
    padding-top: 200px;
    background-size: 100% 70%;
    padding-bottom: 0px;
  }
}
@media (max-width: 1090px) {
  .installation__first-row {
    display: none;
  }
  .installation__second-row {
    display: none;
  }
  .installation__item {
    padding: 0;
  }
  .installation__content {
    background: url("../img/professionals/installation/mobEclipse.png");
    background-repeat: no-repeat;
    background-size: 100% 82%;
  }
  .installation__mobile-list {
    display: block;
  }
  .installation__mobile-list-wrapper {
    padding-left: 20px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .installation__span {
    margin-left: 26px;
  }
}
@media (max-width: 1050px) {
  .installation__men {
    position: static;
    margin-bottom: 63px;
  }
  .installation__content {
    padding-top: 0;
    background-size: 100% 75%;
    background-position: 100% 50%;
  }
}
@media (max-width: 532px) {
  .installation {
    padding-top: 27px;
  }
  .installation__item {
    margin-bottom: 12px;
  }
  .installation__item img {
    max-width: 105px;
  }
  .installation__item:last-child {
    margin-bottom: 0;
  }
  .installation__paint {
    height: 48px;
    width: 48px;
    left: 70px;
  }
  .installation__paint img {
    width: 48px;
    height: 48px;
  }
  .installation__text-wrapper {
    margin-bottom: 28px;
  }
  .installation .installation__men {
    width: auto;
    padding: 0px 22px;
  }
  .installation__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  .installation__backtext {
    font-size: 60px !important;
    line-height: 90px !important;
    top: -10px !important;
  }

  .installation__subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 404px) {
  .installation__backtext {
    left: 20px !important;
  }
}
.custom {
  padding: 88px 130px 0px 73px;
  overflow: hidden;
  position: relative;
}
.custom__backtext {
  position: absolute;
  bottom: 0;
  left: -40px;
}
.custom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom__slider {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.custom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 487px;
  color: #333332;
}
.custom__title {
  line-height: 80px !important;
}
.custom__text {
  line-height: 30px !important;
}
.custom__link {
  color: #32c97c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.custom__options {
  margin-top: 22px;
}
.custom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
}
.custom__item:last-child {
  margin-bottom: 0;
}
.custom__item-text-wrapper {
  margin-left: 28px;
}
.custom__item-title {
  font-size: 21px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 26px;
}
.custom__item-span {
  font-size: 16px;
  font-family: Lato;
  font-weight: 400;
  line-height: 28px;
}

.slider__top {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider__text {
  color: #333332;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.slider__green-span {
  color: #32c97c;
  margin-left: 5px;
}
.slider__underlines {
  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;
  width: 100%;
  height: 2px;
}
.slider__underlines-left {
  width: 1px;
  height: 44px;
  background-color: #333332;
}
.slider__underlines-center {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 302px;
  height: 1px;
  background-color: #333332;
}
.slider__underlines-right {
  width: 1px;
  height: 44px;
  background-color: #333332;
}
.slider__content {
  position: relative;
  background: url("../img/professionals/custom/bg/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 86px;
}
.slider__left {
  position: absolute;
  top: 365px;
  left: -230px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 655px;
}
.slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 27px;
}
.slider__left-text {
  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;
}
.slider__left-underlines {
  width: 655px;
}
.slider__left-underlines-center {
  width: 100%;
  height: 1px;
  background-color: #333332;
}
.slider__slider {
  position: relative;
}
.slider__slider::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 40px;
  left: 45px;
  -webkit-box-shadow: -47px -1px 11px 2px rgb(0, 0, 0);
  box-shadow: -47px -1px 19px 2px rgb(0, 0, 0);
  width: 300px;
  z-index: 1;
  background: none;
}
.slider__slider::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 40px;
  right: 0px;
  -webkit-box-shadow: -47px -1px 11px 2px rgb(0, 0, 0);
  box-shadow: 77px -1px 19px 2px rgb(0, 0, 0);
  width: 300px;
  z-index: 1;
  background: none;
}

.swiper {
  z-index: 2 !important;
  height: 720px;
  max-width: 302px;
  position: relative;
  -webkit-transform: translate(42px, 0px);
  transform: translate(42px, 0px);
}
.swiper img {
  position: relative;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}
.slider__btn {
  position: relative;
  cursor: pointer;
}
.slider__left-slide {
  left: -90px !important;
}
.slider__right-slide {
  right: -90px;
}

@media (max-width: 1430px) {
  .slider__content {
    margin-right: 0;
  }
  .custom__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider__top {
    -webkit-transform: translate(40px, 10px);
    transform: translate(40px, 10px);
  }
  #info-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 928px) {
  .slider__left-slide {
    left: -70px !important;
  }
  .slider__right-slide {
    right: -77px;
  }
  .slider__slider {
    max-width: 180px;
    height: 380px;
  }
  .slider .swiper {
    height: 100% !important;
  }
  .slider__left-underlines {
    width: auto;
  }
  .slider__left {
    left: 0px;
    top: 199px;
    width: 290px;
  }
  .slider__content {
    background-size: 100% 50%;
  }
  .slider__text {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }
  .slider__underlines-center {
    max-width: 160px;
  }
  .slider__underlines-left {
    height: 24px;
  }
  .slider__underlines-right {
    height: 24px;
  }
  .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .slider__slider::after {
    display: none;
  }
  .slider__slider::before {
    display: none;
  }
}
@media (max-width: 866px) {
  .slider__btn {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .slider__btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .custom__options {
    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;
  }
  .custom__item {
    width: 300px;
  }
  .slider__left-slide {
    left: -30px !important;
  }
  .slider__right-slide {
    right: -35px;
  }
}
@media (max-width: 784px) {
  .slider__left {
    left: -100px;
  }
}
.custom__link {
  font-family: Lato;
}

@media (max-width: 636px) {
  .custom__title {
    font-size: 32px !important;
    line-height: 40px !important;
    color: rgb(51, 51, 50);
    margin: 7px 0px;
  }
  .custom__link {
    margin-top: 7px;
  }
  .custom__info-text {
    padding: 0px 10px;
  }
  .slider__content {
    background-size: 120% 55%;
    background-position: 50% 60%;
  }
  .custom {
    padding: 0px;
    padding-top: 80px;
  }
  .slider__left {
    left: 0px;
  }
  .custom__backtext {
    top: 40px;
    right: -30px !important;
    font-size: 80px !important;
    line-height: 80px !important;
  }
}
@media (max-width: 502px) {
  .slider__left {
    left: calc(-15% - 38px);
    top: 176px;
  }
  .slider__slider {
    -webkit-transform: translate(-45px, 0px);
    transform: translate(-45px, 0px);
  }
  .slider__top {
    -webkit-transform: none;
    transform: none;
  }
  .slider__content {
    margin-top: -30px;
    padding-top: 0;
  }
  .slider__left-text {
    text-transform: lowercase;
  }
  .slider__top-text {
    text-transform: lowercase;
  }
}
.days {
}
.days__wrapper {
  padding: 127px 0px 117px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/professionals/days/bg.png");
  background-repeat: no-repeat;
  background-position: 60% 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.days__text-content {
  max-width: 580px;
}
.days__title {
  margin-left: -10px;
  -webkit-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  margin-bottom: 26px;
  color: var(--text, #333332) !important;
  line-height: 80px !important;
  position: relative;
}
.days__title span {
  position: relative;
  z-index: 2;
}
.days__title img {
  position: absolute;
  bottom: 10px;
  left: -10px;
  z-index: 1;
}
.days__text {
  color: var(--text, #333332) !important;
}
.days__way {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 694px;
}
.days__way-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}
.days__way-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.days__way-top-item img {
  -webkit-transform: translate(20px, 15px);
  transform: translate(20px, 15px);
}
.days__way-top-counter {
  color: var(--text, #333332);
  font-size: 54px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0px;
}
.days__way-top-counter span {
  color: #91989a;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}
.days__way-center {
  border: #32c97c dashed 2px;
  position: relative;
}
.days__way-center::after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: -8px;
  width: 22px;
  height: 22px;
  background-color: #32c97c;
  -webkit-clip-path: polygon(0% 34.9%, 100% 0%, 100% 97.81%, 0% 64.3%);
  clip-path: polygon(0% 34.9%, 100% 0%, 100% 97.81%, 0% 64.3%);
}
.days__way-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.days__way-bottom-item {
  margin-top: 19px;
  color: var(--text, #333332);
  font-size: 17px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 21px;
}
.days__way-small-text {
  font-family: Poppins;
  color: #91989a;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

@media (max-width: 1312px) {
  .days__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1008px) {
  .days__wrapper {
    display: block;
    background-position: 50% 100%;
    padding-bottom: 130px;
    background-size: 70%;
  }
  .days__way {
    display: block;
  }
  .days__text-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 570px) {
  .days__way-top-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .property {
    margin: 0px 5px;
  }
  .days__way-top-item {
    -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;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
  }
  .days__way-top-item img {
    -webkit-transform: none;
    transform: none;
    margin-top: 30px;
  }
  .days__way-bottom {
    position: relative;
  }
  .days__way-bottom-item {
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
  }
  .days__way-top {
    margin-bottom: -3px;
  }
  #production1 {
    position: absolute;
    top: -100px;
    left: 0;
  }
  #production2 {
    position: absolute;
    bottom: -62px;
    right: 0px;
  }
  .days__way-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #daysSecondItem {
    -webkit-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
  }
  .days__way-top-counter {
    font-size: 42px;
  }
}
@media (max-width: 538px) {
  .days__title {
    font-size: 32px !important;
    line-height: 40px !important;
    margin-bottom: 10px;
  }
  .days__title img {
    bottom: 40px;
  }
  .days__wrapper {
    padding-top: 50px;
    background-position: 50% 90%;
  }
}
@media (max-width: 448px) {
  .days__wrapper {
    background-size: 100%;
    padding-left: 29px;
    padding-right: 29px;
    background-size: 90%;
    background-position: 50% 76%;
  }
}
.discount {
  overflow: hidden;
  padding-top: 100px;
  height: auto;
  position: relative;
}
.discount__baccktext {
  position: absolute;
  right: 0;
  top: 0;
}
.discount__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discount__left {
  position: relative;
}
.discount__percent {
  color: var(--highlight, #32c97c);
  text-align: center;
  font-size: 120px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 130px;
  text-transform: uppercase;
}
.discount__arrow {
  position: absolute;
  top: 270px;
  right: -170px;
  width: 461px;
  border: 1px dashed #32c97c;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.discount__arrow-end {
  position: relative;
  width: 100%;
  height: 100%;
}
.discount__arrow-end::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #32c97c;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.discount__image {
  width: 650px;
  padding-bottom: 80%;
  position: relative;
  margin-right: 51px;
}
.discount__image img {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.discount__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background: var(--bg-light-grey, #f7f7f7);
  height: 534px;
}
.discount__right-wrapper {
  padding: 80px 0px 0px 56px;
}
.discount__title {
  margin-bottom: 26px;
}
.discount__subtitle {
  color: var(--text, #333332);
  font-size: 38px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.discount__text {
  max-width: 40%;
  color: var(--text, #333332);
  margin-bottom: 29px;
}
.discount button {
  padding: 19px;
  cursor: pointer;
  color: var(--text-or-bg, #fff);
  font-size: 16px;
  font-family: Lato;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #32c97c;
  border-radius: 3px;
}

.discount__right-wrapper-percents {
  display: none;
}

.percent-left {
  position: absolute;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  left: 80px;
  top: 20px;
}

.percent-right {
  position: absolute;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  bottom: 60px;
  right: 150px;
}

.hidden-percent {
  position: absolute;
  z-index: 1;
  color: var(--bg-light-grey, #f7f7f7);
  text-align: center;
  font-size: 260px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 130px;
  text-transform: uppercase;
  opacity: 0.5;
}

.hidden-percent-bottom {
  bottom: 69px;
  left: -130px;
  -webkit-transform: rotate(-39.309deg);
  transform: rotate(-39.309deg);
}

.hidden-percent-top {
  right: 96px;
  -webkit-transform: rotate(39.309deg);
  transform: rotate(39.309deg);
  top: -15px;
}

@media (max-width: 1374px) {
  .discount__subtitle {
    max-width: 400px;
  }
  .discount__title {
    max-width: 400px;
  }
  .discount__text {
    max-width: 400px;
  }
}
@media (max-width: 1143px) {
  .discount__baccktext {
    top: 50%;
  }
  .discount__wrapper {
    display: block;
  }
  .discount__image {
    width: 80%;
    margin-right: 0;
  }
  .discount__image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .discount__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .percent-right {
    bottom: 260px;
    right: 250px;
  }
  .percent-left {
    left: 180px;
    top: 220px;
  }
  .discount__arrow {
    top: 470px;
    right: -50px;
  }
  .hidden-percent-bottom {
    bottom: 200px;
    left: 80px;
  }
  .hidden-percent-top {
    right: 206px;
    top: 180px;
  }
  .discount {
    padding-top: 0;
    margin-top: -100px;
  }
  .discount__right-wrapper {
    margin-top: -100px;
  }
}
@media (max-width: 1089px) {
  .percent-right {
    bottom: 160px;
    right: 250px;
  }
}
@media (max-width: 1029px) {
  .discount__arrow {
    width: 400px;
    top: 370px;
    right: -52px;
  }
}
@media (max-width: 871px) {
  .discount__left {
    display: none;
  }
  .discount__right-wrapper {
    margin-top: 150px;
  }
  .discount__baccktext {
    top: 200px;
    font-size: 80px !important;
    line-height: 80px !important;
  }
}
@media (max-width: 575px) {
  .discount__right-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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .discount__title {
    font-size: 40px !important;
    line-height: 40px !important;
    text-align: center;
  }
  .discount__subtitle {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
  }
  .discount__text {
    text-align: center;
  }
  .discount__right {
    height: auto;
  }
  .discount__right-wrapper {
    padding-bottom: 48px;
    padding-left: 0;
  }
}
@media (max-width: 449px) {
  .discount__right-wrapper {
    padding-top: 69px;
    margin-top: 95px;
    position: relative;
  }
  .discount__right-wrapper-percents {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .percent-right {
    right: -30px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    bottom: 0;
    font-size: 120px;
  }
  .percent-left {
    left: 120px;
    bottom: -389px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    font-size: 80px;
  }
  .discount__baccktext {
    top: 130px;
    font-size: 80px !important;
    line-height: 80px !important;
  }
}
.comparison {
  padding-top: 93px;
  position: relative;
  padding-bottom: 104px;
  overflow-x: hidden;
}
.comparison__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.comparison__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comparison__title {
  color: var(--text, #333332);
  margin-bottom: 29px;
  text-align: center;
}
.comparison__total {
  color: var(--text, #333332);
  font-size: 17px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 21px;
}
.comparison__price {
  text-align: center;
  font-size: 54px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.comparison__ul {
  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;
  list-style-type: disc;
}
.comparison__ul li {
  color: #333332;
  text-align: center;
  font-size: 16px;
  font-family: Lato;
  line-height: 28px;
  margin-bottom: 7px;
}
.comparison__vs {
  color: var(--text-or-bg, #fff);
  text-align: center;
  font-size: 38px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #32c97c;
  border-radius: 50%;
  padding: 20px 20px;
}
.comparison__backtext {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

@media (max-width: 1008px) {
  .comparison__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comparison__item:nth-child(2) {
    margin: 28px 0px;
  }
}
@media (max-width: 513px) {
  .comparison__title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .comparison__title br {
    display: none;
  }
  .comparison__price {
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
  }
  .comparison__backtext {
    top: 50px;
    font-size: 80px !important;
    line-height: 80px !important;
  }
  .comparison__ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 0px 0px 20px;
    list-style-position: inside;
  }
  .comparison__ul li {
    text-align: left;
  }
  .comparison__vs {
    width: 66px;
    height: 66px;
    font-size: 21px;
    line-height: 26px;
    padding: 0;
    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;
  }
  .comparison {
    padding-bottom: 37px;
  }
  .comparison {
    padding-top: 66px;
  }
  .comparison__backtext {
    top: 21px;
    left: -58px;
  }
}
.config {
  padding: 66px 0px 86px 0px;
  background: #f7f7f7;
}
.config__title {
  color: var(--text, #333332);
  text-align: center;
  margin-bottom: 49px;
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
}
.config__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 76px 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 76px 1fr 76px 1fr 76px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 76px;
  margin-bottom: 81px;
}
.config__images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.config__images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.config__images > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.config__images > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.config__images > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.config__images > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.config__images > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.config__images > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.config__item-image {
  padding-bottom: 100%;
  position: relative;
}
.config__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.config__under-text {
  color: var(--text, #333332);
  margin-top: 31px;
  text-align: center;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 21px;
}
.config__btns {
  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;
  margin: 0 -17.5px;
}
.config__btn {
  width: 275px;
  height: 57px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: Lato;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0 17.5px;
}

@media (max-width: 1344px) {
  .config__wrapper {
    padding: 0px 15px;
  }
}
@media (max-width: 1034px) {
  .config__images {
    gap: 20px;
  }
}
@media (max-width: 723px) {
  .config__wrapper {
    padding: 0px 32px;
  }
  .config__images {
    -ms-grid-rows: 1fr 22px 1fr 22px 1fr 22px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 41px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 22px 41px;
    margin-bottom: 43px;
  }
  .config__images > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .config__images > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .config__images > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .config__images > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .config__images > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .config__images > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .config__images > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .config__images > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .config__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .config__btn:nth-child(1) {
    margin-bottom: 31px;
  }
  .config__title {
    font-size: 32px;
  }
  .config {
    padding: 39px 0px 45px 0px;
  }
  .config__under-text {
    margin-top: 17px;
  }
}
.about {
  padding: 85px 0px 77px 0px;
  position: relative;
  background: url("../img/professionals/about/bg.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  overflow-x: hidden;
}
.about__backtext {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.about__text-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 587px;
  flex: 0 1 587px;
  margin-right: 175px;
}
.about__title {
  color: var(--text, #333332);
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about__text {
  color: var(--text, #333332) !important;
}
.about__statistics {
  margin-top: 20px;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__statistics-item-counter {
  color: var(--text, #333332);
  text-align: center;
  font-size: 38px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px #32c97c;
}
.about__statistics-item-text {
  color: var(--text, #333332);
  font-size: 17px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.about__line {
  height: 100px;
  width: 2px;
  background-color: #333332;
  margin: 0px 15px;
}
.about__button {
  padding: 10px 19px;
  border: #32c97c solid 2px;
  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;
  background: white;
}
.about__button-image {
  margin-right: 20px;
}
.about__button-text {
  color: #32c97c;
  text-align: right;
  font-size: 16px;
  font-family: Lato;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.about__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1314px) {
  .about__text-wrapper {
    margin-right: 50px;
  }
  .about__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 885px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about {
    background: none;
    padding-bottom: 0;
  }
  .about__text-wrapper {
    margin-right: 0;
    background: url("../img/professionals/about/bg.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    padding: 0px 30px;
  }
  #aboutFirstText {
    margin-bottom: 31px !important;
  }
  .about__wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about__btn-wrapper {
    margin-bottom: 40px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about__backtext {
    font-size: 80px !important;
    line-height: 80px !important;
    width: 1000px;
  }
}
@media (max-width: 630px) {
  .about__backtext {
    top: 42px;
    left: 7px;
  }
  .about__text-wrapper {
    background-position: 67% 85%;
  }
  .about__button {
    border: 0;
  }
}
.review {
  background-color: #f7f7f7;
  padding: 134px 0px 169px 0px;
}
.review__title {
  color: var(--text, #333332);
  font-size: 28px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
}
.review__subtitle {
  color: var(--text, #333332);
  font-size: 16px;
  font-family: Lato;
  line-height: 28px;
  margin-bottom: 46px;
}
.review__slider {
  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;
}
.review__slider-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 33% 33% 33% 33% 33%;
  grid-template-columns: 33% 33% 33% 33% 33%;
  position: absolute;
  top: 0;
  left: 0;
}
.review__slider-swiper-wrapper {
  position: relative;
  padding-bottom: 248px;
}
.review__btn {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 5px;
  border-radius: 50%;
  cursor: pointer;
}
.review__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 30px 45px 30px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0px 14px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.review__item-header {
  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;
  margin-bottom: 30px;
}
.review__item-name {
  color: var(--text, #333332);
  font-size: 17px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 21px;
}
.review__swiper {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1224px) {
  .review__item {
    padding: 28px;
  }
  .review__wrapper {
    padding: 52px 33px 52px 33px;
  }
}
@media (max-width: 856px) {
  .review__wrapper {
    padding: 52px 10px 52px 10px;
  }
  .review {
    padding: 0;
  }
  .review__slider-block {
    -ms-grid-columns: 50% 50% 50% 50% 50%;
    grid-template-columns: 50% 50% 50% 50% 50%;
  }
  .review__title {
    text-align: center;
    margin-bottom: 15px;
  }
  .review__subtitle {
    text-align: center;
  }
}
@media (max-width: 662px) {
  .review__slider-block {
    -ms-grid-columns: (100%) [5];
    grid-template-columns: repeat(5, 100%);
  }
}
@media (max-width: 584px) {
  .review__btn {
    display: none !important;
  }
  .review__slider-block {
    -ms-grid-columns: 100% 100% 100% 100% 100%;
    grid-template-columns: 100% 100% 100% 100% 100%;
  }
  .review__wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 825px) {
  .map {
    display: none;
  }
}
.send__wrapper {
  padding: 97px 0px 182px 0px;
}
.send__title {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: var(--text, #333332);
  margin-bottom: 10px;
}
.send__subtitle {
  color: #91989a;
  text-align: center;
  font-size: 16px;
  font-family: Lato;
  line-height: 28px;
  margin-bottom: 34px;
}
.send__form {
  max-width: 640px;
  margin: 0 auto;
}
.send__form-top {
  padding: 33px 55px 28px 26px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  margin-bottom: 14px;
}
.send__form-top-title {
  color: var(--text, #333332);
  margin-bottom: 14px;
  font-size: 21px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 26px;
}
.send__form-input-wrapper {
  padding: 26px 0px 41px 26px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}
.send__form-input-wrapper label {
  color: var(--text, #333332);
  font-size: 16px;
  font-family: Lato;
  line-height: 28px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.send__form-input-wrapper input {
  width: 405px;
  border: 0;
  color: var(--text, #333332);
  font-size: 16px;
  font-family: Lato;
  line-height: 28px;
  padding: 5px 0px;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 666px) {
  .send__wrapper {
    padding: 27px 28px 50px 31px;
  }
  .send__form-input-wrapper input {
    max-width: 289px;
  }
  .send__form {
    max-width: 331px;
    margin: 0 auto;
  }
  .send__title {
    color: var(--text, #333332);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 9px;
  }
  .send__subtitle {
    max-width: 331px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 14px;
  }
  .send__form-top {
    padding: 15px 20px;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .send__form-input-wrapper {
    padding-right: 46px;
  }
  .send__form-input-wrapper input {
    max-width: 100%;
  }
}
