@charset "UTF-8";

:root {
  --clr-white: #fff;
  --clr-black: #000;
  --clr-dark: #050F19;
  --clr-blue: #14A0FF;
  --clr-orange: #D66A49;
  --clr-dark-60: rgba(5, 15, 25, 0.6);
  --clr-yellow: #B49D00;
  --clr-medium-grey: #888;
  --clr-spray: #E88585;
  --clr-dark-blue: #012F5D;
  --clr-item-hover: rgba(92, 189, 255, 0.1);
  --gradient-1: linear-gradient(131deg, #050F19 10.5%, #D66A49 82.13%);
  --gradient-2: linear-gradient(131deg, #050F19 10.5%, #B49D00 82.13%);
  --gradient-3: linear-gradient(131deg, #050F19 10.5%, #14A0FF 82.13%);
  --gradient-4: linear-gradient(144.33deg, #050F19 0.52%, #093384 100%);
  --gradient-5: linear-gradient(144.88deg, #050F19 0.52%, #343B41 98.98%);
}

@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-Black.woff2") format("woff2"), url("../fonts/Cairo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-ExtraBold.woff2") format("woff2"), url("../fonts/Cairo-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-ExtraLight.woff2") format("woff2"), url("../fonts/Cairo-ExtraLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-Light.woff2") format("woff2"), url("../fonts/Cairo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-Bold.woff2") format("woff2"), url("../fonts/Cairo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-Medium.woff2") format("woff2"), url("../fonts/Cairo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-Regular.woff2") format("woff2"), url("../fonts/Cairo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  font-display: swap;
  src: url("../fonts/Cairo-SemiBold.woff2") format("woff2"), url("../fonts/Cairo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: NotoSansArabic;
  font-display: swap;
  src: url("../fonts/NotoSansArabic-Bold.woff2") format("woff2"),
    url("../fonts/NotoSansArabic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--clr-white);
  background: var(--gradient-5);
  background-attachment: fixed;
  overflow-x: hidden;
}

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

ul li {
  list-style: none;
}

input,
textarea {
  padding: 7px 13px;
  font-display: var(--font-cairo);
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--clr-dark);
  border: 1px solid var(--clr-medium-grey);
  outline: none;
}

button {
  background: transparent;
  border: none;
  outline: none;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  font-family: var(--font-cairo);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--clr-white);
  text-decoration: none;
  text-align: center;
  background-image: var(--gradient-3);
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn:hover,
.btn:focus {
  background-size: 400% 100%;
}

.btn-orange {
  background-image: var(--gradient-1);
}

.btn-yellow {
  background-image: var(--gradient-2);
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}

.site-wrapp {
  position: relative;
  /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--clr-white);
  clear: both;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 20px;
}

a {
  color: var(--clr-blue);
  text-decoration: underline;
}

a:not([class]) {
  text-decoration: none;
}

a:not([class]):hover {
  color: var(--clr-orange);
}

a:hover {
  text-decoration: none;
}

a:not([class]):hover,
a:not([class]):focus {
  text-decoration: none;
}

p {
  margin: 0 0 10px 0;
}

.fig {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 300px;
  background: var(--clr-spray);
  filter: blur(200px);
}

.fig-blue {
  background: var(--clr-blue);
}

.fig-1 {
  left: 0px;
  top: 460px;
}

.fig-2 {
  right: 0px;
  top: 1136px;
}

.fig-3 {
  left: -222px;
  top: 3051px;
}

.fig-4 {
  left: 161px;
  top: 3662px;
}

.fig-5 {
  left: 169px;
  bottom: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--clr-white);
}

.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {
  margin-right: 5px;
}

.menu-opened .menu-wrapp {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: var(--gradient-5);
  opacity: 0.8;
  z-index: 98;
}

.menu-opened .overlay {
  display: block;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu li {
  margin-left: 20px;
}

.menu li:last-child {
  margin-left: 0;
}

.menu a {
  color: var(--clr-dark);
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.menu a:hover {
  color: var(--clr-blue);
}

.hamburger {
  width: 36px;
  height: 36px;
  padding: 9px 4.5px;
}

.hamburger span {
  display: block;
  width: 27px;
  height: 3px;
  background-color: var(--clr-black);
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger span:last-child {
  margin-bottom: 0;
}

.active .top-line {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 7px;
}

.active .mid-line {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -7px;
}

.active .bot-line {
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding: 12px 24.5px;
}

.slider {
  padding: 40px 0 0 0;
}

.slider-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.slider-inner {
  width: 100%;
  max-width: 1169px;
  margin: 0 auto;
  padding: 25px;
  background-color: var(--clr-white);
}

.swiper-slide {
  background-color: var(--clr-white);
}

.slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slide-info {
  margin: 0 47px 0 0;
}

.slide-caption {
  margin: 0 0 14px 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.05em;
  color: var(--clr-dark);
}

.slide-text {
  color: var(--clr-dark);
  margin: 0 0 50px 0;
}

.slide-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

.slide-image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.slider-nav {
  position: absolute;
  right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-next,
.slider-prev {
  cursor: pointer;
}

.slider-prev {
  margin: 0 0 34px 0;
}

.slider-next[aria-disabled=true] svg path,
.slider-prev[aria-disabled=true] svg path {
  opacity: 0.3;
}

.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  width: unset;
  bottom: unset;
  left: 17px;
}

.swiper-pagination-bullet {
  width: 3px;
  height: 30px;
  background: var(--clr-white);
  border-radius: 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 25px 0;
}

.mirror-block {
  max-width: 1169px;
  height: 83px;
  margin: 0 auto;
  background-color: var(--clr-white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000));
  background-image: -o-linear-gradient(top, #ffffff 0%, #000000 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #000000 100%);
  opacity: 0.7;
}

.services {
  padding: 115px 0;
  background-color: var(--clr-white);
}

.services .container {
  max-width: 1016px;
}

.services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.services-item {
  width: 276px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), var(--gradient-4);
  background-image: -o-linear-gradient(white, white), var(--gradient-4);
  background-image: linear-gradient(white, white), var(--gradient-4);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 25px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.services-item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.services-item:hover .services-content {
  background-color: var(--clr-item-hover);
}

.services-info {
  max-width: 187px;
}

.services-caption {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.05em;
  color: var(--clr-dark);
}

.services-text {
  margin-bottom: 25px;
  color: var(--clr-dark);
}

.services-btn {
  margin-top: auto;
  padding: 12px 20px;
}

.services-item:hover .services-btn {
  background-size: 350% 100%;
}

.site-content {
  position: relative;
  /* z-index: 2; */
}

.site-content .container {
  max-width: 1178px;
}

.site-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 0 70px;
}

.home .site-content-inner {
  padding: 100px 0 70px;
}

.sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 267px;
          flex: 1 0 267px;
  max-width: 267px;
  margin-right: 106px;
}

.sidebar-inner {
  position: sticky;
  top: 125px;
}

.no-webp .sidebar-cta{
  background-image: url(../img/backs/cta-banner.jpg); }

.sidebar-cta {
  margin-bottom: 30px;
  position: relative;
  background-color: var(--clr-dark-blue);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.sidebar-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.sidebar-cta-orange::before {
  background: -o-linear-gradient(319deg, #050F19 10.5%, #A34040 82.13%);
  background: linear-gradient(131deg, #050F19 10.5%, #A34040 82.13%);
}

.sidebar-cta-blue::before {
  background: -o-linear-gradient(305.67deg, #050F19 0.52%, #093384 100%);
  background: linear-gradient(144.33deg, #050F19 0.52%, #093384 100%);
}

.sidebar-cta-inner {
  padding: 40px 30px;
}

.sidebar-cta-text {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  color: var(--clr-white);
}

.sidebar-cta-code {
  width: 187px;
  margin-bottom: 10px;
  padding: 12px 50px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.8px;
  color: var(--clr-white);
  background-color: var(--clr-orange);
}

.sidebar-cta-blue .sidebar-cta-code {
  background-color: #093384;
}

.sidebar-cta-btn {
  width: 187px;
  padding: 12px 20px;
  color: var(--clr-orange);
  background: var(--clr-white);
  border-radius: 20px;
}

.sidebar-cta-btn:hover,
.sidebar-cta-btn:focus {
  color: var(--clr-white);
  background: var(--clr-orange);
}

.sidebar-cta-blue .sidebar-cta-btn {
  color: #093384;
}

.sidebar-cta-blue .sidebar-cta-btn:hover,
.sidebar-cta-blue .sidebar-cta-btn:focus {
  color: var(--clr-white);
  background: #093384;
}

.custom-header {
  margin-top: 40px;
}


.entry-btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto 50px;
}

.entry-content ul,
.entry-content ol {
  margin: 20px 0;
}

.entry-content ul li {
  list-style: inside square;
}

.entry-content ol li {
  list-style: inside arabic;
}

.entry-content li:not(:last-child) {
  margin-bottom: 10px;
}

.promo {
  margin: 30px auto;
  background: var(--clr-white);
  border-radius: 20px;
  text-align: center;
}

.promo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 70px;
}

.promo-text {
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.05em;
  color: var(--clr-dark);
}

.promo-code {
  width: 178px;
  margin-bottom: 20px;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--clr-dark);
  border: 3px dashed var(--clr-blue);
}

.prom-btn {
  width: 178px;
  font-size: 20px;
  line-height: 30px;
  padding: 10.5px 20px 14.5px;
}

.entry-content h1 {
  margin-bottom: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 20px;
}

.entry-content .attachment-full {
  margin-bottom: 30px;
}

.entry-content .wp-block-image {
  margin: 30px 0;
}


.comments-area {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}

.comments-area::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-white);
  opacity: 0.05;
  z-index: -1;
}

.comments-area .container {
  max-width: 1078px;
  padding: 0;
}

.comment-list .comment-form {
  margin-bottom: 30px;
}

#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
}

.comment-list-wrapp {
  max-width: 705px;
  margin: 0 0 50px auto;
  padding: 0 45px;
  color: var(--clr-dark);
  background-color: var(--clr-white);
  border-radius: 45px;
}

.comment-list-wrapp :is .comment-list:not(:empty) {
  margin-bottom: 30px;
}

.comments-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.comment {
  padding: 30px 0;
}

.comment:not(:last-child) {
  border-bottom: 1px solid var(--clr-dark);
}

.comment-meta {
  margin-bottom: 15px;
}

.comment-author {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}

.vcard .avatar {
  float: left;
  width: 47px;
  height: 47px;
  margin-right: 15px;
  border-radius: 50px;
}

.comment-author b.fn {
  font-weight: 600;
}

.comment-metadata,
.comment-metadata a {
  font-size: 12px;
  line-height: 17px;
  color: var(--clr-medium-grey);
}

.comment-content p {
  margin: 15px 0;
}

.comment-reply-link {
  position: relative;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--clr-blue);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}


.comment-reply-link:hover {
  color: var(--clr-orange);
}

.comments-wrapp {
  max-width: 705px;
  margin-left: auto;
  padding: 45px 45px 45px 75px;
  background-color: var(--clr-white);
  border-radius: 45px;
}

.comment-reply-title {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--clr-dark);
}

.comment-notes {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--clr-dark);
}

