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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid: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 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-wrapper.is-sticky .b_header {
  background-color: #1A1A1A;
}

.b_header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  transition: all .2s linear;
}

.b_header.not_home {
  background-color: #1A1A1A;
}

.b_header .header_wrapper {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 50px;
}

@media (max-width: 991px) {
  .b_header .header_wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.b_header .logo_link {
  display: inline-block;
  vertical-align: top;
  max-width: 100px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .b_header .logo_link {
    max-width: 78px;
  }
}

.b_header .mobile_button {
  display: none;
}

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

@media (max-width: 991px) {
  .b_header .header_menu {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s linear;
    background: rgba(35, 31, 32, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 991px) {
  .b_header .header_menu.active {
    pointer-events: unset;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .b_header .header_menu.active .header_menu_inner {
    position: relative;
    transform: none;
  }
}

@media (max-width: 1199px) {
  .b_header .header_menu .menu {
    height: 100%;
    overflow: auto;
    padding: 0 15px;
  }
}

.b_header .header_menu .menu ul {
  padding: 0;
  margin: 0;
}

.b_header .header_menu .menu > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px 60px;
  list-style: none;
  margin: 0;
}

@media (max-width: 1199px) {
  .b_header .header_menu .menu > ul {
    gap: 10px 40px;
  }
}

@media (max-width: 991px) {
  .b_header .header_menu .menu > ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.b_header .header_menu .menu > ul a {
  color: #F7F6F1;
  text-transform: uppercase;
  transition: all .2s linear;
}

@media (max-width: 991px) {
  .b_header .header_menu .menu > ul a {
    padding: 15px 0;
    display: block;
  }
}

.b_header .header_menu .menu > ul a:hover {
  color: #CA9E67;
}

@media (max-width: 991px) {
  .b_header .header_menu_inner {
    background-color: #010101;
    padding: 122px 0 0;
    max-width: 302px;
    height: 100%;
    overflow: hidden;
    transition: all .2s linear;
    transform: translate(-100%, 0);
  }
}

.b_header .mobile_close {
  display: none;
  position: absolute;
  top: 37px;
  right: 16px;
}

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

.b_header .mobile_close .btn_close_menu {
  vertical-align: top;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7002 14.2529L9.4474 8.00002L15.7002 1.74718C16.0999 1.34748 16.0999 0.699479 15.7002 0.299844C15.3005 -0.0998579 14.6525 -0.0998579 14.2528 0.299844L8 6.55261L1.74718 0.299777C1.34754 -0.0999256 0.699478 -0.0999256 0.299776 0.299777C-0.0999254 0.699479 -0.0999254 1.34748 0.299776 1.74718L6.5526 8.00002L0.299776 14.2529C-0.0999254 14.6526 -0.0999254 15.3006 0.299776 15.7003C0.499627 15.9001 0.761569 16 1.02344 16C1.28538 16 1.54732 15.9001 1.74718 15.7003L8 9.44742L14.2528 15.7003C14.4527 15.9001 14.7146 16 14.9766 16C15.2385 16 15.5004 15.9001 15.7002 15.7003C16.0999 15.3006 16.0999 14.6526 15.7002 14.2529Z' fill='white'/%3E%3C/svg%3E");
}

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

.menu_toggler span {
  display: block;
  width: 24px;
  height: 3px;
  padding: 0;
  background: #fff;
  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: 'Lato';
  font-size: 16px;
  color: #000;
  min-width: 320px;
  background-color: #fff;
  line-height: 1.4;
}

body.menuopen {
  overflow: hidden;
}

body.open_form {
  overflow: hidden;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

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_reset {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  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: #537737;
  background-color: #537737;
}

.btn_template:focus {
  color: #fff;
}

.btn_template:active {
  color: #fff;
}

.btn_template:hover {
  background-color: transparent;
  color: #537737;
}

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

.dark_bg {
  background-color: #1A1A1A;
  color: #fff;
}

.section_sub_title {
  margin: 0 0 15px;
  font-size: 22px;
  text-transform: capitalize;
}

.section_sub_title h3 {
  font-size: 22px;
  color: #F3BC25;
  margin: 0;
}

@media (max-width: 767px) {
  .section_sub_title h3 {
    font-size: 18px;
  }
}

.section_title {
  font-size: 48px;
  text-transform: capitalize;
}

.section_title h2 {
  font-size: 48px;
  margin: 0;
  line-height: 1.2;
}

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

.w100 {
  width: 100%;
}

.-z-1 {
  z-index: -1;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.section {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}

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

.flex.align_center {
  -ms-flex-align: center;
      align-items: center;
}

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

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

.self_end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

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

select.form_control,
input.form_control {
  height: 44px;
}

.form_control {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  background-color: transparent;
  padding: 5px 15px 7px;
  line-height: 1.5;
}

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

select.form_control {
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  padding: 5px 50px 5px 15px !important;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.195087 0.212744C-0.0694851 0.49168 -0.0643011 0.938588 0.206665 1.21094L6.22802 7.26311C7.20553 8.24563 8.79447 8.24563 9.77198 7.26311L15.7933 1.21094C16.0643 0.938588 16.0695 0.49168 15.8049 0.212744C15.5403 -0.0661923 15.1062 -0.0715287 14.8352 0.200824L8.81388 6.253C8.36917 6.69998 7.63083 6.69998 7.18612 6.253L1.16476 0.200824C0.893798 -0.0715287 0.459658 -0.0661923 0.195087 0.212744Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

@media (max-width: 991px) {
  select.form_control {
    padding: 5px 44px 5px 16px;
    background-position: calc(100% - 16px) center;
  }
}

select.form_control option {
  color: white;
  background-color: black;
}

select.form_control,
.size select::-ms-expand {
  display: none;
}

.icon_in_middle {
  position: relative;
}

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

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

.bg_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years, .datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity .3s ease,transform .3s ease,left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

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

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

.b_main_banner {
  position: relative;
  z-index: 2;
  background-color: #000;
}

.b_main_banner .section_bg {
  overflow: hidden;
}

.b_main_banner .section_bg .desktop_image,
.b_main_banner .section_bg .mobile_image {
  width: 100%;
  height: 100%;
}

.b_main_banner .section_bg img,
.b_main_banner .section_bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1450px) {
  .b_main_banner .section_bg img,
  .b_main_banner .section_bg video {
    object-position: 30% center;
  }
}

@media (max-width: 767px) {
  .b_main_banner .section_bg .desktop_image {
    display: none;
  }
}

.b_main_banner .section_bg .mobile_image {
  display: none;
}

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

.b_main_banner .main_banner {
  position: relative;
  z-index: 1;
}

.b_main_banner .banner_content {
  padding: 160px 0 47px;
  min-height: 100vh;
}

@media (max-width: 767px) {
  .b_main_banner .banner_content {
    padding: 130px 0 47px;
  }
}

.b_main_banner .content_wrapper {
  width: calc(100% - 410px);
  padding: 0 15px 0 0;
  font-size: 36px;
  position: relative;
}

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

@media (max-width: 991px) {
  .b_main_banner .content_wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b_main_banner .content_wrapper {
    padding: 0;
  }
}

.b_main_banner .content_wrapper h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .b_main_banner .content_wrapper h1 {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .content_wrapper h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .content_wrapper h1 {
    font-size: 34px;
    margin-bottom: 15px !important;
  }
}

.b_main_banner .content_wrapper h1:not(:last-child) {
  margin-bottom: 30px;
}

.b_main_banner .content_wrapper p a {
  font-weight: 800;
}

.b_main_banner .content_wrapper p a:hover {
  text-decoration: underline;
}

.b_main_banner .trusted {
  padding: 50px 0 0;
  width: 100%;
  font-size: 22px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

@media (max-width: 767px) {
  .b_main_banner .trusted {
    padding: 32vh 0 0;
  }
}

.b_main_banner .trusted .title {
  color: #F3BC25;
}

.b_main_banner .trusted .year {
  font-size: 56px;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  .b_main_banner .trusted .year {
    font-size: 34px;
  }
}

.b_main_banner .content_inner {
  width: 100%;
  height: 100%;
  max-width: 649px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b_main_banner .form_section {
  width: 410px;
}

.b_main_banner .form_wrapper {
  width: 410px;
}

@media (max-width: 991px) {
  .b_main_banner .form_wrapper {
    transition: opacity .2s linear;
  }
}

.b_main_banner .form_wrapper.fixed {
  position: fixed;
  z-index: 1000;
  top: 108px;
  transition: transform .2s linear;
}

.b_main_banner .form_wrapper.fixed_end {
  transform: translate(0, -120%);
}

.b_main_banner .form_wrapper.hide_btn {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .b_main_banner .form_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
  }
}

.b_main_banner .form_block {
  border-radius: 2px;
  border-top: 1px solid #F3BC25;
  background: #1A1A1A;
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .b_main_banner .form_block {
    transform: translate(0, 100%);
    transition: all .2s linear;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    max-height: calc(100vh - 200px);
    padding: 20px 24px;
  }
}

@media (max-width: 767px) {
  .b_main_banner .form_block {
    padding: 40px 15px 60px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .form_block.open {
    transform: none;
  }
}

.b_main_banner .form_block .form_title {
  text-align: center;
  font-size: 32px;
}

@media (max-width: 767px) {
  .b_main_banner .form_block .form_title {
    font-size: 30px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .b_main_banner .form_block textarea {
    height: 100px;
  }
}

.b_main_banner .mobile_close {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (max-width: 991px) {
  .b_main_banner .mobile_close {
    display: block;
  }
}

.b_main_banner .mobile_close .btn_close_form {
  vertical-align: top;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7002 14.2529L9.4474 8.00002L15.7002 1.74718C16.0999 1.34748 16.0999 0.699479 15.7002 0.299844C15.3005 -0.0998579 14.6525 -0.0998579 14.2528 0.299844L8 6.55261L1.74718 0.299777C1.34754 -0.0999256 0.699478 -0.0999256 0.299776 0.299777C-0.0999254 0.699479 -0.0999254 1.34748 0.299776 1.74718L6.5526 8.00002L0.299776 14.2529C-0.0999254 14.6526 -0.0999254 15.3006 0.299776 15.7003C0.499627 15.9001 0.761569 16 1.02344 16C1.28538 16 1.54732 15.9001 1.74718 15.7003L8 9.44742L14.2528 15.7003C14.4527 15.9001 14.7146 16 14.9766 16C15.2385 16 15.5004 15.9001 15.7002 15.7003C16.0999 15.3006 16.0999 14.6526 15.7002 14.2529Z' fill='white'/%3E%3C/svg%3E");
}

.b_main_banner .mobile_button {
  display: none;
}

@media (max-width: 991px) {
  .b_main_banner .mobile_button {
    display: block;
    position: relative;
    z-index: 2;
  }
}

.b_main_banner .mobile_button .button_wrapper {
  border-top: 1px solid #F3BC25;
  background: #1A1A1A;
  padding: 15px 15px;
  transition: all .2s linear;
}

.b_main_banner .mobile_button .button_wrapper.hide_btn {
  opacity: 0;
  pointer-events: none;
}

.b_main_banner .mobile_button .button_wrapper .btn {
  width: 100%;
  border-radius: 2px;
  background: #F3BC25;
  height: 60px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}

@media (max-width: 1199px) {
  .b_main_banner .mobile_button .button_wrapper .btn {
    height: 50px;
  }
}

.b_main_banner .mobile_button .button_wrapper .btn:hover {
  background-color: #CA9E67;
}

.b_main_banner .form .form_row {
  margin: 15px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px;
}

.b_main_banner .form .form_row p {
  display: block;
  width: 100%;
  position: relative;
}

.b_main_banner .form .row_column {
  width: calc(50% - 5px);
}

.b_main_banner .form .form_btn {
  margin: 20px 0 0;
}

.b_main_banner .form .form_btn p {
  display: block;
  width: 100%;
  position: relative;
}

.b_main_banner .form .form_btn .btn {
  width: 100%;
  border-radius: 2px;
  background: #F3BC25;
  height: 60px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}

@media (max-width: 1199px) {
  .b_main_banner .form .form_btn .btn {
    height: 50px;
  }
}

.b_main_banner .form .form_btn .btn:hover {
  background-color: #CA9E67;
}

.b_main_banner .form .jsDatepicker {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7639 12.7397C12.7639 12.1746 13.2231 11.7165 13.7896 11.7165H13.7988C14.3652 11.7165 14.8244 12.1746 14.8244 12.7397C14.8244 13.3049 14.3652 13.763 13.7988 13.763H13.7896C13.2231 13.763 12.7639 13.3049 12.7639 12.7397Z' fill='%23D0D0D0'/%3E%3Cpath d='M13.7896 14.7862C13.2231 14.7862 12.7639 15.2444 12.7639 15.8095C12.7639 16.3746 13.2231 16.8328 13.7896 16.8328H13.7988C14.3652 16.8328 14.8244 16.3746 14.8244 15.8095C14.8244 15.2444 14.3652 14.7862 13.7988 14.7862H13.7896Z' fill='%23D0D0D0'/%3E%3Cpath d='M8.96985 12.7397C8.96985 12.1746 9.42905 11.7165 9.99549 11.7165H10.0047C10.5712 11.7165 11.0303 12.1746 11.0303 12.7397C11.0303 13.3049 10.5712 13.763 10.0047 13.763H9.99549C9.42905 13.763 8.96985 13.3049 8.96985 12.7397Z' fill='%23D0D0D0'/%3E%3Cpath d='M9.99549 14.7862C9.42905 14.7862 8.96985 15.2444 8.96985 15.8095C8.96985 16.3746 9.42905 16.8328 9.99549 16.8328H10.0047C10.5712 16.8328 11.0303 16.3746 11.0303 15.8095C11.0303 15.2444 10.5712 14.7862 10.0047 14.7862H9.99549Z' fill='%23D0D0D0'/%3E%3Cpath d='M5.17378 12.7397C5.17378 12.1746 5.63297 11.7165 6.19942 11.7165H6.20863C6.77508 11.7165 7.23427 12.1746 7.23427 12.7397C7.23427 13.3049 6.77508 13.763 6.20863 13.763H6.19942C5.63297 13.763 5.17378 13.3049 5.17378 12.7397Z' fill='%23D0D0D0'/%3E%3Cpath d='M6.19942 14.7862C5.63297 14.7862 5.17378 15.2444 5.17378 15.8095C5.17378 16.3746 5.63297 16.8328 6.19942 16.8328H6.20863C6.77508 16.8328 7.23427 16.3746 7.23427 15.8095C7.23427 15.2444 6.77508 14.7862 6.20863 14.7862H6.19942Z' fill='%23D0D0D0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.66667 0.767442C6.66667 0.343595 6.32227 0 5.89744 0C5.4726 0 5.12821 0.343595 5.12821 0.767442V1.56584C3.55291 1.69665 2.3038 2.24128 1.42349 3.1871C0.413983 4.27173 0 5.76608 0 7.4186V16.1163C0 17.7688 0.413983 19.2632 1.42349 20.3478C2.44258 21.4427 3.95595 22 5.89744 22H14.1026C16.0441 22 17.5574 21.4427 18.5765 20.3478C19.586 19.2632 20 17.7688 20 16.1163V7.4186C20 5.76608 19.586 4.27173 18.5765 3.1871C17.6962 2.24128 16.4471 1.69665 14.8718 1.56584V0.767442C14.8718 0.343595 14.5274 0 14.1026 0C13.6777 0 13.3333 0.343595 13.3333 0.767442V1.53488H6.66667V0.767442ZM5.12821 3.10689V3.83721C5.12821 4.26106 5.4726 4.60465 5.89744 4.60465C6.32227 4.60465 6.66667 4.26106 6.66667 3.83721V3.06977H13.3333V3.83721C13.3333 4.26106 13.6777 4.60465 14.1026 4.60465C14.5274 4.60465 14.8718 4.26106 14.8718 3.83721V3.10689C16.0872 3.23009 16.9086 3.65075 17.4491 4.23151C18.0807 4.91009 18.4334 5.9191 18.4599 7.25472H1.54007C1.56657 5.9191 1.91929 4.91009 2.55087 4.23151C3.0914 3.65075 3.91284 3.23009 5.12821 3.10689ZM1.53846 8.78961V16.1163C1.53846 17.5335 1.89371 18.5973 2.55087 19.3034C3.19844 19.9991 4.24918 20.4651 5.89744 20.4651H14.1026C15.7508 20.4651 16.8016 19.9991 17.4491 19.3034C18.1063 18.5973 18.4615 17.5335 18.4615 16.1163V8.78961H1.53846Z' fill='%23D0D0D0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.b_main_banner .form .jsTimepicker {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.210931 0.191254C0.466605 -0.0405698 0.866695 -0.0616447 1.14863 0.12803L1.2294 0.191254L7 5.42377L12.7706 0.191255C13.0263 -0.0405693 13.4264 -0.0616442 13.7083 0.12803L13.7891 0.191255C14.0447 0.423079 14.068 0.785846 13.8588 1.04148L13.7891 1.11472L7.50923 6.80875C7.25356 7.04057 6.85347 7.06164 6.57154 6.87197L6.49077 6.80875L0.210931 1.11471C-0.0703108 0.859708 -0.0703107 0.446261 0.210931 0.191254Z' fill='%23D0D0D0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}

.b_about {
  overflow: hidden;
  font-size: 18px;
  position: relative;
}

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

@media (max-width: 600px) {
  .b_about {
    padding-bottom: 0;
  }
}

.b_about .decor_section {
  background-image: url("../images/bg_decor_map_about.svg");
  background-repeat: no-repeat;
  background-position: -12vw 0;
}

@media (max-width: 767px) {
  .b_about .decor_section {
    background-size: 170%;
    background-position: 20% 75%;
  }
}

.b_about .about_content {
  margin: 50px 0 0;
  position: relative;
  z-index: 1;
  min-height: 675px;
}

@media (max-width: 1330px) {
  .b_about .about_content {
    min-height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 0;
  }
}

.b_about .block_decor {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media (max-width: 1330px) {
  .b_about .block_decor {
    width: calc(100% - 410px);
    position: static;
    z-index: unset;
    -ms-flex-order: 1;
        order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    order: 1;
  }
}

@media (max-width: 991px) {
  .b_about .block_decor {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .b_about .block_decor {
    padding-right: 25px;
  }
}

@media (max-width: 600px) {
  .b_about .block_decor .decor {
    margin-left: -80vw;
    margin-right: -15px;
  }
}

.b_about .block_decor svg {
  display: block;
  height: auto;
}

@media (max-width: 1330px) {
  .b_about .block_decor svg {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b_about .block_decor img {
    width: 482px;
    max-width: 482px;
  }
}

@media (min-width: 1331px) {
  .b_about .block_decor + .content_wrapper {
    padding-top: 220px;
  }
}

.b_about .block_decor .city_point {
  opacity: 0;
}

.b_about .content_wrapper {
  max-width: 408px;
  line-height: 1.5;
}

@media (max-width: 1330px) {
  .b_about .content_wrapper {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b_about .content_wrapper {
    width: 100%;
    max-width: unset;
    margin: 0 0 25px;
  }
}

@media (max-width: 1330px) {
  .b_about .content_wrapper .content {
    width: calc(100% - 450px);
  }
}

@media (max-width: 991px) {
  .b_about .content_wrapper .content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b_about .content_wrapper .content {
    max-width: 408px;
  }
}

.b_about .content_wrapper p {
  line-height: 1.5;
}

.b_services .content_wrapper {
  max-width: 850px;
  margin: 25px 0 0;
  font-size: 22px;
  width: calc(100% - 430px);
}

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

.b_services .services_wrapper {
  margin: 60px 0 0;
  max-width: 850px;
  width: calc(100% - 430px);
}

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

.b_services .services_list {
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 40px 0;
}

@media (max-width: 1199px) {
  .b_services .services_list {
    gap: 16px 0;
  }
}

.b_services .service_row {
  width: calc(50% - 25px);
}

@media (max-width: 1199px) {
  .b_services .service_row {
    width: 100%;
  }
}

.b_services .service_row .description {
  padding: 0 0 0 20px;
  width: calc(100% - 60px);
}

@media (max-width: 767px) {
  .b_services .service_row .description {
    width: calc(100% - 50px);
    padding: 0 0 0 16px;
  }
}

.b_services .service_row .description h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .b_services .service_row .description h3 {
    font-size: 18px;
  }
}

.b_services .service_row .description h3:not(:last-child) {
  margin-bottom: 5ox;
}

.b_services .service_row .description p {
  color: #7F8798;
}

.b_services .icon_wrap {
  width: 60px;
}

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

.b_services .icon_wrap .icon {
  padding-top: 100%;
  border-radius: 50%;
  background-color: #F3BC25;
  position: relative;
}

.b_services .icon_wrap .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.b_reviews {
  position: relative;
}

.b_reviews .section_bg {
  overflow: hidden;
}

.b_reviews .section_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

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

.b_reviews .reviews_section {
  position: relative;
  z-index: 1;
}

.b_reviews .reviews_wrapper {
  width: calc(100% - 430px);
  max-width: 850px;
  padding-top: 110px;
  position: relative;
}

@media (max-width: 991px) {
  .b_reviews .reviews_wrapper {
    width: 100%;
  }
}

.b_reviews .reviews_slider {
  border-radius: 2px;
  border: 1px solid #292929;
  background: #1A1A1A;
  padding: 90px 40px 60px;
  position: static;
}

@media (max-width: 767px) {
  .b_reviews .reviews_slider {
    padding: 60px 15px 35px;
  }
}

.b_reviews .reviews_slider::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='62' viewBox='0 0 80 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.18462 56.1917C2.69687 51.2404 0 45.8467 0 36.8501C0 21.1325 11.2299 7.18462 26.9687 0L31.014 5.83619C16.1812 13.9268 13.0419 24.2718 12.1359 31.014C14.3903 29.6655 17.5296 29.2231 20.6689 29.6655C28.7595 30.5715 35.0593 36.8501 35.0593 45.4043C35.0593 49.4496 33.2684 53.4949 30.5715 56.6342C27.4322 59.7735 23.8293 61.1219 19.3416 61.1219C14.3903 61.1219 9.88148 58.8886 7.18462 56.1917ZM52.1464 56.1917C47.6587 51.2404 44.9618 45.8467 44.9618 36.8712C44.9618 21.1325 56.1917 7.20569 71.9305 0.0210693L75.9758 5.85725C61.143 13.9479 58.0037 24.2929 57.0977 31.035C59.3521 29.6866 62.4914 29.2441 65.6308 29.6866C73.7214 30.5926 80.0211 36.8712 80.0211 45.4253C80.0211 49.4706 78.2302 53.5159 75.5333 56.6552C72.8364 59.7946 68.7912 61.143 64.3034 61.143C59.3311 61.1219 54.8433 58.8886 52.1464 56.1917Z' fill='%23F3BC25'/%3E%3C/svg%3E%0A");
  width: 80px;
  height: 62px;
  top: 80px;
}

.b_reviews .review_slide_inner {
  padding: 0 10px;
}

.b_reviews .slick-arrow {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 0;
  background-color: #F3BC25;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .b_reviews .slick-arrow {
    width: 46px;
    height: 46px;
    background-size: 15px;
  }
}

.b_reviews .slick-prev {
  right: 90px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.499 1L1.49902 16L16.499 31' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b_reviews .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49902 31L16.499 16L1.49903 0.999999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b_reviews .author {
  text-align: right;
  margin: 15px 0 0;
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .b_reviews .author {
    font-size: 18px;
  }
}

.b_faq {
  position: relative;
  background-image: url(../images/bg_decor_map_faq.svg);
  background-repeat: no-repeat;
  background-position: 100% -50px;
}

.b_faq .faq_block {
  max-width: 800px;
  margin: 60px 0 0;
  width: calc(100% - 430px);
}

@media (max-width: 991px) {
  .b_faq .faq_block {
    width: 100%;
    margin: 15px 0 0;
  }
}

.b_faq .faq_title {
  width: 100%;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 30px 15px 0;
  margin-right: 30px;
  border-bottom: 1px solid #A6A6A6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 991px) {
  .b_faq .faq_title {
    font-size: 18px;
  }
}

.b_faq .faq_title.-active::after {
  transform: rotate(180deg);
}

.b_faq .faq_title::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.b_faq .faq_content {
  display: none;
  padding: 20px;
  color: #585858;
}

@media (max-width: 991px) {
  .b_faq .faq_content {
    padding: 15px 0;
  }
}

.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 {
  font-size: 16px;
}

.b_footer .top_wrapper {
  padding: 60px 0 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

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

.b_footer .logo_wrapper {
  width: 33.33%;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .b_footer .logo_wrapper {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .b_footer .logo_wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}

.b_footer .link_logo {
  display: inline-block;
  vertical-align: top;
}

.b_footer .right_part_wrapper {
  width: 66.67%;
  padding: 0 15px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .b_footer .right_part_wrapper {
    width: 80%;
  }
}

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

.b_footer .right_part_wrapper .menu_block {
  width: 66.67%;
  padding: 0 15px;
  gap: 30px;
}

@media (max-width: 991px) {
  .b_footer .right_part_wrapper .menu_block {
    width: 50%;
  }
}

@media (max-width: 630px) {
  .b_footer .right_part_wrapper .menu_block {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .b_footer .right_part_wrapper .menu_block {
    gap: 0;
  }
}

.b_footer .right_part_wrapper .menu_block ul {
  width: calc(50% - 15px);
  padding: 0;
  list-style: none;
  margin: 0;
}

@media (max-width: 500px) {
  .b_footer .right_part_wrapper .menu_block ul {
    width: 100%;
  }
}

.b_footer .right_part_wrapper .menu_block ul li {
  margin: 0 0 20px;
}

@media (max-width: 500px) {
  .b_footer .right_part_wrapper .menu_block ul li {
    margin: 0 0 15px;
  }
}

.b_footer .right_part_wrapper .menu_block ul a {
  color: #fff;
}

.b_footer .right_part_wrapper .menu_block ul a:hover {
  text-decoration: underline;
}

.b_footer .right_part_wrapper .right_part_inner {
  width: 100%;
}

.b_footer .right_part_wrapper .contacts_block {
  width: 33.33%;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .b_footer .right_part_wrapper .contacts_block {
    width: 50%;
  }
}

@media (max-width: 630px) {
  .b_footer .right_part_wrapper .contacts_block {
    width: 100%;
    margin-top: 5px;
  }
}

.b_footer .contacts_block .contact_row:not(:last-of-type) {
  margin-bottom: 20px;
}

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

.b_footer .contacts_block .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.b_footer .contacts_block .content {
  width: calc(100% - 24px);
  padding: 0 0 0 15px;
}

.b_footer .contacts_block .content a {
  color: #fff;
}

.b_footer .contacts_block .content a:hover {
  text-decoration: underline;
}

.b_footer .bottom_wrapper {
  padding: 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #D0D0D0;
}

@media (max-width: 767px) {
  .b_footer .bottom_wrapper {
    gap: 15px 0;
  }
}

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

.b_footer .bottom_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .b_footer .bottom_menu ul {
    gap: 15px;
  }
}

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

.b_footer .bottom_menu ul a {
  color: #D0D0D0;
}

.b_footer .bottom_menu ul a:hover {
  color: #fff;
}

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

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

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


/* New styles START */
body {
	overflow-x: hidden;
}
.b_header .header_menu ul.sub-menu {
	position: absolute;
	left: -10px;
	opacity: 0;
	transition: 0.35s ease;
	visibility: hidden;
	background-color: #000;
	padding: 10px;
	min-width: 200px;
	z-index: 9;
}
.b_header .header_menu ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
}
.b_header .header_menu ul.sub-menu li {
	list-style: none;
}
.b_header .header_menu ul.sub-menu li:nth-last-child(n+2) {
	margin-bottom: 5px;
}
.b_header .header_menu .menu > ul li {
	position: relative;
}
.b_header .header_menu .menu > ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.b_header .header_menu .menu > ul li .menu-item-plus {
	width: 25px;
	min-width: 25px;
	height: 25px;
	border: 1px solid #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	vertical-align: middle;
}

.more-button {
	display: inline-block;
}
.more-button::before {
	content: '';
    display: inline-block;
    background-image: url(../images/hamburger.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    background-position: center center;
    vertical-align: middle;
    margin-right: 10px;
	margin-top: -2px;
}
.more-button > a {
	display: inline-block !important;
}
.ext-menu-link {
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	transform: translateX(30px);
	display: none;
}
.ext-menu-link li {
	list-style: none;
}
.ext-menu-link li a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 991px) {
	.b_header .header_menu ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		display: none;
	}
	.b_header .header_menu .menu > ul li.more-button > a,
	.more-button::before {
		display: none !important;
	}
	.b_header .header_menu li.more-button ul.sub-menu {
		display: block;
		padding: 0;
	}
	
	.b_header .header_menu ul.sub-menu li:last-child {
		border-bottom: none;
	}
	.ext-menu-link {
		display: block;
	}
}

@media (min-width: 1200px) {
	.container {
		 max-width: 1350px;
	}
}
/* New styles END */
