::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0);
}
header.stick {
  background: rgba(0, 0, 0, 0.2);
}
header.stick .header-top {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  header.stick .header-top {
    padding: 5px 0;
  }
}
header.stick .header-bottom .row {
  padding: 30px 0 25px;
}
.header-top {
  position: relative;
  background: #1a1a1c;
  padding: 13px 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .header-top {
    padding: 5px 0;
  }
}
.header-top .btn-phone {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1024px) {
  .header-top .btn-phone {
    font-size: 13px;
  }
}
.header-top .btn-phone svg {
  margin-right: 13px;
}
@media (max-width: 1024px) {
  .header-top .btn-phone svg {
    margin-right: 5px;
    width: 15px;
  }
}
.header-top .btn-phone svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-top .btn-phone:hover {
  color: #dec085;
}
.header-top .btn-phone:hover svg path {
  fill: #dec085;
}
.header-top .btn-login {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1024px) {
  .header-top .btn-login {
    font-size: 13px;
  }
}
.header-top .btn-login svg {
  margin-right: 13px;
}
.header-top .btn-login svg path, .header-top .btn-login svg circle {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-top .btn-login:hover {
  color: #dec085;
}
.header-top .btn-login:hover svg path, .header-top .btn-login:hover svg circle {
  fill: #dec085;
}
.header-bottom .row {
  padding: 32px 0 35px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-bottom .row:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 1px;
}
.header-bottom .logo-header {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
}
.header-bottom .logo-header img {
  width: 100%;
}
.header-bottom nav {
  flex-basis: 37%;
}
.header-bottom nav:first-of-type {
  justify-content: flex-end;
}
.header-bottom nav:first-of-type > ul > li {
  margin-right: 120px;
}
@media (max-width: 1500px) {
  .header-bottom nav:first-of-type > ul > li {
    margin-right: 50px;
  }
}
.header-bottom nav:first-of-type > ul > li:last-child {
  margin-right: 0;
}
.header-bottom nav:last-of-type > ul > li {
  margin-left: 120px;
}
@media (max-width: 1500px) {
  .header-bottom nav:last-of-type > ul > li {
    margin-left: 50px;
  }
}
.header-bottom nav:last-of-type > ul > li:first-child {
  margin-left: 0;
}
.header-bottom nav > ul > li > a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
  text-transform: uppercase;
}
.header-bottom nav > ul > li > a:hover {
  color: #dec085;
}
.header-bottom nav > ul > li.current-menu-item > a {
  color: #dec085;
}
.bn {
  height: 760px;
}
@media (max-width: 1500px) {
  .bn {
    height: 540px;
  }
}
@media (max-width: 768px) {
  .bn {
    height: 440px;
  }
}
.bn .row {
  margin: 50px auto 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.bn * {
  color: #fff;
}
.bn p {
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 112.5%;
  padding-bottom: 0;
}
@media (max-width: 1500px) {
  .bn p {
    font-size: 24px;
  }
}
.bn .swiper {
  width: 100%;
  height: 100%;
}
.bn .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.bn .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.bn .bn-video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bn .swiper-button-next, .bn .swiper-button-prev {
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bn .swiper-button-next:after, .bn .swiper-button-prev:after {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
}
.bn .swiper-button-next:hover, .bn .swiper-button-prev:hover {
  border: 1px solid #dec085;
}
.bn .swiper-button-next:hover:after, .bn .swiper-button-prev:hover:after {
  color: #dec085;
}
.bn .swiper-button-next {
  right: 5%;
}
.bn .swiper-button-prev {
  left: 5%;
}
.home .bn {
  height: 920px;
}
@media (max-width: 1500px) {
  .home .bn {
    height: 540px;
  }
}
@media (max-width: 768px) {
  .home .bn {
    height: 440px;
  }
}
.home .bn h1 {
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
}
@media (max-width: 1500px) {
  .home .bn h1 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .home .bn h1 {
    font-size: 70px;
  }
}
footer {
  padding: 55px 0 30px;
  background: #fff;
}
@media (max-width: 1024px) {
  footer {
    padding: 30px 0 10px;
  }
}
footer h3, footer h4 {
  font-weight: 700;
  text-transform: capitalize;
}
footer .row > div {
  flex-basis: 19%;
}
@media (max-width: 1024px) {
  footer .row > div {
    flex-basis: 100%;
    text-align: center;
    display: block;
  }
}
footer nav > ul > li {
  width: 100%;
  margin-bottom: 10px;
}
footer nav > ul > li > a {
  display: inline-block;
  color: #1a1a1c;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
  text-transform: capitalize;
}
footer nav > ul > li > a:hover {
  color: #dec085;
}
footer nav > ul > li.current_page_item > a {
  color: #dec085;
}
footer .c-3 p strong {
  font-weight: 300;
  font-size: 20px;
}
footer .c-3 p a {
  color: #1a1a1c;
}
footer .c-3 p a:hover {
  color: #dec085;
}
.logo-footer {
  margin-bottom: 45px;
  display: inline-block;
}
.logo-footer img {
  width: 140px;
  height: 60px;
}
.default-page {
  margin: 40px 0;
  padding: 20px 0;
}
.default-page .row {
  width: 1080px;
}
.all_rights {
  text-align: center;
}
.all_rights p {
  padding: 0;
}
@media (max-width: 1024px) {
  .soc-footer {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.soc-footer .soc-items a {
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .soc-footer .soc-items a {
    margin: 0 5px !important;
  }
}
.acc-wrap {
  margin: 0 0 40px;
}
.acc-wrap .acc {
  max-width: 1080px;
  margin: 0 auto;
}
.acc-wrap .acc .item h3 {
  font-size: 22px;
}
.acc-text {
  margin: 40px 0 0;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.acc {
  max-width: 730px;
}
@media (max-width: 768px) {
  .acc {
    max-width: 100%;
  }
}
.acc .item {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.acc .item h3 {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding: 5px 45px 10px 20px;
  text-transform: none;
  font-family: "Poppins";
  color: #000;
}
.acc .item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  height: 5px;
  width: 5px;
  background-color: #1a1a1c;
  border-radius: 50%;
}
.acc .item h3 span {
  right: 20px;
  position: absolute;
  top: 12px;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: "";
  background-color: #515151;
  width: 12px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item h3 span:before {
  right: 0px;
}
.acc .item h3 span:after {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.acc .item h3.active span:before, .acc .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info {
  display: none;
  margin-top: 20px;
}
.acc .item .info p, .acc .item .info li {
  color: #1a1a1c;
  font-size: 14px;
}
.form-map-section {
  background-color: #1a1a1c;
}
.form-map-section .form-map-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .form-map-section .form-map-wrapper {
    flex-wrap: wrap;
  }
}
.form-map-section .form-map-wrapper .map, .form-map-section .form-map-wrapper .form {
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .form-map-section .form-map-wrapper .map, .form-map-section .form-map-wrapper .form {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.form-map-section .form-map-wrapper .map img, .form-map-section .form-map-wrapper .form img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.form-map-section .form-map-wrapper .form {
  padding: 100px 0;
}
@media (max-width: 1500px) {
  .form-map-section .form-map-wrapper .form {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .form-map-section .form-map-wrapper .form {
    padding: 20px 15px;
    order: -1;
  }
}
.form-map-section .form-map-wrapper .form .form-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
.form-map-section .form-map-wrapper .form h2, .form-map-section .form-map-wrapper .form p {
  color: #fff;
  padding-bottom: 20px;
}
.form-map-section .form-map-wrapper .form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 10px;
  font-size: 16px;
  color: #808080;
  height: 40px;
  margin-bottom: 15px;
}
.form-map-section .form-map-wrapper .form .btn {
  border-radius: 33.5px;
  padding: 20px;
  height: auto;
  border: 1px solid #dec085;
  background-color: #dec085;
  color: #1a1a1c;
}
.form-map-section .form-map-wrapper .form .btn:hover {
  background-color: #fff;
}
.form-map-section .form-map-wrapper .form .buttons {
  position: relative;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (max-width: 768px) {
  .form-map-section .form-map-wrapper .form .buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-map-section .form-map-wrapper .form .buttons a, .form-map-section .form-map-wrapper .form .buttons input {
  border-radius: 33.5px;
  width: 100%;
  padding: 20px;
  height: auto;
}
.form-map-section .form-map-wrapper .form .buttons a.transparent, .form-map-section .form-map-wrapper .form .buttons input.transparent {
  background-color: transparent;
}
.form-map-section .form-map-wrapper .form .buttons input {
  border: 1px solid #fff;
  color: #fff;
}
.form-map-section .form-map-wrapper .form .buttons input:hover {
  background-color: #fff;
  color: #1a1a1c;
}
.form-map-section .form-map-wrapper.one-block .map, .form-map-section .form-map-wrapper.one-block .form {
  flex-basis: 100%;
  max-width: 100%;
}
.form-map-section .form-map-wrapper.one-block .map .form-wrapper, .form-map-section .form-map-wrapper.one-block .form .form-wrapper {
  max-width: 1460px;
}
.form-map-section .form-map-wrapper.one-block .map .form-wrapper form, .form-map-section .form-map-wrapper.one-block .form .form-wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .form-map-section .form-map-wrapper.one-block .map .form-wrapper form, .form-map-section .form-map-wrapper.one-block .form .form-wrapper form {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.form-map-section .form-map-wrapper.one-block input[type="submit"] {
  min-width: 300px;
}
@media (max-width: 576px) {
  .form-map-section .form-map-wrapper.one-block input[type="submit"] {
    min-width: 200px;
  }
}
.form-map-section .form-map-wrapper.one-block label {
  position: relative;
}
.text-block {
  background: #1a1a1c;
  padding: 100px;
}
@media (max-width: 1024px) {
  .text-block {
    padding: 70px;
  }
}
@media (max-width: 768px) {
  .text-block {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .text-block {
    padding: 30px;
  }
}
.text-block .wys {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding-top: 75px;
}
.text-block .wys::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 3px;
  background: #dec085;
}
.text-block .wys h2, .text-block .wys h2, .text-block .wys h3, .text-block .wys p {
  color: #fff;
}
.image-text-section-cus .image-text-row .link-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.image-text-section-cus .image-text-row .link-row .link-btn {
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}
.image-text-section-cus .image-text-row .link-row .link-btn span {
  transition: 0.3s;
}
.image-text-section-cus .image-text-row .link-row .link-btn .arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.image-text-section-cus .image-text-row .link-row .link-btn .arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 15px;
  width: 7px;
  transform: translate(-50%, -50%);
}
.image-text-section-cus .image-text-row .link-row .link-btn:hover .arrow {
  opacity: 0.3;
}
.image-text-section-cus .image-text-row:nth-child(even) .link-row .wrap {
  max-width: 580px;
  flex-basis: 580px;
}
.image-text-section-cus .image-text-row:nth-child(even) .link-row::after {
  content: "";
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  display: inline-block;
  flex: 1;
  background-color: #fff;
}
@media (max-width: 768px) {
  .image-text-section-cus .image-text-row:nth-child(even) .link-row::after {
    display: none;
  }
}
.image-text-section-cus .image-text-row:nth-child(even) .link-row .link-btn {
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
}
.image-text-section-cus .image-text-row:nth-child(even) .link-row .link-btn span {
  color: #fff;
}
.image-text-section-cus .image-text-row:nth-child(even) .link-row .link-btn .arrow {
  border: 1px solid #fff;
}
.image-text-section-cus .image-text-row:nth-child(even) .link-row .link-btn .arrow::before {
  content: url("../img/white-arrow-button.svg");
}
.image-text-section-cus .image-text-row:nth-child(even) .link-row .link-btn:hover span {
  color: rgba(255, 254, 254, 0.363);
}
@media (max-width: 768px) {
  .image-text-section-cus .image-text-row:nth-child(odd) .link-row {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .image-text-section-cus .image-text-row:nth-child(odd) .link-row {
    padding-left: 20px;
  }
}
.image-text-section-cus .image-text-row:nth-child(odd) .link-row::before {
  content: "";
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background-color: #000;
  display: inline-block;
}
@media (max-width: 1200px) {
  .image-text-section-cus .image-text-row:nth-child(odd) .link-row::before {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .image-text-section-cus .image-text-row:nth-child(odd) .link-row::before {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .image-text-section-cus .image-text-row:nth-child(odd) .link-row::before {
    display: none;
  }
}
.image-text-section-cus .image-text-row:nth-child(odd) .link-row .link-btn span {
  color: #000;
}
.image-text-section-cus .image-text-row:nth-child(odd) .link-row .link-btn .arrow {
  border: 1px solid black;
}
.image-text-section-cus .image-text-row:nth-child(odd) .link-row .link-btn .arrow::before {
  content: url("../img/black-arrow-button.svg");
}
.image-text-section-cus .image-text-row:nth-child(odd) .link-row .link-btn:hover span {
  color: rgba(0, 0, 0, 0.363);
}
.image-text-section .image-text-block .image-text-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.image-text-section .image-text-block .image-text-row.reverse_block {
  flex-direction: row-reverse;
}
.image-text-section .image-text-block .image-text-row .text .wys {
  max-width: 730px;
}
.image-text-section .image-text-block .image-text-row .text .wys .btn {
  border-radius: 33.5px;
  border: 1px solid #dec085;
  margin: 0;
}
.image-text-section .image-text-block .image-text-row .text .wys ul {
  padding-bottom: 15px;
}
.image-text-section .image-text-block .image-text-row .text .wys ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.image-text-section .image-text-block .image-text-row .text .wys ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.image-text-section .image-text-block .image-text-row .text .wys p {
  font-size: 14px;
}
.image-text-section .image-text-block .image-text-row .text .link-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.image-text-section .image-text-block .image-text-row .text .link-row .link-btn {
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}
.image-text-section .image-text-block .image-text-row .text .link-row .link-btn span {
  transition: 0.3s;
}
.image-text-section .image-text-block .image-text-row .text .link-row .link-btn .arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.image-text-section .image-text-block .image-text-row .text .link-row .link-btn .arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 15px;
  width: 7px;
  transform: translate(-50%, -50%);
}
.image-text-section .image-text-block .image-text-row .text .link-row .link-btn:hover .arrow {
  opacity: 0.3;
}
.image-text-section .image-text-block .image-text-row .image {
  align-self: flex-start;
  aspect-ratio: 1.7777777778;
}
.image-text-section .image-text-block .image-text-row .image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.image-text-section .image-text-block .image-text-row .image video {
  width: 100%;
  height: 100%;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) {
  background-color: #1a1a1c;
  padding: 0 80px 0;
}
@media (max-width: 1024px) {
  .image-text-section .image-text-block .image-text-row:nth-child(odd) {
    padding: 0 30px 0;
  }
}
@media (max-width: 768px) {
  .image-text-section .image-text-block .image-text-row:nth-child(odd) {
    padding: 0 20px 0;
  }
}
@media (max-width: 576px) {
  .image-text-section .image-text-block .image-text-row:nth-child(odd) {
    padding: 0 10px 0;
  }
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text {
  padding: 20px 0;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .wys h2, .image-text-section .image-text-block .image-text-row:nth-child(odd) .text .wys h2, .image-text-section .image-text-block .image-text-row:nth-child(odd) .text .wys h3, .image-text-section .image-text-block .image-text-row:nth-child(odd) .text .wys p, .image-text-section .image-text-block .image-text-row:nth-child(odd) .text .wys li {
  color: #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .wys ul li::before {
  background-color: #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .acc .item h3 {
  color: #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .acc .item h3::before {
  background-color: #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .acc .item h3 span:before, .image-text-section .image-text-block .image-text-row:nth-child(odd) .text .acc .item h3 span:after {
  background-color: #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .acc .item .info p, .image-text-section .image-text-block .image-text-row:nth-child(odd) .text .acc .item .info li {
  color: #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row .wrap {
  max-width: 580px;
  flex-basis: 580px;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row::after {
  content: "";
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  display: inline-block;
  flex: 1;
  background-color: #fff;
}
@media (max-width: 768px) {
  .image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row::after {
    display: none;
  }
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn {
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn span {
  color: #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn .arrow {
  border: 1px solid #fff;
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn .arrow::before {
  content: url("../img/white-arrow-button.svg");
}
.image-text-section .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn:hover span {
  color: rgba(255, 254, 254, 0.363);
}
.image-text-section .image-text-block .image-text-row:nth-child(even) {
  padding: 0px 80px 0;
}
@media (max-width: 1024px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) {
    padding: 0px 30px 0;
  }
}
@media (max-width: 768px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) {
    padding: 0px 20px 0;
  }
}
@media (max-width: 576px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) {
    padding: 0px 10px 0;
  }
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text {
  padding: 20px 0;
}
@media (max-width: 1024px) {
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text .wys, .image-text-section .image-text-block .image-text-row:nth-child(even) .text .acc {
  padding-left: 150px;
}
@media (max-width: 1200px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .wys, .image-text-section .image-text-block .image-text-row:nth-child(even) .text .acc {
    padding-left: 100px;
  }
}
@media (max-width: 1024px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .wys, .image-text-section .image-text-block .image-text-row:nth-child(even) .text .acc {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .wys, .image-text-section .image-text-block .image-text-row:nth-child(even) .text .acc {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .wys, .image-text-section .image-text-block .image-text-row:nth-child(even) .text .acc {
    padding-left: 20px;
  }
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text .wys ul li::before, .image-text-section .image-text-block .image-text-row:nth-child(even) .text .acc ul li::before {
  background-color: #1a1a1c;
}
@media (max-width: 768px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row {
    padding-left: 20px;
  }
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row::before {
  content: "";
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background-color: #000;
  display: inline-block;
}
@media (max-width: 1200px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row::before {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row::before {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row::before {
    display: none;
  }
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn span {
  color: #000;
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn .arrow {
  border: 1px solid black;
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn .arrow::before {
  content: url("../img/black-arrow-button.svg");
}
.image-text-section .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn:hover span {
  color: rgba(0, 0, 0, 0.363);
}
@media (max-width: 768px) {
  .image-text-section .image-text-block .image-text-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .image-text-section .image-text-block .image-text-row .image {
    order: -1;
  }
}
.image-text-section .image-text-block .image-text-row.reverse_block .image {
  order: -1;
}
.top-block-box.black-row {
  background: linear-gradient(0deg, rgba(26, 26, 28, 1) 30%, rgba(244, 244, 244, 1) 30%);
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .top-block-box.black-row {
    padding-bottom: 60px;
  }
}
.top-block-box.black-row .row {
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .top-block-box.black-row .row {
    padding-bottom: 60px;
  }
}
.page-template-tpl-recent-landing .bn {
  position: relative;
  height: 920px;
}
.page-template-tpl-recent-landing .bn .arrow-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 1;
}
.page-template-tpl-recent-landing .bn .arrow-down .btn-arrow {
  border: 1px solid #fff;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
  animation: MoveUpDown 2s linear infinite;
}
.page-template-tpl-recent-landing .bn .arrow-down .btn-arrow::before {
  content: url("../img/white-arrow-button.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  height: 16px;
  transform: translate(-50%, -50%) rotate(90deg);
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.3;
  }
}
.page-template-tpl-recent-landing .bn .arrow-down p {
  font-size: 16px;
}
.page-template-tpl-recent-landing .bn .swiper-slide {
  position: relative;
}
.page-template-tpl-recent-landing .bn .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-template-tpl-recent-landing .bn .swiper-slide .row {
  z-index: 2;
}
.page-template-tpl-recent-landing .bn .swiper-slide .row .btn {
  border-radius: 33.5px;
  color: #000;
}
.page-template-tpl-recent-landing .bn h1 {
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top-text {
  padding: 99px 0;
}
@media (max-width: 1024px) {
  .top-text {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .top-text {
    padding: 35px 0;
  }
}
.top-text .row {
  text-align: center;
}
.top-text .row p {
  max-width: 914px;
  margin: 0 auto;
  color: #1a1a1c;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
}
.contact .two-column {
  margin-bottom: -250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .contact .two-column {
    margin-bottom: 0;
  }
}
.contact .two-column .back-image {
  position: absolute;
}
.contact .two-column .back-image img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}
.contact .two-column .row {
  width: 1468px;
}
@media (max-width: 1024px) {
  .contact .two-column .row.flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact .two-column .row .left {
  padding-top: 194px;
}
@media (max-width: 1024px) {
  .contact .two-column .row .left {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 35px;
    padding-top: 0;
  }
}
.contact .two-column .row .left h2 {
  padding-left: 90px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.contact .two-column .row .left h2:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  height: 3px;
  width: 198px;
  left: -149px;
  background: #dec085;
}
@media (max-width: 1024px) {
  .contact .two-column .row .left h2 {
    padding-left: 0px;
  }
  .contact .two-column .row .left h2:before {
    content: none;
  }
}
@media (max-width: 480px) {
  .contact .two-column .row .left h2 {
    text-align: center;
  }
}
.contact .two-column .row .left .wrapper-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media (max-width: 1024px) {
  .contact .two-column .row .left .wrapper-info {
    row-gap: 25px;
  }
}
@media (max-width: 768px) {
  .contact .two-column .row .left .wrapper-info {
    row-gap: 20px;
  }
}
.contact .two-column .row .left .wrapper-info .item {
  width: 100%;
}
@media (max-width: 480px) {
  .contact .two-column .row .left .wrapper-info .item {
    text-align: center;
  }
}
.contact .two-column .row .left .wrapper-info .item h3 {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 112.5%;
  padding-bottom: 22px;
  position: relative;
}
@media (max-width: 768px) {
  .contact .two-column .row .left .wrapper-info .item h3 {
    padding-bottom: 18px;
  }
}
.contact .two-column .row .left .wrapper-info .item p {
  padding-bottom: 0;
}
.contact .two-column .row .left .wrapper-info .item p a:hover * {
  color: #000;
}
.contact .two-column .row .left .wrapper-info .item p strong {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #dec085;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  text-transform: capitalize;
}
.contact .two-column .row .left .wrapper-info .item .social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 19px;
}
@media (max-width: 480px) {
  .contact .two-column .row .left .wrapper-info .item .social-media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.contact .two-column .row .left .wrapper-info .item .social-media a {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .two-column .row .left .wrapper-info .item .social-media a:hover {
  opacity: 0.7;
}
.contact .two-column .row .right {
  background-color: #1a1a1a;
  padding: 54px 68px 70px 87px;
}
@media (max-width: 1200px) {
  .contact .two-column .row .right {
    padding: 44px 50px 38px 50px;
  }
}
@media (max-width: 1024px) {
  .contact .two-column .row .right {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 768px) {
  .contact .two-column .row .right {
    padding: 25px;
  }
}
.contact .two-column .row .right h2 {
  color: #fff;
}
.contact .two-column .row .right h2 + p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
}
.contact .two-column .row .right p {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 191.5%;
  padding-bottom: 0;
}
.contact .two-column .row .right form input[type="text"], .contact .two-column .row .right form input[type="email"], .contact .two-column .row .right form input[type="tel"], .contact .two-column .row .right form input[type="text"] {
  background-color: transparent;
  padding: 5px 10px;
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.contact .two-column .row .right form .text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.contact .two-column .row .right form .button {
  position: relative;
}
.contact .two-column .row .right form .button .btn {
  width: 100%;
  border-radius: 33.5px;
  background: #dec085;
  height: 67px;
  text-align: center;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  padding: 6px 5px;
  border-radius: 5px;
  border: 1px solid #808080;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-right: 31px;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 4px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: scale(0);
  rotate: -45deg;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]::before:checked {
  border: 1px solid #fff;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] input[type="checkbox"]:hover {
  color: black;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + span {
  color: #fff;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 12px;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label span {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 191.5%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .two-column .row .right form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label:hover span {
  color: #fff;
}
.contact .image-map figure {
  position: relative;
  z-index: 0;
}
.contact .image-map figure::after {
  position: absolute;
  content: "";
  top: 0;
  width: 52%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, #fff 10.83%, rgba(255, 255, 255, 0) 48.27%);
}
@media (max-width: 1024px) {
  .contact .image-map figure::after {
    width: 100%;
  }
}
.contact .image-map figure img {
  width: 100%;
}
.services .bn .row {
  text-align: center;
}
.services .image-text-section-cus .image-text-block .image-text-row .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 150px;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .services .image-text-section-cus .image-text-block .image-text-row .row {
    gap: 75px;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .services .image-text-section-cus .image-text-block .image-text-row .row {
    gap: 35px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .services .image-text-section-cus .image-text-block .image-text-row .row {
    gap: 25px;
    padding: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text {
  -webkit-flex-basis: 32.2%;
  -moz-flex-basis: 32.2%;
  -ms-flex-preferred-size: 32.2%;
  flex-basis: 32.2%;
}
@media (max-width: 1200px) {
  .services .image-text-section-cus .image-text-block .image-text-row .row .text {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys {
  max-width: 580px;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys h4 {
  color: #000;
  font-family: "Red Hat Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys .btn {
  border-radius: 33.5px;
  border: 1px solid #dec085;
  margin: 0;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys ul {
  padding-bottom: 15px;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys p {
  font-size: 14px;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys .text-line {
  color: #000;
  font-family: "Red Hat Display";
  font-size: 25px;
  font-weight: 400;
  line-height: 112.5%;
  /* 28.125px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .wys .text-line:before {
  position: absolute;
  content: "";
  left: calc(-133px - 31px);
  width: 133px;
  height: 2px;
  background: #000;
  top: 8px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .services .image-text-section-cus .image-text-block .image-text-row .row .text .wys .text-line:before {
    content: none;
  }
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul {
  column-count: 2;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .services .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul {
    column-count: 1;
  }
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul li {
  position: relative;
  padding-left: 22px;
  break-inside: avoid;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #1a1a1c;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .link-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .link-row .link-btn {
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .link-row .link-btn span {
  transition: 0.3s;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .link-row .link-btn .arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .link-row .link-btn .arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 18px;
  width: 7px;
  transform: translate(-50%, -50%);
}
.services .image-text-section-cus .image-text-block .image-text-row .row .text .link-row .link-btn:hover .arrow {
  opacity: 0.3;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .image {
  position: relative;
  z-index: 1;
  flex-basis: 50%;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .image img {
  width: 100%;
  display: block;
}
.services .image-text-section-cus .image-text-block .image-text-row .row .image video {
  display: block;
  width: 100%;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) {
  background-color: #1a1a1c;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info ul {
  column-count: 2;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info ul li {
  position: relative;
  padding-left: 22px;
  break-inside: avoid;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .wys h2, .services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .wys h2, .services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .wys h3, .services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .wys p, .services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .wys li {
  color: #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .wys ul li::before {
  background-color: #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .acc .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .acc .item h3 {
  color: #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .acc .item h3::before {
  background-color: #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .acc .item h3 span:before, .services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .acc .item h3 span:after {
  background-color: #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .acc .item .info p, .services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .acc .item .info li {
  color: #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .link-row::after {
  content: "";
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  display: inline-block;
  flex: 1;
  background-color: #fff;
}
@media (max-width: 768px) {
  .services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .link-row::after {
    display: none;
  }
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn {
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn span {
  color: #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn .arrow {
  border: 1px solid #fff;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn .arrow::before {
  content: url("../img/white-arrow-button.svg");
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .text .link-row .link-btn:hover span {
  color: rgba(255, 254, 254, 0.363);
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .wys ul li::before {
  background-color: #1a1a1c;
}
@media (max-width: 768px) {
  .services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row {
    padding-left: 20px;
  }
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row::before {
  content: "";
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background-color: #000;
  display: inline-block;
}
@media (max-width: 1200px) {
  .services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row::before {
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row::before {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row::before {
    display: none;
  }
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn span {
  color: #000;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn .arrow {
  border: 1px solid black;
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn .arrow::before {
  content: url("../img/black-arrow-button.svg");
}
.services .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .link-row .link-btn:hover span {
  color: rgba(0, 0, 0, 0.363);
}
.services .image-text-section-cus .image-text-block .image-text-row.reverse_block .image {
  order: -1;
}
.fly-with-confidence .bn .row {
  text-align: center;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 99px;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row {
    gap: 75px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row {
    gap: 35px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row {
    gap: 25px;
    padding: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text {
    order: 2;
  }
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys {
  max-width: 100%;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys h4 {
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys .btn {
  border-radius: 33.5px;
  border: 1px solid #dec085;
  margin: 0;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys ul {
  padding-bottom: 15px;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys p {
  font-size: 14px;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys .three-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 52px;
  margin-bottom: 25px;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .wys .three-text + p {
  padding-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 112.5%;
  /* 22.5px */
  text-transform: uppercase;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .acc {
  max-width: 100%;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul {
  column-count: 2;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul {
    column-count: 1;
  }
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul li {
  position: relative;
  padding-left: 22px;
  break-inside: avoid;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .text .acc .item .info ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #1a1a1c;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .image {
  position: relative;
  z-index: 1;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .image {
    order: 1;
  }
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row .row .image img {
  width: 100%;
  display: block;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) {
  background-color: #1a1a1c;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text {
    order: 2;
  }
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .wys h2, .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .wys h4, .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .wys h3, .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .wys p, .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .wys span, .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .wys li {
  color: #fff;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .wys ul li::before {
  background-color: #fff;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item h3 {
  color: #fff;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item h3::before {
  background-color: #fff;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item h3 span:before, .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item h3 span:after {
  background-color: #fff;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info p, .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info li {
  color: #fff;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info ul {
  column-count: 2;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info ul li {
  position: relative;
  padding-left: 22px;
  break-inside: avoid;
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .text .acc .item .info ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(even) .row .image {
    order: 1;
  }
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .image {
  order: -1;
}
@media (max-width: 768px) {
  .fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .image {
    order: 1;
  }
}
.fly-with-confidence .image-text-section-cus .image-text-block .image-text-row:nth-child(odd) .text .wys ul li::before {
  background-color: #1a1a1c;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top-block-box {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .top-block-box {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .top-block-box {
    padding-top: 40px;
  }
}
.top-block-box .reverse_block {
  flex-direction: row-reverse;
}
.top-block-box figure {
  line-height: 0;
}
.top-block-box .top-block-left {
  -webkit-flex-basis: 45.7%;
  -moz-flex-basis: 45.7%;
  -ms-flex-preferred-size: 45.7%;
  flex-basis: 45.7%;
}
@media (max-width: 1440px) {
  .top-block-box .top-block-left {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media (max-width: 1024px) {
  .top-block-box .top-block-left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-block-box .top-block-left-title {
  position: relative;
}
.top-block-box .top-block-left-title:before {
  content: "";
  left: 0;
  width: 24%;
  height: 3px;
  position: absolute;
  z-index: 0;
  top: 30px;
  background: #dec085;
}
@media (max-width: 1440px) {
  .top-block-box .top-block-left-title:before {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .top-block-box .top-block-left-title:before {
    width: 7%;
  }
}
.top-block-box .top-block-left-title h2 {
  width: 63%;
  margin-left: auto;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .top-block-box .top-block-left-title h2 {
    width: 80%;
  }
}
@media (max-width: 1240px) {
  .top-block-box .top-block-left-title h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .top-block-box .top-block-left-title h2 {
    padding-bottom: 30px;
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .top-block-box .top-block-left-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top-block-box .top-block-left-box {
    display: block;
  }
}
.top-block-box .top-block-left-box .top-block-left-image {
  -webkit-flex-basis: 269px;
  -moz-flex-basis: 269px;
  -ms-flex-preferred-size: 269px;
  flex-basis: 269px;
}
@media (max-width: 768px) {
  .top-block-box .top-block-left-box .top-block-left-image {
    text-align: center;
  }
}
.top-block-box .top-block-left-box .top-block-left-image img {
  width: 100%;
  height: 297px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .top-block-box .top-block-left-box .top-block-left-image img {
    width: auto;
  }
}
.top-block-box .top-block-left-box .top-block-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-block-box .top-block-left-box .top-block-text .text {
  margin-left: auto;
  max-width: 470px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .top-block-box .top-block-left-box .top-block-text .text {
    padding: 0 0 0 15px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .top-block-box .top-block-left-box .top-block-text .text {
    padding: 20px 0 0;
  }
}
.top-block-box .top-block-right {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1440px) {
  .top-block-box .top-block-right {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .top-block-box .top-block-right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-block-box .top-block-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-block {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .testimonials-block {
    margin-bottom: 30px;
  }
}
.testimonials-block .row {
  background: #1a1a1c;
}
.testimonials-block .testimonials-block-image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-block-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.testimonials-block .testimonials-block-image figure {
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-block-image figure {
    position: relative;
  }
}
.testimonials-block .testimonials-block-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.testimonials-block .testimonials-slider {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 110px 30px;
}
@media (max-width: 1240px) {
  .testimonials-block .testimonials-slider {
    padding: 50px 30px;
  }
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-slider {
    padding: 40px 30px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .testimonials-block .testimonials-slider {
    padding: 30px 20px;
  }
}
.testimonials-block .testimonials-slider .swiper {
  max-width: 630px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-slider .swiper {
    padding-bottom: 50px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-slider .swiper {
    padding-bottom: 40px;
  }
}
.testimonials-block .testimonials-slider .swiper-slide .text {
  color: #fff;
}
.testimonials-block .testimonials-slider .swiper-slide .text h1, .testimonials-block .testimonials-slider .swiper-slide .text h2, .testimonials-block .testimonials-slider .swiper-slide .text h4, .testimonials-block .testimonials-slider .swiper-slide .text h5, .testimonials-block .testimonials-slider .swiper-slide .text h6 {
  color: #fff;
}
.testimonials-block .testimonials-slider .swiper-slide .text h3 {
  color: #dec085;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 112.5%;
  padding-bottom: 19px;
}
@media (max-width: 1024px) {
  .testimonials-block .testimonials-slider .swiper-slide .text h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .testimonials-block .testimonials-slider .swiper-slide .text h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .testimonials-block .testimonials-slider .swiper-slide .text h3 {
    font-size: 20px;
  }
}
.testimonials-block .testimonials-slider .swiper-slide .text h2 {
  padding-bottom: 20px;
}
.testimonials-block .testimonials-slider .swiper-slide .text p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 139%;
  /* 22.24px */
}
.testimonials-block .swiper-pagination {
  bottom: 0;
  right: 0;
  left: auto;
  width: auto;
}
.testimonials-block .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid transparent;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .testimonials-block .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .testimonials-block .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }
}
.testimonials-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
.testimonials-block .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: #fff;
  opacity: 0.7;
}
.testimonials-block .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aircraft-top-info {
  padding: 90px 0;
}
@media (max-width: 1240px) {
  .aircraft-top-info {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .aircraft-top-info {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .aircraft-top-info {
    padding: 30px 0;
  }
}
.aircraft-top-info .text h1 {
  font-size: 70px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .aircraft-top-info .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .aircraft-top-info .text h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .aircraft-top-info .text h1 {
    font-size: 40px;
  }
}
.aircraft-top-info .text h3 {
  font-size: 35px;
}
@media (max-width: 1024px) {
  .aircraft-top-info .text h3 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .aircraft-top-info .text h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .aircraft-top-info .text h3 {
    font-size: 20px;
  }
}
.aircraft-top-info .text *:last-child {
  padding-bottom: 0;
}
.features-block .features-block-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .features-block .features-block-title {
    margin-bottom: 30px;
  }
}
.features-block .features-block-title h2 {
  padding-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .features-block .features-block-title h2 {
    margin-right: 15px;
  }
}
.features-block .features-block-title .line-box {
  height: 3px;
  background: #dec085;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.features-block .text ul {
  margin-bottom: 20px;
  column-count: 2;
}
@media (max-width: 576px) {
  .features-block .text ul {
    column-count: 1;
  }
}
.features-block .text ul li {
  color: #1a1a1c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-left: 45px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1440px) {
  .features-block .text ul li {
    padding-left: 35px;
  }
}
@media (max-width: 1240px) {
  .features-block .text ul li {
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .features-block .text ul li {
    padding-left: 15px;
  }
}
.features-block .text ul li:before {
  background: #1a1a1c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 4px;
  position: absolute;
  content: "";
}
@media (max-width: 768px) {
  .features-block .text ul li:before {
    width: 4px;
    height: 4px;
    top: 6px;
  }
}
.features-block .features-block-box-left {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  padding: 85px 0;
}
@media (max-width: 1440px) {
  .features-block .features-block-box-left {
    padding: 50px 0;
  }
}
@media (max-width: 1240px) {
  .features-block .features-block-box-left {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .features-block .features-block-box-left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 0 10px;
  }
}
.features-block .features-block-image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .features-block .features-block-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.features-block .features-block-image figure {
  line-height: 0;
  margin-bottom: -160px;
}
@media (max-width: 1240px) {
  .features-block .features-block-image figure {
    margin-bottom: -90px;
  }
}
@media (max-width: 1024px) {
  .features-block .features-block-image figure {
    margin-bottom: -20px;
  }
}
.features-block .features-block-image img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .features-block .features-block-image img {
    min-height: auto;
  }
}
.key-block {
  background: #1a1a1c;
  padding: 50px 0 30px;
  color: #fff;
}
.key-block .key-block-title {
  margin-bottom: 150px;
  max-width: 50%;
}
@media (max-width: 1240px) {
  .key-block .key-block-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .key-block .key-block-title {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .key-block .key-block-title {
    margin-bottom: 30px;
  }
}
.key-block .key-block-title h2 {
  color: #fff;
  margin-right: 30px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .key-block .key-block-title h2 {
    margin-right: 15px;
  }
}
.key-block .key-block-title .line-box {
  height: 3px;
  background: #dec085;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.key-block h4 {
  color: #fff;
  padding-bottom: 10px;
}
.key-block .key-item {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .key-block .key-item {
    margin-bottom: 40px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .key-block .key-item {
    margin-bottom: 30px;
  }
}
.key-block .key-item:nth-child(odd) {
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .key-block .key-item:nth-child(odd) {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .key-block .key-item:last-child {
    margin-bottom: 0;
  }
}
.key-block .key-items-box .key-item-box {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.key-block .key-items-box .key-item-box:last-child {
  border: 0;
}
.key-block .key-items-box .key-item-box .key-item-box-left {
  color: #9f9f9f;
  padding-right: 10px;
}
.blog-block {
  padding: 90px 0;
}
@media (max-width: 1240px) {
  .blog-block {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .blog-block {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .blog-block {
    padding: 30px 0;
  }
}
.blog-block .row {
  width: 1080px;
}
.blog-block .posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.blog-block .posts > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .blog-block .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blog-block .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .blog-block .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blog-block .posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.blog-block .posts a {
  color: #333;
}
.blog-block .posts a:hover {
  color: #dec085;
}
.blog-block .posts .thumb {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-block .posts .thumb:hover {
  opacity: 0.7;
}
.blog-block .posts .thumb img {
  width: 100%;
  object-fit: cover;
  height: 174px;
}
.blog-block .posts .post {
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .blog-block .posts .post {
    margin-bottom: 30px;
  }
}
.blog-block .posts .post p {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.blog-block .posts .post .post-title {
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 112.5%;
  /* 101.25px */
}
@media (max-width: 1024px) {
  .blog-block .posts .post .post-title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .blog-block .posts .post .post-title {
    font-size: 18px;
  }
}
.blog-block .posts .post .post-title a {
  font-weight: 700;
}
.blog-block .posts .post .more {
  text-transform: uppercase;
}
.blog-block .posts .post .time-category-box {
  margin-bottom: 10px;
}
.blog-block .nav-links {
  text-align: center;
}
.blog-block .nav-links a:hover {
  background: #dec085;
  color: #000;
}
.blog-block .nav-links .page-numbers {
  background: #000;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 4px 10px;
}
.blog-block .nav-links .page-numbers.current {
  background: #dec085;
  color: #000;
}
.blog-block .more-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blog-block .more-box a {
  font-weight: 700;
}
.blog-block .more-box span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  background: #000;
  height: 2px;
  width: 100%;
}
@media (max-width: 768px) {
  .blog-block .more-box span {
    margin-right: 20px;
  }
}
.single-wrapper {
  padding: 90px 0;
}
@media (max-width: 1240px) {
  .single-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .single-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .single-wrapper {
    padding: 30px 0;
  }
}
.single-wrapper .row {
  width: 1080px;
}
.single-wrapper h1 {
  color: #1a1a1c;
  font-family: "Red Hat Display", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 112.5%;
  /* 101.25px */
  padding-bottom: 35px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .single-wrapper h1 {
    font-size: 45px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single-wrapper h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .single-wrapper h1 {
    font-size: 35px;
  }
}
.single-wrapper .thumbnail {
  display: block;
  line-height: 0;
  margin-bottom: 30px;
  text-align: center;
}
.single-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
}
.single-wrapper .wys p {
  padding-bottom: 20px;
}
.single-wrapper .wys iframe {
  max-width: 100%;
}
.calair-block-box {
  background: #f8f8f8;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1240px) {
  .calair-block-box {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .calair-block-box {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .calair-block-box {
    padding: 30px 0;
  }
}
.calair-block-box:before {
  display: none;
  top: -160px;
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  width: 100%;
  background: #f8f8f8;
  height: 100%;
}
@media (max-width: 1240px) {
  .calair-block-box:before {
    top: -100px;
  }
}
@media (max-width: 1024px) {
  .calair-block-box:before {
    top: -80px;
  }
}
@media (max-width: 768px) {
  .calair-block-box:before {
    top: -50px;
  }
}
.calair-block-box figure {
  line-height: 0;
  height: 100%;
  width: 100%;
}
.calair-block-box figure img {
  width: 100%;
  height: 830px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 1240px) {
  .calair-block-box figure img {
    height: 700px;
  }
}
.calair-block-box .calair-title {
  margin-bottom: 60px;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 1240px) {
  .calair-block-box .calair-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .calair-block-box .calair-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .calair-title {
    margin-bottom: 30px;
  }
}
.calair-block-box .calair-title .line-box {
  height: 3px;
  background: #dec085;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.calair-block-box .calair-title h2 {
  padding-bottom: 0;
  margin-right: 120px;
}
@media (max-width: 1024px) {
  .calair-block-box .calair-title h2 {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .calair-title h2 {
    margin-right: 20px;
  }
}
.calair-block-box .calair-block-box-item {
  position: relative;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}
@media (max-width: 1024px) {
  .calair-block-box .calair-block-box-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.calair-block-box .calair-block-box-item .flip-container:hover .back-item {
  visibility: visible;
  opacity: 1;
}
.calair-block-box .calair-block-box-item.noimage .flip-container .front-item {
  min-height: 800px;
}
@media (max-width: 1024px) {
  .calair-block-box .calair-block-box-item.noimage .flip-container .front-item {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .calair-block-box-item.noimage .flip-container .front-item {
    min-height: 400px;
  }
}
.calair-block-box .calair-block-box-item.noimage .flip-container .back-item {
  visibility: visible !important;
  opacity: 1 !important;
}
.calair-block-box .front-item, .calair-block-box .back-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calair-block-box .front-item:before {
  bottom: 0;
  position: absolute;
  z-index: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.5) 100%);
}
.calair-block-box .front-item .left-right-title {
  position: absolute;
  bottom: 80px;
  padding: 35px 54px;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1440px) {
  .calair-block-box .front-item .left-right-title {
    bottom: 60px;
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .calair-block-box .front-item .left-right-title {
    bottom: 40px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .front-item .left-right-title {
    bottom: 30px;
  }
}
.calair-block-box .front-item .left-right-title:after {
  background: #dec085;
  height: 3px;
  content: "";
  position: absolute;
  width: calc(100% - 75px);
  right: 75px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1240px) {
  .calair-block-box .front-item .left-right-title:after {
    width: calc(100% - 35px);
    right: 35px;
  }
}
.calair-block-box .front-item .left-right-title span {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .calair-block-box .front-item .left-right-title span {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .front-item .left-right-title span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .calair-block-box .front-item .left-right-title span {
    font-size: 20px;
  }
}
.calair-block-box .back-item {
  background: #fff;
  padding: 20px 25px 0px 25px;
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  height: 100%;
}
@media (max-width: 1240px) {
  .calair-block-box .back-item {
    padding: 20px 20px 0px 20px;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .calair-block-box .back-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.calair-block-box .back-item .back-item-box {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .calair-block-box .back-item .back-item-box {
    padding-right: 0;
  }
}
.calair-block-box .back-item .back-item-box::-webkit-scrollbar {
  width: 10px;
}
.calair-block-box .back-item .back-item-box::-webkit-scrollbar-thumb {
  background-color: #dec085;
  border-radius: 10px;
  border: 2px solid #fff;
  /* Border color for the thumb */
}
.calair-block-box .back-item .back-item-box::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.calair-block-box .back-item h3, .calair-block-box .back-item h4, .calair-block-box .back-item h5 {
  padding-bottom: 10px;
}
.calair-block-box .back-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .calair-block-box .back-item p {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.calair-block-box .back-item .text *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.calair-block-box .back-item ul {
  margin-bottom: 45px;
}
@media (max-width: 1240px) {
  .calair-block-box .back-item ul {
    margin-bottom: 35px;
  }
}
@media (max-width: 1024px) {
  .calair-block-box .back-item ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .back-item ul {
    margin-bottom: 25px;
  }
}
.calair-block-box .back-item ul li {
  color: #1a1a1c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1240px) {
  .calair-block-box .back-item ul li {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .calair-block-box .back-item ul li {
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .back-item ul li {
    padding-left: 15px;
  }
}
.calair-block-box .back-item ul li:before {
  background: #1a1a1c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 4px;
  position: absolute;
  content: "";
}
@media (max-width: 768px) {
  .calair-block-box .back-item ul li:before {
    width: 4px;
    top: 6px;
    height: 4px;
  }
}
.calair-block-box .back-item table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 25px;
}
.calair-block-box .back-item table td {
  font-size: 14px;
  width: 50%;
}
.calair-block-box .back-item h5 {
  color: #000;
  padding-bottom: 5px;
}
.calair-block-box .back-item .calair-middle-buttons {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .calair-block-box .back-item .calair-middle-buttons {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .back-item .calair-middle-buttons {
    text-align: center;
  }
}
.calair-block-box .back-item .calair-middle-buttons .btn {
  border-radius: 33.5px;
  background: #dec085;
  color: #1a1a1c;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  border: 1px solid transparent;
  font-weight: 400;
  margin: 5px 10px 5px 0;
  line-height: 1;
  text-transform: uppercase;
  padding: 23px 40px 23px 40px;
}
@media (max-width: 1390px) {
  .calair-block-box .back-item .calair-middle-buttons .btn {
    padding: 23px 20px 23px 20px;
  }
}
@media (max-width: 1240px) {
  .calair-block-box .back-item .calair-middle-buttons .btn {
    padding: 20px 30px;
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  .calair-block-box .back-item .calair-middle-buttons .btn {
    padding: 18px 20px;
  }
}
@media (max-width: 768px) {
  .calair-block-box .back-item .calair-middle-buttons .btn {
    padding: 10px 14px;
    margin: 0;
    font-size: 14px;
  }
}
.calair-block-box .back-item .calair-middle-buttons .btn:hover {
  background: transparent;
  border-color: #1a1a1c;
}
.calair-block-box .back-item .calair-middle-buttons .btn.right-btn {
  background: transparent;
  border-color: #1a1a1c;
}
.calair-block-box .back-item .calair-middle-buttons .btn.right-btn:hover {
  background: #dec085;
  border-color: transparent;
}
