@charset "UTF-8";
.main_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D40000;
  color: white;
  height: 64px;
  border-radius: 16px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s ease;
}
.main_btn:hover {
  filter: brightness(2);
  text-decoration: none;
  color: white;
}

/* Стили для табов */
.tabs-container {
  margin: 0 auto;
  overflow: hidden;
}

.tabs-nav {
  display: flex;
  width: 100%;
}

.tab-btn {
  flex: 1;
  min-height: 64px;
  padding: 10px;
  border: none;
  border-radius: 100px;
  border: 1px solid #000;
  width: fit-content;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  white-space: normal;
  height: 100%;
  background: white;
}

.tab-btn:last-child {
  border-right: none;
}

.tab-btn:hover {
  background-color: #D40000;
  color: white;
  border-color: #D40000;
}

.tab-btn.active {
  background-color: #D40000;
  color: white;
  border-color: #D40000;
}

.tabs-content {
  margin-top: 40px;
}

.tab-content {
  display: none;
  justify-content: center;
}
.tab-content img {
  width: 100%;
  max-width: 405px;
  border: none;
}

.tab-content.active {
  display: flex;
}

.tab-image {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  column-gap: 5px;
}

.tab-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #0078d7;
}

.tab-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .tabs-nav {
    flex-direction: column;
  }
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-dialog {
  position: relative;
  margin: 10% auto;
  width: 100%;
  max-width: 1200px;
}

.custom-modal-content {
  background-color: #fff;
  padding: 100px 40px;
  border-radius: 30px;
  background: #FFF;
  position: relative;
}

.custom-modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
}

.custom-modal-close:hover {
  color: #000;
}

/* Стили для табов */
/* Адаптивность для мобильных устройств */
/* CSS для кастомного селекта */
@keyframes red-block-image {
  0% {
    rotate: 0;
    scale: 1;
  }
  50% {
    rotate: -180deg;
    scale: 0.8;
  }
  100% {
    rotate: 0;
    scale: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* soc-project-block */
/* single */
/*.single-content-image-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    }*/
::root {
  --wp--preset--font-size--medium: 18px !important;
  --3dd-header-height: 54px;
}

.page-content {
  padding-top: var(--3dd-header-height);
}
.page-content > .wp-block-group:not(.container) {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-content h1 {
  margin-top: 40px;
  line-height: 1;
}
.page-content .categories-filter-item a {
  transition: 0.5s ease;
}
.page-content .categories-filter-item a:hover {
  background: #D40000;
  color: white;
  border-color: #D40000;
}

ul {
  padding: 0;
  list-style-position: inside;
}

ol {
  padding: 0;
  list-style-position: inside;
}

.main_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D40000;
  color: white;
  height: 64px;
  min-width: 300px;
  border-radius: 16px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s ease;
}
.main_btn:hover {
  filter: brightness(2);
  text-decoration: none;
  color: white;
}

div.main_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D40000;
  color: white;
  height: 64px;
  min-width: 300px;
  border-radius: 16px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s ease;
}
div.main_btn > a:hover {
  filter: brightness(2);
  text-decoration: none;
  color: white;
}

div.wp-block-button.main_btn {
  overflow: hidden;
}

.tabs-container {
  margin: 0 auto;
}

.tabs-nav {
  display: flex;
  width: 100%;
}

.tab-btn {
  flex: 1;
  min-height: 64px;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #000;
  width: fit-content;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  white-space: normal;
  height: 100%;
  background: white;
  text-transform: uppercase;
}
.tab-btn:last-child {
  border-right: none;
}
.tab-btn:hover {
  background-color: #D40000;
  color: white;
  border-color: #D40000;
}

.tab-btn.active {
  background-color: #D40000;
  color: white;
  border-color: #D40000;
}

.tabs-content {
  margin-top: 40px;
}

.tab-content {
  display: none;
  justify-content: center;
}
.tab-content img {
  width: 100%;
  max-width: 405px;
  border: none;
}
.tab-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #0078d7;
}
.tab-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.tab-content.active {
  display: block;
}

