/* @font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-ExtraBold.ttf");
  font-weight: 800;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-Regular.ttf");
  font-weight: 400;
} */

body::-webkit-scrollbar {
  width: 16px;
  height: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: #344b5d;
  outline: 1px solid slategrey;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter';
  color: #121B22;
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  outline: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

section {
  overflow: hidden;
}

.desktop-hide {
  display: none;
}

.hidden-anim {
  opacity: 0;
}

.container {
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}

#wpadminbar {
  display: none !important;
}

.header,
.logo-wrapper,
.header_phones {
  transition: 0.4s;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_content .logo-wrapper img {
  width: 97px;
  transition: 0.4s;
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu-header ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 96.4%;
  color: #6C6C6C;
}

.menu-header ul li a:hover {
  color: black;
  font-weight: 500;
}

.header_contact_block {
  display: flex;
  align-items: center;
}

.header_phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_phones a {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #121B22;
}

.btn_contactUs {
  margin: 0 20px 0 30px;
  background: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-image: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  border-image-slice: 1;
  transition: unset;
}

.btn_contactUs:hover {
  background: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  background-clip: unset;
  text-fill-color: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: white;
}

.lang-switcher {
  display: flex;
  justify-content: center;
  position: relative;
  height: 40px;
  width: 50px;
}

.list-unstyled.lang {
  position: absolute;
  top: 8px;
  transition: 0.5s;
  background: white;
  padding: 0;
  margin-top: 0;
  height: 26px;
  overflow: hidden;
  /* width: 80px; */
}

.lang-item {
  position: absolute;
}

.top-30 {
  top: 25px;
}

.lang-item a {
  padding-right: 7px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #4E4E4E;
}

.lang-switcher:hover .list-unstyled {
  height: 80px;
}

.current-lang {
  position: relative;
}

.lang-switcher::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 7px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #6C6C6C;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

main {
  padding-top: 150px;
}

.header {
  display: flex;
  align-items: center;
  height: 150px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 100;
}

.header.sticky {
  height: 90px;
  box-shadow: 0 0px 17px 0 rgba(0, 0, 0, .3);
}

.header.sticky .header_content .logo-wrapper img {
  width: 65px;
}

.top-section__content {
  display: flex;
  align-items: center;
}

.top-section_side {
  width: 50%;
}

.slick-arrow {
  display: none !important;
}

.top-section {
  background-color: #121B22;
  background-image: url(/wp-content/uploads/2023/05/top-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.top-section_side_images img {
  height: 100%;
  display: block;
  object-fit: cover;
}

.top-section_side h1 {
  /* font-family: 'Syne'; */
  font-weight: 600;
  font-size: 38px;
  line-height: 115.9%;
  color: #FFFFFF;
  margin-bottom: 22px;
  margin-top: 100px;
}

.top-section_side p {
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  color: #FFFFFF;
}

.top-section_side_text {
  padding-right: 55px;
  padding-left: calc((100vw - 1180px) / 2 + 15px);
}

.top-section_side a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121B22;
  background: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  margin-top: 50px;
  margin-bottom: 90px;
  max-width: 230px;
}

.top-section_side a:hover {
  background: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 2px solid;
  border-image: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  border-image-slice: 1;
  transition: unset;
}

.numbers_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 70px;
  margin-bottom: 100px;
}

.numbers_block img {
  height: 56px;
}

.numbers_block_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.num {
  /* font-family: 'Syne'; */
  font-weight: 600;
  font-size: 76px;
  line-height: 91px;
  color: #FFFFFF;
}

.text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin-top: 28px;
}

.num_line {
  height: 125px;
  border-right: 1px solid #485560;
}

.top-section_side_img {
  height: 715px;
}

.top-section_side_images,
.top-section_side_images .slick-list,
.top-section_side_images .slick-track,
.top-section_side_images .slick-track img {
  height: 100%;
}

.about {
  padding: 120px 0;
  position: relative;
}

.about_bg_1 {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: -1;
}

.about_bg_2 {
  position: absolute;
  right: 0;
  bottom: 68px;
  z-index: -1;
}

.about_items {
  display: flex;
  align-items: center;
  gap: 50px;
}

.about_item {
  width: 50%;
}

.about_items img {
  width: 100%;
  display: block;
}

.about_item span {
  font-weight: 500;
  font-size: 36px;
  line-height: 96.4%;
  color: #121B22;
  display: block;
  margin-bottom: 50px;
}

.about_item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #616568;
  max-width: 511px;
}

.about_item_img {
  position: relative;
}

.about_item_img_bg {
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: -1;
}

.goal_block {
  margin-top: 120px;
}

.goal_block h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #121B22;
  margin-bottom: 50px;
  max-width: 560px;
}

.goal_block_text {
  display: flex;
  justify-content: center;
  gap: 78px;
}

