* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

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

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: Inter, serif;
  color: #26262C;
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 54px;
  background-color: #829b9c;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
  padding-top: 115px;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  padding: 0 44px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  height: auto;
}
.button.small {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f5fbfb;
  padding: 10px 14px;
  border-radius: 8px;
  color: #26262C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
}
.button.small:hover {
  background-color: #00979d;
  color: #fff;
}
.button.small:active {
  background-color: #f5fbfb;
  color: #26262C;
}
.button.primary {
  background-color: #00979d;
  color: #fff;
}
.button.primary:hover {
  background-color: #00a5ac;
}
.button.primary:active {
  background-color: #00979d;
}
.button.secondary {
  background-color: #f5fbfb;
  color: #26262C;
}
.button.secondary:hover {
  background-color: #00a5ac;
  color: #fff;
}
.button.secondary:active {
  background-color: #f5fbfb;
  color: #26262C;
}

.overlay {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 44, 0.6);
  display: none;
}

body:has(.header_menu.open) {
  overflow: hidden;
}
body:has(.header_menu.open) .overlay {
  display: block;
}

section {
  margin-top: 120px !important;
}

.heading h2 {
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
  color: #26262C;
}
.heading p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.b-modal {
  background-color: rgba(38, 38, 44, 0.9);
}

.modal {
  width: 100%;
  max-width: 732px;
  border-radius: 30px;
  background-color: #fff;
  max-height: 94dvh;
  display: flex;
}
.modal .cross {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .cross path {
  transition: all 0.3s;
}
.modal .cross:hover path {
  stroke: #00979d;
}
.modal .modal_content {
  padding: 68px 49px 52px 70px;
  display: flex;
  flex-direction: column;
}
.modal .modal_content .modal_heading {
  padding-right: 21px;
  margin-bottom: 30px;
}
.modal .modal_content .modal_heading h2 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 18px;
}
.modal .modal_content .modal_heading p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #829b9c;
}
.modal form {
  flex: 1 1 auto;
  overflow: auto;
  padding-right: 21px;
}
.modal form::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.modal form::-webkit-scrollbar-thumb {
  border-radius: 54px;
  background-color: #829b9c;
  width: 6px;
}
.modal .bottom {
  padding-top: 30px;
  padding-right: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.modal .bottom p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.form_row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}
