@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

a, ins {
  text-decoration: none;
  color: black;
}

.call__btn {
  width: 173px;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #6CAC3D;
  background-color: transparent;
  font-size: 16px;
  color: #6CAC3D;
  font-weight: 600;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.call__btn:hover {
  background-color: #6CAC3D;
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.call__btn:active {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.order__btn {
  width: 133px;
  height: 48px;
  background-color: #6CAC3D;
  border: 3px solid #6CAC3D;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.order__btn:hover {
  background-color: transparent;
  color: #6CAC3D;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.order__btn:active {
  opacity: 0.7;
}

.repair__btn {
  width: 188px;
  height: 48px;
  border-radius: 4px;
  background-color: #6CAC3D;
  border: 3px solid #6CAC3D;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-in;
  margin-top: 20px;
  display: block;
  margin: 0 auto;
}

.repair__btn:hover {
  background-color: transparent;
  color: #6CAC3D;
  transition: all 0.3s ease-in-out;
}

.repair__btn:active {
  opacity: 0.7;
}

.example__btn {
  font-size: 18px;
  color: #fff;
  width: 205px;
  height: 48px;
  border-radius: 4px;
  background-color: #6CAC3D;
  border: 3px solid #6CAC3D;
  display: block;
  margin: 0 auto;
  margin-top: 27px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.example__btn:hover {
  background-color: transparent;
  color: #6CAC3D;
  transition: all 0.3s ease-in-out;
}

.example__btn:active {
  opacity: 0.7;
}

.descount__item__btn {
  width: 205px;
  height: 48px;
  border-radius: 4px;
  background-color: #6CAC3D;
  border: 3px solid #6CAC3D;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.descount__item__btn:hover {
  background-color: #fff;
  color: #6CAC3D;
  transition: all 0.3s ease-in-out;
}

.descount__item__btn:active {
  opacity: 0.7;
}

.descount__btn {
  width: 205px;
  height: 48px;
  border-radius: 4px;
  background-color: transparent;
  border: 3px solid #6CAC3D;
  font-size: 18px;
  color: #6CAC3D;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in;
}

.descount__btn:hover {
  background-color: #6CAC3D;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.descount__btn:active {
  opacity: 0.7;
}

.supplier__btn {
  width: 205px;
  height: 48px;
  border-radius: 4px;
  background-color: #6CAC3D;
  border: 3px solid #6CAC3D;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.supplier__btn:hover {
  background-color: #fff;
  color: #6CAC3D;
  transition: all 0.3s ease-in-out;
}

.supplier__btn:active {
  opacity: 0.7;
}

.advice__btn {
  width: 203px;
  height: 48px;
  border-radius: 31px;
  border: 3px solid #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}

.advice__btn:active {
  opacity: 0.7;
}

.footer {
  width: 100%;
  height: 333px;
  background-color: #2e3648;
}
.footer .footer--top__list {
  display: flex;
  flex-direction: row;
  gap: 150px;
  padding-top: 52px;
  margin-bottom: 29px;
}
.footer .foote__logo {
  margin-bottom: 77px;
}
.footer .footer--top__item1__desc {
  font-size: 13px;
  color: #cbcbcb;
  margin-bottom: 11px;
}
.footer .footer__comp--logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.footer .footer--top__item2__heading {
  font-size: 13px;
  color: #6CAC3D;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer .footer--top__item2__desc {
  font-size: 13px;
  color: #cbcbcb;
  margin-bottom: 7px;
}
.footer .footer--top__list__item3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  letter-spacing: 0.5px;
}
.footer .footer--top__item3__desc {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.footer .footer--top__item4__tel {
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
  font-weight: bold;
}
.footer .footer--top__item4__tel::before {
  content: url(/assets/icon/footer__tel--icon.svg);
  position: relative;
  top: 5px;
  right: 9px;
}
.footer .footer--top__item4__time {
  font-size: 14px;
  color: #fff;
  margin-left: 29px;
}
.footer .zakas {
  font-size: 16px -2px;
  color: #6CAC3D;
  margin-top: 5px;
  margin-left: 29px;
  margin-bottom: 14px;
  text-decoration: underline;
}
.footer .footer--top__item4__mail {
  margin-bottom: 16px;
}
.footer .footer--top__item4__mail, .footer .footer--top__item4__location {
  font-size: 16px -2px;
  color: #fff;
}
.footer .footer--top__item4__mail::before {
  content: url(/assets/icon/footer__mail--icon.svg);
  position: relative;
  top: 5px;
  right: 9px;
}
.footer .footer--top__item4__location::before {
  content: url(/assets/icon/footer__location--icon.svg);
  position: relative;
  top: 5px;
  right: 9px;
}
.footer .footer--bottom .container {
  display: flex;
  align-items: center;
  gap: 61px;
  margin-top: 29px;
}
.footer .footer--botton__desc1, .footer .footer--botton__desc2, .footer .footer--botton__desc3 {
  font-size: 14px;
  color: #cbcbcb;
}
.footer .footer--botton__desc1 a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.footer .footer--bottom--network--icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #6CAC3D;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav__list .nav__list__item a {
  font-size: 16px;
  color: #171616;
}

.nav__list__item1 a {
  color: #234875 !important;
}

.nav .container {
  padding-bottom: 21px;
  margin-bottom: 33px;
  border-bottom: 1px solid #6CAC3D;
}

.navbar__list__item a {
  font-size: 16px;
  color: #171616;
  font-weight: 600;
}

.navbar__list__item2::after {
  content: url(/assets/icon/chevron-down.svg);
  position: relative;
  top: 6px;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 33px;
}

.contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.contact .tel {
  font-size: 18px;
  color: #171616;
  font-weight: bold;
}
.contact .teme {
  font-size: 14px;
  color: #171616;
}

.tel::before {
  content: url(/assets/icon/call-icon.svg);
  position: relative;
  top: 4px;
  right: 5px;
}

.navbar--hover1 {
  position: relative;
}

.navbar--hover1:hover .drop-down1 {
  display: block;
  transition: all 0.4s ease-in;
}

.drop-down1 {
  width: 196px;
  height: 237px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  margin: 0 auto;
  top: 30px;
  left: -15px;
  display: none;
  transition: all 0.4s ease-in-out;
}

.drop-down1__list {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 20px;
  padding-top: 25px;
  padding-left: 31px;
}

.drop-down1__list__item {
  transition: all 0.3s ease-in-out;
}
.drop-down1__list__item a {
  font-size: 16px;
  color: #171616;
  text-align: center;
}

.drop-down1__list__item:hover {
  width: 135px;
  height: 45px;
  border: 1px solid #6CAC3D;
  border-radius: 5px;
  padding: 13px;
  margin-left: -10px;
  transition: all 0.3s ease-in;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hero {
  background-image: url(/assets/images/hero-img.svg);
  background-size: 100% 789px;
  background-repeat: no-repeat;
}
.hero .hero-over {
  width: 100%;
  height: 719px;
  background: rgb(255, 255, 255);
  background: linear-gradient(93deg, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.1) 53%);
}
.hero .hero-over .container {
  display: flex;
  gap: 176px;
}
.hero .hero-over .container .hero--left {
  padding-top: 30px;
}

.hero__h1 {
  font-size: 60px;
  color: #171616;
  margin-bottom: 31px;
}

.hero__h2 {
  font-size: 44px;
  color: #000;
  margin-bottom: 64px;
}
.hero__h2 .hero__h2__span {
  font-size: 60px;
  background-color: #6CAC3D;
  padding: 4px 10px;
  border-radius: 7px;
  color: #fff;
}

.hero--left__lits {
  width: 450px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 74px;
}

.hero--left__cards__h3 {
  font-size: 18px;
  color: #171616;
  margin-top: 6px;
}

.hero--right {
  width: 462px;
  height: 695px;
  border-radius: 5px;
  background-color: #fff;
}

.hero--right__form {
  padding-left: 53px;
}

.hero--right__h3 {
  font-size: 20px;
  color: #171616;
  padding-top: 38px;
  margin-bottom: 28px;
}

.hero--right__form__h4 {
  font-size: 16px;
  color: #595959;
  margin-bottom: 19px;
}

.inp-lable-in__wrapper2 {
  display: flex;
  align-items: center;
  gap: 67px;
  margin-bottom: 18px;
}

.hero--right__form__h4_2 {
  margin-top: 18px;
}

.inp-lable--wrapper3 {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 18px;
}

.hero--right__form__h4_3 {
  margin-top: 18px;
}

.hero--right__form__h4_4, .hero--right__form__h4_5 {
  margin-top: 18px;
}

.slider-container {
  margin-bottom: 24px;
}

.time__descount {
  width: 457px;
  height: 76px;
  background-color: #f2f2f2;
  margin-left: -49px;
}
.time__descount span {
  display: flex;
  align-items: center;
  gap: 94px;
  margin-left: 49px;
  padding-top: 17px;
}

.time__des__t, .time__des__d {
  font-size: 16px;
  color: #2D4872;
}

.time__des__t2, .time__des__d2 {
  font-size: 18px;
  color: #2D4872;
  font-weight: bold;
}

.tel__form-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.div {
  display: none;
  transition: all 1s ease-out;
}

.navbar__list__item2--hover:hover .div {
  display: block;
  transition: all 0.3s ease-out;
}

.container {
  width: 1197px;
  margin: 0 auto;
}

.d-flex1 {
  display: flex;
}

.d-flex2 {
  display: flex;
  align-items: center;
}

.j-content-sb {
  justify-content: space-between;
}

.inp--big--wrap {
  width: 313px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inp-lab__wrapper1 {
  display: flex;
  align-items: center;
  gap: 67px;
}

.hero--right__hr {
  width: 405px;
  height: 1px;
  background-color: #d6d6d6;
}

.radio {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  color: #2D4872;
  position: relative;
  padding-left: 30px;
}

.radio input[type=radio] {
  display: none;
}

.radio span {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #2D4872;
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
}

.radio span:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #2D4872;
  display: block;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 100ms ease-in-out 0s;
}

.radio input[type=radio]:checked ~ span:after {
  transform: translate(-50%, -50%) scale(1);
  color: #2D4872;
}

.inp-lable--wrapper {
  display: flex;
  gap: 67px;
  margin-bottom: 18px;
}

.inp-lable-in__wrapper {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-bottom: 9px;
  gap: 9px;
}

.slider-container {
  position: relative;
}

.slider-container .bar {
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 6px;
  width: 319px;
  height: 6px;
  border-radius: 5px;
  background-color: rgba(45, 71, 114, 0.4274509804);
  overflow: hidden;
}

.slider-container .bar .fill {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #2D4872;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slider-container .slider {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  width: 319px;
  height: 6px;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
}

.slider-container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background-color: #2D4872;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 rgba(98, 8, 238, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider-container .slider::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 20px rgba(98, 8, 238, 0.1);
}

.slider-container .slider:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 20px rgba(98, 8, 238, 0.2);
}

.range--wrapper {
  display: flex;
  align-items: center;
  gap: 17px;
}

.tel-input {
  width: 203px;
  height: 40px;
  border: 1px solid #cccccc;
  background-color: transparent;
  padding-left: 13px;
  font-size: 14px;
  color: #595959;
}

.repair {
  margin-top: 73px;
}

.repair__heading__h2 {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 48px;
}

.repair__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 21px;
}

.repair__list__items:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: all 0.3s ease-in-out;
}

