*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  border: none;
  background: 0 0;
  font-family: "Tilda Sans VF", sans-serif;
}

body {
  background: #f3f3f3;
  font-family: "Tilda Sans VF", sans-serif;
  color: rgb(20, 40, 80);
  font-size: 18px;
}

input {
  border: none;
  background: none;
  font-family: "Tilda Sans VF", sans-serif;
}

.wrapper {
  max-width: 1598px;
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 12;
}
header .wrapper {
  background: #Fff;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}

.logo {
  width: 260px;
  height: 56px;
  background: url(../img/svg/logo.svg) center no-repeat;
  background-size: contain;
}

.header_nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 66px;
}
.header_nav ul a {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.38rem;
  text-decoration: none;
}

.header_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header_contacts a {
  color: rgb(255, 68, 56);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.81rem;
}

.section_title {
  color: rgb(20, 40, 80);
  font-size: 5.03rem;
  font-weight: 400;
  line-height: 6.06rem;
  text-transform: uppercase;
  padding-left: 18px;
}

.section_subtitle {
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
  padding-left: 18px;
}
.section_subtitle span {
  color: #FF4438;
  font-weight: 700;
}

.id_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
  margin-top: 84px;
}

.id_item {
  width: calc(33.3333333333% - 37.3333333333px);
  height: 737px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.main_btn {
  width: 257px;
  height: 60px;
  border: none;
  background: #FF4438;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 111%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main_btn.white {
  background: #fff;
  color: #142850;
}

.id_item_top {
  width: 100%;
}

.id_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.id_time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}
.id_time span:first-child {
  color: rgb(188, 188, 188);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
}
.id_time span:last-child {
  color: rgb(255, 68, 56);
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 111%;
}

.id_title {
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
  text-transform: uppercase;
  max-width: 310px;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 15px;
}
.id_title::after {
  content: "";
  width: 365px;
  height: 2px;
  background: #BCBCBC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.id_title span {
  color: #FF4438;
}

.id_txt {
  color: rgb(20, 40, 80);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.63rem;
  max-width: 384px;
}

.id_section {
  margin-bottom: 90px;
}

.work_section {
  margin-bottom: 130px;
}

.work_grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1.2fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 40px;
  margin-top: 94px;
}

.work_item:nth-child(1) {
  grid-area: 1/1/2/3;
  background: url(../img/bg1.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  background-size: cover;
}

.work_item:nth-child(2) {
  grid-area: 1/3/2/4;
  background: url(../img/bg2.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  background-size: cover;
}

.work_item:nth-child(3) {
  grid-area: 2/1/3/2;
  background: url(../img/bg3.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  background-size: cover;
}

.work_item:nth-child(4) {
  grid-area: 2/2/3/4;
  background: url(../img/bg4.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  background-size: cover;
}

.work_item {
  background: rgb(20, 40, 80);
  height: 314px;
  overflow: hidden;
  position: relative;
}
.work_item:nth-child(1) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 55px;
  padding-right: 77px;
}
.work_item:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 41px;
  padding-right: 57px;
}
.work_item:nth-child(3) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 41px;
  padding-right: 85px;
}
.work_item:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 33px;
}

.work_number {
  position: absolute;
  left: 49px;
  bottom: -170px;
  color: rgb(255, 68, 56);
  font-size: 18.75rem;
  font-weight: 700;
  line-height: 22.5rem;
  text-transform: uppercase;
}

.work_txt {
  color: rgb(248, 248, 248);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.63rem;
}

