.teg, .tasks__item_teg {
  font-size: 14px;
  line-height: 100%;
  background: rgba(22, 163, 74, 0.1019607843);
  padding: 8px;
  border-radius: 8px;
  color: #16A34A;
  margin-bottom: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}

.teg::before, .tasks__item_teg::before {
  position: relative;
  content: "";
  background-image: url(/assets/svg/check_green.svg);
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
}

.normal-content, .text-and-form__text, .seo-block__content, .delivery-page__description {
  position: relative;
  padding: 32px 24px;
}
.normal-content h4, .text-and-form__text h4, .seo-block__content h4, .delivery-page__description h4,
.normal-content h3,
.text-and-form__text h3,
.seo-block__content h3,
.delivery-page__description h3,
.normal-content h2,
.text-and-form__text h2,
.seo-block__content h2,
.delivery-page__description h2,
.normal-content h1,
.text-and-form__text h1,
.seo-block__content h1,
.delivery-page__description h1 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  margin-bottom: 16px;
}
.normal-content h4:not(:nth-child(1)), .text-and-form__text h4:not(:nth-child(1)), .seo-block__content h4:not(:nth-child(1)), .delivery-page__description h4:not(:nth-child(1)),
.normal-content h3:not(:nth-child(1)),
.text-and-form__text h3:not(:nth-child(1)),
.seo-block__content h3:not(:nth-child(1)),
.delivery-page__description h3:not(:nth-child(1)),
.normal-content h2:not(:nth-child(1)),
.text-and-form__text h2:not(:nth-child(1)),
.seo-block__content h2:not(:nth-child(1)),
.delivery-page__description h2:not(:nth-child(1)),
.normal-content h1:not(:nth-child(1)),
.text-and-form__text h1:not(:nth-child(1)),
.seo-block__content h1:not(:nth-child(1)),
.delivery-page__description h1:not(:nth-child(1)) {
  margin-top: 32px;
}
.normal-content img, .text-and-form__text img, .seo-block__content img, .delivery-page__description img {
  border-radius: 8px;
}
.normal-content h3, .text-and-form__text h3, .seo-block__content h3, .delivery-page__description h3 {
  font-size: 20px;
}
.normal-content h4, .text-and-form__text h4, .seo-block__content h4, .delivery-page__description h4 {
  font-size: 16px;
}
.normal-content p, .text-and-form__text p, .seo-block__content p, .delivery-page__description p {
  margin-bottom: 16px;
  text-align: left;
}
.normal-content ul, .text-and-form__text ul, .seo-block__content ul, .delivery-page__description ul, .normal-content ol, .text-and-form__text ol, .seo-block__content ol, .delivery-page__description ol {
  margin-bottom: 16px;
  list-style: disc;
  padding-left: 20px;
  color: #64748B;
  line-height: 1.4;
}

.main {
  padding: 32px 0;
  position: relative;
}

.main::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/main_bef.svg);
  background-size: cover;
  background-position: center;
  top: 47px;
  left: 0;
  width: 271px;
  height: 542px;
  z-index: -1;
  pointer-events: none;
}

.main::after {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/main_aft.svg);
  background-size: cover;
  background-position: center;
  top: 47px;
  right: 0;
  width: 275px;
  height: 542px;
  z-index: -1;
  pointer-events: none;
}

.main__title {
  text-align: center;
  max-width: 820px;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  margin: 0 auto 24px;
  letter-spacing: -0.03em;
}

.main__subtitle {
  text-align: center;
  margin-bottom: 24px;
  color: #2D3748;
}

.main__form {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  gap: 14px;
}

.main__form .input {
  width: 172px;
}

.main__form .form-btn {
  width: 173px;
  font-size: 14px;
  height: 51px;
}

.main__inner {
  margin-top: 24px;
}

.main__inner-img {
  border-radius: 32px;
  overflow: hidden;
  height: 448px;
  display: flex;
}

.main__inner-img img,
.main__inner-img figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__inner-items {
  display: flex;
  gap: 16px;
  margin-top: -60px;
  padding: 0 22px;
}

.main__inner-item {
  background: #F7F9FC;
  border: 1px solid #CBD5E1;
  border-radius: 16px;
  flex: auto;
  padding: 32px 16px;
}

.main__inner-subtitle {
  color: #2D3748;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main__inner-item > p {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #065DBE;
}

@media (max-width: 1400px) {
  .main__inner-item > p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .main__inner-img {
    height: 320px;
  }
  .main__inner-items {
    flex-wrap: wrap;
  }
  .main__inner-item {
    width: calc(33.333% - 10.666px);
  }
}
@media (max-width: 991.98px) {
  .main::after,
  .main::before {
    display: none;
  }
  .main__title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .main {
    margin-top: 112px;
    padding: 48px 0;
  }
  .main__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main__subtitle {
    margin-bottom: 20px;
  }
  .main__form {
    flex-direction: column;
  }
  .main__form .form-btn,
  .main__form .input {
    width: 100%;
  }
  .main__inner-img {
    height: 232px;
    border-radius: 16px;
  }
  .main__inner-items {
    padding: 0;
    margin-top: -58px;
  }
  .main__inner-item {
    width: calc(50% - 8px);
  }
  .main__inner-item > p {
    font-size: 16px;
  }
  .main__inner-subtitle {
    font-size: 14px;
  }
}
.custom_page {
  padding: 0;
}
.custom_page:has(.faq_items) {
  background: #F7F9FC;
}
.custom_page:has(.faq_items) .contacts_right .contacts_form {
  background: #fff;
}
.custom_page:has(.faq_items) .contacts_right .input, .custom_page:has(.faq_items) .contacts_right .area {
  background: #F7F9FC;
}
.custom_page .container > .is-layout-constrained > p, .custom_page .container > .is-layout-constrained > noindex, .custom_page .container > .is-layout-constrained > div, .custom_page .container > .is-layout-constrained > h1 {
  margin-bottom: 24px;
}
.custom_page__content {
  min-height: 40vh;
}
.custom_page__footer {
  display: flex;
}
.custom_page__time {
  margin-left: auto;
  color: #64748B;
}
.custom_page__left > hr {
  color: #CBD5E1;
  margin: 32px 0;
}
.custom_page__right {
  max-width: 428px;
}
.custom_page__right .post-news__item-title {
  max-width: 230px;
}

