@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.sticky-wrapper.is-sticky .b_header:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.b_header {
  background-color: #fff;
  z-index: 10;
}

.b_header.header_dark {
  background-color: #000;
}

.b_header.header_dark .header_wrapper {
  height: 80px;
  padding: 5px 0;
}

.b_header.header_dark .menu a {
  color: #fff;
}

@media (max-width: 767px) {
  .b_header.header_dark .menu a {
    color: #000;
  }
}

.b_header.header_dark .menu a:hover {
  color: #FF571F;
}

.b_header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}

.b_header .header_wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 0;
  height: 70px;
}

.b_header .logo {
  max-width: 105px;
}

@media (max-width: 767px) {
  .b_header .menu {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    max-width: calc(100% - 100px);
    padding: 15px;
    transform: translate(-100%, 0);
    transition: all .2s linear;
  }
}

@media (max-width: 767px) {
  .b_header .menu.active {
    transform: none;
  }
}

.b_header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.b_header .menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 18px;
}

@media (max-width: 1199px) {
  .b_header .menu ul li {
    font-size: 16px;
    margin: 0 9px;
  }
}

@media (max-width: 767px) {
  .b_header .menu ul li {
    display: block;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .b_header .menu ul li + li {
    margin: 15px 0 0;
  }
}

.b_header .menu ul a {
  color: #1D1D1D;
}

.b_header .menu ul a:hover {
  color: #FF571F;
}

@media (max-width: 767px) {
  .b_header .button_wrap {
    display: none;
  }
}

.b_header .button_wrap .btn {
  font-size: 18px;
  padding: 8px 10px;
}

.b_header .menu_button {
  display: none;
}

@media (max-width: 767px) {
  .b_header .menu_button {
    display: block;
  }
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 2;
  background-color: transparent;
}

@media (max-width: 767px) {
  .menu_toggler {
    display: block;
  }
}

.menu_toggler span {
  display: block;
  width: 24px;
  height: 3px;
  padding: 0;
  background: #FF571F;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
  left: 8px;
}

.menu_toggler .toggler_top {
  top: 12px;
}

.menu_toggler .toggler_middle {
  top: 19px;
}

.menu_toggler .toggler_bottom {
  top: 26px;
}

.menu_toggler.menu-is-active span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.menu_toggler.menu-is-active span.toggler_top {
  top: 18px;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_middle {
  opacity: 0;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_bottom {
  top: 18px;
  transform: rotate(225deg);
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1D1D1D;
  min-width: 320px;
  background-color: #fff;
  line-height: 1.4;
  font-size: 18px;
}

@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

body.menuopen {
  overflow: hidden;
}

h1, h2 {
  font-size: 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1, h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

p {
  margin: 0;
  line-height: 1.4;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input, textarea, select, select:focus {
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 12px 10px;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 24px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 165px;
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .5;
}

.btn_template {
  color: #fff;
  border-color: #FF571F;
  background-color: #FF571F;
}

.btn_template:focus {
  color: #fff;
}

.btn_template:active {
  color: #fff;
}

.btn_template:hover {
  border-color: #FF571F;
  background-color: #fff;
  color: #FF571F;
}

.btn_template_empty {
  border-color: #FF571F;
  color: #FF571F;
  background-color: #fff;
}

.btn_template_empty:focus {
  color: #FF571F;
}

.btn_template_empty:active {
  color: #FF571F;
}

.btn_template_empty:hover {
  background-color: #FF571F;
  color: #fff;
}

.btn_white_empty {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.btn_white_empty:focus {
  color: #fff;
}

.btn_white_empty:active {
  color: #fff;
}

.btn_white_empty:hover {
  background-color: #fff;
  color: #000;
}

.btn_gold {
  border-color: #CA9E67;
  color: #fff;
  background-color: #CA9E67;
  border-radius: 16px;
}

.btn_gold:focus {
  color: #fff;
}

.btn_gold:active {
  color: #fff;
}

.btn_gold:hover {
  border-color: #ae7e44;
  background-color: #ae7e44;
  color: #fff;
}

.full_section {
  overflow: hidden;
}

.jsShowElement {
  opacity: 0;
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1260px;
  }
}

.secondFont {
  font-family: 'RoslindaleText';
}

.section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 auto 30px;
}

@media (max-width: 1199px) {
  .section_title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .section_title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .section_title {
    font-size: 28px;
  }
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

input.form_control,
textarea.form_control {
  -webkit-appearance: none;
}

.form_control {
  width: 100%;
  border: 1px solid #1D1D1D;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .form_control {
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .form_control {
    border-radius: 10px;
  }
}

textarea.form_control {
  display: block;
  resize: none;
}

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

.column_wrapper {
  margin: 0 -12px;
}

.column_wrapper .column {
  padding: 0 12px;
}

.column_wrapper.w33 .column {
  width: 33.33%;
}

@media (max-width: 767px) {
  .column_wrapper.w33 .column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .column_wrapper.w33 .column + .column {
    margin: 15px 0 0;
  }
}

.column_wrapper.w50 .column {
  width: 50%;
}

@media (max-width: 767px) {
  .column_wrapper.w50 .column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .column_wrapper.w50 .column + .column {
    margin: 15px 0 0;
  }
}

.selectric-wrapper.selectric-hideFirstItem .selectric-items li:first-of-type {
  display: none;
}

.selectric-wrapper .selectric {
  border: 1px solid #1D1D1D;
  border-radius: 24px;
  background: transparent;
}

.selectric-wrapper .selectric .label {
  font-size: 16px;
  line-height: 1.4;
  height: auto;
  margin: 0 38px 0 20px;
  padding: 15px 0;
  color: #1A3855;
}

.selectric-wrapper .selectric .button {
  width: 38px;
  height: 100%;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8167 0.180451C14.5724 -0.0601503 14.1774 -0.0601503 13.933 0.180451L7.49998 6.51448L1.06699 0.180451C0.822632 -0.0601503 0.42763 -0.0601503 0.18327 0.180451C-0.06109 0.421052 -0.06109 0.809977 0.18327 1.05058L7.05814 7.81969C7.18001 7.93968 7.34 8 7.50001 8C7.66003 8 7.82002 7.93968 7.94189 7.81969L14.8168 1.05058C15.0611 0.809977 15.0611 0.421052 14.8167 0.180451Z' fill='%231A3855'/%3E%3C/svg%3E");
}

.selectric-wrapper .selectric .button::after {
  display: none;
}

.selectric-wrapper .selectric-items {
  margin-top: 5px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.selectric-wrapper .selectric-items li {
  font-size: 18px;
  min-height: auto;
  line-height: 1.4;
  padding: 15px 40px;
  color: #111111;
  position: relative;
}

@media (max-width: 767px) {
  .selectric-wrapper .selectric-items li {
    padding: 13px 20px;
  }
}

.selectric-wrapper .selectric-items li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: rgba(29, 29, 29, 0.3);
}

.selectric-wrapper .selectric-items li.selected, .selectric-wrapper .selectric-items li:hover {
  background-color: transparent;
  color: #CA9E67;
}

.b_main_banner {
  position: relative;
  color: #fff;
}

.b_main_banner .banner_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.b_main_banner .banner_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.b_main_banner .left_tree_decor {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 70px;
  max-width: 38%;
}

.b_main_banner .right_tree_decor {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 25px;
  max-width: 38%;
}

.b_main_banner .banner_content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 0 30px;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100vh - 70px);
}

.b_main_banner .banner_content_inner {
  width: 100%;
}

.b_main_banner .section_title {
  font-weight: 700;
  font-size: 76px;
  line-height: 1.2;
  margin: 0 auto 30px;
  max-width: 860px;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .b_main_banner .section_title {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .section_title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .section_title {
    font-size: 36px;
  }
}

.b_main_banner .content {
  font-weight: 500;
  font-size: 32px;
  max-width: 495px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .b_main_banner .content {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .content {
    font-size: 22px;
  }
}

.b_main_banner .buttons_wrapper {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .b_main_banner .buttons_wrapper {
    margin: 15px 0 0;
  }
}

.b_main_banner .buttons_list {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.b_main_banner .buttons_list .btn {
  min-width: 260px;
  margin: 15px;
  font-size: 18px;
  padding: 16px 10px;
  line-height: 1.167;
}

@media (max-width: 767px) {
  .b_main_banner .buttons_list .btn {
    font-size: 16px;
    padding: 12px 10px;
    margin: 7px 15px;
  }
}

.b_we_help {
  position: relative;
  text-align: center;
  margin-top: -190px;
  padding: 0 0 30px;
}

@media (min-width: 2000px) {
  .b_we_help {
    margin-top: -20vh;
  }
}

.b_we_help .clouds_decor {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.b_we_help .clouds_decor img {
  position: absolute;
  max-width: none;
  left: 50%;
  transform: translate(-54%, -35%);
  top: 0;
}

.b_we_help .banner_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.b_we_help .banner_wrapper:after {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 150px;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_we_help .banner_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.b_we_help .content_section {
  min-height: 1300px;
  padding: 190px 0 50px;
}

.b_we_help .content_section .section_inner {
  padding: 100px 0 0;
}

.b_we_help .section_title {
  max-width: 850px;
}

.b_we_help .content_wrapper {
  max-width: 850px;
  margin: 0 auto 30px;
}

.b_we_help .map_wrapper {
  text-align: center;
}

.b_we_help .map_wrapper .map_title {
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #FF571F;
  max-width: 410px;
  margin: 0 auto 30px;
}

.b_we_help .map_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  right: 50px;
}

@media (max-width: 1199px) {
  .b_we_help .map_block {
    margin-right: 150px;
    max-width: 380px;
    right: unset;
  }
}

@media (max-width: 991px) {
  .b_we_help .map_block {
    margin: 0;
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b_we_help .map_block .content_block {
  width: 250px;
}

@media (max-width: 1199px) {
  .b_we_help .map_block .content_block {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .b_we_help .map_block .content_block {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .b_we_help .map_block .content_block {
    width: 100%;
  }
}

.b_we_help .map_block .block_title {
  font-size: 48px;
  color: #FF571F;
  letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
  .b_we_help .map_block .block_title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .b_we_help .map_block .block_title {
    font-size: 24px;
  }
}

.b_we_help .map_image {
  position: relative;
}

@media (max-width: 991px) {
  .b_we_help .map_image {
    width: 100%;
    max-width: 380px;
    margin: 30px auto 0;
  }
}

@keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 0;
  }
}

.b_we_help .map_image .pin_wrapper {
  position: absolute;
  right: 97px;
  bottom: 18px;
}

@media (max-width: 1199px) {
  .b_we_help .map_image .pin_wrapper {
    right: 70px;
  }
}

.b_we_help .map_image .pin_wrapper img {
  animation: move 1s infinite;
  position: relative;
}

.b_we_help .map_image .pin_text {
  position: absolute;
  right: 100%;
  white-space: nowrap;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 10px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.b_we_help .map_image .left_decor {
  position: absolute;
  bottom: 70px;
  right: 190px;
  margin: 0;
}

@media (max-width: 991px) {
  .b_we_help .map_image .left_decor {
    display: none;
  }
}

.b_we_help .map_image .left_decor svg path {
  fill: none;
  stroke-linecap: round;
  stroke-opacity: 0;
  transition: stroke-opacity .5s;
}

.b_we_help .map_image .right_decor {
  position: absolute;
  bottom: -30px;
  left: 100%;
  margin: 0 0 0 -60px;
}

@media (max-width: 991px) {
  .b_we_help .map_image .right_decor {
    display: none;
  }
}

.b_we_help .map_image .right_decor svg path {
  fill: none;
  stroke-linecap: round;
  stroke-opacity: 0;
  transition: stroke-opacity .5s;
}

.b_we_help .content_decor {
  position: absolute;
  z-index: 1;
}

@media (max-width: 991px) {
  .b_we_help .content_decor {
    position: static;
    width: 50%;
  }
}

.b_we_help .content_decor .hero_image {
  margin: 0 0 -20px;
}

@media (max-width: 767px) {
  .b_we_help .content_decor .hero_image {
    margin: 0;
  }
}

.b_we_help .content_decor .hero_image img {
  position: relative;
  max-width: 160%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .b_we_help .content_decor .hero_image img {
    max-width: 90%;
    left: 0;
    right: 0;
    transform: none;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .b_we_help .left_content,
  .b_we_help .right_content {
    padding: 0 5px;
  }
}

.b_we_help .left_content {
  right: 70%;
  top: 43%;
}

.b_we_help .right_content {
  left: 120%;
  top: 30%;
}

.b_services {
  padding: 50px 0 0;
  margin: 0;
  position: relative;
}

.b_services .services_section {
  position: relative;
}

.b_services .impression_decor {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -50%);
  max-width: 27%;
  z-index: -1;
}

.b_services .section_title {
  max-width: 760px;
  margin: 0 auto 70px;
}

@media (max-width: 991px) {
  .b_services .section_title {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .b_services .section_title {
    margin: 0 0 15px;
  }
}

.b_services .impression_row + .impression_row {
  margin: 60px 0 0;
}

@media (max-width: 767px) {
  .b_services .impression_row + .impression_row {
    margin: 30px 0 0;
  }
}

.b_services .impression_row.image_right .image_content {
  -ms-flex-order: 1;
      order: 1;
}

@media (max-width: 767px) {
  .b_services .impression_row.image_right .image_content {
    -ms-flex-order: unset;
        order: unset;
  }
}

.b_services .impression_row.image_right .image_wrapper {
  transform: rotate(5deg);
}

.b_services .impression_row.image_right .small_image {
  transform: translate(-50%, 50%) rotate(-7deg);
  left: 0;
  right: auto;
}

@media (max-width: 767px) {
  .b_services .impression_row.image_right .small_image {
    transform: translate(-20%, 50%) rotate(-7deg);
  }
}

.b_services .impression_row.image_right .image_block {
  margin: 0 auto 0 0;
}

.b_services .impression_row .impression_row_inner {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.b_services .impression_wrapper {
  position: relative;
  z-index: 1;
}

.b_services .image_content,
.b_services .content_wrapper {
  max-width: 50%;
  margin: 0 30px;
}

@media (max-width: 1199px) {
  .b_services .image_content,
  .b_services .content_wrapper {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .b_services .image_content,
  .b_services .content_wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.b_services .image_content .content,
.b_services .content_wrapper .content {
  max-width: 390px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .b_services .image_content .content,
  .b_services .content_wrapper .content {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .b_services .image_content {
    padding: 0 30px;
  }
}

.b_services .content_wrapper {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .b_services .content_wrapper {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .b_services .content_wrapper {
    padding: 20px 50px;
  }
}

@media (max-width: 600px) {
  .b_services .content_wrapper {
    padding: 20px 15px;
  }
}

.b_services .image_wrapper {
  transform: rotate(-5deg);
  position: relative;
  max-width: 418px;
}

@media (max-width: 767px) {
  .b_services .image_wrapper {
    margin: 0 auto 25px;
  }
}

.b_services .image_wrapper .image_block {
  width: 418px;
  margin: 0 0 0 auto;
}

@media (max-width: 991px) {
  .b_services .image_wrapper .image_block {
    width: 100%;
  }
}

.b_services .image_wrapper .image_block .image {
  padding-top: 59.34%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.b_services .image_wrapper .image_block .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.b_services .image_wrapper .small_image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 248px;
  transform: translate(30%, 40%) rotate(5deg);
}

@media (max-width: 1199px) {
  .b_services .image_wrapper .small_image {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .b_services .image_wrapper .small_image {
    transform: translate(10%, 40%) rotate(5deg);
  }
}

.b_services .last_row_wrapper {
  margin: -400px 0 0;
  padding: 530px 0 350px;
  min-height: 1230px;
  position: relative;
}

@media (max-width: 1199px) {
  .b_services .last_row_wrapper {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .b_services .last_row_wrapper {
    padding: 480px 0 220px;
  }
}

@media (max-width: 767px) {
  .b_services .last_row_wrapper {
    padding: 400px 0 220px;
  }
}

.b_services .last_row_wrapper .banner_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.b_services .last_row_wrapper .banner_wrapper img {
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.b_services .last_row_wrapper .last_row {
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 1199px) {
  .b_services .last_row_wrapper .last_row .content_wrapper {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .b_services .last_row_wrapper .last_row .content {
    max-width: 100%;
    padding: 0 50px;
  }
}

@media (max-width: 600px) {
  .b_services .last_row_wrapper .last_row .content {
    padding: 0 15px;
  }
}

.b_how_work {
  position: relative;
  margin: 0 0 70px;
}

.b_how_work .left_tree_decor {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 35%;
  transform: translate(0, -65%);
}

@media (max-width: 1550px) {
  .b_how_work .left_tree_decor {
    left: -5vw;
  }
}

@media (max-width: 1199px) {
  .b_how_work .left_tree_decor {
    top: 160px;
  }
}

@media (max-width: 600px) {
  .b_how_work .left_tree_decor {
    display: none;
  }
}

.b_how_work .right_tree_decor {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -80%);
  max-width: 35%;
}

@media (max-width: 1550px) {
  .b_how_work .right_tree_decor {
    right: -5vw;
  }
}

@media (max-width: 1199px) {
  .b_how_work .right_tree_decor {
    top: 160px;
  }
}

@media (max-width: 600px) {
  .b_how_work .right_tree_decor {
    display: none;
  }
}

.b_how_work .right_tree_decor img {
  margin: 0 0 0 auto;
}

.b_how_work .banner_wrapper {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.b_how_work .banner_wrapper:after {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 150px;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_how_work .banner_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.b_how_work .section_title {
  margin: 0;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .b_how_work .section_title {
    font-size: 64px;
    letter-spacing: 0.03em;
  }
}

.b_how_work .how_work_block {
  position: relative;
  z-index: 1;
  padding: 140px 0 450px;
}

@media (max-width: 991px) {
  .b_how_work .how_work_block {
    padding: 120px 0 260px;
  }
}

@media (max-width: 600px) {
  .b_how_work .how_work_block {
    padding: 0 0 200px;
  }
}

.b_how_work .how_work {
  max-width: 1020px;
  margin: 50px auto;
  padding: 0 0 0 95px;
  position: relative;
}

@media (max-width: 991px) {
  .b_how_work .how_work {
    padding: 0;
  }
}

.b_how_work .how_work .data_row {
  counter-increment: req;
}

.b_how_work .how_work .data_row + .data_row {
  margin: 10px 0 0;
}

@media (max-width: 991px) {
  .b_how_work .how_work .data_row + .data_row {
    margin: 20px 0 0;
  }
}

.b_how_work .how_work .data_row:nth-child(2n) .data_content {
  margin: 0 0 0 auto;
}

.b_how_work .how_work .decor_block {
  position: absolute;
  top: 35px;
  left: 20px;
}

@media (max-width: 1199px) {
  .b_how_work .how_work .decor_block {
    top: 25px;
    left: 40px;
  }
}

@media (max-width: 991px) {
  .b_how_work .how_work .decor_block {
    display: none;
  }
}

.b_how_work .how_work .decor_block svg {
  overflow: visible;
}

@media (max-width: 1199px) {
  .b_how_work .how_work .decor_block svg {
    max-width: 400px;
  }
}

.b_how_work .how_work .data_content {
  position: relative;
  max-width: 495px;
  padding: 0 0 0 80px;
}

@media (max-width: 991px) {
  .b_how_work .how_work .data_content {
    max-width: 100%;
    padding: 0 0 0 50px;
  }
}

.b_how_work .how_work .data_content::before {
  content: counter(req, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 48px;
  font-family: 'RoslindaleText';
  color: #FF571F;
}

@media (max-width: 991px) {
  .b_how_work .how_work .data_content::before {
    font-size: 32px;
  }
}

.b_how_work .discount_wrapper .discount {
  position: relative;
  max-width: 1020px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 25px 110px;
  text-align: center;
  margin: 0 auto;
}

.b_how_work .discount_wrapper .discount .icon {
  width: 80px;
  position: absolute;
  top: -25px;
  left: 5px;
}

@media (max-width: 550px) {
  .b_how_work .discount_wrapper .discount .icon {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.b_how_work .discount_wrapper .discount .icon img {
  filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.2));
}

@media (max-width: 550px) {
  .b_how_work .discount_wrapper .discount {
    padding: 70px 20px 20px;
  }
}

.b_how_work .button_wrapper {
  text-align: center;
  padding: 40px 0 0;
}

.b_how_work .button_wrapper .btn {
  min-width: 260px;
  padding: 17px 15px;
}

.b_contact .clouds_decor img {
  position: absolute;
  max-width: none;
  top: -470px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 991px) {
  .b_contact .clouds_decor img {
    max-width: 2000px;
    top: -300px;
  }
}

@media (max-width: 450px) {
  .b_contact .clouds_decor img {
    top: -330px;
  }
}

.b_contact .line_decor {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -210px;
  z-index: 1;
  text-align: right;
}

@media (max-width: 991px) {
  .b_contact .line_decor {
    top: -12vw;
  }
}

.b_contact .line_decor svg {
  max-width: 95%;
  height: auto;
  margin: 0 0 0 auto;
}

.b_contact .plane_decor {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  transform: translate(0, -100%);
  padding: 0 0 0 50px;
}

@media (max-width: 1199px) {
  .b_contact .plane_decor {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .b_contact .plane_decor {
    max-width: 500px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.b_contact .plane_decor img {
  margin: 0 auto;
}

.b_contact .form_wrap {
  max-width: 706px;
  margin: 0 auto;
}

.b_contact .contact_section {
  padding: 48px 0 0;
  max-width: 1020px;
  margin: 0 auto;
}

.b_contact .contact_block {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 48px;
  padding: 60px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .b_contact .contact_block {
    padding: 30px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .b_contact .contact_block {
    padding: 15px;
  }
}

.b_contact .contact_info {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b_contact .contact_info .info_row {
  max-width: 33.33%;
}

@media (max-width: 991px) {
  .b_contact .contact_info .info_row {
    width: 50%;
    max-width: 50%;
    margin: 0 0 10px;
  }
}

@media (max-width: 700px) {
  .b_contact .contact_info .info_row {
    width: 100%;
    max-width: 100%;
  }
}

.b_contact .contact_info .row_title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
}

@media (max-width: 991px) {
  .b_contact .contact_info .row_title {
    font-size: 18px;
    margin: 0 0 5px;
  }
}

.b_contact .contact_info .info_data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.b_contact .contact_info .icon {
  background: #FF571F;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  position: relative;
}

.b_contact .contact_info .icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.b_contact .contact_info .data {
  width: calc(100% - 46px);
  padding: 0 0 0 16px;
  color: #1D1D1D;
}

.b_contact .contact_info .data a {
  color: #1D1D1D;
}

.b_contact .contact_form {
  padding: 40px 0 0;
}

@media (max-width: 991px) {
  .b_contact .contact_form {
    padding: 0;
  }
}

.b_contact .contact_form .form_title {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 15px;
}

@media (max-width: 991px) {
  .b_contact .contact_form .form_title {
    font-size: 24px;
  }
}

.b_contact .contact_form .form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_contact .contact_form .form_row {
  width: 50%;
  padding: 15px 8px;
}

@media (max-width: 767px) {
  .b_contact .contact_form .form_row {
    width: 100%;
    padding: 5px 0;
  }
}

.b_contact .contact_form .form_row.w100 {
  width: 100%;
}

.b_contact .contact_form .form_control {
  background-color: transparent;
  font-size: 18px;
  padding: 15px 24px;
}

@media (max-width: 767px) {
  .b_contact .contact_form .form_control {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.b_contact .contact_form [type="submit"] {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 17px 15px;
}

@media (max-width: 767px) {
  .b_contact .contact_form [type="submit"] {
    padding: 10px 15px;
  }
}

.b_transportation_banner {
  position: relative;
  color: #fff;
}

.b_transportation_banner .banner_wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_transportation_banner .banner_content {
  text-align: center;
  min-height: 750px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 1199px) {
  .b_transportation_banner .banner_content {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .b_transportation_banner .banner_content {
    min-height: 70vh;
  }
}

.b_transportation_banner .logo_wrapper {
  margin: 0 0 15px;
}

.b_transportation_banner .logo_wrapper img {
  margin: 0 auto;
}

.b_transportation_banner .content_wrap {
  font-weight: 700;
  font-size: 64px;
}

@media (max-width: 1199px) {
  .b_transportation_banner .content_wrap {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .b_transportation_banner .content_wrap {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .b_transportation_banner .content_wrap {
    font-size: 34px;
  }
}

.b_transportation_banner .buttons_list {
  -ms-flex-pack: center;
      justify-content: center;
}

.b_transportation_banner .buttons_wrapper {
  padding: 15px 0 0;
}

.b_about_transportation {
  padding: 120px 0 60px;
}

@media (max-width: 991px) {
  .b_about_transportation {
    padding: 60px 0 30px;
  }
}

.b_about_transportation .about_wrapper {
  max-width: 1015px;
  margin: 0 auto;
  position: relative;
}

.b_about_transportation .about_wrapper .decor_taxi {
  margin-top: -50px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 100px 0 0;
}

@media (max-width: 1199px) {
  .b_about_transportation .about_wrapper .decor_taxi {
    margin-top: -60px;
  }
}

@media (max-width: 991px) {
  .b_about_transportation .about_wrapper .decor_taxi {
    margin-top: -30px;
    padding: 0 70px 0 0;
  }
}

@media (max-width: 767px) {
  .b_about_transportation .about_wrapper .decor_taxi {
    display: none;
  }
}

.b_about_transportation .about_wrapper .decor_taxi svg {
  overflow: visible;
}

@media (max-width: 991px) {
  .b_about_transportation .about_wrapper .decor_taxi svg {
    max-width: 400px;
    height: auto;
  }
}

.b_about_transportation .about_content {
  margin: 0 -15px;
}

.b_about_transportation .content_image,
.b_about_transportation .content_wrap {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .b_about_transportation .content_image,
  .b_about_transportation .content_wrap {
    width: 100%;
  }
}

.b_about_transportation .image {
  max-width: 408px;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(-3.46deg);
}

@media (max-width: 767px) {
  .b_about_transportation .image {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .b_about_transportation .content_wrap {
    margin: 60px 0 0;
  }
}

.b_offer_transportation {
  padding: 60px 0 40px;
}

@media (max-width: 991px) {
  .b_offer_transportation {
    padding: 30px 0 20px;
  }
}

.b_offer_transportation .offer_wrapper {
  max-width: 830px;
  margin: 0 auto;
}

.b_offer_transportation .offer_list {
  margin: 0 -15px;
}

.b_offer_transportation .offer_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_offer_transportation .offer_list ul li {
  width: 33.33%;
  padding: 0 15px 0 35px;
  margin: 0 0 20px;
  position: relative;
}

@media (max-width: 991px) {
  .b_offer_transportation .offer_list ul li {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .b_offer_transportation .offer_list ul li {
    width: 100%;
  }
}

.b_offer_transportation .offer_list ul li::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CA9E67;
}

.b_book_transportation {
  padding: 60px 0 120px;
}

@media (max-width: 991px) {
  .b_book_transportation {
    padding: 30px 0 60px;
  }
}

.b_book_transportation .form_row:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .b_book_transportation .form_row:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.b_book_transportation .book_form_wrapper {
  max-width: 1085px;
  margin: 0 auto;
}

.b_book_transportation .book_form_wrapper .vehicle {
  max-width: 530px;
  margin: 0 auto;
}

.b_book_transportation .book_form_wrapper select {
  width: 100%;
}

.b_book_transportation .book_form_wrapper .form_control {
  padding: 15px 24px;
  border-radius: 16px;
  transition: all .2s linear;
}

.b_book_transportation .book_form_wrapper .form_control:focus {
  background-color: rgba(202, 158, 103, 0.2);
}

.b_book_transportation .book_form_wrapper .selectric-wrapper .selectric {
  border-radius: 16px;
}

.b_book_transportation .book_form_wrapper .selectric-wrapper .selectric .label {
  font-size: 18px;
  margin: 0 38px 0 24px;
}

.b_book_transportation .book_form_wrapper .btn {
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  max-width: 345px;
  padding: 17px 10px;
}

.jsTabs .jsTabsItem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsTabs .jsTabsItem.-active {
  overflow: visible;
  position: static;
  z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals__wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b_footer {
  position: relative;
  padding: 0;
}

.b_footer.footer_black {
  background-color: #111111;
}

.b_footer.footer_black .footer_block {
  padding: 60px 0 0;
}

.b_footer.footer_black .footer_block a:hover {
  color: #FF571F;
}

.b_footer.footer_inner {
  margin: 40px 0 0;
  background-color: #4e8fa0;
}

.b_footer.footer_inner .footer_block {
  padding: 40px 0 0;
}

.b_footer .banner_wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.b_footer .banner_wrapper::before {
  position: absolute;
  content: '';
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 150px;
  left: 0;
  right: 0;
  top: 0;
}

.b_footer .banner_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 991px) {
  .b_footer .banner_wrapper img {
    object-position: 20% top;
  }
}

.b_footer .logo_wrapper {
  max-width: 155px;
}

@media (max-width: 767px) {
  .b_footer .left_part {
    width: 100%;
  }
}

.b_footer .footer_block {
  padding: 260px 0 0;
  color: #fff;
}

@media (max-width: 991px) {
  .b_footer .footer_block {
    padding: 70px 0 0;
  }
}

.b_footer .footer_block a {
  color: #fff;
  transition: all .2s linear;
}

.b_footer .footer_block a:hover {
  color: #000;
}

.b_footer .footer_menu {
  margin-right: 128px;
}

@media (max-width: 767px) {
  .b_footer .footer_menu {
    width: 100%;
    margin: 0 0 20px;
  }
}

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

.b_footer .footer_menu ul li + li {
  margin: 14px 0 0;
}

@media (max-width: 767px) {
  .b_footer .footer_contacts {
    width: 100%;
  }
}

.b_footer .footer_contacts .contact_row {
  -ms-flex-align: center;
      align-items: center;
}

.b_footer .footer_contacts .contact_row + .contact_row {
  margin: 15px 0 0;
}

.b_footer .footer_contacts .icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.b_footer .footer_contacts .icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 20px;
}

.b_footer .footer_contacts .data {
  width: calc(100% - 24px);
  padding: 0 0 0 12px;
}

.b_footer .footer_top_part {
  padding: 0 0 40px;
}

.b_footer .footer_top_part .top_part {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 767px) {
  .b_footer .footer_top_part .right_part {
    -ms-flex-order: -1;
        order: -1;
    width: 100%;
    margin: 0 0 20px;
  }
}

.b_footer .footer_bottom_part {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 991px) {
  .b_footer .footer_bottom_part {
    font-weight: 400;
  }
}

.b_footer .footer_bottom_part .bottom_part {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 767px) {
  .b_footer .footer_bottom_part .bottom_part {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .b_footer .footer_bottom_part .bottom_menu {
    margin: 15px 0 0;
  }
}

.b_footer .footer_bottom_part .bottom_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.b_footer .footer_bottom_part .bottom_menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

@media (max-width: 600px) {
  .b_footer .footer_bottom_part .bottom_menu ul li {
    display: block;
  }
}

.b_footer .footer_bottom_part .bottom_menu ul li:not(:last-of-type) {
  margin-right: 30px;
}

@media (max-width: 600px) {
  .b_footer .footer_bottom_part .bottom_menu ul li:not(:last-of-type) {
    margin: 0 0 10px;
  }
}

@font-face {
  font-family: 'RoslindaleText';
  src: url("../fonts/RoslindaleText-Bold.eot");
  src: url("../fonts/RoslindaleText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RoslindaleText-Bold.woff2") format("woff2"), url("../fonts/RoslindaleText-Bold.woff") format("woff"), url("../fonts/RoslindaleText-Bold.ttf") format("truetype"), url("../fonts/RoslindaleText-Bold.svg#RoslindaleText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RoslindaleText';
  src: url("../fonts/RoslindaleText-Regular.eot");
  src: url("../fonts/RoslindaleText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RoslindaleText-Regular.woff2") format("woff2"), url("../fonts/RoslindaleText-Regular.woff") format("woff"), url("../fonts/RoslindaleText-Regular.ttf") format("truetype"), url("../fonts/RoslindaleText-Regular.svg#RoslindaleText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
