@charset "UTF-8";
@media screen and (min-width: 660px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1400px;
    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: 1400px;
    min-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1400px;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-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);
  }
  .menu {
    margin-top: 10px;
  }
  section {
    padding: 90px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
  }
  /*BG_NEW*/
  .bg1_new {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 55%);
    mask-image: linear-gradient(to right, transparent 0%, black 55%);
    opacity: 0;
    animation: fade 18s infinite;
  }
  .bg1_new:nth-child(1) {
    animation-delay: 0s;
  }
  .bg1_new:nth-child(2) {
    animation-delay: 6s;
  }
  .bg1_new:nth-child(3) {
    animation-delay: 12s;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /*BG_NEW*/
  .bg2 {
    background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  h3 {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    line-height: 140%;
    width: 800px;
  }
  h3 b {
    font-weight: 600;
  }
  h3 small {
    display: block;
    font-size: 22px;
    width: 500px;
    line-height: 160%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .h3_left h3 {
    text-align: left !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 450px;
    height: 90px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #2b5445, #4d9c7f);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 50px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 150%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #4d9c7f, #2b5445);
    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: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 110px;
  }
  .menu .logo_dop {
    display: flex;
    align-items: center;
    margin-left: 50px;
  }
  .menu .logo_dop img {
    width: 75px;
  }
  .menu .logo_dop p {
    width: 235px;
    font-size: 13px;
    line-height: 165%;
    margin-left: 20px;
  }
  .menu .messenger {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
  }
  .menu .messenger a {
    text-decoration: none;
    width: 33px;
    height: 33px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .messenger a:nth-child(n+2) {
    margin-left: 18px;
  }
  .menu .messenger a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 4px;
    display: block;
  }
  .menu .tel p {
    font-size: 14px;
  }
  .main {
    padding-top: 180px;
    display: flex;
  }
  .main .main_left {
    width: 670px;
    position: relative;
    z-index: 3;
  }
  .main .main_left h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 130%;
  }
  .main .main_left h1 span {
    color: #b7d445;
  }
  .main .main_left .h1_dop {
    margin-top: 20px;
    font-size: 19px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 20px 12px 12px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  .main .main_left .h1_dop span {
    font-weight: 500;
  }
  .main .main_left .h1_dop iframe {
    margin-right: 15px;
  }
  .main .main_left .main_plusi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
    width: 600px;
  }
  .main .main_left .main_plusi .plus {
    width: 266px;
    border-left: 1px solid #432f26;
    padding-left: 20px;
  }
  .main .main_left .main_plusi .plus p {
    line-height: 180%;
    font-weight: 500;
  }
  .main .main_left .main_plusi .plus p span {
    font-weight: 700;
  }
  .main .main_left .main_plusi .plus:nth-child(n+3) {
    margin-top: 45px;
  }
  .main .main_left .button {
    margin-top: 55px;
  }
  .main .main_right {
    position: relative;
    margin-left: -60px;
    width: 550px;
  }
  .main .main_right > img {
    position: absolute;
  }
  .main .main_right .cloud {
    position: absolute;
    right: -480px;
    bottom: -490px;
    width: 1000px;
  }
  .main .akciya {
    z-index: 1;
    width: 450px;
    margin-left: auto;
    position: relative;
  }
  .main .akciya img {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
  }
  .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: 600;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
  }
  .ipot_all .ipot a {
    width: 24%;
    border-radius: 5px;
  }
  .ipot_all .ipot a img {
    width: 100%;
    border-radius: 5px;
  }
  .block2 {
    position: relative;
  }
  .block2 .pine {
    position: absolute;
    right: -340px;
    top: -220px;
    width: 602px;
    z-index: 1;
  }
  .plusi_dop {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    justify-content: space-between;
  }
  .plusi_dop .plus {
    background-image: linear-gradient(to bottom, #432f26, #825440);
    color: #fff;
    width: 24%;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    position: relative;
    flex-direction: column;
  }
  .plusi_dop .plus p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 145%;
    order: 1;
  }
  .plusi_dop .plus p b {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 140%;
  }
  .plusi_dop .plus .img_plus {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 0;
  }
  .plusi_dop .plus .img_plus img {
    height: 35px;
    width: 35px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
  .plusi_dop .plus .vetka {
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 180px;
  }
  .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;
  }
  .pine_quize {
    position: relative;
  }
  .pine_quize .pine {
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 1;
    width: 600px;
  }
  .quize_all {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: flex-end;
    z-index: 2;
    position: relative;
  }
  .quize_all .manager {
    width: 330px;
    height: 600px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    overflow: hidden;
  }
  .quize_all .manager .info {
    position: absolute;
    background-color: #fff;
    bottom: 15px;
    padding: 12px 15px;
    border-radius: 5px;
    text-align: center;
  }
  .quize_all .manager .info b {
    font-size: 15px;
  }
  .quize_all .manager .info p {
    font-size: 14px;
    margin-top: 2px;
  }
  .quize_all .manager .info a {
    font-weight: 600;
    color: #333;
    margin-top: 5px;
    display: block;
    font-size: 18px;
  }
  .quize_all .manager img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .quize_all .quize {
    width: 68%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
  }
  .quize_all .quize .marquiz__container_inline {
    max-width: 100% !important;
  }
  .desctop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
  .no_desc {
    display: none !important;
  }
  /*MAIN_GRIBI*/
  .bg_blur {
    background: url(../img/bg_blur.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
.garantiya_bg {
    background: url(../img/bg_blur.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .demo_all {
    margin-top: 60px;
    width: 100%;
  }
  .demo_all .demo {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .demo_all .demo a {
    width: 500px;
    height: 370px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .demo_all .demo a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*YOUTUBE*/
  .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: 1200px;
    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%;
  }
  /*YOUTUBE END*/
  .jilci_all {
    margin-top: 50px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-width;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .owl-carousel .owl-stage {
    display: flex !important;
  }
  /*COMPLECT*/
  .complect {
    display: flex;
    justify-content: space-between;
  }
  .complect .left {
    width: 725px;
  }
  .complect .left h3 {
    width: auto;
  }
  .complect .left .comp_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 660px;
    margin-left: 15px;
  }
  .complect .left .comp_all .comp {
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    width: 290px;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }
  .complect .left .comp_all .comp:nth-child(n+3) {
    margin-top: 42px;
  }
  .complect .left .comp_all .comp > p {
    padding-left: 10px;
    font-size: 15px;
  }
  .complect .left .comp_all .comp .pin {
    width: 32px;
    height: 32px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    justify-content: center;
    left: -15px;
    border: 2px solid #c7c7c7;
  }
  .complect .left .comp_all .comp .pin p {
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complect .right {
    position: relative;
    width: 400px;
  }
  .complect .right > img {
    position: absolute;
    left: -50px;
  }
  .complect .right .razrez {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    top: 47%;
    z-index: 2;
    left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .complect .right .razrez img {
    width: 100%;
    margin-top: 6px;
  }
  .complect .right .razrez p {
    font-size: 13px;
    text-align: center;
    line-height: 135%;
    color: #fff;
    margin-top: 10px;
  }
  .garantiya {
    background-image: url(../img/garant/garantiya_bg.jpg);
    background-color: #fff;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    margin-top: 80px;
    padding: 50px 60px 55px 60px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
  }
  .garantiya .bg {
    position: absolute;
  }
  .garantiya .left {
    width: 550px;
  }
  .garantiya .left h3 {
    width: 100%;
  }
  .garantiya .left .garant {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    width: 560px;
  }
  .garantiya .left .garant .gar {
    display: flex;
    align-items: center;
  }
  .garantiya .left .garant .gar:nth-child(n+3) {
    margin-top: 40px;
  }
  .garantiya .left .garant .gar p {
    width: 205px !important;
    margin-left: 15px;
    line-height: 160%;
  }
  .garantiya .right {
    position: relative;
    width: 500px;
  }
  .garantiya .right img {
    position: absolute;
    left: -30px;
    bottom: -55px;
  }
  .price h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 840px;
  }
  .price h3 b {
    display: block;
  }
  .infrastruktura_all {
	margin-top: 50px;
  }
  .infrastruktura_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .infrastruktura_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
  }
  .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 #825440;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .tabs label:nth-child(n+16) {
    margin-top: 20px;
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label p {
    font-weight: 300;
    margin-top: 0px;
    font-size: 15px;
  }
  .tabs label b {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
  }
  /* изменения стиля заголовков вкладок при наведении */
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    text-decoration: none;
  }
  /* стили для активной вкладки */
  .tabs input:checked + label {
    color: #fff;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    text-decoration: none;
  }
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4,
  #tab5:checked ~ #content5,
  #tab6:checked ~ #content6 {
    display: flex;
  }
  /* стили секций с содержанием */
  .tabs section {
    display: flex;
    width: 100%;
    margin-top: 0px;


  }
  .tabs section:nth-child(n+2) {
    margin-top: 60px;
  }
  .tabs input {
    display: none;
  }
  /*TABS END*/
  .tabs section {
    padding: 10px;
  }
  .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px;
  }
  .price_left {
    display: flex;
    flex-direction: column;
    width: 620px;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 15px
  }
  .price_left .img_main {
    width: 590px;
    height: 470px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_left .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_left .img_dop a {
    width: 22%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }
  .price_left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
    .price_left h2 {
    font-size: 26px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    color: #825440;
  }
  .price_left h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .price_left h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .price_left .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .price_left .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .price_left .dop {
    margin-top: 20px;
    font-size: 15px;
    line-height: 165%;
  }
 .price_left .button {
    margin-top: 20px;
  }
  .price_right {
	margin-left: 10px;
    width: 620px;
    display: flex;
    flex-direction: column;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 15px
  }
  .price_right .img_main {
    width: 590px;
    height: 470px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_right .img_dop a {
    width: 22%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }
  .price_right .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right h2 {
    font-size: 26px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    color: #825440;
  }
  .price_right h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .price_right .razmeri {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 240px;
  }
  .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;
  }
  .price_right ul li b {
    color: #825440;
  }
  .price_right .long_ul {
    width: 280px;
  }
  .price_right .dop {
    margin-top: 20px;
    font-size: 15px;
    line-height: 165%;
  }
  .price_right .button {
    margin-top: 20px;
  }
  .comanda_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .comanda_all .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
  }
  .comanda_all .tm {
    width: 23%;
    text-align: center;
  }
  .comanda_all .tm a {
    font-weight: 600;
    color: #825440;
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
  .comanda_all .tm img {
    width: 100%;
    height: 450px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .jilci_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .jilci {
    display: flex;
    margin-top: 55px;
    flex-wrap: wrap;
  }
  .jilci a {
    width: 25%;
    height: 280px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jilci a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otzivi {
    margin-top: 55px;
    display: flex;
  }
  .otzivi a {
    width: 320px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    height: -moz-max-content;
    height: max-content;
  }
  .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .vid_otz .otz {
    width: 47%;
    height: 307px;
    border-radius: 5px;
    overflow: hidden;
  }
  .vid_otz .otz:nth-child(n+3) {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .mmap {
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    width: 730px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  }
  .ipe {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
  }
  .ipe p:last-child {
    margin-top: 5px;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
  }
  .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: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 {
    padding-top: 100px;
  }
  .block10 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block10 .block10_right {
    width: 700px;
    height: 450px;
    margin-top: 15px;
  }
  .block10 .block10_right .mmap {
    width: 100%;
    height: 100%;
  }
  .block10 .block10_left {
    width: 560px;
  }
  .block10 .block10_left .block_p {
    font-size: 18px;
    line-height: 175%;
    margin-top: 10px;
    font-weight: 400;
  }
  .block10 .block10_left .block8_item {
    display: flex;
    align-items: center;
    margin-top: 45px;
  }
  .block10 .block10_left .block8_item:nth-child(n+2) {
    margin-top: 35px;
  }
  .block10 .block10_left .block8_item > p {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
  }
  .block10 .block10_left .block8_item .circle {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .block10 .block10_left .block8_item .circle p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
  }
  .block10 .block10_left .block8_item .circle p b {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .h1_str {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    line-height: 140%;
  }
  .h1_str b {
    font-weight: 600;
  }
  .hod_stroitelstva {
    display: flex;
    justify-content: space-between;
  }
  .hod_stroitelstva .right {
    width: 430px;
    height: 583px;
  }
  .hod_stroitelstva .right a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .hod_stroitelstva .right a img {
    width: 100%;
  }
  .hod_stroitelstva .left {
    width: 675px;
    display: flex;
    flex-direction: column;
  }
  .hod_stroitelstva .left .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }
  .hod_stroitelstva .left .etapi .etap {
    width: 33%;
  }
  .hod_stroitelstva .left .etapi b {
    font-size: 36px;
    font-weight: 600;
  }
  .hod_stroitelstva .left .etapi b span {
    color: #825440;
  }
  .hod_stroitelstva .left .etapi p {
    font-size: 15px;
    margin-top: 3px;
  }
  .hod_stroitelstva .left .plan_sdachi {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: auto;
  }
  .hod_stroitelstva .left .plan_sdachi h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ababab;
    justify-content: space-between;
    padding-bottom: 3px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan:nth-child(n+2) {
    margin-top: 12px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan p {
    text-align: left;
    width: 410px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan b {
    display: block;
  }
  .panorama {
    margin-top: 70px;
  }
  .panorama h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .panorama iframe {
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
  }
  /*СТРАНИЦА - О ПОСЕЛКЕ*/
  .o_poselke {
    display: flex;
    justify-content: space-between;
  }
  .o_poselke .right {
    width: 460px;
    height: 410px;
  }
  .o_poselke .right a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .o_poselke .right a img {
    width: 100%;
    border-radius: 5px;
    border: 10px solid #fff;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .o_poselke .left {
    width: 645px;
    display: flex;
    flex-direction: column;
  }
  .o_poselke .left > p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 170%;
    font-weight: 300;
  }
  .o_poselke .left .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 10px;
  }
  .o_poselke .left .block8_item {
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  .o_poselke .left .block8_item:nth-child(n+2) {
    margin-top: 0px;
  }
  .o_poselke .left .block8_item > p {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
  }
  .o_poselke .left .block8_item > p span {
    font-weight: 400;
    display: block;
    font-size: 14px;
    margin-top: 2px;
  }
  .o_poselke .left .block8_item .circle {
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .o_poselke .left .block8_item .circle p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
  }
  .o_poselke .left .block8_item .circle p b {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .uprav_comp .left {
    width: 710px;
  }
  .uprav_comp .left h3 {
    width: 100%;
  }
  .uprav_comp .left > p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 170%;
    font-weight: 300;
  }
  .meropriyatiya {
    margin-top: 80px;
  }
  .meropriyatiya h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .meropriyatiya .prazdnik {
    margin-top: 60px;
  }
  .meropriyatiya .prazdnik h4 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
  }
  .meropriyatiya .prazdnik .foto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .meropriyatiya .prazdnik .foto a {
    width: 30%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .meropriyatiya .prazdnik .foto a:nth-child(n+4) {
    margin-top: 40px;
  }
  .meropriyatiya .prazdnik .foto a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*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;
  }
  .block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 50px;
  }
  .block2_item {
    width: 31%;
  }
  .block2_item:nth-child(n+4) {
    margin-top: 45px;
  }
  .block2_otdelka {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .block2_otdelka .block2_img {
    width: 300px;
  }
  .block2_otdelka .block2_item {
    width: 300px;
  }
  .block2_img {
    width: 100%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
  }
  .block2_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block2_item p {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    color: #585858;
  }
  .block2_item p b {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: #333;
    line-height: 140%;
    font-weight: 600;
  }
  .ipoteka_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ipoteka_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
    .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;
  }
  /*BLOCK17*/
  .broker {
    margin-top: 75px;
  }
  .broker_name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
  }
  .broker_name h3 {
    width: 670px;
    text-align: left;
    margin: 0;
  }
  .broker_name_plus {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #825440;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 145%;
  }
  .broker_name_plus:first-child {
    margin-left: -15px;
  }
  .broker_name_plus p {
    font-size: 14px;
    text-align: center;
    color: #333;
  }
  .broker_name_plus b {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    line-height: 140%;
    font-weight: 600;
  }
  .block17 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 30px;
  }
  .block17_left {
    width: 670px;
  }
  .block17_right {
    width: 440px;
    height: 396px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
  }
  .block17_right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .block17_right .alena_name b,
  .block17_right .alena_name p {
    font-size: 14px;
  }
  .block17_right .alena_name a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    color: #825440;
    display: block;
    margin-top: 5px;
  }
  .block17_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    -o-object-position: top;
       object-position: top;
  }
  .block17_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block17_left .shag p {
    font-size: 16px;
    width: 230px;
    margin-left: 0px;
    line-height: 145%;
  }
  .broker .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 380px;
  }
  /*O_POSELKE*/
  /*BLOCK15*/
  .block15 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .block15 h3 {
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .block15 h3 small {
    text-align: center;
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .block15_left {
    width: 645px;
  }
  .block_uprav .shagi {
    margin-top: 30px;
  }
  .block15_left .shag p {
    width: 205px;
  }
  .block15_left .shag p {
    font-size: 16px;
  }
  .block15_left .shag .circle {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .block15_left .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .block15_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block15_right {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 460px;
    height: auto;
    position: relative;
    margin-top: 15px;
  }
  .block15_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px;
  }
  .block15_right .shisha_left {
    width: 100px;
    left: -30px;
    bottom: -30px;
    top: auto;
  }
  .shagi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 650px;
  }
  .shagi .shag {
    display: flex;
    align-items: center;
  }
  .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .shagi .shag > p {
    font-size: 14px;
    margin-left: 15px;
    width: 210px;
  }
  .shagi .shag .circle {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .shagi .shag .circle > p {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .circle {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  /*BLOCK12*/
  .block12 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 80px;
  }
  .block12_left {
    width: 645px;
  }
  .block12_left h3 {
    text-align: left;
    width: 100%;
  }
  .block12_left > p {
    width: 100%;
    font-size: 18px;
    line-height: 170%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .block12_art a {
    display: flex;
    align-items: center;
    color: #333;
  }
  .block12_art img {
    width: 80px;
  }
  .block12_art p {
    font-size: 18px;
    margin-left: 15px;
    width: 300px;
    line-height: 140%;
  }
  .block12_left .block_p span {
    font-weight: bold;
    color: #825440;
    text-decoration: underline;
  }
  .block12_left .button {
    margin-top: 55px;
  }
  .block12_right {
    width: 460px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 514px;
  }
  .block12_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: 0% 10%;
       object-position: 0% 10%;
  }
  .name {
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    width: 320px;
  }
  .name p {
    font-size: 14px;
  }
  .button_7 {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
.mb-3 {
  box-sizing: content-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.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: 1400px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
  .container {
    min-width: 993px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
  }
  .container2 {
    width: 100%;
    min-width: 993px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .main {
    padding-top: 150px;
  }
  .main .main_left {
    width: 715px;
  }
  .menu .logo_dop p {
    width: 235px;
    font-size: 13px;
    line-height: 155%;
    margin-left: 20px;
  }
  .price_left {
    display: flex;
    flex-direction: column;
    width: 580px;
  }
  .price_left .img_main {
    width: 500px;
    height: 440px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_left .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_left .img_dop a {
    width: 22%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }
  .price_left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right {
    display: flex;
    flex-direction: column;
    width: 580px;
	border-radius: 10px;
	padding: 15px
  }
  .price_right .img_main {
    width: 500px;
    height: 440px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_right .img_dop a {
    width: 22%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }
  .price_right .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
.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: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
  }
  /*BG_NEW*/
  .bg1_new {
    position: absolute;
    top: 400px;
    right: 0;
    width: 100%;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%, transparent 100%);
    opacity: 0;
    animation: fade 18s infinite;
  }
  .bg1_new:nth-child(1) {
    animation-delay: 0s;
  }
  .bg1_new:nth-child(2) {
    animation-delay: 6s;
  }
  .bg1_new:nth-child(3) {
    animation-delay: 12s;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /*BG_NEW*/
  .bg2 {
    background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 160%;
    width: 100%;
  }
  h3 b {
    font-weight: 600;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 450px;
    height: 90px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #2b5445, #4d9c7f);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 50px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 150%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #4d9c7f, #2b5445);
    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: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 110px;
  }
  .menu .logo_dop {
    display: flex;
    align-items: center;
    margin-left: 50px;
  }
  .menu .logo_dop img {
    width: 75px;
  }
  .menu .logo_dop p {
    width: 235px;
    font-size: 13px;
    line-height: 165%;
    margin-left: 20px;
  }
  .menu .messenger {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
  }
  .menu .messenger a {
    text-decoration: none;
    width: 33px;
    height: 33px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .messenger a:nth-child(n+2) {
    margin-left: 18px;
  }
  .menu .messenger a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 4px;
    display: block;
  }
  .menu .tel p {
    font-size: 14px;
  }
  .main {
    padding-top: 150px;
    display: flex;
  }
  .main .main_left {
    width: 100%;
  }
  .main .main_left .logo_dop {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: -moz-max-content;
    width: max-content;
  }
  .main .main_left .logo_dop img {
    width: 75px;
  }
  .main .main_left .logo_dop p {
    width: 235px;
    font-size: 13px;
    line-height: 165%;
    margin-left: 20px;
  }
  .main .main_left h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
  }
  .main .main_left h1 span {
    color: #b7d445;
  }
  .main .main_left .h1_dop {
    margin-top: 20px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px 10px 10px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    color: #fff;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .main_left .h1_dop span {
    font-weight: 500;
  }
  .main .main_left .main_plusi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 450px;
    justify-content: space-between;
    width: 600px;
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .main .main_left .main_plusi .plus {
    width: 266px;
    border-left: 1px solid #432f26;
    padding-left: 20px;
  }
  .main .main_left .main_plusi .plus p {
    line-height: 180%;
  }
  .main .main_left .main_plusi .plus p span {
    font-weight: 600;
  }
  .main .main_left .main_plusi .plus:nth-child(n+3) {
    margin-top: 45px;
  }
  .main .main_left .button {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .main_right {
    position: relative;
    margin-left: 0px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .main_right > img {
    position: relative;
    width: 100%;
  }
  .main .main_right .cloud {
    position: absolute;
    right: -85px;
    bottom: -80px;
    width: 500px;
  }
  .main .akciya {
    z-index: 1;
    width: 400px !important;
    height: 400px !important;
    margin-left: 0;
    position: absolute;
    bottom: -200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .akciya img {
    width: 400px !important;
    height: 400px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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%;
    border-radius: 5px;
  }
  .ipot_all .ipot a:nth-child(n+3) {
    margin-top: 30px;
  }
  .ipot_all .ipot a img {
    width: 100%;
    border-radius: 5px;
  }
  .block2 {
    position: relative;
  }
  .block2 .pine {
    position: absolute;
    right: -340px;
    top: -220px;
    width: 602px;
    z-index: 1;
  }
  .plusi_dop {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    justify-content: space-between;
  }
  .plusi_dop .plus {
    background-image: linear-gradient(to bottom, #432f26, #825440);
    color: #fff;
    width: 49%;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    position: relative;
    flex-direction: column;
  }
  .plusi_dop .plus:nth-child(n+3) {
    margin-top: 20px;
  }
  .plusi_dop .plus p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 145%;
    order: 1;
  }
  .plusi_dop .plus p b {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 140%;
  }
  .plusi_dop .plus .img_plus {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 0;
  }
  .plusi_dop .plus .img_plus img {
    height: 35px;
    width: 35px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
  .plusi_dop .plus .vetka {
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 180px;
  }
  .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;
  }
  .pine_quize {
    position: relative;
  }
  .pine_quize .pine {
    position: absolute;
    right: -50px;
    bottom: 0;
    z-index: 1;
    width: 470px;
  }
  .quize_all {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    align-items: center;
    z-index: 2;
    position: relative;
    flex-direction: column;
  }
  .quize_all .manager {
    width: 430px;
    height: 600px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    overflow: hidden;
  }
  .quize_all .manager .info {
    position: absolute;
    background-color: #fff;
    bottom: 15px;
    padding: 12px 15px;
    border-radius: 5px;
    text-align: center;
  }
  .quize_all .manager .info b {
    font-size: 15px;
  }
  .quize_all .manager .info p {
    font-size: 14px;
    margin-top: 2px;
  }
  .quize_all .manager .info a {
    font-weight: 600;
    color: #333;
    margin-top: 5px;
    display: block;
    font-size: 18px;
  }
  .quize_all .manager img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .quize_all .quize {
    width: 68%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    overflow: visible;
    border-radius: 5px;
    margin-top: 50px;
  }
  .quize_all .quize .marquiz__container_inline {
    max-width: 100% !important;
  }
  .quize_all .quize .marquiz__button {
    padding: 35px 30px;
    background-image: linear-gradient(to top, #2b5445, #4d9c7f);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
  }
  .mmap {
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
  }
  .ipe {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
  }
  .ipe p:last-child {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .contacts .cont {
    width: 330px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .cont:nth-child(3) {
    width: 400px;
  }
  .contacts .cont .button {
    width: 100%;
    margin-top: 40px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 3px;
  }
  .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%;
  }
  /*MAIN_GRIBI*/
  .bg_blur {
    background: url(../img/bg_blur.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .demo_all {
    margin-top: 60px;
    width: 100%;
  }
  .demo_all .demo {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .demo_all .demo a {
    width: 500px;
    height: 370px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .demo_all .demo a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*YOUTUBE*/
  .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%;
  }
  /*YOUTUBE END*/
  /*COMPLECT*/
  .complect {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .complect .left {
    width: 100%;
  }
  .complect .left h3 {
    width: auto;
  }
  .complect .left .comp_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .complect .left .comp_all .comp {
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    width: 290px;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }
  .complect .left .comp_all .comp:nth-child(n+3) {
    margin-top: 42px;
  }
  .complect .left .comp_all .comp > p {
    padding-left: 10px;
    font-size: 15px;
  }
  .complect .left .comp_all .comp .pin {
    width: 32px;
    height: 32px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    justify-content: center;
    left: -15px;
    border: 2px solid #c7c7c7;
  }
  .complect .left .comp_all .comp .pin p {
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complect .right {
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .complect .right > img {
    position: relative;
    left: 0px;
    width: 100%;
  }
  .complect .right .razrez {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    top: 40%;
    z-index: 2;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .complect .right .razrez img {
    width: 100%;
    margin-top: 6px;
  }
  .complect .right .razrez p {
    font-size: 13px;
    text-align: center;
    line-height: 135%;
    color: #fff;
    margin-top: 10px;
  }
  .garantiya {
    background-image: url(../img/garant/garantiya_bg.jpg);
    background-color: #fff;
    background-position: 200px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    margin-top: 80px;
    padding: 50px 60px 55px 60px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .garantiya .bg {
    position: absolute;
  }
  .garantiya .left {
    width: 550px;
  }
  .garantiya .left h3 {
    width: 100%;
  }
  .garantiya .left .garant {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    width: 560px;
    flex-direction: column;
  }
  .garantiya .left .garant .gar {
    display: flex;
    align-items: center;
  }
  .garantiya .left .garant .gar:nth-child(n+2) {
    margin-top: 40px;
  }
  .garantiya .left .garant .gar p {
    width: 205px !important;
    margin-left: 15px;
    line-height: 160%;
  }
  .garantiya .right {
    position: relative;
    width: 500px;
  }
  .garantiya .right img {
    position: absolute;
    left: 200px;
    bottom: -55px;
  }
  .price h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .price h3 b {
    display: block;
  }
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
  }
  .tabs label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 23%;
    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 #825440;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .tabs label:nth-child(n+9) {
    margin-top: 20px;
  }
  .tab14 {
    margin-right: auto !important;
    margin-left: 18px !important;
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label p {
    font-weight: 300;
    margin-top: 0px;
    font-size: 15px;
  }
  .tabs label b {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
  }
  /* изменения стиля заголовков вкладок при наведении */
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    text-decoration: none;
  }
  /* стили для активной вкладки */
  .tabs input:checked + label {
    color: #fff;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    text-decoration: none;
  }
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4,
  #tab5:checked ~ #content5,
  #tab6:checked ~ #content6,
  #tab7:checked ~ #content7,
  #tab8:checked ~ #content8,
  #tab9:checked ~ #content9,
  #tab10:checked ~ #content10,
  #tab11:checked ~ #content11,
  #tab12:checked ~ #content12,
  #tab13:checked ~ #content13,
  #tab14:checked ~ #content14 {
    display: flex;
  }
  /* стили секций с содержанием */
  .tabs section {
    display: flex;
    width: 100%;
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .tabs section:nth-child(n+2) {
    margin-top: 60px;
  }
  .tabs input {
    display: none;
  }
  /*TABS END*/
  .tabs section {
    padding: 50px;
  }
  .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px;
    flex-direction: column;
  }
  .price_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .price_left .img_main {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_left .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_left .img_dop a {
    width: 22%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }
  .price_left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
   .price_left h2 {
    font-size: 26px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    color: #825440;
  }
  .price_left h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .price_left .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .price_left .h2_dop b {
    display: block;
    margin-top: 2px;
  }	
  .price_left .dop {
    margin-top: 20px;
    font-size: 15px;
    line-height: 165%;
  }
  .price_left .button {
    margin-top: 30px;
  }
   .price_right {
    display: flex;
    flex-direction: column;
    width: 100%;
	margin-top: 30px;
  }
  .price_right .img_main {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right .img_dop {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_right .img_dop a {
    width: 22%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }
  .price_right .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right h2 {
    font-size: 26px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    color: #825440;
  }
  .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
  }
  .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .price_right .razmeri {
    display: flex;
    justify-content: space-between;
  }
  .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 240px;
  }
  .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;
  }
  .price_right ul li b {
    color: #825440;
  }
  .price_right .long_ul {
    width: 280px;
  }
  .price_right .dop {
    margin-top: 20px;
    font-size: 15px;
    line-height: 165%;
  }
  .price_right .button {
    margin-top: 30px;
  }
  .comanda_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .comanda_all .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
  }
  .comanda_all .tm {
    width: 47%;
    text-align: center;
  }
  .comanda_all .tm:nth-child(n+3) {
    margin-top: 50px;
  }
  .comanda_all .tm a {
    font-weight: 600;
    color: #825440;
    display: block;
    margin-top: 5px;
  }
  .comanda_all .tm img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .jilci_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .jilci {
    display: flex;
    margin-top: 55px;
    flex-wrap: wrap;
  }
  .jilci a {
    width: 25%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jilci a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otzivi {
    margin-top: 55px;
    display: flex;
  }
  .otzivi a {
    width: 320px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    height: -moz-max-content;
    height: max-content;
  }
  .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .vid_otz .otz {
    width: 47%;
    height: 175px;
    border-radius: 5px;
    overflow: hidden;
  }
  .vid_otz .otz:nth-child(n+3) {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .mmap {
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 500px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  }
  .ipe {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
  }
  .ipe p:last-child {
    margin-top: 5px;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
    flex-direction: column;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont {
    width: 352px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont:last-child {
    width: 320px;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    margin-top: 10px;
    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 {
    padding-top: 100px;
  }
  .block10 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block10 .block10_right {
    width: 540px;
    height: 450px;
    margin-top: 15px;
    display: none;
  }
  .block10 .block10_right .mmap {
    width: 100%;
    height: 100%;
  }
  .block10 .block10_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block10 .block10_left .block_p {
    font-size: 18px;
    line-height: 175%;
    margin-top: 10px;
    font-weight: 400;
  }
  .block10 .block10_left .block8_item {
    display: flex;
    align-items: center;
    margin-top: 45px;
    flex-direction: column;
  }
  .block10 .block10_left .block8_item:nth-child(n+2) {
    margin-top: 35px;
  }
  .block10 .block10_left .block8_item > p {
    margin-left: 0px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
  }
  .block10 .block10_left .block8_item .circle {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .block10 .block10_left .block8_item .circle p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
  }
  .block10 .block10_left .block8_item .circle p b {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .h1_str {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    line-height: 140%;
  }
  .h1_str b {
    font-weight: 600;
  }
  .hod_stroitelstva {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .hod_stroitelstva .right {
    width: 430px;
    height: 600px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .hod_stroitelstva .right a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .hod_stroitelstva .right a img {
    width: 100%;
  }
  .hod_stroitelstva .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hod_stroitelstva .left .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }
  .hod_stroitelstva .left .etapi .etap {
    width: 33%;
  }
  .hod_stroitelstva .left .etapi b {
    font-size: 36px;
    font-weight: 600;
  }
  .hod_stroitelstva .left .etapi b span {
    color: #825440;
  }
  .hod_stroitelstva .left .etapi p {
    font-size: 15px;
    margin-top: 3px;
  }
  .hod_stroitelstva .left .plan_sdachi {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
  }
  .hod_stroitelstva .left .plan_sdachi h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ababab;
    justify-content: space-between;
    padding-bottom: 3px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan:nth-child(n+2) {
    margin-top: 12px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan p {
    text-align: left;
    width: 410px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan b {
    display: block;
  }
  .panorama {
    margin-top: 70px;
  }
  .panorama h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .panorama iframe {
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
  }
  /*СТРАНИЦА - О ПОСЕЛКЕ*/
  .o_poselke {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .o_poselke .right {
    margin-top: 40px;
    width: 100%;
    height: 410px;
  }
  .o_poselke .right a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .o_poselke .right a img {
    width: 100%;
    border-radius: 5px;
    border: 10px solid #fff;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .o_poselke .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .o_poselke .left > p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 170%;
    font-weight: 300;
  }
  .o_poselke .left .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .o_poselke .left .block8_item {
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  .o_poselke .left .block8_item:nth-child(n+2) {
    margin-top: 0px;
  }
  .o_poselke .left .block8_item > p {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
  }
  .o_poselke .left .block8_item > p span {
    font-weight: 400;
    display: block;
    font-size: 14px;
    margin-top: 2px;
  }
  .o_poselke .left .block8_item .circle {
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .o_poselke .left .block8_item .circle p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
  }
  .o_poselke .left .block8_item .circle p b {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .uprav_comp .left {
    width: 710px;
  }
  .uprav_comp .left h3 {
    width: 100%;
  }
  .uprav_comp .left > p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 170%;
    font-weight: 300;
  }
  .meropriyatiya {
    margin-top: 80px;
  }
  .meropriyatiya h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .meropriyatiya .prazdnik {
    margin-top: 60px;
  }
  .meropriyatiya .prazdnik h4 {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
  }
  .meropriyatiya .prazdnik .foto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .meropriyatiya .prazdnik .foto a {
    width: 30%;
    height: 150px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .meropriyatiya .prazdnik .foto a:nth-child(n+4) {
    margin-top: 40px;
  }
  .meropriyatiya .prazdnik .foto a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*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;
  }
  .block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block2_item {
    width: 47%;
  }
  .block2_item:nth-child(n+3) {
    margin-top: 45px;
  }
  .block2_otdelka {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .block2_otdelka .block2_img {
    width: 300px;
  }
  .block2_otdelka .block2_item {
    width: 300px;
  }
  .block2_img {
    width: 100%;
    height: 190px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
  }
  .block2_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block2_item p {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    color: #585858;
  }
  .block2_item p b {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: #333;
    line-height: 140%;
    font-weight: 600;
  }
 .infrastruktura_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .infrastruktura_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .ipoteka_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ipoteka_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
    .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;
  }
  /*BLOCK17*/
  .broker {
    margin-top: 75px;
  }
  .broker_name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .broker_name h3 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .broker_name_plus {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #825440;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 145%;
    margin-top: 20px;
  }
  .broker_name_plus:first-child {
    margin-left: -15px;
  }
  .broker_name_plus p {
    font-size: 14px;
    text-align: center;
    color: #333;
  }
  .broker_name_plus b {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    line-height: 140%;
    font-weight: 600;
  }
  .block17 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
    flex-direction: column;
  }
  .block17_left {
    width: 670px;
    order: 1;
    margin-top: 50px;
  }
  .block17_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    margin-top: 0px;
    order: 0;
  }
  .block17_right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .block17_right .alena_name b,
  .block17_right .alena_name p {
    font-size: 14px;
  }
  .block17_right .alena_name a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    color: #825440;
    display: block;
    margin-top: 5px;
  }
  .block17_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .block17_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block17_left .shag p {
    font-size: 16px;
    width: 230px;
    margin-left: 0px;
    line-height: 145%;
  }
  .broker .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 380px;
  }
  /*O_POSELKE*/
  /*BLOCK15*/
  .block15 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .block15 h3 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .block15 h3 small {
    text-align: center;
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .block15_left {
    width: 645px;
    order: 1;
    margin-top: 20px;
  }
  .block_uprav .shagi {
    margin-top: 30px;
  }
  .block15_left .shag p {
    width: 205px;
  }
  .block15_left .shag p {
    font-size: 16px;
  }
  .block15_left .shag .circle {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .block15_left .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .block15_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block15_right {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
    order: 0;
  }
  .block15_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px;
  }
  .block15_right .shisha_left {
    width: 100px;
    left: -30px;
    bottom: -30px;
    top: auto;
  }
  .shagi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 650px;
  }
  .shagi .shag {
    display: flex;
    align-items: center;
  }
  .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .shagi .shag > p {
    font-size: 14px;
    margin-left: 15px;
    width: 225px;
    line-height: 170%;
  }
  .shagi .shag .circle {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .shagi .shag .circle > p {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .circle {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  /*BLOCK12*/
  .block12 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 80px;
    flex-direction: column;
  }
  .block12_left {
    width: 645px;
    order: 1;
    margin-top: 40px;
  }
  .block12_left h3 {
    text-align: center;
    width: 100%;
  }
  .block12_left > p {
    width: 100%;
    font-size: 18px;
    line-height: 170%;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .block12_art a {
    display: flex;
    align-items: center;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .block12_art img {
    width: 80px;
  }
  .block12_art p {
    font-size: 18px;
    margin-left: 15px;
    width: 300px;
    line-height: 140%;
  }
  .block12_left .block_p span {
    font-weight: bold;
    color: #825440;
    text-decoration: underline;
  }
  .block12_left .button {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
  }
  .block12_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    order: 0;
  }
  .block12_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .name {
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    width: 320px;
  }
  .name p {
    font-size: 14px;
  }
  /*MAIN_GRIBI_END*/
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .no_desc {
    display: none !important;
  }
}
.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: 320px;
    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 !important;
  }
  .container {
    max-width: 350px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 350px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    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);
  }
  section {
    padding: 70px 0;
  }
  header {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
  }
  /*BG_NEW*/
  .bg1_new {
    position: absolute;
    top: 400px;
    right: 0;
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%, transparent 100%);
    opacity: 0;
    animation: fade 18s infinite;
  }
  .bg1_new:nth-child(1) {
    animation-delay: 0s;
  }
  .bg1_new:nth-child(2) {
    animation-delay: 6s;
  }
  .bg1_new:nth-child(3) {
    animation-delay: 12s;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /*BG_NEW*/
  .bg2 {
    background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  h3 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 160%;
    width: 100%;
  }
  h3 b {
    font-weight: 600;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 450px;
    height: auto;
    font-size: 16px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #2b5445, #4d9c7f);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 20px 30px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    width: 100%;
    line-height: 150%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #4d9c7f, #2b5445);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 80px;
  }
  .menu .logo_dop {
    display: flex;
    align-items: center;
    margin-left: 50px;
  }
  .menu .logo_dop img {
    width: 65px;
  }
  .menu .logo_dop p {
    width: 235px;
    font-size: 13px;
    line-height: 165%;
    margin-left: 10px;
  }
  .menu .messenger {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
    display: none;
    width: 160px;
    justify-content: space-between;
  }
  .menu .messenger a {
    text-decoration: none;
    width: 33px;
    height: 33px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .messenger a:nth-child(n+2) {
    margin-left: 18px;
  }
  .menu .messenger a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 0px;
    display: block;
  }
  .menu .tel p {
    font-size: 12px;
  }
  .messenger {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: none;
    width: 160px;
    justify-content: space-between;
  }
  .messenger a {
    text-decoration: none;
    width: 35px;
    height: 35px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .messenger a:nth-child(n+2) {
    margin-left: 0px;
  }
  .messenger a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main {
    padding-top: 130px;
    display: flex;
  }
  .main .main_left {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .main .main_left .logo_dop {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .main .main_left .logo_dop img {
    width: 70px;
  }
  .main .main_left .logo_dop p {
    width: 220px;
    font-size: 12px;
    line-height: 170%;
    margin-left: 10px;
  }
  .main .main_left h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
  }
  .main .main_left h1 span {
    color: #b7d445;
  }
  .main .main_left .h1_dop {
    margin-top: 20px;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-weight: 300;
    color: #323232;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 20px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    color: #fff;
    border-radius: 5px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    width: 100%;
  }
  .main .main_left .h1_dop span {
    font-weight: 500;
  }
  .main .main_left .h1_dop iframe {
    order: 2;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .main_left .h1_dop p {
    order: 0;
  }
  .main .main_left .main_plusi {
    display: flex;
    flex-wrap: wrap;
    margin-top: 260px;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .main .main_left .main_plusi .plus {
    width: 266px;
    border-left: 1px solid #432f26;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .main_left .main_plusi .plus p {
    line-height: 180%;
  }
  .main .main_left .main_plusi .plus p span {
    font-weight: 600;
  }
  .main .main_left .main_plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .main .main_left .button {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main .main_right {
    position: relative;
    margin-left: 0px;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
  .main .main_right > img {
    position: relative;
    width: 100%;
  }
  .main .main_right .cloud {
    position: absolute;
    right: -85px;
    bottom: -50px;
    width: 290px;
  }
  .main .akciya {
    z-index: 1;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: -200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .akciya img {
    width: 100% !important;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
  .ipot_all {
    position: relative;
    z-index: 4;
    margin-top: -10px;
  }
  .ipot_all .ipot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .ipot_all .ipot h3 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .ipot_all .ipot a {
    width: 48%;
    border-radius: 5px;
  }
  .ipot_all .ipot a:nth-child(n+3) {
    margin-top: 10px;
  }
  .ipot_all .ipot a img {
    width: 100%;
    border-radius: 5px;
  }
  .block2 {
    position: relative;
  }
  .block2 .pine {
    position: absolute;
    right: -340px;
    top: -220px;
    width: 602px;
    z-index: 1;
  }
  .plusi_dop {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    justify-content: space-between;
  }
  .plusi_dop .plus {
    background-image: linear-gradient(to bottom, #432f26, #825440);
    color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    position: relative;
    flex-direction: column;
  }
  .plusi_dop .plus:nth-child(n+2) {
    margin-top: 20px;
  }
  .plusi_dop .plus p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 145%;
    order: 1;
  }
  .plusi_dop .plus p b {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 140%;
  }
  .plusi_dop .plus .img_plus {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 0;
  }
  .plusi_dop .plus .img_plus img {
    height: 25px;
    width: 25px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
  }
  .plusi_dop .plus .vetka {
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 180px;
  }
  .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;
  }
  .pine_quize {
    position: relative;
  }
  .pine_quize .pine {
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: 1;
    width: 420px;
  }
  .quize_all {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    align-items: center;
    z-index: 2;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .quize_all .manager {
    width: 100%;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    position: relative;
    justify-content: center;
    overflow: hidden;
  }
  .quize_all .manager .info {
    position: absolute;
    background-color: #fff;
    bottom: 15px;
    padding: 12px 15px;
    border-radius: 5px;
    text-align: center;
  }
  .quize_all .manager .info b {
    font-size: 15px;
  }
  .quize_all .manager .info p {
    font-size: 14px;
    margin-top: 2px;
  }
  .quize_all .manager .info a {
    font-weight: 600;
    color: #333;
    margin-top: 5px;
    display: block;
    font-size: 18px;
  }
  .quize_all .manager img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .quize_all .quize {
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    overflow: visible;
    border-radius: 5px;
    margin-top: 50px;
  }
  .quize_all .quize .marquiz__container_inline {
    max-width: 100% !important;
  }
  .quize_all .quize .marquiz__button {
    padding: 25px 30px;
    background-image: linear-gradient(to top, #2b5445, #4d9c7f);
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .mmap {
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
  }
  .ipe {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
  }
  .ipe p:last-child {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .contacts .cont {
    width: 330px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont:nth-child(3) {
    width: 100%;
  }
  .contacts .cont .button {
    width: 100%;
    margin-top: auto;
  }
  .contacts .cont .button button p {
    font-size: 18px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 3px;
  }
  .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%;
  }
  /*MAIN_GRIBI*/
  .bg_blur {
    background: url(../img/bg_blur.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .demo_all {
    margin-top: 60px;
    width: 100%;
  }
  .demo_all .demo {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .demo_all .demo a {
    width: 500px;
    height: 370px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .demo_all .demo a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*YOUTUBE*/
  .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;
  }
  /*YOUTUBE END*/
  .jilci_all {
    margin-top: 30px;
  }
  .jilci_all a {
    height: 300px;
    width: auto !important;
    display: flex !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jilci_all a img {
    width: inherit !important;
    height: 100% !important;
    display: flex !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .owl-carousel .owl-stage {
    display: flex !important;
  }
  /*COMPLECT*/
  .complect {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .complect .left {
    width: 100%;
  }
  .complect .left h3 {
    width: auto;
  }
  .complect .left .comp_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .complect .left .comp_all .comp {
    background-color: #fff;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }
  .complect .left .comp_all .comp:nth-child(n+2) {
    margin-top: 30px;
  }
  .complect .left .comp_all .comp > p {
    padding-left: 10px;
    font-size: 15px;
  }
  .complect .left .comp_all .comp .pin {
    width: 32px;
    height: 32px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    justify-content: center;
    left: -15px;
    border: 2px solid #c7c7c7;
  }
  .complect .left .comp_all .comp .pin p {
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complect .right {
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .complect .right > img {
    position: relative;
    left: 0px;
    width: 100%;
  }
  .complect .right .razrez {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    top: 10%;
    z-index: 2;
    left: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .complect .right .razrez img {
    width: 100%;
    margin-top: 6px;
  }
  .complect .right .razrez p {
    font-size: 13px;
    text-align: center;
    line-height: 135%;
    color: #fff;
    margin-top: 10px;
  }
  .garantiya {
    background-image: url(../img/garant/garantiya_bg.jpg);
    background-color: #fff;
    background-position: 200px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    margin-top: 80px;
    padding: 40px 30px 45px 30px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .garantiya .bg {
    position: absolute;
  }
  .garantiya .left {
    width: 100%;
  }
  .garantiya .left h3 {
    width: 100%;
  }
  .garantiya .left .garant {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
  }
  .garantiya .left .garant .gar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .garantiya .left .garant .gar:nth-child(n+2) {
    margin-top: 40px;
  }
  .garantiya .left .garant .gar p {
    width: 100% !important;
    margin-left: 0px;
    line-height: 160%;
    text-align: center;
    margin-top: 15px;
  }
  .garantiya .right {
    position: relative;
    width: 100%;
    margin-top: -30px;
  }
  .garantiya .right img {
    position: relative;
    left: 0px;
    bottom: -51px;
    width: 100%;
  }
  .price h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .price h3 b {
    display: block;
  }
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
  }
  .tabs label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 23%;
    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 #825440;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
  }
  .tabs label:nth-child(n+9) {
    margin-top: 20px;
  }
  .tab14 {
    margin-right: auto !important;
    margin-left: 18px !important;
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label p {
    font-weight: 300;
    margin-top: 0px;
    font-size: 15px;
  }
  .tabs label b {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
  }
  /* изменения стиля заголовков вкладок при наведении */
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    text-decoration: none;
  }
  /* стили для активной вкладки */
  .tabs input:checked + label {
    color: #fff;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    text-decoration: none;
  }
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4,
  #tab5:checked ~ #content5,
  #tab6:checked ~ #content6,
  #tab7:checked ~ #content7,
  #tab8:checked ~ #content8,
  #tab9:checked ~ #content9,
  #tab10:checked ~ #content10,
  #tab11:checked ~ #content11,
  #tab12:checked ~ #content12,
  #tab13:checked ~ #content13,
  #tab14:checked ~ #content14 {
    display: flex;
  }
  /* стили секций с содержанием */
  .tabs section {
    display: flex;
    width: 100%;
	border-radius: 10px;
    background-color: #f5f5f5;
  }
  .tabs section:nth-child(n+2) {
    margin-top: 60px;
  }
  .tabs input {
    display: none;
  }
  /*TABS END*/
  .tabs section {
    padding: 30px;
  }
  .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px;
    flex-direction: column;
  }
  .price_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .price_left .img_main {
    width: 100%;
    height: 230px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_left .img_dop {
    width: 100%;
    display: flex;
    margin-top: 17px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_left .img_dop a {
    width: 47%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80px;
  }
  .price_left .img_dop a:nth-child(n+3) {
    margin-top: 17px;
  }
  .price_left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_left h2 {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    line-height: 130%;
    color: #825440;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .price_left h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .price_left .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
  .price_left .h2_dop p:nth-child(n+2) {
    margin-top: 10px;
  }
  .price_left .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .price_left .dop {
    margin-top: 20px;
    font-size: 13px;
    line-height: 165%;
    text-align: center;
  }
  .price_left .button {
    margin-top: 20px;
    width: 100%;
  }
   .price_right {
    display: flex;
    flex-direction: column;
    width: 100%;
	margin-top: 30px;
  }
  .price_right .img_main {
    width: 100%;
    height: 230px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price_right .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right .img_dop {
    width: 100%;
    display: flex;
    margin-top: 17px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price_right .img_dop a {
    width: 47%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 80px;
  }
  .price_right .img_dop a:nth-child(n+3) {
    margin-top: 17px;
  }
  .price_right .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .price_right h2 {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    line-height: 130%;
    color: #825440;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
  .price_right .h2_dop p:nth-child(n+2) {
    margin-top: 10px;
  }
  .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .price_right .razmeri {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
  }
  .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;
  }
  .price_right ul li:nth-child(n+2) {
    margin-top: 2px;
  }
  .price_right ul li b {
    color: #825440;
  }
  .price_right .long_ul {
    width: 100%;
  }
  .price_right .dop {
    margin-top: 20px;
    font-size: 13px;
    line-height: 165%;
    text-align: center;
  }
  .price_right .button {
    margin-top: 20px;
    width: 100%;
  }
  .comanda_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .comanda_all .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
  }
  .comanda_all .tm {
    width: 100%;
    text-align: center;
  }
  .comanda_all .tm:nth-child(n+2) {
    margin-top: 50px;
  }
  .comanda_all .tm a {
    font-weight: 600;
    color: #825440;
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
  .comanda_all .tm img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .jilci_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .jilci {
    display: flex;
    margin-top: 55px;
    flex-wrap: wrap;
  }
  .jilci a {
    width: 50%;
    height: 120px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jilci a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otzivi {
    margin-top: 55px;
    display: flex;
  }
  .otzivi a {
    width: 320px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    height: -moz-max-content;
    height: max-content;
  }
  .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .vid_otz .otz {
    width: 100%;
    height: 175px;
    border-radius: 5px;
    overflow: hidden;
  }
  .vid_otz .otz:nth-child(n+2) {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .mmap {
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 500px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  }
  .ipe {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
  }
  .ipe p:last-child {
    margin-top: 5px;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
    flex-direction: column;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont:last-child {
    width: 100%;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    margin-top: 10px;
    width: 100%;
    height: 90px;
  }
  .contacts .cont .button button {
    padding: 0 30px;
  }
  .contacts .cont .button button p {
    line-height: 140%;
  }
  .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 {
    padding-top: 60px;
  }
  .block10 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block10 .block10_right {
    width: 540px;
    height: 450px;
    margin-top: 15px;
    display: none;
  }
  .block10 .block10_right .mmap {
    width: 100%;
    height: 100%;
  }
  .block10 .block10_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  .block10 .block10_left .block_p {
    font-size: 14px;
    line-height: 175%;
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
  }
  .block10 .block10_left .block8_item {
    display: flex;
    align-items: center;
    margin-top: 45px;
    flex-direction: column;
  }
  .block10 .block10_left .block8_item:nth-child(n+2) {
    margin-top: 35px;
  }
  .block10 .block10_left .block8_item > p {
    margin-left: 0px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
  }
  .block10 .block10_left .block8_item .circle {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .block10 .block10_left .block8_item .circle p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
  }
  .block10 .block10_left .block8_item .circle p b {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .h1_str {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    line-height: 140%;
  }
  .h1_str b {
    font-weight: 600;
  }
  .hod_stroitelstva {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .hod_stroitelstva .right {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .hod_stroitelstva .right a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hod_stroitelstva .right a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hod_stroitelstva .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hod_stroitelstva .left .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .hod_stroitelstva .left .etapi .etap {
    width: 100%;
    text-align: center;
  }
  .hod_stroitelstva .left .etapi .etap:nth-child(n+2) {
    margin-top: 30px;
  }
  .hod_stroitelstva .left .etapi b {
    font-size: 36px;
    font-weight: 600;
  }
  .hod_stroitelstva .left .etapi b span {
    color: #825440;
  }
  .hod_stroitelstva .left .etapi p {
    font-size: 15px;
    margin-top: 3px;
  }
  .hod_stroitelstva .left .plan_sdachi {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
  }
  .hod_stroitelstva .left .plan_sdachi h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ababab;
    justify-content: space-between;
    padding-bottom: 3px;
    flex-direction: column;
    text-align: center;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan:nth-child(n+2) {
    margin-top: 12px;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan p {
    text-align: center;
    width: 100%;
  }
  .hod_stroitelstva .left .plan_sdachi .plan_all .plan b {
    display: block;
  }
  .panorama {
    margin-top: 70px;
  }
  .panorama h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .panorama iframe {
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
  }
  /*СТРАНИЦА - О ПОСЕЛКЕ*/
  .o_poselke {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .o_poselke .right {
    margin-top: 40px;
    width: 100%;
    height: 410px;
  }
  .o_poselke .right a {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .o_poselke .right a img {
    width: 100%;
    border-radius: 5px;
    border: 10px solid #fff;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .o_poselke .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .o_poselke .left > p {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    line-height: 170%;
    font-weight: 400;
  }
  .o_poselke .left .etapi {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 10px;
    margin-top: 40px;
    flex-direction: column;
  }
  .o_poselke .left .block8_item {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  .o_poselke .left .block8_item:nth-child(n+2) {
    margin-top: 35px;
  }
  .o_poselke .left .block8_item > p {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
  }
  .o_poselke .left .block8_item > p span {
    font-weight: 400;
    display: block;
    font-size: 14px;
    margin-top: 2px;
  }
  .o_poselke .left .block8_item .circle {
    width: 55px;
    height: 55px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .o_poselke .left .block8_item .circle p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
  }
  .o_poselke .left .block8_item .circle p b {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .uprav_comp .left {
    width: 710px;
  }
  .uprav_comp .left h3 {
    width: 100%;
  }
  .uprav_comp .left > p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 170%;
    font-weight: 300;
  }
  .meropriyatiya {
    margin-top: 80px;
  }
  .meropriyatiya h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .meropriyatiya .prazdnik {
    margin-top: 60px;
  }
  .meropriyatiya .prazdnik h4 {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
  }
  .meropriyatiya .prazdnik .foto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .meropriyatiya .prazdnik .foto a {
    width: 47%;
    height: 100px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .meropriyatiya .prazdnik .foto a:nth-child(n+3) {
    margin-top: 40px;
  }
  .meropriyatiya .prazdnik .foto a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*IPOTEKA*/
  .banki {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .banki .bank {
    width: 150px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .banki .bank img {
    width: 150px;
  }
  .block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block2_item {
    width: 100%;
  }
  .block2_item:nth-child(n+2) {
    margin-top: 45px;
  }
  .block2_otdelka {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .block2_otdelka .block2_img {
    width: 300px;
  }
  .block2_otdelka .block2_item {
    width: 300px;
  }
  .block2_img {
    width: 100%;
    height: 190px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
  }
  .block2_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block2_item p {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 140%;
    color: #585858;
  }
  .block2_item p b {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: #333;
    line-height: 140%;
    font-weight: 600;
  }
    .ipoteka_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .infrastruktura_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100%;
  }
  .infrastruktura_all h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ipoteka_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100%;
  }
  .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;
  }
  /*BLOCK17*/
  .broker {
    margin-top: 75px;
  }
  .broker_name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .broker_name h3 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .broker_name_plus {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #825440;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 145%;
    margin-top: 20px;
  }
  .broker_name_plus:first-child {
    margin-left: -15px;
  }
  .broker_name_plus p {
    font-size: 14px;
    text-align: center;
    color: #333;
  }
  .broker_name_plus b {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    line-height: 140%;
    font-weight: 600;
  }
  .block17 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
    flex-direction: column;
  }
  .block17_left {
    width: 670px;
    order: 1;
    margin-top: 50px;
  }
  .block17_right {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    margin-top: 0px;
    order: 0;
  }
  .block17_right .alena_name {
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .block17_right .alena_name b,
  .block17_right .alena_name p {
    font-size: 14px;
  }
  .block17_right .alena_name a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    color: #825440;
    display: block;
    margin-top: 5px;
  }
  .block17_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .block17_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block17_left .shag p {
    font-size: 16px;
    width: 230px;
    margin-left: 0px;
    line-height: 145%;
  }
  .broker .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100%;
    height: 90px;
  }
  /*O_POSELKE*/
  /*BLOCK15*/
  .block15 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .block15 h3 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .block15 h3 small {
    text-align: center;
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .block15_left {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
  .block_uprav .shagi {
    margin-top: 30px;
  }
  .block15_left .shag p {
    width: 205px;
  }
  .block15_left .shag p {
    font-size: 16px;
  }
  .block15_left .shag .circle {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .block15_left .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .block15_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block15_right {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
    order: 0;
  }
  .block15_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px;
  }
  .block15_right .shisha_left {
    width: 100px;
    left: -30px;
    bottom: -30px;
    top: auto;
  }
  .shagi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .shagi .shag {
    display: flex;
    align-items: center;
  }
  .shagi .shag:nth-child(n+2) {
    margin-top: 40px;
  }
  .shagi .shag > p {
    font-size: 14px;
    margin-left: 15px;
    width: 225px;
    line-height: 170%;
  }
  .shagi .shag .circle {
    width: 65px;
    height: 65px;
    background-image: linear-gradient(to bottom, #432f26, #825440);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .shagi .shag .circle > p {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .circle {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  /*BLOCK12*/
  .block12 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 80px;
    flex-direction: column;
  }
  .block12_left {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }
  .block12_left h3 {
    text-align: center;
    width: 100%;
  }
  .block12_left > p {
    width: 100%;
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .block12_art a {
    display: flex;
    align-items: center;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .block12_art img {
    width: 80px;
  }
  .block12_art p {
    font-size: 16px;
    margin-left: 15px;
    width: 100%;
    line-height: 140%;
    margin-top: 10px;
  }
  .block12_left .block_p span {
    font-weight: bold;
    color: #825440;
    text-decoration: underline;
  }
  .block12_left .button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .block12_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    order: 0;
    height: 400px;
  }
  .block12_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .name {
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    width: 320px;
  }
  .name p {
    font-size: 14px;
  }
  /*MAIN_GRIBI_END*/
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .no_desc {
    display: flex !important;
  }
  .button_7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .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: 40px !important;
    height: 40px !important;
  }
  .owl-prev {
    left: -35px !important;
    transition: ease-in-out 0.2s;
  }
  .owl-next {
    right: -35px !important;
    transition: ease-in-out 0.2s;
  }
}
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-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 1 !important;
}

.owl-item.active {
  opacity: 1 !important;
}

.owl-item.cloned {
  opacity: 1 !important;
}

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}

.owl-prev {
  left: 0px;
  transition: ease-in-out 0.2s;
}

.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-next {
  right: 0px;
  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;
}

.owl-nav img {
  box-shadow: none !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8ad038 !important;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/*OWL*/
.navigaciya {
  width: 100%;
  background-image: linear-gradient(to top, #2b5445, #4d9c7f);
  margin-top: 10px;
}

nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  padding: 2px 0;
}

nav a {
  color: #fff;
  text-decoration: none;
}

nav a:hover {
  color: #005aaf;
}

.tutorial {
  width: 100% !important;
}

.tutorial .slider {
  width: 100%;
  height: 300px;
  background-color: #f03861;
}

.tutorial:active {
  background-color: transparent;
}

.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: #fff;
  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-color: rgba(31, 86, 74, 0.968627451);
  border-bottom: 1px solid rgba(231, 188, 147, 0.4431372549);
  padding: 10px 0;
}

.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: #fff;
  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;
}

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 */