.repair__list__items {
  width: 284px;
  height: 582px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.3s ease-in;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.repair__list__items .repair__item--top {
  padding-top: 14px;
  width: 100%;
  height: 85px;
  background-color: #E3EAEF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.repair__list__items .repair__item--top .repair__container {
  width: 239px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.repair__list__items .repair__item--top .repair__item--top__h3 {
  font-size: 18px;
  color: #6CAC3D;
}
.repair__list__items .repair__item--top .repair__item--top__h3 .repair__item--top__h4 {
  font-size: 14px;
  color: #171616;
}

.repair__container {
  width: 239px;
  margin: 0 auto;
}

.repair__desc {
  font-size: 14px;
  color: #171616;
  margin-top: 24px;
  margin-bottom: 39px;
}

.repair__hr {
  width: 100%;
  height: 2px;
  background-color: #2D4872;
}

.dismantling__heading, .hard--work__heading {
  font-size: 14px;
  color: #171616;
  margin-top: 15px;
  margin-bottom: 9px;
}

.dismantling2, .dismantling1, .hard--work__desc {
  font-size: 14px;
  color: #171616;
}

.dismantling2::before {
  content: url(/assets/icon/repair__check-icon.svg);
  margin-right: 4px;
}

.dismantling1::before {
  content: url(/assets/icon/repair__check-icon.svg);
  margin-right: 4px;
}

.hard--work__desc::before {
  content: url(/assets/icon/repair__check-icon.svg);
  margin-right: 4px;
}

.dismantling1 {
  margin-bottom: 6px;
}

.hard--work__desc {
  margin-bottom: 22px;
}

.wall--heading {
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 30px;
}

.list-of-works {
  font-size: 18px;
  color: #2D4872;
  margin-bottom: 10px;
  text-align: center;
}

.repair__price--wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 20px;
}
.repair__price--wrapper .repair__price1 {
  font-size: 14px;
  color: #171616;
  text-decoration: line-through;
  font-weight: bold;
}
.repair__price--wrapper .repair__price2 {
  font-size: 17px;
  color: #6CAC3D;
  font-weight: bold;
}

.example {
  padding-top: 98px;
  margin-bottom: 66px;
  background-color: #f8f8f8;
  height: 870px;
  position: relative;
}

.example__left--btn--icon {
  position: absolute;
  left: 51px;
  top: 55%;
}

.example__right--btn--icon {
  position: absolute;
  right: 51px;
  top: 55%;
}

.example--heading__h2 {
  font-size: 42px;
  color: #171616;
  margin-bottom: 70px;
  text-align: center;
}

.example__list {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  gap: 4px;
}
.example__list .example__list__item {
  width: 236px;
  height: 48px;
  text-align: center;
  padding-top: 13px;
  border-radius: 4px;
  background-color: #e6e6e6;
  border: none;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.example__list .example__list__item a {
  color: #595959;
  transition: all 0.3s ease-in;
}

.example__list__item:hover {
  background-color: #2d4872;
  transition: all 0.3s ease-in-out;
}
.example__list__item:hover a {
  color: #fff;
}

.example__input--wrapper {
  display: flex;
  align-items: center;
  gap: 31px;
  width: 666px;
  margin: 0 auto;
}

.radio--style2 {
  font-size: 14px;
  color: #171717;
  font-weight: bold;
  width: 100px;
}

.example__product {
  margin-top: 31px;
  display: flex;
  gap: 20px;
}

.example__product--left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.example--left__product--img {
  width: 82px;
  height: 58px;
  background-color: #c4c4c4;
  border-radius: 2px;
}

.example--right__product--img {
  width: 711px;
  height: 405px;
  border-radius: 6px;
  background-color: #c4c4c4;
}

.example__product--right {
  width: 1098px;
  height: 405px;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 58px;
}

.example__product--right--r {
  display: flex;
  gap: 6px;
}

.e__product--desc1--wrapper, .e__product--desc2--wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.e__product--desc1 {
  font-size: 16px;
  color: #595959;
}

.e__product--desc1_1::before {
  content: url(/assets/icon/dollar-sign.svg);
  position: relative;
  top: 3px;
  right: 5px;
}

.e__product--desc1_2::before {
  content: url(/assets/icon/grid.svg);
  position: relative;
  top: 3px;
  right: 5px;
}

.e__product--desc1_3::before {
  content: url(/assets/icon/calendar\ \(1\).svg);
  position: relative;
  top: 3px;
  right: 5px;
}

.e__product--desc1_4::before {
  content: url(/assets/icon/home.svg);
  position: relative;
  top: 3px;
  right: 5px;
}

.e__product--desc1_5::before {
  content: url(/assets/icon/map-pin.svg);
  position: relative;
  top: 3px;
  right: 5px;
}

.e__product--desc1_6::before {
  content: url(/assets/icon/file-text.svg);
  position: relative;
  top: 3px;
  right: 5px;
}

.e__product--desc2 {
  font-size: 16px;
  color: #171616;
  font-weight: bold;
}

.example__product--right__list {
  list-style-type: disc;
}

.example__product--right__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 30px;
  margin-top: 6px;
}

.example__product--right__list__item {
  font-size: 14px;
  color: #171616;
}

.descount {
  margin-bottom: 57px;
  width: 100%;
}

.descount--heading__h2 {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 45px;
}

.descount__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 25px;
}

