* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Proximanova_regular";
  src: url("../fonts/proximanova_regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Proximanova_bold";
  src: url("../fonts/proximanova_bold.otf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  overflow-x: hidden;
}

.header-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 38px 30px 38px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-item:nth-child(1) {
  display: flex;
  align-items: center;
}
.header-item:nth-child(2) {
  display: flex;
  width: 50%;
}
.header-item:nth-child(2) ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header-item:nth-child(2) ul li {
  list-style: none;
  display: inline;
}
.header-item:nth-child(2) ul li a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  text-decoration: none;
}
.header-item:nth-child(2) ul li a:hover {
  color: #25783C;
}

.header-logo img {
  width: 200px;
  height: auto;
  margin-right: 40px;
}

.button-dropdown {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
  background-color: transparent;
  cursor: pointer;
}
.button-dropdown:hover {
  text-decoration: underline;
}
.button-dropdown img {
  width: 13px;
  height: 13px;
  margin-right: 12px;
}

.item-dropdown {
  display: flex;
  align-items: center;
}
.item-dropdown button {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
  margin-top: 16px;
  cursor: pointer;
  background-color: transparent;
}
.item-dropdown button:hover {
  color: #3E9F59;
}

.header-dropdown {
  position: relative;
  display: inline-block;
}

.list-dropdown {
  margin-top: 16px;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 310px;
  box-shadow: 0px 1px 4px rgba(4, 29, 35, 0.25);
  border-radius: 40px;
  z-index: 1;
  padding: 0px 16px 16px 16px;
}
.list-dropdown a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  text-decoration: none;
  margin-top: 18px;
}
.list-dropdown a:hover {
  color: #25783C;
}

.item-dropdown-social {
  display: flex;
}
.item-dropdown-social img {
  width: 26px;
  height: 26px;
  margin-left: 16px;
}

.hienThi {
  display: block;
}

@media (max-width: 1024px) {
  .header-item:nth-child(2) ul li a {
    font-size: 16px;
  }
  .header-logo img {
    width: 160px;
    height: auto;
    margin-right: 20px;
  }
  .button-dropdown {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  #header-section {
    display: none !important;
  }
}
@media (min-width: 850px) {
  #header-section {
    height: 110px;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
  }
  #header-section.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0px 1px 4px rgba(4, 29, 35, 0.25);
    height: 95px !important;
    margin-top: -20px;
  }
}
.header-mobile-menu {
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(4, 29, 35, 0.35);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header-mobile-menu .menu-link {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  display: block;
  padding: 16px 25px 0px 25px;
  text-decoration: none;
}
.header-mobile-menu .menu-link:hover {
  color: #25783C;
}

.logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}
.logo img {
  max-width: 180px;
}

