.d-flex {
  display: flex;
  align-items: center;
}

.container-max {
  width: 100%;
  max-width: 1810px;
  margin: 0 auto;
  position: relative;
  padding: 0 2.5rem;
}

.site__header-row {
  justify-content: space-between;
}

.navigation-list {
  gap: 37px;
}

.navigation-list a {
  color: #2B3941;
  font-family: var(--halv);
  font-size: 15px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: .2s all ease;
  border-bottom: 2px dashed transparent;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 30px;
  transition: .2s all ease;
  z-index: 999999;
}

.hero__block__row-start h1 {
  color: #2B3941;
  font-family: var(--halv);
  font-size: 81px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  max-width: 1150px;
  margin-bottom: 95px;
}

.hero__block__row-start h1 span {
  color: #EC582B;
  position: relative;
}

.hero__block__row-start h1 span::before {
  content: "";
  width: 490px;
  height: 35px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/main/result-ic.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.hero__block__row-start p {
  color: #2B3941;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  max-width: 1050px;
  margin-bottom: 230px;
}

.hero__block__row-end {
  position: absolute;
  bottom: -4px;
  right: -160px;
}

.hero-block {
  padding: 115px 0 0;
  background: #FFFEFB;
  border-radius: 0 0 100px 100px;
  position: relative;
  overflow: hidden;
}

.btn {
  font-family: var(--halv);
  font-size: 31px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 50px 120px;
  transition: .2s all ease;
  max-width: max-content;
  border: 3px solid transparent;
}

.btn-grey {
  color: #fff;
  border-radius: 84px;
  background: #2B3941;
}

.btn-grey:hover {
  border-color: #2B3941;
  background: #fff;
  color: #2B3941;
}

.hero__block-row {
  padding: 146px 0 155px;
}

.production__about-box {
  border-radius: 100px; 
  gap: 112px;
}

.production__about__box-txt {
  max-width: 1130px;
  padding: 35px 0;
}

.all-title h2 {
  color: #2B3941;
  font-family: var(--halv);
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 110px;
}

.production-about .all-title h2 {
  margin-bottom: 85px;
}

.all-title li {
  color: #2B3941;
  font-size: 28px;
  font-weight: 600;
  line-height: 152%;
}

.all-title ul {
  margin-bottom: 84px;
}

.all-title p {
  color: #2B3941;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.production__about__box__txt-cerf {
  margin-top: 60px;
  gap: 33px;
}

.site-header.sticky {
  transform: translateY(-30px);
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 35px 5px #00000010;
}

.partner__block__row-txt .all-title h2 {
  max-width: 765px;
}

.partner__block__row-txt {
  max-width: 1100px;
}

.partner__block__row-img {
  position: absolute;
  right: -1px;
}

.partner__block-row {
  padding: 160px 0;
  overflow: hidden;
}

.partner-block {
  max-width: 98%;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.partner-block .container-max {
  position: initial;
}

.specialist__block__row-txt {
  max-width: 1130px;
  margin-left: 100px;
}

.specialist-block {
  position: relative;
}

.specialist-block .container-max {
  position: initial;
}

.specialist__block-row { 
}

.specialist__block__row-txt .all-title h2 {
  max-width: 720px;
}

.products-block {
  max-width: 98%;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.products__block-row {
  padding: 160px 0;
}

.products__block__row-slider {
  max-width: 445px;
  position: relative;
  margin-left: auto;
  margin-right: 45px;
}

.products__block__row-txt {
  max-width: 925px;
}

.arr-style::after {
  display: none;
}

.arr-style {
  width: 45px;
  height: 45px;
}

.prod-next {
  right: -55px;
}

.prod-prev {
  left: -55px;
}

.products__block__row-txt .btn {
  margin-top: 100px;
}

.certificate__block-row {
  gap: 100px; 
}

.certificate__block__row__txt-icons {
  gap: 20px;
}

.certificate__block__row__txt__icons-box {
  width: 210px;
  height: 315px;
  justify-content: center;
  border-radius: 20px;
  background: #FFFEFB;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.comunity-block {
  max-width: 98%;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  padding: 150px 0 115px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.comunity__block-about p {
  color: #2B3941;
  font-size: 28px;
  font-weight: 600;
  line-height: 152%;
}

.comunity__block-row {
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px;
  align-items: initial;
}

.comunity__block__row-box {
  width: calc(100% / 2 - 10px);
  border-radius: 100px;
  background: #F5F1E8;
  padding: 60px 40px;
  gap: 40px;
}

.comunity__block__row__box-numb span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  background: #00A650;
  border-radius: 50%;
  color: #FFF;
  font-family: var(--halv);
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.comunity__block__row__box-txt {
  max-width: calc(100% - 135px - 40px);
}

.comunity__block__row__box-txt h5 {
  color: #2B3941;
  font-size: 23px;
  font-weight: 900;
  line-height: 152%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.comunity__block__row__box-txt p {
  color: #2B3941;
  font-size: 23px;
  font-weight: 500;
  line-height: 152%;
}

.comunity__block-btn {
  max-width: max-content;
  margin: 100px auto 0;
}

.reviews-block {
  padding: 120px 0 0;
  position: relative;
}

.reviews-block .all-title h2 {
  text-align: center;
}

.reviews__block-row {
  flex-wrap: wrap;
  gap: 35px;
  max-width: 1120px;
  margin: 0 auto;
}

.reviews__block__row-box {
  border-radius: 100px;
  background: #FFFEFB;
  width: 100%;
  padding: 45px;
  max-width: 1120px;
  gap: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.reviews__block__row__box-about {
  max-width: calc(100% - 135px - 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reviews__block__row__box__about-title h6 {
  color: #2B3941;
  font-size: 23px;
  font-weight: 800;
  line-height: 152%;
}

.reviews__block__row-box:nth-child(even) {
  margin-left: auto;
}

.reviews__block-btn {
  max-width: max-content;
  margin: 130px auto 0;
}


.footer__nav-list a {
  color: #2B3941;
  font-family: var(--halv);
  font-size: 15px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: .2s all ease;
  border-bottom: 2px dashed transparent;
}

.footer__nav-list {
  gap: 37px;
}

.footer-nav {
  max-width: max-content;
  margin: 0 auto;
}

footer {
  padding: 125px 0 50px;
}

/* .hero-block::before {
  content: "";
  width: 1040px;
  height: 625px;
  background: url(../img/main/hero-dotted-btm.png)no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -55px;
}
  */

.production__about__box-img {
  position: relative;
}

.production__about__box-img::after {
  content: "";
  width: 670px;
  height: 1060px;
  background: url(../img/main/second-block-img-dotted.png)no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.production__about__box-img img {
  position: relative;
  z-index: 1;
}

.partner__block__row-img::after {
  content: "";
  width: 670px;
  height: 1060px;
  background: url(../img/main/partner-block-img-dotted.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.partner__block__row-img img {
  position: relative;
  z-index: 1;
}

.specialist__block__row-img::before {
  content: "";
  width: 670px;
  height: 1060px;
  background: url(../img/main/specialist-block-img-dotted.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.specialist__block__row-img img {
  position: relative;
  z-index: 1;
}

.certificate__block__row-img::after {
  content: "";
  width: 670px;
  height: 1060px;
  background: url(../img/main/certificate-block-img-dotted.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.certificate__block__row-img {
  position: relative;
}

.certificate__block__row-img img {
  position: relative;
  z-index: 1;
}

.reviews-block::before {
  content: "";
  width: 670px;
  height: 1060px;
  background: url(../img/main/reviews-dotted-top.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 45px;
}

.reviews-block::after {
  content: "";
  width: 520px;
  height: 1060px;
  background: url(../img/main/reviews-dotted-btm.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.navigation-list a:hover,
.footer__nav-list a:hover {
  border-color: currentColor;
}

.fancybox__container {
  z-index: 9999999999999;
  background: linear-gradient(270deg, #F1C775 1.44%, #FEF29C 33.17%, #FEF29C 63.94%, #F1C775 99.52%) !important;
}

.fancybox__container .fancybox__backdrop {
  background: transparent;
}

.call-manager {
  padding: 2.5rem 1.5rem;
  border-radius: 40px;
  background: #2B3941;
  min-width: 550px;
}

.call__manager__box-title h3 {
  color: #FFF;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--halv);
}

.call__manager__box-form {
  flex-direction: column;
  gap: 15px;
}

.call__manager__box-title {
  margin-bottom: 25px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.invalid .wpcf7-response-output {
  display: none !important;
  ;
}


.sent .wpcf7-response-output {

  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
  padding: 1rem 1rem !important;
  margin-bottom: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;

}



.wpcf7-not-valid {
  background: #ffaeae !important;
  border: 1px solid red !important;
}

.call__manager__box-form input {
  width: 100%;
  border-radius: 13px;
  background: #EDF5FF;
  height: 50px;
  font-family: var(--int);
  padding-left: 15px;
  color: #718692;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  outline: 0;
}

.call__manager__box-form textarea {
  width: 100%;
  height: 130px;
  border-radius: 13px;
  background: #EDF5FF;
  font-family: var(--int);
  padding-left: 15px;
  padding-top: 10px;
  color: #718692;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  outline: 0;
}

.call__manager__box__form-personal label {
  display: flex;
  align-items: center;
  width: 100%;
  color: #FFF;
  gap: 10px;
  cursor: pointer;
}

.call__manager__box__form-personal p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 152%;
  max-width: calc(100% - 20px - 10px);
}

.call__manager__box__form-personal label input {
  display: none;
}

.call__manager__box__form-personal .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 0 15px;
  position: relative;
}

.call__manager__box__form-personal .wpcf7-not-valid {
  display: flex;
  align-items: center;
}

.call__manager__box__form-personal .wpcf7-list-item-label:before,
.checkbox {
  width: 20px;
  height: 20px;
  justify-content: center;
  border-radius: 4px;
  background: #EDF5FF;
}

.wpcf7-list-item {
  margin: 0;
}

.call__manager__box__form-personal {
  margin-right: auto;
}

.checkbox span,
.call__manager__box__form-personal .wpcf7-list-item-label:after {
  width: 14px;
  height: 14px;
  background: #EC582B;
  transition: .2s all ease;
  opacity: 0;
  position: absolute;
  left: 3px;
}

.call__manager__box__form-personal label input:checked+.checkbox span,
.call__manager__box__form-personal input:checked+.wpcf7-list-item-label:after {
  opacity: 1;
}

.btn-orange {
  width: 100%;
  justify-content: center;
  border-radius: 67px;
  background: #EC582B;
  color: #FFF;
  font-family: var(--halv);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  height: 52px;
  border: 2px solid transparent;
  transition: .2s all ease;
  cursor: pointer;
}

.btn-orange:hover {
  border-color: #EC582B;
  background: #fff;
  color: #EC582B;
}

.fancybox__content>.f-button.is-close-btn {
  top: 20px;
  right: 20px;
  opacity: 1;
}

.f-button svg {
  width: 29px;
  height: 29px;
}

.reviews__block__row__box__about-txt p {
  color: #2B3941;
  font-size: 23px;
  font-weight: 500;
  line-height: 152%;
}

.production__about__box-img::after, 
.specialist__block__row-img::before, 
.certificate__block__row-img::after,
.partner__block__row-img::after{
  display: none;
} 