.services_grid {
  margin-top: 103px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.services_item {
  width: calc(33.3333333333% - 26.6666666667px);
  height: 743px;
  background: #fff;
  padding: 43px 36px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}
.services_item:hover {
  background: url(../img/hover.jpg) center no-repeat;
  background-size: cover;
}
.services_item:hover .service_time, .services_item:hover .service_item_title, .services_item:hover .service_txt {
  color: #fff;
}
.services_item:hover .service_item_title::after {
  background: #fff;
}
.services_item:hover .main_btn {
  background: #fff;
  color: #FF4438;
}
.services_item:hover .change {
  fill: #fff;
}

.service_item_top {
  width: 100%;
}

.service_time {
  color: rgb(188, 188, 188);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
  text-align: end;
  margin-bottom: 40px;
}

.service_img {
  width: 105px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  margin-bottom: 95px;
}

.service_item_title {
  color: rgb(20, 40, 80);
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 111%;
  padding-bottom: 54px;
  position: relative;
  text-transform: uppercase;
  max-width: 310px;
  margin-bottom: 15px;
  height: 120px;
}
.service_item_title::after {
  content: "";
  height: 2px;
  width: 365px;
  background: #BCBCBC;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service_txt {
  color: rgb(20, 40, 80);
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.63rem;
  max-width: 384px;
}

.services_section {
  margin-bottom: 177px;
}

.driver_map_flex_container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 52px;
  margin-bottom: 130px;
}

.driver_map_flex_item {
  width: calc(50% - 26px);
}

.red_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: rgb(255, 68, 56);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
}
.red_text span {
  font-weight: 700;
}

.big_blue_text {
  color: rgb(20, 40, 80);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
  text-transform: uppercase;
}

.dark_txt {
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  margin-bottom: 53px;
}

.driver_map_flex_item ul {
  margin-left: 20px;
  color: rgb(20, 40, 80);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
}

.driver_map_section {
  margin-bottom: 210px;
}

.geography_section {
  overflow: hidden;
  padding-bottom: 200px;
}

.geography_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 85px;
}

.geography_tabs {
  width: 471px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 79px;
  row-gap: 47px;
  flex-wrap: wrap;
}

.geography_tab {
  color: rgb(20, 40, 80);
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.geography_tab.active {
  color: #FF4438;
  border-color: #FF4438;
}

.geography_content_items {
  width: 740px;
  min-height: 563px;
  padding: 79px 55px;
  background: #fff;
  position: relative;
}
.geography_content_items::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
}

.geography_content_item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.geography_content_item_top {
    min-height: 313px;
    width: 100%;
}

.geography_title {
  color: rgb(20, 40, 80);
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: uppercase;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 30px;
}
.geography_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 365px;
  background: #BCBCBC;
}

.geography_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
}

.geography_contact {
  color: rgb(20, 40, 80);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
  max-width: 362px;
}

.faq_header {
  padding: 43px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #BCBCBC;
  color: rgb(20, 40, 80);
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 111%;
  text-transform: uppercase;
}
.faq_header.ui-accordion-header-active {
  color: #FF4438;
}
.faq_header.ui-accordion-header-active .minus {
  opacity: 0;
}

.faq_content {
  padding: 30px 0;
}
.faq_content p {
  color: rgb(20, 40, 80);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
  text-transform: uppercase;
}
.faq_content ul {
  margin-left: 20px;
  color: rgb(20, 40, 80);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
}

.minus {
  opacity: 1;
}

.faq_section {
  margin-bottom: 200px;
}

.news_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 100px;
}

.news_item {
  width: calc(33.3333333333% - 26.6666666667px);
  height: 811px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.news_img_container {
  width: 100%;
  height: 283px;
  display: flex;
  flex-shrink: 0;
}
.news_img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_content {
  width: 100%;
  height: 100%;
  padding: 44px 25px 44px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.news_date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  margin-bottom: 20px;
}
.news_date span:first-child {
  color: rgb(188, 188, 188);
  font-size: 22px;
  font-weight: 400;
  line-height: 111%;
}
.news_date span:last-child {
  color: rgb(255, 68, 56);
  font-size: 22px;
  font-weight: 600;
  line-height: 111%;
}

.news_content_top {
  width: 100%;
}

.news_title {
  color: rgb(20, 40, 80);
  font-size: 30px;
  font-weight: 600;
  line-height: 111%;
  text-transform: uppercase;
  padding-bottom: 33px;
  position: relative;
  margin-bottom: 20px;
}
.news_title a {
  text-decoration: none;
  color: inherit;
}
.news_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 365px;
  height: 2px;
  background: #BCBCBC;
}

