/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
  margin-top: 118px;
  min-height: 60vh;
}
main > p {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 15px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  outline: none;
}

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

body {
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  color: #1A202C;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.header + .about {
  margin-top: 118px;
  padding-top: 100px;
}

.header + .calculator {
  margin-top: 118px;
  padding-top: 30px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.header_wrapper {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
}

.header_title span {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.menu {
  display: flex;
  gap: 16px;
}

.menu li {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.menu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.menu li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  padding: 12px;
  border-radius: 12px;
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  z-index: 1;
  max-width: 200px;
  opacity: 0;
  width: max-content;
  visibility: hidden;
  transition: all 0.2s;
}

.menu li ul a {
  margin-bottom: 4px;
}

.menu a {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #1A202C;
}

.header_number {
  font-size: 16px;
  line-height: 14px;
  color: #1A202C;
  display: block;
  margin-bottom: 6px;
}

.header_number:last-child {
  margin-bottom: 0;
}

.header_links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header_messages {
  display: flex;
  gap: 6px;
}

.header_message {
  display: flex;
}

.header_bot {
  background: #F7F9FC;
  padding: 12px 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #065DBE;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.header_btn {
  width: 130px;
  height: 50px;
  font-size: 14px;
}

.header_bot-wrapper {
  display: flex;
  gap: 24px;
}

.header_bot-link {
  color: #1A202C;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header_separator {
  height: 24px;
  opacity: 0.5;
  background-color: #1A202C;
  width: 1px;
}

.main {
  margin-top: 118px;
  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;
}

.inp {
  border: 1px solid #E2E8F0;
  background: #F7F9FC;
  border-radius: 8px;
  color: #1A202C;
  padding-left: 16px;
  height: 51px;
}

.area {
  border: 1px solid #E2E8F0;
  background: #F7F9FC;
  border-radius: 8px;
  color: #1A202C;
  padding: 16px;
  resize: none;
  height: 100px;
}

.main_form .inp {
  width: 172px;
}

.area::placeholder,
.inp::placeholder {
  color: #1A202C;
}

.main_form .form_btn {
  width: 173px;
  font-size: 14px;
  height: 51px;
}

.inp_wrapper.phone {
  position: relative;
}

.inp_wrapper.phone::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/flag.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.inp_wrapper.phone .inp {
  width: 213px;
  padding-left: 42px;
}

.main_inner {
  margin-top: 24px;
}

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

.main_inner-img img {
  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-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #065DBE;
}

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

.solutions .subtitle,
.solutions .title {
  text-align: center;
}

.title {
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
  font-size: 40px;
}

.subtitle {
  color: #2D3748;
  margin-bottom: 48px;
}

.solutions .container {
  max-width: 1160px;
}

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

.solutions_item:first-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.solutions_item:nth-child(2) {
  background: linear-gradient(90deg, #FFFFFF, rgba(6, 93, 190, 0) 51.08%, rgba(6, 93, 190, 0.2) 99.38%);
}

.solutions_item:first-child .solutions_info {
  position: relative;
  width: calc(50% - 16px);
}

.solutions_item:first-child .solutions_item-img {
  right: auto;
  left: 200px;
}

.solutions_item {
  background: #FFFFFF;
  border-radius: 32px;
  position: relative;
  width: calc(50% - 8px);
  z-index: 1;
  padding: 16px;
  min-height: 350px;
}

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

.solutions_info {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.solutions_item-title {
  font-weight: 500;
  gap: 16px;
  display: flex;
  align-items: center;
  font-size: 32px;
  margin-bottom: 16px;
}

.solutions_item-subtitle {
  color: #2D3748;
  margin-bottom: 48px;
}

.solutions_info ul {
  width: fit-content;
  margin-top: auto;
}

.solutions_info li {
  background: rgba(245, 158, 11, 0.0509803922);
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #F59E0B;
  margin-bottom: 8px;
}

.solutions_info li::before {
  position: relative;
  content: "";
  background-image: url(/assets/svg/li_bef.svg);
  background-size: cover;
  display: block;
  width: 16px;
  height: 17px;
}

.solutions_info li:last-child {
  margin-bottom: 0;
}

.solutions_item-btn {
  padding: 16px;
  width: fit-content;
  margin-top: 48px;
}

.solutions_item-right {
  width: calc(50% - 16px);
  background: #F7F9FC;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.solutions_item-right .solutions_item-subtitle {
  margin-bottom: 24px;
}

.solutions_item-right ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.2;
  color: #2D3748;
  margin-bottom: auto;
}

.calculator {
  padding: 100px 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(/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_desc {
  margin-top: 24px;
  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;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select__option--value {
  background: #FFFFFF;
  border-radius: 8px;
  padding-left: 16px;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  height: 56px;
  position: relative;
}

.custom-select__option--value::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/select_arrow.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}

.custom-select__dropdown .custom-select__option {
  display: flex;
  padding: 12px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
}

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

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

.count-inp {
  width: calc(100% - 112px);
  text-align: center;
  border: none;
  -moz-appearance: textfield;
  color: #2D3748;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.count-arrow {
  width: 56px;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}

.tasks {
  padding: 100px 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_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;
}

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

.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;
}

.about {
  padding: 100px 0;
}

.about_items {
  position: relative;
}

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

.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-title {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin-bottom: 8px;
}

.about_item-text {
  margin-bottom: 38px;
  color: #2D3748;
}

.about_item-link {
  line-height: 140%;
  color: #065DBE;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

.order {
  margin: 64px 0;
}

.order_wrapper {
  background: #1471D6;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}

.order_text {
  letter-spacing: -0.04em;
  max-width: 320px;
  margin-bottom: 16px;
}

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

.order_form .inp_wrapper {
  width: 296px;
}

.order_form .inp_wrapper .inp {
  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;
}

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

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

.delivery_slider {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.delivery_slide {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 8px;
  margin: 0 10px;
}

.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-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.delivery_slide-options:last-child {
  margin-bottom: 0;
}

.delivery_slide-option {
  background: #E2E8F0;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #2D3748;
}

.delivery_road {
  margin-bottom: 16px;
}

.delivery_road-item {
  color: #2D3748;
  padding-left: 15px;
  position: relative;
  margin-bottom: 34px;
}

.delivery_road-item:last-child::after {
  display: none;
}

.delivery_road-item::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 1px;
  left: 3px;
  top: 17px;
  border-left: 1px dashed #1471D6;
}

.delivery_road-item::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #065DBE;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.delivery_road-item: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;
}

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

.clients .container {
  max-width: 1124px;
}

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

.clients_items {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.clients_item {
  width: 140px;
  height: 70px;
  border-radius: 8px;
  display: flex;
}

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

.info_block {
  margin: 100px 0;
}

.info_block-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  gap: 48px;
  min-height: 566px;
}

.info_block-imgs {
  width: 640px;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 26px;
}

.info_block-imgs .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;
}

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

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

.info_block-imgs .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 50%;
  gap: 4px;
  transform: translateX(50%);
}

.info_block-imgs .slick-dots button {
  padding: 0;
  font-size: 0;
  background: #94A3B8;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
}

.info_block-imgs .slick-dots .slick-active button {
  background: #065DBE;
  width: 10px;
  height: 10px;
}

.info_block-img {
  height: 566px;
  border-radius: 32px;
  overflow: hidden;
}

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

.info_block-content {
  width: calc(100% - 690px);
  margin-left: auto;
}

.info_block-content:has(.info_block-steps) {
  margin-left: 0;
}

.info_block .title {
  margin-bottom: 32px;
}

.info_block-content ul:not(.slick-dots) li {
  color: #2D3748;
  margin-bottom: 16px;
  padding-left: 36px;
  position: relative;
}

.info_block-content ul:not(.slick-dots) li::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/info_block.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.info_block-btn {
  padding: 16px;
  width: fit-content;
  margin-top: 32px;
}

.info_block-steps {
  width: 672px;
  position: absolute;
  right: 0;
  top: 0;
}

.info_block-step {
  height: 193px;
  margin-bottom: 20px;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info_block-step:last-child {
  margin-bottom: 0;
}

.info_block-step:nth-child(1) span {
  background: #FEF5E7;
  color: #F59E0B;
}

.info_block-step:nth-child(2) span {
  background: #EBFEE7;
  color: #16A34A;
}

.info_block-step:nth-child(2) span path {
  fill: #16A34A;
}

.info_block-step:nth-child(3) span {
  background: #E7E9FE;
  color: #1471D6;
}

.info_block-step:nth-child(3) span path {
  fill: #1471D6;
}

.info_block-step span {
  border-radius: 4px;
  bottom: 16px;
  left: 16px;
  position: absolute;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

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

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

.faq_items {
  max-width: 902px;
  margin: 0 auto;
}

.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.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;
  display: none;
}

.faq_item-text p {
  line-height: 1.2;
  margin-bottom: 20px;
}

.faq_item-text p:last-child {
  margin-bottom: 0;
}

.seo_block {
  padding: 100px 0;
  color: #2D3748;
}

.seo_block-title {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.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.active {
  max-height: none;
}

.seo_block-content.active::before {
  display: none;
}

.seo_block-text {
  margin-bottom: 20px;
  text-align: center;
}

.seo_block-more {
  margin-top: 24px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 140%;
  color: #065DBE;
}

.footer {
  background: #1A202C;
  padding-top: 210px;
  color: #FFFFFF;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
  position: relative;
}

.footer_left {
  width: 386px;
  margin-top: -146px;
}

.footer_logo {
  display: flex;
  margin-bottom: 32px;
}

.footer_text {
  line-height: 140%;
  letter-spacing: -0.04em;
}

.footer_number {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}

.footer_mail {
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #fff;
  display: block;
  opacity: 0.5;
}

.footer_menu a {
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.footer_link {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  line-height: 140%;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  gap: 8px;
}

.footer_rating {
  position: absolute;
  top: -150px;
  right: 0;
  display: flex;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.footer_inner-item {
  color: #FFFFFF;
  opacity: 0.5;
}

.header_logo {
  display: flex;
}

.menu_burger {
  display: none;
}

.services {
  margin-top: 118px;
  padding: 32px 0;
}

.services .main_inner-items {
  margin-top: 0;
  padding: 0;
}

.services_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.services_info {
  width: 650px;
}

.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;
}

.reliability {
  padding: 100px 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%);
}

.examination {
  margin-top: 100px;
}

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

.examination_info {
  width: 444px;
}

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

.examination_desc {
  color: #2D3748;
  margin-bottom: 8px;
  margin-top: 140px;
}

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

.examination_messages {
  display: flex;
  gap: 8px;
}

.examination_message {
  display: flex;
}

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

.examination_form .inp_wrapper {
  width: 100%;
}

.examination_form .phone .inp,
.examination_form .inp {
  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;
}

.form_ok {
  display: block;
  cursor: pointer;
  font-size: 12px;
  color: #64748B;
  padding-left: 24px;
  position: relative;
}

.form_ok span {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.form_ok a {
  color: #64748B;
}

.form_ok input {
  display: none;
}

.form_ok input:checked + span {
  background: #065DBE;
  background-image: url(/assets/svg/check.svg);
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
}

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

.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;
}

.contacts_messages {
  display: flex;
  gap: 8px;
}

.contacts_message {
  display: flex;
}

.custom_page {
  margin-top: 118px;
  padding: 40px 0;
}

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

.contacts_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contacts_inner {
  background: #F7F9FC;
  border-radius: 16px;
  padding: 24px;
  position: relative;
}

.contacts_inner:not(:last-child) {
  margin-bottom: 16px;
}

.contacts_left {
  width: calc(100% - 344px);
}

.contacts_title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 32px;
}

.contacts_item {
  margin-bottom: 24px;
}

.contacts_item-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  color: #2D3748;
}

.contacts_item-text {
  color: #64748B;
}

.contacts_map {
  position: absolute;
  top: 24px;
  right: 24px;
}

.contacts_messages {
  display: flex;
  gap: 8px;
}

.contacts_message {
  display: flex;
}

.contacts_map-text {
  letter-spacing: -0.04em;
  color: #000000;
  margin-bottom: 34px;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacts_map-frame {
  width: 521px;
  height: 300px;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}

.contacts_map-frame iframe {
  width: 100%;
  height: 100%;
  display: flex;
}

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

.contacts_storage {
  width: calc(50% - 8px);
}

.contacts_storage-map {
  height: 238px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
}

.contacts_storage-map iframe {
  width: 100%;
  height: 100%;
  display: flex;
}

.contacts_storage-title {
  padding: 0 16px 8px;
  font-weight: 500;
  font-size: 20px;
  color: #2D3748;
}

.contacts_storage-text {
  color: #64748B;
  padding: 0 16px;
  letter-spacing: -0.04em;
}

.contacts_right {
  width: 328px;
}

.contacts_form {
  background: #F7F9FC;
  border-radius: 16px;
  padding: 24px;
}

.contacts_right .contacts_title {
  margin-bottom: 16px;
}

.contacts_right .area,
.contacts_right .inp {
  width: 100%;
  background-color: #fff;
}

.contacts_right-btn {
  width: 100%;
  height: 49px;
}

.form_file input {
  display: none;
}

.form_file {
  display: block;
  cursor: pointer;
  padding-left: 32px;
  position: relative;
  margin-bottom: 24px;
}

.form_file::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/file.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form_file span {
  font-size: 14px;
  color: #1471D6;
}

.contacts_ok {
  text-align: center;
  color: #64748B;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.contacts_ok a {
  color: #1471D6;
}

.reviews_items {
  width: 900px;
}

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

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

.reviews_item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.04em;
}

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

.reviews_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;
}

.tracking {
  margin-top: 118px;
  min-height: 800px;
  display: flex;
  align-items: center;
}

.tracking .container {
  width: 100%;
}

.tracking_inner {
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  border-radius: 32px;
  padding: 24px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.tracking_inner::after {
  position: absolute;
  content: "";
  top: 0;
  background-image: url(../assets/img/tracking_img.png);
  background-size: cover;
  right: 0;
  z-index: -1;
  width: 459px;
  height: 283px;
  display: flex;
}

.tracking_title {
  font-size: 40px;
  margin-bottom: 92px;
  max-width: 450px;
}

.tracking_search {
  display: flex;
  gap: 14px;
}

.tracking_search-inp {
  width: calc(100% - 144px);
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding-left: 16px;
}

.tracking_search-btn {
  width: 130px;
  height: 49px;
}

.tracking_options {
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  border-radius: 32px;
  padding: 24px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  z-index: 1;
}

.tracking_left {
  width: calc(50% - 8px);
}

.tracking_wrapper {
  display: flex;
  justify-content: space-between;
}

.tracking_wrapper .tracking_inner::after {
  display: none;
}

.tracking_options-title {
  font-size: 24px;
  margin-bottom: 18px;
}

.tracking_option {
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #64748B;
  margin-bottom: 4px;
  width: 290px;
  display: flex;
  justify-content: space-between;
}

.tracking_option span {
  font-weight: 500;
  color: #2D3748;
  width: 130px;
}

.tracking_right {
  background: #F7F9FC;
  border: 1px solid #E2E8F0;
  border-radius: 32px;
  padding: 32px;
  position: relative;
  width: calc(50% - 8px);
  overflow: hidden;
  z-index: 1;
}

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

.tracking_value {
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  padding: 16px;
  color: #64748B;
  border-radius: 8px;
}

.tracking_value:nth-child(2) span {
  color: #2D3748;
}

.tracking_value span {
  color: #065DBE;
  display: block;
}

.tracking_road {
  position: relative;
}

.tracking_road::before {
  position: absolute;
  content: "";
  height: 24px;
  top: -24px;
  left: 10px;
  border-left: 2px dashed #CBD5E1;
}

.tracking_road-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}

.tracking_road-item.active::after {
  background: #065DBE;
  width: 8px;
  height: 8px;
  left: 7px;
  top: 4px;
}

.tracking_road-item:last-child::before {
  display: none;
}

.tracking_road-item::before {
  position: absolute;
  content: "";
  background-color: #CBD5E1;
  width: 2px;
  height: calc(100% + 10px);
  left: 10px;
  top: 8px;
}

.tracking_road-item::after {
  position: absolute;
  content: "";
  background: #CBD5E1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 4px;
  top: 2px;
}

.tracking_road-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.tracking_road-subtitle {
  font-size: 12px;
  line-height: 120%;
  color: #64748B;
}

.tracking_road-more {
  display: flex;
  padding: 6px 10px 6px 40px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.tracking_road-more::before {
  position: absolute;
  content: "";
  background-color: #CBD5E1;
  width: 2px;
  height: calc(100% - 2px);
  left: 10px;
  top: 24px;
}

.tracking_road-more::after {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/tracking_road-more.svg);
  background-size: cover;
  width: 4px;
  height: 16px;
  left: 9px;
  top: 5px;
}

.geography {
  margin-top: 118px;
  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_title {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 24px;
}

.geography_text {
  line-height: 140%;
  margin-bottom: 112px;
}

.geography_desc {
  font-size: 12px;
  line-height: 140%;
  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;
}

.team {
  background: #F7F9FC;
  padding: 100px 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;
}

.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;
}

.certificate_title {
  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;
}

.search_page {
  margin-top: 118px;
  padding: 64px 0;
}

.search_page-wrapper {
  display: flex;
  justify-content: space-between;
}

.search_page-info {
  width: 610px;
}

.search_page-subtitle {
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.search_page-title {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.search_page-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;
}

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

.search_page-info ul {
  max-width: 400px;
  padding-left: 30px;
  list-style: disc;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #2D3748;
}

.search_page-right {
  background: #F7F9FC;
  border-radius: 16px;
  padding: 24px 24px 210px;
  width: 672px;
  position: relative;
}

.search_page-right .form_btn {
  width: 100%;
  height: 49px;
  font-size: 14px;
}

.search_page-right .phone .inp,
.search_page-right .inp {
  background-color: #fff;
  width: 100%;
}

.search_page-right .inp_wrapper {
  margin-bottom: 16px;
}

.search_page-inps {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 32px;
}

.search_page-inps .inp_wrapper {
  width: 352px;
  margin: 0;
}

.search_page-file {
  display: block;
  cursor: pointer;
}

.search_page-file input {
  display: none;
}

.search_page-file span {
  border: 1px solid #065DBE;
  width: 178px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  border-radius: 8px;
  color: #065DBE;
}

.search_page-file span::before {
  position: relative;
  content: "";
  background-image: url(/assets/svg/img_icon.svg);
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
}

.search_page-sep {
  color: #64748B;
}

.search_page-img {
  position: absolute;
  display: flex;
  bottom: 0;
  max-width: 100%;
  width: 570px;
  right: 50%;
  transform: translateX(50%);
}

.search_page-img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .container {
    max-width: 1180px;
  }
  .header_title {
    font-size: 14px;
  }
  .header_title span {
    font-size: 10px;
  }
  .main_inner-title {
    font-size: 18px;
  }
  .calculator_left {
    width: 620px;
  }
  .calculator_right {
    width: 460px;
  }
  .about_text {
    max-width: 580px;
  }
  .delivery_img {
    width: 720px;
  }
  .delivery_img img {
    width: 100%;
    height: auto;
  }
  .order_inner {
    width: 430px;
  }
  .order_inner-value {
    font-size: 32px;
  }
  .delivery_slide-img img {
    height: 257px;
  }
  .services_info {
    width: 580px;
  }
  .services_img {
    width: 540px;
  }
  .contacts_map {
    width: 400px;
  }
  .contacts_map-frame {
    width: 100%;
  }
  .contacts_item {
    width: 340px;
  }
  .reviews_items {
    width: 800px;
  }
  .reviews_items {
    width: 570px;
  }
  .geography_img {
    width: 700px;
  }
  .geography_img img {
    width: 100%;
    height: auto;
  }
  .geography_row-items {
    gap: 20px 120px;
  }
  .geography_row-item {
    width: 185px;
  }
  .search_page-info {
    width: 520px;
  }
  .search_page-right {
    width: 540px;
  }
  .search_page-inps .inp_wrapper {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 950px;
  }
  .header_title {
    display: none;
  }
  .header_bot-wrapper {
    gap: 12px;
  }
  .header_bot-link {
    font-size: 13px;
  }
  .main_inner-img {
    height: 320px;
  }
  .main_inner-items {
    flex-wrap: wrap;
  }
  .main_inner-item {
    width: calc(33.333% - 10.666px);
  }
  .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;
  }
  .tasks_item-btn {
    text-align: center;
  }
  .about_img {
    right: 50%;
    transform: translateX(50%);
  }
  .about_items {
    margin-top: 340px;
  }
  .about_text {
    max-width: 100%;
  }
  .about_item-title {
    font-size: 32px;
  }
  .delivery_img {
    width: 520px;
  }
  .order_form .inp_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;
  }
  .info_block-imgs {
    width: 480px;
  }
  .info_block-img {
    height: 424px;
  }
  .info_block-wrapper {
    min-height: 424px;
  }
  .info_block-wrapper:has(.info_block-steps) {
    min-height: 620px;
  }
  .info_block-content {
    width: calc(100% - 520px);
  }
  .info_block-steps {
    width: 480px;
  }
  .footer_left {
    width: 270px;
  }
  .footer_inner-item {
    max-width: 45%;
  }
  .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%;
  }
  .examination_form {
    width: 460px;
  }
  .examination_info {
    width: 420px;
  }
  .contacts_map {
    width: 100%;
    position: relative;
    inset: auto;
    margin-bottom: 24px;
  }
  .contacts_map-text {
    width: 100%;
  }
  .contacts_storage {
    width: 100%;
  }
  .geography_row-items {
    gap: 20px 44px;
  }
  .geography_info {
    max-width: 480px;
  }
  .geography_img {
    width: 520px;
  }
  .geography_text {
    margin-bottom: 40px;
  }
  .team_img {
    height: 222px;
  }
  .search_page-info {
    width: 440px;
  }
  .search_page-right {
    width: 440px;
  }
  .search_page-img {
    width: 320px;
  }
  .search_page-right {
    padding-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 730px;
  }
  .header {
    position: fixed;
    background-color: #fff;
  }
  .header_links {
    display: none;
  }
  .header_bot-link {
    font-size: 0;
    gap: 0;
  }
  .header_bot-wrapper {
    justify-content: center;
    gap: 30px;
  }
  .header_wrapper {
    padding: 12px 0;
    position: relative;
  }
  .header_number {
    font-size: 12px;
  }
  .main::after,
  .main::before {
    display: none;
  }
  .header_inner {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 112px;
    background-color: #fff;
    right: 0;
    transition: all 0.6s;
    padding-top: 40px;
  }
  .menu a {
    font-size: 18px;
  }
  .menu {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
  }
  .header_inner.active {
    opacity: 1;
    visibility: visible;
  }
  .menu_burger {
    display: block;
    background: #065DBE;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .menu_burger::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    right: 10px;
    top: 12px;
    transition: all 0.3s;
  }
  .menu_burger.active::before {
    transform: rotate(45deg);
    top: 19px;
    width: 20px;
  }
  .menu_burger span {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    right: 10px;
    top: 19px;
    transition: all 0.3s;
  }
  .menu_burger.active span {
    transform: scale(0);
  }
  .menu_burger::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    left: 10px;
    bottom: 12px;
    transition: all 0.3s;
  }
  .menu_burger.active::after {
    transform: rotate(-45deg);
    bottom: 19px;
    width: 20px;
  }
  .header_numbers {
    order: -1;
  }
  .header_logo {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .main_title {
    font-size: 36px;
  }
  .solutions_item {
    width: 100%;
    overflow: hidden;
  }
  .solutions_item:first-child {
    flex-direction: column;
  }
  .solutions_item:first-child .solutions_info {
    width: 100%;
    padding-bottom: 146px;
  }
  .solutions_item-right {
    width: 100%;
  }
  .solutions_item:first-child .solutions_item-img {
    right: -100px;
    left: auto;
  }
  .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;
  }
  .seo_block,
  .faq,
  .clients,
  .delivery,
  .about,
  .tasks,
  .calculator,
  .solutions {
    padding: 50px 0;
  }
  .info_block {
    margin: 50px 0;
  }
  .about_item {
    width: calc(50% - 8px);
    flex: auto;
  }
  .about_img {
    bottom: auto;
    top: -320px;
  }
  .delivery_list {
    width: 100%;
  }
  .delivery_block {
    padding-bottom: 240px;
  }
  .order_inner {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 45px;
    padding-bottom: 46px;
  }
  .order_form .inp_wrapper {
    width: 100%;
  }
  .order_form {
    flex-direction: column;
  }
  .info_block-content {
    width: 100%;
  }
  .info_block-imgs {
    position: relative;
    margin-bottom: 32px;
    width: 100%;
  }
  .info_block .title {
    text-align: center;
  }
  .info_block-btn {
    width: 100%;
  }
  .info_block-steps {
    position: relative;
    inset: auto;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .info_block-step {
    margin-bottom: 0;
    height: 424px;
  }
  .info_block-steps .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 50%;
    gap: 4px;
    transform: translateX(50%);
  }
  .info_block-steps .slick-dots button {
    padding: 0;
    font-size: 0;
    background: #94A3B8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
  }
  .info_block-steps .slick-dots .slick-active button {
    background: #065DBE;
    width: 10px;
    height: 10px;
  }
  .footer {
    padding: 48px 0;
  }
  .footer_left {
    margin-top: 0;
  }
  .footer_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
  }
  .footer_left {
    width: 100%;
    text-align: center;
  }
  .footer_logo {
    margin: 0 auto 23px;
    width: fit-content;
  }
  .footer_text {
    max-width: 326px;
    margin: 0 auto;
  }
  .footer_contacts {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .footer_rating {
    position: relative;
    inset: auto;
  }
  .footer_rating {
    margin: 0 calc(50% - 75px);
    width: 150px;
  }
  .footer_rating img {
    width: 100%;
    height: auto;
  }
  .footer_inner {
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }
  .footer_inner-item {
    max-width: 100%;
  }
  .calculator_total {
    width: 100%;
  }
  .menu li {
    justify-content: space-between;
  }
  .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%;
  }
  .menu li {
    flex-wrap: wrap;
  }
  .menu li.active img {
    transform: rotate(180deg);
  }
  .menu li ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    max-width: 100%;
    background: none;
    transition: none;
    display: none;
    border: none;
  }
  .contacts_wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .contacts_right,
  .contacts_left {
    width: 100%;
  }
  .reviews_wrapper {
    flex-direction: column-reverse;
  }
  .contacts_right-rating,
  .contacts_right p {
    display: none;
  }
  .reviews_items {
    width: 100%;
  }
  .tracking_wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .tracking {
    padding: 32px 0;
  }
  .tracking_inner {
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
  }
  .tracking_left {
    width: 100%;
  }
  .tracking_title {
    text-align: center;
    margin: 0 auto 24px;
  }
  .tracking_right {
    width: 100%;
  }
  .tracking {
    min-height: 1px;
  }
  .tracking_inner {
    display: flex;
    flex-direction: column;
    overflow: visible;
    align-items: center;
  }
  .tracking_inner::after {
    position: relative;
    width: 100vw;
    margin-top: 20px;
    background-image: url(../assets/img/tracking_img2.png);
    background-position: center;
    height: 650px;
  }
  .geography_info {
    width: 100%;
    max-width: 100%;
  }
  .geography_wrapper {
    padding-bottom: 260px;
  }
  .geography_row-items {
    gap: 20px 48px;
  }
  .header + .about {
    padding-top: 60px;
  }
  .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;
  }
  .certificate_wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .certificate_info {
    width: 100%;
    margin-top: 0;
  }
  .certificate_title {
    text-align: center;
  }
  .certificate {
    margin: 60px 0;
  }
  .team {
    padding: 60px 0;
  }
  .search_page-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .search_page-info {
    width: 100%;
  }
  .search_page-right {
    width: 100%;
  }
  .search_page-title,
  .search_page-subtitle {
    text-align: center;
  }
  .search_page-teg {
    margin: 0 auto 16px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
  .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,
  .inp_wrapper.phone .inp,
  .main_form .inp {
    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-title {
    font-size: 16px;
  }
  .main_inner-subtitle {
    font-size: 14px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .solutions .subtitle,
  .solutions .title {
    text-align: left;
  }
  .subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .solutions_info {
    padding: 0;
  }
  .solutions_item-title {
    font-size: 24px;
  }
  .solutions_item:first-child .solutions_item-img {
    right: -220px;
    bottom: -30px;
  }
  .solutions_info ul,
  .solutions_item-subtitle {
    font-size: 14px;
  }
  .solutions_item-btn {
    margin-top: auto;
    width: 100%;
  }
  .solutions_item-right ul {
    margin-bottom: 32px;
  }
  .solutions_info {
    border-radius: 16px;
    min-height: 400px;
  }
  .solutions_info ul {
    margin-top: 0;
  }
  .solutions_item-img {
    right: -80px;
    z-index: -1;
  }
  .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(/img/calculator_bef2.png);
    height: 280px;
  }
  .calculator_desc {
    display: none;
  }
  .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;
  }
  .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-text {
    font-size: 14px;
  }
  .about_items {
    margin-top: 238px;
  }
  .delivery_block .title {
    text-align: left;
  }
  .delivery_list {
    gap: 16px;
    margin-bottom: 30px;
  }
  .delivery_more {
    font-size: 14px;
  }
  .delivery_list li {
    width: calc(50% - 8px);
  }
  .delivery_list li a {
    font-size: 14px;
  }
  .delivery_block {
    padding: 24px 16px 200px;
  }
  .delivery_img {
    width: 460px;
    right: 50%;
    transform: translateX(50%);
    min-width: 100%;
    justify-content: center;
  }
  .order {
    margin: 32px 0;
  }
  .order_wrapper {
    padding: 24px 16px 120px;
  }
  .order_text {
    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;
  }
  .delivery .title {
    margin-bottom: 24px;
  }
  .delivery_slide-title {
    font-size: 20px;
  }
  .delivery_slider-progress {
    display: none;
  }
  .delivery_slide-option {
    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;
  }
  .clients_items {
    justify-content: center;
  }
  .clients .title {
    margin-bottom: 32px;
  }
  .info_block-step,
  .info_block-img {
    height: 92vw;
    border-radius: 16px;
  }
  .info_block-imgs .slick-arrow {
    display: none !important;
  }
  .info_block-content ul:not(.slick-dots) li {
    font-size: 14px;
  }
  .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;
  }
  .seo_block-text {
    font-size: 14px;
  }
  .seo_block-title {
    font-size: 20px;
  }
  .seo_block-more {
    font-size: 14px;
  }
  .footer_text {
    max-width: 320px;
  }
  .footer_wrapper {
    justify-content: space-between;
  }
  .menu {
    padding: 0 15px;
  }
  .services_img {
    height: 232px;
    border-radius: 16px;
  }
  .reliability {
    padding: 60px 0;
  }
  .reliability .title {
    margin-bottom: 32px;
  }
  .reliability_item {
    width: 100%;
    padding: 20px 25px 20px 58px;
  }
  .examination {
    margin-top: 60px;
  }
  .examination_form {
    padding: 16px;
  }
  .form_ok br {
    display: none;
  }
  .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;
  }
  .custom_page-title {
    display: none;
  }
  .contacts_inner {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .contacts_inner:not(:last-child) {
    margin-bottom: 60px;
  }
  .contacts_form {
    padding: 24px 16px;
  }
  .contacts_map {
    flex-direction: column-reverse;
    display: flex;
  }
  .contacts_map-text {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .reviews_item {
    border-radius: 0;
    width: 100vw;
    margin-left: -15px;
  }
  .reviews_mobile-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
  }
  .reviews_items {
    order: -1;
  }
  .tracking_title {
    font-size: 24px;
  }
  .tracking_search {
    flex-direction: column;
  }
  .tracking_search-btn,
  .tracking_search-inp {
    width: 100%;
    height: 49px;
  }
  .tracking_options {
    border-radius: 16px;
    padding: 16px;
    margin-top: 48px;
  }
  .tracking_right {
    border-radius: 16px;
    padding: 16px;
  }
  .tracking_values {
    flex-direction: column;
  }
  .tracking_value {
    width: 100%;
  }
  .tracking_inner::after {
    height: 75vw;
  }
  .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);
  }
  .header + .about {
    padding-top: 50px;
    margin-top: 110px;
  }
  .team .title {
    text-align: center;
  }
  .team_img {
    height: 69vw;
  }
  .certificate_img {
    width: 100%;
  }
  .search_page {
    padding: 48px 0 0;
  }
  .search_page-subtitle {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .search_page-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .search_page-info ul {
    font-size: 14px;
  }
  .search_page-right {
    width: 100vw;
    margin-left: -15px;
    border-radius: 0;
    padding: 16px 15px 152px;
  }
  .search_page-inps {
    margin-bottom: 16px;
    flex-direction: column;
    gap: 6px;
  }
  .search_page-inps .inp_wrapper {
    width: 100%;
  }
  .search_page-file {
    width: 100%;
  }
  .search_page-file span {
    width: 100%;
  }
}

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