.goal_block_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #616568;
  max-width: 422px;
}

.services {
  background: #EFF0EA;
  padding: 120px 0;
}

.services_title {
  /* font-family: 'Syne'; */
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  color: #121B22;
  max-width: 880px;
  margin-bottom: 50px;
}

.services_item {
  display: flex;
  /* align-items: center; */
  padding: 20px 0;
  border-top: 1px solid #555555;
}

.services_item_num {
  flex-basis: 7%;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #121B22;
}

.services_item_text {
  flex-basis: 93%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.services_item_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #121B22;
}

.services_item_text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #616568;
  margin-top: 10px;
}

.contact_form_text {
  padding: 100px 100px 90px 100px;
  background-image: url(/wp-content/uploads/2023/05/form-text-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 56%;
  max-width: 637px;
  position: relative;
}

.contact_form_text img {
  position: absolute;
  left: -80px;
  top: -92px;
  z-index: -1;
}

.contact_form_text span {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.contact_form_content {
  display: flex;
  align-items: center;
}

.contact_form {
  padding: 120px 0;
}

.contact_form_form {
  width: 44%;
  max-width: 567px;
  position: relative;
}

.contact_form_form .wpcf7 {
  background: #FFFFFF;
  box-shadow: 0px -1px 36px rgba(175, 175, 175, 0.15);
  margin-left: -25px;
  padding: 30px;
}

.wpcf7-form-control-wrap input {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 0;
}

.wpcf7-form-control-wrap input::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #959595;
}

.wpcf7-form-control-wrap input:focus-visible {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  box-shadow: none;
}

.contact_form_form .wpcf7-submit {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #121B22;
  border: none;
  border-radius: 0;
  background: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  margin-top: 20px;
}

.contact_form_form .wpcf7-submit:hover {
  background: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: 2px solid;
  border-image: linear-gradient(94.07deg, #A77B10 -7.74%, #EBC551 13.91%, #C79E2C 38.49%, #E9CC67 68.91%, #A57B0D 104.61%);
  border-image-slice: 1;
  transition: unset;
}

.wpcf7-spinner {
  display: none;
}

.footer {
  background: #121B22;
  padding: 50px 0;
}

.footer-menu-side ul {
  display: flex;
  gap: 30px;
}

.footer-menu-side ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 96.4%;
  color: #828B92;
  transition: 0.4s;
}

.footer-menu-side ul li a:hover {
  color: white;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_phone {
  display: flex;
  flex-direction: column;
}

.footer_phone a {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  text-align: right;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 9px;
}

.footer_mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #828B92;
  text-align: right;
  display: block;
}

.footer_mail:hover {
  color: white;
}

.footer_content_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #42505B;
}

.footer_content_bottom span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2D3B46;
}

.footer_content_bottom span a {
  transition: 0.4s;
}

.footer_content_bottom span a:hover {
  color: white;
}

.mobile_menu {
  display: none;
}