.descount__list__item {
  width: 387px;
  height: 490px;
  padding-top: 321px;
  background-color: red;
  background-image: url(/assets/images/descount-carts__img1.png);
  transition: all 0.3s ease-in-out;
}

.descount__list__item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.3s ease-in-out;
}

.descount__list__item_2 {
  background-image: url(/assets/images/descount-carts__img2.png);
}

.descount__list__item_3 {
  background-image: url(/assets/images/descount-carts__img3.png);
}

.descount__item--in--wrapper {
  width: 387px;
  height: 131px;
  background: rgb(255, 255, 255);
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0) 99%);
  display: block;
}

.descount__item__h3 {
  font-size: 32px;
  color: #171616;
  text-align: center;
  margin-bottom: 5px;
}

.descount__item__desc {
  width: 272px;
  font-size: 16px;
  color: #171616;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.we-work {
  margin-bottom: 51px;
}

.we-work--heading__h2 {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 11px;
}

.we-work__desc {
  font-size: 18px;
  color: #171616;
  text-align: center;
  width: 773px;
  display: block;
  margin: 0 auto;
  margin-bottom: 70px;
}

.we-work__list__item {
  width: 107px;
  height: 151px;
  transition: all 0.3s ease-in;
}

.we-work__list__item:hover {
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.we-work__card__img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

.we-work__card__desc {
  font-size: 16px;
  color: #171616;
  width: 107px;
  text-align: center;
}

.we-work__list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 18px;
}