.news_txt {
  color: rgb(20, 40, 80);
  font-size: 22px;
  font-weight: 400;
  line-height: 111%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 97px;
}

.flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 68px;
}

.news_section {
  margin-bottom: 192px;
}

.callback_container {
  width: 100%;
  padding: 113px 50px;
  background: url(../img/form1.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.callback_title {
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: 700;
  line-height: 111%;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.callback_subtitle {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  line-height: 111%;
  margin-bottom: 95px;
}

.form_img {
  position: absolute;
  right: 175px;
  bottom: 0;
  height: 90%;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background: url(../img/svg/footer_bg.svg) center no-repeat, linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  padding-top: 108px;
  padding-bottom: 59px;
}

.callback_section {
  margin-bottom: 94px;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 73px;
}

.footer_logo {
  width: 423px;
  height: 91px;
  background: url(../img/svg/footer_logo.svg) center no-repeat;
  background-size: contain;
}

.footer_top_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 52px;
}

.footer_time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.footer_time span:first-child {
  color: rgb(20, 40, 80);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.footer_time span:last-child {
  color: rgb(255, 68, 56);
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.footer_contacts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer_contacts a {
  color: rgb(255, 68, 56);
  font-size: 31.38px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
}

.footer_mid {
  padding-top: 35px;
  border-top: 1px solid #BCBCBC;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 82px;
}

.footer_mid_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 29px;
}

.footer_menu_title {
  color: rgb(20, 40, 80);
  font-size: 25px;
  font-weight: 600;
  line-height: 111%;
  text-decoration: none;
}

.footer_mid_submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.footer_mid_submenu a {
  color: rgb(20, 40, 80);
  font-size: 18px;
  font-weight: 400;
  line-height: 111%;
  text-decoration: none;
}

.footer_bottom {
  padding-top: 30px;
  border-top: 2px solid #BCBCBC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bottom_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 111px;
  color: rgb(20, 40, 80);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
}
.footer_bottom_left a {
  text-decoration: none;
  color: inherit;
}

.multzavod {
  display: flex;
}

.main_section {
  margin-bottom: 101px;
}
.main_section .wrapper {
  overflow: hidden;
  padding-top: 53px;
  position: relative;
}

.big_title {
  color: rgb(20, 40, 80);
  font-size: 5.03rem;
  font-weight: 400;
  line-height: 6.06rem;
  margin-bottom: 41px;
}

.lite_text {
  color: #142850;
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
  margin-bottom: 39px;
}
.lite_text span {
  color: #FF4438;
}

.main_section_txt_container {
  margin-left: 26px;
}

.main_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  margin-top: 65px;
}

.main_item_left {
  background: url(../img/main_item1.jpg) center no-repeat;
  background-size: cover;
  height: 314px;
  width: 976px;
  padding: 50px;
  color: #fff;
}
.main_item_left td {
  padding-bottom: 16px;
}
.main_item_left td:first-child {
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
  padding-right: 19px;
}
.main_item_left td:nth-child(2) {
  color: rgb(170, 198, 255);
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 111%;
  padding-right: 12px;
}
.main_item_left td:nth-child(3) {
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 111%;
  text-decoration-line: underline;
  cursor: pointer;
}

.main_item_right {
  background: url(../img/main_item2.jpg) center no-repeat;
  background-size: cover;
  height: 314px;
  width: 573px;
  padding: 48px 40px;
}

.main_item_title {
  color: rgb(255, 255, 255);
  font-size: 1.71rem;
  font-weight: 700;
  line-height: 111%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.main_item_right_title {
  color: rgb(255, 255, 255);
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 111%;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.main_item_right_txt {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 111%;
  margin-bottom: 26px;
}

.main_img {
  position: absolute;
  top: -84px;
  right: -360px;
  z-index: -1;
}

.oveflow_wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
}
.oveflow_wrapper .map_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.mobile_select {
  display: none;
}

.mobile_footer {
  display: none;
}

.mobile_footer_time {
  display: none;
}

.hiddenmenu {
  display: none;
}

@media screen and (max-width: 528px) {
    .contmail {display: none;}
}
@media screen and (max-width: 1598px) {
  .wrapper {
    width: 1290px;
    margin: 0 auto;
  }
  .header_nav ul {
    gap: 20px;
  }
  .main_img {
    width: 75%;
  }
  .form_img {
    height: 80%;
  }
  .service_txt {
    font-size: 1.28rem;
  }
  .news_title::after, .service_item_title::after, .id_title::after {
    width: 90%;
  }
}
@media screen and (max-width: 1290px) {
    
.geography_content_items {
  min-height: 263px;
}
.geography_content_item_top {
    min-height: 113px;
}
    
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile_footer {
    display: block;
  }
  .mobile_select {
    display: block;
  }
  .mobile_footer_time {
    display: block;
  }
  header .wrapper {
    padding: 20px;
  }
  .logo {
    width: 121px;
    height: 26px;
    flex-shrink: 0;
  }
  .header_contacts a {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
  header {
    background: #fff;
  }
  header .header_nav {
    display: none;
  }
  .header_nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .main_img {
    position: relative;
    left: 50%;
    margin-top: -181px;
    transform: translateX(-50%);
    width: 445px;
    right: auto;
    top: 0;
    max-width: none;
    margin-bottom: 12px;
  }
  .main_section_txt_container {
    margin-left: 0;
  }
  .big_title {
    font-size: 1.88rem;
    font-weight: 400;
    line-height: 2.25rem;
    margin-bottom: 19px;
  }
  .lite_text {
    font-size: 1.38rem;
    font-weight: 400;
    line-height: 111%;
  }
  .lite_text br {
    display: none;
  }
  .main_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }
  .main_item_left {
    height: auto;
    padding: 38px 19px;
  }
  .main_item_left table {
    display: block;
  }
  .main_item_left table tbody {
    display: block;
  }
  .main_item_left table tbody tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .main_item_left table tbody tr + tr {
    margin-top: 17px;
  }
  .main_item_left table tbody tr td:first-child {
    width: 100%;
  }
  .main_item_left td {
    padding-bottom: 0;
  }
  .main_item_title {
    font-size: 1.38rem;
    font-weight: 700;
    line-height: 111%;
  }
  .main_item_left table tbody tr td:first-child {
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 111%;
  }
  .main_item_left td:nth-child(2) {
    font-size: 1.13rem;
    font-weight: 800;
    line-height: 111%;
  }
  .main_item_left td:nth-child(3) {
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 111%;
  }
  .main_item_right {
    height: auto;
    padding: 38px 19px;
  }
  .main_item_right_title {
    font-size: 1.38rem;
    font-weight: 700;
    line-height: 111%;
    margin-bottom: 17px;
  }
  .main_item_right_txt {
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 111%;
  }
  .section_title {
    font-size: 1.88rem;
    font-weight: 500;
    line-height: 2.25rem;
    padding-left: 0;
  }
  .section_subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 111%;
    padding-left: 0;
    margin-top: 9px;
  }
  .id_grid {
    flex-direction: column;
    gap: 66px;
    margin-top: 32px;
  }
  .main_section {
    margin-bottom: 62px;
  }
  .id_item {
    width: 100%;
    height: 540px;
  }
  .id_time span:first-child, .id_time span:last-child {
    font-size: 1rem;
    font-weight: 400;
    line-height: 111%;
  }
  .id_img {
    margin-bottom: 15px;
  }
  .id_time {
    margin-bottom: 17px;
  }
  .id_title {
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 111%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    max-width: 170px;
  }
  .id_title::after {
    width: 263px;
  }
  .id_txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.19rem;
    max-width: 276px;
  }
  .id_section {
    margin-bottom: 62px;
  }
  .work_grid {
    margin-top: 32px;
  }
  .work_grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  .work_txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.19rem;
  }
  .work_number {
    font-size: 8.46rem;
    font-weight: 700;
    line-height: 10.13rem;
    left: 17px;
    bottom: -70px;
  }
  .work_item {
    width: 100%;
  }
  .work_item:nth-child(1) {
    padding-right: 5px;
    padding-bottom: 34px;
    height: 222px;
  }
  .work_item:nth-child(1) .work_txt {
    max-width: 172px;
  }
  .work_item:nth-child(1) .work_txt br {
    display: none;
  }
  .work_item:nth-child(2) {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
    padding-right: 5px;
    padding-bottom: 13px;
    height: 137px;
  }
  .work_item:nth-child(2) .work_txt {
    max-width: 181px;
  }
  .work_item:nth-child(2) .work_txt br {
    display: none;
  }
  .work_item:nth-child(3) {
    height: 150px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    padding-top: 17px;
    padding-left: 27px;
  }
  .work_item:nth-child(3) .work_txt br {
    display: none;
  }
  .work_item:nth-child(4) {
    height: 275px;
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 68px;
    padding-right: 5px;
  }
  .work_item:nth-child(4) .work_txt {
    max-width: 193px;
  }
  .work_item:nth-child(4) .work_txt br {
    display: none;
  }
  .work_section {
    margin-bottom: 74px;
  }
  .services_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 33px;
  }
  .services_item {
    width: 100%;
    padding: 33px;
    height: 523px;
  }
  .service_time {
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 111%;
    margin-bottom: 33px;
  }
  .service_img {
    width: 73px;
    height: 63px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 36px;
  }
  .service_item_title {
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 111%;
    padding-bottom: 28px;
    height: auto;
    max-width: 200px;
  }
  .service_item_title::after {
    width: 217px;
  }
  .service_txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.19rem;
    max-width: 270px;
  }
  .services_section {
    margin-bottom: 97px;
  }
  .driver_map_flex_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 11px;
  }
  .driver_map_flex_item {
    width: 100%;
  }
  .red_text {
    font-size: 1.13rem;
    line-height: 1.38rem;
  }
  .big_blue_text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.19rem;
  }
  .dark_txt {
    font-size: 1rem;
    line-height: 1.19rem;
    margin: 0;
  }
  .driver_map_flex_item ul {
    font-size: 1rem;
    line-height: 1.19rem;
  }
  .driver_map_section {
    margin-bottom: 70px;
  }
  .geography_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
  }
  .geography_tabs {
    display: none;
  }
  .geography_content_items {
    padding: 42px 0 33px 32px;
    height: 279px;
  }
  .geography_title {
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 1.38rem;
    padding-bottom: 12px;
    margin-bottom: 13px;
  }
  .geography_title::after {
    width: 277px;
  }
  .geography_contact {
    font-size: 1rem;
    line-height: 1.19rem;
  }
  .geography_contacts {
    gap: 17px;
  }
  .geography_section {
    padding-bottom: 118px;
  }
  .oveflow_wrapper {
    margin-bottom: 13px;
  }
  .faq_header {
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 111%;
    padding: 24px 0;
  }
  .faq_header svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  .faq_content ul {
    font-size: 1rem;
    font-weight: 400;
    line-height: 111%;
  }
  .faq_content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 111%;
  }
  .faq_section {
    margin-bottom: 99px;
  }
  .news_grid {
    margin-top: 35px;
    overflow: auto;
    gap: 20px;
  }
  .news_item {
    flex-shrink: 0;
    width: 297px;
    height: 477px;
  }
  .news_img_container {
    height: 164px;
  }
  .news_content {
    padding: 17px 17px 32px 21px;
  }
  .news_date {
    gap: 13px;
  }
  .news_date span:first-child {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 111%;
  }
  .news_date span:last-child {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 111%;
  }
  .news_title {
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 111%;
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
  .news_title::after {
    width: 256px;
  }
  .news_txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 111%;
    -webkit-line-clamp: 2;
    height: 38px;
  }
  .flex_end {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .callback_section {
    background: url(../img/mobile_callback.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .callback_section .callback_container {
    background: none;
    padding: 0;
    padding-top: 44px;
    padding-bottom: 48px;
  }
  .form_img {
    position: relative;
    margin-top: -58px;
    transform: none;
    right: -43px;
  }
  .callback_title {
    font-size: 1.88rem;
    font-weight: 700;
    line-height: 111%;
    margin-bottom: 19px;
  }
  .callback_subtitle {
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 111%;
    margin-bottom: 67px;
  }
  .callback_subtitle br {
    display: none;
  }
  .footer_top_flex {
    display: none;
  }
  .footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 27px;
    padding-bottom: 37px;
  }
  .footer_logo {
    width: 163px;
    height: 38px;
  }
  footer {
    padding-top: 33px;
    padding-bottom: 30px;
  }
  .footer_contacts a {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.19rem;
  }
  .footer_time span:first-child {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.19rem;
  }
  .footer_time span:last-child {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.19rem;
  }
  .footer_time {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  .footer_mid {
    gap: 5%;
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .footer_mid_menu {
    width: 45%;
    gap: 9px;
  }
  .footer_menu_title {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 111%;
  }
  .footer_mid_submenu a {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 111%;
  }
  .footer_mid_submenu {
    gap: 4px;
  }
  .footer_mid {
    padding-bottom: 45px;
  }
  .footer_bottom_left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9px;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.06rem;
  }
  .copy {
    width: 145px;
  }
  .multzavod {
    width: 72px;
    height: 10px;
  }
  .footer_bottom {
    align-items: flex-start;
  }
  .news_section {
    margin-bottom: 74px;
  }
  .main_section {
    overflow: hidden;
  }
  .main_section .wrapper {
    overflow: visible;
  }
  .burger {
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #FF4438;
  }
  .burger span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .burger.active span {
    background: #FF4438;
  }
  header.active .burger span {
    background: #FF4438;
  }
  .burger {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .burger span {
    transition: all 0.2s ease-in-out;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .callback_section .main_btn {
    position: relative;
    z-index: 2;
  }
  .geography_container {
    margin-top: 28px;
  }
  .mobile_select {
    width: 100%;
  }
  .dynamic-select .dynamic-select-header, .dynamic-select .dynamic-select-option {
    background: #fff;
  }
  .dynamic-select-option-text {
    color: rgba(255, 68, 56, 0.99) !important;
    font-family: Tilda Sans VF;
    font-size: 1.13rem !important;
    font-weight: 400;
    line-height: 1.38rem;
    text-transform: uppercase;
  }
  .dynamic-select-header {
    padding: 13px 23px !important;
  }
  .dynamic-select .dynamic-select-header, .dynamic-select .dynamic-select-option {
    border-radius: 0;
    border: none;
  }
  .services_grid {
    margin-top: 35px;
  }
  .form_img {
    display: none;
  }
  /* menu */
  .hiddenmenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    height: 100dvh;
    z-index: 10;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
  }
  .hiddenmenu.active {
    visibility: visible;
    opacity: 1;
  }
  .hiddenmenu .wrapper {
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  body.fixed {
    overflow: hidden;
  }
  /* menu */
}/*# sourceMappingURL=styles.css.map */