.custom_page-title {
  background: #F7F9FC;
  border-radius: 24px;
  padding: 26px 32px;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .custom_page-title {
    display: none;
  }
}
.delivery-block {
  background: #F7F9FC;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-top: 24px;
  overflow: hidden;
}

.delivery-block__img {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.delivery-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  width: 370px;
  margin-bottom: 42px;
  margin-top: 24px;
}

.delivery-block__list li {
  width: calc(50% - 20px);
  position: relative;
  padding-left: 26px;
}

.delivery-block__list li::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/delivery-block__list.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 0;
}

.delivery-block__list li a {
  color: #2D3748;
  letter-spacing: -0.01em;
}

.delivery-block__more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748B;
}

.delivery {
  background: #F7F9FC;
  padding: 100px 0;
}

.delivery .title {
  text-align: center;
  margin-bottom: 72px;
}

.delivery_slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 305px));
  gap: 20px;
  justify-content: start;
}

.delivery_slide {
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  width: 100%;
}

.delivery_slide-img {
  width: 100%;
  margin-bottom: 14px;
  position: relative;
}

.delivery_slide-img .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  font-size: 0;
  background: none;
  background-size: cover;
  z-index: 1;
  border: none;
  cursor: pointer;
  background-position: center;
}

.delivery_slide-img .slick-next {
  background-image: url(/assets/svg/arrow_right.svg);
  right: -16px;
}

.delivery_slide-img .slick-prev {
  background-image: url(/assets/svg/arrow_left.svg);
  left: -16px;
}

.delivery_slide-img img {
  width: 100%;
  height: 308px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s;
}

.delivery_slide-info {
  padding: 0 8px 8px;
}

.delivery_slide-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
}
.delivery_slide-title a {
  color: #1A202C !important;
}

.delivery_slide-options, .delivery-page__options > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.delivery_slide-options:last-child, .delivery-page__options > div:last-child {
  margin-bottom: 0;
}

.delivery_slide-option, .delivery-page__options > div > p {
  background: #E2E8F0;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #2D3748;
}
.delivery_slide-option.weight:before, .delivery-page__options > div > p.weight:before {
  content: url("/assets/svg/option1.svg");
}
.delivery_slide-option.volume:before, .delivery-page__options > div > p.volume:before {
  content: url("/assets/svg/option2.svg");
}
.delivery_slide-option.price:before, .delivery-page__options > div > p.price:before {
  content: url("/assets/svg/option3.svg");
}
.delivery_slide-option.delivery-type:before, .delivery-page__options > div > p.delivery-type:before {
  content: url("/assets/svg/option4.svg");
}
.delivery_slide-option.time:before, .delivery-page__options > div > p.time:before {
  content: url("/assets/svg/option5.svg");
}

.delivery_road, .delivery-page__road > div {
  margin-bottom: 16px;
}
.delivery_road > p, .delivery-page__road > div > p {
  color: #2D3748;
  padding-left: 15px;
  position: relative;
  margin-bottom: 34px;
}
.delivery_road p:last-child::after, .delivery-page__road > div p:last-child::after {
  display: none;
}
.delivery_road p::after, .delivery-page__road > div p::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 1px;
  left: 3px;
  top: 17px;
  border-left: 1px dashed #1471D6;
}
.delivery_road p::before, .delivery-page__road > div p::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #065DBE;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.delivery_road p:last-child, .delivery-page__road > div p:last-child {
  margin-bottom: 0;
}

.delivery_slider-progress {
  background: #CBD5E1;
  position: relative;
  border-radius: 4px;
  margin-top: 48px;
  width: 100%;
  height: 4px;
  overflow: hidden;
}