.we-work--bottom--wrapper {
  position: relative;
}

.we-work--bottom__long {
  width: 1161px;
  height: 6px;
  background-color: #d1d1d1;
  border-radius: 3px;
}

.we-work__circle--wrapper {
  display: flex;
  align-items: center;
  position: relative;
  top: -15px;
  left: -19px;
  flex-direction: row;
  justify-content: space-around;
}

.we-work__circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #d1d1d1;
  border: 2px solid #fff;
}

.cooperation {
  width: 100%;
  height: 850px;
  background-color: #f8f8f8;
}

.cooperation__heading__h2 {
  font-size: 42px;
  color: #171616;
  text-align: center;
  width: 829px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-top: 54px;
}

.cooperation__list__item {
  width: 180px;
  height: 94px;
}

.cooperation__list__item_4 {
  width: 204px !important;
}

.cooperation__list__item__desc_4 {
  width: 180px;
}

.cooperation__list__item__img {
  margin-bottom: 6px;
}

.cooperation__list__item__desc {
  font-size: 18px;
  color: #171616;
  width: 240px;
}

.cooperation__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 53px;
  width: 1200px;
  height: 188px;
  border-radius: 6px;
  background-color: #fff;
  padding-top: 0px;
  padding-left: 20px;
  margin-bottom: 34px;
}

