.w-100 {
  width: 100% !important;
}
.mt-5 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.f-bold {
  font-weight: bold;
}
.position-relative {
  position: relative;
}
.mb-3 {
  margin-bottom: 15px;
}
.mt-3 {
  margin-top: 15px;
}
.col-70 {
  width: 70% !important;
  flex: 0 0 auto !important;
}
.m-0 {
  margin: 0 !important;
}
.text-color {
  color: #56130D;
}
.show-mobile {
  display: none;
}
.d-none {
  display: none;
}
.justify-content-space-between {
  justify-content: space-between;
}
.h2-style-1 {
  text-align: center;
  font-size: 41px;
  font-weight: bold;
  text-transform: uppercase;
  color: #56130D;
  margin-bottom: 32px;
  line-height: 1;
}
.table-style thead{
  background: var(--clr-att-second);
  color: #fff;
}
.direction-item .num {
  font-size: 140px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  margin-right: 20px;
}
.show-md {
  display: none !important;
}
.direction-item .title span {
  font-weight: bold;
  color: var(--clr-att);
}
.slider-projects-arrow-next{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.direction-item .list-item {
  display: flex;
  align-items: center;
  margin: 14px 0;
}

.direction-item .list-item .icon {
  transform: rotate(-45deg);
  margin-right: 10px;
}
.news-index .main-section-box .inner-wrap {
  padding: 0;
}
.subscribe-block.index { 
  justify-content: space-between;
}
.subscribe-block.index .h2-title{ 
  margin-bottom: 0 !important;
}
.index-teams .teams-box {
  margin-bottom: 50px; 
}
.big-mt.h2-new.h2-title {
  margin-top: 100px !important; 
}
.big-my{
  margin: 100px 0; 
}
.director {
  background: #dbdbd9;
  border-radius: 40px;
  display: flex;
  gap: 40px;
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
}
.director img.director-photo {
  height: 500px;
  
}
.directors-list {
	display: flex;
	gap: 30px;
	color: var(--clr-att);
	margin-top: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.directors-list .item {
	background: var(--clr-att-second);
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	min-width: 300px;
}
.directors-list .item .num {
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	line-height: 1;
}
.director-play {
	width: 80px;
    height: auto; 
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
   
}
.director .description {
  padding: 50px 0;
  padding-right: 50px;
}
.director .name {
 text-align: right;
}

.two-blocks {
  display: flex;
  justify-content: space-around;
}

.two-blocks-item {
  width: calc(50% - 125px);
  max-width: 100%;
}
.ln-1 {
  line-height: 1;
}
.two-blocks-item .head {
  background: var(--clr-att-second);
  color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 0 40px 0 0;
  align-items: center;
}
.two-blocks-item .title {
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
  display: grid;
  padding: 25px;
}
.two-blocks-item img {
  object-fit: cover;
  width: 100%;
  height: 390px;
  margin-top: 15px;
} 
.one-slider .btn-action-ico.ico-arrow {
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
} 
.one-slider__title{ 
 min-height: 70px;
 font-weight: 600; 
 font-size: 24px; 
 margin: 0;
}
.one-slider .description{ 
  margin: 20px 0 50px !important;
} 
.one-slider p{ 
 margin: 0;
 min-height: 30px;
}  
.one-slider .ico-arrow-prev.btn-action-ico.ico-arrow {
  left: -60px;
}
.one-slider .ico-arrow-next.btn-action-ico.ico-arrow {
  right: -60px;
}
.one-slider .btn-action-ico.ico-arrow {
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 600;
}
.types-foundations {
  padding-bottom: 10rem;
} 
.h2-new.my-h2 {
  margin: 50px 0 !important;
}
.mt-5, .h2-new.mt-5 {
  margin-top: 50px !important;
}
.types-foundations .row-mobile-block .img-block {
  padding: 0;
}

.types-foundations .row-mobile-block .img-block img {
  height: 100%;
}

.types-foundations .row-mobile-block .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mf-captcha {
  display: none;
}
.popup-window {
  padding: 3rem;
}
.mod_portfolio .popup-content-block.js-popup-block {
  z-index: 1;
}
.mb-5 {
  margin-bottom:50px;
}
.main-slider-box .sl-wrap {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding-left: 0;
}
.main-slider-box .sl-wrap .img-bg-cover {
  height: auto;
  position: unset;
}
.main-slider-box .sl-wrap .inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.team-position__height {
	min-height: 100px;
}
.img-cert-banki {
  width: 385px;
  max-width: 100%;
}
.icons-ipoteka {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  justify-content: space-around;
  margin: 30px 0;
  line-height: 1.3;
  gap: 15px;
}
.icons-ipoteka > div{
  text-align: center;
}
.icons-ipoteka img{
  margin-bottom: 15px;
  height: 160px;
}
.icons-ipoteka__title {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.ipoteka-item {
  margin-bottom: 80px;
}
@media (max-width: 774px) {
.team-position__height {
	min-height: auto;
}
.icons-ipoteka img {
  height: 55px;
}
.icons-ipoteka__title {
  font-size: 20px; 
}
} 
/* Этапы работы */
.stages  {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    row-gap: 30px;
    column-gap: 30px;
}

.stages .title {
  font-weight: 600;
}
.stages img { 
    object-fit: cover;
flex-shrink: 0;
margin-top: 15px;
width: 100%;
}
.stages .stages-item{  
  justify-content: space-between;
     display: flex;
    flex-direction: column !important;
}


.stages .stages-item__img{
  height: 200px;
  width: 200px;
  flex-shrink: 0;
  margin-left: 15px;
}
.stages .stages-item:not(:nth-child(2n)) .stages-item__img{
  margin-left: 0;
  margin-right: 15px;
} 
@media (max-width: 744px) {
.stages  { 
    grid-template-columns: 1fr;  
}
}
/* /Этапы работы */
/* баннер */
.banners-media img {
  display: none;
  margin-bottom: 30px;
  max-width: 100%;
}
.banners-media img.large {
  display: block;
}
@media (max-width: 1450px) {
  .banners-media img.large {
    display: none;
  }
  .banners-media img.medium {
    display: block;
  }
}
@media (max-width: 744px) {
  .banners-media img.medium {
    display: none;
  }
  .banners-media img.small {
    display: block; 
  }
}
/* /баннер */
/*  */

.main_benefits { 
  text-align: left;
  padding-bottom: 10rem;
  position: relative;
}

@media (max-width: 768px) {
  .main_benefits {
    padding-bottom: 5rem;
  }
}

.main_benefits.pad_top {
  padding-top: 10rem;
}

@media (max-width: 768px) {
  .main_benefits.pad_top {
    padding-bottom: 5rem;
  }
}

.main_benefits .caption {
  font-size: 6rem;
  line-height: 1.16em;
  font-weight: bold;
  margin-bottom: 5rem;
}

.main_benefits .caption span {
  color: #ffc61a;
}

@media (max-width: 768px) {
  .main_benefits .caption {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.main_benefits .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dedee0;
  border-radius: 10px;
  text-align: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .main_benefits .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
  }
}

.main_benefits .items .item {
  padding: 4.6rem 5.6rem;
  border-right: 1px solid #dedee0;
  background: #fff;
  width: 20%; 
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .main_benefits .items .item {
    padding: 2.6rem 1.6rem;
  }
  .director {
    width: 100%;
  }
  .sm-flex-wrap {
    flex-wrap: wrap;
  }
  .sm-mx-auto {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .main_benefits .items .item {
    width: 49%;
    border: 1px solid #dedee0;
    margin: 0.5%;
  }
}

.main_benefits .items .item:first-child {
  border-radius: 10px 0px 0px 10px;
}

.main_benefits .items .item:last-child {
  border-right: none;
  border-radius: 0px 10px 10px 0px;
}

.main_benefits .items .item .count {
  font-size: 2rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 4.4rem;
}

.main_benefits .items .item .icon {
  height: 5.5rem;
  margin-bottom: 3.4rem;
}

.main_benefits .items .item .icon img {
  max-height: 100%;
}

.main_benefits .items .item .text {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: bold;
  position: relative;
}

.main_benefits .items .item .text:before {
  content: '';
  display: block;
  height: 1px;
  width: 2rem;
  position: absolute;
  background: #000;
  top: 1.3rem;
  left: -3.6rem;
}

@media (max-width: 992px) {
  .main_benefits .items .item .text:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .main_benefits .items .item .text {
    font-size: 1.4rem;
    line-height: normal;
  }
}

.main_benefits .items .item:hover {
  background: #3e3e40;
  color: #fff;
  -webkit-box-shadow: 0px 10px 38px 0px rgba(73, 73, 73, 0.33);
          box-shadow: 0px 10px 38px 0px rgba(73, 73, 73, 0.33);
  border-radius: 10px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
}

.main_benefits .items .item:hover .text:before {
  background: #fff;
}

.main_benefits .items.items_six .item {
  width: 16.6%;
}

@media (max-width: 992px) {
  .main_benefits .items.items_six .item {
    padding: 2.6rem 1.6rem;
  }
}

@media (max-width: 768px) {
  .main_benefits .items.items_six .item {
    width: 49%;
    border: 1px solid #dedee0;
    margin: 0.5%;
  }
}

.main_benefits .circle_arrow {
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f7;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  margin-left: -5rem;
  z-index: 3;
  border-radius: 50%;
  font-size: 3.3rem;
}

@media (max-width: 768px) {
  .main_benefits .circle_arrow {
    font-size: 1.6rem;
    width: 5rem;
    height: 5rem;
    bottom: -2.5rem;
    margin-left: -2.5rem;
  }
}
/*  */
/* news */
.news .bottom_caption {
  font-size: 6rem;
  line-height: 1.16em;
  font-weight: bold;
  margin-bottom: 5rem;
}

.news .bottom_caption span {
  color: #ffc61a;
}

@media (max-width: 768px) {
  .news .bottom_caption {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.news .news_more {
  margin-top: 6rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8rem;
  background: #f5f5f7;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}

@media (max-width: 768px) {
  .news .news_more {
    margin-top: 3rem;
    margin-bottom: 1.7rem;
  }
}

.news .top {
  margin-bottom: 6.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .news .top {
    margin-bottom: 3.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.news .top .left {
  width: 66%;
  margin-right: 2%;
}

@media (max-width: 768px) {
  .news .top .left {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.news .top .left .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f7;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .news .top .left .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.news .top .left .item a.img {
  display: block;
  width: 48.5%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background-size: cover;
  border-radius: 10px 0px 0px 10px;
}

@media (max-width: 768px) {
  .news .top .left .item a.img {
    width: 100%;
    height: 24rem;
  }
}

.news .top .left .item .text {
  padding: 6rem 4rem;
}

@media (max-width: 768px) {
  .news .top .left .item .text {
    padding: 3rem 2rem;
  }
}

.news .top .left .item .text .date {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 2.8rem;
}

@media (max-width: 768px) {
  .news .top .left .item .text .date {
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
}

.news .top .left .item .text a.name {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 4.5rem;
  display: block;
}

@media (max-width: 768px) {
  .news .top .left .item .text a.name {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.news .top .left .item .text .anons {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 4.5rem;
}

@media (max-width: 768px) {
  .news .top .left .item .text .anons {
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 2rem;
  }
}

.news .top .left .item .text a.detail {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news .top .left .item .text a.detail:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1rem;
}

.news .top .right {
  width: 32%;
}

@media (max-width: 768px) {
  .news .top .right {
    width: 100%;
  }
}

.news .top .right .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f0f0f2;
  padding: 2.7rem 0;
}

@media (max-width: 768px) {
  .news .top .right .item {
    padding: 1.3rem 0;
  }
}

.news .top .right .item:last-child {
  border-bottom: none;
}

.news .top .right .item a.img {
  display: block;
  width: 14.3rem;
  height: 9.3rem;
  margin-right: 3.3rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background-size: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .news .top .right .item a.img {
    margin-right: 1.7rem;
  }
}

.news .top .right .item .text .date {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .news .top .right .item .text .date {
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 0.5rem;
  }
}

.news .top .right .item .text a.name {
  font-size: 2rem;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .news .top .right .item .text a.name {
    font-size: 1.6rem;
  }
}

.news .bottom .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news .bottom .items .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.news .bottom .items .item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .news .bottom .items .item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2rem;
  }
}

.news .bottom .items .item a.img {
 display: block;
  width: 100%;
  background-size: cover;
  margin-bottom: 3.7rem;
  border-radius: 10px;
  height: 300px!important;
  position: relative;
  /* padding-top: 100%; */
}
.news .bottom .items .item a.img:before{
   display: block; 
  content: ""; 
  width: 100%; 
}

@media (max-width: 768px) {
  .news .bottom .items .item a.img {
    /*height: 14rem;*/
    margin-bottom: 1.7rem;
  }
}

.news .bottom .items .item .text .date {
  font-size: 1.9rem;
  line-height: 1em;
  margin-bottom: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .news .bottom .items .item .text .date {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.news .bottom .items .item .text a.name {
  font-size: 2.6rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #000000;
  display: block;
  margin-bottom: 2rem;
  height: 6.8rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news .bottom .items .item .text a.name {
    height: auto;
    overflow: visible;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.news .bottom .items .item .text .anons {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  height: 7.8rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news .bottom .items .item .text .anons {
    font-size: 1.4rem;
    line-height: normal;
    height: auto;
    overflow: visible;
  }
}

.news .bottom .items .item .text a.detail {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.news .bottom .items .item .text a.detail:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1rem;
}

.news .bottom .items .item .text a.detail:hover {
  color: #ffc61a;
}

.content_text h2 {
  margin-bottom: 1em;
  line-height: normal;
}

.content_text .content_text_date {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #afafaf;
}

@media (max-width: 768px) {
  .content_text .content_text_date {
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
}

.content_text .content_text_intro {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

.content_text img {
  /*margin-bottom: 2rem;
  width:5rem;*/
}

.content_text blockquote {
  margin: 4rem 0;
  padding: 0;
  padding-left: 15rem;
  font-size: 2.5rem;
  line-height: 1.4em;
  background: url("../img/blockquote.png") 6.6rem 0rem no-repeat;
  background-size: 5.9rem;
}

@media (max-width: 768px) {
  .content_text blockquote {
    margin: 2rem 0;
    padding-left: 7.5rem;
    font-size: 1.8rem;
    background: url("../img/blockquote.png") 3.3rem 0rem no-repeat;
    background-size: 2.9rem;
  }
}

.content_text h3, .content_text .caption_h2 {
  font-size: 2rem;
  line-height: 3.5rem;
  margin-bottom: 2.5rem;
  color: #e8b313;
  font-weight: bold;
}

.content_text .for_table {
  overflow-x: auto;
}

.content_text table {
  width: 100%;
  margin-bottom: 6rem;
  border-collapse: collapse;
}

.content_text table tr th {
  background: #3e3e40;
  font-size: 2.5rem;
  font-weight: bold;
  color: #e8b313;
  padding: 3rem;
  text-align: center;
  border-right: 1px solid #d2d2d2;
}

@media (max-width: 768px) {
  .content_text table tr th {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}

.content_text table tr th:first-child {
  border-radius: 5px 0 0 0;
}

.content_text table tr th:last-child {
  border-left: none;
  border-radius: 0px 0 0 5px;
}

.content_text table tr td {
  padding: 3rem;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-right: none;
}

@media (max-width: 768px) {
  .content_text table tr td {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}

.content_text table tr td:last-child {
  border-right: 1px solid #d2d2d2;
}

.content_text ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: section;
  margin-bottom: 3rem;
}

.content_text ol li {
  line-height: 3.5rem;
  padding-left: 4rem;
  position: relative;
}

.content_text ol li:before {
  counter-increment: section;
  content: " 0" counters(section, ".") ". ";
  color: #e8b313;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.content_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
}

.content_text ul li {
  position: relative;
  line-height: 3.5rem;
  padding-left: 4rem;
}

.content_text ul li:before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
/* /news */
/* form */

.blocks_form {
  background: #3b3b3b;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: left;
}

.blocks_form.mar_bot {
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .blocks_form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.blocks_form .blocks_form_caption {
  font-size: 6rem;
  line-height: 1.16em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2rem;
}

.blocks_form .blocks_form_caption span {
  color: #ffc61a;
}

@media (max-width: 768px) {
  .blocks_form .blocks_form_caption {
    font-size: 3rem;
  }
}

.blocks_form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .blocks_form form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.blocks_form form .input_block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.8rem;
  position: relative;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .blocks_form form .input_block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-bottom: 1rem;
  }
}

.blocks_form form .input_block input {
  border-radius: 5px;
  height: 6.3rem;
  background: #4f4f52;
  padding-left: 5.2rem;
  padding-right: 3rem;
  border: none;
  width: 100%;
  color: #fff;
}

.blocks_form form .input_block i {
  position: absolute;
  left: 2.5rem;
  color: #8c8c91;
  top: 50%;
  margin-top: -0.8rem;
}

.blocks_form form input[type=submit] {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 2.4rem;
  border-radius: 5px;
  background: #ffc61a;
  height: 6.3rem;
  border: none;
  padding: 0 5.4rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .blocks_form form input[type=submit] {
    margin-lefT: auto;
    margin-right: auto;
  }
}

.blocks_form .agree {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #89898e;
}

@media (max-width: 768px) {
  .blocks_form .agree {
    font-size: 1.4rem;
    line-height: normal;
  }
}

.blocks_form .agree span {
  color: #ffc61a;
  font-weight: bold;
}

.blocks_form .agree a {
  color: #89898e;
  text-decoration: underline;
}

.blocks_form .agree a:hover {
  text-decoration: none;
}

.file_style .inputfile-1 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file_style .inputfile-1 + label {
  color: #838383;
  font-size: 1.4rem;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  height: 6.3rem;
  background: none;
  border: 1px solid #ffc61a;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file_style i {
  color: #ffc61a;
  position: static;
  margin-top: 0;
  margin-right: 1rem;
}

.file_style span {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.file_style .inputfile-1 + label {
  cursor: pointer;
  /* "hand" cursor */
}
/* /form */
/* как мы работаем */

.how_we_work {
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .how_we_work {
    padding-bottom: 3rem;
  }
}

.how_we_work .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .how_we_work .items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.how_we_work .items .item {
  text-align: center;
}

@media (max-width: 768px) {
  .how_we_work .items .item {
    margin: 2rem;
  }
}

.how_we_work .items .item .circle {
  width: 12.2rem;
  height: 12.2rem;
  border: 1px solid #e8e8ea;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.how_we_work .items .item .circle .count {
  width: 3.9rem;
  height: 3.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffc61a;
  position: absolute;
  border-radius: 50%;
  left: -6px;
  bottom: -3px;
  font-weight: bold;
}

.how_we_work .items .item .text {
  font-weight: bold;
}

.how_we_work .items i {
  color: #e8e8ea;
  font-size: 2rem;
  margin-top: -4rem;
}

/* /как мы работаем */
/* form banner */
.project-home.form-banner {
  background-image: url(/local/templates/orenpro/img/new/form-banner-1450.jpg); 
}
@media (max-width: 949px) {
  .project-home.form-banner {
      background-image: url(/local/templates/orenpro/img/new/form-banner-744.jpg); 
  }
}
@media (max-width: 743px) {
  .project-home.form-banner {
      background-image: url(/local/templates/orenpro/img/new/form-banner-360.jpg); 
  }
}

/* /form banner */
.pick-text{
  color: var(--clr-att-second);
  font-weight: 600;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.mr-3 {
  margin-right: 15px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.img-max-width img {
  max-width: 100%;  
}
@media (max-width: 1024px) {
  .row-mobile-block {
    display: block !important;
  } 
  .row-mobile-block .col-mobile-100 {
    width: 100% !important;
  } 
  .row-mobile-grid {
    display: grid !important;
  } 
	.mobile-order-2 {
order: 2;
}
  .main-slider-box {
    margin-top: 0;
  }
  .main-slider-box .sl-wrap {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding-left: 0;
  }
  .main-slider-box .sl-wrap .img-bg-cover {
    height: auto;
    position: unset;
  }
  .main-slider-box .sl-wrap .inner-wrap {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: unset;
    padding: 6rem 1rem;
    max-width: unset;
    min-width: unset;
    position: unset;
    transform: unset;
  }
  .main-slider-box .ico-arrow {
    left: 0;
    right: auto;
  }
  .main-slider-box .ico-arrow-next {
    left: auto;
    right: 0;
  }
}

.footer .cnt-soc-wrap {
  display: flex;
  margin-left: 60px;
  margin-top: 5px;
}

.header .cnt-title {
  display: none;
}

.contacts-wrap > .cnt-wrap .cnt-soc-wrap {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .show-mobile {
    display: block;
  }
  .footer .cnt-soc-wrap {
    justify-content: center;
    margin-left: 0;
  }

  .header .contact-wrap.wrap-mobile,
  .header .cnt-soc-wrap {
    display: flex;
    align-items: center;
  }

  .header .contacts-wrap > .cnt-wrap {
    display: none;
  }
}
.bx-filter .bx-filter-select-block {
  background: transparent;
}

.bx-filter .filter-section-wrap .fts_filter-select-container {
  border-radius: 50px;
  height: 5rem;
  border: 2px solid var(--clr-border);
  padding: 5px;
}
@media screen and (max-width: 576px) {
  .bx-filter .filter-section-wrap .fts_filter-select-container {
    padding: 0;
  }
}

.floor1_wrap {
  max-width: 50%;
}
.floor1_wrap .floor1_img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .card-box .info-inner-wrap {
    width: 50%;
  }
  .card-box .desc-inner-wrap {
    width: 50%;
  }
}
.info_share {
}
.wrap_block {
  display: flex;
}
.floor1_wrap .title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.left_wrap {
  max-width: 50%;
  float: left;
}
.right_wrap {
  max-width: 50%;
}

.wrap_chars {
}
.project__base-item {
  margin-bottom: 30px;
  display: flex;
}
.project__base-item__ico {
  min-width: 83px;
  min-height: 83px;
  border-radius: 50px;
  width: 83px;
  height: 83px;
  background-color: #ffbf00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.project__base-item__text-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.project__base-item__text-desc {
  font-size: 18px;
}
table.normal tbody tr:nth-child(odd) td,
table.normal tbody tr:nth-child(odd) th {
  background-color: transparent;
}
table.normal td,
table.normal th {
  border: none;
}
table.normal img {
  max-width: none;
}
.card-box table.normal td:first-child {
  min-width: unset;
  min-width: unset;
  max-width: unset;
  max-width: unset;
  width: unset;
  width: unset;
  padding: 0;
}
.card-box table.normal {
  margin: 0;
}
table.normal td {
  padding-right: 0;
}
.btn-reverse {
  background-color: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: #fff;
}
.btn-reverse:hover {
  color: var(--clr-att-second);
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
}

.btn_block_card {
  display: flex;
  gap: 10px;
}

.text-wrap {
  white-space: unset;
  padding: 0 1rem;
}
.wrap_frame iframe {
  max-width: 560px;
  min-height: 315px;
}

@media (max-width: 768px) {
  .btn_block_card {
    flex-direction: column;
  }
  .floor1_wrap {
    max-width: 100%;
  }
  .info_share {
    max-width: 100%;
    float: none;
  }
  .wrap_block {
    flex-direction: column;
  }
  .info_share {
    order: 1;
  }
  .left_wrap,
  .right_wrap {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  table.normal td li {
    font-size: 14px;
  }
  .project__base-item__text-title {
    font-size: 14px;
  }
}

.anna {
  /* background-image: url(/upload/content/anna_1920х500.jpg); */
  background-image: url(/upload/content/sergey-1450х600.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-block: 40px;
}
.anna.bybnova {
  /* background-image: url(/upload/content/anna_1920х500.jpg); */
  background-image: url(/upload/content/bybnova1450.jpg) !important; 
}
.project-home {
  background-image: url(/upload/content/project1920х500.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-block: 40px;
  background-position: center;
}

.anna .h1-title,
.project-home .h1-title {
  font-size: 54px;
  color: #ffbf00;
  font-weight: bold;
  font-family: "T TNorms", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.anna-title__subtitle,
.project-home-title__subtitle {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}
.anna .anna-form-input,
.project-home .project-home-form-input {
  height: 9.6rem;
  font-size: 4rem;
  color: #6b1518;
  background-color: #fff;
}

.anna .anna-form-input::placeholder,
.project-home .project-home-form-input::placeholder {
  color: #6b1518;
  opacity: 1; /* Firefox */
}

.anna .anna-form-input::-ms-input-placeholder,
.project-home .project-home-form-input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #6b1518;
}
.main-calc-box.anna .form-wrap,
.main-calc-box.project-home .form-wrap {
  max-width: 600px;
}
.main-calc-box.anna .frm-row-submit .btn,
.main-calc-box.project-home .frm-row-submit .btn {
  font-size: 40px;
  max-width: 450px;
  height: 9.6rem;
}

.b-project {
}
.b-project__wrap {
  display: flex;
}
.b-project__left {
  width: 40%;
}

.b-project__right {
  width: 60%;
}
.b-project__right_img {
  max-width: 100%;
}
.form-field__privicy {
  font-size: 16px;
  color: #fff;
  margin-block: 10px;
}
.form-field__privicy_dark {
  color: #6b1518;
  font-size: 16px;
  margin-block: 10px;
}
@media (max-width: 990px) {
  .form-field__privicy {
    font-size: 14px;
  }
}

/* adaptive */

@media (min-width: 1450px) {
  .anna {
    /* background-image: url(/upload/content/anna_1920х800.jpg); */
    background-image: url(/upload/content/sergey-1450х600.jpg);
    background-repeat: no-repeat;
    aspect-ratio: 1920 / 800;
    background-size: cover;
  }
  .project-home {
    background-image: url(/upload/content/project1920х500.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 800;
  }
  .main-calc-box.anna .inner-wrap,
  .main-calc-box.project-home .inner-wrap {
    padding: 40px 0 0 80px;
  }
  .main-calc-box.anna .info-inner-wrap,
  .main-calc-box.project-home .info-inner-wrap {
    width: 100%;
    padding: 0;
  }
  .main-calc-box.anna .title-inner-wrap,
  .main-calc-box.project-home .title-inner-wrap {
    margin-bottom: 34px;
  }
  .anna .h1-title,
  .project-home .h1-title {
    font-size: 60px;
    color: #ffbf00;
    font-weight: bold;
    font-family: "T TNorms", sans-serif;
    margin-bottom: 17px;
    line-height: 71px;
    max-width: 52%;
  }
  .anna-title__subtitle,
  .project-home-title__subtitle {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    max-width: 52%;
  }
  .anna .anna-form-input,
  .project-home .project-home-form-input {
    height: 7rem;
    font-size: 3rem;
    color: #6b1518;
    background-color: #fff;
  }
  .anna .anna-form-input::placeholder,
  .project-home .project-home-form-input::placeholder {
    color: #6b1518;
    opacity: 1; /* Firefox */
  }

  .anna .anna-form-input::-ms-input-placeholder,
  .project-home .project-home-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #6b1518;
  }
  .main-calc-box.anna .form-wrap,
  .main-calc-box.project-home .form-wrap {
    max-width: 35%;
  }
  .main-calc-box.anna .frm-row-submit,
  .main-calc-box.project-home .frm-row-submit {
    margin-top: 0;
  }
  .main-calc-box.anna .frm-row-submit .btn,
  .main-calc-box.project-home .frm-row-submit .btn {
    font-size: 40px;
    max-width: 80%;
    height: 7rem;
    font-size: 30px;
  }
}
@media (min-width: 950px) {
  .top-banner {
    background-image: url(/upload/content/banner1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    margin-bottom: 40px;
    position: relative;
    aspect-ratio: 1920 / 753;
    padding: 105px 133px;
  }

  .top-banner__title {
    text-transform: uppercase;
    color: #fff;
    max-width: 70%;
    display: inline-block;
    font-weight: 700;
    font-size: 68.1541px;
    line-height: 92px;
    text-shadow: 0px 7.32823px 5.61831px rgba(0, 0, 0, 0.5);
  }
  .top-banner__btn {
    position: absolute;
    bottom: 10%;
    right: 8%;
    font-size: 30px;
  }
  .banner_personal_prj {
    background-image: url(/upload/content/perehod1450х377.jpg);
    padding: 65px 0 85px 120px;
    font-family: "T TNorms", sans-serif;
    margin-block: 40px;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1450 / 377;
  }
  .banner_personal_prj .title {
    font-size: 37px;
    color: #ffbf00;
    font-weight: bold;
    font-family: "T TNorms", sans-serif;
    margin-bottom: 17px;
    line-height: 45px;
    max-width: 47%;
  }
  .banner_personal_prj .text {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 33px;
  }
  .banner_personal_prj .btn-banner {
    font-size: 29px;
    font-weight: 700;
    height: 7rem;
    padding-inline: 86px;
  }

  .anna {
    /* background-image: url(/upload/content/anna_1450x604.jpg); */
    background-image: url(/upload/content/sergey-1450х600.jpg); 
    background-repeat: no-repeat;
    aspect-ratio: 1450 / 604;
    background-size: cover;
  }
  .project-home {
    background-image: url(/upload/content/project1920х500.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1450 / 604;
  }
  .main-calc-box.anna .inner-wrap,
  .main-calc-box.project-home .inner-wrap {
    padding: 30px 0 85px 80px;
  }
  .main-calc-box.anna .info-inner-wrap,
  .main-calc-box.project-home .info-inner-wrap {
    width: 100%;
    padding: 0;
  }
  .main-calc-box.anna .title-inner-wrap {
    margin-bottom: 34px;
  }
  .anna .h1-title,
  .project-home .h1-title {
    font-size: 48px;
    color: #ffbf00;
    font-weight: bold;
    font-family: "T TNorms", sans-serif;
    margin-bottom: 17px;
    line-height: 52px;
    max-width: 60%;
  }
  .anna-title__subtitle,
  .project-home-title__subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    max-width: 46%;
  }
  .anna .anna-form-input,
  .project-home .project-home-form-input {
    height: 7rem;
    font-size: 3rem;
    color: #6b1518;
    background-color: #fff;
  }

  .anna .anna-form-input::placeholder,
  .project-home .project-home-form-input::placeholder {
    color: #6b1518;
    opacity: 1; /* Firefox */
  }

  .anna .anna-form-input::-ms-input-placeholder,
  .project-home .project-home-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #6b1518;
  }
  .main-calc-box.anna .form-wrap,
  .main-calc-box.project-home .form-wrap {
    max-width: 35%;
  }
  .main-calc-box.anna .frm-row-submit,
  .main-calc-box.project-home .frm-row-submit {
    margin-top: 0;
  }
  .main-calc-box.anna .frm-row-submit .btn,
  .main-calc-box.project-home .frm-row-submit .btn {
    font-size: 40px;
    max-width: 80%;
    height: 7rem;
    font-size: 30px;
  }
}
@media (max-width: 949px) {
  .top-banner {
    background-image: url(/upload/content/banner744.jpg);
    aspect-ratio: 744 / 348;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 60px 50px 40px;
    position: relative;
  }
  .top-banner__title {
    font-weight: 700;
    font-size: 34.8077px;
    line-height: 47px;
    color: #ffffff;
    text-shadow: 0px 3.74267px 2.86938px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
  }
  .top-banner__btn {
    position: absolute;
    right: 8%;
    bottom: 10%;
    font-weight: 700;
    font-size: 15.1493px;
    line-height: 18px;
  }

  .banner_personal_prj {
    background-image: url(/upload/content/perehod744х250.jpg);
    padding: 29px 0 32px 42px;
    font-family: "T TNorms", sans-serif;
    margin-block: 40px;
    background-size: cover;
    background-position: center;
    aspect-ratio: 744 / 250;
  }
  .banner_personal_prj .title {
    font-size: 25px;
    color: #ffbf00;
    font-weight: bold;
    font-family: "T TNorms", sans-serif;
    margin-bottom: 17px;
    line-height: 30px;
    max-width: 211px;
  }
  .banner_personal_prj .text {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 33px;
  }
  .banner_personal_prj .btn-banner {
    font-size: 19px;
    font-weight: 700;
    height: 44px;
    padding-inline: 55px;
  }

  .anna {
    /* background-image: url(/upload/content/anna744х350.jpg); */
    background-image: url(/upload/content/sergey-744х350.jpg);  
    background-repeat: no-repeat;
    aspect-ratio: 744 / 350;
    background-size: cover;
  }
  .anna.bybnova {
    /* background-image: url(/upload/content/anna744х350.jpg); */
    background-image: url(/upload/content/bybnova744.jpg) !important;   
  }
  .project-home {
    background-image: url(/upload/content/project744х350.jpg);
    background-repeat: no-repeat;
    aspect-ratio: 744 / 350;
    background-size: cover;
  }
  .main-calc-box.anna .inner-wrap,
  .main-calc-box.project-home .inner-wrap {
    padding: 2vw 0 15px 44px;
  }
  .main-calc-box.anna .info-inner-wrap,
  .main-calc-box.project-home .info-inner-wrap {
    width: 100%;
    padding: 0;
  }
  .main-calc-box.anna .title-inner-wrap,
  .main-calc-box.project-home .title-inner-wrap {
    margin-bottom: 15px;
  }
  .anna .h1-title,
  .project-home .h1-title {
    font-size: 28px;
    color: #ffbf00;
    font-weight: bold;
    font-family: "T TNorms", sans-serif;
    margin-bottom: 14px;
    text-transform: uppercase;
    text-align: left;
    max-width: 48%;
    line-height: 33px;
  }
  .anna-title__subtitle,
  .project-home-title__subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    max-width: 50%;
  }
  .anna .anna-form-input,
  .project-home .project-home-form-input {
    height: 6rem;
    font-size: 3rem;
    color: #6b1518;
    background-color: #fff;
  }

  .anna .anna-form-input::placeholder,
  .project-home .project-home-form-input::placeholder {
    color: #6b1518;
    opacity: 1; /* Firefox */
  }

  .anna .anna-form-input::-ms-input-placeholder,
  .project-home .project-home-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #6b1518;
  }
  .main-calc-box.anna .form-wrap,
  .main-calc-box.project-home .form-wrap {
    max-width: 42%;
  }
  .main-calc-box.anna .frm-row-submit,
  .main-calc-box.project-home .frm-row-submit {
    margin-top: 0;
  }
  .main-calc-box.anna .frm-row-submit .btn,
  .main-calc-box.project-home .frm-row-submit .btn {
    font-size: 40px;
    max-width: 80%;
    height: 6rem;
    font-size: 17px;
  }
}

@media (max-width: 743px) {
  .top-banner {
    background-image: url(/upload/content/banner360.jpg);
    aspect-ratio: 360 / 200;
    text-align: center;
    padding: 22px 26px;
  }
  .top-banner__title {
    text-shadow: 0px 3.74267px 2.86938px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 27.9007px;
    line-height: 33px;
    margin-bottom: 40px;
  }
  .top-banner__btn {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    height: 32px;

    right: calc(30% - 34px);
    left: calc(30% - 34px);
  }
  .banner_personal_prj {
    padding: 5% 7% 15px;
    background-image: url(/upload/content/perehod360х150.jpg);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner_personal_prj .title {
    font-size: 21px;
    margin-bottom: 4px;
    line-height: 25px;
    max-width: 48%;
  }
  .banner_personal_prj .text {
    font-size: 17px;
    line-height: normal;
    max-width: 57%;
    margin-bottom: 10px;
  }
  .banner_personal_prj .btn-banner {
    font-size: 12px;
    height: 29px;
    width: 129px;
    padding: 10px 16px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .anna {
    /* background-image: url(/upload/content/anna360х608.jpg); */
    background-image: url(/upload/content/sergey-360-2.jpg);
    aspect-ratio: 360 / 740;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .anna.bybnova { 
    background-image: url(/upload/content/bybnova360.jpg) !important;   
  }
  .project-home {
    background-image: url(/upload/content/project360х608.jpg);
    background-repeat: no-repeat;
    aspect-ratio: 360 / 608;
    background-size: cover;
  }
  .main-calc-box.anna .inner-wrap,
  .main-calc-box.project-home .inner-wrap {
    padding: 7% 45px 0 41px;
  }
  .main-calc-box.anna .title-inner-wrap,
  .main-calc-box.project-home .title-inner-wrap {
    margin-bottom: 6px;
  }
  .anna .h1-title,
  .project-home .h1-title {
    font-size: 23px;
    text-align: center;
    max-width: 100%;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .anna-title__subtitle,
  .project-home-title__subtitle {
    text-align: center;
    font-size: 17px;
    max-width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .anna .anna-form-input,
  .project-home .project-home-form-input {
    height: 6rem;
    font-size: 17px;
  }
  .main-calc-box.anna .frm-row-submit,
  .main-calc-box.project-home .frm-row-submit {
    margin-top: 0;
  }
  .main-calc-box.anna .frm-row-submit .btn,
  .main-calc-box.project-home .frm-row-submit .btn {
    height: 6rem;
    font-size: 17px;
    max-width: 100%;
  }
  .main-calc-box.anna .form-wrap,
  .main-calc-box.project-home .form-wrap {
    max-width: 100%;
  }
}

/* asome */
@media (min-width: 950px) and (max-width: 1300px) {
  .anna .anna-form-input,
  .project-home .project-home-form-input {
    height: 6rem;
  }

  .anna-title__subtitle,
  .project-home-title__subtitle {
    max-width: 60%;
    font-size: 22px;
  }

  .anna .h1-title,
  .project-home .h1-title {
    font-size: 3vw;
    line-height: 3vw;
  }
  .main-calc-box.anna .frm-row-submit .btn,
  .main-calc-box.project-home .frm-row-submit .btn {
    height: 6rem;
    font-size: 24px;
    max-width: 100%;
  }
  .main-calc-box.anna .title-inner-wrap {
    margin-bottom: 20px;
  }
  .main-calc-box.anna .inner-wrap,
  .main-calc-box.project-home .inner-wrap {
    padding: 30px 0 50px 50px;
  }
}

@media (min-width: 1500px) {
  .main-calc-box.anna .inner-wrap,
  .main-calc-box.project-home .inner-wrap {
    padding: 65px 0 0 80px;
  }
}
@media (min-width: 450px) and (max-width: 740px) {
  .anna .anna-form-input,
  .project-home .project-home-form-input {
    height: 12vw;
    margin-bottom: 1vh;
  }
  .anna-title__subtitle,
  .project-home-title__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .anna .h1-title,
  .project-home .h1-title {
    font-size: 28px;
    line-height: 32px;
  }
  .main-calc-box.anna .frm-row-submit .btn,
  .main-calc-box.project-home .frm-row-submit .btn {
    height: 10rem;
    font-size: 24px;
    max-width: 100%;
  }
  .top-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .top-banner__btn {
    position: relative;
    left: unset;
    right: unset;
    width: auto;
    font-size: 18px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .b-project__wrap {
    flex-direction: column;
  }
  .b-project__left {
    width: 100%;
  }
  .b-project__right {
    width: 100%;
  }
  .main-calc-box.anna .inner-wrap,
  .main-calc-box.project-home .inner-wrap {
    padding: 3% 30px 0;
  }
}

.typ-project {
  background-image: url(/upload/content/typ_project60х150.jpg);
  background-position: center;
  aspect-ratio: 360 / 150;
  background-repeat: no-repeat;
  padding: 15px 20px 0 20px;
  background-size: cover;
}
.typ-project__title {
  font-size: 10px;
  color: #ffbf00;
  max-width: 55%;
  margin-bottom: 10px;
  font-weight: 700;
}
.typ-project__subtitle {
  font-size: 14px;
  color: #fff;
}
.btn.typ-project__btn {
  height: 30px;
  font-size: 14px;
  padding: 0 5px;
}
.typ-project__wrap-btn-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .typ-project__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .typ-project__subtitle {
    font-size: 20px;
  }
  .typ-project__wrap-btn-sub {
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (min-width: 744px) {
  .typ-project {
    background-image: url(/upload/content/typ_project744х250.jpg);
    background-position: center;
    aspect-ratio: 744 / 250;
    background-repeat: no-repeat;
    padding: 30px 30px 0 30px;
    background-size: cover;
  }

  .typ-project__title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 28px;
    max-width: 52%;
  }
  .typ-project__subtitle {
    font-size: 20px;
  }
  .typ-project__wrap-btn-sub {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .btn.typ-project__btn {
    height: 40px;
    font-size: 20px;
    padding: 0 10px;
  }
  .form-field__privicy {
    font-size: 12px;
    margin: 0;
  }
}

@media (min-width: 950px) {
  .typ-project {
    background-image: url(/upload/content/typ_project1920х500.jpg);
    background-position: center;
    aspect-ratio: 1920 / 500;
    background-repeat: no-repeat;
    padding: 40px 0 0 60px;
    background-size: cover;
  }

  .typ-project__title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 34px;
    max-width: 52%;
  }
  .typ-project__subtitle {
    font-size: 24px;
  }
  .typ-project__wrap-btn-sub {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .btn.typ-project__btn {
    height: 40px;
    font-size: 24px;
    padding: 0 10px;
  }
  .form-field__privicy {
    font-size: 16px;
    color: #fff;
    margin-block: 10px;
  }
}
@media (min-width: 1450px) {
  .typ-project {
    background-image: url(/upload/content/typ_project1920х500.jpg);
    background-position: center;
    aspect-ratio: 1920 / 500;
    background-repeat: no-repeat;
    padding: 40px 0 0 60px;
    background-size: cover;
    margin-block: 40px;
  }

  .typ-project__title {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 52px;
    max-width: 52%;
  }
  .typ-project__subtitle {
    font-size: 30px;
  }
  .typ-project__wrap-btn-sub {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .btn.typ-project__btn {
    height: 70px;
    font-size: 30px;
    padding: 0 20px;
  }
}

.tile-contacts__wrap-soc {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-block: 10px;
}



.mf-ok-text{
  display: none;
}
#popup-send {
}
#popup-send .popup-send {
  display: flex !important;
}
.popup-send__text-block {
  flex: 1 1 50%;
  align-self: center;
}
.popup-send__title {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup-send__text {
  font-size: 1.6vw;
  margin-bottom: 30px;
}
.popup-send__button {
  background-color: #039be5;
  color: #fff;
  border: none;
  border-radius: 26px;
  padding: 8px 20px 8px 35px;
  background-image: url(/upload/content/tg_btn.png);
  background-position: left 5px center;
  background-repeat: no-repeat;
  font-size: 16px;
   
}
.popup-send__img-block {
  flex: 1 1 50%;
}
.popup-send__img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  #popup-send .popup-send{
    flex-direction: column;
  }
  .popup-send__title{
    font-size: 20px;
  }
  .popup-send__text{
    font-size: 14px;
  }
  
}
@media (max-width: 1270px) { 
  .direction-item .num {
    font-size: 80px; 
    margin-right: 0;
}
.two-blocks-item .title {
  font-size: 30px; 
}
 
.two-blocks-item img { 
  height: 310px; 
}
.subscribe-block.index img {
  height: 60px; 
}
}
@media (max-width: 992px) { 
  
  .direction-item .num {
    font-size: 60px; 
}
.two-blocks-item .title {
  font-size: 25px;
}
.two-blocks-item img {
  height: 240px;
}
 }
 @media (max-width: 767.98px) { 
  .two-blocks {
    flex-direction: column;
    gap: 50px 0;
}
.two-blocks-item {
  width: 80%;
  margin: 0 auto;
}
.frm-person { 
  left: 0;
  right: 0;
}
.two-blocks-item img {
  height: auto;
}
.two-blocks-item img { 
  margin-top: 5px;
}
.hide-md {
  display: none;
}
.subscribe-block.index {  
  flex-direction: column;
  text-align: center;
} 
.subscribe-block.index .h2-title{ 
  margin-bottom: 15px !important;
}
.show-md {
  display: block !important;
}
.two-blocks-item .head.bottom { 
  border-radius: 0 0 0 40px; 
  color: var(--clr-att);
  display: block;
  text-align: center;
}
.two-blocks-item .head.bottom .title{ 
  margin: 0;
  padding-bottom: 0;
}
.two-blocks-item .head.bottom .arrow { 
  transform: rotate(90deg);
  width: 25px;
  margin: 0;
}
.two-blocks-item .title {
  font-size: 16px;
}
.direction-item .num {
  font-size: 42px;
}
.two-blocks-item .title { 
  padding: 20px;
} 
.director img.director-photo {
  width: 250px;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
}
.director {
  background: none; 
  border-radius: 0px;
  gap: 0;
  flex-direction: column;
}
.director .description {
  padding: 20px 0; 
}
.directors-list .item .num {
  font-size: 30px; 
}
.directors-list .item  {
  padding: 15px; 
}
.directors-list  {
  margin-top: 15px; 
}
.big-mt.h2-new.h2-title {
  margin-top: 80px !important;
}
  }
  
@media (max-width: 1400px) { 
	.directors-list .item { 
		min-width: 250px;
	}
}
@media (max-width: 1200px) { 
	.directors-list { 
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px; 
	}
	.directors-list .item {  
		min-width: auto;
    }
}

.types-foundations .row-mobile-block .img-block img {
 max-width: 100%;
}
/* faq */

.faq .item {
	background: #f9f9fb;
	margin-bottom: 2rem;
	cursor: pointer;
  }
  
  .faq .item .question {
	padding: 3.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  @media (max-width: 768px) {
	.faq .item .question {
	  padding: 1.7rem;
	}
  }
  
  .faq .item .question .number {
	font-size: 2.5rem;
	line-height: 1.2em;
	font-weight: bold;
	margin-right: 1em;
	color: #d1d1d3;
  }
  
  @media (max-width: 768px) {
	.faq .item .question .number {
	  font-size: 1.8rem;
	}
  }
  
  .faq .item .question .text {
	font-size: 2.5rem;
	line-height: 1.2em;
	font-weight: bold;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  
  @media (max-width: 768px) {
	.faq .item .question .text {
	  font-size: 1.8rem;
	}
  }
  
  .faq .item .question .sign {
	margin-right: 3rem;
	width: 4.3rem;
	height: 4.3rem;
	border: 1px solid #ffc515;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .faq .item .question .sign:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
  }
  
  @media (max-width: 768px) {
	.faq .item .question .sign {
	  width: 2.5rem;
	  height: 2.5rem;
	  margin-right: 1.5rem;
	  font-size: 1.3rem;
	}
  }
  
  .faq .item .answer {
	padding: 3rem 8.7rem;
	font-size: 1.8rem;
	line-height: normal;
	border-top: 1px solid #e9e9eb;
	display: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
  }
  
  @media (max-width: 768px) {
	.faq .item .answer {
	  padding: 1.5rem 4.4rem;
	}
  }
  
  @media (max-width: 768px) {
	.faq .item .answer {
	  font-size: 1.4rem;
	  line-height: normal;
	}
  }
  
  .faq .item.open .sign:before {
	content: "\f068";
  }
  
  .faq .item.open .answer {
	display: block;
  }
  
/* /faq */

/*  */
.projects-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.projects-imgs img{
 width: 100%;
 height: 390px;
 object-fit: cover;
}
.projects-imgs-small {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  flex-wrap: wrap;
}
.projects-imgs-small img{ 
  height: 110px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .projects-imgs {
    grid-template-columns: 1fr;
    gap: 15px; 
  }
  .projects-imgs img { 
    height: 200px; 
}
  .projects-imgs-small img {
    height: 80px; 
}

.projects-imgs-small { 
  gap: 15px; 
}
}
/*  */
@media (max-width: 768px) {
  .d-block-mobile{
    display: block !important;
  }
  .block:nth-child(1n) {
    background: red;
  }
  .mobile-d-flex-column {
    display: flex;
    flex-direction: column;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .col-mobile-100 {
    width: 100% !important;
  }
}


.max-width-photo-50 {
  max-width: 50%;
}

@media (max-width: 767.98px) {
  .top-head {
    flex-direction: column;
  }

  .max-width-photo-50 {
    max-width: 100%;
  }

  .mobile-flex-column {
    flex-direction: column;
  }

  .mobile-gap-30 {
    gap: 30px;
  }

  .blocks-3-line {
    grid-template-columns: 1fr;
  }

  .blocks-3-line .item {
    border-right: none;
  }
  .block-text-img { 
  flex-direction: column;
gap: 30px;
}
}