.delivery_slider-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #065DBE;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .delivery-block__img {
    width: 720px;
  }
  .delivery-block__img img {
    width: 100%;
    height: auto;
  }
  .delivery_slide-img img {
    height: 257px;
  }
}
@media (max-width: 1200px) {
  .delivery-block__img {
    width: 520px;
  }
}
@media (max-width: 991.98px) {
  .delivery-block__list {
    width: 100%;
  }
  .delivery-block {
    padding-bottom: 240px;
  }
}
@media (max-width: 767.98px) {
  .delivery-block .title {
    text-align: left;
  }
  .delivery-block__list {
    gap: 16px;
    margin-bottom: 30px;
  }
  .delivery-block__more {
    font-size: 14px;
  }
  .delivery-block__list li {
    width: calc(50% - 8px);
  }
  .delivery-block__list li a {
    font-size: 14px;
  }
  .delivery-block {
    padding: 24px 16px 200px;
  }
  .delivery-block__img {
    width: 460px;
    right: 50%;
    transform: translateX(50%);
    min-width: 100%;
    justify-content: center;
  }
  .delivery .title {
    margin-bottom: 24px;
  }
  .delivery_slide-title {
    font-size: 20px;
  }
  .delivery_slider-progress {
    display: none;
  }
  .delivery_slide-option, .delivery-page__options > div > p {
    font-size: 12px;
  }
  .delivery_road-item {
    font-size: 12px;
  }
  .delivery_road-item::after {
    top: 13px;
  }
  .delivery_slider {
    padding-bottom: 30px;
  }
  .delivery_slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 50%;
    gap: 4px;
    transform: translateX(50%);
  }
  .delivery_slider .slick-dots button {
    padding: 0;
    font-size: 0;
    background: #94A3B8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
  }
  .delivery_slider .slick-dots .slick-active button {
    background: #065DBE;
    width: 10px;
    height: 10px;
  }
}
.delivery-page {
  background: #FFFFFF;
  padding: 50px 0;
}
.delivery-page .container {
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .delivery-page .container {
    flex-wrap: wrap !important;
  }
}
.delivery-page__description {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  padding: 1rem 0;
}
.delivery-page__description h1 {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .delivery-page__description {
    width: 100%;
    order: 3;
  }
  .delivery-page__description h1 {
    height: 0px;
    position: relative;
    top: -715px;
  }
}
.delivery-page__slider {
  position: relative;
  flex-direction: column;
  width: 99px !important;
  margin: -10px 0;
}
@media (max-width: 991.98px) {
  .delivery-page__slider {
    flex-direction: row;
  }
}
.delivery-page__slider figure.wp-block-image {
  overflow: hidden;
  width: 99px !important;
  height: 132px;
  margin: 0 0 20px 0 !important;
}
.delivery-page__slider figure.wp-block-image img {
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .delivery-page__slider figure.wp-block-image {
    margin: 0 0 0 20px !important;
  }
}
.delivery-page__slider .slick-next,
.delivery-page__slider .slick-prev {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  font-size: 0;
  background: none;
  background-size: cover;
  z-index: 1;
  border: none;
  cursor: pointer;
  background-position: center;
}
@media (max-width: 991.98px) {
  .delivery-page__slider .slick-next,
  .delivery-page__slider .slick-prev {
    margin: 0;
    top: 50%;
    left: -24px;
  }
}
.delivery-page__slider .slick-next,
.delivery-page__slider .slick-prev {
  background-image: url(/assets/svg/arrow_right.svg);
}
.delivery-page__slider .slick-prev {
  transform: rotateZ(-90deg);
}
@media (max-width: 991.98px) {
  .delivery-page__slider .slick-prev {
    transform: translateY(-50%) rotateZ(180deg);
  }
}
.delivery-page__slider .slick-next {
  top: initial;
  bottom: -4px;
  transform: rotateZ(90deg);
}
@media (max-width: 991.98px) {
  .delivery-page__slider .slick-next {
    bottom: 0;
    left: initial;
    transform: translateY(-100%) rotateZ(0deg);
  }
}
@media (max-width: 991.98px) {
  .delivery-page__slider {
    order: 2;
    width: 100% !important;
  }
}
.delivery-page__image {
  width: 322px;
  height: 438px;
  overflow: hidden;
  border-radius: 16px;
}
.delivery-page__image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .delivery-page__image {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .delivery-page__options > div > p {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .delivery-page__options > div {
    margin-bottom: 20px !important;
  }
}
.faq {
  padding: 30px 0;
  background: #F7F9FC;
}
.faq.wp-block {
  padding: 10px 0;
}
.faq .title {
  margin-bottom: 48px;
  text-align: center;
}
.faq_items {
  max-width: 902px;
  margin: 0 auto;
}
.faq_items.wp-block {
  padding: 20px;
}
.faq_item {
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 16px;
}
.faq_item:last-child {
  margin-bottom: 0;
}
.faq_item-title {
  font-size: 24px;
  cursor: pointer;
  position: relative;
  padding: 18px 60px 18px 24px;
}
.faq_item-title.wp-block {
  margin: 0 !important;
}
.faq_item-title.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.faq_item-title::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/faq_arrow.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.faq_item-text {
  border-top: 1px solid #CBD5E1;
  margin: 0 24px;
  padding: 16px 0 24px;
}
.faq_item-text:not(.wp-block) {
  display: none;
}
.faq_item-text.wp-block p {
  margin-top: 0;
  margin-left: 1rem;
}
.faq_item-text p {
  line-height: 1.2;
  margin-bottom: 20px;
}
.faq_item-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .faq .title {
    margin-bottom: 32px;
  }
  .faq_item-title {
    font-size: 16px;
    padding: 16px;
  }
  .faq_item-text {
    margin: 0 16px;
    padding: 16px 0 16px;
    font-size: 14px;
  }
}
.reviews_items, .reviews_mobile-title + div {
  width: 900px;
  margin: 0;
}

.reviews_item, .post-news {
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}

.reviews_item-top, .post-news__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 16px;
}

.reviews_item-title, .post-news__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #1A202C !important;
}

.reviews_item-date, .post-news__item-date {
  color: #64748B;
  letter-spacing: -0.04em;
  font-size: 14px;
}

.reviews_item-text, .post-news__item-text {
  color: #64748B;
  letter-spacing: -0.04em;
}

.contacts_right p {
  color: #2D3748;
  letter-spacing: -0.04em;
  margin: 20px 0;
}

.reviews_mobile-title {
  display: none;
}