.header-mobile-menu .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.header-mobile-menu .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.header-mobile-menu .menu-icon .navicon {
  background: #25783C;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header-mobile-menu .menu-icon .navicon:before,
.header-mobile-menu .menu-icon .navicon:after {
  background: #25783C;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header-mobile-menu .menu-icon .navicon:before {
  top: 5px;
}

.header-mobile-menu .menu-icon .navicon:after {
  top: -5px;
}

.header-mobile-menu .menu-btn {
  display: none;
}

.header-mobile-menu .menu-btn:checked ~ .menu {
  max-height: 100%;
  padding: 0px 0px 32px 0px;
}

.header-mobile-menu .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header-mobile-menu .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header-mobile-menu .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header-mobile-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header-mobile-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.menu-item {
  display: flex;
  padding: 16px 25px 0px 25px;
}
.menu-item a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  display: block;
  text-decoration: none;
  margin-right: 8px;
}
.menu-item a:hover {
  color: #25783C;
}
.menu-item button {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
.menu-item button:hover {
  color: #25783C;
}

.menu-item-social {
  display: flex;
}
.menu-item-social img {
  width: 26px;
  height: 26px;
}

@media (min-width: 850px) {
  .header-mobile-menu {
    display: none;
  }
}
.passenger-transportation-section {
  width: 95%;
  margin: 0 auto;
  background: #25783C;
  border-radius: 40px;
  background-image: url(../images/background-block-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.passenger-transportation-section p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.passenger-transportation-section h1 {
  font-family: "Proximanova_regular";
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  max-width: 620px;
  padding: 24px 0px 24px 0px;
}

.passenger-transportation-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.passenger-transportation-item:nth-child(1) {
  width: 50%;
}
.passenger-transportation-item:nth-child(2) {
  width: 35%;
}

.passenger-transportation-works {
  font-weight: 600;
}

.passenger-transportation-text {
  font-weight: 400;
  max-width: 550px;
  padding: 0px 0px 40px 0px;
}

.passenger-transportation-button {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  padding: 16px 32px;
  color: #25783C;
  background-color: #FFFFFF;
  border-radius: 40px;
  cursor: pointer;
}
.passenger-transportation-button:hover {
  background-color: #3E9F59;
  color: #fff;
}

.passenger-transportation-contact {
  padding: 64px 0px 16px 0px;
  font-weight: 600;
}

.passenger-transportation-numbers {
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
.passenger-transportation-numbers a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.passenger-transportation-numbers a:hover {
  text-decoration: underline;
}

.passenger-transportation-icons {
  display: flex;
  align-items: center;
  padding: 16px 0px 30px 0px;
}
.passenger-transportation-icons a {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  margin-right: 24px;
}
.passenger-transportation-icons a:hover svg path {
  fill: #3E9F59;
}
.passenger-transportation-icons svg {
  margin: 7px;
}

.form-booking {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 40px;
}
.form-booking h2 {
  font-family: "Proximanova_regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 0px 0px 32px 0px;
}

@media (max-width: 1024px) {
  .passenger-transportation-section {
    width: 95%;
    margin: 0 auto;
  }
  .passenger-transportation-item:nth-child(1) {
    width: 50%;
  }
  .passenger-transportation-item:nth-child(2) {
    width: 45%;
  }
  .passenger-transportation-numbers {
    max-width: 500px;
    display: flex;
    flex-direction: column;
  }
  .passenger-transportation-numbers a {
    padding: 8px 0px;
  }
}
@media (max-width: 800px) {
  .passenger-transportation-section {
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
  }
  .passenger-transportation-section p {
    font-family: "Proximanova_regular";
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    text-align: center;
  }
  .passenger-transportation-section h1 {
    font-family: "Proximanova_regular";
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    max-width: 100%;
    padding: 24px 0px 24px 0px;
  }
  .passenger-transportation-row {
    padding: 90px 16px 30px 16px;
    flex-direction: column;
  }
  .passenger-transportation-item:nth-child(1) {
    width: 100%;
  }
  .passenger-transportation-item:nth-child(2) {
    width: 100%;
  }
  .form-booking {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 24px;
  }
  .passenger-transportation-button {
    margin: 0 auto;
    text-align: center;
    display: flex;
  }
  .passenger-transportation-numbers {
    align-items: center;
    max-width: 100%;
  }
  .passenger-transportation-icons {
    justify-content: center;
  }
  .passenger-transportation-icons a {
    margin: 0px 8px;
  }
  .passenger-transportation-contact {
    padding: 24px 0px 16px 0px;
    font-weight: 600;
  }
  .passenger-transportation-text {
    padding: 0px 0px 24px 0px;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 29, 35, 0.95);
  overflow: auto;
  z-index: 999;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

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

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 40px 40px;
  transition: 0.4s all;
  transform: translate(0, 20%);
  background: #FFFFFF;
  border-radius: 40px;
  cursor: auto;
}
.modal h2 {
  font-family: "Proximanova_regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 0px 0px 32px 0px;
}

.modal-form-row {
  display: flex;
  flex-direction: column;
}

.modal-item {
  margin: 0px 0px 32px 0px;
}
.modal-item ::-webkit-input-placeholder {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #AEAEAE;
}
.modal-item input {
  outline: none;
}

.modal-item:nth-child(1) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-item:nth-child(1) .select-box {
  width: 40% !important;
}

.modal-item:nth-child(3) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-item:nth-child(3) .select-box .select-box__input-text-preview {
  color: #AEAEAE !important;
  font-size: 18px;
  padding: 8px 0px;
}

.modal-form-send {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #25783C;
  width: 100%;
  padding: 16px 32px;
  border-radius: 40px;
  cursor: pointer;
}
.modal-form-send:hover {
  background-color: #3E9F59;
  color: #fff;
}

.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__close {
  position: absolute;
  right: 0px;
  top: -50px;
  height: 32px;
  transition: 0.4s all;
  cursor: pointer;
  border-radius: 50%;
  background-color: #041D23;
}

.select-box {
  display: block;
  position: relative;
  width: 100%;
  color: #60666d;
  padding: 0px 0px 10px 0px;
  color: #0B0203;
  background-color: transparent;
  border-bottom: solid 1px #AEAEAE;
  border-radius: 4px;
}
.select-box p {
  font-family: "Proximanova_regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #AEAEAE;
  background-color: transparent;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
  color: #0B0203;
}
.select-box__current:focus + .select-box__list .select-box__option:hover {
  color: #25783C;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 20px;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0px 32px 0px 0px;
  background-color: #F7F7F5;
  color: #041D23 !important;
}
.select-box .select-box__input-text-preview {
  color: #AEAEAE !important;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  top: 150%;
  box-shadow: 0px 1px 4px rgba(4, 29, 35, 0.25);
  z-index: 10;
}
.select-box__option {
  font-family: "Proximanova_regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  padding: 15px;
  background-color: #fff;
  color: #041D23;
  margin-top: -12px;
  position: relative !important;
  z-index: 9999 !important;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.modal-item input[type=date] {
  position: relative;
  width: 100%;
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 8px 0px;
  border-bottom: solid 1px #AEAEAE;
  padding-right: 25px;
  background: url("../images/icons/date.svg") no-repeat right;
  background-size: 16px;
}
.modal-item input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  cursor: pointer;
}
.modal-item input[type=date]::-webkit-inner-spin-button,
.modal-item input[type=date]::-webkit-clear-button {
  z-index: -10;
}
.modal-item input[type=date]::-webkit-input-placeholder {
  z-index: 99;
  color: #AEAEAE !important;
}
.modal-item input[type=date]:not(.has-value):before {
  content: attr(placeholder);
  width: 100%;
  color: #AEAEAE !important;
}

.number-phone, .name {
  width: 100%;
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 8px 0px;
  border-bottom: solid 1px #AEAEAE;
  cursor: pointer;
}

.select-box-images {
  width: 20px;
  height: 17px;
}

@media (max-width: 500px) {
  .modal-item:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .modal-item:nth-child(1) .select-box {
    width: 100% !important;
  }
  .select-box-images {
    transform: rotate(90deg);
    margin-top: 20px;
  }
}
.section-parcels {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/posilki/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

.section-parcels-row {
  max-width: 900px;
  padding: 0px 30px 0px 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-parcels-item:nth-child(1) {
  width: 50%;
  display: flex;
  align-items: center;
}
.section-parcels-item:nth-child(1) img {
  width: 24px;
  max-height: 120px;
  margin-right: 24px;
}
.section-parcels-item:nth-child(1) h2 {
  font-family: "Proximanova_regular";
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.section-parcels-item:nth-child(2) {
  width: 45%;
}
.section-parcels-item:nth-child(2) img {
  margin-top: -47px;
  max-width: 340px;
  max-height: 330px;
}

@media (max-width: 768px) {
  .section-parcels {
    margin-bottom: 60px;
  }
  .section-parcels-row {
    max-width: 900px;
    padding: 32px 16px 0px 16px;
    margin: 0 auto;
    flex-direction: column;
  }
  .section-parcels-item:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 32px 0px;
  }
  .section-parcels-item:nth-child(1) img {
    width: 24px;
    max-height: 120px;
    margin-right: 24px;
  }
  .section-parcels-item:nth-child(1) h2 {
    font-size: 32px;
    line-height: 44px;
    width: auto;
  }
  .section-parcels-item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .section-parcels-item:nth-child(2) img {
    margin-top: 0px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .section-parcels {
    margin-bottom: 60px;
  }
  .section-parcels-row {
    max-width: 900px;
    padding: 32px 16px 0px 16px;
    margin: 0 auto;
    flex-direction: column;
  }
  .section-parcels-item:nth-child(1) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 32px 0px;
  }
  .section-parcels-item:nth-child(1) img {
    width: 14px;
    max-height: 120px;
    margin-right: 24px;
  }
  .section-parcels-item:nth-child(1) h2 {
    font-size: 22px;
    line-height: 28px;
    width: auto;
  }
  .section-parcels-item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .section-parcels-item:nth-child(2) img {
    margin-top: 0px;
    width: 100%;
    max-width: 190px;
  }
}
.why-choose-section {
  width: 100%;
  padding: 100px 0px 100px 0px;
  background-color: #FAFAFA;
  margin-bottom: 80px;
}
.why-choose-section h2 {
  font-family: "Proximanova_regular";
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 16px 30px 0px 30px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.why-choose-section .why-choose-section-text {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
}

.why-choose-section-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: inherit;
}

.why-choose-section-item {
  width: 31%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 40px;
  margin: 48px 0px 0px 0px;
}
.why-choose-section-item p:nth-child(2) {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding-bottom: 16px;
}
.why-choose-section-item p:nth-child(3) {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D7D7D;
}

.why-choose-section-item-img {
  width: 42px;
  height: 44px;
  background-color: #25783C;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.why-choose-section-item-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0px 60px 0px;
    margin-bottom: 60px;
  }
  .why-choose-section h2 {
    font-size: 32px;
    line-height: 44px;
    padding: 16px 16px 0px 16px;
  }
  .why-choose-section .why-choose-section-row {
    padding: 0px 16px 0px 16px;
  }
  .why-choose-section .why-choose-section-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    padding: 0px 16px 0px 16px;
  }
  .why-choose-section-item {
    width: 48%;
    margin: 48px 0px 0px 0px;
  }
}
@media (max-width: 500px) {
  .why-choose-section {
    padding: 60px 0px 60px 0px;
  }
  .why-choose-section h2 {
    font-size: 32px;
    line-height: 44px;
    padding: 16px 16px 0px 16px;
  }
  .why-choose-section .why-choose-section-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    padding: 0px 16px 0px 16px;
  }
  .why-choose-section-item {
    width: 100%;
    margin: 32px 0px 0px 0px;
  }
}
.reviews-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 100px 30px;
}
.reviews-section h2 {
  font-family: "Proximanova_regular";
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 16px 0px 0px 0px;
}
.reviews-section .slick-slider {
  margin: 0 -15px;
}
.reviews-section .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.reviews-section-p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
}

.reviews-slider-item {
  background: #FAFAFA;
  border-radius: 40px;
  padding: 24px;
  margin-top: 48px;
  margin-right: 40px;
  max-width: 400px;
}

.reviews-slider-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.reviews-slider-top-item:nth-child(1) {
  width: 60%;
  display: flex;
}
.reviews-slider-top-item:nth-child(1) img {
  width: 22px;
  height: 21px;
  margin-right: 5px;
}
.reviews-slider-top-item:nth-child(2) {
  width: 35%;
}
.reviews-slider-top-item:nth-child(2) p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  color: #7D7D7D;
}

