﻿@charset "UTF-8";
/*   
Theme Name: DEFENDERS - Адвокатская контора
Author: Kopich Mihail
Author URI: https://vk.com/kopich_mihail
*/
@import url("../../../css2");
@import "css/bootstrap.min.css";
@import "css/owl.carousel.min.css";
@import "css/jquery.fancybox.min.css";
html, body {
  overflow-x: hidden;
}

* {
  outline: none !important;
}

body {
  padding: 0;
  margin: 0;
  background: #171819;
  position: relative;
  font-family: "Onest", sans-serif;
}

.container {
  max-width: 1270px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  z-index: 10;
  padding: 22px 0;
}
header:before {
  content: "";
  display: block;
  max-width: 1443px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(23, 24, 25, 0.75);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header .container {
  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;
  position: relative;
  z-index: 5;
  max-width: 1405px;
}

.h_box:nth-child(1) {
  width: 40%;
  max-width: 40%;
}
.h_box:nth-child(2) {
  width: 20%;
  max-width: 20%;
}
.h_box:nth-child(3) {
  width: 40%;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.h_menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.h_menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.h_menu li {
  list-style: none;
  margin-right: 40px;
}
.h_menu li:last-child {
  margin-right: 0;
}
.h_menu a {
  color: #D0D0D0;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.99px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.h_menu a:hover, .h_menu a:active, .h_menu a:focus {
  text-decoration: none;
  color: #FFDDBF;
}

.h_logo {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.h_logo img {
  max-width: 226px;
  width: 100%;
  height: auto;
}

.h_phone {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #EDEDED;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.h_phone svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-right: 7px;
}
.h_phone:hover, .h_phone:active, .h_phone:focus {
  text-decoration: none;
  color: #FFDDBF;
}

.main_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-right: 35px;
}
.main_social a {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_social a:last-child {
  margin-right: 0;
}
.main_social a:hover, .main_social a:active, .main_social a:focus {
  text-decoration: none;
  opacity: 0.9;
}

.h_btn {
  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;
  background: none;
  padding: 0;
  max-width: 226px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FFDDBF;
  padding-top: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #EDEDED;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  text-transform: uppercase;
}
.h_btn:hover, .h_btn:active, .h_btn:focus {
  background: #FFDDBF;
  color: #7E5026;
}

.main_promo {
  position: relative;
  min-height: 1238px;
  padding-top: 250px;
  background: url(img/promo_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_promo:after {
  content: "";
  width: 1920px;
  height: 556px;
  background: url(img/promo_after.png);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
}
.main_promo .image_promo {
  position: absolute;
  bottom: 142px;
  left: 0;
}
.main_promo .image_promo img {
  max-width: 942px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.promo_content {
  padding-left: 30%;
  position: relative;
  z-index: 10;
}
.promo_content h1 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 23px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
}
.promo_content h1 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.5)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.5) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
}
.promo_content .promo_content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 23px;
}
.promo_content .promo_content_info img {
  margin-right: 10px;
}
.promo_content .promo_content_info p {
  margin: 0;
  max-width: 490px;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.5px;
}
.promo_content .promo_content_info p b {
  color: #FFDDBF;
}

.promo_bulets {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -30px;
  margin-top: 190px;
}
.promo_bulets .promo_bulets_item_wrapp {
  padding: 0 30px;
  width: 33.33%;
  max-width: 33.33%;
}

.promo_bulets_item {
  height: 279px;
  border-radius: 10px;
  background: #18191A;
  position: relative;
  overflow: hidden;
}
.promo_bulets_item img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.promo_bulets_item span.number {
  color: #FFDDBF;
  font-family: "IBM Plex Serif", serif;
  font-size: 250px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px; /* 29.6% */
  letter-spacing: -35px;
  text-transform: uppercase;
  opacity: 0.05;
}
.promo_bulets_item .promo_bulets_item_text h3 {
  color: #FFDDBF;
  font-family: "IBM Plex Serif", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px; /* 105.714% */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 3px;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 4;
}
.promo_bulets_item .promo_bulets_item_text h3 i {
  color: #FFDDBF;
  font-family: "IBM Plex Serif", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 60% */
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: -5px;
  right: -20px;
}
.promo_bulets_item .promo_bulets_item_text h3 span {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  right: -63px;
}
.promo_bulets_item .promo_bulets_item_text p {
  color: #AEAEAE;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
  position: relative;
  z-index: 4;
}

.promo_bulets_item_1 span.number {
  position: absolute;
  bottom: -20px;
  left: 20px;
}
.promo_bulets_item_1 .promo_bulets_item_text {
  top: 46px;
  left: 42px;
  position: relative;
}

.promo_bulets_item_2 p {
  position: absolute;
  top: 30px;
  left: 33px;
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.promo_bulets_item_2 p b {
  color: #FFDDBF;
  font-weight: 400;
}
.promo_bulets_item_2 span.number {
  position: absolute;
  top: 15px;
  right: -40px;
}

.promo_bulets_item_3 span.number {
  position: absolute;
  top: 15px;
  right: -80px;
}
.promo_bulets_item_3 .promo_bulets_item_text {
  top: 68px;
  left: 35px;
  position: relative;
}

.main_btn {
  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;
  width: 100%;
  max-width: 383px;
  height: 77px;
  border-radius: 10px;
  background: linear-gradient(92deg, rgba(166, 111, 62, 0.3) -7.58%, rgba(166, 111, 62, 0) 108.81%), #FFDDBF;
  -webkit-box-shadow: 0px 9px 27px 0px rgba(249, 214, 183, 0.3);
          box-shadow: 0px 9px 27px 0px rgba(249, 214, 183, 0.3);
  background-size: 100% 100%;
  color: #7E5026;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  text-align: center;
  padding-top: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.main_btn:hover, .main_btn:active, .main_btn:focus {
  text-decoration: none;
  background-size: 150% 150%;
  color: #7E5026;
}

.main_specialozate {
  padding-top: 92px;
  padding-bottom: 101px;
}
.main_specialozate h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 53px;
}
.main_specialozate h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.5)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.5) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
}