.cooperation__product--wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}

.quality-control {
  margin-top: 54px;
  margin-bottom: 115px;
}
.quality-control .quality-control__heading {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 11px;
}
.quality-control .quality-control--top__desc {
  font-size: 18px;
  color: #171616;
  text-align: center;
  margin-bottom: 59px;
}
.quality-control .quality-control__main {
  display: flex;
  align-items: center;
  gap: 24px;
}
.quality-control .quality-control__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 58px;
  margin-top: -25px;
}
.quality-control .quality-control__list__item {
  width: 215px;
  height: 163px;
  margin-bottom: -25px;
}
.quality-control .quality-control__list__item .quality-control__card__number {
  font-size: 30px;
  color: #6CAC3D;
  margin-bottom: 10px;
}
.quality-control .quality-control__list__item .quality-control__card__number .quality-control__card__number__span {
  font-size: 16px;
  color: #d6d6d6;
}
.quality-control .quality-control__list__item .quality-control__card__heading {
  font-size: 18px;
  color: #171616;
  margin-bottom: 11px;
}
.quality-control .quality-control__list__item .quality-control__card__heading__desc {
  font-size: 16px;
  color: #171616;
}

.adventages {
  height: 295px;
  margin-bottom: 20px;
}

.adventages__heading {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 57px;
}

.adventages__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 60px;
}

.adventages__list__item {
  width: 287px;
  height: 141px;
}
.adventages__list__item .adventages__cards__img {
  margin-bottom: 3px;
}
.adventages__list__item .adventages__cards__heading {
  font-size: 18px;
  color: #171616;
  margin-bottom: 12px;
}
.adventages__list__item .adventages__cards__desc {
  font-size: 14px;
  color: #171616;
}