.burger-menu-wraper {
  display: none;
  width: 35px;
  height: 27px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

.btn_burger_header {
  display: flex;
  align-items: center;
  gap: 20px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #121B22;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.show-menu span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.show-menu span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.show-menu span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.show-menu span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.overlay-bg {
  position: fixed;
  inset: 0;
  background: rgba(47, 47, 47, 0.4);
  backdrop-filter: blur(3px);
  z-index: 10;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.overlay-bg.show-menu {
  opacity: 1;
  visibility: visible;
}

.footer-logo-side img {
  width: 97px;
  filter: invert(1);
}

















@media (max-width: 1024px) {
  .header_content .logo-wrapper img {
    width: 77px;
  }

  .header_phones a {
    font-size: 16px;
  }

  .menu-header ul li a {
    font-size: 16px;
  }

  .btn_contactUs {
    margin: 0 9px 0 19px;
    padding: 0 19px;
  }

  .top-section_side_text {
    padding-left: 15px;
  }

  .numbers_block {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {

  .footer-logo-side img {
    width: 83px;
  }

  .footer_phone a {
    font-size: 18px;
  }

  .footer-menu-side ul li a {
    font-size: 14px;
  }

  .contact_form_text span {
    font-size: 30px;
  }

  .contact_form_text {
    padding: 100px 50px;
  }

  .burger_block {
    display: block;
  }

  .btn_contactUs,
  .menu-header,
  .lang-switcher {
    display: none;
  }

  div.burger-menu-wraper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1100;
  }

  .mobile_menu {
    display: block;
    position: fixed;
    inset: 0;
    background-color: white;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    translate: 0 -100%;
    transition: 0.4s ease;
    flex-direction: column;
    gap: 30px;
  }

  .mobile_menu.show-menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }

  .menu-header-mob a {
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 7px;
  }

  .lang-switcher-mob {
    display: block;
    width: auto;
  }

  .lang-switcher-mob .list-unstyled.lang {
    position: relative;
    width: 80px;
    height: auto;
    overflow: visible;
    display: flex;
    gap: 15px;
  }

  .lang-switcher-mob .lang-item {
    position: relative;
  }

  .lang-switcher::after {
    display: none;
  }

  .lang-switcher-mob .lang-item a {
    padding-right: 0;
    font-size: 25px;
  }

  .lang-switcher-mob .current-lang a {
    font-weight: bold;
  }

  .btn_contactUs_mob {
    display: flex;
  }

  .logo-wrapper,
  .header_phones {
    position: relative;
    z-index: 110;
  }

  .top-section_side_text {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .top-section__content {
    flex-direction: column;
  }

  .top-section_side h1 {
    margin-top: 30px;
  }

  .top-section {
    background-size: cover;
  }

  .numbers_block {
    justify-content: space-evenly;
  }

  .top-section_side {
    width: 100%;
    height: 500px;
  }

  .top-section_side a {
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {

  .about_item p {
    line-height: 120%;
  }

  .numbers_block img {
    height: 44px;
  }

  .header.sticky {
    height: 80px;
  }

  .header.sticky .logo-wrapper {
    width: 60px;
  }

  .header.sticky .header_phones {
    gap: 3px;
  }

  .header_content .logo-wrapper img {
    width: 100%;
  }

  .logo-wrapper {
    width: 80px;
  }

  .logo-wrapper img {
    width: 100%;
    display: block;
  }

  .header {
    height: 125px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: white;
    z-index: 150;
  }

  main {
    padding-top: 125px;
  }

  .top-section_side h1 {
    font-size: 25px;
  }

  .top-section_side p {
    font-size: 15px;
  }

  .num {
    font-size: 45px;
    line-height: 65px;
  }

  .numbers_block {
    margin: 0;
    justify-content: space-between;
  }

  .text {
    margin-top: 15px;
    font-size: 16px;
  }

  .top-section_side a {
    max-width: 100%;
    margin-top: 33px;
  }

  .top-section_side {
    height: 475px;
  }

  .top-section_side_img {
    height: 300px;
  }

  .about {
    padding: 40px 0;
    padding-top: 115px;
    margin-top: -115px;
  }

  .about_items {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }

  .about_item_img_bg {
    top: -25px;
    left: -27px;
  }

  .about_item {
    width: 100%;
  }

  .about_item span {
    font-size: 22px;
    margin-bottom: 23px;
  }

  .goal_block h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .goal_block {
    /* margin-top: 30px; */

    padding-top: 140px;
    margin-top: -140px;
  }

  .goal_block_text {
    gap: 31px;
    flex-direction: column;
  }

  .about img {
    display: none;
  }

  .services {
    padding: 30px 0 18px;
  }

  .services_title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .services_ankor_id {
    padding-top: 117px;
    margin-top: -117px;
    display: block;
  }

  .services_item_num {
    flex-basis: 10%;
  }

  .services_item_text {
    flex-basis: 90%;
  }

  .contact_form_content {
    flex-direction: column;
  }

  .contact_form_text {
    padding: 15px;
    width: 100%;
  }

  .contact_form_text span {
    font-size: 22px;
  }

  .contact_form_text img {
    display: none;
  }

  .contact_form {
    padding: 40px 0;
  }

  .contact_form_form {
    width: 100%;
  }

  .footer_content {
    flex-direction: column;
  }

  .btn_contactUs {
    font-size: 26px;
  }

  .footer-menu-side ul {
    flex-direction: column;
    text-align: center;
    margin: 50px 0;
    gap: 20px;
  }

  .footer-menu-side ul li a {
    font-size: 20px;
  }

  .contact_form_form .wpcf7 {
    margin-left: 0;
    padding: 15px;
  }

  .footer_phone {
    text-align: center;
    align-items: center;
  }

  .footer_mail {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
  }

  .footer_content_bottom {
    flex-direction: column;
    gap: 10px;
  }

}

@media (max-width: 325px) {
  .logo-wrapper {
    width: 58px;
  }

  .header_phones a {
    font-size: 14px;
    line-height: 19px;
  }

  .top-section_side {
    height: 520px;
  }

  .top-section_side_img {
    height: 283px !important;
  }

  .numbers_block img {
    height: 32px;
  }

  .top-section_side p {
    font-size: 14px;
  }

  .text {
    font-size: 14px;
  }

  .services_item_title {
    font-size: 14px;
  }

  .services_item_text p {
    font-size: 12px;
  }

  .services_item_num {
    flex-basis: 15%;
  }

  .footer_content_bottom span {
    font-size: 14px;
  }

  .footer_content_bottom span {
    color: #526a7c;
  }
}