.reviews-name {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  margin-bottom: 16px;
}

.reviews-text {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D7D7D;
  margin-bottom: 40px;
}

.reviews-route {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
}
.reviews-route span {
  color: #7D7D7D;
  font-weight: 400;
  padding-left: 16px;
}

.reviews-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews-slider-navigatin {
  padding-left: 24px;
  display: flex;
  align-items: center;
}
.reviews-slider-navigatin #my-arrow-next {
  transform: rotate(180deg);
  margin-top: -7px;
  cursor: pointer;
}
.reviews-slider-navigatin #my-arrow-next svg {
  width: 74px;
  height: 32px;
}
.reviews-slider-navigatin #my-arrow-next:hover path {
  fill: #25783C;
}
.reviews-slider-navigatin #my-arrow-prev {
  cursor: pointer;
  margin-right: 40px;
}
.reviews-slider-navigatin #my-arrow-prev svg {
  width: 74px;
  height: 32px;
}
.reviews-slider-navigatin #my-arrow-prev:hover path {
  fill: #25783C;
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 30px 16px 60px 16px;
  }
  .reviews-section h2 {
    font-size: 32px;
    padding: 16px 0px 0px 0px;
  }
  .reviews-section-top {
    flex-direction: column;
  }
  .reviews-section-top-item {
    width: 100%;
  }
  .reviews-slider-navigatin {
    width: 100%;
  }
  .reviews-slider-navigatin #my-arrow-next {
    margin-top: -7px;
  }
  .reviews-slider-navigatin #my-arrow-next svg {
    width: 44px;
    height: 28px;
  }
  .reviews-slider-navigatin #my-arrow-prev {
    margin-right: 24px;
  }
  .reviews-slider-navigatin #my-arrow-prev svg {
    width: 44px;
    height: 28px;
  }
  .reviews-slider-navigatin {
    padding-left: 0px;
    margin-top: 24px;
  }
  .reviews-slider-item {
    margin-top: 32px;
  }
}
@media (max-width: 650px) and (min-width: 550px) {
  .reviews-slider-top-row {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .reviews-slider-top-item:nth-child(1) {
    width: 100%;
    display: flex;
  }
  .reviews-slider-top-item:nth-child(2) {
    width: 100%;
  }
  .reviews-slider-top-item:nth-child(2) p {
    text-align: left;
    margin: 16px 0px 0px 0px;
  }
}
@media (max-width: 550px) {
  .reviews-slider-item {
    background: #FAFAFA;
    border-radius: 40px;
    padding: 24px;
    margin-top: 48px;
    margin-right: 40px;
    max-width: 100%;
  }
  .reviews-slider-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .reviews-slider-top-item:nth-child(1) {
    width: 60% !important;
    display: flex;
  }
  .reviews-slider-top-item:nth-child(1) img {
    width: 22px;
    height: 21px;
    margin-right: 5px;
  }
  .reviews-slider-top-item:nth-child(2) {
    width: 35%;
  }
  .reviews-slider-top-item:nth-child(2) p {
    font-family: "Proximanova_regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: right;
    color: #7D7D7D;
  }
}
.section-booking {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 100px 30px;
}
.section-booking h2 {
  font-family: "Proximanova_regular";
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 16px 0px 0px 0px;
}

.section-booking-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
}

