@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Jost", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    position: relative;
    overflow: hidden;
  }
  .navigaciya {
    width: 100%;
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
  }
  nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    padding: 2px 0;
  }
  nav a {
    color: #fff;
    text-decoration: none;
  }
  nav a:hover {
    color: rgba(231, 187, 147, 0.968627451);
  }
  .genplan_btn a {
    text-decoration: none;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    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;
    flex-direction: column;
    align-items: center;
    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);
  }
  section {
    padding: 70px 0;
    position: relative;
  }
  header {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg_gray.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
  }
  .bg1_new {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
    mask-image: linear-gradient(to right, transparent 0%, black 50%);
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg_gray.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .bg_gray2 {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%), url(../img/bg_gray2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .bg8 {
    background: url(../img/bg8/ggg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .genplan a {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
  }
  .genplan a img {
    width: 100%;
  }
  .air_top {
    position: absolute;
  }
  .air_bot {
    position: absolute;
    bottom: 0;
  }
  h3 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 123%;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  h3 small {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 15px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .h3_left {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    line-height: 123%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }
  .h3_dop {
    font-size: 28px;
  }
  .h3_dop span {
    color: #00534b;
    text-decoration: underline;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .block_p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 40px;
  }
  .button {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 80px;
  }
  .button button {
    font-size: 18px;
    padding: 30px 0px;
    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;
    font-family: "Jost", sans-serif !important;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button p {
    position: relative;
    z-index: 1;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(67, 120, 111, 0.97) 0%, rgba(31, 86, 74, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button_bezh {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 400px;
    height: 85px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .button_bezh button {
    font-size: 18px;
    padding: 30px 0px;
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    font-family: "Jost", sans-serif !important;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button_bezh button p {
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .button_bezh button p b {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
  }
  .button_bezh button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(254, 206, 162, 0.97) 0%, rgba(243, 190, 142, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  .button_bezh button:hover:before {
    opacity: 1;
  }
  /*MENU*/
  .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .menu p {
    font-size: 16px;
    line-height: 16px;
  }
  .menu > .logo img {
    width: 150px;
  }
  .menu > .logo a {
    display: block;
  }
  .menu_ipoteka {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 80px;
  }
  .menu_ipoteka img {
    width: 70px;
    margin-right: 15px;
  }
  .menu_ipoteka p {
    line-height: 150%;
  }
  .menu_ipoteka p b {
    display: block;
  }
  .menu_social {
    margin-left: auto;
    margin-right: 80px;
  }
  .social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 3px auto 0 auto;
  }
  .social a {
    width: 25px;
    margin-top: 5px;
  }
  .social a img {
    width: 100%;
  }
  .tel {
    text-align: right;
  }
  .tel a {
    font-size: 21px;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    margin-top: 7px;
    display: block;
  }
  /*MAIN*/
  .pt {
    padding-top: 190px !important;
  }
  .pt2 {
    padding-top: 100px !important;
  }
  .main {
    padding-top: 170px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .main_left {
    width: 680px;
    position: relative;
    z-index: 5;
  }
  .main_right {
    width: 420px;
    position: relative;
  }
  .main_video {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    position: relative;
    z-index: 4;
    margin-top: 25px;
  }
  .main_video p {
    margin-left: 18px;
    width: 200px;
    margin-right: 22px;
  }
  .play {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(231, 187, 147, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
  }
  .play img {
    width: 25px;
    margin-left: 2px;
  }
  .main_dom_all {
    position: absolute;
    height: 300px;
    bottom: 0;
    right: 0;
  }
  .main_dom {
    width: 400px;
    height: 280px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    margin-left: auto;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .main_dom img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .main_dom_cena {
    background-color: #fff;
    text-align: center;
    padding: 15px 18px 40px 18px;
    border-radius: 10px;
    position: relative;
    right: 20px;
    z-index: 2;
  }
  h1 {
    font-size: 57px;
    line-height: 104%;
  }
  h1 > .shisha_left {
    width: 50px;
  }
  h1 > .green {
    display: inline;
  }
  h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 120%;
  }
  .green {
    color: #00534b;
    font-weight: inherit;
  }
  .poselki {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .poselki .poselok {
    width: 31%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease;
  }
  .poselki .poselok::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(30, 31, 36, 0.9) 20%, rgba(30, 31, 36, 0.2) 70%, rgba(30, 31, 36, 0.05) 100%);
    opacity: 0.8;
  }
  .poselki .poselok p {
    position: absolute;
    left: 24px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    width: 90%;
    line-height: 150%;
    font-size: 18px;
  }
  .poselki .poselok img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .poselki .poselok a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .h1_dop {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
  }
  .h1_dop img {
    width: 142px;
    border-radius: 10px;
    margin-top: 9px;
    margin-right: 20px;
  }
  .h1_dop p {
    font-size: 17px;
    width: 400px;
    line-height: 145%;
  }
  .h1_dop b {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    line-height: 135%;
  }
  .main_plusi {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    position: relative;
  }
  .main_plus {
    width: 28%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .main_plus_img {
    height: 100px;
    width: 100px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .main_plus_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to right, rgba(72, 133, 123, 0) 50%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
    opacity: 1;
  }
  .main_plus_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_plus p {
    width: 200px;
    margin-left: 10px;
    line-height: 140%;
  }
  /*FORM*/
  .forma_long {
    margin-top: 60px;
  }
  .forma_long form {
    padding: 0px 0 0px 0;
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
  }
  form label {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 25px;
  }
  form input {
    height: 80px;
    width: 50%;
    padding: 25px 25px 25px 35px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #ebebeb;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.08);
    font-family: "Jost", sans-serif !important;
    font-weight: 400;
    color: #333333;
    z-index: 10;
    transition: all 0.2s;
  }
  form input:focus, form input:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.3);
    transition: all 0.2s;
  }
  form textarea {
    max-height: 110px;
    min-height: 110px;
    max-width: 100%;
    min-width: 100%;
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background-color: #fefefe;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-family: "Jost", sans-serif !important;
    font-weight: 500;
    color: #333333;
    z-index: 10;
    margin-bottom: 17px;
    transition: all 0.2s;
  }
  form textarea:focus, form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.3);
    transition: all 0.2s;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b0afaf;
    font-weight: 400;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b0afaf;
    font-weight: 400;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #b0afaf;
    font-weight: 400;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #b0afaf;
    font-weight: 400;
  }
  .forma_long .button {
    margin-left: 0px;
    width: 400px;
  }
  /*Ready*/
  .ready h3 {
    width: 70%;
    text-align: left;
    margin-left: 0;
  }
  .ready .item {
    display: flex;
    justify-content: space-between;
  }
  .ready .item .right {
    width: 450px;
  }
  .ready .item .right h4 {
    font-size: 30px;
  }
  .ready .item .right ul {
    margin-top: 20px;
  }
  .ready .item .right ul b {
    font-size: 18px;
  }
  .ready .item .right ul li {
    margin-left: 15px;
    line-height: 130%;
    margin-top: 5px;
  }
  .ready .item .right .button {
    margin-top: 20px;
    width: 100%;
  }
  .ready .item .left {
    width: 650px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ready .item .left img {
    border-radius: 10px;
  }
  .ready .item .left > a {
    width: 49%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ready .item .left > a:nth-child(n+3) {
    margin-top: 15px;
    height: 122px;
  }
  .ready .item .left > a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ready .item .left .dop {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ready .item .left .dop a {
    width: 32%;
  }
  .ready .item .left .dop a img {
    width: 100%;
  }
  .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;
  }
  .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: 3px;
  }
  /*BLOCK2*/
  .block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block2_item {
    width: 29%;
  }
  .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,
  .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: 16px;
    line-height: 140%;
    color: #585858;
  }
  .block2_item p b {
    display: block;
    font-size: 20px;
    margin-bottom: 7px;
    color: #333;
    line-height: 130%;
  }
  /*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: 800px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main .video iframe {
    width: 100%;
    height: 420px;
  }
  .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*/
  /*STORIES*/
  .stories {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
  }
  .story-video {
    width: 210px !important;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 10px;
  }
  .story-video:nth-child(n+6) {
    margin-top: 30px;
  }
  .story-video video {
    width: 100% !important;
  }
  .story-video:hover {
    transform: scale(1.02);
  }
  .story-video.playing {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 80%;
    width: -moz-max-content !important;
    width: max-content !important;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
  }
  .overlay.show {
    display: block;
  }
  /*STORIES END*/
  /*BLOCk3*/
  .block3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .block3 a {
    display: none;
    width: 100%;
  }
  .block3_item {
    display: flex;
    align-items: center;
    width: 360px;
  }
  .block3_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .block3_item:nth-child(n+4) {
    margin-left: auto;
  }
  .block3_left {
    width: 385px;
  }
  .block3_right {
    width: 680px;
    height: 446px;
    border-radius: 10px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block3_right a {
    display: none;
  }
  .block3_right b {
    position: absolute;
    padding: 15px;
  }
  .block3_right b p {
    font-weight: 300;
    font-size: 14px;
  }
  .block3_right a .button,
  .block3_right .button_forma {
    display: none;
  }
  .panorama_plan {
    height: 100%;
    position: relative;
  }
  .panorama_plan b {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .panorama_plan p {
    font-weight: 400;
  }
  .button_panorama {
    height: 40px;
  }
  .button_panorama .button {
    height: 100%;
    width: 180px;
    font-size: 14px;
  }
  .all_button_panorama {
    display: flex;
  }
  .button_panorama .button button {
    font-size: 14px;
    padding: 0;
  }
  .block3_item b {
    font-size: 40px;
    margin-right: 15px;
  }
  .block3_item p {
    width: 234px;
    line-height: 140%;
  }
  .gyro_left {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .gyro_left img {
    width: 90px;
    margin-right: 15px;
  }
  .block3_right iframe {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    height: 85%;
  }
  .block3_right iframe:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #11de93, #0e7ad6);
    opacity: 0.8;
  }
  .gyro2 {
    width: 250px;
    position: absolute;
    right: -20px;
    top: -40px;
    transform: rotate(-7deg);
  }
  .etapi_sdachi {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  }
  .etapi_item {
    width: 18%;
  }
  .etapi_item:first-child b {
    font-size: 22px;
    line-height: 140%;
  }
  .etapi_item b {
    font-size: 18px;
    font-weight: 600;
  }
  .etapi_item p {
    font-size: 15px;
    line-height: 135%;
    margin-top: 3px;
    color: #585858;
  }
  /*BLOCK4*/
  .block4 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .pine_left {
    position: absolute;
    left: -200px;
    bottom: -30px;
    width: 500px;
  }
  .pine_right {
    position: absolute;
    right: -200px;
    bottom: -50px;
    width: 500px;
  }
  .dom_razrez {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block4_left .main_plus {
    width: 340px;
    position: relative;
    z-index: 3;
  }
  .block4_left .main_plus:nth-child(n+2) {
    margin-top: 45px;
  }
  .block4_left .main_plus:nth-child(1), .block4_left .main_plus:nth-child(5) {
    margin-left: 60px;
  }
  .block4_left .main_plus:nth-child(2), .block4_left .main_plus:nth-child(4) {
    margin-left: 30px;
  }
  .block4_left .main_plus p {
    width: 240px;
    margin-left: 10px;
  }
  .block4_left .main_plus_img {
    height: 70px;
    width: 70px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  /*BLOCK4_riht*/
  .block4_right .main_plus {
    width: 340px;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }
  .block4_right .main_plus:nth-child(n+2) {
    margin-top: 45px;
  }
  .block4_right .main_plus:nth-child(1), .block4_right .main_plus:nth-child(5) {
    margin-left: -60px;
  }
  .block4_right .main_plus:nth-child(2), .block4_right .main_plus:nth-child(4) {
    margin-left: -30px;
  }
  .block4_right .main_plus p {
    width: 240px;
    margin-left: 10px;
  }
  .block4_right .main_plus_img {
    height: 70px;
    width: 70px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  /*BLOCK5*/
  .doma {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs,
  .tabs2 {
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .project_dop {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .project_dop_item {
    width: 295px;
  }
  .project_dop_item b {
    font-size: 18px;
  }
  .project_dop_item p {
    font-size: 14px;
    line-height: 140%;
    margin-top: 6px;
  }
  .project_dop_item a {
    color: #00534b;
  }
  .project_dop_item .button_bezh {
    margin-top: 0px;
    height: 75px;
    width: 100%;
  }
  .project_dop_item .button_bezh button p b {
    font-size: 16px;
  }
  .project_dop_item:nth-child(2) {
    width: 375px;
  }
  .project_dop_item:nth-child(3) {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }
  .shisha_left {
    position: absolute;
    top: 130px;
    left: -50px;
  }
  .shisha_right {
    position: absolute;
    bottom: 10px;
    right: -50px;
  }
  .tabs > input[type=radio],
  .tabs2 > input[type=radio] {
    display: none;
  }
  .tabs > div,
  .tabs2 > div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #fff;
    padding: 15px 15px;
    font-size: 16px;
  }
  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked ~ #content-1,
  #tab-btn-2:checked ~ #content-2,
  #tab-btn-3:checked ~ #content-3,
  #tab-btn-4:checked ~ #content-4,
  #tab-btn-5:checked ~ #content-5,
  #tab-btn-6:checked ~ #content-6,
  #tab-btn-7:checked ~ #content-7,
  #tab-btn-8:checked ~ #content-8,
  #tab-btn-9:checked ~ #content-9,
  #tab-btn-10:checked ~ #content-10 {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 3;
    margin-top: 20px;
  }
  #tab-btn-1-1:checked ~ #content-1-1,
  #tab-btn-2-1:checked ~ #content-2-1,
  #tab-btn-3-1:checked ~ #content-3-1,
  #tab-btn-4-1:checked ~ #content-4-1 {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 3;
  }
  #tab-btn-1:checked ~ #content-1 small,
  #tab-btn-2:checked ~ #content-2 small,
  #tab-btn-3:checked ~ #content-3 small,
  #tab-btn-4:checked ~ #content-4 small {
    padding: 15px 15px 0 15px;
    display: block;
    color: #949494;
    font-style: italic;
  }
  .tabs > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 185px;
    height: 75px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .tabs > label b {
    font-size: 18px;
  }
  .tabs > label p {
    margin-top: -2px;
    font-size: 16px;
  }
  .tabs2 > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 100px;
    height: 75px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .tabs2 > label b {
    font-size: 18px;
  }
  .tabs2 > label p {
    margin-top: -2px;
    font-size: 16px;
  }
  .tabs > input[name=tab-btn]:checked + label,
  .tabs2 > input[name=tab-btn2]:checked + label {
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    border-bottom: 1px solid #fff;
    border: 1px solid #fdcda1;
  }
  /*PANORAMA*/
  .tabs3 {
    font-size: 0;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 730px;
  }
  .gen_plan {
    position: absolute;
    bottom: -25px;
    right: -10px;
    z-index: 5;
    width: 150px !important;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .gen_plan:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0) 0%, rgb(31, 86, 74) 100%);
    opacity: 0.8;
  }
  .gen_plan p {
    position: absolute;
    z-index: 6;
    display: block;
    top: 15px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .gen_plan:hover p {
    color: #fdcda1;
    text-decoration: underline;
  }
  .tabs3 > input[type=radio] {
    display: none;
  }
  .tabs3 > div {
    /* скрыть контент по умолчанию */
    display: none;
    font-size: 16px;
  }
  #tab-btn-31-1:checked ~ #content-31-1,
  #tab-btn-32-1:checked ~ #content-32-1 {
    display: block;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    z-index: 3;
    height: 350px;
    overflow: hidden;
  }
  .tabs3 > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 180px;
    height: 75px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .tabs3 > label:nth-child(n+3) {
    margin-right: auto;
    margin-left: 25px;
  }
  .tabs3 > label b {
    font-size: 18px;
  }
  .tabs3 > label p {
    margin-top: -2px;
    font-size: 16px;
  }
  .tabs3 > input[name=tab-btn3]:checked + label {
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    border-bottom: 1px solid #fff;
    border: 1px solid #fdcda1;
    width: 180px;
  }
  /*PANORAMA_END*/
  .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tm {
    width: 28%;
    text-align: center;
  }
  .tm:nth-child(n+4) {
    margin-top: 50px;
  }
  .tm a {
    font-weight: 600;
    color: #333;
    display: block;
    margin-top: 5px;
  }
  .tm img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  /*BLOCK6*/
  .project {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .project_info {
    width: 450px;
    display: flex;
    flex-direction: column;
  }
  .project_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
  }
  .project_name > p b {
    display: block;
    color: #00534b;
  }
  .project_name > b {
    font-size: 28px;
    margin-right: 15px;
  }
  .project_info ul {
    margin-top: 15px;
    line-height: 160%;
    margin-bottom: 15px;
  }
  .project_info ul li {
    list-style-type: none;
  }
  .project_info > p {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 150%;
  }
  .project_info > p b {
    color: #333;
  }
  .project_info .button {
    margin-top: 30px;
    width: 300px;
    height: 75px;
  }
  .project_img {
    width: 430px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .project_img_big {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
  }
  .project_img_big img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  .project_img_small {
    width: 22%;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
  }
  .project_img_small img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  /*BLOCK7*/
  .circle {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(231, 187, 147, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    font-size: 38px;
    font-weight: 600;
    color: #00534b;
  }
  .shagi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shag {
    display: flex;
    align-items: center;
  }
  .shag:nth-child(n+4) {
    margin-top: 50px;
  }
  .shag p {
    font-size: 17px;
    width: 257px;
    margin-left: 15px;
    line-height: 145%;
  }
  /*BLOCK8*/
  .block8 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block8_left {
    width: 680px;
  }
  .block8_right {
    width: 400px;
    position: relative;
  }
  .block8_right .engener {
    width: 460px;
    position: absolute;
    bottom: -70px;
    z-index: 2;
    left: -40px;
  }
  .block8_right .dogovor {
    width: 300px;
    bottom: 0;
    left: -40px;
    position: absolute;
    z-index: 1;
  }
  .block8_right .engener_name {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 25px;
    text-align: center;
  }
  .block8_right .engener_name p {
    font-size: 14px;
  }
  .block8_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
  .block8_item {
    display: flex;
    align-items: center;
  }
  .block8_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .block8_item p {
    width: 250px;
    margin-left: 15px;
  }
  .block8_item .circle {
    width: 60px;
    height: 60px;
  }
  .block8_item .circle img {
    width: 25px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-content;
    height: 420px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .jilci_all a img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .owl-carousel .owl-stage {
    display: flex !important;
  }
  /*BLOCK9*/
  .block9 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block9_left {
    width: 300px;
    position: relative;
  }
  .block9_right {
    width: 820px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #efefef;
    position: relative;
  }
  .block9_right .shisha_left {
    bottom: -20px;
    right: -20px;
    left: auto;
    top: auto;
    transform: rotateZ(30deg);
    width: 80px;
  }
  .block9_left > p {
    font-size: 18px;
    line-height: 140%;
  }
  .block9_left > p b {
    text-decoration: underline;
    color: #00534b;
  }
  .block9_img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
    height: 445px;
    position: relative;
    z-index: 2;
  }
  .block9_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .alena_name {
    bottom: -10px;
    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: 300px;
  }
  .alena_name p {
    font-size: 15px;
  }
  .alena_name a {
    color: #333;
    font-weight: 600;
    margin-top: 5px;
    display: block;
  }
  /*BLOCK10*/
  .block10 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .block10_left {
    width: 435px;
  }
  .block10_right {
    width: 650px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    height: 460px;
    position: relative;
  }
  .block10_right .shisha_left {
    right: -20px !important;
    bottom: -20px !important;
    position: absolute;
    top: auto;
    left: auto;
    transform: rotateZ(30deg);
  }
  .block10_left .block8_item > p {
    font-size: 18px;
  }
  .block10_left .block8_item .circle p {
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    line-height: 120%;
    font-weight: 400;
    margin-top: 1px;
  }
  .block10_left .block8_item .circle p b {
    display: block;
    font-size: 20px;
  }
  .mmap {
    width: 100%;
    height: 100%;
  }
  .block10_right .video {
    width: 321px;
    height: 180px;
    position: absolute;
    left: -50px;
    bottom: -10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  /*BLOCK12*/
  .block12 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block12_left {
    width: 583px;
  }
  .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: #00534b;
    text-decoration: underline;
  }
  .block12_left .button {
    margin-top: 55px;
  }
  .block12_right {
    width: 480px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 466px;
  }
  .block12_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .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;
  }
  /*BLOCK13*/
  .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .vid_otz .video {
    width: 48%;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
  }
  .vid_otz .video:nth-child(n+3) {
    margin-top: 40px;
  }
  .vid_otz .video iframe {
    width: 100%;
    height: 100%;
  }
  .video_otzivi {
    display: flex;
    justify-content: space-between;
  }
  .video_otzivi .owl-item {
    width: 450px !important;
  }
  .video_otzivi .owl-item img {
    width: 450px !important;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 350px;
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    padding: 20px;
    border-radius: 10px;
  }
  .video_otzivi2 {
    flex-wrap: wrap;
  }
  .video_otzivi2 .video_otz {
    width: 30%;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
  }
  .video_otzivi2 .video_otz:nth-child(n+4) {
    margin-top: 50px;
  }
  .video_otz {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
  }
  /*BLOCK14*/
  .gallery_all {
    display: flex;
    justify-content: space-between;
  }
  .gallery_item {
    width: 100%;
    height: 230px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
  }
  .gallery_item img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 40px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00534b !important;
  }
  .owl-prev {
    left: 35px;
    transition: ease-in-out 0.2s;
  }
  .owl-prev:hover {
    transform: translate(-5px);
    transition: ease-in-out 0.2s;
  }
  .owl-next {
    right: 35px;
    transition: ease-in-out 0.2s;
  }
  .owl-next:hover {
    transform: translate(5px);
    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 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 60px;
  }
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 60px;
  }
  .owl-nav img {
    box-shadow: none !important;
  }
  /*BLOCK15*/
  .block15 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block15_left {
    width: 600px;
  }
  .block15_left .shag p {
    width: 205px;
    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: 480px;
    position: relative;
    height: 520px;
  }
  .block15_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px;
    -o-object-position: top;
       object-position: top;
  }
  .block15_right .shisha_left {
    width: 100px;
    left: -30px;
    bottom: -30px;
    top: auto;
  }
  /*BLOCK16*/
  .banki {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .bank {
    width: 80%;
    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;
  }
  .bank img {
    width: 150px;
  }
  /*BLOCK17*/
  .broker_name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .broker_name .h3_left {
    width: 600px;
    margin-left: 0;
    margin-right: 0;
  }
  .broker_name_plus {
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 145%;
  }
  .broker_name_plus p b {
    display: block;
    color: #00534b;
    text-decoration: underline;
  }
  .block17 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 30px;
  }
  .block17_left {
    width: 670px;
  }
  .block17_right {
    width: 440px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    height: 420px;
  }
  .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: 15px;
    line-height: 145%;
  }
  .broker .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 380px;
  }
  /*BLOCK18*/
  .money_all {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .money_all > b {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: underline;
    font-size: 24px;
    color: #00534b;
    margin-bottom: 40px;
  }
  .money_etapi {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .money_etapi .shisha_left {
    right: 0;
    left: auto;
    top: -70px;
    right: -50px;
  }
  .money_etap {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 25px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: 340px;
  }
  .money_etap > b {
    font-size: 74px;
    color: #00534b;
    margin-right: 15px;
  }
  .money_etap p {
    font-size: 16px;
  }
  .money_all small {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 40px;
    color: #8e8e8e;
  }
  .money_all .button_block {
    margin-top: 50px;
    position: relative;
  }
  .money_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 380px;
    position: relative;
  }
  .money_all .button_block .hand_money {
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 70px;
  }
  .block20 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block20_left {
    width: 520px;
  }
  .block20_left .button {
    margin-top: 50px;
  }
  .block20_right {
    width: 550px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 387px;
    border-radius: 10px;
    overflow: hidden;
  }
  .block20_right a {
    width: 100%;
  }
  .block20_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  /*BLOCK21*/
  .docs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .doc {
    display: flex;
    align-items: center;
    width: 500px;
  }
  .doc a {
    color: #00534b;
  }
  .doc:nth-child(n+3) {
    margin-top: 30px;
  }
  .doc img {
    width: 32px;
  }
  .doc p {
    font-size: 18px;
    margin-left: 10px;
  }
  /*FOOTER*/
  /* .footer .container {
            max-width: max-content;
            min-width: max-content;
            margin-left: 17%;
        } */
  .footer {
    height: 600px;
  }
  .map {
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
  }
  .maps {
    height: 100%;
    position: relative;
    z-index: 3;
  }
  .contacts {
    background: #fff;
    width: 400px;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 10px;
    z-index: 4;
    top: 0;
  }
  .contacts .ramka_in {
    padding: 30px 35px;
  }
  .contacts h3 {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .contacts .button {
    width: 100%;
    margin-top: 30px;
  }
  .contacts .button button {
    padding: 30px 30px;
  }
  .cont {
    margin-top: 20px;
  }
  .cont b {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 130%;
  }
  .cont p {
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
  }
  .cont a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 700;
  }
  .contacts .social {
    margin-left: 0;
  }
  .contacts .social b {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
  }
  .mobile {
    display: none !important;
  }
  .desctop {
    display: block !important;
  }
  /*FORMA*/
  .forma {
    width: 350px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 7px 16px rgba(36, 44, 51, 0.07);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: 2;
  }
  .forma form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 5;
  }
  .forma:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    z-index: 2;
  }
  .forma input {
    width: 100%;
  }
  .forma input:nth-child(n+2) {
    margin-top: 18px;
  }
  .forma .button {
    width: 100%;
    margin-top: 18px;
  }
  .forma h4 {
    font-size: 22px;
    text-align: center;
    line-height: 110%;
  }
  .forma > p {
    font-size: 14px;
    text-align: center;
    line-height: 130%;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #939393;
  }
  .forma form input {
    padding: 25px 20px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #f8f8f8;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.05);
    font-family: "Jost", sans-serif !important;
    font-weight: 400;
    color: #777777;
    z-index: 10;
    width: 100%;
  }
  .forma input::-moz-placeholder {
    color: #b0b0b0 !important;
  }
  .forma input::placeholder {
    color: #b0b0b0 !important;
  }
  .forma textarea::-moz-placeholder {
    color: #b0b0b0 !important;
    font-size: 16px;
  }
  .forma textarea::placeholder {
    color: #b0b0b0 !important;
    font-size: 16px;
  }
  .forma_modal.forma form input {
    padding: 25px 20px !important;
  }
  .forma form input:focus, .forma form input:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
  .forma form textarea:focus, .forma form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
  #big-modal5 {
    height: -moz-max-content;
    height: max-content;
  }
  .lazyYT {
    width: 100%;
  }
  .main_video_pop {
    width: 100%;
    height: 80vh;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
  }
  body {
    zoom: 80%;
  }
  .callback-bt-tel,
  .mobile {
    display: none !important;
  }
  .video_otz {
    width: 30%;
    height: 227px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@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: "Jost", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .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: url(../img/main/bg1_air.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
    position: relative;
  }
  .bg1_new {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg_gray.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .bg_gray2 {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%), url(../img/bg_gray2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .bg8 {
    background: url(../img/bg8/ggg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .air_top {
    position: absolute;
  }
  .air_bot {
    position: absolute;
    bottom: 0;
  }
  h3 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 123%;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  h3 small {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 15px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .h3_left {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    line-height: 123%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }
  .h3_dop {
    font-size: 28px;
  }
  .h3_dop span {
    color: #00534b;
    text-decoration: underline;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .block_p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 40px;
  }
  .button {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 80px;
  }
  .button button {
    font-size: 18px;
    padding: 30px 0px;
    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;
    font-family: "Jost", sans-serif !important;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button p {
    position: relative;
    z-index: 1;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(67, 120, 111, 0.97) 0%, rgba(31, 86, 74, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button_bezh {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 400px;
    height: 85px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .button_bezh button {
    font-size: 18px;
    padding: 30px 0px;
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    font-family: "Jost", sans-serif !important;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button_bezh button p {
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .button_bezh button p b {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
  }
  .button_bezh button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(254, 206, 162, 0.97) 0%, rgba(243, 190, 142, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  .button_bezh button:hover:before {
    opacity: 1;
  }
  /*MENU*/
  .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu p {
    font-size: 15px;
  }
  .menu > .logo img {
    width: 150px;
  }
  .menu_ipoteka {
    display: none;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    order: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .logo {
    order: 1;
  }
  .menu_ipoteka img {
    width: 70px;
    margin-right: 15px;
    display: none;
  }
  .menu_ipoteka p {
    line-height: 150%;
  }
  .menu_ipoteka p b {
    display: inline-block;
  }
  .menu_social {
    margin-left: auto;
    margin-right: 80px;
    order: 2;
  }
  .social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 3px auto 0 auto;
  }
  .social a {
    width: 25px;
  }
  .social a img {
    width: 100%;
  }
  .tel {
    text-align: right;
    order: 3;
  }
  .tel a {
    font-size: 21px;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    margin-top: 2px;
    display: block;
  }
  /*MAIN*/
  .main {
    padding-top: 170px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_left {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .main_right {
    width: 500px;
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    margin-top: 100px;
  }
  .main_video {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, -50%);
    z-index: 3;
    cursor: pointer;
  }
  .main_video p {
    margin-left: 18px;
    width: 200px;
    margin-right: 22px;
  }
  .play {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(231, 187, 147, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
  }
  .play img {
    width: 25px;
    margin-left: 2px;
  }
  .main_dom_all {
    position: absolute;
    height: 400px;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .main_dom {
    width: 400px;
    height: 280px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    margin-left: auto;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .main_dom img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .main_dom_cena {
    background-color: #fff;
    text-align: center;
    padding: 15px 18px 40px 18px;
    border-radius: 10px;
    position: relative;
    right: 20px;
    z-index: 2;
  }
  h1 {
    font-size: 57px;
    line-height: 104%;
  }
  h1 > .green {
    display: inline;
  }
  h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 25px;
  }
  .green {
    color: #00534b;
    font-weight: inherit;
  }
  .poselki {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .poselki .poselok {
    width: 100%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease;
  }
  .poselki .poselok:nth-child(n+2) {
    margin-top: 40px;
  }
  .poselki .poselok::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(30, 31, 36, 0.9) 20%, rgba(30, 31, 36, 0.2) 70%, rgba(30, 31, 36, 0.05) 100%);
    opacity: 0.8;
  }
  .poselki .poselok p {
    position: absolute;
    left: 24px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    width: 90%;
    line-height: 150%;
    font-size: 18px;
  }
  .poselki .poselok img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .poselki .poselok a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .h1_dop {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
  }
  .h1_dop img {
    width: 120px;
    border-radius: 10px;
    margin-top: 9px;
    margin-right: 20px;
  }
  .h1_dop p {
    font-size: 17px;
    width: 390px;
    line-height: 145%;
  }
  .h1_dop b {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    line-height: 135%;
  }
  .main_plusi {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    position: relative;
  }
  .main_plus {
    width: 30%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
  }
  .main_plus_img {
    height: 100px;
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    align-items: flex-end;
  }
  .main_plus_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(72, 133, 123, 0) 50%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
    opacity: 1;
  }
  .main_plus_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .main_plus p {
    width: 100%;
    line-height: 140%;
    padding: 10px 15px 15px 15px;
    font-size: 14px;
    margin-left: 0;
  }
  /*FORM*/
  .forma_long {
    margin-top: 60px;
  }
  .forma_long form {
    padding: 0px 0 0px 0;
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
  }
  form label {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 25px;
  }
  form input {
    height: 80px;
    width: 50%;
    padding: 25px 25px 25px 35px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #ebebeb;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.08);
    font-family: "Jost", sans-serif !important;
    font-weight: 400;
    color: #333333;
    z-index: 10;
    transition: all 0.2s;
  }
  form input:focus, form input:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.3);
    transition: all 0.2s;
  }
  form textarea {
    max-height: 110px;
    min-height: 110px;
    max-width: 100%;
    min-width: 100%;
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background-color: #fefefe;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-family: "Jost", sans-serif !important;
    font-weight: 500;
    color: #333333;
    z-index: 10;
    margin-bottom: 17px;
    transition: all 0.2s;
  }
  form textarea:focus, form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.3);
    transition: all 0.2s;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b0afaf;
    font-weight: 400;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b0afaf;
    font-weight: 400;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #b0afaf;
    font-weight: 400;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #b0afaf;
    font-weight: 400;
  }
  .forma_long .button {
    margin-left: 0px;
    width: 400px;
  }
  /*Ready*/
  .ready h3 {
    width: 100%;
    text-align: center;
    margin-left: auto;
  }
  .ready .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .ready .item .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .ready .item .right h4 {
    font-size: 30px;
  }
  .ready .item .right ul {
    margin-top: 20px;
  }
  .ready .item .right ul b {
    font-size: 18px;
  }
  .ready .item .right ul li {
    margin-left: 15px;
    line-height: 130%;
    margin-top: 10px;
    list-style-type: none;
  }
  .ready .item .right .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .ready .item .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ready .item .left img {
    border-radius: 10px;
  }
  .ready .item .left > a {
    width: 49%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ready .item .left > a:nth-child(n+3) {
    margin-top: 15px;
    height: 160px;
  }
  .ready .item .left > a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ready .item .left .dop {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ready .item .left .dop a {
    width: 32%;
  }
  .ready .item .left .dop a img {
    width: 100%;
  }
  .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;
  }
  /*BLOCK2*/
  .block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block2_item {
    width: 46%;
  }
  .block2_item:nth-child(n+3) {
    margin-top: 45px;
  }
  .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: 20px;
    margin-bottom: 7px;
    color: #333;
    line-height: 130%;
  }
  /*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: 10px;
    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*/
  /*STORIES*/
  .stories {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
  }
  .story-video {
    width: 120px !important;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 10px;
  }
  .story-video:nth-child(n+6) {
    margin-top: 30px;
  }
  .story-video video {
    width: 100% !important;
  }
  .story-video:hover {
    transform: scale(1.02);
  }
  .story-video.playing {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 80%;
    width: -moz-max-content !important;
    width: max-content !important;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
  }
  .overlay.show {
    display: block;
  }
  /*STORIES END*/
  /*BLOCk3*/
  .block3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block3 a {
    display: none;
    width: 100%;
  }
  .block3_item {
    display: flex;
    align-items: center;
    width: 360px;
  }
  .block3_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .block3_item:nth-child(n+4) {
    margin-left: 28px;
  }
  .block3_left {
    width: 100%;
  }
  .block3_right {
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
    height: 330px;
  }
  .block3_item b {
    font-size: 40px;
    margin-right: 15px;
  }
  .block3_item p {
    width: 234px;
    line-height: 140%;
  }
  .gyro_left {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .gyro_left img {
    width: 90px;
    margin-right: 15px;
  }
  .block3_right iframe {
    cursor: pointer;
  }
  .gyro2 {
    width: 250px;
    position: absolute;
    right: -20px;
    top: 400px;
    transform: rotate(-7deg);
  }
  .etapi_sdachi {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
  }
  .etapi_item {
    width: 46%;
  }
  .etapi_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .etapi_item:first-child {
    width: 100%;
  }
  .etapi_item:first-child b {
    font-size: 22px;
    line-height: 140%;
    width: 100%;
  }
  .etapi_item b {
    font-size: 18px;
    font-weight: 600;
  }
  .etapi_item p {
    font-size: 15px;
    line-height: 135%;
    margin-top: 3px;
    color: #585858;
  }
  /*BLOCK4*/
  .block4 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .dom_razrez {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pine_left {
    position: absolute;
    left: -200px;
    bottom: -30px;
    width: 400px;
  }
  .pine_right {
    position: absolute;
    right: -200px;
    bottom: -50px;
    width: 450px;
  }
  .block4_left .main_plus {
    width: 250px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center;
  }
  .block4 .main_plus p {
    width: 100%;
    line-height: 140%;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    margin-left: 0;
  }
  .block4_left .main_plus_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to right, rgba(72, 133, 123, 0) 50%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
    opacity: 1;
  }
  .block4_left .main_plus:nth-child(n+2) {
    margin-top: 45px;
  }
  .block4_left .main_plus:nth-child(1), .block4_left .main_plus:nth-child(5) {
    margin-left: 60px;
  }
  .block4_left .main_plus:nth-child(2), .block4_left .main_plus:nth-child(4) {
    margin-left: 30px;
  }
  .block4_left .main_plus p {
    width: 240px;
    margin-left: 10px;
  }
  .block4_left .main_plus_img {
    height: 100%;
    width: 70px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  /*BLOCK4_riht*/
  .block4_right .main_plus {
    width: 250px;
    height: 80px;
    margin-left: auto;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
  }
  .block4_right .main_plus_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to right, rgba(72, 133, 123, 0) 50%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
    opacity: 1;
  }
  .block4_right .main_plus:nth-child(n+2) {
    margin-top: 45px;
  }
  .block4_right .main_plus:nth-child(1), .block4_right .main_plus:nth-child(5) {
    margin-left: -60px;
  }
  .block4_right .main_plus:nth-child(2), .block4_right .main_plus:nth-child(4) {
    margin-left: -30px;
  }
  .block4_right .main_plus p {
    width: 240px;
    margin-left: 10px;
  }
  .block4_right .main_plus_img {
    height: 100%;
    width: 70px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  /*BLOCK5*/
  .doma {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs,
  .tabs2 {
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .project_dop {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .project_dop_item {
    width: 60%;
    text-align: center;
  }
  .project_dop_item:nth-child(2) {
    margin: 20px 0;
  }
  .project_dop_item b {
    font-size: 18px;
  }
  .project_dop_item p {
    font-size: 14px;
    line-height: 140%;
    margin-top: 6px;
  }
  .project_dop_item a {
    color: #00534b;
  }
  .project_dop_item .button_bezh {
    margin-top: 0px;
    height: 75px;
    width: 100%;
  }
  .project_dop_item .button_bezh button p b {
    font-size: 16px;
  }
  .project_dop_item:nth-child(2) {
    width: 375px;
  }
  .project_dop_item:nth-child(3) {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }
  .shisha_left {
    position: absolute;
    top: 130px;
    left: -50px;
  }
  .shisha_right {
    position: absolute;
    bottom: 10px;
    right: -50px;
  }
  .tabs > input[type=radio],
  .tabs2 > input[type=radio] {
    display: none;
  }
  .tabs > div,
  .tabs2 > div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #fff;
    padding: 15px 15px;
    font-size: 16px;
  }
  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked ~ #content-1,
  #tab-btn-2:checked ~ #content-2,
  #tab-btn-3:checked ~ #content-3,
  #tab-btn-4:checked ~ #content-4,
  #tab-btn-1-1:checked ~ #content-1-1,
  #tab-btn-2-1:checked ~ #content-2-1,
  #tab-btn-3-1:checked ~ #content-3-1,
  #tab-btn-4-1:checked ~ #content-4-1 {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 3;
  }
  #tab-btn-1:checked ~ #content-1 small,
  #tab-btn-2:checked ~ #content-2 small,
  #tab-btn-3:checked ~ #content-3 small,
  #tab-btn-4:checked ~ #content-4 small {
    padding: 15px 15px 0 15px;
    display: block;
    color: #949494;
    font-style: italic;
  }
  .tabs > label,
  .tabs2 > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 100px;
    height: 75px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .tabs > label b,
  .tabs2 > label b {
    font-size: 18px;
  }
  .tabs > label p,
  .tabs2 > label p {
    margin-top: -2px;
    font-size: 16px;
  }
  .tabs > input[name=tab-btn]:checked + label,
  .tabs2 > input[name=tab-btn2]:checked + label {
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    border-bottom: 1px solid #fff;
    border: 1px solid #fdcda1;
  }
  /*PANORAMA*/
  .tabs3 {
    font-size: 0;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .tabs3 > input[type=radio] {
    display: none;
  }
  .tabs3 > div {
    /* скрыть контент по умолчанию */
    display: none;
    font-size: 16px;
  }
  #tab-btn-31-1:checked ~ #content-31-1,
  #tab-btn-32-1:checked ~ #content-32-1 {
    display: block;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    z-index: 3;
    height: 350px;
    overflow: hidden;
  }
  .tabs3 > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 180px;
    height: 75px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .tabs3 > label:nth-child(n+3) {
    margin-right: auto;
    margin-left: 25px;
  }
  .tabs3 > label b {
    font-size: 18px;
  }
  .tabs3 > label p {
    margin-top: -2px;
    font-size: 16px;
  }
  .tabs3 > input[name=tab-btn3]:checked + label {
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    border-bottom: 1px solid #fff;
    border: 1px solid #fdcda1;
    width: 180px;
  }
  /*PANORAMA_END*/
  .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tm {
    width: 46%;
    text-align: center;
  }
  .tm:nth-child(n+3) {
    margin-top: 50px;
  }
  .tm a {
    font-weight: 600;
    color: #333;
    display: block;
    margin-top: 5px;
  }
  .tm img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  /*BLOCK6*/
  .project {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .project_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .project_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
  }
  .project_name > p b {
    display: block;
    color: #00534b;
  }
  .project_name > b {
    font-size: 28px;
    margin-right: 15px;
  }
  .project_info ul {
    margin-top: 15px;
    line-height: 160%;
    margin-bottom: 15px;
  }
  .project_info ul li {
    list-style-type: none;
  }
  .project_info > p {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 150%;
  }
  .project_info > p b {
    color: #333;
  }
  .project_info .button {
    width: 300px;
    height: 75px;
    margin-top: 30px;
  }
  .project_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .project_img_big {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
  }
  .project_img_big img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  .project_img_small {
    width: 22%;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
  }
  .project_img_small img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  /*BLOCK7*/
  .circle {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(231, 187, 147, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    font-size: 38px;
    font-weight: 600;
    color: #00534b;
  }
  .shagi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shag {
    display: flex;
    align-items: center;
  }
  .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .shag p {
    font-size: 16px;
    width: 220px;
    margin-left: 15px;
    line-height: 145%;
  }
  /*BLOCK8*/
  .block8 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block8_left {
    width: 680px;
  }
  .block8_right {
    width: 400px;
    position: relative;
  }
  .block8_right .engener {
    width: 460px;
    position: absolute;
    bottom: -70px;
    z-index: 2;
    left: -40px;
  }
  .block8_right .dogovor {
    width: 300px;
    bottom: 0;
    left: -40px;
    position: absolute;
    z-index: 1;
  }
  .block8_right .engener_name {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 25px;
    text-align: center;
  }
  .block8_right .engener_name p {
    font-size: 14px;
  }
  .block8_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
  .block8_item {
    display: flex;
    align-items: center;
  }
  .block8_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .block8_item p {
    width: 250px;
    margin-left: 15px;
  }
  .block8_item .circle {
    width: 60px;
    height: 60px;
  }
  .block8_item .circle img {
    width: 25px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-content;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jilci_all a img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .owl-carousel .owl-stage {
    display: flex !important;
  }
  /*BLOCK9*/
  .block9 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .block9_left {
    width: 300px;
    position: relative;
  }
  .block9_right {
    width: 320px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #efefef;
    position: relative;
  }
  .block9_right .shisha_left {
    top: -10px;
    transform: rotateZ(30deg);
    width: 50px;
    right: -40px;
    left: auto;
  }
  .block9_left > p {
    font-size: 18px;
    line-height: 140%;
  }
  .block9_left > p b {
    text-decoration: underline;
    color: #00534b;
  }
  .block9_img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
    height: 377px;
    position: relative;
    z-index: 2;
  }
  .block9_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .alena_name {
    bottom: -1px;
    left: 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: 300px;
  }
  .alena_name p {
    font-size: 14px;
  }
  /*BLOCK10*/
  .block10 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    flex-direction: column;
  }
  .block10_left {
    width: 100%;
  }
  .block10_right {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    height: 460px;
    position: relative;
    margin-top: 40px;
  }
  .block10_right .shisha_left {
    right: -20px !important;
    bottom: -20px !important;
    position: absolute;
    top: auto;
    left: auto;
    transform: rotateZ(30deg);
  }
  .block10_left .block8_item > p {
    font-size: 18px;
  }
  .block10_left .block8_item .circle p {
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    line-height: 120%;
    font-weight: 400;
    margin-top: 1px;
  }
  .block10_left .block8_item .circle p b {
    display: block;
    font-size: 20px;
  }
  .mmap {
    width: 100%;
    height: 100%;
  }
  .block10_right .video {
    width: 321px;
    height: 180px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  /*BLOCK12*/
  .block12 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block12_left {
    width: 583px;
    order: 1;
  }
  .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: #00534b;
    text-decoration: underline;
  }
  .block12_left .button {
    margin-top: 55px;
  }
  .block12_right {
    width: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-bottom: 40px;
  }
  .block12_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .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;
  }
  /*BLOCK13*/
  .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .vid_otz .video {
    width: 100%;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
  }
  .vid_otz .video:nth-child(n+2) {
    margin-top: 40px;
  }
  .vid_otz .video iframe {
    width: 100%;
    height: 100%;
  }
  .video_otzivi {
    display: flex;
    justify-content: space-between;
  }
  .video_otz {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
  }
  .video_otzivi2 {
    flex-wrap: wrap;
  }
  .video_otzivi2 .video_otz {
    width: 47%;
  }
  .video_otzivi2 .video_otz:nth-child(n+3) {
    margin-top: 40px;
  }
  /*BLOCK14*/
  .gallery_all {
    display: flex;
    justify-content: space-between;
  }
  .gallery_item {
    width: 100%;
    height: 230px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
  }
  .gallery_item img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 40px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00534b !important;
  }
  .owl-prev {
    left: -35px;
    transition: ease-in-out 0.2s;
  }
  .owl-prev:hover {
    transform: translate(-5px);
    transition: ease-in-out 0.2s;
  }
  .owl-next {
    right: -35px;
    transition: ease-in-out 0.2s;
  }
  .owl-next:hover {
    transform: translate(5px);
    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 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 60px;
  }
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 60px;
  }
  /*BLOCK15*/
  .block15 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block15_left {
    width: 600px;
  }
  .block15_left .shag p {
    width: 205px;
    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: 400px;
    position: relative;
    margin-top: 40px;
  }
  .block15_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px;
    -o-object-position: top;
       object-position: top;
  }
  .block15_right .shisha_left {
    width: 100px;
    left: -30px;
    bottom: -30px;
    top: auto;
  }
  /*BLOCK16*/
  .banki {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .bank {
    width: 80%;
    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;
  }
  .bank img {
    width: 150px;
  }
  /*BLOCK17*/
  .broker_name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .broker_name .h3_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .broker_name_plus {
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 145%;
  }
  .broker_name_plus:nth-child(3) {
    margin-left: 40px;
  }
  .broker_name_plus p b {
    display: block;
    color: #00534b;
    text-decoration: underline;
  }
  .block17 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 30px;
    flex-direction: column;
  }
  .block17_left {
    width: 670px;
    order: 2;
    margin-top: 40px;
  }
  .block17_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    order: 1;
    height: 400px;
    position: relative;
  }
  .alena_name {
    bottom: -20px;
    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: 300px;
  }
  .alena_name p {
    font-size: 15px;
  }
  .alena_name a {
    color: #333;
    font-weight: 600;
    margin-top: 5px;
    display: block;
  }
  .block17_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block17_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block17_left .shag p {
    font-size: 16px;
    width: 230px;
    margin-left: 15px;
    line-height: 145%;
  }
  .broker .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 380px;
  }
  /*BLOCK18*/
  .money_all {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .money_all > b {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: underline;
    font-size: 24px;
    color: #00534b;
    margin-bottom: 40px;
  }
  .money_etapi {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .money_etapi .shisha_left {
    right: 0;
    left: auto;
    top: -70px;
    right: -50px;
  }
  .money_etap {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: 340px;
  }
  .money_etap > b {
    font-size: 74px;
    color: #00534b;
    margin-right: 15px;
  }
  .money_etap p {
    font-size: 16px;
  }
  .money_all small {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 40px;
    color: #8e8e8e;
  }
  .money_all .button_block {
    margin-top: 50px;
    position: relative;
  }
  .money_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 380px;
    position: relative;
  }
  .money_all .button_block .hand_money {
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 70px;
  }
  .block20 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block20_left {
    width: 520px;
    order: 2;
    margin-top: 40px;
  }
  .block20_left .button {
    margin-top: 50px;
  }
  .block20_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 387px;
    border-radius: 10px;
    overflow: hidden;
    order: 1;
  }
  .block20_right a {
    width: 100%;
  }
  .block20_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  /*BLOCK21*/
  .docs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .doc {
    display: flex;
    align-items: center;
    width: 500px;
  }
  .doc:nth-child(n+2) {
    margin-top: 30px;
  }
  .doc img {
    width: 32px;
  }
  .doc p {
    font-size: 18px;
    margin-left: 10px;
  }
  /*FOOTER*/
  /* .footer .container {
            max-width: max-content;
            min-width: max-content;
            margin-left: 17%;
        } */
  .map {
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
  }
  .maps {
    height: 100%;
    position: relative;
    z-index: 3;
  }
  .contacts {
    background: #fff;
    width: 400px;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 10px;
    z-index: 4;
    top: 0;
  }
  .contacts .ramka_in {
    padding: 30px 35px;
  }
  .contacts h3 {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .contacts .button {
    width: 100%;
    margin-top: 30px;
  }
  .contacts .button button {
    padding: 30px 30px;
  }
  .cont {
    margin-top: 20px;
  }
  .cont b {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 130%;
  }
  .cont p {
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
  }
  .cont a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 700;
  }
  .contacts .social {
    margin-left: 0;
  }
  .contacts .social b {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .main_video_pop {
    width: 100%;
    height: 380px;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  html {
    min-width: 320px;
    line-height: 145%;
    overflow-x: hidden;
    margin: 0 auto;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Jost", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden !important;
  }
  .container {
    max-width: 360px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    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);
  }
  section {
    padding: 70px 0;
  }
  header {
    background: none;
    background: #f8f8f8;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 50px;
  }
  .bg1_new {
    position: absolute;
    top: auto;
    bottom: 500px;
    right: 0;
    width: 100%;
    height: 30%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  }
  .bg_gray,
  .bg_gray2 {
    background-image: none;
    background: #f8f8f8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .bg8 {
    background: none;
    background: #f8f8f8;
    background-size: cover;
    background-position: center center;
  }
  .navigaciya {
    width: 100%;
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
  }
  nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    padding: 0px 0;
  }
  nav a {
    color: #fff;
    text-decoration: none;
  }
  nav a:hover {
    color: rgba(231, 187, 147, 0.968627451);
  }
  .pt {
    padding-top: 120px !important;
  }
  .pt2 {
    padding-top: 110px !important;
  }
  .genplan_btn {
    width: 100% !important;
    text-decoration: none;
  }
  .genplan_btn a {
    text-decoration: none;
  }
  .air_top {
    position: absolute;
  }
  .air_bot {
    position: absolute;
    bottom: 0;
  }
  h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 123%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  h3 small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .h3_left {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 123%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
  .h3_dop {
    font-size: 19px;
    text-align: center;
  }
  .h3_dop span {
    color: #00534b;
    text-decoration: underline;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .block_p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
    text-align: center;
  }
  .button {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 80px;
  }
  .button button {
    font-size: 18px;
    padding: 30px 0px;
    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;
    font-family: "Jost", sans-serif !important;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button p {
    position: relative;
    z-index: 1;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(67, 120, 111, 0.97) 0%, rgba(31, 86, 74, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button_bezh {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    height: 85px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .button_bezh button {
    font-size: 18px;
    padding: 30px 15px;
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    font-family: "Jost", sans-serif !important;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button_bezh button p {
    position: relative;
    z-index: 1;
    font-size: 14px;
  }
  .button_bezh button p b {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .button_bezh button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(254, 206, 162, 0.97) 0%, rgba(243, 190, 142, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    opacity: 0;
    transition: 0.3s;
  }
  .button_bezh button:hover:before {
    opacity: 1;
  }
  /*MENU*/
  .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .menu p {
    font-size: 13px;
  }
  .menu > .logo img {
    width: 110px;
  }
  .menu_ipoteka {
    display: none;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    order: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .logo {
    order: 1;
  }
  .menu_ipoteka img {
    width: 70px;
    margin-right: 15px;
    display: none;
  }
  .menu_ipoteka p {
    line-height: 150%;
  }
  .menu_ipoteka p b {
    display: inline-block;
  }
  .menu_social {
    margin-left: auto;
    margin-right: 80px;
    order: 2;
    display: none;
  }
  .social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 3px auto 0 auto;
  }
  .social a {
    width: 25px;
  }
  .social a img {
    width: 100%;
  }
  .tel {
    text-align: right;
    order: 3;
    line-height: 120%;
  }
  .tel a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    margin-top: 2px;
    display: block;
  }
  /*MAIN*/
  .main {
    padding-top: 120px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main_right {
    width: 100%;
    position: relative;
    height: 205px;
    display: flex !important;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    margin-top: 40px;
    justify-content: center;
  }
  .main_video {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 100%;
    transform: translate(0%, -50%);
    z-index: 3;
    width: 100%;
    cursor: pointer;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .main_video p {
    margin-left: 10px;
    width: 180px;
    margin-right: 18px;
    font-size: 14px;
    line-height: 130%;
  }
  .play {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(231, 187, 147, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
  }
  .play img {
    width: 25px;
    margin-left: 2px;
  }
  .main_dom_all {
    position: absolute;
    height: 300px;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .main_dom {
    width: 100%;
    height: 205px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    margin-left: auto;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .main_dom img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .main_dom_cena {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 10px 18px 40px 18px;
    border-radius: 10px;
    z-index: 2;
    width: 130px;
    position: absolute;
  }
  h1 {
    font-size: 24px;
    line-height: 110%;
    text-align: center;
  }
  h1 > .shisha_left {
    width: 50px;
    left: -25px;
  }
  h1 > .green {
    display: inline;
  }
  h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
  }
  .green {
    color: #00534b;
    font-weight: inherit;
  }
  .poselki {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .poselki .poselok {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease;
  }
  .poselki .poselok:nth-child(n+2) {
    margin-top: 40px;
  }
  .poselki .poselok::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(30, 31, 36, 0.9) 20%, rgba(30, 31, 36, 0.2) 70%, rgba(30, 31, 36, 0.05) 100%);
    opacity: 0.8;
  }
  .poselki .poselok p {
    position: absolute;
    left: 24px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    width: 90%;
    line-height: 150%;
    font-size: 18px;
  }
  .poselki .poselok img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .poselki .poselok a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .h1_dop {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
  }
  .h1_dop img {
    width: 100%;
    border-radius: 10px;
    margin-top: 9px;
    margin-right: 0px;
    margin-bottom: 15px;
    display: none;
  }
  .h1_dop p {
    font-size: 14px;
    width: 100%;
    line-height: 145%;
  }
  .h1_dop b {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    line-height: 135%;
  }
  .main_plusi {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    position: relative;
    flex-wrap: wrap;
  }
  .main_plus {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
    text-align: left;
  }
  .main_plus:nth-child(n+2) {
    margin-top: 20px;
  }
  .main_plus_img {
    height: 100px;
    width: 120px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    align-items: flex-end;
  }
  .main_plus_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to right, rgba(72, 133, 123, 0) 50%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
    opacity: 1;
  }
  .main_plus_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .main_plus p {
    width: 100%;
    line-height: 140%;
    padding: 10px 10px 15px 10px;
    font-size: 14px;
    margin-left: 0;
  }
  /*FORM*/
  .forma_long {
    margin-top: 80px;
  }
  .forma_long form {
    padding: 0px 0 0px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    flex-wrap: wrap;
  }
  form label {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 25px;
  }
  form input {
    height: 80px;
    width: 100%;
    padding: 25px 25px 25px 35px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #ebebeb;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.08);
    font-family: "Jost", sans-serif !important;
    font-weight: 400;
    color: #333333;
    z-index: 10;
    transition: all 0.2s;
  }
  form input:focus, form input:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.3);
    transition: all 0.2s;
  }
  form textarea {
    max-height: 110px;
    min-height: 110px;
    max-width: 100%;
    min-width: 100%;
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background-color: #fefefe;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-family: "Jost", sans-serif !important;
    font-weight: 500;
    color: #333333;
    z-index: 10;
    margin-bottom: 17px;
    transition: all 0.2s;
  }
  form textarea:focus, form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.3);
    transition: all 0.2s;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b0afaf;
    font-weight: 400;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b0afaf;
    font-weight: 400;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #b0afaf;
    font-weight: 400;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #b0afaf;
    font-weight: 400;
  }
  .forma_long .button {
    margin-left: 0px;
    width: 100%;
    margin-top: 15px;
  }
  /*Ready*/
  .ready h3 {
    width: 100%;
    text-align: center;
    margin-left: auto;
  }
  .ready .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .ready .item .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .ready .item .right h4 {
    font-size: 20px;
  }
  .ready .item .right ul {
    margin-top: 20px;
  }
  .ready .item .right ul b {
    font-size: 16px;
    line-height: 130%;
  }
  .ready .item .right ul li {
    margin-left: 15px;
    line-height: 120%;
    margin-top: 10px;
    list-style-type: none;
    font-size: 14px;
  }
  .ready .item .right .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .ready .item .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ready .item .left img {
    border-radius: 10px;
  }
  .ready .item .left > a {
    width: 49%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ready .item .left > a:nth-child(n+3) {
    margin-top: 15px;
  }
  .ready .item .left > a img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ready .item .left .dop {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ready .item .left .dop a {
    width: 32%;
  }
  .ready .item .left .dop a img {
    width: 100%;
  }
  .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: 3px;
  }
  /*BLOCK2*/
  .block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block2_item {
    width: 100%;
  }
  .block2_item:nth-child(n+2) {
    margin-top: 50px;
  }
  .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: 20px;
    margin-bottom: 7px;
    color: #333;
    line-height: 130%;
  }
  /*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: 10px;
    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*/
  /*STORIES*/
  .stories {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
  }
  .story-video {
    width: 48% !important;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 10px;
  }
  .story-video:nth-child(n+3) {
    margin-top: 20px;
  }
  .story-video video {
    width: 100% !important;
  }
  .story-video:hover {
    transform: scale(1.02);
  }
  .story-video.playing {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 80%;
    width: -moz-max-content !important;
    width: max-content !important;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
  }
  .overlay.show {
    display: block;
  }
  /*STORIES END*/
  /*BLOCk3*/
  .block3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block3_item {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .block3_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .block3_item:nth-child(n+4) {
    margin-left: 0px;
  }
  .block3_left {
    width: 100%;
  }
  .block3_right {
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 40px;
  }
  .button_panorama {
    display: none;
  }
  .block3_item b {
    font-size: 40px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .block3_item p {
    width: 234px;
    line-height: 140%;
  }
  .gyro_left {
    display: flex;
    align-items: center;
    margin-top: 50px;
    text-align: center;
  }
  .gyro_left img {
    width: 90px;
    margin-right: 15px;
    display: none;
  }
  .block3_right iframe {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: none;
  }
  .block3_right a {
    width: 100%;
    text-decoration: none;
  }
  .block3_right .button {
    width: 100%;
    z-index: 2;
  }
  .block3_right b {
    position: absolute;
    padding: 15px;
    display: none;
  }
  .gyro2 {
    width: 150px;
    position: absolute;
    right: -10px;
    top: 480px;
    transform: rotate(-7deg);
    z-index: 3;
  }
  .etapi_sdachi {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
  }
  .etapi_item {
    width: 100%;
  }
  .etapi_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .etapi_item:first-child {
    width: 100%;
  }
  .etapi_item:first-child b {
    font-size: 22px;
    line-height: 140%;
    width: 100%;
  }
  .etapi_item b {
    font-size: 18px;
    font-weight: 600;
  }
  .etapi_item p {
    font-size: 15px;
    line-height: 135%;
    margin-top: 3px;
    color: #585858;
  }
  /*BLOCK4*/
  .block4 {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .dom_razrez {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .pine_left {
    position: absolute;
    left: -200px;
    top: 150px;
    bottom: auto;
    width: 400px;
  }
  .pine_right {
    position: absolute;
    right: -200px;
    bottom: -50px;
    width: 450px;
  }
  .block4_left .main_plus {
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center;
  }
  .block4 .main_plus p {
    width: 100%;
    line-height: 140%;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    margin-left: 0;
    text-align: left;
  }
  .block4_left .main_plus_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to right, rgba(72, 133, 123, 0) 50%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
    opacity: 1;
  }
  .block4_left .main_plus:nth-child(n+2) {
    margin-top: 45px;
  }
  .block4_left .main_plus:nth-child(1), .block4_left .main_plus:nth-child(5), .block4_left .main_plus:nth-child(2), .block4_left .main_plus:nth-child(4) {
    margin-left: 0px;
  }
  .block4_left .main_plus p {
    width: 240px;
    margin-left: 10px;
    padding: 0;
  }
  .block4_left .main_plus_img {
    height: 100%;
    width: 70px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  /*BLOCK4_riht*/
  .block4_right {
    margin-top: 35px;
  }
  .block4_right .main_plus {
    width: 100%;
    height: 80px;
    margin-left: auto;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
  }
  .block4_right .main_plus_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to right, rgba(72, 133, 123, 0) 50%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
    opacity: 1;
  }
  .block4_right .main_plus:nth-child(n+2) {
    margin-top: 45px;
  }
  .block4_right .main_plus:nth-child(1), .block4_right .main_plus:nth-child(5), .block4_right .main_plus:nth-child(2), .block4_right .main_plus:nth-child(4) {
    margin-left: 0px;
  }
  .block4_right .main_plus p {
    width: 240px;
    margin-left: 10px;
    text-align: left;
    padding: 0;
  }
  .block4_right .main_plus_img {
    height: 100%;
    width: 70px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  /*BLOCK5*/
  .doma {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs,
  .tabs2 {
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .project_dop {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .project_dop_item {
    width: 100%;
    text-align: center;
  }
  .project_dop_item:nth-child(2) {
    margin: 20px 0;
  }
  .project_dop_item b {
    font-size: 18px;
  }
  .project_dop_item p {
    font-size: 14px;
    line-height: 140%;
    margin-top: 6px;
  }
  .project_dop_item a {
    color: #00534b;
  }
  .project_dop_item .button_bezh {
    margin-top: 0px;
    height: 75px;
    width: 100%;
  }
  .project_dop_item .button_bezh button p b {
    font-size: 16px;
  }
  .project_dop_item:nth-child(2) {
    width: 100%;
    font-size: 14px;
  }
  .project_dop_item:nth-child(3) {
    text-align: center;
    width: 100%;
  }
  .shisha_left {
    position: absolute;
    top: 130px;
    left: -50px;
  }
  .shisha_right {
    position: absolute;
    bottom: 10px;
    right: -50px;
  }
  .tabs > input[type=radio],
  .tabs2 > input[type=radio] {
    display: none;
  }
  .tabs > div,
  .tabs2 > div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #fff;
    padding: 15px 15px;
    font-size: 16px;
  }
  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
  #tab-btn-1:checked ~ #content-1,
  #tab-btn-2:checked ~ #content-2,
  #tab-btn-3:checked ~ #content-3,
  #tab-btn-4:checked ~ #content-4,
  #tab-btn-5:checked ~ #content-5,
  #tab-btn-6:checked ~ #content-6,
  #tab-btn-7:checked ~ #content-7,
  #tab-btn-8:checked ~ #content-8,
  #tab-btn-9:checked ~ #content-9,
  #tab-btn-10:checked ~ #content-10 {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 3;
    margin-top: 20px;
  }
  #tab-btn-1-1:checked ~ #content-1-1,
  #tab-btn-2-1:checked ~ #content-2-1,
  #tab-btn-3-1:checked ~ #content-3-1,
  #tab-btn-4-1:checked ~ #content-4-1 {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 3;
  }
  #tab-btn-1:checked ~ #content-1 small,
  #tab-btn-2:checked ~ #content-2 small,
  #tab-btn-3:checked ~ #content-3 small,
  #tab-btn-4:checked ~ #content-4 small {
    padding: 15px 15px 0 15px;
    display: block;
    color: #949494;
    font-style: italic;
  }
  .tabs > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 6px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 23%;
    height: 55px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .tabs > label b {
    font-size: 14px;
  }
  .tabs > label p {
    margin-top: -2px;
    font-size: 12px;
  }
  .tabs2 > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 85px;
    height: 75px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .tabs2 > label b {
    font-size: 18px;
  }
  .tabs2 > label p {
    margin-top: -2px;
    font-size: 16px;
  }
  .tabs > input[name=tab-btn]:checked + label,
  .tabs2 > input[name=tab-btn2]:checked + label {
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    border-bottom: 1px solid #fff;
    border: 1px solid #fdcda1;
  }
  /*PANORAMA*/
  .tabs3 {
    font-size: 0;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-top: 40px;
    display: none !important;
  }
  .gen_plan {
    position: relative;
    bottom: -25px;
    right: -10px;
    z-index: 5;
    width: 100% !important;
    height: auto !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .gen_plan:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0) 0%, rgb(31, 86, 74) 100%);
    opacity: 0.8;
  }
  .gen_plan p {
    position: absolute;
    z-index: 6;
    display: block;
    top: 20px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .gen_plan:hover p {
    color: #fdcda1;
    text-decoration: underline;
  }
  .tabs3 > input[type=radio] {
    display: none;
  }
  .tabs3 > div {
    /* скрыть контент по умолчанию */
    display: none;
    font-size: 16px;
  }
  .block3 a {
    display: block;
    width: 100%;
  }
  .block3 .button {
    width: 100%;
  }
  .block3 .form_btn small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
  }
  #tab-btn-31-1:checked ~ #content-31-1,
  #tab-btn-32-1:checked ~ #content-32-1 {
    display: block;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    z-index: 3;
    height: 350px;
    overflow: hidden;
  }
  .tabs3 > label {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 1px solid #fdcda1;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 130px;
    height: 75px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .tabs3 > label b {
    font-size: 18px;
  }
  .tabs3 > label p {
    margin-top: -2px;
    font-size: 16px;
  }
  .tabs3 > input[name=tab-btn3]:checked + label {
    background-image: linear-gradient(to top, rgba(243, 190, 142, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    border-bottom: 1px solid #fff;
    border: 1px solid #fdcda1;
    width: 130px;
  }
  .panorama_plan {
    height: 100%;
    position: relative;
  }
  .panorama_plan b {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .panorama_plan b p {
    font-weight: 400;
  }
  .block3 a {
    height: 80px;
    margin-top: 30px;
    text-decoration: none;
  }
  .block3 a button {
    height: 100%;
    padding: 0 !important;
    font-size: 18px;
    padding: 30px 0px;
    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;
    font-family: "Jost", sans-serif !important;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*PANORAMA_END*/
  .team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tm {
    width: 100%;
    text-align: center;
  }
  .tm:nth-child(n+2) {
    margin-top: 50px;
  }
  .tm a {
    font-weight: 600;
    color: #333;
    display: block;
    margin-top: 5px;
  }
  .tm img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  /*BLOCK6*/
  .project {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .project_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .project_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    flex-wrap: wrap;
  }
  .project_name > p b {
    display: block;
    color: #00534b;
  }
  .project_name > b {
    font-size: 28px;
    margin-right: 15px;
  }
  .project_name p:nth-child(n+3) {
    margin-top: 15px;
  }
  .project_info ul {
    margin-top: 15px;
    line-height: 160%;
    margin-bottom: 15px;
  }
  .project_info ul li {
    list-style-type: none;
    font-size: 14px;
  }
  .project_info > p {
    font-size: 13px;
    color: #5c5c5c;
    line-height: 150%;
  }
  .project_info > p b {
    color: #333;
  }
  .project_info .button {
    margin-top: auto;
    width: 100%;
    height: 75px;
    margin-top: 30px;
  }
  .project_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .project_img_big {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
  }
  .project_img_big img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  .project_img_small {
    width: 22%;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
  }
  .project_img_small img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
  }
  /*BLOCK7*/
  .circle {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(231, 187, 147, 0.97) 0%, rgba(254, 206, 162, 0.97) 100%);
    font-size: 38px;
    font-weight: 600;
    color: #00534b;
  }
  .shagi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shag {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .shag:nth-child(n+2) {
    margin-top: 30px;
  }
  .shag p {
    font-size: 14px;
    width: 200px;
    margin-left: 15px;
    line-height: 145%;
  }
  /*BLOCK8*/
  .block8 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block8_left {
    width: 100%;
  }
  .block8_right {
    width: 100%;
    position: relative;
    margin-top: -60px;
  }
  .block8_right .engener {
    width: 100%;
    position: relative;
    bottom: -75px;
    z-index: 2;
    left: 0px;
  }
  .block8_right .dogovor {
    width: 150px;
    bottom: 0;
    left: -40px;
    position: absolute;
    z-index: 1;
  }
  .block8_right .engener_name {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 25px;
    text-align: center;
  }
  .block8_right .engener_name p {
    font-size: 14px;
  }
  .block8_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
  .block8_item {
    display: flex;
    align-items: center;
  }
  .block8_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .block8_item p {
    width: 200px;
    margin-left: 15px;
    font-size: 16px;
  }
  .block8_item .circle {
    width: 60px;
    height: 60px;
  }
  .block8_item .circle img {
    width: 25px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-content;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 320px !important;
  }
  .jilci_all a img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .owl-carousel .owl-stage {
    display: flex !important;
  }
  /*BLOCK9*/
  .block9 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block9_left {
    width: 100%;
    position: relative;
  }
  .block9_right {
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #efefef;
    position: relative;
    margin-top: 30px;
  }
  .block9_right .shisha_left {
    top: -10px;
    transform: rotateZ(30deg);
    width: 50px;
    right: -40px;
    left: auto;
  }
  .block9_left > p {
    font-size: 18px;
    line-height: 140%;
  }
  .block9_left > p b {
    text-decoration: underline;
    color: #00534b;
  }
  .block9_img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
    height: 377px;
    position: relative;
    z-index: 2;
  }
  .block9_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .alena_name {
    bottom: -1px;
    left: 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: 300px;
  }
  .alena_name p {
    font-size: 14px;
  }
  /*BLOCK10*/
  .block10 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    flex-direction: column;
  }
  .block10_left {
    width: 100%;
  }
  .block10_right {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    height: 460px;
    position: relative;
    margin-top: 40px;
  }
  .block10_right .shisha_left {
    right: -20px !important;
    bottom: -20px !important;
    position: absolute;
    top: auto;
    left: auto;
    transform: rotateZ(30deg);
  }
  .block10_left .block8_item > p {
    font-size: 18px;
  }
  .block10_left .block8_item .circle p {
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    line-height: 120%;
    font-weight: 400;
    margin-top: 1px;
  }
  .block10_left .block8_item .circle p b {
    display: block;
    font-size: 20px;
  }
  .mmap {
    width: 100%;
    height: 100%;
  }
  .block10_right .video {
    width: 100%;
    height: 190px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  /*BLOCK12*/
  .block12 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block12_left {
    width: 100%;
    order: 1;
  }
  .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: #00534b;
    text-decoration: underline;
  }
  .block12_left .button {
    margin-top: 55px;
    width: 100%;
  }
  .block12_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 300px;
    margin-bottom: 40px;
  }
  .block12_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: top;
       object-position: top;
  }
  .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: -moz-max-content;
    width: max-content;
  }
  .name p {
    font-size: 14px;
  }
  /*BLOCK13*/
  .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .vid_otz .video {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
  }
  .vid_otz .video:nth-child(n+2) {
    margin-top: 40px;
  }
  .vid_otz .video iframe {
    width: 100%;
    height: 100%;
  }
  .video_otzivi {
    display: flex;
    justify-content: space-between;
  }
  .video_otzivi .owl-item {
    width: 300px !important;
  }
  .video_otzivi .owl-item img {
    width: 300px !important;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: 250px;
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    padding: 20px;
    border-radius: 10px;
  }
  .video_otzivi2 {
    flex-wrap: wrap;
  }
  .video_otzivi2 .video_otz {
    width: 30%;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
  }
  .video_otzivi2 .video_otz:nth-child(n+4) {
    margin-top: 50px;
  }
  .video_otz {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
  }
  /*BLOCK14*/
  .gallery_all {
    display: flex;
    justify-content: space-between;
  }
  .gallery_item {
    width: 100%;
    height: 230px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
  }
  .gallery_item img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 40px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00534b !important;
  }
  .owl-prev {
    left: -5px;
    transition: ease-in-out 0.2s;
  }
  .owl-prev:hover {
    transform: translate(-5px);
    transition: ease-in-out 0.2s;
  }
  .owl-next {
    right: -5px;
    transition: ease-in-out 0.2s;
  }
  .owl-next:hover {
    transform: translate(5px);
    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 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 40px;
  }
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 60px;
  }
  /*BLOCK15*/
  .block15 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block15_left {
    width: 100%;
  }
  .block15_left .shag p {
    width: 205px;
    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: 300px;
    position: relative;
    margin-top: 40px;
  }
  .block15_right img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px;
    -o-object-position: top;
       object-position: top;
  }
  .block15_right .shisha_left {
    width: 100px;
    left: -30px;
    bottom: -30px;
    top: auto;
  }
  /*BLOCK16*/
  .banki {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .bank {
    width: 90%;
    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;
  }
  .bank img {
    width: 150px;
  }
  /*BLOCK17*/
  .broker_name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .broker_name .h3_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .broker_name_plus {
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 145%;
    text-align: center;
  }
  .broker_name_plus:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .broker_name_plus p b {
    display: block;
    color: #00534b;
    text-decoration: underline;
  }
  .block17 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 30px;
    flex-direction: column;
  }
  .block17_left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .alena_name {
    bottom: -10px;
    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: 100%;
  }
  .alena_name p {
    font-size: 15px;
  }
  .alena_name a {
    color: #333;
    font-weight: 600;
    margin-top: 5px;
    display: block;
  }
  .block17_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    order: 1;
    height: 400px;
    position: relative;
  }
  .block17_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block17_left .shag:nth-child(n+3) {
    margin-top: 50px;
  }
  .block17_left .shag p {
    font-size: 15px;
    width: 195px;
    margin-left: 15px;
    line-height: 145%;
  }
  .broker .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100%;
  }
  /*BLOCK18*/
  .money_all {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .money_all > b {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: underline;
    font-size: 24px;
    color: #00534b;
    margin-bottom: 40px;
  }
  .money_etapi {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .money_etapi .shisha_left {
    right: 0;
    left: auto;
    top: -70px;
    right: -50px;
  }
  .money_etap {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
  }
  .money_etap:nth-child(n+2) {
    margin-top: 30px;
  }
  .money_etap > b {
    font-size: 74px;
    color: #00534b;
    margin-right: 15px;
  }
  .money_etap p {
    font-size: 16px;
  }
  .money_all small {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 40px;
    color: #8e8e8e;
  }
  .money_all .button_block {
    margin-top: 50px;
    position: relative;
  }
  .money_all .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 100%;
    position: relative;
  }
  .money_all .button_block .hand_money {
    position: absolute;
    width: 150px;
    bottom: 20px;
    left: 70px;
  }
  .block20 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .block20_left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .block20_left .button {
    margin-top: 50px;
    width: 100%;
  }
  .block20_right {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    order: 1;
  }
  .block20_right a {
    width: 100%;
  }
  .block20_right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  /*BLOCK21*/
  .docs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .doc {
    display: flex;
    align-items: center;
    width: 500px;
  }
  .doc a {
    color: #00534b;
  }
  .doc:nth-child(n+2) {
    margin-top: 30px;
  }
  .doc img {
    width: 32px;
  }
  .doc p {
    font-size: 14px;
    margin-left: 10px;
  }
  /*FOOTER*/
  /* .footer .container {
            max-width: max-content;
            min-width: max-content;
            margin-left: 17%;
        } */
  .map {
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
  }
  .maps {
    height: 100%;
    position: relative;
    z-index: 3;
  }
  .footer {
    height: 600px;
  }
  .contacts {
    background: #fff;
    width: 87%;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 10px;
    z-index: 4;
    top: 0;
  }
  .contacts .ramka_in {
    padding: 30px 20px;
  }
  .contacts h3 {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .contacts .button {
    width: 100%;
    margin-top: 30px;
  }
  .contacts .button button {
    padding: 30px 30px;
  }
  .cont {
    margin-top: 20px;
  }
  .cont b {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 130%;
  }
  .cont p {
    font-size: 16px;
    line-height: 160%;
    font-weight: 700;
  }
  .cont a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 700;
  }
  .contacts .social {
    margin-left: 0;
  }
  .contacts .social b {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  #big-modal5 {
    height: -moz-min-content;
    height: min-content;
    width: 320px !important;
  }
  #big-modal5 iframe {
    height: 180px;
    width: 100%;
  }
  /*FORMA*/
  .forma {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 7px 16px rgba(36, 44, 51, 0.07);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: 2;
  }
  .forma form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 5;
  }
  .forma:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    z-index: 2;
  }
  .forma input {
    width: 100%;
  }
  .forma input:nth-child(n+2) {
    margin-top: 18px;
  }
  .forma .button {
    width: 100%;
    margin-top: 18px;
  }
  .forma h4 {
    font-size: 22px;
    text-align: center;
    line-height: 110%;
  }
  .forma > p {
    font-size: 14px;
    text-align: center;
    line-height: 130%;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #939393;
  }
  .forma form input {
    padding: 25px 20px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    background-color: #f8f8f8;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.05);
    font-family: "Jost", sans-serif !important;
    font-weight: 400;
    color: #777777;
    z-index: 10;
    width: 100%;
  }
  .forma input::-moz-placeholder {
    color: #b0b0b0 !important;
  }
  .forma input::placeholder {
    color: #b0b0b0 !important;
  }
  .forma textarea::-moz-placeholder {
    color: #b0b0b0 !important;
    font-size: 16px;
  }
  .forma textarea::placeholder {
    color: #b0b0b0 !important;
    font-size: 16px;
  }
  .forma_modal.forma form input {
    padding: 25px 20px !important;
  }
  .forma form input:focus, .forma form input:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
  .forma form textarea:focus, .forma form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
}
input[type=tel], input[type=submit], input[type=text], input[type=name] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
  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;
}

.fa-phone {
  margin-right: 3px;
  margin-top: 3px;
}

.callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}
.callback-bt-tel i {
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  line-height: 65px;
  transition: 0.5s ease-in-out;
  margin-left: 4px;
  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 {
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  line-height: 85px;
  transition: 0.5s ease-in-out;
  margin-left: 4px;
  margin-top: 10px;
  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);
  }
}
/* конец кнопки звонка */
.tutorial {
  width: 100%;
}
.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;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}/*# sourceMappingURL=style.css.map */