.comments {
  width: 100%;
  height: 942px;
  background-color: #f8f8f8;
}
.comments .comment__heading__h2 {
  padding-top: 29px;
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 29px;
}
.comments .comment__list__item {
  width: 586px;
  height: 367px;
  background-color: #fff;
}
.comments .comment__card__video {
  width: 586px;
  height: 298px;
  background-color: #595959;
}
.comments .comment__card__video .comment__youtube--icon {
  position: relative;
  top: 120px;
  left: 43%;
}
.comments .comment__card--desc--wraapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 27px;
  margin-top: 14px;
  margin-bottom: 3px;
}
.comments .comment__card--desc--wraapper .comment__card__video--desc {
  font-size: 14px;
  color: #171616;
}
.comments .comment__card--desc--wraapper .comment__card__video--heading {
  font-size: 18px;
  color: #6CAC3D;
}
.comments .comment__card__location {
  font-size: 18px;
  color: #171616;
  margin-left: 27px;
}
.comments .comment__card__location::before {
  content: url(/assets/icon/comment__card--location--icon.svg);
  position: relative;
  margin-right: 3px;
}

.comment__list {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.team__heading__h2 {
  font-size: 42px;
  color: #171616;
  text-align: center;
  padding-top: 73px;
  margin-bottom: 41px;
}

.team--top__list {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 29px;
}
.team--top__list .team--top__list__item {
  font-size: 18px;
  color: #171616;
  font-weight: bold;
}

.we-work__circle {
  transition: all 0.3s ease-in;
}

.we-work__circle:hover {
  background-color: #6CAC3D !important;
  transition: all 0.3s ease-in-out;
}

.we-work__circle_2 {
  transition: all 0.3s ease-in;
}

.we-work__circle_2:hover {
  background-color: #6CAC3D !important;
  transition: all 0.3s ease-in-out;
}

.splide__track {
  height: 400px !important;
  margin-bottom: 88px;
}

.splide__slide {
  display: flex;
  align-items: center;
  gap: 84px;
}

.team--slider__heading__h3 {
  font-size: 18px;
  color: #6CAC3D;
  margin-bottom: 15px;
}

.team--slider__heading__h4 {
  font-size: 18px;
  color: #171616;
}

.team--slider__desc {
  font-size: 14px;
  color: #171616;
  margin-top: 15px;
  margin-bottom: 18px;
}

.team--slider__list {
  list-style: disc;
  padding-left: 20px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.specialists {
  width: 100%;
  height: 1067px;
  background-color: #f8f8f8;
}

.specialists__heading {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 32px;
}

.splide2__list {
  margin-left: 100px !important;
}

.splide2__img2 {
  margin-left: -120px;
}

.splide2__img3 {
  margin-left: 50px;
}

.specialists--left {
  width: 586px;
  height: 298px;
  background-color: #555555;
}
.specialists--left img {
  position: relative;
  top: 120px;
  left: 43%;
}

.specialists__bottom {
  display: flex;
  align-items: center;
  gap: 57px;
  margin-top: 109px;
}
.specialists__bottom .specialists--right {
  width: 475px;
  height: 298px;
  background-color: #fff;
  padding-top: 74px;
  padding-left: 44px;
}

.specialists__bottom__list {
  list-style: disc;
}
.specialists__bottom__list .specialists__bottom__list__item {
  font-size: 16px;
  line-height: 20px;
  color: #171616;
}

.you-tube__heading {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 49px;
  margin-top: 71px;
}

.you-tube__list__item {
  width: 386px;
  height: 226px;
  background-color: #555555;
}
.you-tube__list__item img {
  position: relative;
  top: 80px;
  left: 40%;
}

.you-tube__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 19px;
  margin-bottom: 88px;
}

.supplier {
  height: 584px;
  background-image: url(/assets/images/supplier__bgimage.png);
  background-repeat: no-repeat;
  background-size: 1668px 584px;
  margin-bottom: 65px;
}
.supplier .supplier-in--wrappeer {
  width: 1638px;
  height: 584px;
  background: rgb(255, 255, 255);
  background: linear-gradient(292deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 0%);
}
.supplier .supplier--main--left {
  width: 590px;
  height: 213px;
  background-color: #fff;
}

.supplier__heading {
  font-size: 42px;
  color: #171616;
  padding-top: 77px;
  margin-bottom: 18px;
}

.supplier__desc {
  font-size: 16px;
  color: #171616;
  width: 550px;
  margin-bottom: 52px;
}

.supplier--main--left__wrapper-s {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-top: 50px;
  margin-bottom: 39px;
}
.supplier--main--left__wrapper-s .supplier--main--left__desc {
  font-size: 16px;
  color: #171616;
  width: 336px;
  text-align: right;
}
.supplier--main--left__wrapper-s .supplier--main--left__sum {
  font-size: 16px;
  color: #595959;
}
.supplier--main--left__wrapper-s .supplier--main--left__sum span {
  width: 148px;
  height: 49px;
  background-color: #2d4872;
  color: #fff;
  border-radius: 9px;
  font-size: 42px;
  padding-left: 7px;
  padding-right: 9px;
}

.supplier--main {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 58px;
}

.supplier--main--right {
  width: 607px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: -50px;
}
.supplier--main--right img {
  margin-bottom: -60px;
}

.ques-answ {
  margin-bottom: 87px;
}

.ques-answ__heading {
  font-size: 42px;
  color: #171616;
  text-align: center;
  margin-bottom: 19px;
}

.ques-answ__desc {
  font-size: 22px;
  color: #171616;
  margin-bottom: 43px;
  text-align: center;
}

.ques-answ__list {
  display: flex;
  flex-direction: column;
  gap: 31px;
  font-size: 18px;
  color: #171616;
}
.ques-answ__list .ques-answ__list__item::before {
  content: url(/assets/icon/+.svg);
  position: relative;
  top: 8px;
  right: 22px;
}

.advice {
  width: 100%;
  height: 103px;
  background-color: #6CAC3D;
}
.advice .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 33px;
}
.advice .container .advice__desc1 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.advice .container .advice__desc2 {
  font-size: 16px;
  color: #fff;
  width: 570px;
}