.form_row .svg {
  position: absolute;
  bottom: 15.5px;
  right: 12px;
}
.form_row:has(input#calendar_from, input#calendar_to)::before {
  display: none;
}
.form_row:has(input.valid, textarea.valid)::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 50%;
  transform: translateY(100%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url(../images/icons/valid.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row:has(input.error, textarea.error) input,
.form_row:has(input.error, textarea.error) textarea {
  border-color: #ef5b5b;
}
.form_row:has(input.error, textarea.error)::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 50%;
  transform: translateY(100%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url(../images/icons/error.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row:has(input.error, textarea.error) label.error {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #ef5b5b;
}
.form_row label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.form_row label.req::after {
  content: " *";
  color: #00979d;
}
.form_row input,
.form_row textarea {
  padding: 15px 16px;
  border-radius: 11px;
  border: 1px solid #e8f4f4;
  background-color: #f4f9f9;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #26262c;
  transition: all 0.3s;
}
.form_row input:focus,
.form_row textarea:focus {
  border-color: #00979d;
}
.form_row input::-moz-placeholder, .form_row textarea::-moz-placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(130, 155, 156, 0.7);
}
.form_row input::placeholder,
.form_row textarea::placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(130, 155, 156, 0.7);
}
.form_row textarea {
  resize: none;
  height: 98px;
}
.form_row textarea::-moz-placeholder {
  text-align: left;
}
.form_row textarea::placeholder {
  text-align: left;
}

.air-datepicker {
  z-index: 999999;
  width: 100%;
  max-width: 376px;
  width: 376px;
  padding: 14px 8px 12px;
  border-radius: 10px;
  border: 1px solid #f0f9f9 !important;
  box-shadow: 0 4px 25.9px 0 rgba(38, 38, 44, 0.1) !important;
  box-sizing: border-box;
  background-color: #fff;
}

.air-datepicker-nav {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 3px;
  border: none;
  gap: 19px;
  justify-content: center;
}

.air-datepicker-nav--title {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: Inter;
  color: #26262C;
}
.air-datepicker-nav--title:hover {
  background-color: transparent;
}
.air-datepicker-nav--title i {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: Inter;
  color: #26262C;
}

.air-datepicker-nav--action {
  transition: all 0.3s;
}
.air-datepicker-nav--action svg path {
  transition: all 0.3s;
}
.air-datepicker-nav--action:hover {
  background-color: #00a5ac;
}
.air-datepicker-nav--action:hover svg path {
  stroke: #fff;
}

.air-datepicker-body--day-names {
  margin: 0;
  border-radius: 4px;
  background-color: #f0f9f9;
}

.air-datepicker-body--day-name {
  padding: 10.5px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #00979d;
  text-transform: none;
}

.air-datepicker-body--cells.-days- {
  margin: 0;
  gap: 1px 8px;
  grid-auto-rows: 40px;
}

.air-datepicker-cell,
.air-datepicker-cell.-current- {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #26262C;
  width: 40px;
  height: 40px;
}
.air-datepicker-cell:hover,
.air-datepicker-cell.-current-:hover {
  background-color: #f0f9f9;
  border-color: #00979d;
}

.air-datepicker-cell.-selected- {
  border: 1px solid #00979d;
  background-color: #f0f9f9 !important;
  color: #26262C !important;
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
  color: #829b9c;
}

.air-datepicker-cell.-disabled- {
  pointer-events: none;
}

.air-datepicker--buttons {
  border-top: none;
  padding: 8px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  margin-top: 8px;
}
.air-datepicker--buttons .air-datepicker-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}

.custom_radio {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.custom_radio:has(input.error) label.error {
  display: none !important;
}
.custom_radio:has(input.error) .radio {
  border-color: #EF5B5B;
}
.custom_radio:has(input.error) .radio .circle {
  background-color: #EF5B5B;
}
.custom_radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  opacity: 0;
  cursor: pointer;
}
.custom_radio .radio {
  width: 34px;
  min-width: 34px;
  border-radius: 34px;
  border: 1px solid #00979d;
  padding: 3px 4px;
  background-color: #fff;
  transition: all 0.3s;
}
.custom_radio .radio .circle {
  width: 13px;
  min-width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #00979d;
  transition: all 0.3s;
}
.custom_radio:has(input:checked) .radio {
  background-color: #00979d;
}
.custom_radio:has(input:checked) .radio .circle {
  background-color: #fff;
  transform: translateX(90%);
}

.default_content h1,
.default_content h2,
.default_content h3,
.default_content h4,
.default_content h5,
.default_content h6 {
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.default_content h1:first-child,
.default_content h2:first-child,
.default_content h3:first-child,
.default_content h4:first-child,
.default_content h5:first-child,
.default_content h6:first-child {
  margin-top: 0;
}
.default_content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.default_content h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
.default_content h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.default_content h5 {
  font-size: 22px;
  margin-bottom: 14px;
}
.default_content h6 {
  font-size: 20px;
  margin-bottom: 12px;
}
.default_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #26262C;
  margin-bottom: 20px;
}
.default_content ol,
.default_content ul {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.default_content ol li,
.default_content ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #26262C;
}
.default_content ul li::marker {
  color: #00979d;
}
.default_content ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #26262C;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 11px;
  border: 1px solid #e8f4f4;
  background-color: #f4f9f9;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 18px 15px 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #26262C;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow {
  transform: translateY(-50%) scaleY(-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/select_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container {
  z-index: 9999;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 10px;
  box-shadow: 0 4px 25.9px 0 rgba(38, 38, 44, 0.1);
  background-color: #fff;
  border: 1px solid #f0f9f9;
  padding: 14px 0;
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown,
.select2-container--open .select2-dropdown--above .select2-search--dropdown {
  position: relative;
  padding: 0 14px;
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown:has(input:focus)::before,
.select2-container--open .select2-dropdown--above .select2-search--dropdown:has(input:focus)::before {
  display: none;
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown::before,
.select2-container--open .select2-dropdown--above .select2-search--dropdown::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/search.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown input,
.select2-container--open .select2-dropdown--above .select2-search--dropdown input {
  padding: 12px 16px;
  padding-left: 42px;
  border-radius: 10px;
  border: 1px solid #e8f4f4;
  background-color: #f4f9f9;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #26262c;
  transition: all 0.3s;
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown input:focus,
.select2-container--open .select2-dropdown--above .select2-search--dropdown input:focus {
  border-color: #00979d;
  padding-left: 16px;
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown input::-moz-placeholder, .select2-container--open .select2-dropdown--above .select2-search--dropdown input::-moz-placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(130, 155, 156, 0.7);
}
.select2-container--open .select2-dropdown--below .select2-search--dropdown input::placeholder,
.select2-container--open .select2-dropdown--above .select2-search--dropdown input::placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(130, 155, 156, 0.7);
}

.select2-results__option {
  padding: 14px 16px 14px 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #26262C;
  transition: all 0.3s;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f0f9f9;
  color: #26262C;
}

.select2-container--default .select2-results__option--selected {
  color: #fff;
  background-color: #00979d;
}

.select2-container--default .select2-results > .select2-results__options {
  margin-top: 10px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 54px;
  background-color: #829b9c;
  width: 6px;
}

.slick-dots {
  list-style: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50vw;
  transform: translateX(-50%);
  gap: 10px;
  align-items: center;
  height: 13px;
}
.slick-dots li {
  transition: all 0.3s;
  width: 8px;
  height: 8px;
  min-width: 8px;
  background-color: #fff;
  border: 1px solid #00979D;
  border-radius: 100%;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  width: 13px;
  min-width: 13px;
  height: 13px;
  background-color: #00979D;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.header {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 100;
  position: fixed;
  width: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.header.scroll {
  box-shadow: 0 9px 31.9px 0 rgba(38, 38, 44, 0.03);
}
.header .contact_link {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #26262C;
}
.header .contact_link:last-of-type {
  margin-left: auto;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 408px;
}
.header .burger_btn {
  z-index: 10;
  width: 24px;
  height: 20px;
  cursor: pointer;
  display: block;
}
.header .burger_btn:hover span {
  background-color: #00979d;
}
.header .burger_btn span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 8px;
  position: relative;
  background: #26262c;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.header .burger_btn span:first-child {
  transform-origin: 0% 0%;
}
.header .burger_btn span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.header .burger_btn.active:hover span {
  background-color: #00979d;
}
.header .burger_btn.active span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 3px);
  background-color: #fff;
}
.header .burger_btn.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.header .burger_btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -5px);
}
.header .header_menu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  padding: 68px 0 30px;
  border-radius: 24px;
  background-color: #26262c;
  box-shadow: 0 4px 20px 0 rgba(0, 28, 29, 0.3);
  max-width: 363px;
  width: 100%;
  transform: translateX(150%);
  transition: all 0.5s;
}
.header .header_menu.open {
  transform: translateX(0);
}
.header .header_menu nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 42px;
}
.header .header_menu nav a {
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
  max-width: 276px;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 10px;
}
.header .header_menu nav a:hover {
  color: #00979d;
  background-color: rgba(0, 151, 157, 0.05);
}
.header .header_menu .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
.header .header_menu .links a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #829b9c;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header_menu .button {
  margin: 0 auto;
}
.header .header_menu .langs_toggle {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header .header_menu .langs_toggle .lang {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #829b9c;
  transition: all 0.3s;
  cursor: pointer;
}
.header .header_menu .langs_toggle .lang:hover {
  color: #fff;
  border-color: #829b9c;
}
.header .header_menu .langs_toggle .lang.active {
  border-color: #00979d;
  color: #fff;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.footer {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  position: relative;
}
.footer > img {
  z-index: 1;
  position: absolute;
  left: 104px;
  top: 0;
}
.footer .top {
  position: relative;
  padding: 48px 90px;
  border-radius: 30px;
  background-color: #26262c;
  display: flex;
  z-index: 2;
}
.footer .top .logo_container {
  display: flex;
  gap: 72px;
  margin-right: 40px;
}
.footer .top .logo_container .logo {
  width: 100%;
  max-width: 519px;
}
.footer .top .logo_container .links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .top .logo_container .links .link_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .top .logo_container .links .link_item .title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.footer .top .logo_container .links .link_item a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #829b9c;
  text-decoration: none;
}
.footer .top .socials_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .top .socials_container .socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer .top .socials_container .socials .social {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.07);
  transition: all 0.3s;
}
.footer .top .socials_container .socials .social:hover {
  background-color: #00979d;
}
.footer .top .member_block {
  margin-left: auto;
  padding: 9px 21px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 400px;
}
.footer .top .member_block .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.footer .top .member_block .image_container {
  width: 100%;
  max-width: 126px;
  height: 72px;
}
.footer .top .member_block .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .bottom {
  position: relative;
  z-index: 2;
  padding: 16px 0;
  display: flex;
  background-color: #fff;
  justify-content: center;
  gap: 20px;
}
.footer .bottom .copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer .bottom .footer_bottom_link {
  padding-left: 24px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #26262C;
}
.footer .bottom .footer_bottom_link::before {
  content: "";
  position: absolute;
  width: 4px;
  min-width: 4px;
  height: 4px;
  border-radius: 100%;
  opacity: 0.2;
  background-color: #26262C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen_wrapper {
  z-index: 2;
  border-radius: 30px;
  width: 100%;
  height: 716px;
  background-image: url(../images/first_screen_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.first_screen_wrapper .text {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  max-width: 663px;
  width: 100%;
}
.first_screen_wrapper .text h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
}
.first_screen_wrapper .text p {
  margin-bottom: 42px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.first_screen_wrapper .text .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.how_we_work_section .heading {
  max-width: 1032px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.how_we_work_section .work_process_slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.how_we_work_section .work_process_slider .work_process_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.how_we_work_section .work_process_slider .work_process_item .image_container {
  border-radius: 30px;
  width: 100%;
  height: 396px;
  overflow: hidden;
}
.how_we_work_section .work_process_slider .work_process_item .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how_we_work_section .work_process_slider .work_process_item .info h5 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}
.how_we_work_section .work_process_slider .work_process_item .info p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #829b9c;
}

.delivery_wrapper {
  display: flex;
  gap: 30px;
  z-index: 2;
  position: relative;
}
.delivery_wrapper .delivery_info {
  padding: 87px 90px;
  border-radius: 30px;
  background-color: #f4f9f9;
  max-width: 1130px;
}
.delivery_wrapper .delivery_info .heading {
  margin-bottom: 30px;
}
.delivery_wrapper .delivery_info .heading h2,
.delivery_wrapper .delivery_info .heading p {
  text-align: left;
}
.delivery_wrapper .delivery_info .heading p mark {
  font-weight: 700;
  white-space: nowrap;
  padding: 5px 8px;
  border-radius: 6px;
  background-color: rgba(0, 151, 157, 0.06);
  border: 1px solid #00979d;
}
.delivery_wrapper .delivery_info .heading strong {
  display: flex;
  margin-top: 6px;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #ef5b5b;
}
.delivery_wrapper .delivery_info .heading strong::before {
  content: "";
  background-image: url(../images/icons/info_icon.svg);
  width: 14px;
  min-width: 14px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.delivery_wrapper .delivery_info .delivery_countries {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.delivery_wrapper .delivery_info .delivery_countries .country {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 124px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.delivery_wrapper .delivery_info .delivery_countries .country .image_container {
  width: 67px;
  min-width: 67px;
  height: 50px;
  overflow: hidden;
  border-radius: 6px;
}
.delivery_wrapper .delivery_info .delivery_countries .country .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.delivery_wrapper .delivery_info .delivery_countries .mark {
  width: 100%;
  max-width: 472px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid #00979d;
  background-color: rgba(0, 151, 157, 0.06);
}
.delivery_wrapper .delivery_info .delivery_countries .mark p {
  margin-bottom: 3px;
}
.delivery_wrapper .image_container {
  height: -webkit-fill-available;
  min-width: 552px;
  border-radius: 30px;
  overflow: hidden;
}
.delivery_wrapper .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formalities .heading {
  max-width: 1032px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.formalities .formalities_slider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.formalities .formalities_slider .formalities_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 50px 20px;
  border-radius: 30px;
  background-color: #f4f9f9;
}
.formalities .formalities_slider .formalities_item .text h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.formalities .formalities_slider .formalities_item .text p {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #829b9c;
}

.work_steps_wrapper {
  padding: 80px 30px;
  border-radius: 30px;
  background-color: #26262c;
  background-image: url(../images/steps_img_1.webp), url(../images/steps_img_2.webp);
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-position: top 54px left 44px, bottom 30px right 19px;
}
.work_steps_wrapper .heading {
  max-width: 972px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.work_steps_wrapper .heading h2,
.work_steps_wrapper .heading p {
  color: #fff;
}
.work_steps_wrapper .steps_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: steps_counter;
}
.work_steps_wrapper .steps_container .step_item {
  position: relative;
  padding-left: 75px;
  padding-top: 59px;
  counter-increment: steps_counter;
}
.work_steps_wrapper .steps_container .step_item:last-child .label_container::after {
  display: none;
}
.work_steps_wrapper .steps_container .step_item::after {
  content: counter(steps_counter);
  position: absolute;
  top: -46px;
  left: 0;
  z-index: 0;
  font-size: 230px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.04);
}
.work_steps_wrapper .steps_container .step_item .label_container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  z-index: 2;
}
.work_steps_wrapper .steps_container .step_item .label_container::after {
  content: "";
  background-image: url(../images/step_item_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 162px;
  height: 15px;
}
.work_steps_wrapper .steps_container .step_item .label_container .label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
  color: #00979d;
}
.work_steps_wrapper .steps_container .step_item .label_container .label::after {
  content: " " counter(steps_counter);
}
.work_steps_wrapper .steps_container .step_item .content {
  z-index: 2;
  position: relative;
  max-width: 340px;
}
.work_steps_wrapper .steps_container .step_item .content .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 13px;
}
.work_steps_wrapper .steps_container .step_item .content .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #829b9c;
}
.work_steps_wrapper .button {
  margin: 40px auto 0;
  display: block;
}