.tab-image {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  column-gap: 5px;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-modal h2 {
  font-size: clamp(2rem, -0.855rem + 4.605vw, 3.75rem);
}
.custom-modal .wpcf7-list-item {
  flex: 0 0 calc(50% - 20px);
}

.custom-modal-dialog {
  position: relative;
  margin: 10% auto;
  width: 100%;
  max-width: 1200px;
}

.custom-modal-content {
  background-color: #fff;
  padding: 100px 40px;
  border-radius: 30px;
  background: #FFF;
  position: relative;
}

.custom-modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  cursor: pointer;
}
.custom-modal-close:hover {
  color: #000;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: normal;
  overflow-x: hidden;
}

body.page-template-page-services {
  background-color: #EFEFEF;
}

.h1 {
  font-family: "Prosto One", sans-serif;
}

.h2 {
  font-family: "Prosto One", sans-serif;
}

.h3 {
  font-family: "Prosto One", sans-serif;
}

.h4 {
  font-family: "Prosto One", sans-serif;
}

.h5 {
  font-family: "Prosto One", sans-serif;
}

.h6 {
  font-family: "Prosto One", sans-serif;
}

h1 {
  font-family: "Prosto One", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 span {
  color: #D40000;
  color: #D40000;
}

h2 {
  font-family: "Prosto One", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h2 span {
  color: #D40000;
}

h3 {
  font-family: "Prosto One", sans-serif;
}

h4 {
  font-family: "Prosto One", sans-serif;
}

h5 {
  font-family: "Prosto One", sans-serif;
}

h6 {
  font-family: "Prosto One", sans-serif;
}

.h2-large {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.h2-large span {
  color: #D40000;
}

.container {
  max-width: 1680px;
}

.custom_select_wrapper {
  position: relative;
  user-select: none;
  margin-left: 10px;
}

.custom_select {
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}

.custom_select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom_select.open .select_trigger:after {
  transform: rotate(180deg);
}
.custom_select.open .options_container {
  max-height: 200px;
  opacity: 1;
}

.select_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 18px;
  color: #000;
}
.select_trigger:after {
  content: "";
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
  transition: all 0.2s ease;
  margin-left: 5px;
}

.options_container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 10;
  background: white;
}

.select_option {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.select_option:hover {
  background-color: #f5f5f5;
}

.select_option.selected {
  background-color: #e6f7ff;
  color: #1890ff;
  font-weight: 500;
}

.hidden_select {
  display: none;
}

.burger {
  width: 36px;
  min-width: 36px;
  height: 24px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.burger span {
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.5s ease;
  position: relative;
}

.burger.active span:nth-child(2) {
  width: 0;
}
.burger.active span:first-child {
  transform: rotate(45deg);
  top: 12px;
}
.burger.active span:last-child {
  transform: rotate(-45deg);
  top: -10px;
}

.header {
  height: 100px;
  backdrop-filter: blur(20px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(31px);
}
.header .main_btn {
  max-width: 286px;
  min-width: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo a img {
  width: 100%;
}

.main_menu {
  justify-content: space-around;
}
.main_menu li a {
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.section_01 {
  padding-top: 236px;
  padding-bottom: 70px;
  background-image: url("../img/1bg.png"), url("../img/legs.svg");
  background-repeat: no-repeat;
  background-position: 0 0, 105% 0;
  background-size: contain;
}
.section_01 h1 {
  font-size: 140px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.section_01 .homepage-description {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  margin-bottom: 64px;
  max-width: 830px;
}
.section_01 .main_btn {
  max-width: 547px;
}

.swiper-button-next {
  width: var(--swiper-navigation-size);
  background: #000000;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 2px #000000;
  right: -28px;
}
.swiper-button-next:after {
  font-size: 16px;
  color: #ffffff;
}

.swiper-button-prev {
  width: var(--swiper-navigation-size);
  background: #000000;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 2px #000000;
  left: -28px;
}
.swiper-button-prev:after {
  font-size: 16px;
  color: #ffffff;
}

.info_box {
  margin-top: 136px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.info_box .quant {
  font-size: 40px;
  font-weight: 400;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.info_box .quant span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.info_box .quant .quant_info {
  color: #000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.info_box .avatars {
  margin-left: 163px;
}
.info_box .avatars img {
  position: relative;
}
.info_box .avatars img:nth-child(2) {
  margin-left: -30px;
}
.info_box .avatars img:last-child {
  margin-left: -30px;
}

.custom_card {
  background-color: rgba(217, 217, 217, 0.5);
  padding-left: 37px;
  padding-top: 52px;
  border-radius: 16px;
  max-width: 463px;
  margin-right: -200px;
  margin-top: -200px;
  margin-left: auto;
  position: relative;
}
.custom_card .custom_card_title {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
.custom_card .custom_card_title span {
  color: #D40000;
}
.custom_card .custom_card_text {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding-left: 35px;
  padding-right: 49px;
  padding-bottom: 52px;
}
.custom_card img {
  position: absolute;
  left: -42px;
  bottom: 57px;
}
.custom_card a img {
  transition: all 0.5s ease;
  display: block;
}
.custom_card a:hover img {
  transform: rotate(360deg);
}

.section_02 {
  padding: 100px 0;
  max-width: 98%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background: #EFEFEF;
}
.section_02 h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.section_02 h2 span {
  color: #D40000;
}
.section_02 p {
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.section_02 .picture_section_02 img {
  width: 100%;
}
.section_02 .technologies {
  margin-top: 40px;
}
.section_02 .swiper-slide {
  height: auto;
}

.technologies-image-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.card {
  border: none;
  height: 100%;
  padding: 20px;
  border-radius: 16px;
  background: #FFF;
  width: 100%;
}
.card h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #000000;
  transition: color 0.25s;
}
.card h3 a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.card p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.service-card {
  position: relative;
  border: 2px solid #000000;
  transition: border-color 0.25s;
}
.service-card:hover {
  border-color: #d40000;
}
.service-card:hover h3 {
  color: #D40000;
}
.service-card:hover .services_image {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.services-slider .main_btn {
  width: 100%;
  max-width: 400px;
}

.flex-justify-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.some_nav {
  gap: 4vw;
  justify-content: space-between;
}
.some_nav .point {
  display: flex;
  flex-direction: column;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.some_nav .point span {
  font-family: "Inter", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.some_place {
  height: 405px;
  border-radius: 16px;
  background: #C4C4C4;
}
.some_place img {
  width: 100%;
  height: 100%;
}

.section_03 {
  margin-top: 70px;
  margin-bottom: 124px;
}

.section_04 {
  padding: 100px 0;
  background: #D40000;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
.section_04 h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.section_04 h2 span {
  color: white;
}
.section_04 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: white;
  margin-bottom: 80px;
}
.section_04 .main_btn {
  border: 1px solid #fff;
}
.section_04 .main_btn > a {
  border: 1px solid #fff;
}
.section_04 .col-lg-4 img {
  width: 100%;
}

.section-red {
  color: #ffffff;
}
.section-red img {
  animation-name: red-block-image;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.section_06 {
  background: #EFEFEF;
  padding: 100px 0;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
.section_06 h2 {
  margin-bottom: 40px;
}
.section_06 .main_btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  max-width: 400px;
  width: 100%;
}

.news_box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 405px;
  width: 100%;
}
.news_box .news_box-image {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
  color: black;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.news_box .news_box-image img {
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 16px;
  min-height: 194px;
  max-height: 200px;
  object-fit: cover;
}
.news_box:hover .news_box-image img {
  filter: brightness(1.2);
}
.news_box a {
  color: inherit;
}
.news_box a:hover {
  text-decoration: none;
}
.news_box a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news_box h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}
.news_box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.news_box_category {
  position: relative;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding-right: 50px;
}

.news_box_date {
  position: absolute;
  right: 44px;
  top: -36px;
  width: 40px;
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.news_box_date span {
  font-size: 16px;
}

.pre_footer {
  margin-top: 100px;
  margin-bottom: 100px;
}
.pre_footer h2 {
  margin-bottom: 24px;
}
.pre_footer p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.contacts {
  display: flex;
  flex-direction: column;
}
.contacts a {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}

.social_list {
  margin-top: 91px;
  gap: 5px;
}
.social_list a {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background: #D9D9D9;
  font-size: 25px;
  color: #000;
}
.social_list a:hover {
  text-decoration: none;
}

.site_form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.site_form input[type=checkbox] {
  margin-bottom: 0;
  width: 16px;
  height: 16px;
}
.site_form label {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
}
.site_form input {
  height: 64px;
  border-radius: 16px;
  border: 1px solid #000;
  padding-left: 40px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  outline: 0;
  margin-bottom: 8px;
  width: 100%;
}
.site_form input[type=submit] {
  padding: 0;
  margin-bottom: 0;
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border: none;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
}
.wpcf7 form.contact-form .wpcf7-response-output {
  margin-top: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-spinner {
  margin-top: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 0.85rem;
  margin-top: -4px;
}

.footer_footer {
  background: #000;
  padding: 68px 0;
}
.footer_footer .footer_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 314px;
  width: 100%;
  margin-bottom: 40px;
}
.footer_footer p {
  font-size: 16px;
  color: white;
  font-family: "Inter";
}
.footer_footer .footer_list {
  list-style: none;
  padding-left: 0;
}
.footer_footer .footer_list a {
  color: white;
  display: block;
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.footer_footer h3 {
  color: #D40000;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_footer .col-lg-4 .col-lg-4 .footer_list {
  padding-top: 46px;
}
.footer_footer .politic_menu {
  margin-top: 51px;
}
.footer_footer .politic_menu a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  margin-right: 40px;
}
.footer_footer .copyright {
  margin-top: 51px;
  margin-left: auto;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.breadcrumbs {
  padding-top: 140px;
  margin-bottom: 40px;
}
.breadcrumbs ul {
  column-gap: 10px;
}
.breadcrumbs li {
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs li:last-child {
  color: black;
}
.breadcrumbs li a {
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs li a:hover {
  color: black;
}

.pagination {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  column-gap: 20px;
  margin-bottom: 100px;
}
.pagination li a {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #000;
  transition: all 0.5s ease;
  color: black;
}
.pagination li a:hover {
  background: #D40000;
  color: white;
  text-decoration: none;
  border-color: white;
}

.other_section_01 {
  padding-top: 40px;
}
.other_section_01 h1 {
  color: #000;
  font-size: clamp(3.75rem, 1.948rem + 2.907vi, 5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
.other_section_01 h1 span {
  color: #D40000;
}
.other_section_01 .news_box p {
  margin-bottom: 72px;
}
.other_section_01 .tab-content.active {
  flex-wrap: wrap;
}
.other_section_01 .tabs-content {
  margin-bottom: 120px;
}
.other_section_01 p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.other_section_01 .contacts {
  margin-top: 40px;
}
.other_section_01 .map_box img {
  width: 100%;
  max-width: 710px;
}
.other_section_01 h2:not(.h2-large) {
  font-size: 50px;
  margin-bottom: 40px;
}
.other_section_01 .info_box {
  column-gap: 50px;
}
.other_section_01 .info_box .quant {
  font-size: 80px;
}

.service {
  background: #EFEFEF;
}

.service.breadcrumbs {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.other_01 {
  margin-top: 100px;
  border-radius: 30px;
  background: #EFEFEF;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
.other_01 h2 {
  margin-bottom: 40px;
}
.other_01 .card {
  min-height: 218px;
  height: auto;
  margin-bottom: 20px;
}
.other_01 .info_box .quant {
  font-size: 80px;
}

.other_02 {
  padding-bottom: 73px;
  padding-top: 50px;
}
.other_02 h2 {
  margin-bottom: 40px;
}
.other_02 p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.other_02 p:nth-child(2) {
  margin-bottom: 80px;
}
.other_02 img {
  width: 100%;
}

.other_03 {
  margin-top: 100px;
  border-radius: 30px;
  background: #EFEFEF;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
.other_03 h2 {
  margin-bottom: 40px;
}

.team_box {
  max-height: 687px;
  min-height: 687px;
  background: white;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 405px;
  width: 100%;
}
.team_box img {
  width: 100%;
  max-width: 405px;
  border-radius: 16px;
}
.team_box h3 {
  padding: 0 20px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.team_box p {
  color: #000;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 20px;
}

.shool_form {
  padding: 40px;
  background: #D40000;
  border-radius: 16px;
  max-width: 616px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 590px;
}
.shool_form p {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shool_form input {
  height: 64px;
  border-radius: 16px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 40px;
  outline: 0;
  width: 100%;
  background: transparent;
  margin-bottom: 8px;
}
.shool_form input::placeholder {
  color: white;
}
.shool_form input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.shool_form label {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 24px 0;
}
.shool_form input[type=submit] {
  padding: 0;
  margin-bottom: 0;
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border: none;
  background: white;
  color: black;
}

.school_form_box {
  position: relative;
}

.other_section_01.school {
  padding-top: 140px;
}
.other_section_01.school p {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 80%;
}

.test {
  max-width: 472px;
  width: 100%;
  height: 472px;
  border-radius: 472px;
  border: 1px solid #9E9C9C;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(30px);
  position: absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
}
.test img {
  animation: spin 17s linear infinite;
}

.other_02.school p {
  margin-bottom: 0;
}

.other_school {
  padding: 100px 0;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background: #D40000;
}
.other_school .card {
  margin-bottom: 20px;
  color: white;
  background: transparent;
  border: 1px solid #fff;
}
.other_school .card p {
  color: white;
}
.other_school h2 {
  color: white;
  margin-bottom: 40px;
}
.other_school h2 span {
  color: black;
}

.tarifs {
  padding: 120px 0 0;
}
.tarifs h2 {
  margin-bottom: 40px;
}
.tarifs .card {
  border-radius: 16px;
  border: 2px solid #000;
  background: #EFEFEF;
  text-align: center;
  height: auto;
  margin-bottom: 40px;
}
.tarifs .card .bold {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.tarifs .card .bold:last-child {
  margin-bottom: 0;
}
.tarifs .card p {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}
.tarifs .note {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.cooperation p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.cooperation form {
  min-height: unset;
}

.coop_section {
  padding: 100px 0;
}
.coop_section h2 {
  margin-bottom: 40px;
}
.coop_section .coop_card {
  max-width: 405px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.coop_section .coop_card img {
  margin-bottom: 24px;
  max-width: 405px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}
.coop_section .coop_card h3 {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 0 20px;
}
.coop_section .coop_card p {
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 20px;
}

.article_section h1 {
  font-family: "Prosto One";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.article_section .content img {
  float: none;
  object-fit: contain;
}

.share {
  display: flex;
  align-items: center;
  margin-top: 40px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.share .social_list {
  column-gap: 20px;
  margin: 0;
  margin-left: 20px;
}

.post-navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.soc-project-block {
  margin: 60px 0;
}
.soc-project-block p {
  font-size: 16px;
  font-family: "Inter", serif;
}
.soc-project-block ul {
  font-size: 16px;
  font-family: "Inter", serif;
}
.soc-project-block ol {
  font-size: 16px;
  font-family: "Inter", serif;
}
.soc-project-block h3 {
  margin-top: 40px;
}
.soc-project-block .wp-block-image {
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 105%;
}
.soc-project-block .wp-block-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.soc-project-block.soc-project-block-image-left {
  flex-direction: column-reverse;
}
.soc-project-block.soc-project-block-image-left .wp-block-column:nth-of-type(1) {
  padding-bottom: 100%;
}

.wp-block-heading mark {
  padding-left: 0;
  padding-right: 0;
}

.form-row-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 20px;
}

.form-row {
  width: 100%;
}
.form-row textarea {
  border-radius: 16px;
  border: 1px solid #000;
  padding-left: 40px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  outline: 0;
  margin-bottom: 8px;
  width: 100%;
  resize: vertical;
  padding-top: 40px;
}
.form-row select {
  border-radius: 16px;
  border: 1px solid #000;
  padding-left: 40px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  outline: 0;
  margin-bottom: 8px;
  width: 100%;
  resize: vertical;
  height: 64px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/></svg>") no-repeat right 12px center;
  padding: 10px 40px 10px 12px;
  cursor: pointer;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  gap: 16px;
  font-size: 16px;
}

.categories-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 24px;
}

.categories-filter-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 70px;
  white-space: nowrap;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 100px;
}
.categories-filter-item a:hover {
  text-decoration: none;
}

.rank-math-breadcrumb {
  margin-top: 30px;
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.184rem + 1.316vw, 1.5rem);
}
.rank-math-breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
}

.custom-pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.custom-pagination a {
  display: inline-flex;
  width: 2.6667em;
  height: 2.6667em;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 0.842rem + 0.658vw, 1.5rem);
  border-radius: 50%;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  border: 1px solid #000000;
  transition: background-color 0.25s;
}
.custom-pagination a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
.custom-pagination span {
  display: inline-flex;
  width: 2.6667em;
  height: 2.6667em;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 0.842rem + 0.658vw, 1.5rem);
  border-radius: 50%;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  border: 1px solid #000000;
  transition: background-color 0.25s;
  background-color: #D40000;
  color: #ffffff;
  border-color: #D40000;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.single-content-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 120px;
}
.single-content-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 20px;
}

.how_to_section {
  margin-top: 100px;
}
.how_to_section .col-lg-4:nth-child(2) .how_to_box::after {
  right: -85px;
  bottom: 112px;
}
.how_to_section .col-lg-4:nth-child(3) .how_to_box::after {
  right: -85px;
  top: 112px;
}
.how_to_section .col-lg-4:nth-child(4) .how_to_box::after {
  bottom: -90px;
  transform: rotate(90deg);
  right: 92px;
}
.how_to_section .col-lg-4:nth-child(5) .how_to_box::after {
  transform: scaleX(-1);
  right: -85px;
  top: 112px;
}
.how_to_section .col-lg-4:nth-child(6) .how_to_box::after {
  transform: scaleX(-1);
  right: -85px;
  bottom: 112px;
}
.how_to_section .col-lg-4:nth-child(7) .how_to_box::after {
  display: none;
}

.how_to_box {
  border-radius: 30px;
  border: 1px solid #000;
  max-width: 547px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.how_to_box:after {
  content: "";
  position: absolute;
  background: url("../img/arrow.png") center center no-repeat;
  width: 144px;
  height: 36px;
}
.how_to_box img {
  width: fit-content;
  max-height: 191px;
}
.how_to_box h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 24px;
  white-space: nowrap;
}
.how_to_box p {
  font-size: 16px;
}

.services_category__category {
  padding-left: 0;
  padding-right: 0;
}
.services_category__category a {
  transition: all 0.5s ease;
}
.services_category__category a:hover {
  background: #D40000;
  color: white;
  border-color: #D40000;
}
.services_category__category a.active {
  background: #D40000;
  color: white;
  border-color: #D40000;
}
.services_category__category .categories-filter {
  gap: unset;
  justify-content: space-between;
}
.services_category__category .categories-filter-item {
  flex: 0 0 calc(33% - 10px);
}

.checkboxes-row {
  width: 100%;
}
.checkboxes-row .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  justify-content: center;
  row-gap: 8px;
  flex-wrap: wrap;
}

img[src="https://med3druk.com/wp-content/uploads/2025/08/24.png"] {
  object-fit: contain;
}

.services_image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  object-fit: cover !important;
  border-radius: 16px;
}

.bid_modal input[type=checkbox] {
  margin-right: 16px;
  width: 18px;
  height: 18px;
}
.bid_modal label {
  font-weight: 600;
  font-size: 16px;
}
.bid_modal label span {
  font-weight: 300;
  font-style: italic;
  margin-left: 20px;
}
.bid_modal select {
  height: 64px;
  border-radius: 16px;
  border: 1px solid #000;
  padding-left: 40px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  outline: 0;
  margin-bottom: 8px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/select-arrow.svg") no-repeat right 48px center/12px auto;
  padding-right: 30px;
}
.bid_modal .sub_text {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.bid_modal input[type=file] {
  display: none;
}
.bid_modal .fiels_control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bid_modal .fiels_control label {
  flex: 0 0 calc(33.33% - 10px);
  width: 100%;
  padding: 0 40px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  color: white;
  background: #000;
  border-radius: 16px;
  height: 64px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.bid_modal .fiels_control label:hover {
  background: #D40000;
}
.bid_modal .fiels_control label i {
  margin-left: auto;
  color: white;
  font-style: normal;
}
.bid_modal .input_controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bid_modal .input_controls input {
  flex: 0 0 calc(33.33% - 10px);
}
.bid_modal .d-flex.align-items-center {
  margin-bottom: 20px;
}
.bid_modal .d-flex.align-items-center label {
  margin-bottom: 0;
}

.thanks_modal .custom-modal-body img {
  margin-right: 40px;
  max-width: 319px;
  width: 100%;
}

@media (min-width: 992px) {
  ::root {
    --wp--preset--font-size--medium: clamp(1.25rem, 0.89rem + 0.581vi, 1.5rem) !important;
    --3dd-header-height: 100px;
  }
  .page-content > .wp-block-group:not(.container) {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .main_btn {
    min-width: 300px;
  }
  div.main_btn > a {
    min-width: 300px;
  }
  h1 {
    font-size: clamp(3.75rem, 1.948rem + 2.907vi, 5rem);
  }
  h2 {
    font-size: clamp(3.75rem, 1.948rem + 2.907vi, 5rem);
  }
  .h2-large {
    font-size: clamp(3.75rem, 1.948rem + 2.907vi, 5rem);
  }
  .section_02 .technologies {
    margin-top: 100px;
  }
  .card {
    padding: 40px 20px 20px;
  }
  .card h3 {
    font-size: clamp(1.25rem, 0.89rem + 0.581vi, 1.5rem);
  }
  .section_04 .main_btn {
    max-width: 400px;
  }
  .section_04 .main_btn > a {
    max-width: 400px;
  }
  .share {
    margin-top: 87px;
  }
  .soc-project-block {
    margin: 100px 0;
  }
  .soc-project-block .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .soc-project-block .h2-large {
    margin-bottom: 40px;
  }
  .soc-project-block h3 {
    margin-top: 84px;
  }
  .soc-project-block.soc-project-block-image-left {
    flex-direction: row;
  }
  .soc-project-block.soc-project-block-image-left .wp-block-column:nth-of-type(1) {
    padding-bottom: 0;
  }
  .form-row-title {
    margin-top: 40px;
  }
  .single-content-row {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .single-content-image {
    width: 44%;
  }
  .single-content-main {
    width: calc(56% - 40px);
    flex: 1;
  }
}
@media (max-width: 768px) {
  .tabs-nav {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1760px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1400px) {
  .some_nav .point {
    font-size: 80px;
  }
  .some_nav .point span {
    font-size: 24px;
  }
}
@media (min-width: 782px) {
  .soc-project-block .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 991px) {
  .how_to_box h3 {
    white-space: unset;
  }
}