.comment-form label {
  display: block;
  margin-bottom: 5px;
  color: var(--clr-dark);
}

.comment-form textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
}

.comment-form input[name="author"],
.comment-form input[name="email"] {
  width: 320px;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
}

.comment-form textarea:placeholder,
.comment-form input[name="author"]:placeholder,
.comment-form input[name="email"]:placeholder {
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--clr-medium-grey);
}

.form-submit {
  margin: 35px 0 0;
}

.btn-submit {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 12px 34px;
  color: var(--clr-dark);
  -webkit-box-shadow: 0 0 0 1px #061F33;
  box-shadow: 0 0 0 1px #061F33;
  background: transparent;
  border: none;
  cursor: pointer;
}

.btn-submit:hover,
.btn-submit:focus {
  color: var(--clr-white);
  background: var(--clr-dark-blue);
}

.success-box {
  display: none;
  max-width: 705px;
  margin-top: 20px;
  padding: 20px 30px;
  color: var(--clr-dark-blue);
  background-color: var(--clr-white);
  border: 1px solid var(--clr-dark);
  border-radius: 45px;
}

.footer {
  padding: 40px 0;
  background-color: var(--clr-dark);
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-logo {
  margin: 0 0 0 35px;
}

.mobile-cta {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.mobile-cta.sticky {
  opacity: 1;
  visibility: visible;
}

.mobile-cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
}

.mobile-cta-btn {
  width: 320px;
}


.error404 {
  background-color: var(--clr-white);
}

.error404 .header {
  background-color: var(--clr-dark);
  top: 0;
}

.error404 .g-wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

}