.why_we_section {
  display: flex;
  gap: 30px;
  position: relative;
}
.why_we_section > img {
  position: absolute;
  left: 0;
  bottom: -93px;
  z-index: 1;
}
.why_we_section .image_container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 672px;
  border-radius: 30px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.why_we_section .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_we_section .why_we_container {
  width: 100%;
  max-width: 1130px;
  padding: 68px 90px;
  border-radius: 30px;
  background-color: #f4f9f9;
}
.why_we_section .why_we_container .heading {
  margin-bottom: 40px;
}
.why_we_section .why_we_container .heading h2,
.why_we_section .why_we_container .heading p {
  text-align: left;
}
.why_we_section .why_we_container .why_we_listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.why_we_section .why_we_container .why_we_listing .why_we_item {
  display: flex;
  align-items: start;
  gap: 12px;
}
.why_we_section .why_we_container .why_we_listing .why_we_item .icon_container {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.why_we_section .why_we_container .why_we_listing .why_we_item .icon_container img,
.why_we_section .why_we_container .why_we_listing .why_we_item .icon_container svg {
  width: 100%;
  height: 100%;
}
.why_we_section .why_we_container .why_we_listing .why_we_item .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.cta_section {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cta_section .text {
  padding: 30px 90px;
  flex: 1;
}
.cta_section .text .heading {
  margin-bottom: 27px;
}
.cta_section .text .heading h2,
.cta_section .text .heading p {
  text-align: left;
}
.cta_section .text .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta_section .image_container {
  width: 100%;
  max-width: 901px;
  border-radius: 30px;
  height: 525px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cta_section .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our_delivery_section,
.first_screen {
  position: relative;
}
.our_delivery_section > img,
.first_screen > img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -109px;
}

.first_screen > img {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

.consultation_form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}
.consultation_form .form_row:has(textarea) {
  grid-column: span 2;
}

.quote_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.quote_form .from_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote_form .from_block .form_title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  color: #26262C;
}
.quote_form .from_block .inputs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 14px;
}
.quote_form .from_block .inputs .form_row:has(textarea) {
  grid-column: span 2;
}
.quote_form .from_block .inputs .custom_radio {
  grid-column: span 2;
  margin-top: 10px;
}

