@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .str1 .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .str1 .cd-auto-hide-header .tel a {
    color: #fff;
  }
  .str1 .cd-auto-hide-header .navigaciya {
    width: 100%;
    background-image: none;
    margin-top: 10px;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
  }
  .str1 .cd-auto-hide-header .navigaciya nav a {
    color: #fff;
    text-decoration: none;
  }
  .str1 .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .str1 .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .str1 .animate .tel a {
    color: #333;
  }
  .str1 .animate .navigaciya {
    width: 100%;
    background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
    margin-top: 10px;
    border: none;
  }
  .str1 .animate .navigaciya nav a {
    color: #333;
    text-decoration: none;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .menu {
    padding-top: 10px;
  }
  section {
    padding: 90px 0;
  }
  header {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/bg1/main_last.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 65%;
    position: relative;
    padding-bottom: 80px;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg1/bg1.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .bg_gray_halv {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg_halv.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  h4 {
    font-family: "Forum", cursive;
  }
  h3 {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    font-family: "Forum", cursive;
  }
  h3 small {
    display: block;
    font-size: 20px;
    font-family: "Montserrat", sans-serif !important;
    color: #555555;
    font-weight: 300;
    width: 630px;
    line-height: 170%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  h3 b {
    background: -webkit-linear-gradient(#3496e8, #005aaf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .font {
    font-family: "Forum", cursive;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 330px;
    height: 95px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to left, #f8af43, #ffc673, #ffc673, #f8af43);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 140%;
  }
  .button button p small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to left, #ffc673, #ffc673, #ffc673, #ffc673);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 13px;
    line-height: 170%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo img {
    height: 65px;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop {
    display: flex;
    align-items: center;
  }
  .menu .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop p {
    width: 234px;
    margin-left: 15px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
  }
  .menu .social > a {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .menu .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .menu .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    width: 205px;
    line-height: 145%;
    margin-bottom: 6px;
    margin-left: auto;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 160px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
  }
  .main .left {
    width: 511px;
  }
  .main .right {
    width: 565px;
    height: 625px;
    margin-top: 15px;
    display: flex;
    overflow-y: clip;
    overflow-y: clip;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .main .right::after {
    content: "";
    display: none;
    width: 950px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #000, #333);
    opacity: 0.85;
    border-radius: 50px 0 0 5px;
  }
  .main .right > img {
    width: 1000px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 0 0 5px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main .right .akciya {
    width: 480px;
    height: 480px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .main .right .akciya img {
    width: 100%;
    border-radius: 50px 10px 10px 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 110%;
  }
  .main h1 span {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    padding: 0px 30px 11px 30px;
    width: -moz-max-content;
    width: max-content;
    height: 62px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .main .h1_dop {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    border-left: 3px solid #3496e8;
  }
  .main .h1_dop p {
    margin-left: 25px;
    width: 450px;
    line-height: 165%;
  }
  .main .h1_dop p b {
    font-weight: 500;
    font-style: italic;
  }
  .main .plusi {
    margin-top: 40px;
  }
  .main .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .plusi .item img {
    width: 70px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .main .plusi .item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-left: 15px;
  }
  .main .button_block {
    margin-top: 60px;
    display: flex;
    align-items: center;
  }
  .main .button_block > p {
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
  }
  .main .button_block iframe {
    margin-left: 20px;
  }
  .info {
    background-color: #fff;
    width: 100%;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
    color: #333;
    position: relative;
    z-index: 3;
  }
  .info img {
    width: 110px;
  }
  .info span {
    border-left: 1px solid #e2e2e2;
    display: block;
    height: 100px;
    width: 1px;
  }
  .info p {
    line-height: 180%;
  }
  .info p:nth-child(3) {
    width: 266px;
  }
  .info p:nth-child(5) {
    width: 255px;
  }
  .info p:nth-child(7) {
    width: 244px;
  }
  .ipot_all {
    position: relative;
    z-index: 4;
    margin-top: -10px;
  }
  .ipot_all .ipot {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    border-radius: 10px;
    background-color: #f5f5f5;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .ipot_all .ipot h3 {
    font-weight: 400;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
  }
  .ipot_all .ipot a {
    width: 23% !important;
    border-radius: 5px;
    display: flex;
  }
  .ipot_all .ipot a img {
    width: 100%;
    border-radius: 5px;
  }
  /*BG2*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -30px;
    left: -60px;
  }
  .video_main .car2 {
    position: absolute;
    top: 10px;
    right: -60px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #005aaf;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #005aaf;
  }
  .video_main a img {
    width: 35px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #005aaf;
    line-height: 140%;
  }
  /*NEW_ALL*/
  .bg2_new h3 small {
    width: 770px;
  }
  .bg2_new .items {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg2_new .items .item {
    width: 22%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bg2_new .items .item img {
    width: 70px;
    height: 70px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .bg2_new .items .item b {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 120%;
  }
  .bg2_new .items .item p {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
  }
  .h3_dop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .h3_dop .img {
    width: 31%;
    height: 255px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
  }
  .h3_dop .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .h3_dop .img p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 14px;
    color: #fff;
    border-radius: 0 5px 0 0;
  }
  .h3_dop .vertical-rl {
    writing-mode: vertical-lr;
    border-left: 1px solid #e2e2e2;
    padding-left: 8px;
    font-weight: 500;
    font-size: 20px;
  }
  .main_new {
    margin-top: 150px;
    height: 100vh;
  }
  /*NEW_END*/
  /*BG3*/
  .bg3 .plusi {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .plusi .plus {
    width: 47%;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .bg3 .plusi .plus:nth-child(n+3) {
    margin-top: 50px;
  }
  .bg3 .plusi .plus .infos {
    text-align: left;
    margin-left: 20px;
  }
  .bg3 .plusi .plus img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg3 .plusi .plus b {
    font-size: 24px;
    font-weight: 600;
    margin-top: 13px;
    display: block;
    line-height: 110%;
  }
  .bg3 .plusi .plus p {
    font-size: 16px;
    margin-top: 6px;
  }
  /*BG4*/
  .render_all .button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  .render {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .render img {
    width: 1000px !important;
    height: 60vh !important;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .render .owl-prev {
    left: 45px;
    transition: ease-in-out 0.2s;
  }
  .render .owl-next {
    right: 45px;
    transition: ease-in-out 0.2s;
  }
  .render .owl-carousel .owl-nav button.owl-next,
  .render .owl-carousel .owl-nav button.owl-prev,
  .render .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .render .owl-carousel .owl-nav button.owl-next img,
  .render .owl-carousel .owl-nav button.owl-prev img,
  .render .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 40px 60px;
    color: #fff;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 850px;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: left;
    margin-left: 15px;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: none;
    font-weight: 700;
    display: block;
  }
  /*BG5*/
  .stroyka {
    display: flex;
    justify-content: space-between;
  }
  .stroyka .left {
    width: 720px;
  }
  .stroyka .left h3 {
    text-align: left;
  }
  .stroyka .left .plusi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .stroyka .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .stroyka .left .plusi .plus:nth-child(n+3) {
    margin-top: 50px;
  }
  .stroyka .left .plusi .plus p {
    margin-left: 15px;
    width: 255px;
    font-size: 17px;
    line-height: 160%;
  }
  .stroyka .left .plusi .plus img {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
  }
  .stroyka .right {
    width: 400px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 45px;
    position: relative;
    background-image: url(../img/stroyka/right/bg.png);
    background-size: auto 570px;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
  }
  .stroyka .right h4 {
    font-size: 38px;
    font-weight: 300;
    line-height: 100%;
  }
  .stroyka .right h4 span {
    background: -webkit-linear-gradient(#3496e8, #005aaf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .stroyka .right > p {
    font-size: 17px;
    line-height: 160%;
    margin-top: 10px;
  }
  .stroyka .right > p b {
    font-weight: 600;
  }
  .stroyka .right .spec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
  .stroyka .right .spec .master {
    position: absolute;
    bottom: -40px;
    width: 330px;
    z-index: 2;
  }
  .stroyka .right .spec .dog {
    position: absolute;
    bottom: 120px;
    right: -50px;
    width: 200px;
    transform: rotate(10deg);
    z-index: 1;
  }
  .stroyka .right .spec .name {
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 200px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
  }
  .stroyka .right .spec .name b {
    display: block;
    margin-bottom: 0px;
  }
  .stroyka .right .spec .button {
    width: 100%;
  }
  .stroyka .right .spec .button button {
    padding: 0;
  }
  /*BG6*/
  .doma_all {
    /*TABS*/
    /* Базовый контейнер табов */
    /* стили вкладок (табов) */
    /* изменения стиля заголовков вкладок при наведении */
    /* стили для активной вкладки */
    /* активация секций с помощью переключателя :checked */
    /* стили секций с содержанием */
    /*TABS END*/
  }
  .doma_all .h3_block {
    display: flex;
    justify-content: space-between;
  }
  .doma_all .h3_block h3 {
    text-align: left;
    width: 100%;
  }
  .doma_all .h3_block .h3_dop {
    display: flex;
    align-items: center;
  }
  .doma_all .h3_block .h3_dop .img {
    width: 230px;
    height: 155px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 25px;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
  }
  .doma_all .h3_block .h3_dop .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .h3_block .h3_dop .img p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 14px;
    color: #fff;
    border-radius: 0 5px 0 0;
  }
  .doma_all .h3_block .h3_dop .vertical-rl {
    writing-mode: vertical-lr;
    border-left: 1px solid #e2e2e2;
    padding-left: 8px;
  }
  .doma_all .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
    align-items: stretch;
  }
  .doma_all .tabs label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 13%;
    margin: 0 0 -1px;
    padding: 8px 20px;
    line-height: 140%;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    border: 1px solid #3496e8;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .doma_all .tabs label:nth-child(n+16) {
    margin-top: 20px;
  }
  .doma_all .tabs label img {
    height: 110px;
  }
  .doma_all .tabs label p {
    font-weight: 300;
    margin-top: 0px;
    font-size: 15px;
  }
  .doma_all .tabs label b {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
  }
  .doma_all .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: #333;
    text-decoration: none;
  }
  .doma_all .tabs input:checked + label {
    color: #fff;
    background-image: #333;
    text-decoration: none;
  }
  .doma_all #tab1:checked ~ #content1,
  .doma_all #tab2:checked ~ #content2,
  .doma_all #tab3:checked ~ #content3,
  .doma_all #tab4:checked ~ #content4,
  .doma_all #tab5:checked ~ #content5,
  .doma_all #tab6:checked ~ #content6 {
    display: flex;
  }
  .doma_all .tabs section {
    display: flex;
    width: 48%;
    flex-direction: column;
    margin-top: 0px;
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .doma_all .tabs section:nth-child(n+3) {
    margin-top: 60px;
  }
  .doma_all .tabs input {
    display: none;
  }
  .doma_all .tabs section {
    padding: 40px;
  }
  .doma_all .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .doma_all .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .doma_all .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px;
  }
  .doma_all .price_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .doma_all .price_left .img_main {
    width: 100%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .price_left .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .doma_all .price_left .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .doma_all .price_left .img_dop a {
    width: 30%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80px;
    align-items: center;
  }
  .doma_all .price_left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    align-items: center;
  }
  .doma_all .price_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .doma_all .price_right h2 {
    font-size: 26px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    color: #3496e8;
  }
  .doma_all .price_right h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .doma_all .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .doma_all .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .doma_all .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .doma_all .price_right .razmeri {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .doma_all .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 240px;
  }
  .doma_all .price_right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 2px;
  }
  .doma_all .price_right ul li b {
    color: #333;
  }
  .doma_all .price_right .long_ul {
    width: 280px;
  }
  .doma_all .price_right .dop {
    margin-top: 20px;
    font-size: 15px;
    line-height: 165%;
  }
  .doma_all .price_right .button {
    margin-top: 50px;
    width: 450px;
  }
  /*BG7*/
  .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .poselok_main .h3_block h3 {
    width: 840px;
    text-align: left;
  }
  .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 300px;
    border-radius: 5px;
    padding: 0 20px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .poselok_main .left {
    width: 600px;
  }
  .poselok_main .left > p {
    font-size: 20px;
    line-height: 170%;
  }
  .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
  }
  .poselok_main .left .plusi p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 300;
  }
  .poselok_main .left .plusi p:nth-child(n+2) {
    margin-top: 20px;
  }
  .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .poselok_main .left .button_block .tel {
    width: 220px;
  }
  .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: right;
  }
  .poselok_main .left .button_block .tel a {
    font-size: 24px;
    color: #333;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-align: right;
    margin-top: 5px;
  }
  .poselok_main .right {
    width: 470px;
    padding-top: 10px;
    height: 423px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .poselok_main .right img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    height: 100%;
    border-radius: 5px;
  }
  .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 5px 0 5px;
  }
  .poselki {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
  }
  .poselki .poselok {
    width: 31%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease;
  }
  .poselki .poselok::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(30, 31, 36, 0.9) 20%, rgba(30, 31, 36, 0.2) 70%, rgba(30, 31, 36, 0.05) 100%);
    opacity: 0.8;
  }
  .poselki .poselok p {
    position: absolute;
    left: 24px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    width: 200px;
    line-height: 150%;
  }
  .poselki .poselok img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .poselki .poselok a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .block_uprav {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .block_uprav .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .block_uprav h3 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .block_uprav h3 small {
    width: 100%;
  }
  .block_uprav .left {
    width: 650px;
  }
  .block_uprav .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block_uprav .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .block_uprav .left .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .block_uprav .left .shagi .shag p {
    width: 210px;
    font-size: 14px;
    margin-left: 15px;
  }
  .block_uprav .left .shagi .shag .circle {
    width: 65px;
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_uprav .left .shagi .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .block_uprav .right {
    width: 450px;
    height: 290px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_uprav .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .gallery {
    justify-content: space-between;
  }
  .gallery h3 {
    margin-bottom: 60px;
  }
  .gallery a {
    width: 33%;
    height: 255px;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-content;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*BG8*/
  .otzivi_block {
    margin-top: 70px;
  }
  .otzivi_block .otzivi {
    position: relative;
    margin-top: 60px;
  }
  .otzivi_block .otzivi .owl-prev {
    left: 330px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-next {
    right: 330px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev,
  .otzivi_block .otzivi .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next img,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev img,
  .otzivi_block .otzivi .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .otzivi_block .otzivi a {
    height: 400px;
    width: 400px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .otzivi_block .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otzivi_block .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .otzivi_block .vid_otz .otz {
    width: 47%;
    height: 307px;
    border-radius: 5px;
    overflow: hidden;
  }
  .otzivi_block .vid_otz .otz:nth-child(n+3) {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .otzivi_block .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  /*BG9*/
  .komanda h3 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .komanda h3 small {
    width: 100%;
  }
  .komanda .team {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-top: 60px;
  }
  .komanda .team .button {
    position: absolute;
    bottom: 40px;
  }
  .komanda .team img {
    width: 100%;
  }
  .komanda .tm {
    width: 28%;
    text-align: center;
  }
  .komanda .tm:nth-child(n+4) {
    margin-top: 50px;
  }
  .komanda .tm a {
    font-weight: 600;
    color: #3496e8;
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
  .komanda .tm img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .bg_quize .pine_quize {
    position: relative;
  }
  .bg_quize .pine_quize h3 {
    text-align: left;
    width: 760px;
  }
  .bg_quize .pine_quize .pine {
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 1;
    width: 600px;
  }
  .bg_quize .quize_all {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: flex-end;
    z-index: 2;
    position: relative;
  }
  .bg_quize .quize_all .manager {
    width: 340px;
    height: 652px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px 0 0 5px;
    position: relative;
    justify-content: center;
    overflow: hidden;
  }
  .bg_quize .quize_all .manager .info {
    position: absolute;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    bottom: 15px;
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
  }
  .bg_quize .quize_all .manager .info b {
    font-size: 22px;
    font-weight: 500;
  }
  .bg_quize .quize_all .manager .info p {
    font-size: 16px;
    margin-top: 2px;
  }
  .bg_quize .quize_all .manager .info a {
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 3px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .bg_quize .quize_all .manager img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg_quize .quize_all .quize {
    width: 820px;
    overflow: hidden;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-radius: 0 5px 5px 0;
  }
  .bg_quize .quize_all .quize .marquiz__container_inline {
    max-width: 100% !important;
  }
  .bg_quize .quize_all .quize .bonuses_direction_row {
    flex-direction: column !important;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
  }
  .contacts_all .mmap {
    width: 730px;
    border-radius: 5px;
    overflow: hidden;
  }
  .ipe {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipe p {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .ipe p:nth-child(n+2) {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 320px;
  }
  .contacts .cont {
    width: 352px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }
  .contacts .cont:first-child b {
    width: 290px;
  }
  .contacts .cont:last-child {
    width: 320px;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    width: 352px;
  }
  .contacts .cont .button button {
    padding: 0 30px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .contacts .cont b {
    font-size: 20px;
    line-height: 160%;
  }
  .contacts .cont b a {
    text-decoration: none;
    color: #333;
  }
  .contacts .cont b small {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-top: -5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 8px;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 25px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  /*STR_IPOTEKA*/
  .banki {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .banki .owl-nav {
    display: none !important;
  }
  .banki .bank {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .banki .bank img {
    width: 150px;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ipoteka {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ipoteka .item {
    width: 30%;
    text-align: center;
  }
  .ipoteka .item:nth-child(n+4) {
    margin-top: 40px;
  }
  .ipoteka .item .img {
    width: 70px;
    height: 70px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }
  .ipoteka .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .ipoteka .item p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 160%;
  }
  .ipoteka .item p b {
    font-weight: 600;
  }
  /*BROKER*/
  .broker_all {
    margin-top: 70px;
  }
  .broker_all .h3_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .broker_all .h3_block h3 {
    text-align: left;
    width: 670px;
  }
  .broker_all .h3_block .plus {
    width: 220px;
    text-align: center;
    border: 1px dashed #3496e8;
    color: #333;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .broker_all .h3_block .plus p {
    text-decoration: underline;
  }
  .broker_all .broker {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .broker_all .broker .right {
    width: 467px;
    position: relative;
    height: 543px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .broker .right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px 30px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
  }
  .broker_all .broker .right .alena_name a {
    font-size: 20px;
    display: block;
    margin-top: 6px;
    color: #333;
    font-weight: 700;
  }
  .broker_all .broker .right img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .broker_all .broker .left {
    width: 660px;
  }
  .broker_all .broker .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .broker_all .broker .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .broker_all .broker .left .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .broker_all .broker .left .shagi .shag > p {
    font-size: 14px;
    width: 240px;
    margin-left: 20px;
  }
  .broker_all .broker .left .shagi .shag .circle {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .broker .left .shagi .shag .circle p {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .broker_all .broker .button {
    margin-top: 50px;
    margin-right: auto;
    width: 400px;
  }
  /*STR_RASPOLOJENIE*/
  .raspolojenie {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .raspolojenie .right {
    width: 400px;
    height: 511px;
    padding-top: 12px;
  }
  .raspolojenie .right .mmap {
    width: 100%;
    height: 100%;
  }
  .raspolojenie .left {
    width: 685px;
  }
  .raspolojenie .left h3 {
    text-align: left;
  }
  .raspolojenie .left > p {
    font-size: 20px;
    line-height: 170%;
    margin-top: 10px;
    font-weight: 300;
  }
  .raspolojenie .left .item_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .raspolojenie .left .item_block .item {
    display: flex;
    align-items: center;
    width: 320px;
  }
  .raspolojenie .left .item_block .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .raspolojenie .left .item_block .item > p {
    margin-left: 20px;
    font-size: 20px;
  }
  .raspolojenie .left .item_block .item .circle {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .raspolojenie .left .item_block .item .circle p {
    display: block;
    line-height: 14px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .raspolojenie .left .item_block .item .circle p b {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
  }
  .raspolojenie .left .button {
    margin-top: 50px;
  }
  /*STR_HOD_STROITELSTVA*/
  .hod_stroitelstva {
    display: flex;
    justify-content: space-between;
  }
  .hod_stroitelstva .right {
    width: 430px;
    position: relative;
  }
  .hod_stroitelstva .right .video {
    position: absolute;
    bottom: 0;
    height: 355px;
    width: 630px;
    right: 0;
  }
  .hod_stroitelstva .left {
    width: 100%;
  }
  .hod_stroitelstva .left h3 {
    text-align: left;
    width: 840px;
  }
  .hod_stroitelstva .left .button {
    margin-top: 40px;
  }
  .hod_stroitelstva .left .plan_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    flex-direction: column;
  }
  .hod_stroitelstva .left .plan_all .plan {
    display: flex;
    align-items: center;
  }
  .hod_stroitelstva .left .plan_all .plan:nth-child(n+2) {
    margin-top: 30px;
  }
  .hod_stroitelstva .left .plan_all .plan p {
    font-size: 18px;
  }
  .hod_stroitelstva .left .plan_all .plan p:first-child {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    padding: 10px 15px;
    width: 145px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
  .hod_stroitelstva .left .plan_all .plan p b {
    display: block;
  }
  .panorama {
    margin-top: 70px;
  }
  .panorama h3 {
    margin-bottom: 50px;
  }
  .panorama iframe {
    height: 70vh;
  }
  .panorama .button {
    width: 450px;
    margin: 40px auto 0 auto;
  }
  .desctop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
  .desc_only {
    display: flex !important;
  }
  .mob_only {
    display: none !important;
  }
  .mobile_only {
    display: none;
  }
}
.mb-4 {
  margin-bottom:24px!important
}
h4 {
  font-weight:300
}
h5 {
  display:block
}
.descr,
h5 {
  margin-bottom:24px
}
.purpose-table {
  border-collapse:collapse;
  margin-bottom:24px
}
.purpose-table,
.purpose-table th,
.purpose-table td {
  border:1px solid #d8d8d8;
  font-size:inherit;
  line-height:inherit
}
.purpose-table th {
  width:200px;
  text-align:left;
  font-weight:500
}
.purpose-table th,
.purpose-table td {
  vertical-align:top;
  padding:.5em .75em
}
.purpose-table ul {
  margin:0;
  padding:0;
  list-style-type:none
}
.purpose-table li:not(:last-child) {
  margin-bottom:.5em
}
.purpose-table li {
  display:flex;
  align-items:flex-start
}
.purpose-table li::before {
  content:'●';
  display:inline-block;
  font-size:10px;
  line-height:24px;
  margin-right:5px
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
  .main .button_block iframe {
    margin-left: 20px;
    /* zoom: 100%; */
    height: 64px;
    width: 211px;
  }
}
.mb-4 {
  margin-bottom:24px!important
}
h4 {
  font-weight:300
}
h5 {
  display:block
}
.descr,
h5 {
  margin-bottom:24px
}
.purpose-table {
  border-collapse:collapse;
  margin-bottom:24px
}
.purpose-table,
.purpose-table th,
.purpose-table td {
  border:1px solid #d8d8d8;
  font-size:inherit;
  line-height:inherit
}
.purpose-table th {
  width:200px;
  text-align:left;
  font-weight:500
}
.purpose-table th,
.purpose-table td {
  vertical-align:top;
  padding:.5em .75em
}
.purpose-table ul {
  margin:0;
  padding:0;
  list-style-type:none
}
.purpose-table li:not(:last-child) {
  margin-bottom:.5em
}
.purpose-table li {
  display:flex;
  align-items:flex-start
}
.purpose-table li::before {
  content:'●';
  display:inline-block;
  font-size:10px;
  line-height:24px;
  margin-right:5px
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .menu {
    padding-top: 10px;
  }
  section {
    padding: 90px 0;
  }
  header {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/bg1/main_last.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg1/bg1.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .bg_gray_halv {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg_halv.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h4 {
    font-family: "Forum", cursive;
  }
  h3 {
    font-size: 43px;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    font-family: "Forum", cursive;
  }
  h3 small {
    display: block;
    font-size: 20px;
    font-family: "Montserrat", sans-serif !important;
    color: #797979;
    font-weight: 300;
    width: 100%;
    line-height: 170%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  h3 b {
    background: -webkit-linear-gradient(#3496e8, #005aaf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .font {
    font-family: "Forum", cursive;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 330px;
    height: 95px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to left, #f8af43, #ffc673, #ffc673, #f8af43);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 140%;
  }
  .button button p small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to left, #ffc673, #ffc673, #ffc673, #ffc673);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 13px;
    line-height: 170%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo img {
    height: 60px;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop {
    display: none !important;
    align-items: center;
  }
  .menu .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop p {
    width: 234px;
    margin-left: 15px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
  }
  .menu .social > a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .menu .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .menu .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    width: 205px;
    line-height: 145%;
    margin-bottom: 6px;
    margin-left: auto;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 160px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main .left {
    width: 100%;
  }
  .main .left .logo_dop {
    display: flex !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
  }
  .main .left .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .logo_dop p {
    width: 300px;
    margin-left: 15px;
    line-height: 160%;
  }
  .main .right {
    width: 100%;
    height: 479px;
    margin-top: 40px;
    display: flex;
    overflow-y: clip;
    overflow-y: clip;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .main .right::after {
    content: "";
    display: none;
    width: 950px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #000, #333);
    opacity: 0.85;
    border-radius: 50px 0 0 5px;
  }
  .main .right > img {
    width: 1000px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 0 0 5px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main .right .akciya {
    width: 500px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .main .right .akciya img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
  }
  .main h1 span {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    padding: 0px 30px 11px 30px;
    width: -moz-max-content;
    width: max-content;
    height: 62px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .h1_dop {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    border-left: 3px solid #3496e8;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
  }
  .main .h1_dop p {
    margin-left: 25px;
    width: -moz-max-content;
    width: max-content;
    line-height: 165%;
  }
  .main .h1_dop p b {
    font-weight: 500;
    font-style: italic;
  }
  .main .button_block {
    margin-top: 60px;
    display: flex;
    align-items: center;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .button_block > p {
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
  }
  .main .info {
    background-color: #fff;
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .main .info img {
    width: 110px;
    margin-top: 10px;
  }
  .main .info span {
    border-left: 1px solid #e2e2e2;
    display: none;
    height: 100px;
    width: 1px;
  }
  .main .info p {
    line-height: 180%;
    margin-left: auto;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
  }
  .main .info p:nth-child(3) {
    width: 400px;
  }
  .main .info p:nth-child(5) {
    width: 400px;
    margin-top: 20px;
  }
  .main .info p:nth-child(7) {
    width: 400px;
    margin-top: 20px;
  }
  .ipot_all {
    position: relative;
    z-index: 4;
    margin-top: -10px;
  }
  .ipot_all .ipot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ipot_all .ipot a {
    width: 48% !important;
    border-radius: 5px;
  }
  .ipot_all .ipot a:nth-child(n+3) {
    margin-top: 30px;
  }
  .ipot_all .ipot a img {
    width: 100%;
    border-radius: 5px;
  }
  /*BG2*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -80px;
    left: -60px;
  }
  .video_main .car2 {
    position: absolute;
    top: -80px;
    right: -60px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #005aaf;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #005aaf;
  }
  .video_main a img {
    width: 35px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #005aaf;
    line-height: 140%;
  }
  /*NEW_ALL*/
  .bg2_new h3 small {
    width: 100%;
  }
  .bg2_new .items {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg2_new .items .item {
    width: 48%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bg2_new .items .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg2_new .items .item img {
    width: 70px;
    height: 70px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .bg2_new .items .item b {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 120%;
  }
  .bg2_new .items .item p {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
  }
  .h3_dop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .h3_dop .img {
    width: 31%;
    height: 155px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
  }
  .h3_dop .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .h3_dop .img p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 14px;
    color: #fff;
    border-radius: 0 5px 0 0;
  }
  .h3_dop .vertical-rl {
    writing-mode: vertical-lr;
    border-left: 1px solid #e2e2e2;
    padding-left: 8px;
    font-weight: 500;
    font-size: 20px;
  }
  .main_new {
    margin-top: 150px;
    height: 100vh;
  }
  /*NEW_END*/
  /*BG3*/
  .bg3 .plusi {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .plusi .plus {
    width: 300px;
    text-align: center;
  }
  .bg3 .plusi .plus:nth-child(n+3) {
    margin-top: 50px;
  }
  .bg3 .plusi .plus img {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg3 .plusi .plus b {
    font-size: 22px;
    font-weight: 600;
    margin-top: 13px;
    display: block;
    line-height: 120%;
  }
  .bg3 .plusi .plus p {
    font-size: 14px;
    margin-top: 6px;
  }
  /*BG4*/
  .render_all .button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  .render_all .render {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .render_all .render > img {
    width: 800px !important;
    height: 60vh !important;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .render_all .render .owl-prev {
    left: 0px;
    transition: ease-in-out 0.2s;
  }
  .render_all .render .owl-next {
    right: 0px;
    transition: ease-in-out 0.2s;
  }
  .render_all .render .owl-carousel .owl-nav button.owl-next,
  .render_all .render .owl-carousel .owl-nav button.owl-prev,
  .render_all .render .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .render_all .render .owl-carousel .owl-nav button.owl-next > img,
  .render_all .render .owl-carousel .owl-nav button.owl-prev > img,
  .render_all .render .owl-carousel button.owl-dot > img {
    width: 100% !important;
  }
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 40px 40px;
    color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    order: 0;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    order: 3;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: left;
    margin-left: 15px;
    order: 1;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
  }
  /*BG5*/
  .stroyka {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .stroyka .left {
    width: 720px;
  }
  .stroyka .left h3 {
    text-align: left;
  }
  .stroyka .left .plusi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .stroyka .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .stroyka .left .plusi .plus:nth-child(n+3) {
    margin-top: 50px;
  }
  .stroyka .left .plusi .plus p {
    margin-left: 15px;
    width: 255px;
    font-size: 17px;
    line-height: 160%;
  }
  .stroyka .left .plusi .plus img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  .stroyka .right {
    width: 400px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 45px;
    position: relative;
    background-image: url(../img/stroyka/right/bg.png);
    background-size: auto 570px;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
  }
  .stroyka .right h4 {
    font-size: 38px;
    font-weight: 300;
    line-height: 100%;
  }
  .stroyka .right h4 span {
    background: -webkit-linear-gradient(#3496e8, #005aaf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .stroyka .right > p {
    font-size: 17px;
    line-height: 160%;
    margin-top: 10px;
  }
  .stroyka .right > p b {
    font-weight: 600;
  }
  .stroyka .right .spec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
  .stroyka .right .spec .master {
    position: absolute;
    bottom: -40px;
    width: 330px;
    z-index: 2;
  }
  .stroyka .right .spec .dog {
    position: absolute;
    bottom: 120px;
    right: -50px;
    width: 200px;
    transform: rotate(10deg);
    z-index: 1;
  }
  .stroyka .right .spec .name {
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 200px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
  }
  .stroyka .right .spec .name b {
    display: block;
    margin-bottom: 0px;
  }
  .stroyka .right .spec .button {
    width: 100%;
  }
  .stroyka .right .spec .button button {
    padding: 0;
  }
  /*BG6*/
  .doma_all {
    /*TABS*/
    /* Базовый контейнер табов */
    /* стили вкладок (табов) */
    /* изменения стиля заголовков вкладок при наведении */
    /* стили для активной вкладки */
    /* активация секций с помощью переключателя :checked */
    /* стили секций с содержанием */
    /*TABS END*/
  }
  .doma_all .h3_block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .doma_all .h3_block h3 {
    text-align: left;
    width: 100%;
  }
  .doma_all .h3_block .h3_dop {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .doma_all .h3_block .h3_dop .img {
    width: 230px;
    height: 155px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 25px;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
  }
  .doma_all .h3_block .h3_dop .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .h3_block .h3_dop .img p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 14px;
    color: #fff;
    border-radius: 0 5px 0 0;
  }
  .doma_all .h3_block .h3_dop .vertical-rl {
    writing-mode: vertical-lr;
    border-left: 1px solid #e2e2e2;
    padding-left: 8px;
  }
  .doma_all .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
  }
  .doma_all .tabs label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 13%;
    margin: 0 0 -1px;
    padding: 8px 20px;
    line-height: 140%;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    border: 1px solid #3496e8;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .doma_all .tabs label:nth-child(n+16) {
    margin-top: 20px;
  }
  .doma_all .tabs label img {
    height: 110px;
  }
  .doma_all .tabs label p {
    font-weight: 300;
    margin-top: 0px;
    font-size: 15px;
  }
  .doma_all .tabs label b {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
  }
  .doma_all .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: #333;
    text-decoration: none;
  }
  .doma_all .tabs input:checked + label {
    color: #fff;
    background-image: #333;
    text-decoration: none;
  }
  .doma_all #tab1:checked ~ #content1,
  .doma_all #tab2:checked ~ #content2,
  .doma_all #tab3:checked ~ #content3,
  .doma_all #tab4:checked ~ #content4,
  .doma_all #tab5:checked ~ #content5,
  .doma_all #tab6:checked ~ #content6 {
    display: flex;
  }
  .doma_all .tabs section {
    display: flex;
    width: 100%;
    margin-top: 0px;
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .doma_all .tabs section:nth-child(n+2) {
    margin-top: 60px;
  }
  .doma_all .tabs input {
    display: none;
  }
  .doma_all .tabs section {
    padding: 50px;
  }
  .doma_all .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .doma_all .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .doma_all .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px;
    flex-direction: column;
  }
  .doma_all .price_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .doma_all .price_left .img_main {
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .price_left .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .doma_all .price_left .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .doma_all .price_left .img_dop a {
    width: 30%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
    align-items: center;
  }
  .doma_all .price_left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    align-items: center;
  }
  .doma_all .price_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .doma_all .price_right h2 {
    font-size: 26px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    color: #3496e8;
  }
  .doma_all .price_right h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .doma_all .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .doma_all .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .doma_all .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
    color: #3496e8;
  }
  .doma_all .price_right .razmeri {
    display: flex;
    justify-content: space-between;
  }
  .doma_all .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 255px;
  }
  .doma_all .price_right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 2px;
  }
  .doma_all .price_right ul li b {
    color: #333;
  }
  .doma_all .price_right .long_ul {
    width: 280px;
  }
  .doma_all .price_right .dop {
    margin-top: 30px;
    font-size: 15px;
    line-height: 175%;
  }
  .doma_all .price_right .button {
    margin-top: 20px;
    width: 450px;
  }
  /*BG7*/
  .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .poselok_main .h3_block h3 {
    width: 100%;
    text-align: center;
  }
  .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    background-color: #fff;
    width: 370px;
    margin-top: 30px;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    margin-left: 15px;
  }
  .poselok_main .left {
    width: 100%;
  }
  .poselok_main .left > p {
    font-size: 20px;
    line-height: 170%;
    text-align: center;
  }
  .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .poselok_main .left .plusi p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 300;
  }
  .poselok_main .left .plusi p:nth-child(n+3) {
    margin-top: 20px;
  }
  .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .poselok_main .left .button_block .button {
    width: 400px;
  }
  .poselok_main .left .button_block .tel {
    width: 220px;
  }
  .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: right;
  }
  .poselok_main .left .button_block .tel a {
    font-size: 24px;
    color: #333;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-align: right;
    margin-top: 5px;
  }
  .poselok_main .right {
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 40px;
  }
  .poselok_main .right img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 5px;
  }
  .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 5px 0 5px;
  }
  .poselki {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .poselki .poselok {
    width: 100%;
    height: 240px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .poselki .poselok:nth-child(n+2) {
    margin-top: 40px;
  }
  .poselki .poselok::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(30, 31, 36, 0.9) 20%, rgba(30, 31, 36, 0.2) 70%, rgba(30, 31, 36, 0.05) 100%);
    opacity: 0.8;
  }
  .poselki .poselok p {
    position: absolute;
    left: 24px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    width: 200px;
    line-height: 150%;
  }
  .poselki .poselok img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .block_uprav {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .block_uprav .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .block_uprav h3 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .block_uprav h3 small {
    width: 100%;
  }
  .block_uprav .left {
    width: 650px;
  }
  .block_uprav .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block_uprav .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .block_uprav .left .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .block_uprav .left .shagi .shag p {
    width: 210px;
    font-size: 14px;
    margin-left: 15px;
  }
  .block_uprav .left .shagi .shag .circle {
    width: 65px;
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_uprav .left .shagi .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .block_uprav .right {
    width: 100%;
    height: 450px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0px;
    margin-bottom: 55px;
  }
  .block_uprav .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .gallery {
    justify-content: space-between;
  }
  .gallery h3 {
    margin-bottom: 60px;
  }
  .gallery a {
    width: 49%;
    height: 255px;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*BG8*/
  .otzivi_block {
    margin-top: 70px;
  }
  .otzivi_block .otzivi {
    position: relative;
    margin-top: 60px;
  }
  .otzivi_block .otzivi .owl-prev {
    left: 120px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-next {
    right: 120px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev,
  .otzivi_block .otzivi .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next img,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev img,
  .otzivi_block .otzivi .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .otzivi_block .otzivi a {
    height: 400px;
    width: 400px;
  }
  .otzivi_block .otzivi a img {
    width: 320px !important;
  }
  .otzivi_block .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .otzivi_block .vid_otz .otz {
    width: 100%;
    height: 370px;
    border-radius: 5px;
    overflow: hidden;
  }
  .otzivi_block .vid_otz .otz:nth-child(n+2) {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .otzivi_block .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  /*BG9*/
  .komanda h3 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .komanda h3 small {
    width: 100%;
  }
  .komanda .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-top: 60px;
  }
  .komanda .tm {
    width: 47%;
    text-align: center;
  }
  .komanda .tm:nth-child(n+3) {
    margin-top: 50px;
  }
  .komanda .tm a {
    font-weight: 600;
    color: #3496e8;
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
  .komanda .tm img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .bg_quize .pine_quize {
    position: relative;
  }
  .bg_quize .pine_quize h3 {
    text-align: center;
    width: 100%;
  }
  .bg_quize .pine_quize .pine {
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 1;
    width: 400px;
  }
  .bg_quize .quize_all {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: flex-end;
    flex-direction: column;
    z-index: 2;
    position: relative;
  }
  .bg_quize .quize_all .manager {
    width: 450px;
    height: 652px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    overflow: hidden;
    order: 2;
    margin-top: 50px;
    display: none;
  }
  .bg_quize .quize_all .manager .info {
    position: absolute;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    bottom: 25px;
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
  }
  .bg_quize .quize_all .manager .info b {
    font-size: 22px;
    font-weight: 500;
  }
  .bg_quize .quize_all .manager .info p {
    font-size: 16px;
    margin-top: 2px;
  }
  .bg_quize .quize_all .manager .info a {
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 3px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .bg_quize .quize_all .manager img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg_quize .quize_all .quize {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-radius: 0 5px 5px 0;
  }
  .bg_quize .quize_all .quize .marquiz__container_inline {
    max-width: 100% !important;
  }
  .bg_quize .quize_all .quize .bonuses_direction_row {
    flex-direction: column !important;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    flex-direction: column;
  }
  .contacts_all .mmap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
  }
  .ipe {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipe p {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .ipe p:nth-child(n+2) {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .contacts .cont {
    width: 352px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .cont:last-child {
    width: 320px;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    width: 352px;
  }
  .contacts .cont .button button {
    padding: 0 30px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .contacts .cont b {
    font-size: 20px;
    line-height: 160%;
  }
  .contacts .cont b a {
    text-decoration: none;
    color: #333;
  }
  .contacts .cont b small {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-top: -5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 8px;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 25px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  /*STR_IPOTEKA*/
  .banki {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .banki .bank {
    width: 200px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .banki .bank img {
    width: 150px;
  }
  .ipoteka {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ipoteka .item {
    width: 47%;
    text-align: center;
  }
  .ipoteka .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .ipoteka .item .img {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ipoteka .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .ipoteka .item p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 160%;
  }
  .ipoteka .item p b {
    font-weight: 600;
  }
  /*BROKER*/
  .broker_all {
    margin-top: 70px;
  }
  .broker_all .right {
    width: 100%;
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px 30px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
  }
  .broker_all .right .alena_name a {
    font-size: 20px;
    display: block;
    margin-top: 6px;
    color: #333;
    font-weight: 700;
  }
  .broker_all .right img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .broker_all .h3_block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .broker_all .h3_block h3 {
    text-align: center;
    width: 100%;
  }
  .broker_all .h3_block .plus {
    width: 220px;
    text-align: center;
    border: 1px dashed #3496e8;
    color: #333;
    padding: 20px 10px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .broker_all .h3_block .plus:nth-child(n+2) {
    margin-left: auto;
  }
  .broker_all .h3_block .plus:nth-child(n+3) {
    margin-right: auto;
  }
  .broker_all .h3_block .plus p {
    text-decoration: underline;
  }
  .broker_all .broker {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .broker_all .broker .right {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .broker .right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px 30px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
  }
  .broker_all .broker .right .alena_name a {
    font-size: 20px;
    display: block;
    margin-top: 6px;
    color: #333;
    font-weight: 700;
  }
  .broker_all .broker .right img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .broker_all .broker .left {
    width: 660px;
  }
  .broker_all .broker .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .broker_all .broker .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .broker_all .broker .left .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .broker_all .broker .left .shagi .shag > p {
    font-size: 14px;
    width: 240px;
    margin-left: 20px;
  }
  .broker_all .broker .left .shagi .shag .circle {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .broker .left .shagi .shag .circle p {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .broker_all .broker .button {
    margin-top: 50px;
    margin-right: auto;
    width: 400px;
  }
  /*STR_RASPOLOJENIE*/
  .raspolojenie {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .raspolojenie .right {
    width: 100%;
    height: 450px;
    padding-top: 40px;
  }
  .raspolojenie .right .mmap {
    width: 100%;
    height: 100%;
  }
  .raspolojenie .left {
    width: 100%;
  }
  .raspolojenie .left h3 {
    text-align: center;
  }
  .raspolojenie .left > p {
    font-size: 20px;
    line-height: 170%;
    margin-top: 10px;
    font-weight: 300;
    text-align: center;
  }
  .raspolojenie .left .item_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .raspolojenie .left .item_block .item {
    display: flex;
    align-items: center;
    width: 320px;
  }
  .raspolojenie .left .item_block .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .raspolojenie .left .item_block .item > p {
    margin-left: 20px;
    font-size: 20px;
  }
  .raspolojenie .left .item_block .item .circle {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .raspolojenie .left .item_block .item .circle p {
    display: block;
    line-height: 14px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .raspolojenie .left .item_block .item .circle p b {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
  }
  .raspolojenie .left .button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  /*STR_HOD_STROITELSTVA*/
  .hod_stroitelstva {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .hod_stroitelstva .right {
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  .hod_stroitelstva .right .video {
    position: relative;
    bottom: 0;
    height: 380px;
    width: 100%;
    right: 0;
  }
  .hod_stroitelstva .left {
    width: 100%;
  }
  .hod_stroitelstva .left h3 {
    text-align: center;
    width: 100%;
  }
  .hod_stroitelstva .left .button {
    margin-top: 40px;
  }
  .hod_stroitelstva .left .plan_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    flex-direction: row;
  }
  .hod_stroitelstva .left .plan_all .plan {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 298px;
  }
  .hod_stroitelstva .left .plan_all .plan:nth-child(n+2) {
    margin-top: 0px;
  }
  .hod_stroitelstva .left .plan_all .plan:nth-child(n+3) {
    margin-top: 30px;
  }
  .hod_stroitelstva .left .plan_all .plan p {
    font-size: 18px;
  }
  .hod_stroitelstva .left .plan_all .plan p:first-child {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    padding: 10px 15px;
    width: 145px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .hod_stroitelstva .left .plan_all .plan p b {
    display: block;
  }
  .panorama {
    margin-top: 70px;
  }
  .panorama h3 {
    margin-bottom: 50px;
  }
  .panorama .button {
    margin: 40px auto 0 auto;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .desc_only {
    display: flex !important;
  }
  .mob_only {
    display: none !important;
  }
  .mobile_only {
    display: flex;
  }
}
.mb-4 {
  margin-bottom:24px!important
}
h4 {
  font-weight:300
}
h5 {
  display:block
}
.descr,
h5 {
  margin-bottom:24px
}
.purpose-table {
  border-collapse:collapse;
  margin-bottom:24px
}
.purpose-table,
.purpose-table th,
.purpose-table td {
  border:1px solid #d8d8d8;
  font-size:inherit;
  line-height:inherit
}
.purpose-table th {
  width:200px;
  text-align:left;
  font-weight:500
}
.purpose-table th,
.purpose-table td {
  vertical-align:top;
  padding:.5em .75em
}
.purpose-table ul {
  margin:0;
  padding:0;
  list-style-type:none
}
.purpose-table li:not(:last-child) {
  margin-bottom:.5em
}
.purpose-table li {
  display:flex;
  align-items:flex-start
}
.purpose-table li::before {
  content:'●';
  display:inline-block;
  font-size:10px;
  line-height:24px;
  margin-right:5px
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    width: 100%;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    width: 100%;
  }
  .container {
    max-width: 375px;
    min-width: 340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .container2 {
    max-width: 375px;
    width: 100%;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .str1 .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .str1 .cd-auto-hide-header .tel a {
    color: #fff;
  }
  .str1 .cd-auto-hide-header .menu-open .menu-list {
    background-color: #fff;
  }
  .str1 .cd-auto-hide-header .menu-toggle > p {
    background: none;
    color: #fff;
  }
  .str1 .cd-auto-hide-header .mobile-menu {
    background: none;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
  }
  .str1 .cd-auto-hide-header .navigaciya {
    width: 100%;
    background-image: none;
    margin-top: 10px;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
  }
  .str1 .cd-auto-hide-header .navigaciya nav a {
    color: #fff;
    text-decoration: none;
  }
  .str1 .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .str1 .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .str1 .animate .tel a {
    color: #333;
  }
  .str1 .animate .menu-toggle > p {
    background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
    color: #333;
  }
  .str1 .animate .mobile-menu {
    background: none;
    border: none;
  }
  .str1 .animate .navigaciya {
    width: 100%;
    background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
    margin-top: 10px;
    border: none;
  }
  .str1 .animate .navigaciya nav a {
    color: #333;
    text-decoration: none;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .menu {
    padding-top: 10px;
  }
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/bg1/main_last.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 100%;
    position: relative;
    padding-bottom: 60px;
  }
  .bg_gray {
    background: #f8fbfe;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .bg_gray_halv {
    background: #f8fbfe;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h4 {
    font-family: "Forum", cursive;
  }
  h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    font-family: "Forum", cursive;
  }
  h3 small {
    display: block;
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
    color: #797979;
    font-weight: 300;
    width: 100%;
    line-height: 170%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  h3 b {
    background: -webkit-linear-gradient(#3496e8, #005aaf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .font {
    font-family: "Forum", cursive;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 330px;
    height: 95px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to left, #f8af43, #ffc673, #ffc673, #f8af43);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 10px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 140%;
  }
  .button button p small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to left, #ffc673, #ffc673, #ffc673, #ffc673);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo img {
    height: 42px;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop {
    display: none !important;
    align-items: center;
  }
  .menu .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop p {
    width: 234px;
    margin-left: 15px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: none !important;
    flex-direction: column;
  }
  .menu .social > a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .menu .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .menu .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
    width: -moz-max-content;
    width: max-content;
  }
  .menu .tel p {
    width: -moz-max-content;
    width: max-content;
    line-height: 145%;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .menu .tel a {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 120px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
  }
  .main .left {
    width: 100%;
  }
  .main .left .logo_dop {
    display: none !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
    flex-direction: column;
  }
  .main .left .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .logo_dop p {
    width: 300px;
    margin-left: 0px;
    line-height: 160%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
  .main .left .social {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
  }
  .main .left .social > a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .main .left .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .main .left .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .plusi {
    margin-top: 40px;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item img {
    width: 70px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .main .left .plusi .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .main .left .plusi .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-left: 15px;
  }
  .main .right {
    width: 100%;
    height: 230px;
    margin-top: 25px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    object-fit: cover;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .main .right::after {
    content: "";
    display: none;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #000, #333);
    opacity: 0.85;
    border-radius: 50px 0 0 5px;
  }
  .main .right > img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 0 0 5px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  .main .right .akciya {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
  }
  .main .right .akciya img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
  }
  .main h1 span {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    padding: 0px 30px 4px 30px;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .h1_dop {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border-left: 3px solid #3496e8;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
  }
  .main .h1_dop p {
    margin-left: 15px;
    width: -moz-max-content;
    width: max-content;
    line-height: 165%;
  }
  .main .h1_dop p b {
    font-weight: 500;
    font-style: italic;
  }
  .main .button_block {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .main .button_block .button {
    order: 2;
    width: 100%;
  }
  .main .button_block > p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    order: 1;
    margin-bottom: 20px;
  }
  .main .button_block iframe {
    margin-bottom: 20px;
  }
  .info {
    background-color: #fff;
    width: 100%;
    margin-top: -10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 3;
  }
  .info img {
    width: 110px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .info span {
    border-left: 1px solid #e2e2e2;
    display: none;
    height: 100px;
    width: 1px;
  }
  .info p {
    line-height: 180%;
    margin-left: auto;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .info p:nth-child(5) {
    margin-top: 15px;
  }
  .info p:nth-child(7) {
    margin-top: 15px;
  }
  .ipot_all {
    position: relative;
    z-index: 4;
    margin-top: -10px;
    padding-top: 30px;
  }
  .ipot_all .owl-next,
  .ipot_all .owl-prev {
    width: 35px !important;
    height: 35px !important;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .ipot_all .owl-next {
    right: 10px;
  }
  .ipot_all .owl-prev {
    left: 10px;
  }
  .ipot_all .ipot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 20px;
    background-color: #f5f5f5;
  }
  .ipot_all .ipot h3 {
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  .ipot_all .ipot a {
    border-radius: 5px;
    width: 48% !important;
    border-radius: 5px;
    display: flex;
  }
  .ipot_all .ipot a:nth-child(n+3) {
    margin-top: 10px;
  }
  .ipot_all .ipot a img {
    width: 100%;
    border-radius: 5px;
  }
  /*BG2*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -80px;
    left: -10px;
    width: 300px;
  }
  .video_main .car2 {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 300px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #005aaf;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #005aaf;
  }
  .video_main a img {
    width: 33px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #005aaf;
    line-height: 140%;
    font-size: 14px;
  }
  /*NEW_ALL*/
  .bg2_new h3 small {
    width: 100%;
  }
  .bg2_new .items {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg2_new .items .item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .bg2_new .items .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg2_new .items .item .infos {
    margin-left: 15px;
  }
  .bg2_new .items .item img {
    width: 50px;
    height: 50px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .bg2_new .items .item b {
    display: block;
    margin-top: 0px;
    font-size: 18px;
    line-height: 120%;
  }
  .bg2_new .items .item p {
    margin-top: 3px;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
  }
  .h3_dop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .h3_dop .img {
    width: 100%;
    height: 255px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
  }
  .h3_dop .img:nth-child(n+2) {
    margin-top: 40px;
  }
  .h3_dop .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .h3_dop .img p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 14px;
    color: #fff;
    border-radius: 0 5px 0 0;
  }
  .h3_dop .vertical-rl {
    writing-mode: vertical-lr;
    border-left: 1px solid #e2e2e2;
    padding-left: 8px;
    font-weight: 500;
    font-size: 20px;
  }
  .main_new {
    margin-top: 150px;
    height: 100vh;
  }
  /*NEW_END*/
  /*BG3*/
  .bg3 .plusi {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .plusi .plus {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-start;
  }
  .bg3 .plusi .plus:nth-child(n+2) {
    margin-top: 25px;
  }
  .bg3 .plusi .plus img {
    width: 50px;
    height: 50px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 3px;
  }
  .bg3 .plusi .plus .infos {
    margin-left: 15px;
    text-align: left;
  }
  .bg3 .plusi .plus b {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    display: block;
    line-height: 120%;
  }
  .bg3 .plusi .plus p {
    font-size: 14px;
    margin-top: 4px;
    line-height: 150%;
  }
  /*BG4*/
  .render_all .button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .render {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .render img {
    width: 340px !important;
    height: 250px !important;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .render .owl-prev {
    left: 15px;
    transition: ease-in-out 0.2s;
  }
  .render .owl-next {
    right: 15px;
    transition: ease-in-out 0.2s;
  }
  .render .owl-next,
  .render .owl-prev {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 30px 20px;
    color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    order: 0;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    order: 3;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: center;
    order: 1;
    margin: 15px 0;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: none;
    font-weight: bold;
    display: block;
  }
  /*BG5*/
  .stroyka {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .stroyka .left {
    width: 100%;
  }
  .stroyka .left h3 {
    text-align: left;
  }
  .stroyka .left .plusi {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .stroyka .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .stroyka .left .plusi .plus:nth-child(n+2) {
    margin-top: 20px;
  }
  .stroyka .left .plusi .plus p {
    margin-left: 15px;
    width: 80%;
    font-size: 14px;
    line-height: 160%;
  }
  .stroyka .left .plusi .plus img {
    width: 50px;
    height: 50px;
  }
  .stroyka .right {
    width: 100%;
    height: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 35px;
    position: relative;
    background-image: url(../img/stroyka/right/bg.png);
    background-size: auto 570px;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
  }
  .stroyka .right h4 {
    font-size: 29px;
    font-weight: 300;
    line-height: 100%;
  }
  .stroyka .right h4 span {
    background: -webkit-linear-gradient(#3496e8, #005aaf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .stroyka .right > p {
    font-size: 13px;
    line-height: 170%;
    margin-top: 10px;
  }
  .stroyka .right > p b {
    font-weight: 600;
  }
  .stroyka .right .spec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
  .stroyka .right .spec .master {
    position: absolute;
    bottom: -40px;
    width: 330px;
    z-index: 2;
  }
  .stroyka .right .spec .dog {
    position: absolute;
    bottom: 120px;
    right: -50px;
    width: 200px;
    transform: rotate(10deg);
    z-index: 1;
  }
  .stroyka .right .spec .name {
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 200px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 160%;
    width: -moz-max-content;
    width: max-content;
  }
  .stroyka .right .spec .name b {
    display: block;
    margin-bottom: 0px;
  }
  .stroyka .right .spec .button {
    width: 300px;
    position: absolute;
  }
  .stroyka .right .spec .button button {
    padding: 0;
  }
  /*BG6*/
  .doma_all {
    /*TABS*/
    /* Базовый контейнер табов */
    /* стили вкладок (табов) */
    /* изменения стиля заголовков вкладок при наведении */
    /* стили для активной вкладки */
    /* активация секций с помощью переключателя :checked */
    /* стили секций с содержанием */
    /*TABS END*/
  }
  .doma_all .h3_block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .doma_all .h3_block h3 {
    text-align: center;
    width: 100%;
  }
  .doma_all .h3_block .h3_dop {
    display: flex;
    align-items: center;
    margin-top: 35px;
    flex-direction: column;
  }
  .doma_all .h3_block .h3_dop .img {
    width: 100%;
    height: 155px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 0px;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
  }
  .doma_all .h3_block .h3_dop .img:nth-child(n+2) {
    margin-bottom: 25px;
  }
  .doma_all .h3_block .h3_dop .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .h3_block .h3_dop .img p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding: 7px 15px;
    line-height: 14px;
    color: #fff;
    border-radius: 0 5px 0 0;
  }
  .doma_all .h3_block .h3_dop .vertical-rl {
    margin-bottom: 25px;
    border-left: 1px solid #e2e2e2;
    padding-left: 8px;
  }
  .doma_all .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
  }
  .doma_all .tabs label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 13%;
    margin: 0 0 -1px;
    padding: 8px 20px;
    line-height: 140%;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    border: 1px solid #3496e8;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .doma_all .tabs label:nth-child(n+16) {
    margin-top: 20px;
  }
  .doma_all .tabs label img {
    height: 110px;
  }
  .doma_all .tabs label p {
    font-weight: 300;
    margin-top: 0px;
    font-size: 15px;
  }
  .doma_all .tabs label b {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
  }
  .doma_all .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: #333;
    text-decoration: none;
  }
  .doma_all .tabs input:checked + label {
    color: #fff;
    background-image: #333;
    text-decoration: none;
  }
  .doma_all #tab1:checked ~ #content1,
  .doma_all #tab2:checked ~ #content2,
  .doma_all #tab3:checked ~ #content3,
  .doma_all #tab4:checked ~ #content4,
  .doma_all #tab5:checked ~ #content5,
  .doma_all #tab6:checked ~ #content6 {
    display: flex;
  }
  .doma_all .tabs section {
    display: flex;
    width: 100%;
    margin-top: 0px;
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .doma_all .tabs section:nth-child(n+2) {
    margin-top: 60px;
  }
  .doma_all .tabs input {
    display: none;
  }
  .doma_all .tabs section {
    padding: 30px;
  }
  .doma_all .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .doma_all .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .doma_all .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px;
    flex-direction: column;
  }
  .doma_all .price_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .doma_all .price_left .img_main {
    width: 100%;
    height: 230px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .price_left .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doma_all .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .doma_all .price_left .img_dop {
    width: 100%;
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .doma_all .price_left .img_dop a {
    width: 47%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80px;
    align-items: center;
  }
  .doma_all .price_left .img_dop a:nth-child(n+3) {
    margin-top: 15px;
  }
  .doma_all .price_left .img_dop a:last-child {
    width: 100%;
    height: 190px;
  }
  .doma_all .price_left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    align-items: center;
  }
  .doma_all .price_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .doma_all .price_right h2 {
    font-size: 26px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    color: #3496e8;
    text-align: center;
    width: 100%;
  }
  .doma_all .price_right h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .doma_all .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .doma_all .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .doma_all .price_right .h2_dop p:nth-child(n+2) {
    margin-top: 10px;
  }
  .doma_all .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .doma_all .price_right .razmeri {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    flex-direction: column;
  }
  .doma_all .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
  }
  .doma_all .price_right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 2px;
  }
  .doma_all .price_right ul li b {
    color: #333;
  }
  .doma_all .price_right .long_ul {
    width: 280px;
  }
  .doma_all .price_right .dop {
    margin-top: 30px;
    font-size: 13px;
    line-height: 175%;
  }
  .doma_all .price_right .button {
    margin-top: 40px;
    width: 100%;
  }
  /*BG7*/
  .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .poselok_main .h3_block h3 {
    width: 100%;
    text-align: center;
  }
  .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    margin-left: 15px;
  }
  .poselok_main .left {
    width: 100%;
  }
  .poselok_main .left > p {
    font-size: 18px;
    line-height: 170%;
    text-align: center;
  }
  .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .poselok_main .left .plusi p {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 300;
  }
  .poselok_main .left .plusi p:nth-child(n+2) {
    margin-top: 20px;
  }
  .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .poselok_main .left .button_block .button {
    width: 100%;
  }
  .poselok_main .left .button_block .tel {
    width: 220px;
    margin-top: 15px;
  }
  .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: center;
    line-height: 140%;
  }
  .poselok_main .left .button_block .tel a {
    font-size: 24px;
    color: #333;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
  }
  .poselok_main .right {
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 20px;
  }
  .poselok_main .right img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px;
    border-radius: 5px;
  }
  .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 5px 0 5px;
  }
  .poselki {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .poselki .poselok {
    width: 100%;
    height: 240px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .poselki .poselok:nth-child(n+2) {
    margin-top: 40px;
  }
  .poselki .poselok::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(30, 31, 36, 0.9) 20%, rgba(30, 31, 36, 0.2) 70%, rgba(30, 31, 36, 0.05) 100%);
    opacity: 0.8;
  }
  .poselki .poselok p {
    position: absolute;
    left: 24px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    width: 200px;
    line-height: 150%;
  }
  .poselki .poselok img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .block_uprav {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .block_uprav .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .block_uprav h3 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .block_uprav h3 small {
    width: 100%;
  }
  .block_uprav .left {
    width: 650px;
  }
  .block_uprav .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block_uprav .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .block_uprav .left .shagi .shag:nth-child(n+2) {
    margin-top: 30px;
  }
  .block_uprav .left .shagi .shag p {
    width: 210px;
    font-size: 14px;
    margin-left: 15px;
  }
  .block_uprav .left .shagi .shag .circle {
    width: 65px;
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_uprav .left .shagi .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .block_uprav .right {
    width: 100%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0px;
    margin-bottom: 55px;
  }
  .block_uprav .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .gallery {
    justify-content: space-between;
  }
  .gallery h3 {
    margin-bottom: 40px;
  }
  .gallery a {
    width: 49%;
    height: 130px;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-content;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jilci_all .owl-next,
  .jilci_all .owl-prev {
    width: 35px !important;
    height: 35px !important;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .jilci_all .owl-next {
    right: 10px;
  }
  .jilci_all .owl-prev {
    left: 10px;
  }
  /*BG8*/
  .otzivi_block {
    margin-top: 70px;
  }
  .otzivi_block .otzivi {
    position: relative;
    margin-top: 40px;
  }
  .otzivi_block .otzivi .owl-next,
  .otzivi_block .otzivi .owl-prev {
    width: 35px !important;
    height: 35px !important;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .otzivi_block .otzivi .owl-next {
    right: 10px;
  }
  .otzivi_block .otzivi .owl-prev {
    left: 10px;
  }
  .otzivi_block .otzivi a {
    height: 400px;
    width: 320px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #f5f5f5;
    padding: 0px 15px;
  }
  .otzivi_block .otzivi a img {
    width: 100% !important;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otzivi_block .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .otzivi_block .vid_otz .otz {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
  }
  .otzivi_block .vid_otz .otz:nth-child(n+2) {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .otzivi_block .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /*BG9*/
  .komanda h3 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .komanda h3 small {
    width: 100%;
  }
  .komanda .team {
    display: flex;
    justify-content: center;
    margin-top: 55px;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .komanda .team .button {
    position: absolute;
    bottom: -30px;
    height: 60px;
  }
  .komanda .team img {
    width: 120%;
  }
  .komanda .tm {
    width: 100%;
    text-align: center;
  }
  .komanda .tm:nth-child(n+2) {
    margin-top: 50px;
  }
  .komanda .tm a {
    font-weight: 600;
    color: #3496e8;
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
  .komanda .tm img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .bg_quize .pine_quize {
    position: relative;
  }
  .bg_quize .pine_quize h3 {
    text-align: center;
    width: 100%;
  }
  .bg_quize .pine_quize .pine {
    position: absolute;
    right: -150px;
    bottom: 100px;
    z-index: 1;
    width: 400px;
  }
  .bg_quize .pine_quize .social {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg_quize .pine_quize .social > a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .bg_quize .pine_quize .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .bg_quize .pine_quize .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg_quize .pine_quize .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg_quize .quize_all {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: flex-end;
    flex-direction: column;
    z-index: 2;
    position: relative;
  }
  .bg_quize .quize_all .manager {
    width: 450px;
    height: 652px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    overflow: hidden;
    order: 2;
    margin-top: 50px;
    display: none;
  }
  .bg_quize .quize_all .manager .info {
    position: absolute;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    bottom: 25px;
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
  }
  .bg_quize .quize_all .manager .info b {
    font-size: 22px;
    font-weight: 500;
  }
  .bg_quize .quize_all .manager .info p {
    font-size: 16px;
    margin-top: 2px;
  }
  .bg_quize .quize_all .manager .info a {
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 3px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .bg_quize .quize_all .manager img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg_quize .quize_all .quize {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-radius: 0 5px 5px 0;
  }
  .bg_quize .quize_all .quize .marquiz__container_inline {
    max-width: 100% !important;
  }
  .bg_quize .quize_all .quize .bonuses_direction_row {
    flex-direction: column !important;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    flex-direction: column;
  }
  .contacts_all .mmap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
  }
  .ipe {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipe p {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .ipe p:nth-child(n+2) {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .contacts > .social {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts > .social > a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .contacts > .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .contacts > .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts > .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts .cont {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .cont:last-child {
    width: 100%;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    width: 352px;
  }
  .contacts .cont .button button {
    padding: 0 30px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .contacts .cont b {
    font-size: 20px;
    line-height: 160%;
  }
  .contacts .cont b a {
    text-decoration: none;
    color: #333;
  }
  .contacts .cont b small {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-top: -5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 8px;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 25px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  .contacts .cont .button {
    width: 100%;
  }
  /*STR_IPOTEKA*/
  .banki {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .banki .bank {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .banki .bank:nth-child(n+3) {
    margin-top: 15px;
  }
  .banki .bank img {
    width: 100px;
  }
  .ipoteka {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ipoteka .item {
    width: 100%;
    text-align: center;
  }
  .ipoteka .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .ipoteka .item .img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
  .ipoteka .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .ipoteka .item p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 140%;
  }
  .ipoteka .item p b {
    font-weight: 600;
  }
  /*BROKER*/
  .broker_all {
    margin-top: 70px;
  }
  .broker_all .right {
    width: 100%;
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px 30px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
  }
  .broker_all .right .alena_name a {
    font-size: 20px;
    display: block;
    margin-top: 6px;
    color: #333;
    font-weight: 700;
  }
  .broker_all .right img {
    width: 100%;
    border-radius: 5px;
    height: 340px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .broker_all .h3_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .broker_all .h3_block h3 {
    text-align: center;
    width: 100%;
  }
  .broker_all .h3_block .plus {
    width: 220px;
    text-align: center;
    border: 1px dashed #3496e8;
    color: #333;
    padding: 20px 10px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .broker_all .h3_block .plus p {
    text-decoration: underline;
  }
  .broker_all .broker {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .broker_all .broker .right {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .broker .right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px 30px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
  }
  .broker_all .broker .right .alena_name a {
    font-size: 20px;
    display: block;
    margin-top: 6px;
    color: #333;
    font-weight: 700;
  }
  .broker_all .broker .right img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .broker_all .broker .left {
    width: 100%;
  }
  .broker_all .broker .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
  .broker_all .broker .left .shagi .shag {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .broker_all .broker .left .shagi .shag:nth-child(n+2) {
    margin-top: 30px;
  }
  .broker_all .broker .left .shagi .shag > p {
    font-size: 14px;
    width: 100%;
    margin-left: 20px;
    width: 80%;
  }
  .broker_all .broker .left .shagi .shag .circle {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .broker_all .broker .left .shagi .shag .circle p {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .broker_all .broker .button {
    margin-top: 50px;
    margin-right: auto;
    width: 100%;
  }
  /*STR_RASPOLOJENIE*/
  .raspolojenie {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .raspolojenie .right {
    width: 100%;
    height: 400px;
    padding-top: 40px;
  }
  .raspolojenie .right .mmap {
    width: 100%;
    height: 100%;
  }
  .raspolojenie .left {
    width: 100%;
  }
  .raspolojenie .left h3 {
    text-align: center;
  }
  .raspolojenie .left > p {
    font-size: 14px;
    line-height: 170%;
    margin-top: 10px;
    font-weight: 300;
    text-align: center;
  }
  .raspolojenie .left .item_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .raspolojenie .left .item_block .item {
    display: flex;
    align-items: center;
    width: 320px;
  }
  .raspolojenie .left .item_block .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .raspolojenie .left .item_block .item > p {
    margin-left: 20px;
    font-size: 18px;
  }
  .raspolojenie .left .item_block .item .circle {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .raspolojenie .left .item_block .item .circle p {
    display: block;
    line-height: 14px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .raspolojenie .left .item_block .item .circle p b {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
  }
  .raspolojenie .left .button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /*STR_HOD_STROITELSTVA*/
  .hod_stroitelstva {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .hod_stroitelstva .right {
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  .hod_stroitelstva .right .video {
    position: relative;
    bottom: 0;
    height: 180px;
    width: 100%;
    right: 0;
  }
  .hod_stroitelstva .left {
    width: 100%;
  }
  .hod_stroitelstva .left h3 {
    text-align: center;
    width: 100%;
  }
  .hod_stroitelstva .left .button {
    margin-top: 40px;
  }
  .hod_stroitelstva .left .plan_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    flex-direction: row;
    width: 100%;
  }
  .hod_stroitelstva .left .plan_all .plan {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .hod_stroitelstva .left .plan_all .plan:nth-child(n+2) {
    margin-top: 0px;
  }
  .hod_stroitelstva .left .plan_all .plan:nth-child(n+2) {
    margin-top: 30px;
  }
  .hod_stroitelstva .left .plan_all .plan p {
    font-size: 18px;
  }
  .hod_stroitelstva .left .plan_all .plan p:first-child {
    background-image: linear-gradient(135deg, #005aaf, #3496e8);
    padding: 10px 15px;
    width: 145px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .hod_stroitelstva .left .plan_all .plan p b {
    display: block;
  }
  .panorama {
    margin-top: 70px;
  }
  .panorama h3 {
    margin-bottom: 50px;
  }
  .panorama iframe {
    height: 400px;
  }
  .panorama .button {
    margin: 40px auto 0 auto;
    width: 100%;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .desc_only {
    display: none !important;
  }
  .mob_only {
    display: flex !important;
  }
}
input[type=tel],
input[type=submit],
input[type=text],
input[type=name],
textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

img {
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}

/* начало кнопки звонка */
.callback-bt-tel {
  background: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-tel .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-tel .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-tel i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

/*call desc*/
.callback-bt-desctop {
  background: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3);
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-desctop .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-desctop .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.fa-phone {
  margin-right: 3px;
  margin-top: 3px;
}

.callback-bt-desctop .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-desctop i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 0 rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 10px rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 12px rgba(58, 105, 255, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 25px rgba(58, 105, 255, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* конец кнопки звонка */
/*OWL*/
.owl-stage {
  display: flex;
}

.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 1;
  width: -moz-max-content !important;
  width: max-content !important;
}

.owl-item.active {
  opacity: 1;
  transition: 0.5s all;
}

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}

.owl-next,
.owl-prev {
  width: 55px !important;
  height: 55px !important;
  margin-top: -20px;
  position: absolute;
  top: 40%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 0px;
  display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}

.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out 0.2s;
}

.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out 0.2s;
}

.owl-nav button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.owl-prev {
  left: -35px;
  transition: ease-in-out 0.2s;
}

.owl-next {
  right: -35px;
  transition: ease-in-out 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img,
.owl-carousel button.owl-dot img {
  width: 100% !important;
  height: 100% !important;
}

.owl-nav img {
  box-shadow: none !important;
}

/*OWL*/
.navigaciya {
  width: 100%;
  background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
  margin-top: 10px;
}

nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  padding: 2px 0;
}

nav a {
  color: #333;
  text-decoration: none;
}

nav a:hover {
  color: #fff;
}

.tutorial {
  width: 100% !important;
}

.tutorial .slider {
  width: 100%;
  height: 300px;
  background-color: #f03861;
}

.tutorial:active {
  color: #005aaf;
}

.tutorial .information {
  width: 100%;
  padding: 20px 50px;
  margin-bottom: 30px;
}

.tutorial .information h1 {
  color: #333;
  font-size: 1.5rem;
  padding: 0px 10px;
  border-left: 3px solid #f03861;
}

.tutorial .information h3 {
  color: #e0e0e0;
  font-size: 1rem;
  font-weight: 300;
  padding: 0px 10px;
  border-left: 3px solid #f03861;
}

.tutorial .information p {
  padding: 10px 0px;
}

.tutorial ul {
  font-size: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.tutorial ul li {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  width: 100%;
  text-align: center;
}

.tutorial ul li ul {
  display: none;
}

.tutorial ul li ul li a {
  display: block !important;
  float: none;
  text-align: center;
}

.tutorial ul li:active {
  cursor: pointer;
  background-color: #2c62cb;
}

.tutorial ul li:hover ul {
  display: block;
  margin-top: 0px;
  width: 100%;
  left: 0;
  position: absolute;
}

.tutorial ul li:hover ul li {
  display: block;
  background-image: linear-gradient(135deg, #005aaf, #3496e8);
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.tutorial ul li:hover ul li a {
  color: #fff !important;
}

.tutorial ul li:hover ul li span {
  float: right;
  color: #2c62cb;
  background-color: #f03861;
  padding: 2px 10px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 3px;
}

.tutorial ul li:hover ul li:hover {
  background-color: #2c62cb;
}

.tutorial ul li:hover ul li:hover span {
  background-color: #2c62cb;
}

.tutor ul {
  font-size: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.tutor ul li {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  width: 100%;
  text-align: center;
}

.tutor ul li a {
  display: block !important;
  float: none;
  text-align: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.mobile-menu {
  width: 100% !important;
  margin: 0 auto;
  background-color: #f6f8fa;
  margin-top: 7px;
  padding: 0;
}

.menu-list {
  display: none;
  padding-top: 5px;
}
.menu-list li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.menu-list li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.menu-list .soc {
  padding: 10px;
}
.menu-list .soc p {
  background: none;
  color: #333;
  font-weight: 600;
}
.menu-list .soc .items {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.menu-list .soc .items a {
  height: 40px;
  width: 40px;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-list .soc .items a:nth-child(n+2) {
  margin-left: 10px;
}
.menu-list .soc .items a img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-list .button {
  margin-top: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}

/* Стилизуем кнопку переключения меню */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: all 0.2s ease;
}

.menu-toggle > p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
  border: 0;
  margin: 0;
  color: #333;
  padding: 8px 0;
}

.menu-toggle span:first-child {
  transform-origin: left center;
}

.menu-toggle span:last-child {
  transform-origin: right center;
}

/* Добавляем стили для раскрытия меню */
.menu-open .menu-list {
  display: block;
}

.menu-open .menu-toggle span:first-child {
  transform: rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

/* Добавляем стили для выделения текущей активной ссылки */
.menu-list a.active {
  font-weight: bold;
}

.menu-open > p {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.menu-open > p::after {
  content: "×";
  margin-left: 6px;
  margin-top: 2px;
  line-height: 0;
  right: -15px;
}

:target {
  padding-top: 130px; /* Здесь задайте нужный размер отступа */
}
.mb-4 {
  margin-bottom:24px!important
}
h4 {
  font-weight:300
}
h5 {
  display:block
}
.descr,
h5 {
  margin-bottom:24px
}
.purpose-table {
  border-collapse:collapse;
  margin-bottom:24px
}
.purpose-table,
.purpose-table th,
.purpose-table td {
  border:1px solid #d8d8d8;
  font-size:inherit;
  line-height:inherit
}
.purpose-table th {
  width:200px;
  text-align:left;
  font-weight:500
}
.purpose-table th,
.purpose-table td {
  vertical-align:top;
  padding:.5em .75em
}
.purpose-table ul {
  margin:0;
  padding:0;
  list-style-type:none
}
.purpose-table li:not(:last-child) {
  margin-bottom:.5em
}
.purpose-table li {
  display:flex;
  align-items:flex-start
}
.purpose-table li::before {
  content:'●';
  display:inline-block;
  font-size:10px;
  line-height:24px;
  margin-right:5px
}
/*# sourceMappingURL=style.css.map */