.main-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.error404 .page-title {
  margin-bottom: 20px;
  color: var(--clr-dark);
}

@media (min-width: 768px) {
  .mobile-cta {
    display: none;
  }
}

@media (min-width: 1366px) {
  .hamburger {
    display: none;
  }
}

@media (max-width: 1440px) {
  .slider-nav {
    right: 0;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 32px;
  }

  .fig-1 {
    left: -250px;
  }

  .fig-2 {
    right: -200px;
  }

  .fig-3 {
    left: -101px;
  }

  .fig-4 {
    left: -101px;
  }

  .fig-5 {
    left: -142px;
  }
}

@media (max-width: 1365px) {
  .menu-wrapp {
    position: absolute;
    top: 75px;
    right: -30px;
    width: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .menu {
    display: block;
    min-width: 240px;
    padding: 30px;
    background-color: var(--clr-white);
  }

  .menu li:not(:last-child) {
    margin-bottom: 25px;
  }

  .header-cta {
    margin-right: auto;
  }
}

@media (max-width: 1300px) {
  .slider-inner {
    max-width: 865px;
  }

  .slide-info {
    margin: 0 40px 0 0;
  }

  .slide-text {
    margin: 0 0 30px 0;
  }

  .slide-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }

  .slide-image img {
    height: 280px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 12px;
  }

  .mirror-block {
    max-width: 865px;
  }

  .services {
    padding: 80px 0;
  }

  .services .container {
    max-width: 976px;
  }

  .services-inner {
    gap: 50px;
  }

  .fig-1 {
    left: -221px;
  }

  .fig-2 {
    right: -240px;
  }

  .fig-3,
  .fig-4,
  .fog-5 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .home .site-content-inner {
    padding: 70px 0;
  }
  .main {
    max-width: 705px;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .slider {
    padding: 40px 0 50px;
  }

  .slider-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .slide-info {
    margin: 0 34px 0 0;
  }

  .slide-caption {
    font-size: 20px;
  }

  .slide-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 283px;
            flex: 0 0 283px;
  }

  .slide-image img {
    height: 199px;
  }

  .slider-nav {
    display: none;
  }

  .slider-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 34px 0 0 0;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
  }

  .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 0 35px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin: 0 0 0 0;
  }

  .mirror-block {
    display: none;
  }

  .services {
    padding: 70px 0;
  }

  .services-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: scroll;
    gap: 30px;
  }

  .services-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .services-item:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

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

  .header-logo .logo-img {
    width: 103px;
    height: 23px;
  }

  .menu-wrapp {
    right: -20px;
  }

  .slider {
    padding: 40px 0;
  }

  .slider-inner {
    padding: 20px;
  }

  .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .slide-info {
    margin: 17px 0 0;
  }

  .slide-text {
    margin: 0 0 24px 0;
  }

  .slide-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .slider-pagination {
    margin: 20px 0 0 0;
  }

  .services {
    padding: 40px 0;
  }

  .custom-header {
    margin-top: 20px;
  }

  .site-content-inner {
    padding: 20px 0 130px;
  }
  
  .home .site-content-inner {
    padding: 30px 0 130px;
  }
  
  .site-content .container {
    padding: 0 20px;
  }

  .promo-inner {
    padding: 50px 30px;
  }

  .promo-text {
    margin-bottom: 30px;
  }

  .comments-area {
    padding: 0 0 50px 0;
  }

  .comments-wrapp {
    padding: 20px 20px 25px 20px;
    border-radius: 0;
  }

  .comment-list-wrapp {
    padding: 0 20px;
    border-radius: 0;
  }

  body:not(.home) .footer {
    padding: 40px 0 95px;
  }

  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 176px;
    margin: 0 auto;
  }

  .footer-logo {
    margin: 0 0 45px 0;
  }

  .copyright {
    text-align: center;
  }

  .fig {
    /* width: 200px;
    height: 200px; */
  }

  .fig-1 {
    top: 542px;
    left: -152px;
  }

  .fig-2 {
    top: 720px;
    right: -160px;
  }
}

@media (max-width: 480px) {
  .header-cta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.webp .sidebar-cta{ background-image: url(../img/backs/cta-banner.webp); }