/* 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;
  padding-top: 16px;
}
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,
main > p,
main > ul,
main > h2,
main > .wp-block-group > .wp-block-group__inner-container > ul,
main > .wp-block-group > .wp-block-group__inner-container > h2,
main > .wp-block-group > .wp-block-group__inner-container > p {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

main > p,
main > ul,
main > h2,
main > .wp-block-group > .wp-block-group__inner-container > ul,
main > .wp-block-group > .wp-block-group__inner-container > h2,
main > .wp-block-group > .wp-block-group__inner-container > p {
  margin: 10px auto;
}

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

.header + .calculator {
  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;
  color: inherit !important;
}

.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.menu-item-has-children:after {
  content: url("/assets/svg/menu_arrow.svg");
}

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

.messages-buttons {
  position: fixed;
  display: flex;
  bottom: 16px;
  right: 16px;
  z-index: 99999;
}
.messages-buttons a {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100px;
  height: 100px;
}
.messages-buttons__btn {
  position: relative;
  width: 40px;
  height: 40px;
  --btn-color: #25D366;
  background: var(--btn-color);
  border: 1px solid var(--btn-color);
  border-radius: 50%;
}
.messages-buttons__btn:before, .messages-buttons__btn:after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid var(--btn-color);
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.messages-buttons__btn:after {
  animation-delay: 0.75s;
}
.messages-buttons__btn.blue {
  --btn-color: #1471D6;
}
.messages-buttons__btn img {
  position: relative;
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  animation: pulse 1.5s linear infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.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: min-content;
  padding: 0 25px;
  height: 50px;
  font-size: 14px;
  white-space: nowrap;
}

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

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

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

.input-wrapper.phone {
  position: relative;
}
.input-wrapper.phone::before {
  position: absolute;
  content: "";
  background-image: url(/assets/svg/flag-ru.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.input-wrapper.phone[flag=cn]::before {
  background-image: url(/assets/svg/flag-cn.svg);
}
.input-wrapper.phone[flag=kz]::before {
  background-image: url(/assets/svg/flag-kz.svg);
}
.input-wrapper.phone[flag=by]::before {
  background-image: url(/assets/svg/flag-by.svg);
}

.input-wrapper.phone .input {
  width: 213px;
  padding-left: 42px;
}

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

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

.title, .info_block-content h2 {
  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;
}

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

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

.clients {
  background: #F7F9FC;
  padding: 30px 0;
  padding-top: 10px;
}

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

.clients .title, .clients .info_block-content h2, .info_block-content .clients h2 {
  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: 25px 0 25px 0;
}

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

.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 h2 {
  margin-bottom: 32px;
}

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

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

.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;
  color: #fff !important;
}

.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 {
  padding: 32px 0;
}

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

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

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

.contacts_message {
  display: flex;
}

.contacts_wrapper:not(.wp-block-group),
.contacts_wrapper.wp-block-group > .is-layout-constrained {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contacts_wrapper:not(.wp-block-group) > p,
.contacts_wrapper.wp-block-group > .is-layout-constrained > p {
  display: none;
}

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

.tracking {
  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-title::first-letter {
  text-transform: uppercase;
}

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

.search_page {
  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 .input,
.search_page-right .input {
  background-color: #fff;
  width: 100%;
}

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

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

.search_page-inps .input-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,
  main > p,
  main > ul,
  main > h2,
  main > .wp-block-group > .wp-block-group__inner-container > ul,
  main > .wp-block-group > .wp-block-group__inner-container > h2,
  main > .wp-block-group > .wp-block-group__inner-container > p {
    max-width: 1180px;
  }
  .header_title {
    font-size: 14px;
  }
  .header_title span {
    font-size: 10px;
  }
  .contacts_map {
    width: 400px;
  }
  .contacts_map-frame {
    width: 100%;
  }
  .contacts_item {
    width: 340px;
  }
  .search_page-info {
    width: 520px;
  }
  .search_page-right {
    width: 540px;
  }
  .search_page-inps .input-wrapper {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .container,
  main > p,
  main > ul,
  main > h2,
  main > .wp-block-group > .wp-block-group__inner-container > ul,
  main > .wp-block-group > .wp-block-group__inner-container > h2,
  main > .wp-block-group > .wp-block-group__inner-container > p {
    max-width: 950px;
  }
  .header_title {
    display: none;
  }
  .header_bot-wrapper {
    gap: 12px;
  }
  .header_bot-link {
    font-size: 13px;
  }
  .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%;
  }
  .contacts_map {
    width: 100%;
    position: relative;
    inset: auto;
    margin-bottom: 24px;
  }
  .contacts_map-text {
    width: 100%;
  }
  .contacts_storage {
    width: 100%;
  }
  .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,
  main > p,
  main > ul,
  main > h2,
  main > .wp-block-group > .wp-block-group__inner-container > ul,
  main > .wp-block-group > .wp-block-group__inner-container > h2,
  main > .wp-block-group > .wp-block-group__inner-container > p {
    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;
  }
  .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%);
  }
  .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;
  }
  .seo-block,
  .faq,
  .clients,
  .delivery,
  .about,
  .tasks,
  .calculator,
  .solutions {
    padding: 20px 0;
  }
  .info_block {
    margin: 50px 0;
  }
  .info_block-content {
    width: 100%;
  }
  .info_block-imgs {
    position: relative;
    margin-bottom: 32px;
    width: 100%;
  }
  .info_block .title, .info_block .info_block-content h2, .info_block-content .info_block h2 {
    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%;
  }
  .menu li {
    justify-content: space-between;
  }
  .menu li {
    flex-wrap: wrap;
  }
  .menu li.active:after {
    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%;
  }
  .contacts_right-rating,
  .contacts_right p {
    display: none;
  }
  .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;
  }
  .header + .about {
    padding-top: 60px;
  }
  .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;
  }
}
a {
  color: #1471D6;
}

.notification {
  position: fixed;
  background: rgba(255, 242, 100, 0.5);
  padding: 16px;
  font-size: 20px;
  border-radius: 16px;
  right: 16px;
  bottom: 16px;
}
.notification.success {
  background: rgba(100, 255, 132, 0.5);
}
.notification.error {
  background: rgba(255, 33, 33, 0.5);
}

form {
  position: relative;
}
form .form-hider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 255, 0, 0.05);
  border-radius: 16px;
  margin: -16px;
}

@media (max-width: 767.98px) {
  .container,
  main > p,
  main > ul,
  main > h2,
  main > .wp-block-group > .wp-block-group__inner-container > ul,
  main > .wp-block-group > .wp-block-group__inner-container > h2,
  main > .wp-block-group > .wp-block-group__inner-container > p {
    max-width: 100%;
  }
  .input-wrapper.phone .input {
    width: 100%;
  }
  .title, .info_block-content h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .solutions .subtitle,
  .solutions .title,
  .solutions .info_block-content h2,
  .info_block-content .solutions h2 {
    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;
  }
  .clients_items {
    justify-content: center;
  }
  .clients .title, .clients .info_block-content h2, .info_block-content .clients h2 {
    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;
  }
  .footer_text {
    max-width: 320px;
  }
  .footer_wrapper {
    justify-content: space-between;
  }
  .menu {
    padding: 0 15px;
  }
  .form_ok br {
    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;
  }
  .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;
  }
  .header + .about {
    padding-top: 50px;
    margin-top: 110px;
  }
  .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 .input-wrapper {
    width: 100%;
  }
  .search_page-file {
    width: 100%;
  }
  .search_page-file span {
    width: 100%;
  }
}
.wp-block-button__link {
  padding: initial;
  background-color: initial;
  color: inherit;
  font-size: inherit;
}

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