@media (max-width: 1400px) {
  .reviews_items, .reviews_mobile-title + div {
    width: 800px;
  }
  .reviews_items, .reviews_mobile-title + div {
    width: 570px;
  }
}
@media (max-width: 991.98px) {
  .reviews_wrapper {
    flex-direction: column-reverse;
  }
  .reviews_items, .reviews_mobile-title + div {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .reviews_item, .post-news {
    border-radius: 0;
    width: 100vw;
    margin-left: -15px;
  }
  .reviews_mobile-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
  }
  .reviews_items, .reviews_mobile-title + div {
    order: -1;
  }
}
.seo-block {
  padding: 0;
  color: #2D3748;
}
.seo-block.wp-block {
  padding: 25px 0;
  border: 2px solid gray;
  border-radius: 4px;
}
.seo-block.wp-block:before {
  position: absolute;
  top: 0;
  left: 1rem;
  content: " seo-block:";
  pointer-events: none;
}
.seo-block__content {
  overflow: hidden;
  max-height: 284px;
  position: relative;
}
.seo-block__content::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 156px;
  width: 100%;
  bottom: 0;
  right: 0;
}
.seo-block__content.wp-block, .seo-block__content.active {
  max-height: none;
}
.seo-block__content.wp-block::before, .seo-block__content.active::before {
  display: none;
}
.seo-block__more {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 140%;
  color: #065DBE;
}
.seo-block.open .seo-block__content {
  max-height: initial;
}
.seo-block.open .seo-block__content::before {
  display: none;
}

@media (max-width: 767.98px) {
  .seo-block__content h4 {
    font-size: 20px;
  }
  .seo-block__content p {
    font-size: 14px;
  }
  .seo-block__more {
    font-size: 14px;
  }
}
.services__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.services__info {
  width: 650px;
  align-self: center;
}

.services__info .main__subtitle,
.services__info .main__title {
  text-align: left;
}

.services__info .main__form {
  margin: 0;
  justify-content: flex-start;
}

.services__img {
  width: 672px;
  height: 413px;
  display: flex;
  overflow: hidden;
  border-radius: 32px;
}

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

@media (max-width: 1400px) {
  .services__info {
    width: 580px;
  }
  .services__img {
    width: 540px;
  }
}
@media (max-width: 1200px) {
  .services__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .services__info {
    width: 100%;
  }
  .services__info .main__subtitle,
  .services__info .main__title {
    text-align: center;
  }
  .services__info .main__form {
    justify-content: center;
  }
  .services__img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .services__img {
    height: 232px;
    border-radius: 16px;
  }
}
.reliability {
  padding: 30px 0;
  background: #F7F9FC;
}

.reliability .title {
  text-align: center;
  margin-bottom: 48px;
}

.reliability__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.reliability__item {
  width: calc(50% - 8px);
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 20px 58px;
  color: #2D3748;
  position: relative;
}

.reliability__item::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/reliability_item.svg);
  background-size: cover;
  width: 32px;
  height: 32px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .reliability {
    padding: 60px 0;
  }
  .reliability .title {
    margin-bottom: 32px;
  }
  .reliability__item {
    width: 100%;
    padding: 20px 25px 20px 58px;
  }
}
.tasks {
  padding: 30px 0;
}

.tasks__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: flex-end;
}

.tasks__top .subtitle {
  margin-bottom: 0;
}

.tasks__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E8F0FA;
  border: 1px solid #065DBE;
  width: 203px;
  height: 51px;
  border-radius: 8px;
  gap: 8px;
  color: #065DBE;
}