.section-booking-top-item p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
}
.section-booking-top-item button {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 32px;
  background-color: #25783C;
  border-radius: 40px;
  cursor: pointer;
  margin-left: 24px;
}
.section-booking-top-item button:hover {
  background-color: #3E9F59;
}

.section-booking-img {
  width: 100%;
  max-height: 400px;
  border-radius: 40px;
}

.booking-stages {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.booking-item {
  width: 25%;
  padding: 72px 16px 16px 16px;
  position: relative;
  margin-top: 32px;
}
.booking-item span {
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "Proximanova_bold";
  font-size: 90px;
  color: #DAEEE0;
}
.booking-item p:nth-child(2) {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
  padding-bottom: 8px;
}
.booking-item p:nth-child(3) {
  font-family: "Proximanova_regular";
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding-bottom: 24px;
}
.booking-item p:nth-child(4) {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D7D7D;
}

@media (max-width: 1024px) {
  .booking-item p:nth-child(4) {
    font-size: 16px;
  }
  .booking-item p:nth-child(3) {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .section-booking {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 16px 60px 16px;
  }
  .section-booking h2 {
    font-size: 32px;
    line-height: 44px;
    padding: 16px 0px 0px 0px;
  }
  .section-booking-top {
    margin-bottom: 32px;
    flex-direction: column;
  }
  .section-booking-top-item {
    width: 100%;
  }
  .section-booking-top-item button {
    margin-top: 24px;
    margin-left: 0px;
  }
  .booking-stages {
    justify-content: space-between;
  }
  .booking-item {
    width: 48%;
    margin-top: 32px;
  }
  .booking-item p:nth-child(4) {
    font-size: 16px;
  }
  .booking-item p:nth-child(3) {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .booking-item {
    width: 100%;
    margin-top: 16px;
  }
  .section-booking-img {
    display: none;
  }
  .section-booking-top {
    margin-bottom: 0px;
  }
}
.booking-contact {
  max-width: 1060px;
  margin: 0 auto;
  height: 88px;
  padding: 0px 16px 0px 32px;
  background-color: #25783C;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.booking-contact-item {
  width: auto;
  display: flex;
  align-items: center;
  padding-right: 24px;
}
.booking-contact-item a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 16px;
}
.booking-contact-item a:hover {
  text-decoration: underline;
}
.booking-contact-item img {
  width: 26px;
  height: 26px;
}

@media (max-width: 900px) {
  .booking-contact {
    max-width: 1060px;
    margin: 0 auto;
    height: 100px;
    padding: 0px 16px 0px 32px;
    background-color: #25783C;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
  }
  .booking-contact-item {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-right: 24px;
  }
  .booking-contact-item-icons {
    margin-top: 8px;
  }
}
@media (max-width: 700px) {
  .booking-contact {
    padding: 24px 16px 32px 16px;
    background-color: #25783C;
    flex-direction: column;
    margin-top: 32px;
    height: auto;
  }
  .booking-contact-item {
    margin-top: 18px;
    padding-right: 0px;
  }
}
.questions-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 100px 30px;
}
.questions-section .questions-section-p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
  padding-bottom: 16px;
}
.questions-section h2 {
  font-family: "Proximanova_regular";
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #0B0203;
  padding-bottom: 8px;
}
.questions-section .summary-title {
  font-family: "Proximanova_regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding-right: 24px;
}
.questions-section .summary-text {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D7D7D;
  padding-top: 24px;
}
.questions-section details {
  width: 100%;
  padding: 24px 32px 24px 32px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  background: #FAFAFA;
  border-radius: 40px;
  margin-top: 40px;
}
.questions-section details[open] img {
  transform: rotate(-225deg);
  transition: all 0.7s;
}
.questions-section summary {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.questions-section summary:focus {
  outline: none;
}
.questions-section summary:focus::after {
  content: "";
  height: 80%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.questions-section details[open] .control-icon-close {
  display: initial;
  transition: 0.3s ease;
}
.questions-section details[open] .control-icon-expand {
  display: none;
}
.questions-section .accordion {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .questions-section .accordion {
    width: 100%;
    margin: 0 auto;
  }
}
.questions-section details summary:before {
  display: none;
}
.questions-section summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 768px) {
  .questions-section {
    padding: 30px 16px 60px 16px;
  }
  .questions-section h2 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 8px;
  }
  .questions-section .summary-title {
    font-size: 20px;
    line-height: 26px;
    padding-right: 24px;
  }
  .questions-section .summary-text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
  }
  .questions-section details {
    padding: 24px 24px 24px 24px;
  }
}
.fleet-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 100px 30px;
}
.fleet-section h2 {
  font-family: "Proximanova_regular";
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 16px 0px 0px 0px;
}
.fleet-section .slick-slider {
  margin: 0 -15px;
}
.fleet-section .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.fleet-section-p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
}