.specialozate_carousel .owl-stage-outer {
  overflow: visible !important;
}
.specialozate_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: absolute;
  top: -143px;
  right: 0;
}
.specialozate_carousel .owl-nav div {
  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;
  width: 140px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid #FFDDBF;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.specialozate_carousel .owl-nav div svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.specialozate_carousel .owl-nav div:last-child {
  margin-right: 0;
}
.specialozate_carousel .owl-nav div:hover, .specialozate_carousel .owl-nav div:active, .specialozate_carousel .owl-nav div:focus {
  background: linear-gradient(106deg, rgba(166, 111, 62, 0.3) 6.08%, rgba(166, 111, 62, 0) 117.53%), #FFDDBF;
}
.specialozate_carousel .owl-nav div:hover svg path, .specialozate_carousel .owl-nav div:active svg path, .specialozate_carousel .owl-nav div:focus svg path {
  fill: #000;
}
.specialozate_item {
  display: block;
  border-radius: 20px;
  background: #292929;
  position: relative;
  overflow: hidden;
  max-width: 580px;
  min-width: 580px;
  height: 680px;
  width: 100%;
  padding: 45px 49px;
}
.specialozate_item img {
  width: auto !important;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.specialozate_item span.number {
  color: #FFDDBF;
  font-family: "IBM Plex Serif", serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: -7.2px;
  text-transform: uppercase;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  right: -10px;
}
.specialozate_item h3 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  margin-bottom: 26px;
}
.specialozate_item h4 {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  margin-bottom: 6px;
}
.specialozate_item p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 16px;
}
.specialozate_item ul {
  padding: 0;
  margin: 0;
}
.specialozate_item ul li {
  list-style: none;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25.5px;
  padding-left: 31px;
  position: relative;
  margin-bottom: 10px;
}
.specialozate_item ul li:last-child {
  margin-bottom: 0;
}
.specialozate_item ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #FFDDBF;
  position: absolute;
  top: 12px;
  left: 0;
}

.main_preim_case {
  min-height: 1162px;
  width: 100%;
  position: relative;
  background: url(img/bg_preims.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 100px;
}
.main_preim_case .main_preim_case_image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.main_preim_case .main_preim_case_image img {
  margin: 0 auto;
  display: block;
  margin-left: 30px;
}
.main_preim_case h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 10px;
}
.main_preim_case .sub_title {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 68px;
}
.main_preim_case .container {
  position: relative;
  height: 100%;
  min-height: 1162px;
  padding-top: 98px;
}

.preim_case_quote {
  padding: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.preim_case_quote:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(img/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -34px;
  left: 40px;
}
.preim_case_quote p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.5px;
  margin: 0;
}

.preim_case_infos {
  position: absolute;
  bottom: 137px;
  left: 152px;
  z-index: 4;
  border-radius: 20px;
  background: linear-gradient(98deg, #D8D8D8 0%, #FEFEFE 100%);
  width: 450px;
  padding: 28px 40px;
}
.preim_case_infos p {
  color: #171819;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 22px;
}
.preim_case_infos .main_btn {
  height: 70px;
  color: #7E5026;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.main_advantages {
  background: #171819;
  padding-top: 65px;
  padding-bottom: 151px;
}
.main_advantages h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 22px;
}
.main_advantages h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.7)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.7) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
}
.main_advantages .sub_title {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 1.2px;
  margin: 0;
  margin-bottom: 52px;
}
.main_advantages .container {
  max-width: 1170px;
}