.tasks__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tasks__item:first-child {
  background: linear-gradient(180deg, #F7F9FC, rgba(6, 93, 190, 0.15) 100%);
}

.tasks__item {
  width: calc(33.333% - 10.666px);
  background-color: #F7F9FC;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}

.tasks__item-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
}

.tasks__item-subtitle {
  border-bottom: 1px solid #CBD5E1;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #2D3748;
}

.tasks__item ul {
  margin-bottom: 24px;
  list-style: disc;
  padding-left: 20px;
  color: #2D3748;
  line-height: 1.4;
}

.tasks__item-btn {
  padding: 16px;
  width: fit-content;
  margin-top: auto;
}

@media (max-width: 1200px) {
  .tasks__item-btn {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .tasks__wrapper {
    position: relative;
    padding-bottom: 100px;
  }
  .tasks__btn {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .tasks__items {
    padding-bottom: 32px;
    display: block;
  }
  .tasks__items .slick-track {
    display: flex;
  }
  .tasks__item {
    margin: 0 5px;
    height: inherit;
  }
  .tasks__items .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 50%;
    gap: 4px;
    transform: translateX(50%);
  }
  .tasks__items .slick-dots button {
    padding: 0;
    font-size: 0;
    background: #94A3B8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
  }
  .tasks__items .slick-dots .slick-active button {
    background: #065DBE;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767.98px) {
  .tasks__top {
    margin-bottom: 24px;
  }
  .tasks__item {
    margin: 0;
    display: flex !important;
    padding: 24px 16px;
  }
  .tasks__item-title {
    font-size: 20px;
  }
  .tasks__item-subtitle {
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .tasks__item ul {
    font-size: 14px;
  }
  .tasks__item-btn {
    width: 100%;
  }
  .tasks__btn {
    width: 100%;
    margin-top: auto;
  }
}
.examination {
  padding-top: 100px;
}
.examination.wp-block {
  padding-top: 0 !important;
}

.examination__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 100px;
  max-width: 1130px;
  margin: 0 auto;
}
.examination__wrapper.wp-block {
  padding-bottom: 0 !important;
}

.examination__info {
  width: 444px;
}

.examination__img {
  position: absolute;
  display: flex;
}

.examination__desc {
  color: #2D3748;
  margin-bottom: 8px;
  margin-top: 140px;
}
.examination__desc.wp-block {
  margin-top: 0 !important;
}

.examination__desc a {
  color: #2D3748;
  text-decoration: underline;
}

.examination__messages {
  display: flex;
  gap: 8px;
}
.examination__messages.wp-block {
  padding: 16px;
}

.examination_message {
  display: flex;
}

.examination__form {
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  width: 560px;
  padding: 24px;
  border-radius: 24px;
}

.examination__form .input-wrapper {
  width: 100%;
}

.examination__form .phone .input,
.examination__form .input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E2E8F0;
}

.examination__form-item {
  margin-bottom: 16px;
}

.examination__inner {
  background: #F7F9FC;
  border-radius: 32px;
  padding: 64px;
}

.examination__form-subtitle {
  margin-bottom: 8px;
  color: #64748B;
}

.examination__form .form-btn {
  height: 49px;
  width: 100%;
  margin: 24px 0 16px;
}

.examination__img {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}

.wp-block > .examination__img {
  z-index: initial !important;
}

.examination__inner h2,
.examination__inner h3,
.examination__inner h4,
.examination__inner h5,
.examination__inner h6 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.examination__inner p {
  margin-bottom: 24px;
  color: #2D3748;
}

.examination__inner ul {
  padding-left: 20px;
  list-style: disc;
}

@media (max-width: 1200px) {
  .examination__form {
    width: 460px;
  }
  .examination__info {
    width: 420px;
  }
}
@media (max-width: 991.98px) {
  .examination__inner {
    padding: 32px;
  }
  .examination__wrapper {
    flex-direction: column;
    gap: 180px;
  }
  .examination__info {
    width: 100%;
    text-align: center;
  }
  .examination__desc {
    margin-top: 20px;
  }
  .examination__messages {
    justify-content: center;
  }
  .examination__img {
    bottom: 500px;
    width: 247px;
    left: 0;
    transform: none;
    right: auto;
  }
  .examination__img img {
    width: 100%;
    height: auto;
  }
  .examination__form {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .examination {
    padding-top: 60px;
  }
  .examination__form {
    padding: 16px;
  }
  .examination__wrapper {
    padding-bottom: 64px;
  }
  .examination__img {
    bottom: 462px;
  }
  .examination__inner {
    padding: 65px 15px;
    width: 100vw;
    border-radius: 0;
    margin-left: -15px;
  }
  .examination__inner h2,
  .examination__inner h3,
  .examination__inner h4,
  .examination__inner h5,
  .examination__inner h6 {
    font-size: 20px;
  }
  .examination__inner ul,
  .examination__inner p {
    font-size: 14px;
  }
}
.about {
  padding: 30px 0;
}
.about.wp-block {
  padding: 0 !important;
}

.about__items {
  position: relative;
}

.about__img {
  position: absolute;
  display: flex;
  bottom: 16px;
  right: -34px;
}

.wp-block > .about__img {
  max-width: 150px;
}

.about__text {
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #2D3748;
  max-width: 680px;
}

.about__text p {
  margin-bottom: 24px;
}

.about__desc {
  background: rgba(245, 158, 11, 0.1019607843);
  max-width: 322px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  letter-spacing: -0.04em;
  color: #F59E0B;
  margin-bottom: 64px;
  position: relative;
}

.about__desc::before {
  position: relative;
  content: "";
  display: block;
  background-image: url(/assets/svg/about_desc.svg);
  background-size: cover;
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.about__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about__item {
  flex: 1;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  text-align: center;
  padding: 34px;
}

.about__item > h3 {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 8px;
}

.about__item > p {
  margin-bottom: 38px;
  color: #2D3748;
}

.about__item-link {
  line-height: 140%;
  color: #065DBE;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.about__item-link:after {
  content: url("/assets/svg/link_arrow.svg");
  transform: scale(1.2) translateY(10%);
}

@media (max-width: 1400px) {
  .about__text {
    max-width: 580px;
  }
}
@media (max-width: 1200px) {
  .about__img {
    right: 50%;
    transform: translateX(50%);
  }
  .about__items {
    margin-top: 340px;
  }
  .about__text {
    max-width: 100%;
  }
  .about__item > h3 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .about__item {
    width: calc(50% - 8px);
    flex: auto;
  }
  .about__img {
    bottom: auto;
    top: -320px;
  }
}
@media (max-width: 767.98px) {
  .about .title {
    text-align: center;
  }
  .about__text {
    text-align: center;
    font-size: 14px;
  }
  .about__desc {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
  .about__img {
    width: 356px;
    top: -218px;
  }
  .about__img img {
    width: 100%;
    height: auto;
  }
  .about__item {
    width: 100%;
    padding: 24px;
  }
  .about__item > p {
    font-size: 14px;
  }
  .about__items {
    margin-top: 238px;
  }
}
.order {
  padding: 30px 0;
}

.order__wrapper {
  background: #1471D6;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
.order__wrapper > p {
  letter-spacing: -0.04em;
  max-width: 320px;
  margin-bottom: 16px;
}

.order__form {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.order__form .input-wrapper {
  width: 296px;
}

.order__form .input-wrapper .input {
  width: 100%;
}

.order__form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1A202C;
  border-radius: 8px;
  padding: 16px;
  color: #FFFFFF;
  flex: auto;
  border: none;
  cursor: pointer;
}

.order__inner {
  position: absolute;
  bottom: 32px;
  right: 48px;
  background: #FFFFFF;
  border-radius: 32px;
  padding: 24px 24px 94px;
  z-index: -1;
  width: 640px;
}

.order__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #FFFFFF;
  border-radius: 32px;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
}

.order__inner-value {
  background: #F1F1F1;
  padding: 34px;
  text-align: right;
  border-radius: 8px;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #065DBE;
}

.order__inner-img {
  position: absolute;
  display: flex;
}

.order__inner-img:nth-child(1) {
  top: -43px;
  z-index: -2;
  left: -162px;
}

.order__inner-img:nth-child(2) {
  top: -137px;
  left: 114px;
}

.order__inner-img:nth-child(3) {
  top: -145px;
  right: -166px;
}

@media (max-width: 1400px) {
  .order__inner {
    width: 430px;
  }
  .order__inner-value {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .order__form .input-wrapper {
    width: calc(33.333% - 10.666px);
  }
  .order__inner {
    width: 264px;
    right: 32px;
  }
  .order__inner-value {
    font-size: 26px;
  }
  .order__inner-img {
    transform: scale(0.6);
  }
  .order__inner-img:nth-child(2) {
    left: -20px;
  }
}
@media (max-width: 991.98px) {
  .order__inner {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 45px;
    padding-bottom: 46px;
  }
  .order__form .input-wrapper {
    width: 100%;
  }
  .order__form {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .order {
    padding: 32px 0;
  }
  .order__wrapper {
    padding: 24px 16px 120px;
  }
  .order__wrapper > p {
    font-size: 14px;
  }
  .order__inner {
    padding: 12px 12px 46px;
    border-radius: 16px;
  }
  .order__inner-value {
    font-size: 20px;
    padding: 16px;
  }
  .order__inner-img {
    transform: none;
  }
  .order__inner-img:nth-child(1) {
    z-index: 1;
    bottom: -170px;
    left: -140px;
    top: auto;
  }
  .order__inner-img:nth-child(2) {
    z-index: -2;
    top: -98px;
  }
  .order__inner-img:nth-child(3) {
    bottom: -224px;
    top: auto;
    right: -80px;
  }
}
.calculator {
  padding: 30px 0;
}

.calculator_wrapper {
  background: #F7F9FC;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.calculator_wrapper::before {
  position: absolute;
  content: "";
  background-image: url(/assets/img/calculator_bef.png);
  background-size: cover;
  bottom: 0;
  right: 0;
  width: 712px;
  height: 100%;
}

.calculator_left {
  width: 656px;
  position: relative;
  z-index: 1;
}

.calculator_form-item:has(.select) {
  width: calc(50% - 32px);
  position: relative;
}

.calculator_form-item:has(.select):first-child::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: -44px;
  top: 50%;
  background-image: url(/assets/svg/calc_arrow.svg);
}

.calculator > div > div > p {
  text-align: center;
  color: #64748B;
  max-width: 1132px;
  margin: 24px auto 0;
  letter-spacing: -0.01em;
}

.calculator_form {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: space-between;
}

.calculator_form-title {
  margin-bottom: 8px;
  color: #64748B;
}

.calculator_form-item:has(.calculator_form-price),
.calculator_form-item:has(.calculator_form-counter) {
  width: calc(33.333% - 28px);
}

.calculator_form-counter {
  background: #FFFFFF;
  height: 56px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: none;
  user-select: none;
}

.calculator_form-price {
  width: 100%;
  height: 56px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}

.calculator_form-price::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/dollar.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  user-select: none;
  transform: translateY(-50%);
}

.calculator_form-price input {
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: right;
  border: none;
}

.calculator_form-item:has(.calculator_form-radios) {
  width: 100%;
}

.calculator_form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calculator_form-radio {
  display: block;
}

.calculator_form-radio input {
  display: none;
}

.calculator_form-radio input:checked + span {
  background: #065DBE;
  color: #fff;
}

.calculator_form-radio span {
  display: block;
  background: #FFFFFF;
  cursor: pointer;
  user-select: none;
  padding: 16px;
  border-radius: 8px;
}

.calculator_right {
  width: 529px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.calculator_right.active {
  display: none;
}

.calculator_img {
  display: flex;
  position: absolute;
  bottom: -32px;
  right: 60%;
  transform: translateX(50%);
}

.calculator_btn {
  width: 100%;
  height: 51px;
  z-index: 1;
}

.calculator_total {
  background: #FFFFFF;
  width: 369px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 24px;
  display: none;
  flex-direction: column;
}

.calculator_total.active {
  display: flex;
}

.calculator_total-title {
  text-align: center;
  margin-bottom: 10px;
  color: #64748B;
}

.calculator_total-value {
  font-size: 48px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 1px solid #CBD5E1;
}

.calculator_total-value span {
  opacity: 0.5;
}

.calculator_total p {
  text-align: center;
  color: #64748B;
  margin-bottom: 20px;
}

.calculator_total p a {
  color: #64748B;
  text-decoration: underline;
}

.calculator_total-btn {
  height: 51px;
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1400px) {
  .calculator_left {
    width: 620px;
  }
  .calculator_right {
    width: 460px;
  }
}
@media (max-width: 1200px) {
  .calculator_wrapper {
    gap: 24px;
    flex-wrap: wrap;
  }
  .calculator_left {
    width: 100%;
  }
  .calculator_right {
    width: 100%;
    padding-bottom: 350px;
  }
  .calculator_img {
    width: 480px;
  }
  .calculator_img img {
    width: 100%;
    height: auto;
  }
  .calculator_wrapper::before {
    height: 400px;
    width: 70%;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .calculator_total {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .calculator_wrapper {
    padding: 16px;
  }
  .calculator_form {
    gap: 14px;
  }
  .calculator_form-item:has(.select) {
    width: 100%;
  }
  .calculator_form-item:has(.select):first-child::before {
    display: none;
  }
  .calculator_form-title {
    font-size: 14px;
  }
  .calculator_form-item:has(.calculator_form-price) {
    display: none;
  }
  .calculator_form-item:has(.calculator_form-price),
  .calculator_form-item:has(.calculator_form-counter) {
    width: calc(50% - 16px);
  }
  .calculator_form-radio span {
    font-size: 14px;
  }
  .calculator_img {
    width: 350px;
    bottom: -80px;
  }
  .calculator_wrapper {
    overflow: hidden;
    padding-bottom: 0px;
  }
  .calculator_right {
    padding-bottom: 200px;
  }
  .calculator_wrapper::before {
    width: 100%;
    background-image: url(/assets/img/calculator_bef2.png);
    height: 280px;
  }
  .calculator > div > p {
    display: none;
  }
}
.geography {
  padding: 40px 0;
}

.geography_wrapper {
  background: #F7F9FC;
  border-radius: 16px;
  margin-bottom: 48px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.geography_img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  display: flex;
}

.geography_info {
  max-width: 560px;
}

.geography_info > h1 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 24px;
}

.geography_info > p {
  line-height: 140%;
}

.geography_desc {
  margin-top: 112px;
  font-size: 12px;
  color: #2D3748;
}

.geography_row {
  padding: 0 24px;
}

.geography_row-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
}

.geography_row-subtitle {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 14px;
}

.geography_row-inner {
  margin-bottom: 48px;
}

.geography_row-inner:last-child {
  margin-bottom: 0;
}

.geography_row-items {
  display: flex;
  gap: 20px 155px;
  flex-wrap: wrap;
}

.geography_row-item {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.01em;
  width: 165px;
  padding-left: 26px;
  color: #2D3748;
}

.geography_row-item::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/geography_row-item.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}

.geography_row-item span {
  display: block;
  font-size: 14px;
  color: #64748B;
}

@media (max-width: 1400px) {
  .geography_img {
    width: 700px;
  }
  .geography_img img {
    width: 100%;
    height: auto;
  }
  .geography_row-items {
    gap: 20px 120px;
  }
  .geography_row-item {
    width: 185px;
  }
}
@media (max-width: 1200px) {
  .geography_row-items {
    gap: 20px 44px;
  }
  .geography_info {
    max-width: 480px;
  }
  .geography_img {
    width: 520px;
  }
  .geography_desc {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .geography_info {
    width: 100%;
    max-width: 100%;
  }
  .geography_wrapper {
    padding-bottom: 260px;
  }
  .geography_row-items {
    gap: 20px 48px;
  }
}
@media (max-width: 767.98px) {
  .geography_wrapper {
    padding: 0 0 300px;
    background: none;
    border-radius: 0;
    overflow: visible;
  }
  .geography_img {
    width: 540px;
    right: 63%;
    transform: translateX(50%);
  }
  .geography_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .geography_text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .geography_row {
    padding: 0;
  }
  .geography_row-items {
    gap: 16px;
  }
  .geography_row-item {
    width: calc(50% - 8px);
  }
}
.team {
  background: #F7F9FC;
  padding: 32px 0;
}

.team_text {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.team_text p {
  width: calc(50% - 8px);
  color: #2D3748;
  line-height: 140%;
  letter-spacing: -0.04em;
}

.team_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.team_img {
  width: calc(33.333% - 10.666px);
  height: 332px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}

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

@media (max-width: 1200px) {
  .team_img {
    height: 222px;
  }
}
@media (max-width: 991.98px) {
  .team_text p {
    width: 100%;
  }
  .team_img {
    height: 520px;
  }
  .team_imgs {
    padding-bottom: 30px;
  }
  .team_imgs .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 50%;
    gap: 4px;
    transform: translateX(50%);
  }
  .team_imgs .slick-dots button {
    padding: 0;
    font-size: 0;
    background: #94A3B8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
  }
  .team_imgs .slick-dots .slick-active button {
    background: #065DBE;
    width: 10px;
    height: 10px;
  }
  .team {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .team .title {
    text-align: center;
  }
  .team_img {
    height: 69vw;
  }
}
.certificate {
  margin: 100px 0;
}

.certificate_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.certificate_img {
  width: 442px;
  height: auto;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}

.certificate_img img {
  width: 100%;
  height: auto;
}

.certificate_info {
  width: calc(100% - 460px);
  margin-top: 40px !important;
}

.certificate_info > h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.certificate_info > p {
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #2D3748;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .certificate_wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .certificate_info {
    width: 100%;
    margin-top: 0 !important;
  }
  .certificate_info > h3 {
    text-align: center;
  }
  .certificate {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .certificate_img {
    width: 100%;
  }
}
.form {
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  width: 560px;
  padding: 24px;
  border-radius: 24px;
}

.form .input-wrapper {
  width: 100%;
}
.form .input-wrapper.file {
  position: relative;
  display: flex;
}
.form .input-wrapper.file input {
  position: relative;
  opacity: 0.5;
}
.form .input-wrapper.file input:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #E8F0FA;
  border: 2px solid #065DBE;
  border-radius: inherit;
}
.form .input-wrapper.file span {
  display: flex;
  position: absolute;
  color: #065DBE;
  align-self: center;
  align-items: center;
  margin-left: 16px;
  gap: 8px;
}
.form .input-wrapper.file span:before {
  position: relative;
  top: 25%;
  content: url("/assets/svg/img_icon.svg");
}
.form .input-wrapper.checkbox {
  display: inline;
}
.form .input-wrapper.checkbox input {
  position: relative;
  top: 3px;
  width: min-content;
  height: 16px;
}
.form .input-wrapper input {
  cursor: pointer;
}
.form .input-wrapper textarea {
  border-radius: 8px;
  padding: 8px;
}

label.input-wrapper {
  cursor: pointer;
}

.form .phone .input,
.form .input,
.form .input-wrapper textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E2E8F0;
}

.form-item {
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.form-subtitle {
  margin-bottom: 8px;
  color: #64748B;
}

.form .form-btn {
  height: 49px;
  width: 100%;
  margin: 24px 0 16px;
}

@media (max-width: 1200px) {
  .form {
    width: 460px;
  }
}
@media (max-width: 991.98px) {
  .form {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form {
    padding: 16px;
  }
}
.text-and-form {
  padding-top: 100px;
}
.text-and-form.wp-block {
  padding-top: 0 !important;
}

.text-and-form__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 100px;
  max-width: 1130px;
  margin: 0 auto;
}
.text-and-form__wrapper.wp-block {
  padding-bottom: 0 !important;
}

.text-and-form__img {
  position: absolute;
  display: flex;
}

.text-and-form__desc {
  color: #2D3748;
  margin-bottom: 8px;
  margin-top: 140px;
}
.text-and-form__desc.wp-block {
  margin-top: 0 !important;
}

.text-and-form__desc a {
  color: #2D3748;
  text-decoration: underline;
}

.text-and-form__messages {
  display: flex;
  gap: 8px;
}
.text-and-form__messages.wp-block {
  padding: 16px;
}

.text-and-form_message {
  display: flex;
}

.text-and-form__inner {
  background: #F7F9FC;
  border-radius: 32px;
  padding: 64px;
}

.text-and-form__img {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}

.wp-block > .text-and-form__img {
  z-index: initial !important;
}

.text-and-form__inner h2,
.text-and-form__inner h3,
.text-and-form__inner h4,
.text-and-form__inner h5,
.text-and-form__inner h6 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.text-and-form__inner p {
  margin-bottom: 24px;
  color: #2D3748;
}

.text-and-form__inner ul {
  padding-left: 20px;
  list-style: disc;
}

@media (max-width: 1200px) {
  .text-and-form__text {
    width: 420px;
  }
}
@media (max-width: 991.98px) {
  .text-and-form__inner {
    padding: 32px;
  }
  .text-and-form__wrapper {
    flex-direction: column;
    gap: 180px;
  }
  .text-and-form__text {
    width: 100%;
    text-align: center;
  }
  .text-and-form__desc {
    margin-top: 20px;
  }
  .text-and-form__messages {
    justify-content: center;
  }
  .text-and-form__img {
    bottom: 500px;
    width: 247px;
    left: 0;
    transform: none;
    right: auto;
  }
  .text-and-form__img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .text-and-form {
    padding-top: 60px;
  }
  .text-and-form__wrapper {
    padding-bottom: 64px;
  }
  .text-and-form__img {
    bottom: 462px;
  }
  .text-and-form__inner {
    padding: 65px 15px;
    width: 100vw;
    border-radius: 0;
    margin-left: -15px;
  }
  .text-and-form__inner h2,
  .text-and-form__inner h3,
  .text-and-form__inner h4,
  .text-and-form__inner h5,
  .text-and-form__inner h6 {
    font-size: 20px;
  }
  .text-and-form__inner ul,
  .text-and-form__inner p {
    font-size: 14px;
  }
}
.news .custom_page-title {
  background: none !important;
}
.news .reviews_items {
  margin: 0 auto;
}

.post-news {
  word-wrap: break-word;
}
.category-posts {
  padding: 22px 0;
}
.category-posts h2 {
  font-size: 40px;
  padding: 16px 0;
}
.category-posts .wp-block-latest-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0 32px 0;
}
.category-posts .post {
  position: relative;
  overflow: hidden;
  display: grid;
  background: #F7F9FC;
  flex: 1 1 calc(50% - 8px);
  min-width: 166px;
  max-width: 328px;
  height: 220px;
  border-radius: 24px;
  padding: 32px;
  transition: 0.3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}
.category-posts .post:has(a:hover) {
  transform: scale(1.01);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1333333333);
}
.category-posts .post h3 a {
  font-size: 24px;
  color: #000;
}
.category-posts .post figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: 6s linear 0s infinite running imageOffest;
}
.category-posts .post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-posts .post h3 {
  width: 80%;
  position: relative;
  text-shadow: 0 0px 8px #F7F9FC, 0 0px 16px #F7F9FC, 0 0px 24px #F7F9FC, 0 0px 32px #F7F9FC;
}
.category-posts .post div {
  position: relative;
  margin-top: auto;
}
.category-posts .post div a {
  font-size: 16px;
  text-shadow: 0 0px 8px #F7F9FC, 0 0px 16px #F7F9FC, 0 0px 24px #F7F9FC, 0 0px 32px #F7F9FC;
  color: #065DBE !important;
}
.category-posts .post div a:after {
  content: url("/assets/svg/arrow.svg");
}

@keyframes imageOffest {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.01);
  }
  65% {
    transform: scale(0.98);
  }
}

/*# sourceMappingURL=patterns.css.map */