.footer {
  width: 100%;
  height: 333px;
  background-color: #2e3648;
}
.footer .footer--top__list {
  display: flex;
  flex-direction: row;
  gap: 150px;
  padding-top: 52px;
  margin-bottom: 29px;
}
.footer .foote__logo {
  margin-bottom: 77px;
}
.footer .footer--top__item1__desc {
  font-size: 13px;
  color: #cbcbcb;
  margin-bottom: 11px;
}
.footer .footer__comp--logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.footer .footer--top__item2__heading {
  font-size: 13px;
  color: #6CAC3D;
  margin-bottom: 15px;
  font-weight: bold;
}
.footer .footer--top__item2__desc {
  font-size: 13px;
  color: #cbcbcb;
  margin-bottom: 7px;
}
.footer .footer--top__list__item3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  letter-spacing: 0.5px;
}
.footer .footer--top__item3__desc {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.footer .footer--top__item4__tel {
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
  font-weight: bold;
}
.footer .footer--top__item4__tel::before {
  content: url(/assets/icon/footer__tel--icon.svg);
  position: relative;
  top: 5px;
  right: 9px;
}
.footer .footer--top__item4__time {
  font-size: 14px;
  color: #fff;
  margin-left: 29px;
}
.footer .zakas {
  font-size: 16px -2px;
  color: #6CAC3D;
  margin-top: 5px;
  margin-left: 29px;
  margin-bottom: 14px;
  text-decoration: underline;
}
.footer .footer--top__item4__mail {
  margin-bottom: 16px;
}
.footer .footer--top__item4__mail, .footer .footer--top__item4__location {
  font-size: 16px -2px;
  color: #fff;
}
.footer .footer--top__item4__mail::before {
  content: url(/assets/icon/footer__mail--icon.svg);
  position: relative;
  top: 5px;
  right: 9px;
}
.footer .footer--top__item4__location::before {
  content: url(/assets/icon/footer__location--icon.svg);
  position: relative;
  top: 5px;
  right: 9px;
}
.footer .footer--bottom .container {
  display: flex;
  align-items: center;
  gap: 61px;
  margin-top: 29px;
}
.footer .footer--botton__desc1, .footer .footer--botton__desc2, .footer .footer--botton__desc3 {
  font-size: 14px;
  color: #cbcbcb;
}
.footer .footer--botton__desc1 a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.footer .footer--bottom--network--icon {
  display: flex;
  align-items: center;
  gap: 8px;
}/*# sourceMappingURL=main.css.map */