.main_advantages_wrapper {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.main_advantages_wrapper .main_advantages_item_wrap {
  padding: 0 20px;
  margin-bottom: 40px;
  width: 33.33%;
  max-width: 33.33%;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(1) h3 {
  top: 120px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(3) img {
  left: -40px;
  bottom: -50px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(7), .main_advantages_wrapper .main_advantages_item_wrap:nth-child(8) {
  margin-bottom: 0;
  width: 50%;
  max-width: 50%;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(1) .main_advantages_item, .main_advantages_wrapper .main_advantages_item_wrap:nth-child(3) .main_advantages_item, .main_advantages_wrapper .main_advantages_item_wrap:nth-child(5) .main_advantages_item {
  height: 380px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(5) {
  margin-top: -100px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(1) span.number {
  bottom: 15px;
  left: 40px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(2) span.number {
  bottom: 15px;
  left: 55px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(3) span.number {
  bottom: 90px;
  right: 0px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(4) span.number {
  bottom: 60px;
  left: 3px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(5) span.number {
  bottom: 60px;
  left: -40px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(6) span.number {
  bottom: 20px;
  left: 40px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(7) span.number {
  bottom: 10px;
  right: 170px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(7) img {
  max-width: 250px;
  width: 100%;
  height: auto;
  right: 0px;
  bottom: 0px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(8) span.number {
  bottom: 0px;
  right: 190px;
}
.main_advantages_wrapper .main_advantages_item_wrap:nth-child(8) img {
  right: 0;
  bottom: 0;
  max-width: 130px;
  height: auto;
  width: 100%;
}

.main_advantages_item {
  height: 279px;
  border-radius: 10px;
  background: #292929;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main_advantages_item h3 {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.9px;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 40px;
}
.main_advantages_item img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main_advantages_item span.number {
  color: #FFDDBF;
  font-family: "IBM Plex Serif", serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px; /* 41.111% */
  letter-spacing: -7.2px;
  text-transform: uppercase;
  opacity: 0.05;
  position: absolute;
}

.main_about {
  background: url(img/bg_main_about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 146px;
  border-radius: 100px;
  overflow: hidden;
}
.main_about .container {
  position: relative;
  padding-bottom: 119px;
  max-width: 1170px;
}
.main_about h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 19px;
}
.main_about .sub_title {
  padding-left: 72px;
  margin-bottom: 62px;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 145.833% */
  letter-spacing: 1.2px;
  position: relative;
  z-index: 4;
}
.main_about .sub_title .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.main_about .fot_title {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
  margin-bottom: 22px;
  position: relative;
  z-index: 4;
}
.main_about .main_btn {
  position: relative;
  z-index: 6;
  max-width: 417px;
  width: 100%;
  height: 70px;
}

.main_about_wrapper {
  margin-bottom: 40px;
  max-width: 690px;
  position: relative;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.main_about_wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.3);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}

.main_about_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.main_about_item:nth-child(1) .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main_about_item:nth-child(1) .description {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 51px;
  padding-right: 45px;
  padding-bottom: 39px;
  padding-left: 40px;
}
.main_about_item:nth-child(2) .description {
  padding-top: 37px;
  padding-right: 20px;
  padding-bottom: 27px;
  padding-left: 40px;
}
.main_about_item .title {
  width: 50%;
  position: relative;
}
.main_about_item .title .icon {
  top: -6px;
  left: 62px;
  position: absolute;
}
.main_about_item .title .content {
  position: absolute;
  left: 62px;
  padding-top: 50px;
}
.main_about_item .title .content .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
}
.main_about_item .title .content .name span {
  color: #FFDDBF;
  font-family: "IBM Plex Serif", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px; /* 105.714% */
  letter-spacing: -3.5px;
  text-transform: uppercase;
  margin-right: 16px;
}
.main_about_item .title .content .name i {
  color: #FFDDBF;
  font-family: "IBM Plex Serif", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 60% */
  letter-spacing: 2px;
  position: absolute;
  top: -4px;
  left: 45.5%;
}
.main_about_item .title .content .name p {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  margin: 0;
}
.main_about_item .title .content .desc {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 125% */
  letter-spacing: 1px;
  margin: 0;
}
.main_about_item .description {
  width: 50%;
  padding: 40px;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.main_about_item .description .icon {
  top: -6px;
  left: 43px;
  position: absolute;
}
.main_about_item .description p {
  margin: 0;
}

.main_about_image {
  position: absolute;
  bottom: 0;
  right: -85px;
}

.main_about_phone {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.main_case {
  background: #171819;
  padding-top: 109px;
  padding-bottom: 122px;
}
.main_case .container {
  max-width: 1170px;
}
.main_case h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 38px;
}
.main_case h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.7)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.7) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
}
.main_case a.main_btn {
  margin: 0 auto;
  margin-top: 30px;
}

.case_carousel .owl-stage-outer {
  overflow: hidden !important;
}
.case_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: absolute;
  top: -131px;
  right: 0;
}
.case_carousel .owl-nav div {
  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;
  width: 140px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid #FFDDBF;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.case_carousel .owl-nav div svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.case_carousel .owl-nav div:last-child {
  margin-right: 0;
}
.case_carousel .owl-nav div:hover, .case_carousel .owl-nav div:active, .case_carousel .owl-nav div:focus {
  background: linear-gradient(106deg, rgba(166, 111, 62, 0.3) 6.08%, rgba(166, 111, 62, 0) 117.53%), #FFDDBF;
}
.case_carousel .owl-nav div:hover svg path, .case_carousel .owl-nav div:active svg path, .case_carousel .owl-nav div:focus svg path {
  fill: #000;
}
.case_item {
  border-radius: 20px;
  background: linear-gradient(108deg, #212121 0%, #2C2C2C 100%);
  padding: 70px 55px 82px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_item .image {
  margin-right: 54px;
  width: 374px;
  min-width: 374px;
  max-width: 374px;
  height: 573px;
  position: relative;
}
.case_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_item .image span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.case_item .image:hover span {
  opacity: 1;
}
.case_item .content h3 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.3px;
  margin: 0;
  margin-bottom: 19px;
  max-width: 430px;
}
.case_item .content .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 7px;
}
.case_item .content .time svg {
  margin-right: 13px;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.case_item .content .desc {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 20px;
}
.case_item .content .desc p {
  margin-bottom: 20px;
}
.case_item .content .desc p:last-child {
  margin-bottom: 0;
}
.case_item .content .result {
  padding: 29px 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  margin-bottom: 37px;
}
.case_item .content .result p {
  margin: 0;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.case_item .content .result p b {
  font-weight: 700;
}
.case_item .content .main_btn {
  height: 70px;
  max-width: 282px;
}

.main_my_advantages {
  background: url(img/bg_main_my_advantages.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px 100px 0 0;
  padding-bottom: 200px;
  padding-top: 127px;
}
.main_my_advantages h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 17px;
}
.main_my_advantages h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.7)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.7) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}
.main_my_advantages .sub_title {
  padding-left: 73px;
  position: relative;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 36px */
  letter-spacing: 1.2px;
  font-family: "Onest", sans-serif;
  margin: 0;
  margin-bottom: 97px;
}
.main_my_advantages .sub_title .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.main_my_advantages .container {
  position: relative;
}

.image_my_advantages {
  position: absolute;
  top: -32px;
  right: -14px;
}

h3.title_my_advantages_wrappre {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 40px;
}

.my_advantages_wrapper {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.my_advantages_wrapper .my_advantages_item_wrap {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}

.my_advantages_item {
  position: relative;
  border-radius: 10px;
  background: #22325D;
  height: 240px;
  width: 100%;
  overflow: hidden;
}
.my_advantages_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 24, 25, 0.7)), color-stop(80%, rgba(23, 24, 25, 0.1)));
  background: linear-gradient(360deg, rgba(23, 24, 25, 0.7) 0%, rgba(23, 24, 25, 0.1) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  left: 0;
}
.my_advantages_item span.number {
  opacity: 0.1;
  color: #F8D4B5;
  font-family: "Onest", sans-serif;
  font-size: 174px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  bottom: 0px;
  left: -55px;
}
.my_advantages_item p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.2px;
  margin: 0;
  position: absolute;
  top: 34px;
  left: 30px;
}

.my_advantages_footer {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -70px;
}
.my_advantages_footer .my_advantages_footer_box {
  padding: 0 70px;
  width: 50%;
  max-width: 50%;
  position: relative;
  padding-bottom: 54px;
}
.my_advantages_footer .my_advantages_footer_box:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.my_advantages_footer .my_advantages_footer_box:nth-child(2) p {
  max-width: 415px;
}
.my_advantages_footer p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.9px;
  opacity: 0.8;
  margin-bottom: 30px;
}
.my_advantages_footer .main_btn {
  max-width: 373px;
  width: 100%;
  height: 70px;
}

.main_consultation {
  background: url(img/bg_consultation2.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  padding-bottom: 383px;
  padding-top: 98px;
  border-radius: 100px;
  overflow: hidden;
  margin-top: -90px;
}
.main_consultation h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 35px;
}
.main_consultation h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.8)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.8) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}

.form_consultation {
  border-radius: 20px;
  background: linear-gradient(98deg, #EBEBEB 0%, #F2F2F2 100%);
  max-width: 610px;
  padding: 40px;
  padding-top: 39px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.form_consultation h3 {
  color: #171819;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
  margin-bottom: 33px;
}
.form_consultation h3 b {
  font-weight: 600;
}
.form_consultation .input_field {
  position: relative;
  margin-bottom: 20px;
}
.form_consultation .input_field input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #171819;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  width: 100%;
  border-radius: 10px;
  background: #E8E8E8;
  padding-left: 30px;
  border: none;
  height: 80px;
}
.form_consultation .input_field .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form_consultation .main_btn {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  margin-bottom: 12px;
}
.form_consultation p.form_policy {
  margin: 0;
  text-align: center;
  color: rgba(23, 24, 25, 0.5);
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  max-width: 300px;
  margin: 0 auto;
}
.form_consultation p.form_policy button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(23, 24, 25, 0.5);
  text-decoration-line: underline;
}

.main_team {
  padding-top: 83px;
}
.main_team .container {
  max-width: 1230px;
}
.main_team h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 23px;
}
.main_team h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.5)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.5) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
}

.main_team_wapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 51px;
}
.main_team_wapp p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 36px */
  letter-spacing: 1.2px;
  padding-left: 63px;
  position: relative;
  margin: 0;
}
.main_team_wapp p:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 221, 191, 0.6);
  position: absolute;
  top: 16px;
  left: 0;
}
.main_team_wapp button {
  max-width: 373px;
  margin-left: 35px;
}

.team_carousel .owl-stage-outer {
  overflow: visible !important;
}
.team_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: absolute;
  top: -131px;
  right: 0;
}
.team_carousel .owl-nav div {
  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;
  width: 140px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid #FFDDBF;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team_carousel .owl-nav div svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team_carousel .owl-nav div:last-child {
  margin-right: 0;
}
.team_carousel .owl-nav div:hover, .team_carousel .owl-nav div:active, .team_carousel .owl-nav div:focus {
  background: linear-gradient(106deg, rgba(166, 111, 62, 0.3) 6.08%, rgba(166, 111, 62, 0) 117.53%), #FFDDBF;
}
.team_carousel .owl-nav div:hover svg path, .team_carousel .owl-nav div:active svg path, .team_carousel .owl-nav div:focus svg path {
  fill: #000;
}
.team_item .image {
  background: #1D1D1D;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 17px;
}
.team_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 3;
}
.team_item .image:before {
  content: "";
  display: block;
  border-radius: 285px;
  background: #767676;
  -webkit-filter: blur(92px);
          filter: blur(92px);
  width: 185px;
  height: 285px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.team_item h3 {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 6px;
}
.team_item p {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  opacity: 0.5;
  margin: 0;
}
.team_item .desc {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  opacity: 0.5;
  margin: 0;
  margin-top: 15px;
}
.team_item .desc p {
  margin-bottom: 5px;
}
.team_item .desc p:last-child {
  margin-bottom: 0;
}

.main_aresenal {
  padding-top: 99px;
  padding-bottom: 144px;
}
.main_aresenal .container {
  max-width: 1230px;
}
.main_aresenal h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 17px;
}
.main_aresenal h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.5)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.5) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}
.main_aresenal p.sub_title {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 36px */
  letter-spacing: 1.2px;
  margin-bottom: 90px;
  padding-left: 63px;
  position: relative;
}
.main_aresenal p.sub_title:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 221, 191, 0.6);
  position: absolute;
  top: 16px;
  left: 0;
}
.main_aresenal .container {
  position: relative;
}
.main_aresenal .main_btn {
  margin: 0 auto;
  height: 70px;
  margin-top: 40px;
  max-width: 374px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.aresenal_image {
  position: absolute;
  right: -140px;
  top: -90px;
}

.aresenal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -20px;
}
.aresenal_wrapper .aresenal_item_wrapper {
  width: 25%;
  max-width: 25%;
  padding: 0 20px;
}
.aresenal_wrapper .aresenal_item_wrapper:nth-child(1) .aresenal_item img {
  bottom: 30px;
}

.aresenal_item {
  position: relative;
  height: 325px;
  border-radius: 10px;
  background: #1C1C1C;
  overflow: hidden;
}
.aresenal_item p {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 138.889% */
  letter-spacing: 0.9px;
  opacity: 0.7;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: 0;
}
.aresenal_item img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main_steps {
  padding: 111px 0 0 0;
  background: url(img/bg_steps.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  overflow: hidden;
}
.main_steps h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 43px;
}
.main_steps h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.5)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.5) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
}
.main_steps .container {
  position: relative;
  padding-bottom: 702px;
  max-width: 1230px;
}

.steps_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -20px;
}
.steps_wrapper .steps_item_wrapper {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.steps_wrapper .steps_item_wrapper:nth-child(6) span.number {
  left: unset;
  right: 70px;
  bottom: 90px;
}
.steps_wrapper .steps_item_wrapper:nth-child(7) span.number {
  bottom: 20px;
}

.steps_item {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background: linear-gradient(111deg, #FAFAFA 0%, #F4F4F4 100%);
  overflow: hidden;
}
.steps_item span.number {
  color: rgba(233, 194, 159, 0.3);
  font-family: "IBM Plex Serif", serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px; /* 49.333% */
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  bottom: 60px;
}
.steps_item img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.steps_item p {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #3C3C3C;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  letter-spacing: 1.2px;
}

.steps_item_end {
  padding-top: 20px;
}
.steps_item_end h3 {
  color: #E9C29F;
  font-family: "IBM Plex Serif", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px; /* 246.667% */
  text-transform: uppercase;
}
.steps_item_end p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
  margin-bottom: 32px;
}
.steps_item_end .main_btn {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}

.steps_image {
  position: absolute;
  bottom: 0;
  left: -350px;
}

.result_steps {
  position: absolute;
  bottom: 186px;
  right: 50px;
}

.main_review {
  background: #171819;
  padding-top: 110px;
  padding-bottom: 120px;
}
.main_review .container {
  max-width: 1460px;
}
.main_review h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 45px;
}
.main_review h2 b {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 221, 191, 0.5)), to(rgb(255, 221, 191)));
  background: linear-gradient(left, rgba(255, 221, 191, 0.5) 0%, rgb(255, 221, 191) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
}

.review_carousel {
  margin-bottom: 46px;
}
.review_carousel .owl-stage-outer {
  overflow: visible !important;
}
.review_carousel .owl-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.review_carousel .owl-item.active {
  opacity: 1;
}

.reviews_nav {
  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;
}
.reviews_nav .review_carousel_nav {
  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;
  width: 140px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid #FFDDBF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  cursor: pointer;
}
.reviews_nav .review_carousel_nav svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews_nav .review_carousel_nav:last-child {
  margin-right: 0;
}
.reviews_nav .review_carousel_nav:hover, .reviews_nav .review_carousel_nav:active, .reviews_nav .review_carousel_nav:focus {
  background: linear-gradient(106deg, rgba(166, 111, 62, 0.3) 6.08%, rgba(166, 111, 62, 0) 117.53%), #FFDDBF;
}
.reviews_nav .review_carousel_nav:hover svg path, .reviews_nav .review_carousel_nav:active svg path, .reviews_nav .review_carousel_nav:focus svg path {
  fill: #000;
}
.reviews_nav .reviews_number {
  margin: 0 62px;
  opacity: 0.7;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 1px;
  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;
  font-family: "Onest", sans-serif;
}
.reviews_nav .reviews_number .reviews_number_active {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%; /* 45px */
  letter-spacing: 1.5px;
}
.reviews_nav .reviews_number .reviews_number_slesh {
  opacity: 0.7;
}
.reviews_nav .reviews_number .reviews_number_normal {
  opacity: 0.7;
}

.review_item {
  padding: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
  background: #242424;
  height: 620px;
}
.review_item .review_top {
  padding: 0 25px;
  margin-bottom: 23px;
}
.review_item .review_top .face {
  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;
  margin-bottom: 18px;
}
.review_item .review_top .face h3 {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
}
.review_item .review_top p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  opacity: 0.8;
  margin: 0;
}
.review_item .review_odd {
  border-radius: 10px;
  background: #393939;
  padding: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.review_item .review_odd h3 {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 18px;
}
.review_item .review_odd p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  opacity: 0.8;
  margin: 0;
}

.main_faq {
  border-radius: 100px;
  background: url(img/bg_faq.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-bottom: 154px;
  padding-top: 111px;
  overflow: hidden;
}
.main_faq .image_faq {
  position: absolute;
  bottom: -180px;
  right: 142px;
}
.main_faq h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 113px;
}

.collapse_item {
  max-width: 640px;
  position: relative;
  z-index: 2;
  background: linear-gradient(93deg, #1C1C1D 0%, #252525 100%);
  border-radius: 10px;
  padding: 39px 40px;
  margin-bottom: 39px;
}
.collapse_item .btn_collapse {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.2px;
  width: 100%;
  position: relative;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 0;
  padding-right: 50px;
}
.collapse_item .btn_collapse .ic {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.collapse_item .btn_collapse .ic i {
  color: #FBD9BA;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 50% */
  letter-spacing: 2.5px;
  font-style: none;
}
.collapse_item .btn_collapse[aria-expanded=true] .ic {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.collapse_item .collapse_body {
  padding-top: 17px;
}
.collapse_item .collapse_body p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 125% */
  letter-spacing: 1px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.form_collapse h3 {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 1.2px;
  opacity: 0.7;
  margin: 0;
  margin-bottom: 27px;
}
.form_collapse .input_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.form_collapse .input_field {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 100%;
}
.form_collapse .input_field:nth-child(1), .form_collapse .input_field:nth-child(2) {
  width: 49%;
  margin-bottom: 10px;
}
.form_collapse .input_field input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 30px;
  background: none;
  border: none;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  height: 80px;
  margin: 0;
}
.form_collapse .input_field .icon {
  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;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
}
.form_collapse .main_btn {
  height: 80px;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

.main_news {
  padding: 110px 0;
}

.main_news_tittle {
  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;
  margin-bottom: 42px;
}
.main_news_tittle h2 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
}

.news_nav {
  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;
}
.news_nav button {
  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;
  width: 140px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid #FFDDBF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  cursor: pointer;
  margin-right: 20px;
}
.news_nav button:last-child {
  margin-right: 0;
}
.news_nav button svg path {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_nav button:last-child {
  margin-right: 0;
}
.news_nav button:hover, .news_nav button:active, .news_nav button:focus {
  background: linear-gradient(106deg, rgba(166, 111, 62, 0.3) 6.08%, rgba(166, 111, 62, 0) 117.53%), #FFDDBF;
}
.news_nav button:hover svg path, .news_nav button:active svg path, .news_nav button:focus svg path {
  fill: #000;
}

.news_item {
  padding: 25px;
  padding-top: 0;
  border-radius: 10px;
  background: #242424;
  overflow: hidden;
}
.news_item .image {
  display: block;
  margin: -25px;
  margin-bottom: 15px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.news_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_item .image:hover img, .news_item .image:active img, .news_item .image:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news_item h3 {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 15px;
}
.news_item h3 a {
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_item h3 a:hover, .news_item h3 a:active, .news_item h3 a:focus {
  color: #FFDDBF;
  text-decoration: none;
}
.news_item p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  opacity: 0.8;
  margin: 0;
  margin: 0;
}

.btn_all_news {
  margin: 0 auto;
  margin-top: 45px;
  max-width: 250px;
  font-size: 17px;
  height: 70px;
}

.page_error {
  padding-top: 150px;
  padding-bottom: 110px;
}
.page_error h1 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin: 0;
  margin-bottom: 42px;
}
.page_error p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  opacity: 0.8;
  margin: 0;
  margin: 0;
  margin-bottom: 30px;
}

.page_blog {
  padding-top: 150px;
  padding-bottom: 110px;
}
.page_blog h1 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin: 0;
  margin-bottom: 42px;
}
.page_blog .container {
  max-width: 1405px;
}

.page_blog_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -15px;
}
.page_blog_wrapp .news_item_wrapper {
  width: 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.properties_pagination {
  padding-top: 10px;
}
.properties_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.properties_pagination li {
  margin: 6px 6px;
  list-style: none;
}
.properties_pagination .page-numbers {
  font-family: "Onest", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #FFDDBF;
  background: transparent;
}
.properties_pagination .page-numbers.current {
  background: linear-gradient(106deg, rgba(166, 111, 62, 0.3) 6.08%, rgba(166, 111, 62, 0) 117.53%), #FFDDBF;
  color: #7E5026;
}
.properties_pagination .page-numbers:hover, .properties_pagination .page-numbers:active, .properties_pagination .page-numbers:focus {
  background: linear-gradient(106deg, rgba(166, 111, 62, 0.3) 6.08%, rgba(166, 111, 62, 0) 117.53%), #FFDDBF;
  color: #7E5026;
  text-decoration: none;
}
.properties_pagination .page-numbers.prev:after, .properties_pagination .page-numbers.next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.properties_pagination .page-numbers.prev:hover, .properties_pagination .page-numbers.prev:active, .properties_pagination .page-numbers.prev:focus, .properties_pagination .page-numbers.next:hover, .properties_pagination .page-numbers.next:active, .properties_pagination .page-numbers.next:focus {
  background: none;
}
.properties_pagination .page-numbers.prev:hover:after, .properties_pagination .page-numbers.prev:active:after, .properties_pagination .page-numbers.prev:focus:after, .properties_pagination .page-numbers.next:hover:after, .properties_pagination .page-numbers.next:active:after, .properties_pagination .page-numbers.next:focus:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.properties_pagination .page-numbers.prev:after {
  -webkit-transform: translate(-4px, -4px) rotate(-135deg);
          transform: translate(-4px, -4px) rotate(-135deg);
}
.properties_pagination .page-numbers.next:after {
  -webkit-transform: translate(-4px, -4px) rotate(45deg);
          transform: translate(-4px, -4px) rotate(45deg);
}

.page_single {
  padding-top: 150px;
  padding-bottom: 110px;
}
.page_single h1 {
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin: 0;
  margin-bottom: 42px;
}
.page_single img {
  max-width: 100%;
  height: auto;
}
.page_single p {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  opacity: 0.8;
  margin: 0;
  margin: 0;
  margin-bottom: 30px;
}

.contacts_wrapper {
  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;
}
.contacts_wrapper .contacts {
  margin-right: 58px;
}
.contacts_wrapper .contacts p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.contacts_wrapper .contacts p .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 20px;
}
.contacts_wrapper .contacts p a {
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  letter-spacing: 1px;
  display: block;
  color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts_wrapper .contacts p a:hover, .contacts_wrapper .contacts p a:active, .contacts_wrapper .contacts p a:focus {
  color: #FFDDBF;
  text-decoration: none;
}
.contacts_wrapper .contacts p.email {
  margin-bottom: 19px;
}
.contacts_wrapper .contacts p.title_social {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}
.contacts_wrapper .contacts .contact_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.contacts_wrapper .contacts .contact_social a {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts_wrapper .contacts .contact_social a:last-child {
  margin-right: 0;
}
.contacts_wrapper .contacts .contact_social a:hover, .contacts_wrapper .contacts .contact_social a:active, .contacts_wrapper .contacts .contact_social a:focus {
  text-decoration: none;
  opacity: 0.8;
}
.contacts_wrapper #map {
  border-radius: 10px;
  overflow: hidden;
  height: 446px;
}
.contacts_wrapper #map iframe {
  height: 446px;
  width: 100%;
}
.contacts_wrapper #map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  padding-top: 126px;
  padding-bottom: 65px;
  border-radius: 100px 100px 0 0;
  background: url(img/bg_footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
footer .container {
  max-width: 1240px;
}
footer .copyright {
  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;
  margin-top: 48px;
}
footer .copyright p {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.8px;
  opacity: 0.7;
}
footer .copyright button {
  background: none;
  border: none;
  padding: 0;
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.8px;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .copyright button:hover, footer .copyright button:active, footer .copyright button:focus {
  opacity: 1;
}
footer .copyright a {
  color: #FFF;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .copyright a:hover, footer .copyright a:active, footer .copyright a:focus {
  opacity: 1;
}

body {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.modal .modal-content {
  border-radius: 20px;
}
.modal .modal-body {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.modal .modal-body button.close {
  opacity: 1;
  cursor: pointer;
  padding: 0;
  background: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .modal-body button.close svg {
  width: 25px;
  height: 25px;
}
.modal .modal-body button.close svg path {
  fill: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .modal-body button.close:hover, .modal .modal-body button.close:active, .modal .modal-body button.close:focus {
  opacity: 1;
}
.modal .modal-body button.close:hover svg path, .modal .modal-body button.close:active svg path, .modal .modal-body button.close:focus svg path {
  fill: #EAC3A0;
}
.modal .modal-body form {
  background: none;
  padding: 0;
}
.modal .modal-body form h3 {
  font-size: 30px;
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 35px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 23px;
}

.modal_policy .modal-dialog {
  max-width: 1000px;
}
.modal_policy h3 {
  font-size: 30px;
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 35px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: center;
  text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 23px;
}
.modal_policy p {
  font-family: "Onest", sans-serif;
  font-size: 16px;
}

.modal_thanks {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.modal_thanks .content {
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modal_thanks h3 {
  font-size: 30px;
  color: #FFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 35px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: center;
  text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 23px;
}
.modal_thanks p {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
}