@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
*:focus {
  outline: none;
}
body {
  font-family: 'Ubuntu', sans-serif;
}
.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.header {
  position: relative;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 0px 0;
}
.header-logo
{
 max-width:300px;
}
.header-logo img {
  max-width: 100%;
}
.header-info {
  text-align: center;
  margin-top: 15px;
}
.header-info-phone {
  font-weight: bold;
  font-size: 30px;
  color: #1f1b20;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.1;
}
.header-info-text {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1f1b20;
  font-size: 14px;
  text-transform: uppercase;
}
.header-call {
  margin-top: 13px;
  text-align: center;
}
.header-call-button {
  margin-bottom: 5px;
}
.header-call-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  background: #d31d2a;
  height: 30px;
  padding: 0 12px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-call-button a:hover {
  background: #e22937;
}
.header-call-text span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #d31d2a;
  border-bottom: 1px dotted #d31d2a;
  line-height: 1;
}
.main {
  background: url("../images/bg_1.jpg") no-repeat center center;
  background-size: cover;
  padding: 180px 0 90px;
  position: relative;
}
.main-nav {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 40px 0;
  background: rgba(33,29,29,0.77);
}
.main-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-nav ul li {
  list-style: none;
}
.main-nav ul li a {
  font-family: 'Century Gothic', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav ul li a:hover {
  color: #d31d2a;
}
.main-content-text {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.main-content-text-large {
  font-size: 120px;
}
.main-content-text-small {
  font-size: 48px;
  margin-bottom: 15px;
}
.main-content-text-medium {
  font-size: 69px;
}
.main-content-button {
  text-align: center;
  margin-top: 60px;
}
.main-content-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 32px;
  background: #d31d2a;
  height: 54px;
  padding: 0 55px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-content-button a:hover {
  background: #e22937;
}
.steps {
  padding-bottom: 625px;
  background: url("../images/bg2_.jpg") no-repeat center bottom;
  background-size: contain;
  padding-top: 50px;
}
.steps-no {
  padding-bottom: 50px;

  background-size: contain;
  padding-top: 50px;
}
.steps-head {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d31d2a;
  margin-bottom: 5px;
}
.steps-title {
  color: #3d3535;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 0.7;
  margin-bottom: 30px;
  font-weight: bold;
}
.steps-title span {
  font-size: 48px;
}
.steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:50px;
  margin-top:100px;
}
.steps-left {
  width: 50%;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.steps-left-text p {
  font-size: 16px;
  font-weight: regular;
  line-height: 18px;
  color: #3d3535;
}
.steps-left-form-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #3d3535;
  font-weight: bold;
  margin-bottom: 5px;
}
.steps-left-form-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.steps-left-form-line-input-title {
  font-size: 16px;
  font-weight: bold;
  color: #d31d2a;
  text-transform: uppercase;
}
.steps-left-form-line-input {
  max-width: 170px;
  width: 100%;
  position: relative;
}
.steps-left-form-line-input input {
  width: 100%;
  color: #1f1b20;
  font-size: 16px;
  border: 2px solid #3d3535;
  height: 35px;
  padding: 0 10px;
}
.steps-left-form-button {
  text-align: center;
}
.steps-left-form-button button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 28px;
  background: #d31d2a;
  height: 66px;
  border: none;
  font-weight: bold;
  padding: 0 42px;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.steps-left-form-button button span {
  font-size: 13px;
}
.steps-left-form-button button:hover {
  background: #e22937;
}
.steps-right-d
{
 display:flex;
 flex-direction:column;
 gap:40px;
	}
.steps-right-d img
{
 border-radius:30px;
	}
.steps-right img
{
 border-radius:30px;	}
.steps-right-line-img {
  border-radius: 50%;
  height: 210px;
  width: 210px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.steps-right-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.steps-right-line:nth-child(2) {
  margin-top: -15px;
}
.steps-right-line:nth-child(2) .steps-right-line-title {
  text-align: right;
}
.steps-right-line:nth-child(3) {
  margin-top: -30px;
}
.steps-right-line-title-num {
  font-size: 58px;
  color: #d31d2a;
  font-weight: bold;
  line-height: 1;
  font-family: 'Century Gothic', sans-serif;
}
.steps-right-line-title-num sup {
  font-size: 36px;
}
.steps-right-line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}
.steps-right-line-title-text {
  font-size: 21px;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
  color: #3d3535;
  margin-top: 8px;
}
.steps-right-result {
  margin-top: 30px;
}
.steps-right-result-title {
  font-size: 44px;
  font-weight: bold;
  color: #3d3535;
  text-align: center;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.steps-right-result-title span {
  font-size: 149px;
}
.steps-right-result-title span.steps-right-result-title-or {
  font-size: 24px;
  margin-top: 30px;
  display: block;
}
.steps-right-result-button {
  text-align: center;
}
.steps-right-result-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  background: #d31d2a;
  height: 40px;
  padding: 0 20px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.steps-right-result-button a:hover {
  background: #e22937;
}
.projects {
  margin-top: -200px;
  /*padding-top:220px;*/
  background: -webkit-linear-gradient(top, transparent 200px, #e5e5e5 200px);
  background: -o-linear-gradient(top, transparent 200px, #e5e5e5 200px);
  background: linear-gradient(to bottom, transparent 200px, #e5e5e5 200px);
  padding-bottom: 50px;
}
.projects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.projects-title {
  font-size: 89px;
  font-weight: bold;
  color: #3d3535;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 0.7;
  font-weight: bold;
}
.projects-title span {
  font-size: 44px;
}
.projects-calc {
  text-align: center;
}
.projects-calc-title {
  text-transform: uppercase;
  color: #d31d2a;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.projects-calc-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  background: #d31d2a;
  height: 40px;
  padding: 0 25px;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects-calc-button a:hover {
  background: #e22937;
}
.projects-button {
  text-align: center;
  margin-top: 10px;
}
.projects-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 26px;
  background: #d31d2a;
  height: 40px;
  padding: 0 50px;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects-button a:hover {
  background: #e22937;
}
.projects-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projects-items-item {
  background: #fff;
  width: 31.9%;
}
.projects-items-item {
  margin-bottom: 20px;
  padding: 14px;
}
.projects-items-item-img {
  height: 175px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.projects-items-item-title {
  text-transform: uppercase;
  color: #1f1b20;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.projects-items-item-props {
  padding: 7px 7px 7px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/triangle.svg") no-repeat 7px center;
  background-color: #f6f7f7;
  background-size: 12px 12px;
  margin-bottom: 35px;
}
.projects-items-item-size {
  font-size: 13px;
  color: #1f1b20;
  margin-right: 20px;
}
.projects-items-item-s {
  font-size: 13px;
  color: #1f1b20;
}
.projects-items-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projects-items-item-bottom-price {
  font-size: 22px;
  color: #d31d2a;
  padding-right: 18px;
  background: url("../images/ruble.svg") no-repeat right top 10px;
  background-size: 15px 15px;
  font-weight: bold;
}
.projects-items-item-bottom-more {
  padding-left: 20px;
  background: url("../images/info.svg") no-repeat left top 7px;
  background-size: 15px 15px;
}
.projects-items-item-bottom-more a {
  font-size: 12px;
  color: #d31d2a;
  text-decoration: none;
  border-bottom: 1px solid #d31d2a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects-items-item-bottom-more a:hover {
  border-color: transparent;
}
.second {
  padding: 60px 0;
  background: #fff;
}
.gallery {
  padding: 0px 0;
  background: #fff;
}
.gallery-title {
  font-size: 89px;
  color: #3d3535;
  line-height: 0.6;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.gallery-title span {
  font-size: 44px;
}
.gallery-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 width: 100%;
 gap:20px;
 justify-content: center;
    flex-wrap: wrap;
  padding-bottom: 40px;
}
.gallery-list-item {
  width: 265px;
  border-radius:10px;
  height: 180px;
  display: block;
  text-decoration: none;

  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 3px;
  border: 1px solid #a9a9a9;
}
.gallery-list-item-img {
  display: block;
    border-radius:12px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gallery-note {
  color: #b3b3b3;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.gallery-button {
  text-align: center;
}
.gallery-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 26px;
  background: #d31d2a;
  height: 40px;
  padding: 0 50px;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-button a:hover {
  background: #e22937;
}
.simplebar-track.horizontal {
  height: 36px;
}
.simplebar-track.horizontal:before {
  content: '';
  background: #dbdbdb;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal.simplebar-track .simplebar-scrollbar {
  height: 32px;
  border-radius: 16px;
  opacity: 1;
  background: #666;
}
.horizontal.simplebar-track .simplebar-scrollbar:before {
  background: transparent;
  content: url("../images/left.png");
  color: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  opacity: 1;
  height: auto;
  width: auto;
}
.horizontal.simplebar-track .simplebar-scrollbar:after {
  content: url("../images/right.png");
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq {
  background: url("../images/bg4.jpg") repeat-x center top;
  background-color: #fff;
  padding: 45px 0;
}
.faq .container {
  background: url("../images/man.png") no-repeat right 0px top -35px;
}
.faq-title {
  font-size: 89px;
  font-weight: bold;
  line-height: 0.6;
  text-transform: uppercase;
  color: #3d3535;
  margin-bottom: 65px;
}
.faq-title span {
  font-size: 44px;
}
.faq-wrap {
  margin-right: 290px;
  margin-bottom: 40px;
}
.faq-item:not(:last-child) {
  margin-bottom: 25px;
}
.faq-item.active .faq-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-item.active .faq-item-title span {
  color: #d31d2a;
  border-color: transparent;
}
.faq-item-title span {
  font-size: 23px;
  color: #3d3535;
  border-bottom: 1px dashed #3d3535;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item-title span:hover {
  border-color: transparent;
}
.faq-item-text {
  margin-top: 10px;
  position: relative;
  display: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  -webkit-animation: fadeIn 0.6s ease forwards;
  animation: fadeIn 0.6s ease forwards;
}
.faq-item-text:before {
  content: url("../images/arrow.png");
  margin-right: 5px;
}
.faq-form-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 44px;
  color: #3d3535;
  margin-bottom: 25px;
}
.faq-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-form-left {
  width: 230px;
  position: relative;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-form-right-textarea-title,
.faq-form-left-input-title {
  color: #d31d2a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.faq-form-left-input {
  width: 100%;
}
.faq-form-left-input:first-child {
  margin-bottom: 15px;
}
.faq-form-left-input input {
  width: 100%;
  border: 2px solid #3d3535;
  height: 58px;
  padding: 0 10px;
}
.faq-form-right {
  width: 100%;
}
.faq-form-right-textarea textarea {
  width: 100%;
  border: 2px solid #3d3535;
  height: 160px;
  padding: 10px;
}
.faq-form-right-button {
  text-align: right;
  margin-top: 25px;
}
.faq-form-right-button button {
  border: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 34px;
  background: #d31d2a;
  height: 58px;
  padding: 0 35px;
  border-radius: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-form-right-button button:hover {
  background: #e22937;
}
.team {
  background: url("../images/bg3.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 530px;
  position: relative;
}
.team:after {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: -webkit-linear-gradient(top, transparent, #fff);
  background: -o-linear-gradient(top, transparent, #fff);
  background: linear-gradient(to bottom, transparent, #fff);
  height: 200px;
}
.team-title {
  color: #3d3535;
  font-size: 89px;
  text-transform: uppercase;
  line-height: 0.6;
  margin-bottom: 80px;
  font-weight: bold;
}
.team-title span {
  font-size: 44px;
}
.team-slider {
  position: relative;
}
.team-slider-prev,
.team-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 138px;
  cursor: pointer;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.team-slider-prev {
  left: 0px;
  background-image: url("../images/prev.png");
}
.team-slider-next {
  right: 0px;
  background-image: url("../images/next.png");
}
.team-slider-wrap {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.team-slider-item {
  background: #fff;
   height:460px;

  padding: 20px 15px;
  position: relative;
}
.info .team-slider-item
{
   max-width:260px;
   float:left;
}
.team-slider-item-img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  margin-bottom: 10px;
}
.team-slider-item-name {
  font-size: 22px;
  color: #000;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}
.team-slider-item-wrap {
  height: 45px;
  margin-bottom: 5px;
  overflow: hidden;
}
.team-slider-item-post {
  font-size: 14px;
  color: #d31d2a;
  text-align: center;
}

.team-slider-item-text {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-align: center;
}
.info {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 50px;
}
.info .container {
  max-width: 1180px;
  left: 90px;
}
.info-title {
  color: #3d3535;
  font-weight: bold;
  line-height: 0.6;
  font-size: 89px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.info-title span {
  font-size: 44px;
}
.info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-left {
  width: 36%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 50px;
}
.info-left-location {
  font-size: 26px;
  color: #1f1b20;
  line-height: 1.2;
  margin-bottom: 20px;
}
.info-left-phone {
  margin-bottom: 20px;
}
.info-left-phone a {
  font-family: 'Century Gothic', sans-serif;
  color: #1f1b20;
  font-size: 44px;
  text-decoration: none;
}
.info-left-link a {
  font-size: 30px;
  color: #d31d2a;
  text-decoration: none;
  border-bottom: 1px solid #d31d2a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-left-link a:hover {
  border-color: transparent;
}
.info-left-button {
  margin-top: 40px;
}
.info-left-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 32px;
  background: #d31d2a;
  height: 54px;
  padding: 0 25px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-left-button a:hover {
  background: #e22937;
}
.info-right {
  width: 62%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
}
.info-map {
  width: 100%;
  height: 490px;
  position: relative;
}
.footer {
  width: 100%;
  border-top: 1px solid #1f1b20;
  padding: 15px 0 20px;
}
.footer-copyright {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.footer-development {
  font-size: 12px;
  text-align: center;
}
.footer-development a {
  color: #d31d2a;
  text-decoration: none;
  border-bottom: 1px solid #d31d2a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-development a:hover {
  border-color: transparent;
}
.header-burger {
  width: 50%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-burger-wrap {
  width: 40px;
  position: relative;
  cursor: pointer;
}
.header-burger-line {
  height: 3px;
  background: #1f1b20;
  width: 100%;
}
.header-burger-line:not(:last-child) {
  margin-bottom: 8px;
}
.burger-menu {
  background: #fff;
  padding: 15px;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  font-family: 'Century Gothic', sans-serif;
  text-transform: uppercase;
}
.burger-menu ul {
  padding: 0;
  margin: 0;
}
.burger-menu ul li {
  list-style: none;
}
.burger-menu ul li a {
  color: #1f1b20;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.burger-menu ul li a:hover {
  color: #d31d2a;
}
.container2 {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.big2
{
 font-size:72px;
}
@media (max-width: 1399.98px) {
  .second .team-slider-item
  {
   width:265px; float:left;
  }
  .info .container {
    max-width: 1000px;
    left: 0;
  }
  .info-left {
    width: 46%;
  }
  .info-right {
    width: 54%;
  }
}
@media (max-width: 1199.98px) {
  .second .team-slider-item
  {

   width:265px; float:left;
  }
  .steps {
    padding-bottom: 450px;
  }
  .big2
{
 font-size:32px;
}
  .projects {
    margin-top: 0;
     padding-top:20px;
    background: #e5e5e5;
  }
}
@media (max-width: 991.98px) {
  .second .team-slider-item
  {

   width:265px; float:left;
  }
  .header-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .header-logo,
  .header-info,
  .header-call {
    width: 50%;
  }
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
  }
  .main-nav {
    display: none;
  }
  .main-content-text-large {
    font-size: 90px;
  }
  .main-content-text-small {
    font-size: 36px;
  }
  .main-content-text-medium {
    font-size: 46px;
  }
  .steps-title {
    font-size: 48px;
    line-height: 0.8;
  }
  .steps-title span {
    font-size: 36px;
  }
  .steps-head {
    font-size: 22px;
  }
  .steps-wrap {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top:50px;
    gap:20px;
  }
  .steps-left {
    margin-right: 0;
    width: 100%;
  }
  .steps-left-form-line-input {
    max-width: 48%;
  }
  .steps-right-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .steps-right {
    margin-bottom: 30px;
  }
  .steps-right-d {
    margin-bottom: 30px;
  }
  .projects-title {
    font-size: 48px;
    line-height: 0.8;
  }
  .projects-title span {
    font-size: 36px;
  }
  .projects-calc-title {
    font-size: 22px;
  }
  .steps-right-d {

    gap: 20px;
}
  .gallery-list-item {
    width: 100%;
    border-radius: 10px;
    height: 220px;
    }
  .steps-right-d img {
    border-radius: 20px;
}
.steps-right img {
    border-radius: 20px;
}
  .gallery-title {
    font-size: 48px;
    line-height: 0.8;
  }
  .gallery-title span {
    font-size: 36px;
  }
  .faq .container {
    background: url("../images/man.png") no-repeat right -150px top 5px;
  }
  .team-title {
    font-size: 48px;
    line-height: 0.8;
  }
  .team-title span {
    font-size: 36px;
  }
  .team-slider-prev,
  .team-slider-next {
    display: none;
  }
  .team {
    padding-bottom: 430px;
  }
  .info-title {
    font-size: 48px;
    line-height: 0.8;
  }
  .info-title span {
    font-size: 36px;
  }
  .info-left-location {
    font-size: 30px;
  }
  .info-left-phone a {
    font-size: 34px;
  }
  .info-left-link a {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .second .team-slider-item
  {

   width:265px; float:left;
  }
  .partners-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
  .container2 {
    max-width: 720px;
}
  .header-logo {
    width: 100%;
    text-align: center;
  }
  .header-info {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }
  .header-call {
    display: none;
  }
  .header-burger {
    margin-top: 15px;
    width: auto;
  }
  .main-content-text-large {
    font-size: 70px;
  }
  .main-content-text-small {
    font-size: 32px;
  }
  .main-content-text-medium {
    font-size: 36px;
  }
  .main-content-button a {
    font-size: 24px;
  }
  .steps-title {
    font-size: 40px;
  }
  .steps-title span {
    font-size: 30px;
  }
  .steps-right-result-title {
    font-size: 36px;
    line-height: 0.9;
  }
  .steps-right-result-title span {
    font-size: 115px;
  }
  .steps {
    padding-bottom: 350px;
  }
  .projects-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .projects-title {
    margin-bottom: 25px;
  }
  .projects-title {
    font-size: 40px;
  }
  .projects-title span {
    font-size: 30px;
  }
  .projects-items-item {
    width: calc(50% - 10px);
  }
  .faq-title {
    font-size: 40px;
    line-height: 0.8;
  }
  .faq-title span {
    font-size: 30px;
  }
  .faq .container {
    background: none;
  }
  .faq-wrap {
    margin-right: 0;
  }
  .horizontal.simplebar-track .simplebar-scrollbar:before,
  .horizontal.simplebar-track .simplebar-scrollbar:after {
    display: none;
  }
  .gallery-title {
    font-size: 40px;
  }
  .gallery-title span {
    font-size: 30px;
  }
  .faq-form-title {
    font-size: 40px;
    line-height: 0.8;
  }
  .team-title {
    font-size: 40px;
    line-height: 0.8;
  }
  .team-title span {
    font-size: 30px;
  }
  .team {
    padding-bottom: 250px;
  }
  .info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .info-right {
    width: 100%;
  }
  .info-title {
    font-size: 40px;
    line-height: 0.8;
  }
  .info-title span {
    font-size: 30px;
  }
  .steps-right-line-title-text {
    font-size: 18px;
  }
  .projects-button a {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .container2 {
    max-width: 540px;
}
  .header-info-phone {
    font-size: 22px;
  }
  .header-info-text {
    font-size: 12px;
  }
  .main {
    padding-top: 90px;
  }
  .main-content-text-large {
    font-size: 40px;
  }
  .main-content-text-small {
    font-size: 22px;
  }
  .main-content-text-medium {
    font-size: 28px;
  }
  .main-content-button a {
    font-size: 22px;
  }
  .steps-title {
    font-size: 30px;
    line-height: 1;
  }
  .steps-title span {
    font-size: 20px;
  }
  .steps-right-line-img {
    display: none;
  }
  .steps-right-line {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .steps-right-line {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
  .steps-right-line .steps-right-line-title {
    text-align: left !important;
  }
  .steps {
    padding-bottom: 200px;
  }
  .steps-right-result-title span {
    font-size: 100px;
  }
  .projects-title {
    font-size: 30px;
    line-height: 1;
  }
  .projects-title span {
    font-size: 20px;
  }
  .projects-items-item {
    width: 100%;
  }
  .gallery-title {
    font-size: 30px;
    line-height: 1;
  }
  .gallery-title span {
    font-size: 20px;
  }
  .gallery-note {
    font-size: 14px;
  }
  .gallery-button a {
    font-size: 22px;
  }
  .faq-title {
    font-size: 30px;
    line-height: 1;
  }
  .faq-title span {
    font-size: 20px;
  }
  .faq-item-title span {
    font-size: 16px;
  }
  .faq-item-text {
    font-size: 14px;
  }
  .faq-item-text:before {
    display: none;
  }
  .faq-form-title {
    font-size: 30px;
    line-height: 1;
  }
  .faq-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-form-right-textarea-title {
    margin-top: 15px;
  }
  .faq-form-left {
    width: 100%;
    margin-right: 0;
  }
  .faq-form-right-button button {
    font-size: 24px;
  }
  .faq-form-right-button {
    text-align: center;
  }
  .team-title {
    font-size: 30px;
    line-height: 1;
  }
  .team-title span {
    font-size: 20px;
  }
  .team {
    padding-bottom: 150px;
  }
  .info-title {
    font-size: 30px;
    line-height: 1;
  }
  .info-title span {
    font-size: 20px;
  }
  .info-left-location {
    font-size: 24px;
  }
  .info-left-phone a {
    font-size: 26px;
  }
  .info-left-link a {
    font-size: 22px;
  }
  .info-left-button a {
    font-size: 24px;
  }
  .second .team-slider-item
  {
   margin:0 auto;
   clear:both;
   float:none;
   width:265px;
  }
  .team-slider-item-img {
    width: 250px;
    height: 250px;
    padding-top: 0;
  }
  .steps-left-form-button button
  {
   font-size:20px;
  }
  .steps-left-form-line-input-title {
  font-size: 12px;
  font-weight: bold;
  color: #d31d2a;
  text-transform: uppercase;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.main_foto img
{
 width:100%;
}
.main_foto
{
 position:relative;
}
#menu-top-almost-fixed {
    position: fixed;
    margin: 0;
    left: 0px;
    top: 100px;
    z-index: 100;
}
.title_p2
{

 margin-bottom:10px;
 display:block;
 font-weight:bold;
 font-size:24px;
 color:#000;
 text-transform:uppercase;
}
.foto_sp
{
 width:155px;
 height:110px;
 float:left;
 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
 margin:10px;
}
.foto_sp img
{
 margin-left:10px;
 margin-top:10px;
}
.thd
{
 background-color:#dbdbdb;
 padding:3px;
 text-align:Center;
 font-weight:bold;
 font-size:15px;
}
.tr1
{
width:100%;
background-color:#f5f5f5;
}
.article-content table
{
 width:100%;
}
.prob2 td
{
 height:30px;
 border-bottom:1px #ccc dotted;
 background-color:#fff;
}
.prob th
{
 margin-top:30px;
}
.itogo_price
{
font-size: 22px;
    color: #d31d2a;
    padding-right: 18px;

    background-size: 15px 15px;
    font-weight: bold;
}
.blog_spisok
{
 border-bottom: 1px dotted #d31d2a;
 padding-bottom:15px;
 margin-top:15px;
}
.blog_spisok img
{
 margin-right:15px;
}
.blog_title
{
    text-transform: uppercase;
    color: #d31d2a;
    text-decoration:underline;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.partners {
  padding: 90px 0 70px;
  background: #fff;
}
.partners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}






.row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col2 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col2
{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.partners-logo img {
    max-width: 140px;
}
.eur
{
 background-color:#e5e5e5;
 padding:20px;
 font-size:16px;
 font-style:italic;
 line-height:18px;
 margin:30px;
}


.main-content
{
    position: relative;
    z-index: 2;
    }
    .video_block
    {
      position:absolute;
    z-index:1;
    top:0px;
    height:670px;
    width:100%;
    overflow:hidden;
    }
     .video_block2
    {
      position:absolute;
    z-index:1;
    top:-120px;
    height:830px;
    width:100%;
    overflow:hidden;
    }

@media screen and (min-width: 1451px) and (max-width: 2000px)
{
.fullscreen-bg__video {
    width: 100%;

}
.fullscreen-bg__video2 {
    width: 100%;

}
}

@media screen and (max-width: 1450px)
{
.video_block
    {

    height:700px;
    overflow:hidden;
    }
    .video_block2
    {

    height:830px;
    overflow:hidden;
    }
    .fullscreen-bg__video {

    min-height:700px;
}
.fullscreen-bg__video2 {

    min-height:1000px;
}
}
@media screen and (max-width: 980px)
{
.video_block
    {

    height:600px;
    overflow:hidden;
    }
    .video_block2
    {

    height:800px;
    overflow:hidden;
    }
    .fullscreen-bg__video {

    min-height:600px;
}
 .fullscreen-bg__video2 {

    min-height:1200px;
}
}
@media screen and (max-width: 700px)
{
.video_block
    {

    height:560px;
    overflow:hidden;
    }
    .video_block2
    {
    top:-10px;
    height:630px;
    overflow:hidden;
    }
    .fullscreen-bg__video {

    min-height:560px;
}
 .fullscreen-bg__video2 {

    min-height:560px;
}
}
@media screen and (max-width: 600px)
{
.video_block
    {

    height:430px;
    overflow:hidden;
    }
    .video_block2
    {
    top:-10px;
    height:490px;
    overflow:hidden;
    }
    .fullscreen-bg__video {

    min-height:430px;
}
.fullscreen-bg__video2 {

    min-height:430px;
}
}
@media screen and (max-width: 479px)
{
.video_block
    {

    height:430px;
    overflow:hidden;
    }
    .video_block2
    {
    top:-10px;
    height:490px;
    overflow:hidden;
    }
    .fullscreen-bg__video {

    min-height:430px;
}
.fullscreen-bg__video2 {

    min-height:430px;
}
}
.ipoteka
{
display:flex;

	}

	.ipoteka_l
	{
		width:100%;
		max-width:300px;
		margin-right:40px;
		}
		.ipoteka_l img
		{
		width:100%;
			}
			.ipoteka_r
			{
			display:block;
				}
.more
{
font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #d31d2a;
    border-bottom: 1px dotted #d31d2a;
    line-height: 1;
    text-decoration:none;
	}
.br-list
{
    margin-top: 30px;
    padding: 0;
    display: grid;
    gap: 0px 20px;
}
.br-list li
{
          min-height: 55px;
        padding: 24px 30px 24px 95px;
    border-radius: 16px;
}
.br-list2
{
    margin-top: 30px;
    padding: 0;
    display: grid;
    gap: 0px 20px;
}
.br-list2 li
{
          min-height: 55px;
        padding: 24px 30px 24px 0px;
    border-radius: 16px;
}
.br-list .big-check li:first-child {
    margin-top: 0;
}
.br-list li {
    position: relative;
    list-style: none;
    margin: 0;

}
.br-list2 .big-check li:first-child {
    margin-top: 0;
}
.br-list2 li {
    position: relative;
    list-style: none;
    display:flex;
    gap:30px;
    margin: 0;
    padding-bottom:30px;
}
.br-l-img img
{
  border-radius:20px;	}
.br-list li::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 20px;
           width: 55px;
        height: 55px;

    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS41MDY5IDUuMjkyODlDMjEuODk3NCA1LjY4MzQyIDIxLjg5NzQgNi4zMTY1OCAyMS41MDY5IDYuNzA3MTFMMTAuNTA2OSAxNy43MDcxQzEwLjExNjQgMTguMDk3NiA5LjQ4MzIyIDE4LjA5NzYgOS4wOTI3IDE3LjcwNzFMNC4wOTI3IDEyLjcwNzFDMy43MDIxNyAxMi4zMTY2IDMuNzAyMTcgMTEuNjgzNCA0LjA5MjcgMTEuMjkyOUM0LjQ4MzIyIDEwLjkwMjQgNS4xMTYzOSAxMC45MDI0IDUuNTA2OTEgMTEuMjkyOUw5Ljc5OTggMTUuNTg1OEwyMC4wOTI3IDUuMjkyODlDMjAuNDgzMiA0LjkwMjM3IDIxLjExNjQgNC45MDIzNyAyMS41MDY5IDUuMjkyODlaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
        background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.br-l-title {
    font-size: 22px;
    font-weight: 900;
}
.br-l-text {
    margin-top: 12px;
}
