/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Druk Wide Cyr";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/DrukWideCyr-Bold.woff") format('woff'), url("../fonts/DrukWideCyr-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format('woff'), url("../fonts/Poppins-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.woff") format('woff'), url("../fonts/Poppins-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format('woff'), url("../fonts/Poppins-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format('woff'), url("../fonts/Poppins-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins-Light.woff") format('woff'), url("../fonts/Poppins-Light.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
  display: grid;
}
.row1720, .row1540, .row1480, .row1350, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .grid-1 {
    grid-template-columns: 1fr;
  }
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1380px) {
}
@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1380px) {
  .grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-5 {
    grid-template-columns: 1fr;
  }
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid-6 {
    grid-template-columns: 1fr;
  }
}
.row1720 {
  width: 1720px;
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1350 {
  width: 1350px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-color: #fef5e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #fef06b;
  color: #fff;
}
body ::selection {
  background: #fef06b;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #fef06b;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3 {
  font-family: 'Druk Wide Cyr', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 20px;
}
h1 {
  font-size: 100px;
}
@media (max-width: 1480px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 76px;
}
@media (max-width: 1480px) {
  h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #fef06b;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #fef06b;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #feed52;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: clip;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #fef06b;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #222;
  border: none;
  outline: 0;
  background: #fef06b;
  appearance: none;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.btn svg path {
  transition: all 0.4s ease-in-out;
  fill: #222;
}
@media (max-width: 1280px) {
  .btn {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.btn:hover {
  background: #feec42;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #fde81f;
}
.btn.transparent {
  background-color: transparent;
  border-color: #fef06b;
  color: #fff;
}
.btn.transparent svg path {
  fill: #fff;
}
.btn.transparent:hover {
  background-color: #fef06b;
  color: #222;
}
.btn.transparent:hover svg path {
  fill: #222;
}
.btn.black {
  background-color: #222;
  color: #fff;
}
.btn.black svg path {
  fill: #fff;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wys ul li::before {
  content: '';
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53' height='50' viewBox='0 0 53 50' fill='none'><circle cx='25' cy='25' r='24' fill='%23DA520F' stroke='%23DA520F' stroke-width='2'/><path fill-rule='evenodd' clip-rule='evenodd' d='M25.1383 39C24.8934 39 24.6892 38.8394 24.6075 38.6386C24.5668 38.5583 21.0551 29.6439 15.6244 26.2709C14.5627 25.6284 13.7463 24.9457 14.0729 23.4198C14.3994 21.9341 15.4203 21.0908 17.2577 20.6892C20.5242 20.0066 24.0358 24.9858 25.3425 27.0338C29.9156 20.4886 39.062 10.2088 52.3733 9.00416C53.0155 8.93013 53.2529 9.8662 52.6591 10.1285C52.455 10.2088 33.427 18.762 25.7098 38.6788C25.5874 38.8795 25.3832 39 25.1383 39Z' fill='white'/></svg>");
}
@media (max-width: 768px) {
  .wys ul li::before {
    width: 30px;
    height: 30px;
  }
}
.yellow-bg {
  background-color: #fef06b;
}
.yellow-bg .wys ul li:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53' height='50' viewBox='0 0 53 50' fill='none'><circle cx='25' cy='25' r='24' fill='black' stroke='black' stroke-width='2'/><path fill-rule='evenodd' clip-rule='evenodd' d='M25.1383 39C24.8934 39 24.6892 38.8394 24.6075 38.6386C24.5668 38.5583 21.0551 29.6439 15.6244 26.2709C14.5627 25.6284 13.7463 24.9457 14.0729 23.4198C14.3994 21.9341 15.4203 21.0908 17.2577 20.6892C20.5242 20.0066 24.0358 24.9858 25.3425 27.0338C29.9156 20.4886 39.062 10.2088 52.3733 9.00416C53.0155 8.93013 53.2529 9.8662 52.6591 10.1285C52.455 10.2088 33.427 18.762 25.7098 38.6788C25.5874 38.8795 25.3832 39 25.1383 39Z' fill='white'/></svg>");
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #da520f;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #fef06b;
  background: #fef06b;
}
#top {
  min-height: 930px;
  padding: 150px 20px 60px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #top {
    min-height: 750px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 500px;
    padding: 100px 0 50px;
  }
}
#top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#top .top-banner-wrapper {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  align-items: center;
  gap: 140px;
}
@media (max-width: 1280px) {
  #top .top-banner-wrapper {
    gap: 60px;
  }
}
@media (max-width: 576px) {
  #top .top-banner-wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
#top .top-banner-wrapper .image figure {
  text-align: right;
}
.check-item {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  line-height: 1;
  gap: 5px;
  background-color: #da520f;
  color: #fff;
  font-size: 20px;
  padding: 15px 18px;
  border-radius: 50px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .check-item {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .check-item {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .check-item {
    font-size: 14px;
  }
}
.check-item:after {
  content: '';
  position: relative;
  display: block;
  width: 20px;
  height: 25px;
  aspect-ratio: 0.8;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='31' height='24' viewBox='0 0 31 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.85352 24C8.65882 24 8.49653 23.8715 8.43163 23.7109C8.39923 23.6467 5.60789 16.5151 1.29119 13.8167C0.447305 13.3027 -0.201692 12.7566 0.0579069 11.5358C0.317506 10.3473 1.12898 9.67266 2.58946 9.3514C5.18591 8.80526 7.97715 12.7887 9.01582 14.4271C12.6508 9.19085 19.9211 0.967033 30.5019 0.00332487C31.0123 -0.055899 31.201 0.692963 30.7291 0.902798C30.5668 0.967033 15.442 7.80957 9.30782 23.7431C9.21052 23.9036 9.04822 24 8.85352 24Z' fill='%23FEF06B'/></svg>");
}
.tpl-services #top .top-banner-wrapper {
  align-items: flex-start;
}
.tpl-services #top .top-banner-wrapper .image figure {
  margin-right: -200px;
  margin-bottom: -20%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .tpl-services #top .top-banner-wrapper .image figure {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fef06b;
  -webkit-box-shadow: 0 7px 0 0 #fef06b, 0 -7px 0 0 #fef06b;
  box-shadow: 0 7px 0 0 #fef06b, 0 -7px 0 0 #fef06b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fef06b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open {
  top: -10px;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #222;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -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: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #fef06b;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #fef06b;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 35px 0;
  will-change: transform, opacity;
}
@media (max-width: 1280px) {
  header {
    padding: 20px 0;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
}
header #logo img, header #logo svg {
  max-width: 100%;
}
header #logo:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  header .right-header .btn {
    display: none;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 45px;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 18px;
  padding: 5px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 1480px) {
  .main_nav .level_a > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #fef06b;
}
.main_nav .level_a > li.menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
.main_nav .level_a > li.menu-item-has-children .fa-solid {
  display: block;
  font-size: 14px;
  color: #000;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  bottom: -15px;
  transform: translateY(110%);
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 25px;
  padding: 10px 0;
  border-top: 3px solid #fef59e;
  border-bottom: 3px solid #fef59e;
  background: #fef06b;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #fffad0;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: #222;
  color: #fff;
}
footer .footer-top--wrapper {
  padding: 65px 0 50px;
  border-bottom: 1px solid #454343;
}
@media (max-width: 1024px) {
  footer .footer-top--wrapper {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-top--wrapper {
    padding: 30px 0;
  }
}
footer .footer-top--wrapper #f-logo {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  footer .footer-top--wrapper #f-logo {
    flex-basis: 100%;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  footer .footer-top--wrapper .footer_nav {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .footer-top--wrapper .footer_nav .level_a {
  gap: 43px;
}
@media (max-width: 768px) {
  footer .footer-top--wrapper .footer_nav .level_a {
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer-top--wrapper .footer_nav .level_a a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
footer .footer-top--wrapper .footer_nav .level_a a:hover {
  color: #fef06b;
}
footer .footer-bottom--wrapper {
  padding: 30px 0;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .footer-bottom--wrapper {
    padding: 20px 0;
    flex-direction: column-reverse;
    text-align: center;
  }
}
footer .footer-bottom--wrapper .copyright span {
  font-size: 16px;
  color: #777;
}
footer .footer-bottom--wrapper .bottom-links {
  gap: 43px;
}
footer .footer-bottom--wrapper .bottom-links a {
  font-size: 16px;
  color: #777;
  text-decoration: none;
}
footer .footer-bottom--wrapper .bottom-links a:hover {
  color: #fef06b;
}
.hp-top-banner--section {
  position: relative;
  padding: 150px 0 80px;
}
.hp-top-banner--title, .hp-top-banner--text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.hp-top-banner--title {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #fef06b;
}
@media (max-width: 768px) {
  .hp-top-banner--title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.hp-top-banner--title img {
  margin-bottom: 0;
}
.hp-top-banner--title h1 {
  text-transform: uppercase;
  font-size: 150px;
  line-height: 1;
}
@media (max-width: 1480px) {
  .hp-top-banner--title h1 {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .hp-top-banner--title h1 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--title h1 {
    font-size: 60px;
  }
}
.hp-top-banner--bottom {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 5;
  color: #fff;
}
@media (max-width: 768px) {
  .hp-top-banner--bottom {
    bottom: 20px;
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--bottom .flex {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.hp-top-banner--bottom .scroll-down {
  cursor: pointer;
}
.hp-top-banner--bottom .scroll-down .icon {
  background-color: #fff;
  color: #222;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.yb-content-blocks--block {
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .yb-content-blocks--block {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .yb-content-blocks--block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .yb-content-blocks--block {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .yb-content-blocks--block {
    padding: 40px 0;
  }
}
.yb-content-blocks--block.yellow-bg {
  background-color: #fef06b;
}
.yb-content-blocks--block.yellow-bg .yb-content--wrapper > div {
  flex: 1;
}
.yb-content-blocks--block.yellow-bg .yb-content--wrapper > div.left {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
@media (max-width: 1024px) {
  .yb-content-blocks--block.yellow-bg .yb-content--wrapper > div.left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.yb-content-blocks--block.beige-bg .yb-content--wrapper > div {
  flex: 1;
}
.yb-content-blocks--block.beige-bg .yb-content--wrapper > div.right {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
@media (max-width: 1024px) {
  .yb-content-blocks--block.beige-bg .yb-content--wrapper > div.right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.yb-content-blocks--block .yb-content--wrapper {
  gap: 120px;
}
@media (max-width: 1480px) {
  .yb-content-blocks--block .yb-content--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .yb-content-blocks--block .yb-content--wrapper {
    gap: 40px;
  }
}
.yb-content-blocks--block .yb-content--wrapper p {
  padding: 0;
  margin-bottom: 40px;
}
.yb-content-blocks--block .yb-content--wrapper ul {
  margin: 40px 0;
}
.wpcf7-form {
  margin: 60px 0;
}
.wpcf7-form .hidden-fields-container {
  display: none;
}
.wpcf7-form .submit-wrapper {
  margin: 30px 0;
  position: relative;
}
.wpcf7-form input[type='text'], .wpcf7-form input[type='number'], .wpcf7-form input[type='email'], .wpcf7-form input[type='password'], .wpcf7-form input[type='search'], .wpcf7-form input[type='tel'], .wpcf7-form textarea, .wpcf7-form select {
  min-height: 50px;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #858585;
}
.hp-stats--section {
  background-color: #222;
  color: #fff;
}
.hp-stats--title {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .hp-stats--title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hp-stats--title {
    margin-bottom: 25px;
  }
}
.hp-stats--title h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.hp-stats--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 20px 30px;
}
@media (max-width: 1200px) {
  .hp-stats--wrapper {
    gap: 15px;
  }
}
@media (max-width: 1140px) {
  .hp-stats--wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .hp-stats--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .hp-stats--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.hp-stats--wrapper .card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  min-height: 320px;
}
.hp-stats--wrapper .card:not(.first-card) {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
}
.hp-stats--wrapper .card:nth-child(odd) {
  margin-top: 30px;
}
@media (max-width: 1140px) {
  .hp-stats--wrapper .card:nth-child(odd) {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .hp-stats--wrapper .card {
    padding: 20px;
    min-height: auto;
  }
}
.hp-stats--wrapper .card.first-card {
  padding: 0;
  border: none;
}
.hp-stats--wrapper .card p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 1380px) {
  .hp-stats--wrapper .card p {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  .hp-stats--wrapper .card .btn {
    font-size: 16px;
  }
}
.hp-stats--wrapper .card .title {
  text-align: right;
}
.hp-stats--wrapper .card .title span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
.hp-stats--wrapper .card .stats-text {
  display: grid;
  grid-template-columns: 1fr 21px;
  align-items: center;
  gap: 15px;
}
.hp-stats--wrapper .card .stats-text .text {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.hp-stats--wrapper .card .stats-text .text span {
  line-height: 1;
  font-family: 'Druk Wide Cyr', sans-serif;
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .hp-stats--wrapper .card .stats-text .text span {
    font-size: 50px;
  }
}
@media (max-width: 1480px) {
  .hp-stats--wrapper .card .stats-text .text span {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .hp-stats--wrapper .card .stats-text .text span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .hp-stats--wrapper .card .stats-text .text span {
    font-size: 22px;
  }
}
.wwo-grid--title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .wwo-grid--title {
    margin-bottom: 40px;
  }
}
.wwo-grid--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1850px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wwo-grid--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .wwo-grid--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wwo-grid--wrapper .card {
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  padding: 70px 60px;
}
@media (max-width: 1280px) {
  .wwo-grid--wrapper .card {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .wwo-grid--wrapper .card {
    padding: 40px;
  }
}
.wwo-grid--wrapper .card:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1024px) {
  .wwo-grid--wrapper .card:nth-child(3n) {
    border-right: 1px solid #3c3c3c;
  }
}
.wwo-grid--wrapper .card .wys h4 {
  color: #da520f;
}
.wwo-grid--wrapper .card .wys p {
  font-weight: 300;
}
.we-work-with--section {
  background-color: #fef06b;
}
.we-work-with--title {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .we-work-with--title {
    padding: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .we-work-with--title {
    padding: 40px 0 20px;
  }
}
.we-work-with--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 1024px) {
  .we-work-with--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.we-work-with--wrapper .col {
  padding: 90px 80px;
}
@media (max-width: 1480px) {
  .we-work-with--wrapper .col {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .we-work-with--wrapper .col {
    padding: 40px 20px;
  }
}
.we-work-with--wrapper .col ul {
  margin: 40px 0;
}
.we-work-with--wrapper .col.right {
  background-color: #222;
  color: #fff;
  position: relative;
}
.we-work-with--wrapper .col.right:after, .we-work-with--wrapper .col.right:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  background-color: #222;
}
.we-work-with--wrapper .col.right:after {
  right: 0;
  transform: translateX(100%);
}
.we-work-with--wrapper .col.right:before {
  left: 0;
  transform: translateX(-100%);
  display: none;
}
@media (max-width: 1024px) {
  .we-work-with--wrapper .col.right:before {
    display: block;
  }
}
.protect-tech--section {
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .protect-tech--section {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .protect-tech--section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .protect-tech--section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .protect-tech--section {
    padding: 40px 0;
  }
}
.protect-tech--wrapper {
  gap: 100px;
}
@media (max-width: 1480px) {
  .protect-tech--wrapper {
    gap: 80px;
  }
}
@media (max-width: 1024px) {
  .protect-tech--wrapper {
    gap: 40px;
  }
}
.protect-tech--wrapper p {
  padding: 0;
  margin-bottom: 40px;
}
.protect-tech--wrapper ul {
  margin: 40px 0;
}
.protect-tech--wrapper > div {
  flex: 1;
}
.protect-tech--wrapper > div.right {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
@media (max-width: 1024px) {
  .protect-tech--wrapper > div.right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.services-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 20px 30px;
}
@media (max-width: 1200px) {
  .services-cards--wrapper {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .services-cards--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .services-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.services-cards--wrapper .card {
  padding: 25px;
  border: 1px solid #222;
  border-radius: 15px;
  min-height: 320px;
}
.services-cards--wrapper .card:not(.first-card) {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
}
.services-cards--wrapper .card:nth-child(3n + 2) {
  margin-top: 25px;
}
@media (max-width: 1140px) {
  .services-cards--wrapper .card:nth-child(3n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .services-cards--wrapper .card {
    padding: 20px;
    min-height: auto;
  }
}
.services-cards--wrapper .card p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 1380px) {
  .services-cards--wrapper .card p {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  .services-cards--wrapper .card .btn {
    font-size: 16px;
  }
}
.services-cards--wrapper .card .title {
  text-align: left;
  color: #222;
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .services-cards--wrapper .card .title h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .services-cards--wrapper .card .title h3 {
    font-size: 20px;
  }
}
.services-cards--wrapper .card .title svg path {
  transition: all 0.3s ease-in-out;
}
.services-cards--wrapper .card .title:hover {
  color: #da520f;
}
.services-cards--wrapper .card .title:hover svg path {
  fill: #da520f;
}
.partners-slider--section {
  background-color: #222;
  color: #fff;
}
.partners-slider--wrapper {
  margin-top: 80px;
}
.partners-slider--wrapper .swiper-slide .inner {
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.ready-for--section {
  position: relative;
  overflow: hidden;
}
.ready-for--section:after {
  content: url('../img/bot-tabs-section-vector.svg');
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1140px) {
  .ready-for--section:after {
    display: none;
  }
}
.ready-for--section:before {
  content: url('../img/star.svg');
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1480px) {
  .ready-for--section:before {
    left: 25%;
  }
}
@media (max-width: 1024px) {
  .ready-for--section:before {
    display: none;
  }
}
.ready-for--wrapper {
  position: relative;
  z-index: 2;
}
.ready-for--wrapper .left {
  flex: 1;
}
@media (max-width: 1024px) {
  .ready-for--wrapper .left .text {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .ready-for--wrapper .left .text {
    margin: 20px 0;
  }
}
.ready-for--wrapper .right {
  -webkit-flex-basis: 650px;
  -moz-flex-basis: 650px;
  -ms-flex-basis: 650px;
  flex-basis: 650px;
  max-width: 650px;
}
@media (max-width: 1280px) {
  .ready-for--wrapper .right {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (max-width: 576px) {
  .ready-for--wrapper .right {
    -webkit-flex-basis: 85%;
    -moz-flex-basis: 85%;
    -ms-flex-basis: 85%;
    flex-basis: 85%;
    max-width: 85%;
    margin: 0 auto;
  }
}
.two-cols-content--section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 1980px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  .two-cols-content--section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.two-cols-content--section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fef06b;
  right: 0;
  transform: translateX(100%);
  z-index: 1;
}
.two-cols-content--section .col {
  padding: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .two-cols-content--section .col {
    padding: 80px 60px;
  }
}
@media (max-width: 1024px) {
  .two-cols-content--section .col {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .two-cols-content--section .col {
    padding: 40px 20px;
  }
}
.two-cols-content--section .col > div {
  position: relative;
  z-index: 2;
}
.two-cols-content--section .col.yellow-bg:before {
  content: url('../img/zigzag.svg');
  position: absolute;
  top: 0;
  right: -150px;
  z-index: 0;
  max-width: 100%;
}
@media (max-width: 1140px) {
  .two-cols-content--section .col.yellow-bg:before {
    display: none;
  }
}
.two-cols-content--section .col .text {
  max-width: 720px;
}
.two-cols-content--section .col .text p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .two-cols-content--section .col .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .two-cols-content--section .col .text p {
    font-size: 16px;
  }
}
.two-cols-content--section .col .checklist {
  margin: 50px 0;
  justify-content: flex-start;
  gap: 20px;
}
.two-cols-content--section .col .image {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .two-cols-content--section .col .image {
    margin-top: 50px;
  }
}
.checklist-services--section {
  background-color: #222;
  color: #fff;
}
.checklist-services--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .checklist-services--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
@media (max-width: 576px) {
  .checklist-services--wrapper {
    gap: 40px;
  }
}
.checklist-services--wrapper .checklist-items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
}
@media (max-width: 768px) {
  .checklist-services--wrapper .checklist-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .checklist-services--wrapper .checklist-items .col .check-item {
    display: grid;
  }
}
@media (max-width: 480px) {
  .checklist-services--wrapper .checklist-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .checklist-services--wrapper .checklist-title {
    order: -1;
  }
}
.checklist-services--wrapper .checklist-title .wys {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .checklist-services--wrapper .checklist-title .wys {
    max-width: 100%;
  }
}
.checklist-services--wrapper .checklist-title .wys p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .checklist-services--wrapper .checklist-title .wys p {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .checklist-services--wrapper .checklist-title .wys p {
    font-size: 16px;
  }
}
.af-content--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 150px;
}
@media (max-width: 1480px) {
  .af-content--wrapper {
    gap: 100px;
  }
}
@media (max-width: 1280px) {
  .af-content--wrapper {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .af-content--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.af-content--wrapper .text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .af-content--wrapper .text p {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .af-content--wrapper .text p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .af-content--wrapper .right {
    order: -1;
  }
}
.af-content--wrapper .right .form {
  margin-top: 100px;
  text-align: center;
  background-color: #222;
  padding: 70px 60px;
  color: #fff;
}
@media (max-width: 1280px) {
  .af-content--wrapper .right .form {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .af-content--wrapper .right .form {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .af-content--wrapper .right .form {
    padding: 40px 20px 20px;
  }
}
.af-content--wrapper .right .form h4 {
  font-family: 'Druk Wide Cyr', sans-serif;
}
.af-content--wrapper .right .form form input[type='text'], .af-content--wrapper .right .form form input[type='number'], .af-content--wrapper .right .form form input[type='email'], .af-content--wrapper .right .form form input[type='password'], .af-content--wrapper .right .form form input[type='search'], .af-content--wrapper .right .form form input[type='tel'], .af-content--wrapper .right .form form textarea {
  color: #fff;
}
.af-content--wrapper .right .form form input[type='text']::placeholder, .af-content--wrapper .right .form form input[type='number']::placeholder, .af-content--wrapper .right .form form input[type='email']::placeholder, .af-content--wrapper .right .form form input[type='password']::placeholder, .af-content--wrapper .right .form form input[type='search']::placeholder, .af-content--wrapper .right .form form input[type='tel']::placeholder, .af-content--wrapper .right .form form textarea::placeholder {
  color: #fff;
}
.af-content--wrapper .right .form .submit-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  .af-content--wrapper .right .form .submit-wrapper .btn {
    font-size: 15px;
    padding: 15px;
  }
}
.bottom-form--section {
  background-color: #fef06b;
  position: relative;
  overflow: hidden;
}
.bottom-form--section h4 {
  font-family: 'Druk Wide Cyr', sans-serif;
  text-transform: uppercase;
}
.bottom-form--section:after {
  content: url('../img/bot-tabs-section-vector.svg');
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1140px) {
  .bottom-form--section:after {
    display: none;
  }
}
.bottom-form--title {
  justify-content: flex-start;
  align-items: flex-end;
  gap: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .bottom-form--title {
    gap: 40px;
  }
}
.bottom-form--title .title {
  padding-bottom: 30px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bottom-form--title .title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.bottom-form--title .title.active {
  border-color: #da520f;
}
.bottom-form--title .title h4 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .bottom-form--title .title h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .bottom-form--title .title h4 {
    font-size: 16px;
  }
}
.bottom-form--wrapper {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .bottom-form--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .bottom-form--wrapper {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .bottom-form--wrapper {
    gap: 20px;
  }
}
.bottom-form--wrapper .text .tab-content {
  display: none;
}
@media (max-width: 1024px) {
  .bottom-form--wrapper .image {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .bottom-form--wrapper .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