.fleet-slider-item {
  max-width: 400px;
  max-height: 400px;
  margin-top: 48px;
}
.fleet-slider-item img {
  width: 100%;
}
.fleet-slider-item:hover img {
  filter: brightness(80%);
}

.fleet-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fleet-slider-navigatin {
  padding-left: 24px;
  display: flex;
  align-items: center;
}
.fleet-slider-navigatin #fleet-slider-arrow-next {
  transform: rotate(180deg);
  margin-top: -7px;
  cursor: pointer;
}
.fleet-slider-navigatin #fleet-slider-arrow-next svg {
  width: 74px;
  height: 32px;
}
.fleet-slider-navigatin #fleet-slider-arrow-next:hover path {
  fill: #25783C;
}
.fleet-slider-navigatin #fleet-slider-arrow-prev {
  cursor: pointer;
  margin-right: 40px;
}
.fleet-slider-navigatin #fleet-slider-arrow-prev svg {
  width: 74px;
  height: 32px;
}
.fleet-slider-navigatin #fleet-slider-arrow-prev:hover path {
  fill: #25783C;
}

@media (max-width: 768px) {
  .fleet-section {
    padding: 30px 16px 60px 16px;
  }
  .fleet-section h2 {
    font-size: 32px;
    padding: 16px 0px 0px 0px;
  }
  .fleet-section-top {
    flex-direction: column;
  }
  .fleet-section-top-item {
    width: 100%;
  }
  .fleet-slider-navigatin {
    width: 100%;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-next {
    margin-top: -7px;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-next svg {
    width: 44px;
    height: 28px;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-prev {
    margin-right: 24px;
  }
  .fleet-slider-navigatin #fleet-slider-arrow-prev svg {
    width: 44px;
    height: 28px;
  }
  .fleet-slider-navigatin {
    padding-left: 0px;
    margin-top: 24px;
  }
  .fleet-slider-item {
    margin-top: 32px;
  }
}
@media (max-width: 550px) {
  .fleet-slider-item {
    max-width: 100%;
    max-height: 600px;
    margin-top: 32px;
  }
  .fleet-slider-item img {
    width: 100%;
  }
}
footer {
  width: 100%;
  padding: 40px 30px;
  background-color: #25783C;
}

.footer-row-top {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  display: flex;
  justify-content: space-around;
}
.footer-menu li {
  list-style: none;
  display: inline;
}
.footer-menu li a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-menu li a:hover {
  text-decoration: underline;
}

.footer-row-top-item:nth-child(1) {
  width: 20%;
}
.footer-row-top-item:nth-child(2) {
  width: 60%;
}
.footer-row-top-item:nth-child(3) {
  width: 15%;
  display: flex;
  justify-content: space-evenly;
}
.footer-row-top-item:nth-child(3) a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer-row-top-item:nth-child(3) a:hover path {
  fill: #3E9F59;
}

@media (max-width: 1024px) {
  .footer-logo img {
    max-width: 150px;
  }
  .footer-menu ul li a {
    font-size: 16px;
  }
}
.footer-contact-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0px 48px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-contact-item:nth-child(1) {
  display: flex;
  align-items: center;
  padding-right: 100px;
}
.footer-contact-item:nth-child(2) svg {
  margin-right: 12px;
}

.footer-contact-item-number {
  display: flex;
  align-items: center;
}

.footer-contact-item-number {
  margin-right: 17px;
}
.footer-contact-item-number a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-contact-item-number a:hover {
  text-decoration: underline;
}
.footer-contact-item-number img {
  width: 24px;
  height: 24px;
}

.footer-contact-item-icons a {
  margin-left: 7px;
}

.footer-contact-number {
  margin-right: 10px;
}

.footer-button {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.footer-button:hover {
  text-decoration: underline;
}

.footer-row-bottom {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer-row-bottom p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.footer-row-bottom a {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-row-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .footer-contact-row {
    justify-content: space-between;
  }
  .footer-contact-item:nth-child(1) {
    display: flex;
    align-items: center;
    padding-right: 0px;
  }
  .footer-contact-item:nth-child(2) svg {
    margin-right: 12px;
  }
}
@media (max-width: 950px) {
  .footer-contact-row {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0px 48px 0px;
    flex-direction: column;
  }
  .footer-contact-item:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .footer-contact-item:nth-child(2) svg {
    margin-right: 12px;
  }
  .footer-button {
    margin-right: 0px;
    margin-top: 24px;
  }
}
@media (max-width: 800px) {
  footer {
    padding: 32px 16px;
    background-color: #25783C;
  }
  .footer-row-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-row-top-item:nth-child(1) {
    width: 100%;
  }
  .footer-row-top-item:nth-child(2) {
    width: 100%;
  }
  .footer-row-top-item:nth-child(3) {
    width: 100%;
    justify-content: flex-start;
    margin-top: 24px;
  }
  .footer-row-top-item:nth-child(3) a {
    margin-right: 16px;
  }
  .footer-logo img {
    max-width: 250px;
  }
  .footer-menu {
    flex-direction: column;
    margin-top: 8px;
  }
  .footer-menu li {
    list-style: none;
    display: inline;
    margin-top: 16px;
  }
  .footer-menu li a {
    font-family: "Proximanova_regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
  }
  .footer-menu li a:hover {
    text-decoration: underline;
  }
  .footer-contact-row {
    padding: 12px 0px 32px 0px;
  }
  .footer-contact-item-number {
    margin-right: 0px;
    margin-top: 16px;
  }
  .footer-contact-item:nth-child(1) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .footer-contact-item:nth-child(2) {
    width: 100%;
  }
  .footer-contact-item:nth-child(2) svg {
    margin-right: 12px;
  }
}
.modal-overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 29, 35, 0.95);
  overflow: auto;
  z-index: 999;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-overlay-1 *,
.modal-overlay-1 *:before,
.modal-overlay-1 *:after {
  box-sizing: inherit;
}

.modal-overlay_visible-1 {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal-1 {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 40px 40px;
  transition: 0.4s all;
  transform: translate(0, 80%);
  background: #FFFFFF;
  border-radius: 40px;
  cursor: auto;
}
.modal-1 h2 {
  font-family: "Proximanova_regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding: 0px 0px 32px 0px;
}

.modal-form-row {
  display: flex;
  flex-direction: column;
}

.modal-form-item {
  margin: 0px 0px 32px 0px;
}
.modal-form-item ::-webkit-input-placeholder {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #AEAEAE;
}
.modal-form-item input {
  outline: none;
}

.modal-form-send {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #25783C;
  width: 100%;
  padding: 16px 32px;
  border-radius: 40px;
  cursor: pointer;
}
.modal-form-send:hover {
  background-color: #3E9F59;
  color: #fff;
}

.modal-form-check {
  display: flex;
  margin-bottom: 32px;
}
.modal-form-check span {
  font-family: "Proximanova_regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #020202;
  padding-left: 10px;
}
.modal-form-check a {
  color: #25783C;
  text-decoration: none;
}
.modal-form-check a:hover {
  text-decoration: underline;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #25783C;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75% 75%;
  border-radius: 4px;
}

.custom-checkbox:checked + label::before {
  background-color: #fff;
  background-image: url("../images/icons/check.jpg");
}

.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__close-1 {
  position: absolute;
  right: 0px;
  top: -50px;
  height: 32px;
  transition: 0.4s all;
  cursor: pointer;
  border-radius: 50%;
  background-color: #041D23;
}

.modal-table-cell-1 {
  padding: 0px 30px 0px 30px;
}

@media (max-width: 500px) {
  .modal-1 {
    transform: translate(0, 20%);
  }
}
.section-routes-and-cost {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 30px 60px 30px;
}
.section-routes-and-cost h2 {
  font-family: "Proximanova_regular";
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding-bottom: 16px;
}

.section-routes-and-cost-text {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
  padding-bottom: 16px;
}

.tabs__caption {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
}

@media (min-width: 450px) {
  .tabs-mobile, .show-more {
    display: none;
  }
}
@media (max-width: 450px) {
  .tabs-mobile {
    display: block;
  }
  .tabs-desctop {
    display: none;
  }
  .show-more {
    font-family: "Proximanova_regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #25783C;
    padding-bottom: 16px;
    background-color: transparent;
    width: 100%;
    margin-top: 18px;
  }
}
.tabs__caption li:last-child:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
}

.tabs__caption:after {
  content: "";
  display: table;
  clear: both;
}

.tabs__caption li {
  width: 23%;
  background-color: #DFDFDF;
  padding: 18px 12px;
  border-radius: 64px;
  margin-top: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #041D23;
}
.tabs__caption li svg {
  width: 20px;
  height: 18px;
  margin: 0px 8px 0px 8px;
}
.tabs__caption li path {
  fill: #041D23;
}

.tabs__caption li:not(.active):hover {
  background-color: #25783C;
  color: #FFFFFF;
}
.tabs__caption li:not(.active):hover path {
  fill: #FFFFFF;
}
.tabs__caption li:not(.active):hover a {
  color: #FFFFFF !important;
}

.tabs__caption .active {
  background-color: #25783C;
  color: #FFFFFF;
}
.tabs__caption .active path {
  fill: #FFFFFF;
}
.tabs__caption .active a {
  color: #FFFFFF !important;
}

.tabs__caption .active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}

.tabs__content {
  display: none;
  margin: 40px 0px 40px 0px;
}

.tabs__content.active {
  display: block;
}

.vertical .tabs__caption {
  float: left;
  display: block;
}

.vertical .tabs__caption li {
  float: none;
}

.vertical .tabs__caption li:last-child:before {
  display: none;
}

.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}

.vertical .tabs__content {
  overflow: hidden;
}

.tabs__content-p1 {
  font-family: "Proximanova_regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding-bottom: 16px;
}

.tabs__content-p2 {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D7D7D;
}
.tabs__content-p2 span {
  font-weight: 400;
  color: #25783C;
}

.tabs__places {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tabs__places-item {
  width: 16.5%;
  padding-right: 16px;
  margin: 40px 0px 0px 0px;
}
.tabs__places-item p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
}
.tabs__places-item ul li {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D7D7D;
  margin-left: 24px;
  padding-top: 10px;
}

.tabs__info {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  margin-top: 24px;
  max-width: 850px;
}

.cost-services {
  width: 100%;
  background: #FAFAFA;
  border-radius: 40px;
  padding: 40px 0px 40px 40px;
  margin: 40px 0px 0px 0px;
}
.cost-services h3 {
  font-family: "Proximanova_regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #041D23;
  padding-bottom: 16px;
}
.cost-services button {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 32px;
  background-color: #25783C;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 40px;
}
.cost-services button:hover {
  background-color: #3E9F59;
}

.cost-services-p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #7D7D7D;
  padding-bottom: 24px;
}