.privacy {
  max-width: 940px;
}
.privacy .default_content {
  padding-right: 22px;
  flex: 1 1 auto;
  overflow: auto;
}
.privacy .default_content::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.privacy .default_content::-webkit-scrollbar-thumb {
  border-radius: 54px;
  background-color: #829b9c;
  width: 6px;
}

.modal.message {
  max-width: 732px;
}
.modal.message .modal_content {
  padding: 68px 70px 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modal.message .modal_content .image_container {
  width: 93px;
  height: 93px;
  min-width: 93px;
  margin-bottom: 30px;
}
.modal.message .modal_content .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.message .modal_content h2 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #26262C;
  margin-bottom: 18px;
}
.modal.message .modal_content p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #829B9C;
}

@media (max-width: 1860px) {
  .cta_section .image_container {
    max-width: 581px;
  }
}
@media (max-width: 1800px) {
  .why_we_section .image_container {
    max-width: 552px;
  }
  .footer .top {
    padding: 48px 60px;
  }
  .footer .top .logo_container {
    gap: 46px;
  }
  .footer .top .logo_container .logo {
    max-width: 443px;
  }
  .footer .top .member_block {
    max-width: 351px;
  }
}
@media (max-width: 1650px) {
  .first_screen_wrapper {
    height: 590px;
  }
  .first_screen_wrapper .text {
    max-width: 592px;
    left: 60px;
  }
  .first_screen_wrapper .text .buttons {
    flex-direction: column;
    align-items: start;
    width: -moz-fit-content;
    width: fit-content;
  }
  .first_screen_wrapper .text .buttons .button {
    width: 100%;
    text-align: center;
  }
  .how_we_work_section .work_process_slider {
    gap: 20px;
  }
  .how_we_work_section .work_process_slider .work_process_item .image_container {
    height: auto;
  }
  .delivery_wrapper .delivery_info {
    padding: 44px 60px;
  }
  .formalities .formalities_slider {
    gap: 20px;
  }
  .why_we_section .why_we_container {
    padding: 55px 60px;
  }
  .cta_section .text {
    padding: 30px 60px;
  }
}
@media (max-width: 1599px) {
  .footer .top {
    padding: 48px 52px;
  }
  .footer .top .logo_container {
    flex-direction: column;
    gap: 14px;
    margin-right: 46px;
  }
  .footer .top .logo_container .logo {
    max-width: 319px;
  }
  .footer .top .logo_container .links {
    flex-direction: row;
  }
  .footer .top .member_block {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 1500px) {
  .why_we_section {
    gap: 0px;
  }
  .why_we_section .image_container {
    display: none;
  }
  .why_we_section .why_we_container {
    max-width: 100%;
    padding: 50px 52px;
    position: relative;
    z-index: 2;
  }
  .why_we_section .why_we_container .heading h2,
  .why_we_section .why_we_container .heading p {
    text-align: center;
  }
  .why_we_section .why_we_container .why_we_listing {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item {
    flex-direction: column;
    align-items: center;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item .text {
    text-align: center;
  }
  .cta_section .image_container {
    max-width: 480px;
    height: 436px;
  }
  .cta_section .text {
    padding: 30px 52px;
  }
  .cta_section .text .buttons {
    flex-wrap: wrap;
    align-items: start;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cta_section .text .buttons .button {
    text-align: center;
  }
}
@media (max-width: 1350px) {
  .first_screen_wrapper {
    height: 514px;
  }
  .first_screen_wrapper .text {
    max-width: 587px;
    left: 52px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 42px;
  }
  .limit {
    padding: 0 30px;
  }
  .heading h2 {
    font-size: 32px;
  }
  .how_we_work_section .heading {
    margin-bottom: 42px;
  }
  .how_we_work_section .work_process_slider {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 1220px;
  }
  .how_we_work_section .work_process_slider .slick-track {
    display: flex;
    gap: 20px;
  }
  .delivery_wrapper .image_container {
    min-width: 503px;
  }
  .delivery_wrapper .delivery_info {
    padding: 57px 52px;
  }
  .delivery_wrapper .delivery_info .delivery_countries .country .image_container {
    width: 44px;
    min-width: 44px;
    height: 33px;
  }
  .formalities .heading {
    margin-bottom: 42px;
  }
  .formalities .formalities_slider {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .formalities .formalities_slider .image_container {
    width: 80px;
    height: 80px;
  }
  .formalities .formalities_slider .image_container img,
  .formalities .formalities_slider .image_container svg {
    width: 100%;
    height: 100%;
  }
  .formalities .formalities_slider .slick-list {
    display: flex;
  }
  .formalities .formalities_slider .slick-track {
    display: flex;
    gap: 20px;
  }
  .formalities .formalities_slider .formalities_item {
    padding: 42px 20px;
  }
  .work_steps_wrapper {
    overflow: hidden;
    position: relative;
  }
  .work_steps_wrapper::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    width: 41px;
    background: linear-gradient(90deg, rgba(38, 38, 44, 0) 0%, #26262c 100%);
    z-index: 3;
  }
  .work_steps_wrapper .steps_container {
    max-width: 100%;
    overflow: auto;
    padding-bottom: 54px;
    position: relative;
  }
  .work_steps_wrapper .steps_container::-webkit-scrollbar {
    height: 6px;
    background-color: transparent;
  }
  .work_steps_wrapper .steps_container::-webkit-scrollbar-thumb {
    border-radius: 54px;
    background-color: #829b9c;
    height: 6px;
  }
  .work_steps_wrapper .steps_container .step_item {
    min-width: 363px;
  }
  .cta_section .text .buttons {
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
  }
  .cta_section .text .buttons .button {
    width: 100%;
  }
  .footer {
    padding-top: 120px;
  }
  .footer > img {
    max-width: 665px;
  }
  .footer .top .member_block {
    max-width: 316px;
    height: 104px;
  }
  .footer .top .member_block .image_container {
    max-width: 94px;
    height: 53px;
  }
  .header {
    padding-top: 42px;
    padding-bottom: 43px;
  }
  .header .logo {
    max-width: 377px;
  }
  .header .header_menu {
    right: 10px;
  }
  .header .burger_btn {
    margin-left: auto;
  }
  .header .contact_link:last-of-type {
    display: none;
  }
}
@media (max-width: 1250px) {
  .delivery_wrapper {
    gap: 0px;
  }
  .delivery_wrapper > .image_container {
    display: none;
  }
  .delivery_wrapper .delivery_info {
    max-width: 100%;
    padding: 52px 42px;
  }
  .delivery_wrapper .delivery_info .heading h2,
  .delivery_wrapper .delivery_info .heading p,
  .delivery_wrapper .delivery_info .heading strong {
    text-align: center;
  }
  .delivery_wrapper .delivery_info .heading strong {
    justify-content: center;
    margin-top: 6px;
    font-size: 14px;
  }
  .delivery_wrapper .delivery_info .delivery_countries {
    max-width: 654px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 52px;
  }
  .delivery_wrapper .delivery_info .delivery_countries .country {
    font-size: 14px;
  }
  .delivery_wrapper .delivery_info .delivery_countries .country .image_container {
    width: 67px;
    min-width: 67px;
    height: 50px;
  }
  .delivery_wrapper .delivery_info .delivery_countries .mark {
    grid-column: span 4;
    margin: 0 auto;
    font-size: 14px;
    max-width: 418px;
  }
  .our_delivery_section > img {
    display: none;
  }
  .formalities .formalities_slider {
    min-width: 1230px;
  }
  .formalities .formalities_slider .formalities_item .text h6 {
    font-size: 18px;
  }
  .formalities .formalities_slider .formalities_item .text p {
    font-size: 14px;
  }
  .cta_section {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cta_section .image_container {
    max-width: 676px;
    aspect-ratio: 338/197;
    height: auto;
  }
  .cta_section .text {
    padding: 0;
  }
  .cta_section .text .heading {
    max-width: 856px;
    margin: 0 auto;
    margin-bottom: 27px;
  }
  .cta_section .text .heading h2,
  .cta_section .text .heading p {
    text-align: center;
  }
  .cta_section .text .buttons {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .cta_section .text .buttons .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 102px !important;
  }
  .footer > img {
    max-width: 514px;
    top: 52px;
    left: auto;
    right: -30px;
  }
  .footer .top {
    flex-direction: column;
    align-items: center;
    gap: 42px;
    padding: 48px 42px;
  }
  .footer .top .logo_container {
    margin: 0;
    gap: 30px;
  }
  .footer .top .logo_container .logo {
    max-width: 472px;
  }
  .footer .top .logo_container .links {
    justify-content: center;
  }
  .footer .top .socials_container {
    gap: 20px;
  }
  .footer .top .socials_container .socials {
    justify-content: center;
  }
  .footer .top .member_block {
    margin: 0;
    max-width: 375px;
    height: 76px;
  }
  .footer .bottom {
    gap: 12px;
  }
  .footer .bottom .footer_bottom_link {
    padding-left: 16px;
  }
  .work_steps_wrapper .heading {
    max-width: 776px;
  }
}
@media (max-width: 1100px) {
  .header {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .header .logo {
    max-width: 300px;
  }
  .first_screen_wrapper {
    height: 687px;
    background-image: url(../images/first_screen_mobile.webp);
  }
  .first_screen_wrapper .text {
    max-width: 100%;
    padding: 0 42px;
    left: 0;
  }
  .first_screen_wrapper .text h1 {
    text-align: center;
    margin-bottom: 14px;
  }
  .first_screen_wrapper .text p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .first_screen_wrapper .text .buttons {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .first_screen_wrapper .text .buttons .button {
    width: -moz-fit-content;
    width: fit-content;
  }
  section {
    margin-top: 102px !important;
  }
  .heading p {
    font-size: 14px;
  }
  .how_we_work_section .heading {
    max-width: 836px;
  }
  .how_we_work_section .work_process_slider {
    min-width: 1350px;
  }
  .how_we_work_section .work_process_slider .work_process_item .info h5 {
    font-size: 18px;
  }
  .how_we_work_section .work_process_slider .work_process_item .info p {
    font-size: 14px;
  }
  .how_we_work_section .work_process_slider .slick-track {
    gap: 30px;
  }
  .work_steps_wrapper .steps_container .step_item {
    padding-left: 70px;
  }
  .work_steps_wrapper .steps_container .step_item::after {
    font-size: 187px;
    top: -40px;
  }
  .work_steps_wrapper .steps_container .step_item .content .title {
    font-size: 18px;
  }
  .work_steps_wrapper .steps_container .step_item .content .text {
    font-size: 14px;
  }
  .why_we_section .why_we_container {
    padding: 50px 42px;
  }
  .why_we_section .why_we_container .why_we_listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item {
    flex-direction: row;
    align-items: start;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item .text {
    text-align: left;
    font-size: 18px;
  }
  .why_we_section > img {
    max-width: 514px;
  }
}
@media (max-width: 999px) {
  .footer .top {
    border-radius: 20px;
  }
  .header .contact_link {
    display: none;
  }
  .header {
    padding-top: 32px;
    padding-bottom: 35px;
  }
  .footer .bottom {
    flex-wrap: wrap;
    align-items: center;
  }
  .footer .bottom .copyright {
    width: 100%;
    text-align: center;
  }
  .footer .bottom .footer_bottom_link:first-of-type {
    padding: 0;
  }
  .footer .bottom .footer_bottom_link:first-of-type::before {
    display: none;
  }
}
@media (max-width: 950px) {
  .how_we_work_section .work_process_slider .work_process_item .image_container {
    border-radius: 20px;
  }
  .first_screen_wrapper {
    border-radius: 20px;
    height: 542px;
  }
  .first_screen_wrapper .text {
    padding: 0 30px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 40px;
  }
  .first_screen_wrapper .text .buttons {
    flex-direction: column;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .first_screen_wrapper .text .buttons .button {
    width: 100%;
    text-align: center;
  }
  .heading h2 {
    font-size: 30px;
  }
  .how_we_work_section .work_process_slider .slick-track {
    gap: 20px;
  }
  .how_we_work_section .work_process_slider {
    min-width: 1150px;
    margin-left: -10px;
  }
  .delivery_wrapper .delivery_info {
    padding: 52px 30px;
  }
  .formalities .formalities_slider {
    min-width: 1530px;
    margin-left: -10px;
  }
  .work_steps_wrapper {
    border-radius: 20px;
  }
  .work_steps_wrapper .heading {
    max-width: 576px;
    margin-bottom: 20px;
  }
  .work_steps_wrapper .steps_container .step_item {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .delivery_wrapper .delivery_info {
    border-radius: 20px;
  }
  .why_we_section > img {
    max-width: 445px;
    left: -80px;
    bottom: -75px;
  }
  .why_we_section .why_we_container {
    border-radius: 20px;
  }
  .why_we_section .why_we_container .heading {
    max-width: 552px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item .text {
    text-align: center;
  }
  .cta_section .image_container {
    max-width: 628px;
    border-radius: 20px;
  }
  .cta_section .text {
    max-width: 656px;
    margin: 0 auto;
  }
  .cta_section .text .buttons {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .cta_section .text .buttons .button {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .privacy .default_content h2 {
    font-size: 26px;
  }
  .privacy .default_content h3 {
    font-size: 24px;
  }
  .privacy .default_content h4 {
    font-size: 22px;
  }
  .privacy .default_content h5 {
    font-size: 20px;
  }
  .privacy .default_content h6 {
    font-size: 18px;
  }
  .privacy .default_content p, .privacy .default_content ol li, .privacy .default_content ul li {
    font-size: 14px;
  }
  .limit {
    padding: 0 20px;
  }
  .header {
    padding-top: 32px;
    padding-bottom: 35px;
  }
  .first_screen_wrapper .text {
    padding: 0 24px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 32px;
  }
  .first_screen > img {
    max-width: 186px;
    aspect-ratio: 1/1;
    bottom: -70px;
  }
  .heading h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
  .how_we_work_section .work_process_slider {
    min-width: 870px;
  }
  .how_we_work_section .work_process_slider .work_process_item {
    gap: 18px;
  }
  .how_we_work_section .work_process_slider .work_process_item .info h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .delivery_wrapper .delivery_info {
    padding: 52px 24px;
  }
  .formalities .formalities_slider {
    min-width: 1150px;
  }
  .formalities .formalities_slider .formalities_item {
    border-radius: 20px;
  }
  .formalities .formalities_slider .formalities_item .text h6 {
    font-size: 16px;
  }
  .work_steps_wrapper {
    padding: 80px 24px;
  }
  .work_steps_wrapper::before {
    right: 24px;
  }
  .work_steps_wrapper .heading {
    max-width: 465px;
  }
  .work_steps_wrapper .steps_container .step_item .content .title {
    font-size: 16px;
  }
  .why_we_section .why_we_container {
    padding: 50px 24px;
  }
  .why_we_section .why_we_container .why_we_listing {
    gap: 46px 20px;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item .text {
    font-size: 16px;
  }
  .modal .modal_content {
    padding: 40px 19px 40px 40px;
  }
  .modal .modal_content .modal_heading h2 {
    font-size: 26px;
  }
  .modal .modal_content .modal_heading p {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .quote_form .from_block .inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 550px) {
  .consultation_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .limit {
    padding: 0 14px;
  }
  .header {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .header .burger_btn {
    width: 18px;
    height: 15px;
  }
  .header .burger_btn span {
    margin-bottom: 5px;
    width: 18px;
    height: 1.5px;
  }
  .header .burger_btn.active span {
    transform: rotate(45deg) translate(-1px, 1px);
  }
  .first_screen_wrapper .text h1 {
    font-size: 30px;
  }
  .heading h2 {
    font-size: 24px;
  }
  .how_we_work_section .heading {
    margin-bottom: 30px;
  }
  .how_we_work_section .work_process_slider {
    min-width: 1045px;
  }
  .delivery_wrapper .delivery_info .delivery_countries {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
  }
  .delivery_wrapper .delivery_info .delivery_countries .mark {
    grid-column: span 3;
  }
  .formalities .heading {
    margin-bottom: 30px;
  }
  .formalities .formalities_slider {
    min-width: 1px;
    margin: 0;
    gap: 20px;
  }
  .formalities .formalities_slider .formalities_item {
    padding: 30px 20px 42px;
  }
  .work_steps_wrapper::before {
    display: none;
  }
  .work_steps_wrapper .steps_container {
    flex-direction: column;
    display: flex;
    gap: 14px;
  }
  .work_steps_wrapper .steps_container .step_item {
    padding-top: 59px;
    padding-left: 0;
  }
  .work_steps_wrapper .steps_container .step_item::after {
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    font-size: 116px;
  }
  .work_steps_wrapper .steps_container .step_item .label_container {
    justify-content: center;
    margin-bottom: 14px;
  }
  .work_steps_wrapper .steps_container .step_item .label_container::after {
    display: none;
  }
  .work_steps_wrapper .steps_container .step_item .content {
    max-width: 100%;
  }
  .work_steps_wrapper .steps_container .step_item .content .title {
    margin-bottom: 6px;
    text-align: center;
  }
  .work_steps_wrapper .steps_container .step_item .content .text {
    text-align: center;
  }
  .why_we_section .why_we_container .heading {
    margin-bottom: 30px;
  }
  .why_we_section .why_we_container .why_we_listing {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 30px;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item {
    flex-direction: row;
    align-items: start;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item .text {
    text-align: left;
  }
  .why_we_section > img {
    bottom: -40px;
  }
  .cta_section .text {
    padding: 0 24px;
  }
  .button {
    padding: 14px 16px;
    font-size: 14px;
  }
  .work_steps_wrapper .steps_container {
    padding-bottom: 0;
  }
  .header .header_menu {
    right: 0;
    top: 0;
    max-width: 100%;
    border-radius: 0;
    max-height: 100vh;
    overflow: auto;
  }
  .header .header_menu::-webkit-scrollbar {
    display: none;
  }
  .header .header_menu nav a {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .limit {
    padding: 0 6px;
  }
  .header {
    padding: 28px 14px;
  }
  .header .logo {
    max-width: 214px;
  }
  .first_screen_wrapper {
    border-radius: 16px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 26px;
  }
  section {
    margin-top: 82px !important;
  }
  .first_screen > img {
    max-width: 115px;
    aspect-ratio: auto;
  }
  .heading h2 {
    font-size: 20px;
  }
  .how_we_work_section .work_process_slider {
    margin-left: 6px;
    min-width: 970px;
  }
  .delivery_wrapper .delivery_info {
    padding: 52px 12px;
    border-radius: 16px;
  }
  .delivery_wrapper .delivery_info .heading strong {
    align-items: start;
    text-align: left;
    justify-content: center;
  }
  .delivery_wrapper .delivery_info .heading strong::before {
    margin-top: 3px;
  }
  .delivery_wrapper .delivery_info .delivery_countries {
    padding: 0 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .delivery_wrapper .delivery_info .delivery_countries .mark {
    grid-column: span 2;
    text-align: center;
  }
  .formalities .formalities_slider {
    gap: 10px;
  }
  .formalities .formalities_slider .formalities_item {
    padding: 27px 16px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
  }
  .formalities .formalities_slider .formalities_item .image_container {
    min-width: 70px;
    height: 70px;
    width: 70px;
  }
  .formalities .formalities_slider .formalities_item .text h6,
  .formalities .formalities_slider .formalities_item .text p {
    text-align: left;
  }
  .formalities .formalities_slider .formalities_item .text p {
    margin-top: 4px;
  }
  .work_steps_wrapper .steps_container .step_item {
    min-width: 1px;
  }
  .work_steps_wrapper {
    border-radius: 16px;
  }
  .why_we_section .why_we_container {
    border-radius: 16px;
  }
  .why_we_section .why_we_container .why_we_listing {
    padding: 0;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item {
    gap: 12px;
  }
  .why_we_section .why_we_container .why_we_listing .why_we_item .icon_container {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .why_we_section > img {
    max-width: 283px;
  }
  .cta_section .image_container {
    border-radius: 16px;
    max-width: 308px;
    aspect-ratio: auto;
    height: 180px;
  }
  .footer {
    padding-top: 82px !important;
  }
  .footer .top {
    border-radius: 16px;
    padding: 48px 20px;
    gap: 30px;
  }
  .footer .top .logo_container {
    align-items: center;
  }
  .footer .top .logo_container .logo {
    max-width: 282px;
  }
  .footer .top .logo_container .links {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: start;
  }
  .footer .top .socials_container .socials .social {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .footer .top .socials_container .socials .social svg {
    width: 18px;
    height: 18px;
  }
  .footer .top .member_block {
    margin-top: 12px;
    padding: 18px 16px;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    height: auto;
  }
  .footer .top .member_block .text {
    text-align: center;
  }
  .modal .modal_content {
    padding: 40px 9px 40px 30px;
  }
  .modal .modal_content .modal_heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .privacy .default_content h2 {
    font-size: 24px;
  }
  .privacy .default_content h3 {
    font-size: 22px;
  }
  .privacy .default_content h4 {
    font-size: 20px;
  }
  .privacy .default_content h5 {
    font-size: 18px;
  }
  .privacy .default_content h6 {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */