/*   
Theme Name: house
Version: 1.0
Tags: development, html5, wordpress
Description: WordPress Theme for korsitech
Author: CoffeeHard
Author URI: https://coffeehard.ru/
*/

body {
  color: #ffb347;
  background: #1A0D02;
}
.area {
  width: calc(100% - 30px);
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.area .area {
  width: 100%;
  max-width: unset;
  padding: 0;
}
.fullarea {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1370px;
  margin: 0 auto;
}
.fullarea .fullarea {
  width: 100%;
  max-width: unset;
}
.widearea {
  display: block;
  margin: 0 auto;
}
main.main {
  min-height: 60vh;
}
.slider_nav {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
}
.slider_nav .owl-prev, .slider_nav .owl-next {
  display: block;
  position: relative;
  width: 36px;
  height: 100%;
  background: linear-gradient(319deg, #ffb347 0%, #ff6801 37%, #F6C324 100%);
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 9;
}
.slider_nav .owl-prev {
  float: left;
}
.slider_nav .owl-next {
  float: right;
}
.slider_nav .slider_arrow {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}
.slider_nav .slider_arrow svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transition: .2s ease width;
}
.slider_nav .slider_arrow svg path {
  stroke: #130900;
}
.slider_nav .slider_arrow:hover svg {
  width: 16px;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  width: calc(100% - 50px);
  max-width: 1370px;
  margin: 0 auto;
  background: #0B130B40;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 9999;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.header_content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header_line .header_content {
  padding: 15px 0;
  transition: .2s ease padding;
}
.header_line .header_list {
  display: block;
  position: relative;
  float: left;
}
.header_line .header_list .header_item {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-right: 20px;
  box-sizing: border-box;
  float: left;
}
.header_line .header_list .header_item__hours {
  margin-right: 0;
}
.header_line .header_list .header_item .header_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}
.header_line .header_list .header_item .header_data {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 2px 0;
  color: #EAEAEA;
}
.header_line .header_list a.header_item {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.header_line .header_list a.header_item:hover .header_data {
  text-decoration: underline;
}
.header_social {
  display: block;
  position: relative;
  float: right;
}
.header_social .header_link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  color: #EAEAEA;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.header_social .header_link:last-child {
  margin-right: 0;
}
.header_social .header_link__vk {
  background-image: url(/wp-content/themes/house/img/icons/icon_whatsapp.svg);
}
.header_social .header_link__vk:hover {
  background-color: #2cb742;
}
.header_social .header_link__telegram {
  background-image: url(/wp-content/themes/house/img/icons/icon_telegram.svg);
}
.header_social .header_link__telegram:hover {
  background-color: #0088CC;
}
.header_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header_info .header_content {
  padding: 15px 0;
  border: 0;
  border-top: 1px solid #FFFFFF1A;
  box-sizing: border-box;
  transition: .2s ease padding;
}
.header_info .header_logo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 200px;
  height: 60px;
  margin-right: 64px;
  color: #EAEAEA;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  transition: .2s ease opacity;
  float: left;
}
.header_info .header_logo:hover {
  opacity: .8;
}
.header_info .header_menu {
  display: block;
  position: relative;
  width: 100%;
  max-width: 680px;
  margin-right: calc(100% - 1166px);
  float: left;
}
.header_info .header_menu ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
  list-style: none;
  list-style-position: inside;
}
.header_info .header_menu ul li {
  display: block;
  position: relative;
}
.header_info .header_menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 14px 7px;
  color: #EAEAEA;
  cursor: pointer;
  outline: 0;
}
.header_info .header_menu ul li a:hover {
  text-decoration: underline;
}

/* SUB-MENU */
.header_info .header_menu ul li > ul {
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  position: absolute;
  width: auto;
  transition: all 0.3s ease;
  padding: 0 10px;
  left: -10px;
  background: #0B130BD0;
  border-radius: 20px;
}

.sub-menu-toggle {
  display: none;
}

.header_info .header_menu ul li a:hover ~ ul, .header_info .header_menu ul li > ul:hover {
  opacity: 1;
  pointer-events: auto;
}

.header_info .header_menu ul li > ul::after {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background: #0B130B40;
  position: absolute;
  z-index: -1;
  top: 20px;
}

.header_info .header_button {
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 16px;
  margin: 3px 0;
  float: left;
}
.header_info .header_menutoggle {
  display: none;
}
.header_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  opacity: .9;
  z-index: 9998;
}

header.compact .header_line .header_content {
  padding: 10px 0;
}
header.compact .header_info .header_content {
  padding: 10px 0;
}

.sidebar {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #130900;
  z-index: 9999999999;
}
.sidebar_close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/house/img/icons/icon_close.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  transition: .2s ease transform;
  z-index: 9;
}
.sidebar_close:hover {
  transform: rotateZ(90deg);
}
.sidebar_content {
  display: block;
  position: relative;
  top: 50%;
  width: 100%;
  max-width: 500px;
  padding: 0 40px;
  box-sizing: border-box;
  transform: translateY(-50%);
  z-index: 10;
}
.sidebar_title {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  color: #ffb347;
}
.sidebar_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar_text p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #ffb347;
}
.sidebar_text p:last-child {
  margin-bottom: 0;
}
.sidebar_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  background-color: #130900;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}
.sidebar_connect {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sidebar_connect .sidebar_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 34px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.sidebar_connect .sidebar_item:last-child {
  margin-bottom: 0;
}
.sidebar_connect .sidebar_item .sidebar_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}
.sidebar_connect .sidebar_item .sidebar_data {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 0;
  color: #ffb347;
}
.sidebar_connect a.sidebar_item {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.sidebar_connect a.sidebar_item:hover .sidebar_data {
  text-decoration: underline;
}

.sidebar_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  opacity: .9;
  z-index: 9999;
}

div.modalform {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 0;
  color: #FFFFFF;
  background: #130900;
  border: 0;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: visible;
}
div.modalform .modalform_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
div.modalform .modalform_box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 50px;
  box-sizing: border-box;
}
div.modalform .modalform_box .modalform_heading {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
div.modalform .modalform_box .modalform_heading span {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 12px;
  color: #ffb347;
}
div.modalform .modalform_box .modalform_heading p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
div.modalform .modalform_box .modalform_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.modalform .modalform_box .modalform_form input {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-variant: lining-nums;
  padding: 16px 32px;
  margin-bottom: 15px;
  color: #130900;
  background: #F6F6F6;
  border: 0;
  border-radius: 30px;
  appearance: none;
  overflow: hidden;
  outline: 0;
  box-sizing: border-box;
}
div.modalform .modalform_box .modalform_form input::placeholder {
  color: #999999;
}
div.modalform .modalform_box .modalform_form .modalform_button {
  display: block;
  width: 100%;
  padding: 16px;  
}
div.modalform .modalform_box .modalform_form .modalform_oferta {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
div.modalform .modalform_box .modalform_form .modalform_oferta p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}
div.modalform .modalform_box .modalform_form .modalform_oferta p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
div.modalform .modalform_box .modalform_form .modalform_oferta p a:hover {
  color: #FFFFFF;
}
div.modalform .modalform_box .thanks {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
div.modalform .modalform_box .thanks p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
div.modalform .modalform_box .modalform_connect {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
div.modalform .modalform_box .modalform_connect p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
div.modalform .modalform_box .modalform_connect p b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
div.modalform .modalform_box .modalform_connect .modalform_phone {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin: 15px 0;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
}
div.modalform .modalform_box .modalform_connect .modalform_phone:hover {
  text-decoration: underline;
}
div.modalform .modalform_box .modalform_connect .modalform_messenger {
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 16px;
  margin-top: 20px;
  color: #FFFFFF;
  background: #25D366;
}
div.modalform .modalform_box .modalform_connect .modalform_messenger::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-image: url(/wp-content/themes/house/img/icons/icon_whatsapp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  z-index: 1;
}
div.modalform .modalform_image {
  display: block;
  position: relative;
  width: calc(100% - 460px);
  height: auto;
  background-color: #130900;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
div.modalform .modalform_image .modalform_gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 21, 10, 0) 0%, rgba(10, 21, 10, 0.35) 84.71%, #130900 100%);
  z-index: 1;
}
div.modalform .fancybox-close-small {
  display: block;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  overflow: hidden;
  opacity: 1;
}
div.modalform .fancybox-close-small svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: .2s ease transform;
}
div.modalform .fancybox-close-small:hover svg {
  transform: rotateZ(90deg);
}
div.modalform .fancybox-close-small svg path {
  fill: #ffb347;
}

.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 16px 44px;
  color: #130900;
  background: #ffb347;
  background: linear-gradient(319deg, #ffb347 0%, #ff6801 37%, #F6C324 100%);
  border: 0;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  user-select: none;
}
.btn__transparent {
  line-height: 20px;
  color: #ffb347;
  background: transparent;
  border: 1px solid #ffb347;
}
.btn__white {
  background: #FFFFFF;
}
.btn:hover {
  text-decoration: underline;
}
section + section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.block_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  z-index: 1;
}
.block_heading {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.block_title {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 12px;
  color: #ffb347;
}
.block_description {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #ffb347;
}

.section__first {
  margin-top: 140px;
}
.section__green {
  background: #130900;
}

.breadcrumbs {
  display: none !important;
}

.welcome {
  display: block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: 66%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.welcome_content {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 83vh;
  vertical-align: top;
}
.welcome_info {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
  padding-top: 80px;
}
.welcome_info .welcome_title {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 78px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.welcome_info .welcome_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.welcome_info .welcome_text p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.welcome_info .welcome_text p:last-child {
  margin-bottom: 0;
}
.welcome_info .welcome_action {
  display: inline-block;
  position: relative;
  width: 100%;
}
.welcome_info .welcome_action .welcome_button {
  display: block;
  margin-right: 20px;
  float: left;
}
.welcome_info .welcome_action .welcome_button:last-child {
  margin: 0;
}
.welcome_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0B130B99;
  z-index: 1;
}

.classic {
  display: block;
  position: relative;
  width: 100%;
}
.classic .classic_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.classic_subtitle {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ffb347;
}
.classic_subtitle:first-child {
  margin-top: 0;
}
.classic_subtitle:last-child {
  margin-bottom: 0;
}
.classic p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #ffb347;
}
.classic p:last-child {
  margin-bottom: 0;
}
.classic p b, .classic p strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.classic p a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.classic p a:hover {
  text-decoration: none;
}
.classic ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  list-style-position: inside;
  margin-bottom: 20px;
}
.classic ul:last-child {
  margin-bottom: 0;
}
.classic ul li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #ffb347;
  box-sizing: border-box;
}
.classic ul li:last-child {
  margin-bottom: 0;
}
.classic ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #ffb347;
  border-radius: 50%;
  z-index: 1;
}
.classic ul li b, .classic ul li strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.classic ul li a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.classic ul li a:hover {
  text-decoration: none;
}
.classic ol {
  display: block;
  position: relative;
  width: 100%;
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
}
.classic ol:last-child {
  margin-bottom: 0;
}
.classic ol li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffb347;
}
.classic ol li b, .classic ol li strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.classic ol li a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.classic ol li a:hover {
  text-decoration: none;
}

.advantages {
  display: block;
  position: relative;
  width: 100%;
}
.advantages_content {
  padding: 30px 0;
}
.advantages_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.advantages_line .advantages_item {
  display: block;
  position: relative;
  padding-left: 80px;
  box-sizing: border-box;
}
.advantages_line .advantages_item .advantages_idea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(319deg, #ffb347 0%, #ff6801 37%, #F6C324 100%);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.advantages_line .advantages_item .advantages_idea .advantages_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 46px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.advantages_line .advantages_item .advantages_data {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0;
  color: #ffb347;
}

.projects {
  display: block;
  position: relative;
  width: 100%;
}
.projects_filter {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.projects_filter::-webkit-scrollbar {
  display: none;
}
.projects_filter .projects_list {
  display: flex;
  position: relative;
  justify-content: start;
  width: 100%;
  list-style: none;
  list-style-position: inside;
  box-sizing: border-box;
}
.projects_filter .projects_list .projects_tab {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  padding: 16px 44px;
  margin-right: 20px;
  color: #ffb347;
  background: transparent;
  border: 1px solid #ffb347;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  user-select: none;
}
.projects_filter .projects_list .projects_tab:last-child {
  margin-right: 0;
}
.projects_filter .projects_list .projects_tab:hover {
  text-decoration: underline;
}
.projects_filter .projects_list .projects_tab__active {
  text-decoration: none !important;
  padding: 17px 45px;
  color: #130900;
  background: #ffb347;
  background: linear-gradient(319deg, #ffb347 0%, #ff6801 37%, #F6C324 100%);
  border: 0;
  cursor: default;
}
.projects_line {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  /* left: -15px; */
  width: calc(100% + 30px);
  /* margin-bottom: -50px; */
}
.projects-items_nav {
  position: absolute;
  width: 90px;
  right: 0;
  bottom: 609px;
}
.projects_item {
  display: block;
  position: relative;
  /* width: calc(50% - 30px); */
  width: 100%;
  /* margin: 0 15px; */
  margin-bottom: 50px;
  color: #ffb347;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.projects_item .projects_gallery {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background: #130900;
}
.projects_item .projects_gallery .projects_slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.projects_item .projects_gallery .projects_slider .projects_image {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects_item .projects_gallery .projects_meta {
  display: inline-block;
  position: absolute;
  right: 24px;
  bottom: 36px;
  z-index: 9;
}
.projects_item .projects_gallery .projects_meta .projects_feature {
  display: block;
  position: relative;
  text-align: center;
  width: 70px;
  margin-right: 15px;
  float: left;
}
.projects_item .projects_gallery .projects_meta .projects_feature:last-child {
  margin-right: 0;
}
.projects_item .projects_gallery .projects_meta .projects_feature .projects_label {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 7px;
  background: linear-gradient(319deg, #ffb347 0%, #ff6801 37%, #F6C324 100%);
  border-radius: 50%;
  overflow: hidden;
}
.projects_item .projects_gallery .projects_meta .projects_feature .projects_label .projects_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.projects_item .projects_gallery .projects_meta .projects_feature .projects_data {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
}
.projects_item .projects_gallery .projects_overlay {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffb347;
  background: linear-gradient(180deg, rgba(11, 16, 11, 0) 75%, rgba(11, 16, 11, 0.75) 87.5%, #130900 100%);
  cursor: pointer;
  outline: 0;
  transition: .2s ease opacity;
  z-index: 1;
}
.projects_item .projects_gallery .projects_overlay:hover {
  opacity: .8;
}
.projects_item .projects_gallery .projects_nav {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  padding: 0 20px;
}
.projects_item .projects_info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 200px;
  box-sizing: border-box;
}
.projects_item .projects_info .projects_name {
  display: block;
  position: relative;
  height: 26px;
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 8px;
  color: #ffb347;
  overflow: hidden;
}
.projects_item .projects_info .projects_square {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
.projects_item .projects_info .projects_square sup {
  display: inline;
  font-size: 12px;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  vertical-align: top;
}
.projects_item .projects_info .projects_button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  padding: 16px;
  z-index: 1;
}

.projects-template-default .breadcrumbs {
  display: block !important;
  position: relative;
  width: 100%;
  margin-top: 163px;
}
.projects-template-default .breadcrumb {
  display: flex;
}
.projects-template-default .breadcrumb a {
  color: #ffb347;
  text-decoration: none;
}
.projects-template-default .breadcrumb li + li {
  margin-left: 5px;
}
.projects_single .projects_item__single {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.projects_single .projects_item__single .projects_gallery {
  width: calc(100% - 480px);
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0;
  align-self: baseline;
}
.projects_single .projects_item__single .projects_gallery .projects_slider .projects_image {
  height: 520px;
}
.projects_single .projects_item__single .projects_details {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.projects_single .projects_item__single .projects_details .projects_name {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
  color: #ffb347;
}
.projects_single .projects_item__single .projects_details .projects_meta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.projects_single .projects_item__single .projects_details .projects_meta .projects_string {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.projects_single .projects_item__single .projects_details .projects_meta .projects_string:last-child {
  margin-bottom: 0;
}
.projects_single .projects_item__single .projects_details .projects_meta .projects_string p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
.projects_single .projects_item__single .projects_details .projects_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.projects_single .projects_item__single .projects_details .projects_text p {
  color: #ffb347;
}
.projects_single .projects_icons {
  display: flex;
  position: relative;
  width: 100%;
}
.projects_single .projects_icons .projects_feature {
  display: block;
  position: relative;
  text-align: center;
  width: 70px;
  margin-right: 15px;
}
.projects_single .projects_icons .projects_feature:last-child {
  margin-right: 0;
}
.projects_single .projects_icons .projects_feature .projects_label {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 7px;
  background: linear-gradient(319deg, #ffb347 0%, #ff6801 37%, #F6C324 100%);
  border-radius: 50%;
  overflow: hidden;
}
.projects_single .projects_icons .projects_feature .projects_label .projects_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.projects_single .projects_icons .projects_feature .projects_data {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
}

.projects_single_seo .seo_image {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  margin: 25px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}
.projects_single_seo .block_description {
  color: #ffb347;
}

@media (max-width: 1024px) {
  .projects_single .projects_item__single .projects_gallery {
    width: calc(100% - 420px);
  }
  .projects_single .projects_item__single .projects_details {
    max-width: 420px;
  }
  .projects_single .projects_item__single .projects_gallery .projects_slider .projects_image {
    height: 460px;
  }
}

@media (max-width: 820px) {
  .projects_single .projects_item__single .projects_gallery {
    width: 100%;
  }
  .projects_single .projects_item__single .projects_details {
    max-width: unset;
  }
  .projects_single .projects_item__single .projects_gallery .projects_slider .projects_image {
    height: 360px;
  }
  .projects_single_seo .seo_image {
    height: 280px;
    margin: 20px 0;
  }
}
.projects_modal {
  display: none;
}
.projects_modal .modalform_line {
  flex-direction: row-reverse;
}
.projects_modal .projects_details {
  display: block;
  position: relative;
  width: calc(100% - 420px);
  padding: 30px;
  padding-top: 25px;
  box-sizing: border-box;
}
.projects_modal .projects_details .projects_name {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  color: #ffb347;
}
.projects_modal .projects_details .projects_meta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.projects_modal .projects_details .projects_meta .projects_string {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.projects_modal .projects_details .projects_meta .projects_string:last-child {
  margin-bottom: 0;
}
.projects_modal .projects_details .projects_meta .projects_string p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
.projects_modal .projects_details .projects_meta .projects_string p b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.projects_modal .projects_details .projects_meta .projects_string p b sup {
  display: inline;
  font-size: 14px;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  vertical-align: top;
}
.projects_modal .projects_details .projects_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.projects_modal .projects_details .projects_text p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  color: #ffb347;
}
.projects_modal .projects_details .projects_text p:last-child {
  margin-bottom: 0;
}
.projects_modal .projects_details .projects_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 16px;
}
.projects_modal .projects_gallery {
  display: block;
  position: relative;
  width: 100%;
  max-width: 420px;
}
.projects_modal .projects_gallery .projects_object {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 200px;
  color: #ffb347;
  background-color: #130900;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  transition: .2s ease opacity;
}
.projects_modal .projects_gallery .projects_object:hover {
  opacity: .8;
}
.projects_empty {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 50px;
  color: #ffb347;
}

.cta {
  display: block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cta_content {
  z-index: 2;
}
.cta_box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.cta_box .cta_heading {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.cta_box .cta_heading .cta_title {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 12px;
  color: #FFFFFF;
}
.cta_box .cta_heading .cta_title br {
  display: none;
}
.cta_box .cta_heading .cta_description {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.cta_box .cta_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cta_box .cta_form input {
  display: block;
  position: relative;
  width: calc(33.333% - 12px);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-variant: lining-nums;
  padding: 16px 32px;
  margin-right: 18px;
  color: #130900;
  background: #F6F6F6;
  border: 0;
  border-radius: 30px;
  appearance: none;
  overflow: hidden;
  outline: 0;
  box-sizing: border-box;
  float: left;
}
.cta_box .cta_form input::placeholder {
  color: #999999;
}
.cta_box .cta_form .cta_button {
  display: block;
  width: calc(33.333% - 12px);
  padding: 16px;
}
.cta_box .cta_form .cta_oferta {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.cta_box .cta_form .cta_oferta p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}
.cta_box .cta_form .cta_oferta p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.cta_box .cta_form .cta_oferta p a:hover {
  color: #FFFFFF;
}
.cta_box .thanks {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.cta_box .thanks p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.cta_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09090B;
  opacity: .65;
  z-index: 1;
}

.mortgage {
  display: block;
  position: relative;
  width: 100%;
}
.mortgage_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.mortgage_line .mortgage_text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 670px;
  margin-right: 30px;
}
.mortgage_line .mortgage_text .mortgage_partners {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
  padding-bottom: 0 !important;
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 30px;
  box-sizing: border-box;
}
.mortgage_line .mortgage_text .mortgage_partners .mortgage_link {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 30px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  transition: .2s ease opacity;
}
.mortgage_line .mortgage_text .mortgage_partners .mortgage_link .mortgage_source {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.mortgage_line .mortgage_text .mortgage_partners .mortgage_link:hover .mortgage_source {
  opacity: .8;
}
.mortgage_line .mortgage_text .mortgage_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 16px;
  margin: 0 auto;
  margin-top: 30px;
}
.mortgage_line .mortgage_image {
  display: block;
  position: relative;
  width: calc(100% - 700px);
  background-color: #130900;
  background-size: cover;
  background-position-x: 75%;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.mortgage_line .mortgage_image::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 90%;
  height: 90%;
  background: #ffb347;
  border-radius: 30px;
  z-index: -1;
}
.seo-switcher {
  position: relative;
  max-width: 800px; /* подгони под дизайн */
  margin-bottom: 20px;
}
.seo-switcher__content {
  max-height: 180px;        /* высота в свернутом состоянии */
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}
.seo-switcher[data-collapsed="true"] .seo-switcher__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to top, rgb(19, 9, 0), rgba(19, 9, 0, 0));
}
.seo-switcher[data-collapsed="false"] .seo-switcher__content {
  max-height: 9999px; /* по сути, авто */
}
.seo-switcher[data-collapsed="false"] .seo-switcher__content::after {
  background: none;
}
.seo-switcher__toggle {
  margin-top: 12px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  color: #ffb347;
}


.mission {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mission_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  height: 100%;
  background: #1A0D02;
  border-radius: 30px;
  z-index: -1;
}
.mission_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.mission_box .mission_line {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
}
.mission_box .mission_line .mission_logo {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #130900;
  border: 2px solid #ffb347;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 99;
}
.mission_box .mission_line .mission_logo::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
  width: 2px;
  height: 122px;
  background: #ffb347;
  z-index: 1;
}
.mission_box .mission_line .mission_logo .mission_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 196px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.mission_box .mission_line .mission_item {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 160px;
  padding: 25px;
  padding-bottom: 0 !important;
  background: #1A0D02;
  border: 2px solid #ffb347;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: 9;
}
.mission_box .mission_line .mission_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background: #ffb347;
  z-index: 1;
}
.mission_box .mission_line .mission_item .mission_idea {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
  color: #ffb347;
}
.mission_box .mission_line .mission_item .mission_meaning {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
.mission_box .mission_line .mission_item__one {
  top: 20px;
  left: 0;
}
.mission_box .mission_line .mission_item__one::before {
  top: calc(50% - 1px);
  left: 100%;
}
.mission_box .mission_line .mission_item__two {
  top: 240px;
  left: 200px;
}
.mission_box .mission_line .mission_item__two::before {
  top: calc(50% - 1px);
  left: 100%;
}
.mission_box .mission_line .mission_item__three {
  top: 240px;
  right: 200px;
}
.mission_box .mission_line .mission_item__three::before {
  display: none;
}
.mission_box .mission_line .mission_item__four {
  top: 20px;
  right: 0;
}
.mission_box .mission_line .mission_item__four::before {
  top: calc(50% - 1px);
  right: 100%;
}

.boss {
  display: block;
  position: relative;
  width: 100%;
}
.boss_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.boss_line .boss_image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 430px;
  color: #ffb347;
  background-color: #130900;
  background-size: 105%;
  background-position-x: center;
  background-position-y: 40%;
  background-repeat: no-repeat;
  border-radius: 30px;
  cursor: pointer;
  outline: 0;
  transition: .2s ease all;
}
.boss_line .boss_image:hover {
  background-size: 100%;
}
.boss_line .boss_image::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 90%;
  height: 90%;
  background: #ffb347;
  border-radius: 30px;
  z-index: -1;
}
.boss_line .boss_message {
  display: block;
  position: relative;
  width: calc(100% - 480px);
}
.boss_line .boss_message .boss_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.boss_line .boss_message .boss_about {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.boss_line .boss_message .boss_about .boss_name {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  /* margin-bottom: 15px; */
  color: #ffb347;
}
.boss_line .boss_message .boss_about .boss_name b {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.boss_line .boss_message .boss_about .boss_dop {
  display: flex;
  align-items: center;
  gap: 10px;
}
.boss_dop .btn {
  padding: 8px 22px;
  font-size: 14px;
}
.boss_line .boss_message .boss_about .boss_status {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 40px;
  color: #ffb347;
  align-self: end;
}
.boss_line .boss_message .boss_about .boss_sign {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.experience {
  display: block;
  position: relative;
  width: 100%;
}
.experience_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.experience_line .experience_text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
}
.experience_line .experience_text .experience_button {
  position: relative;
  width: 100%;
  max-width: 290px;
  padding: 16px;
  margin-top: 10px;
}
.experience_line .experience_image {
  display: block;
  position: relative;
  width: calc(100% - 480px);
  height: auto;
  background-color: #130900;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.experience_line .experience_image::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 90%;
  height: 90%;
  background: #ffb347;
  border-radius: 30px;
  z-index: -1;
}

.visit {
  display: block;
  position: relative;
  width: 100%;
}
.visit_box {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 50px;
  padding-right: 500px;
  background: #130900;
  border: 2px solid #ffb347;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.visit_box .visit_heading {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.visit_box .visit_heading .visit_title {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 12px;
  color: #ffb347;
}
.visit_box .visit_heading .visit_description {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
.visit_box .visit_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.visit_box .visit_form input {
  display: block;
  position: relative;
  width: calc(33.333% - 16px);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-variant: lining-nums;
  padding: 16px 32px;
  margin-right: 24px;
  color: #130900;
  background: #F6F6F6;
  border: 0;
  border-radius: 30px;
  appearance: none;
  overflow: hidden;
  outline: 0;
  box-sizing: border-box;
  float: left;
}
.visit_box .visit_form input::placeholder {
  color: #999999;
}
.visit_box .visit_form .visit_button {
  display: block;
  width: calc(33.333% - 16px);
  padding: 16px;
  float: left;
}
.visit_box .visit_form .visit_oferta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 12px;
}
.visit_box .visit_form .visit_oferta p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}
.visit_box .visit_form .visit_oferta p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.visit_box .visit_form .visit_oferta p a:hover {
  color: #FFFFFF;
}
.visit_box .visit_form .visit_oferta p br {
  display: none;
}
.visit_box .thanks {
  display: inline-block;
  position: relative;
  width: 100%;
}
.visit_box .thanks p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffb347;
}
.visit_box .visit_image {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #130900;
  background-size: 600px;
  background-position-x: 80%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
.visit_box .visit_image .visit_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #130900;
  background: linear-gradient(90deg, rgb(19, 9, 0) 0%, rgba(19, 9, 0, 0.35) 30.18%, rgba(19, 9, 0, 0) 100%);
  z-index: 1;
}

.feedback {
  display: block;
  position: relative;
  width: 100%;
}
.feedback_line {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: -32px;
}
.feedback_line .feedback_item {
  display: block;
  position: relative;
  width: calc(33.333% - 16px);
  padding: 30px;
  margin-bottom: 32px;
  color: #ffb347;
  background: #130900;
  border: 2px solid #ffb347;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.feedback_line .feedback_item .feedback_meta {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.feedback_line .feedback_item .feedback_meta .feedback_level {
  display: block;
  position: relative;
  float: left;
}
.feedback_line .feedback_item .feedback_meta .feedback_level .feedback_star {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.feedback_line .feedback_item .feedback_meta .feedback_level .feedback_star:last-child {
  margin-right: 0;
}
.feedback_line .feedback_item .feedback_meta .feedback_level .feedback_star__empty {
  background-image: url(/wp-content/themes/house/img/icons/icon_star_empty.svg);
}
.feedback_line .feedback_item .feedback_meta .feedback_level .feedback_star__full {
  background-image: url(/wp-content/themes/house/img/icons/icon_star_full.svg);
}
.feedback_line .feedback_item .feedback_meta .feedback_date {
  display: block;
  position: relative;
  float: right;
}
.feedback_line .feedback_item .feedback_meta .feedback_date p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 0;
  color: #ffb347;
}
.feedback_line .feedback_item .feedback_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.feedback_line .feedback_item .feedback_text p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffb347;
}
.feedback_line .feedback_item .feedback_author {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 60px;
  box-sizing: border-box;
}
.feedback_line .feedback_item .feedback_author .feedback_photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  margin-right: 14px;
  background-color: #130900;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.feedback_line .feedback_item .feedback_author .feedback_name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 12px 0;
  color: #ffb347;
}
.feedback_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.feedback_action .feedback_button {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 16px;
  margin: 0 auto;
}

.team {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  height: 100%;
  background: #130900;
  border-radius: 30px;
  z-index: -1;
}
.team_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.team_slider {
  display: flex;
  gap: 40px;
  position: relative;
  width: 100%;
}
.team_slider .team_item {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background: #130900;
  border-radius: 20px;
  overflow: hidden;
}
.team_slider .team_item .team_photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  z-index: 1;
}
.team_slider .team_item .team_info {
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  padding-top: 0;
  box-sizing: border-box;
  z-index: 3;
}
.team_slider .team_item .team_info .team_meta {
  display: inline-block;
  position: relative;
  width: 100%;
}
.team_slider .team_item .team_info .team_meta .team_name {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  color: #ffb347;
}
.team_slider .team_item .team_info .team_meta .team_name::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -5px;
  width: 30px;
  height: 1px;
  background: #ffb347;
  z-index: 1;
}
.team_slider .team_item .team_info .team_meta .team_job {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffb347;
}
.team_slider .team_item .team_info .team_description {
  display: inline-block;
  position: relative;
  width: 100%;
  opacity: 0;
}
.team_slider .team_item .team_info .team_description p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  color: #ffb347;
  transition: .2s ease all;
}
.team_slider .team_item .team_overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: -30%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 16, 11, 0) 21.28%, rgba(11, 16, 11, 0.75) 60.64%, #130900 100%);
  transition: .2s ease all;
  z-index: 2;
}
.team_slider .team_item:hover .team_info .team_description {
  margin-top: 20px;
  opacity: 1;
  transition: .2s ease all;
}
.team_slider .team_item:hover .team_info .team_description p {
  line-height: 20px;
}
.team_slider .team_item:hover .team_overlay {
  bottom: 0;
}
.team_nav {
  position: absolute;
  top: calc(50% - 18px);
  left: -60px;
  width: calc(100% + 120px);
  z-index: -1;
}

.conditions {
  display: block;
  position: relative;
  width: 100%;
}
.conditions_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}
.conditions_line:last-child {
  margin-bottom: 0;
}
.conditions_line__reverse {
  flex-flow: row-reverse;
}
.conditions_line .conditions_text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 750px;
}
.conditions_line .conditions_image {
  display: block;
  position: relative;
  width: calc(100% - 790px);
  height: auto;
  background-color: #130900;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.conditions_line .conditions_image::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 90%;
  height: 90%;
  background: #ffb347;
  border-radius: 30px;
  z-index: -1;
}

.certificates {
  display: block;
  position: relative;
  width: 100%;
}
.certificates_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  height: 100%;
  background: #1A0D02;
  border-radius: 30px;
  z-index: -1;
}
.certificates_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.certificates_slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.certificates_slider .certificates_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 370px;
  color: #ffb347;
  background-color: #130900;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.certificates_slider .certificates_item:hover {
  opacity: .8;
}
.certificates_nav {
  position: absolute;
  top: calc(50% - 18px);
  left: -60px;
  width: calc(100% + 120px);
  z-index: -1;
}

.partners {
  display: block;
  position: relative;
  width: 100%;
}
.partners_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.partners_slider {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 50px 30px;
  background: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.partners_slider .partners_item {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.partners_nav {
  position: absolute;
  top: calc(50% - 18px);
  left: -60px;
  width: calc(100% + 120px);
  z-index: -1;
}

.faq {
  display: block;
  position: relative;
  width: 100%;
}
.faq_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.faq_list {
  display: block;
  position: relative;
  width: calc(100% - 480px);
}
.faq_list .faq_item {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.faq_list .faq_item:last-child {
  margin-bottom: 0;
}
.faq_list .faq_item .faq_object {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 25px;
  padding-right: 80px;
  background: #1A0D02;
  border: 2px solid #ffb347;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.faq_list .faq_item .faq_object .faq_question {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #ffb347;
}
.faq_list .faq_item .faq_object .faq_arrow {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 25px;
  width: 40px;
  height: 40px;
  background: linear-gradient(319deg, #ffb347 0%, #ff6801 37%, #F6C324 100%);
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
}
.faq_list .faq_item .faq_object .faq_arrow .faq_icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/house/img/icons/icon_arrow.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease all;
  z-index: 9;
}
.faq_list .faq_item .faq_object:hover .faq_arrow .faq_icon {
  transform: rotateZ(90deg);
}
.faq_list .faq_item__opened .faq_object .faq_arrow .faq_icon {
  transform: rotateZ(180deg) !important;
}
.faq_list .faq_item .faq_hidden {
  display: none;
  position: relative;
  width: 100%;
  padding: 25px;
  padding-bottom: 0 !important;
  box-sizing: border-box;
}
.faq_list .faq_item .faq_hidden p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #ffb347;
}
.faq_list .faq_item .faq_hidden p:last-child {
  margin-bottom: 0;
}
.faq_list .faq_item .faq_hidden p b, .faq_list .faq_item .faq_hidden p strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}
.faq_list .faq_item .faq_hidden p a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.faq_list .faq_item .faq_hidden p a:hover {
  text-decoration: none;
}
.faq_connect {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 40px;
  max-width: 450px;
  background-color: #130900;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.faq_connect .faq_info {
  display: block;
  position: relative;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  transform: translateY(-50%);
  z-index: 2;
}
.faq_manager {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.faq_avatar img {
  width: 64px;
  border-radius: 50%;
  border: 2px solid;
}
.faq_name {
  font-size: 18px;
}
.faq_name div {
  font-size: 20px;
  margin-bottom: 10px;
}
.faq_connect .faq_info .faq_pretitle {
  display: block;
  position: relative;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 12px;
  color: #FFFFFF;
}
.faq_connect .faq_info .faq_description {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.faq_connect .faq_info .faq_form {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.faq_connect .faq_info .faq_form input {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  font-variant: lining-nums;
  padding: 16px 32px;
  margin-bottom: 15px;
  color: #130900;
  background: #F6F6F6;
  border: 0;
  border-radius: 30px;
  appearance: none;
  overflow: hidden;
  outline: 0;
  box-sizing: border-box;
}
.faq_connect .faq_info .faq_form input::placeholder {
  color: #999999;
}
.faq_connect .faq_info .faq_form .faq_button {
  display: block;
  width: 100%;
  padding: 16px;
}
.faq_connect .faq_info .faq_form .faq_oferta {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.faq_connect .faq_info .faq_form .faq_oferta p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}
.faq_connect .faq_info .faq_form .faq_oferta p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.faq_connect .faq_info .faq_form .faq_oferta p a:hover {
  color: #FFFFFF;
}
.faq_connect .faq_info .thanks {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.faq_connect .faq_info .thanks p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.faq_connect .faq_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #130900A6;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.connect {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.connect_box {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 685px);
  width: 100%;
  max-width: 400px;
  padding: 30px 40px;
  padding-top: 25px;
  background: #130900;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 9;
}
.connect_box .connect_heading {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.connect_box .connect_heading .connect_title {
  display: block;
  position: relative;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 12px;
  color: #ffb347;
}
.connect_box .connect_heading .connect_description {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffb347;
}
.connect_box .connect_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.connect_box .connect_list .connect_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 34px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.connect_box .connect_list .connect_item:last-child {
  margin-bottom: 0;
}
.connect_box .connect_list .connect_item .connect_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}
.connect_box .connect_list .connect_item .connect_data {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 0;
  color: #ffb347;
}
.connect_box .connect_list a.connect_item {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.connect_box .connect_list a.connect_item:hover .connect_data {
  text-decoration: underline;
}
.connect_box .connect_social {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #FFFFFF26;
  box-sizing: border-box;
}
.connect_box .connect_social .connect_link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  color: #ffb347;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.connect_box .connect_social .connect_link:last-child {
  margin-right: 0;
}
.connect_box .connect_social .connect_link__vk {
  background-image: url(/wp-content/themes/house/img/icons/icon_vk_gold.svg);
}
.connect_box .connect_social .connect_link__vk:hover {
  background-color: #0077FF;
}
.connect_box .connect_social .connect_link__telegram {
  background-image: url(/wp-content/themes/house/img/icons/icon_telegram_gold.svg);
}
.connect_box .connect_social .connect_link__telegram:hover {
  background-color: #0088CC;
}
.connect_map {
  display: block;
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
.connect_map > iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 100% !important;
}
.connect_map__loading {
  background-image: url(/wp-content/themes/house/img/puff.svg);
  background-size: contain;
  background-position-x: 70%;
  background-position-y: center;
  background-repeat: no-repeat;
}

.error {
  display: block;
  position: relative;
  width: 100%;
}
.error_code {
  display: block;
  position: relative;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  color: #ffb347;
}
.error_text {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
.error_text span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}
.error_text p {
  margin-bottom: 10px;
}
.error_text p:last-child {
  margin-bottom: 0;
}
.error_text ul {
  text-align: left;
  margin-bottom: 10px;
}
.error_text ul:last-child {
  margin-bottom: 0;
}
.error_text .error_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 16px;
  margin: 0 auto;
  margin-top: 20px;
}

.modalbutton {
  display: block;
  position: fixed;
  text-decoration: none;
  right: 40px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  color: #43d854;
  cursor: pointer;
  outline: 0;
  z-index: 9997;
}
.modalbutton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #43d854;
  border-radius: 50%;
  box-sizing: border-box;
  animation-name: modalbutton_circle;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.modalbutton_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #43d854;
  background-image: url(/wp-content/themes/house/img/icons/icon_whatsapp.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0px 3px 10px -4px rgb(0 0 0 / 30%);
  overflow: hidden;
}

@media (max-width: 991px) {
  .modalbutton {
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
  }
  .modalbutton_icon {
    background-size: 28px;
  }
}

@keyframes modalbutton_circle {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

footer {
  display: block;
  position: relative;
  width: 100%;
}
.footer_content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info .footer_content {
  padding: 60px 0;
}
.footer_info .footer_logo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 164px;
  margin-right: 96px;
  color: #ffb347;
  cursor: pointer;
  outline: 0;
  transition: .2s ease opacity;
  float: left;
}
.footer_info .footer_logo:hover {
  opacity: .8;
}
.footer_info .footer_logo .footer_source {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 72px;
  margin-bottom: 10px;
  color: #EAEAEA;
  background-size: contain;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
}
.footer_info .footer_logo .footer_tagline {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #ffb347;
}
.footer_info .footer_menu {
  display: block;
  position: relative;
  width: calc(100% - 580px);
  margin-right: 100px;
  float: left;
}
.footer_info .footer_menu ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  list-style: none;
  list-style-position: inside;
}
.footer_info .footer_menu ul li {
  display: block;
  position: relative;
}
.footer_info .footer_menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 14px 7px;
  color: #EAEAEA;
  cursor: pointer;
  outline: 0;
}
.footer_info .footer_menu ul li a:hover {
  text-decoration: underline;
}
.footer_info .footer_callback {
  display: block;
  position: relative;
  width: 220px;
  padding: 22px 0;
  float: left;
}
.footer_info .footer_callback .footer_button {
  display: block;
  width: 100%;
  padding: 16px;
}
.footer_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_line .footer_content {
  padding: 15px 0;
  border: 0;
  border-top: 1px solid #FFFFFF26;
  box-sizing: border-box;
}
.footer_line .footer_oferta {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #ffb347;
  cursor: pointer;
  outline: 0;
  float: right;
}
.footer_line .footer_oferta:hover {
  text-decoration: underline;
}
.footer_line .footer_copyright {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #ffb347;
  float: left;
}

div.owl-controls {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
  z-index: 1;
}
div.owl-controls .owl-dots {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
div.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 0;
}
div.owl-controls .owl-dots .owl-dot span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: transparent;
  border: 2px solid #ffb347;
  border-radius: 12px;
  box-sizing: border-box;
  transition: .2s ease all;
}
div.owl-controls .owl-dots .owl-dot:hover span {
  background: #ffb347;
}
div.owl-controls .owl-dots .owl-dot.active span {
  width: 36px;
  background: #ffb347 !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

@media (max-width: 1520px) {
  .area {
    max-width: 1170px;
  }
  .fullarea, header {
    max-width: 1170px;
  }
  .header_line .header_content {
    padding: 10px 0;
  }
  .header_info .header_content {
    padding: 10px 0;
  }
  .header_info .header_logo {
    margin-right: 24px;
  }
  .header_info .header_menu {
    max-width: 560px;
    margin-right: calc(100% - 940px);
  }
  .header_info .header_menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  header.compact .header_line .header_content {
    padding: 7px 0;
  }
  header.compact .header_info .header_content {
    padding: 7px 0;
  }
  div.modalform {
    max-width: 920px;
  }
  div.modalform .modalform_box {
    max-width: 420px;
    padding: 25px;
  }
  div.modalform .modalform_box .modalform_heading {
    margin-bottom: 20px;
  }
  div.modalform .modalform_box .modalform_heading span {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  div.modalform .modalform_box .modalform_heading p {
    font-size: 16px;
    line-height: 20px;
  }
  div.modalform .modalform_box .modalform_form input {
    font-size: 16px;
    line-height: 20px;
  }
  div.modalform .modalform_box .thanks p {
    font-size: 16px;
    line-height: 20px;
  }
  div.modalform .modalform_box .modalform_connect {
    margin-top: 30px;
  }
  div.modalform .modalform_box .modalform_connect p {
    font-size: 16px;
    line-height: 20px;
  }
  div.modalform .modalform_box .modalform_connect .modalform_phone {
    font-size: 28px;
    line-height: 36px;
    margin: 7px 0;
  }
  div.modalform .modalform_box .modalform_connect .modalform_messenger {
    margin-top: 15px;
  }
  div.modalform .modalform_image {
    width: calc(100% - 420px);
  }
  div.modalform .fancybox-close-small {
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
  }
  .btn {
    font-size: 16px;
    line-height: 20px;
  }
  .section__first {
    margin-top: 120px;
  }
  .welcome_info .welcome_title {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 25px;
  }
  .welcome_info .welcome_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .welcome_info .welcome_action .welcome_button {
    margin-right: 15px;
  }
  .classic_subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .classic p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .classic ul {
    margin-bottom: 15px;
  }
  .classic ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 18px;
  }
  .classic ul li::before {
    top: 8px;
  }
  .classic ol {
    margin-bottom: 15px;
  }
  .classic ol li {
    font-size: 14px;
    line-height: 22px;
  }
  .advantages_line .advantages_item {
    padding-left: 60px;
  }
  .advantages_line .advantages_item .advantages_idea {
    width: 50px;
    height: 50px;
  }
  .advantages_line .advantages_item .advantages_idea .advantages_icon {
    background-size: 36px;
  }
  .advantages_line .advantages_item .advantages_data {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
  }
  .projects_filter .projects_list .projects_tab {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 24px;
    margin-right: 10px;
  }
  .projects_filter .projects_list .projects_tab__active {
    padding: 11px 25px;
  }
  .projects_line {
    left: -10px;
    width: calc(100% + 20px);
    /* margin-bottom: -30px; */
  }
  .projects-items_nav {
    bottom: 497px;
  }
  .projects_item {
    /* width: calc(50% - 20px); */
    /* margin: 0 10px; */
    margin-bottom: 30px;
  }
  .projects_item .projects_gallery {
    margin-bottom: 10px;
  }
  .projects_item .projects_gallery .projects_slider .projects_image {
    height: 320px;
  }
  .projects_item .projects_gallery .projects_meta {
    right: 12px;
    bottom: 18px;
  }
  .projects_item .projects_gallery .projects_meta .projects_feature {
    margin-right: 5px;
  }
  .projects_item .projects_gallery .projects_meta .projects_feature .projects_label {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .projects_item .projects_gallery .projects_meta .projects_feature .projects_label .projects_icon {
    background-size: 20px;
  }
  .projects_item .projects_gallery .projects_meta .projects_feature .projects_data {
    font-size: 12px;
    line-height: 16px;
  }
  .projects_item .projects_gallery .projects_nav {
    top: calc(50% - 14px);
    padding: 0 10px;
  }
  .projects_item .projects_info {
    padding: 0;
  }
  .projects_item .projects_info .projects_name {
    height: auto;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .projects_item .projects_info .projects_square {
    font-size: 14px;
    line-height: 18px;
  }
  .projects_item .projects_info .projects_square sup {
    font-size: 10px;
  }
  .projects_item .projects_info .projects_button {
    display: none;
  }
  .projects_modal .projects_details {
    width: calc(100% - 360px);
    padding: 25px;
    padding-top: 20px;
  }
  .projects_modal .projects_details .projects_name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .projects_modal .projects_details .projects_meta {
    margin-bottom: 20px;
  }
  .projects_modal .projects_details .projects_meta .projects_string {
    margin-bottom: 7px;
  }
  .projects_modal .projects_details .projects_meta .projects_string p {
    font-size: 16px;
    line-height: 20px;
  }
  .projects_modal .projects_details .projects_meta .projects_string p b sup {
    font-size: 12px;
  }
  .projects_modal .projects_details .projects_text {
    margin-bottom: 20px;
  }
  .projects_modal .projects_details .projects_text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .projects_modal .projects_gallery {
    max-width: 360px;
  }
  .projects_modal .projects_gallery .projects_object {
    height: 180px;
  }
  .projects_empty {
    font-size: 16px;
    line-height: 20px;
  }
  .slider_nav {
    height: 28px;
  }
  .slider_nav .owl-prev, .slider_nav .owl-next {
    width: 28px;
  }
  .slider_nav .slider_arrow svg {
    width: 12px !important;
  }
  .cta {
    background-size: cover;
  }
  .cta_box .cta_heading {
    margin-bottom: 25px;
  }
  .cta_box .cta_heading .cta_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .cta_box .cta_heading .cta_description {
    font-size: 16px;
    line-height: 20px;
  }
  .cta_box .cta_form input {
    font-size: 16px;
    line-height: 20px;
  }
  .cta_box .cta_form .cta_oferta {
    margin-top: 10px;
  }
  .cta_box .thanks p {
    font-size: 16px;
    line-height: 20px;
  }
  .mortgage_line .mortgage_text {
    max-width: 620px;
    margin-right: 20px;
  }
  .mortgage_line .mortgage_image {
    width: calc(100% - 640px);
  }
  .mortgage_line .mortgage_image::before {
    top: -10px;
    right: -10px;
  }
  .seo-switcher {
    margin-bottom: 15px;
  }
  .mission_box .mission_line {
    max-width: 920px;
    height: 320px;
    margin: 0 auto;
  }
  .mission_box .mission_line .mission_logo {
    top: 10px;
    width: 120px;
    height: 120px;
  }
  .mission_box .mission_line .mission_logo .mission_source {
    background-size: 116px;
  }
  .mission_box .mission_line .mission_item {
    padding: 20px;
    max-width: 350px;
    height: 140px;
  }
  .mission_box .mission_line .mission_item .mission_idea {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .mission_box .mission_line .mission_item .mission_meaning {
    font-size: 16px;
    line-height: 20px;
  }
  .mission_box .mission_line .mission_item__one {
    top: 0;
  }
  .mission_box .mission_line .mission_item__two {
    top: 180px;
    left: 60px;
  }
  .mission_box .mission_line .mission_item__three {
    top: 180px;
    right: 60px;
  }
  .mission_box .mission_line .mission_item__four {
    top: 0;
  }
  .boss_line .boss_image {
    max-width: 350px;
  }
  .boss_line .boss_image::before {
    top: -10px;
    right: -10px;
  }
  .boss_line .boss_message {
    width: calc(100% - 380px);
  }
  .boss_line .boss_message .boss_about {
    margin-top: 30px;
  }
  .boss_line .boss_message .boss_about .boss_name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .boss_line .boss_message .boss_about .boss_status {
    font-size: 16px;
    line-height: 20px;
  }
  .boss_line .boss_message .boss_about .boss_sign {
    width: 180px;
  }
  .experience_line .experience_image::before {
    top: -10px;
    right: -10px;
  }
  .visit_box {
    padding: 30px;
    padding-right: 390px;
  }
  .visit_box .visit_heading {
    margin-bottom: 25px;
  }
  .visit_box .visit_heading .visit_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .visit_box .visit_heading .visit_description {
    font-size: 16px;
    line-height: 20px;
  }
  .visit_box .visit_form input {
    font-size: 16px;
    line-height: 20px;
    width: calc(33.333% - 8px);
    margin-right: 12px;
  }
  .visit_box .visit_form .visit_button {
    width: calc(33.333% - 8px);
  }
  .visit_box .visit_form .visit_oferta {
    margin-top: 10px;
  }
  .visit_box .thanks p {
    font-size: 16px;
    line-height: 20px;
  }
  .visit_box .visit_image {
    max-width: 360px;
    background-size: 520px;
    background-position-x: 70%;
    background-position-y: 90%;
  }
  .feedback_line .feedback_item {
    padding: 20px;
  }
  .feedback_line .feedback_item .feedback_meta {
    margin-bottom: 15px;
  }
  .feedback_line .feedback_item .feedback_meta .feedback_level .feedback_star {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .feedback_line .feedback_item .feedback_meta .feedback_date p {
    font-size: 14px;
    line-height: 18px;
    padding: 1px 0;
  }
  .feedback_line .feedback_item .feedback_text {
    margin-bottom: 15px;
  }
  .feedback_line .feedback_item .feedback_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .feedback_line .feedback_item .feedback_author {
    padding-left: 52px;
  }
  .feedback_line .feedback_item .feedback_author .feedback_photo {
    width: 40px;
    height: 40px;
  }
  .feedback_line .feedback_item .feedback_author .feedback_name {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
  }
  .team_slider {
    width: calc(100% - 80px) !important;
    margin: 0 auto;
  }
  .team_slider .team_item {
    height: 440px;
  }
  .team_nav {
    top: calc(50% - 14px);
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .conditions_line .conditions_text {
    max-width: 620px;
  }
  .conditions_line .conditions_image {
    width: calc(100% - 650px);
  }
  .conditions_line .conditions_image::before {
    top: -10px;
    right: -10px;
  }
  .certificates_slider {
    width: calc(100% - 80px) !important;
    margin: 0 auto;
  }
  .certificates_slider .certificates_item {
    height: 360px;
  }
  .certificates_nav {
    top: calc(50% - 14px);
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .partners_slider {
    width: calc(100% - 80px) !important;
    padding: 40px 30px;
    margin: 0 auto;
  }
  .partners_slider .partners_item {
    height: 60px;
  }
  .partners_nav {
    top: calc(50% - 14px);
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .faq_list {
    width: calc(100% - 420px);
  }
  .faq_list .faq_item {
    margin-bottom: 20px;
  }
  .faq_list .faq_item .faq_object {
    padding: 20px;
    padding-right: 64px;
  }
  .faq_list .faq_item .faq_object .faq_question {
    font-size: 16px;
    line-height: 20px;
  }
  .faq_list .faq_item .faq_object .faq_arrow {
    top: calc(50% - 16px);
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .faq_list .faq_item .faq_object .faq_arrow .faq_icon {
    background-size: 16px;
  }
  .faq_list .faq_item .faq_hidden {
    padding: 20px;
  }
  .faq_list .faq_item .faq_hidden p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq_connect {
    max-width: 400px;
    padding: 15px 30px;
  }
  .faq_connect .faq_info .faq_pretitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .faq_connect .faq_info .faq_description {
    font-size: 16px;
    line-height: 20px;
  }
  .faq_connect .faq_info .faq_form input {
    font-size: 16px;
    line-height: 20px;
  }
  .faq_connect .faq_info .faq_form .faq_oferta {
    margin-top: 10px;
  }
  .faq_connect .faq_info .thanks p {
    font-size: 16px;
    line-height: 20px;
  }
  .connect_box {
    left: calc(50% - 585px);
    max-width: 360px;
    padding: 25px 30px;
    padding-top: 20px;
  }
  .connect_box .connect_heading .connect_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .connect_map {
    height: 560px;
  }
  .footer_info .footer_menu ul {
    padding: 25px 0;
  }
  .footer_info .footer_menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .footer_info .footer_callback {
    padding: 23px 0;
  }
  .error_code {
    font-size: 120px;
    margin-bottom: 20px;
  }
  .error_text {
    max-width: 430px;
  }
  .error_text span {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) {
  .sidebar_close {
    top: 20px;
    right: 20px;
    background-size: 18px;
  }
  .sidebar_content {
    max-width: 400px;
    padding: 0 30px;
  }
  .sidebar_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .sidebar_text {
    margin-bottom: 15px;
  }
  .sidebar_text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .sidebar_image {
    height: 200px;
    margin-bottom: 15px;
  }
  .block_heading {
    margin-bottom: 30px;
  }
  .block_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .block_description {
    font-size: 16px;
    line-height: 20px;
  }
  .mortgage_line .mortgage_image::before {
    top: -5px;
    right: -5px;
  }
  .mission {
    background: #130900;
  }
  .mission_content::before {
    display: none;
  }
  .boss_line .boss_image {
    max-width: 325px;
  }
  .boss_line .boss_image::before {
    top: -5px;
    right: -5px;
  }
  .boss_line .boss_message {
    width: calc(100% - 350px);
  }
  .experience_line .experience_image::before {
    top: -5px;
    right: -5px;
  }
  .feedback_line .feedback_item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .team {
    background: #130900;
  }
  .team.mb60 {
    margin-bottom: 0 !important;
  }
  .team.mb60 .team_content {
    padding-bottom: 0;
  }
  .team_content::before {
    display: none;
  }
  .team_slider .team_item {
    height: 400px;
  }
  .conditions_line .conditions_image::before {
    top: -5px;
    right: -5px;
  }
  .certificates {
    background: #130900;
  }
  .certificates_content::before {
    display: none;
  }
  .certificates_slider .certificates_item {
    height: 400px;
  }
  .partners_slider {
    padding: 30px 20px;
  }
  .connect_box {
    left: 15px;
  }
  .footer_info .footer_logo {
    margin-right: 36px;
  }
  .footer_info .footer_menu {
    width: 100%;
    max-width: 560px;
    margin-right: calc(100% - 960px);
  }
  .footer_info .footer_callback {
    width: 200px;
  }
}

@media (max-width: 1170px) {
  .area {
    max-width: 100%;
  }
  .fullarea {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .header_info .header_menu {
    max-width: 540px;
    margin-right: calc(100% - 900px);
  }
  .header_info .header_button {
    max-width: 200px;
  }
  .section__first {
    margin-top: 110px;
  }
  .mortgage_line .mortgage_text {
    max-width: 460px;
  }
  .mortgage_line .mortgage_text .mortgage_partners {
    padding: 20px;
  }
  .mortgage_line .mortgage_text .mortgage_partners .mortgage_link {
    margin-bottom: 20px;
  }
  .mortgage_line .mortgage_image {
    width: calc(100% - 480px);
  }
  .mortgage_line .mortgage_text .mortgage_button {
    margin-top: 20px;
  }
  .visit_box {
    padding: 20px;
    padding-right: 320px;
  }
  .visit_box .visit_image {
    max-width: 300px;
    background-size: 460px;
    background-position-y: bottom;
  }
  .certificates_slider .certificates_item {
    height: 350px;
  }
  .footer_info .footer_logo {
    margin-right: 26px;
  }
  .footer_info .footer_menu {
    max-width: 540px;
    margin-right: calc(100% - 930px);
  }
}

@media (max-width: 968px) {
  section + section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block_content {
    padding: 50px 0;
  }
  .header_line .header_list .header_item__location {
    margin-right: 0;
  }
  .header_line .header_list .header_item__hours {
    display: none;
  }
  .header_info .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_info .header_logo {
    margin-right: calc(100% - 400px);
  }
  .header_info .header_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    width: calc(100% + 30px);
    max-width: unset;
    padding: 15px 15px 10px;
    margin: 0;
    box-sizing: border-box;
    z-index: 9;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(#0B130B00 0%, #0B130BA0 5%);
  }
  .header_info .header_menu ul {
    display: block;
    padding: 0;
  }
  .header_info .header_menu ul li a {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 7px 0;
    color: #ffb347;
  }
  .header_info .header_menu ul li a ~ ul {
    position: relative;
    left: 0;
    max-height: 1px;
  }
  .sub-menu-toggle {
    display: inline;
    position: absolute;
    right: 7px;
    top: -1px;
    font-size: 20px;
    background: #0B130B;
    padding: 8px 7px 5px;
    border-radius: 10px;
    z-index: 2;
  }
  .header_info .header_menu ul li .sub-menu-toggle:hover ~ ul {
    max-height: 800px;
    opacity: 1;
    pointer-events: auto;
  }
  .header_info .header_menu ul li a:hover ~ ul {
    opacity: 0;
    pointer-events: none;
  }
  .header_info .header_menutoggle {
    display: block;
    position: relative;
    width: 29px;
    height: 29px;
    margin: 5px 0;
    box-sizing: border-box;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
    user-select: none;
    float: right;
  }
  .header_info .header_menutoggle .header_stick {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ffb347;
    transition: .2s ease all;
  }
  .header_info .header_menutoggle .header_stick__one {
    top: 0px;
    width: 100%;
  }
  .header_info .header_menutoggle .header_stick__two {
    top: 9px;
    width: 70%;
  }
  .header_info .header_menutoggle .header_stick__three {
    top: 18px;
    width: 100%;
  }
  .header_info .header_menutoggle .header_stick__four {
    top: 27px;
    width: 70%;
  }
  .header_info .header_menutoggle__opened .header_stick__one {
    top: 14px;
    transform: rotateZ(-45deg);
    width: 90%;
  }
  .header_info .header_menutoggle__opened .header_stick__two {
    width: 0;
    opacity: 0;
  }
  .header_info .header_menutoggle__opened .header_stick__three {
    top: 14px;
    transform: rotateZ(45deg);
    width: 90%;
  }
  .header_info .header_menutoggle__opened .header_stick__four {
    width: 0;
    opacity: 0;
  }
  div.modalform {
    max-width: 480px;
  }
  div.modalform .modalform_line {
    display: inline-block;
  }
  div.modalform .modalform_box {
    display: inline-block;
    max-width: unset;
  }
  div.modalform .modalform_image {
    display: none !important;
  }
  .block_heading {
    margin-bottom: 25px;
  }
  .block_title {
    font-size: 20px;
    line-height: 24px;
  }
  .block_description {
    font-size: 14px;
    line-height: 18px;
  }
  .welcome_info .welcome_title {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .welcome_info .welcome_text {
    margin-bottom: 30px;
  }
  .advantages_content {
    padding: 20px 0;
  }
  .advantages_line {
    margin-bottom: -20px;
  }
  .advantages_line .advantages_item {
    width: 50%;
    padding-left: 54px;
    margin-bottom: 20px;
  }
  .advantages_line .advantages_item .advantages_idea {
    width: 44px;
    height: 44px;
  }
  .advantages_line .advantages_item .advantages_idea .advantages_icon {
    background-size: 32px;
  }
  .advantages_line .advantages_item .advantages_data {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
  }
  .advantages_line .advantages_item:nth-child(even) {
    padding: 0;
    padding-right: 54px;
  }
  .advantages_line .advantages_item:nth-child(even) .advantages_idea {
    left: unset;
    right: 0;
  }
  .advantages_line .advantages_item:nth-child(even) .advantages_data {
    text-align: right;
  }
  .projects_line {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
    /* margin-bottom: -30px; */
  }
  .projects-items_nav {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 100%;
    padding: 0 20px;
  }
  .projects_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .projects_item .projects_info .projects_name {
    font-size: 18px;
    line-height: 22px;
  }
  .projects_modal .projects_details {
    display: inline-block;
    width: 100%;
    padding: 20px;
    padding-top: 15px;
  }
  .projects_modal .projects_details .projects_text {
    margin: 0;
  }
  .projects_modal .projects_details .projects_button {
    display: none;
  }
  .projects_modal .projects_gallery {
    display: inline-block;
    max-width: unset;
  }
  .projects_modal .projects_gallery .projects_object {
    height: 200px;
    opacity: 1 !important;
  }
  .projects_empty {
    margin: 0;
  }
  .cta_box {
    max-width: 320px;
  }
  .cta_box .cta_heading {
    margin-bottom: 20px;
  }
  .cta_box .cta_heading .cta_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .cta_box .cta_heading .cta_title br {
    display: block;
  }
  .cta_box .cta_heading .cta_description {
    font-size: 14px;
    line-height: 18px;
  }
  .cta_box .cta_form input {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .cta_box .cta_form .cta_button {
    display: inline-block;
    width: 100%;
  }
  .cta_box .thanks p {
    font-size: 14px;
    line-height: 18px;
  }
  .mortgage_line {
    display: inline-block;
  }
  .mortgage_line .mortgage_text {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .mortgage_line .mortgage_text .mortgage_partners {
    max-width: 440px;
    border-radius: 20px;
  }
  .mortgage_line .mortgage_text .mortgage_partners .mortgage_link .mortgage_source {
    height: 28px;
  }
  .mortgage_line .mortgage_text .mortgage_button {
    max-width: 440px;
    margin: 0;
    margin-top: 15px;
  }
  .mortgage_line .mortgage_image {
    display: none !important;
  }
  .mission_box .mission_line {
    max-width: 350px;
    height: auto;
  }
  .mission_box .mission_line .mission_logo {
    top: unset;
    margin-bottom: 20px;
  }
  .mission_box .mission_line .mission_logo::before {
    height: 22px;
  }
  .mission_box .mission_line .mission_item {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    max-width: unset;
    height: auto;
    padding: 15px !important;
    margin-bottom: 10px;
    border-radius: 20px;
    z-index: 999;
  }
  .mission_box .mission_line .mission_item:last-child {
    margin-bottom: 0;
  }
  .mission_box .mission_line .mission_item::before {
    display: block;
    top: 100%;
    left: calc(50% - 1px);
    right: unset;
    bottom: unset;
    width: 2px;
    height: 12px;
  }
  .mission_box .mission_line .mission_item:last-child:before {
    display: none;
  }
  .mission_box .mission_line .mission_item .mission_idea {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .mission_box .mission_line .mission_item .mission_meaning {
    font-size: 14px;
    line-height: 18px;
  }
  .boss_line {
    display: inline-block;
    padding: 20px;
    background: #130900;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .boss_line .boss_image {
    position: absolute;
    left: 20px;
    bottom: 60px;
    width: 66px;
    max-width: unset;
    height: 66px;
    background-color: #130900;
    background-size: cover !important;
    background-position-x: center;
    background-position-y: 30%;
    border: 2px solid #ffb347;
    border-radius: 50%;
    z-index: 9;
  }
  .boss_line .boss_image::before {
    display: none;
  }
  .boss_line .boss_message {
    display: inline-block;
    width: 100%;
  }
  .boss_line .boss_message .boss_about {
    padding-left: 85px;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .experience_line {
    display: inline-block;
  }
  .experience_line .experience_text {
    max-width: unset;
  }
  .experience_line .experience_text .experience_button {
    margin-top: 0;
  }
  .experience_line .experience_image {
    display: none !important;
  }
  .visit_box {
    padding: 20px;
  }
  .visit_box .visit_heading {
    text-align: center;
    margin-bottom: 20px;
  }
  .visit_box .visit_heading .visit_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .visit_box .visit_heading .visit_description {
    font-size: 14px;
    line-height: 18px;
  }
  .visit_box .visit_form input {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .visit_box .visit_form .visit_button {
    display: inline-block;
    width: 100%;
  }
  .visit_box .visit_form .visit_oferta {
    text-align: center;
  }
  .visit_box .visit_form .visit_oferta p br {
    display: block;
  }
  .visit_box .thanks {
    text-align: center;
  }
  .visit_box .thanks p {
    font-size: 14px;
    line-height: 18px;
  }
  .visit_box .visit_image {
    display: none !important;
  }
  .conditions_line {
    display: inline-block;
    margin-bottom: 15px;
  }
  .conditions_line .conditions_text {
    display: inline-block;
    max-width: unset;
  }
  .conditions_line .conditions_image {
    display: none !important;
  }
  .faq_line {
    display: inline-block;
  }
  .faq_list {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .faq_connect {
    max-width: unset;
    padding: 20px;
  }
  .faq_connect .faq_info {
    top: unset;
    transform: unset;
  }
  .faq_connect .faq_info .faq_pretitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .faq_connect .faq_info .faq_description {
    font-size: 14px;
    line-height: 18px;
  }
  .faq_connect .faq_info .faq_form {
    margin-top: 20px;
  }
  .faq_connect .faq_info .faq_form input {
    margin-bottom: 10px;
  }
  .faq_connect .faq_info .thanks p {
    font-size: 14px;
    line-height: 18px;
  }
  .connect_box {
    position: relative;
    top: unset;
    left: 0;
    max-width: unset;
    padding: 20px 15px;
    padding-top: 60px;
    background: #130900;
    border-radius: 0;
    box-shadow: unset;
    transform: unset;
  }
  .connect_box .connect_heading {
    margin-bottom: 20px;
  }
  .connect_box .connect_heading .connect_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .connect_box .connect_heading .connect_description {
    font-size: 14px;
    line-height: 18px;
  }
  .connect_box .connect_heading .connect_description br {
    display: none;
  }
  .connect_map {
    height: 400px;
  }
  .connect_map__loading {
    background-position: center;
  }
  .footer_info .footer_logo {
    text-align: center;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
  }
  .footer_info .footer_logo .footer_source {
    background-position-x: center;
  }
  .footer_info .footer_menu {
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
  }
  .footer_info .footer_menu ul {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  .footer_info .footer_menu ul li a {
    padding: 10px 0;
  }
  .footer_info .footer_callback {
    width: 100%;
    max-width: 290px;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
}

@media (max-width: 768px) {
  .header_line .header_list .header_item__email {
    margin-right: 0;
  }
  .header_line .header_list .header_item__location {
    display: none;
  }
  .projects_item .projects_gallery .projects_slider .projects_image {
    height: 240px;
  }
  .feedback_line {
    margin: 0;
  }
  .feedback_line .feedback_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .feedback_line .feedback_item:last-child {
    margin-bottom: 0;
  }
  .feedback_action {
    margin-top: 15px;
  }
  .team_slider {
    flex-direction: column;
    gap: 15px;
  }
  .team_slider .team_item .team_info .team_meta .team_name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .team_slider .team_item .team_info .team_meta .team_name::before {
    bottom: -7px;
  }
  .team_slider .team_item .team_info .team_meta .team_job {
    font-size: 14px;
    line-height: 18px;
  }
  .team_slider .team_item .team_info .team_description {
    margin-top: 10px;
  }
  .team_slider .team_item .team_info .team_description p {
    font-size: 14px;
  }
  .partners_slider {
    padding: 20px 15px;
  }
}

@media (max-width: 660px) {
  .boss_line .boss_image {
    width: 56px;
    height: 56px;
  }
  .boss_line .boss_message .boss_about {
    padding-left: 70px;
  }
  .boss_line .boss_message .boss_about .boss_name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .boss_line .boss_message .boss_about .boss_status {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .boss_line .boss_message .boss_about .boss_dop {
    flex-wrap: wrap;
  }
  .boss_line .boss_message .boss_about .boss_sign {
    width: 150px;
  }
  .certificates_slider .certificates_item {
    max-width: 290px;
    height: 400px;
    margin: 0 auto;
    opacity: 1 !important;
  }
}

@media (max-width: 540px) {
  .header_info .header_logo {
    max-width: 120px;
    height: 50px;
    margin-right: 0;
  }
  .header_info .header_button {
    display: none;
  }
  .header_info .header_menutoggle {
    margin: 0;
  }
  div.modalform {
    max-width: 360px;
  }
  div.modalform .modalform_box {
    padding: 20px;
  }
  div.modalform .fancybox-close-small {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
  }
  .sidebar_close {
    top: 5px;
    right: 5px;
  }
  .sidebar_content {
    max-width: unset;
    padding: 0 15px;
  }
  .welcome_info .welcome_title {
    font-size: 36px;
    line-height: 44px;
  }
  .welcome_info .welcome_text {
    margin-bottom: 25px;
  }
  .welcome_info .welcome_action {
    max-width: 364px;
  }
  .welcome_info .welcome_action .welcome_button {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .advantages {
    display: none;
  }
  .projects_modal .projects_gallery .projects_object {
    height: 180px;
  }
  .connect_map {
    height: 320px;
  }
  .footer_line .footer_oferta {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .footer_line .footer_copyright {
    text-align: center;
    width: 100%;
    float: none;
  }
}

@media (max-width: 460px) {
  .projects_filter .projects_list .projects_tab {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    margin-right: 7px;
  }
  .projects_filter .projects_list .projects_tab__active {
    padding: 8px 16px;
  }
  .mortgage_line .mortgage_text .mortgage_partners {
    max-width: 290px;
    padding: 15px;
  }
  .mortgage_line .mortgage_text .mortgage_partners .mortgage_link {
    margin-bottom: 15px;
  }
  .mortgage_line .mortgage_text .mortgage_button {
    max-width: 290px;
    margin-top: 10px;
  }
  .boss_line .boss_message .boss_about .boss_sign {
    width: 110px;
    background-position-y: top;
  }
  .visit_box {
    padding: 15px;
  }
  .feedback_line .feedback_item {
    padding: 15px;
  }
}

@media (max-width: 450px) {
  .header_line .header_list .header_item__email {
    display: none;
  }
}

@media (max-width: 420px) {
  .header_line .header_list .header_item__phone {
    margin-right: 0;
  }
  .sidebar_image {
    height: 180px;
  }
  .welcome_info .welcome_title {
    font-size: 28px;
    line-height: 36px;
  }
  .welcome_info .welcome_action {
    max-width: unset;
  }
  .projects .block_description br {
    display: none;
  }
  .mission .block_description br {
    display: none;
  }
  .experience_line .experience_text .experience_button {
    max-width: unset;
  }
  .visit_box .visit_form .visit_oferta p br {
    display: none;
  }
  .team_slider {
    width: 100% !important;
  }
  .team_nav {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    width: 70px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .certificates_slider {
    width: 100% !important;
  }
  .certificates_nav {
    top: calc(100% - 25px);
    z-index: unset;
  }
  .certificates div.owl-controls {
    position: relative;
    left: unset;
    bottom: 0;
    margin-top: 20px;
  }
  .partners_slider {
    width: 100% !important;
  }
  .partners_nav {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    width: 70px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .faq_connect .faq_info .faq_form .faq_oferta p br {
    display: none;
  }
  .connect_box .connect_heading .connect_description br {
    display: block;
  }
  .error_text span {
    font-size: 18px;
    line-height: 22px;
  }
  .error_text .error_button {
    max-width: unset;
  }
}

@media (max-width: 370px) {
  .projects_item .projects_gallery .projects_slider .projects_image {
    height: 200px;
  }
  .projects_item .projects_gallery .projects_meta {
    right: 8px;
    bottom: 12px;
  }
  .boss_line .boss_message .boss_about .boss_sign {
    display: none !important;
  }
}


p, h1, h2, h3, span, li {
  color: #FFFFFF !important;
}