.cost-services-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cost-services-item:nth-child(1) {
  width: 48%;
}
.cost-services-item:nth-child(2) {
  width: 49%;
}
.cost-services-item:nth-child(2) img {
  width: 100%;
}

.cost-services-route {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: solid 1px #020202;
  margin-bottom: 24px;
}
.cost-services-route p {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #041D23;
}
.cost-services-route p:first-child {
  color: #25783C;
}
.cost-services-route p:last-child {
  color: #25783C;
}
.cost-services-route img {
  width: 22px;
  height: 10px;
}

.cost-services-sales {
  font-family: "Proximanova_regular";
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #25783C;
}

@media (max-width: 1024px) {
  .tabs__caption li {
    width: 23%;
    font-size: 16px;
    color: #041D23;
  }
  .tabs__places-item {
    width: 16.5%;
    padding-right: 16px;
    margin: 40px 0px 0px 0px;
  }
  .tabs__places-item p {
    font-size: 16px;
  }
  .tabs__places-item ul li {
    font-size: 16px;
  }
  .tabs__info {
    font-size: 16px;
    margin-top: 24px;
    max-width: 850px;
  }
  .cost-services {
    width: 100%;
    background: #FAFAFA;
    border-radius: 40px;
    padding: 40px 0px 40px 24px;
    margin: 40px 0px 0px 0px;
  }
}
@media (max-width: 850px) {
  .tabs__caption li {
    width: 30%;
    font-size: 16px;
    color: #041D23;
  }
  .tabs__places-item {
    width: 19%;
    padding-right: 16px;
    margin: 40px 0px 0px 0px;
  }
  .tabs__places-item p {
    font-size: 16px;
  }
  .tabs__places-item ul li {
    font-size: 16px;
  }
  .tabs__info {
    font-size: 16px;
    margin-top: 32px;
    max-width: 850px;
  }
  .cost-services {
    width: 100%;
    background: #FAFAFA;
    border-radius: 40px;
    padding: 40px 24px 40px 24px;
    margin: 40px 0px 0px 0px;
  }
  .cost-services-row {
    display: flex;
    flex-direction: column;
  }
  .cost-services-item:nth-child(1) {
    width: 100%;
  }
  .cost-services-item:nth-child(2) {
    width: 100%;
  }
  .cost-services-item:nth-child(2) img {
    width: 100%;
    max-width: 800px;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .section-routes-and-cost {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 16px 30px 16px;
  }
  .section-routes-and-cost h2 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 16px;
  }
  .tabs__caption li {
    width: 48%;
    font-size: 16px;
    color: #041D23;
    margin-top: 24px;
  }
  .tabs__caption {
    justify-content: space-between;
  }
  .tabs__places-item {
    width: 30%;
    padding-right: 16px;
    margin: 40px 0px 0px 0px;
  }
  .tabs__places-item p {
    font-size: 16px;
  }
  .tabs__places-item ul li {
    font-size: 16px;
  }
  .cost-services {
    width: 100%;
    background: #FAFAFA;
    border-radius: 40px;
    padding: 24px 16px 24px 16px;
    margin: 24px 0px 0px 0px;
  }
  .cost-services-route p {
    font-size: 16px;
  }
  .cost-services button {
    font-size: 16px;
    margin-top: 24px;
  }
  .cost-services-sales {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .tabs__caption li {
    width: 100%;
    font-size: 16px;
    color: #041D23;
    margin-top: 24px;
    padding: 0px 0px;
  }
  .tabs__caption li a {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    font-family: "Proximanova_regular";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #041D23;
    text-decoration: none;
    width: 100%;
    justify-content: center;
  }
  .tabs__places-item {
    width: 48%;
    padding-right: 16px;
    margin: 40px 0px 0px 0px;
  }
  .tabs__places-item p {
    font-size: 16px;
  }
  .tabs__places-item ul li {
    font-size: 16px;
  }
  .tabs__places {
    justify-content: space-between;
  }
  .cost-services-route p {
    font-size: 13px;
  }
  .cost-services-row {
    position: relative;
  }
  .cost-services-item:nth-child(1) {
    width: 100%;
  }
  .cost-services-item:nth-child(2) {
    width: 100%;
  }
  .cost-services-item:nth-child(2) img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */