.modal__close-btn {
    display: none;
    background-color: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
}
.modal__content {
    position: relative;
}
.block2__detail {
    text-align: right;
    cursor: pointer;
}
.header__modal-btn {
    margin-top: 30px;
}

@media screen and (min-width:660px) {
    * {
        margin: 0;
        padding: 0;
        outline: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
    
    }
    html {
        min-width: 1200px;
        line-height: 145%;
        overflow-x: hidden;
    }
    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        color: #333333;
        font-family: 'TT Norms', sans-serif!important;
        -webkit-overflow-scrolling: touch;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        position: relative;
       
    }
    
    .marquiz-widget__container {
        z-index: 2147483646 !important;
    }
    .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%;
        height: 90px;
        transition: transform .5s;
        z-index: 30;
        display: flex;
        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: url(../img/main/bg1_air.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: relative;
        padding-bottom: 80px;
    }

    .bg_gray {
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg_gray.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .project__modal {
        bottom: 0;
        right: 485px;
    }

    .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);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .bg8 {
        background: url(../img/bg8/bg8.jpg) no-repeat;
        -webkit-background-size: cover;
        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: 'TT Norms', 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: 5px;
        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: 'TT Norms', 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 b {
        display: block;
        font-size: 18px;
        margin-bottom: 2px;
    }
    .button_bezh button p {
        position: relative;
        z-index: 1;
        font-size: 16px;
    }
 
    .button_bezh button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        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;
      }

      .menu p {
          font-size: 15px;
      }
      .menu > .logo img {
          width: 150px;
      }
      .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: 35px;
        height: 35px; 
      }
      .social a img {
          width: 100%;
      }

      .tel {
          text-align: right;
      }
      .tel a {
          font-size: 21px;
          text-decoration: none;
          font-weight: 700;
          color: #333;
          margin-top: 2px;
          display: block;
      }

    /* MODAL */
    .modal {
        display: none;
        cursor: default;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.75);
        padding: 30px;
        position: absolute;
        border-radius: 10px;
        z-index: 29;
        width: 500px;
    }

    .modal__content > p {
        display: block;
        font-size: 20px;
        margin-bottom: 7px;
        color: #333;
        text-align: center;
        line-height: 130%;
    }

    .modal__form input {
        width: 100%;
    }
    
    .modal__content {
        position: relative;
    }

    .modal__form-inner input {
        margin-bottom: 15px;
    }

    .modal__form-inner .button {
        margin: 0 !important;
    }

    

    .modal__title {
        font-weight: bold;
        font-size: 31px;
        margin-bottom: 25px;
    }

    .modal__form-inner .button {
        width: 100% !important; 
        margin-top: 0;
    }

      /*MAIN*/

      .main {
          padding-top: 170px;
          display: flex;
          align-items: stretch;
          justify-content: space-between;
      }

      header .modal {
        top: 319px;
        right: 153px;
      }
      .header__modal-btn {
          margin-top: 30px;
      }

      .main_left {
          width: 660px;
      }

      .main_right {
          width: 420px;
          position: relative;
      }

    .main_video {
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        border-radius: 50px;
        display: flex;
        align-items: center;
        width: max-content;
        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: 300px;
        bottom: 0;
        right: 0;

    }

    .main_dom {
        width: 350px;
        height: 225px;
        display: flex;
        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;
        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: 48px;
          line-height: 104%;
      }
      h1 > .shisha_left {
        width: 50px;
    }
      h1 > .green {
          display: block;
      }
      h2 {
          font-size: 30px;
          font-weight: 400;
          margin-top: 25px;
      }
      .green {
          color: #00534b;
          font-weight: inherit;
      }

      .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: 28%;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        border-radius: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .main_plus_img {
        height: 100px;
        width: 100px;
        display: flex;
        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%, rgba(255, 255, 255, 1) 100%);
        opacity: 1;
    }

    .main_plus_img img {
        width: 100%;
        display: flex;
        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: 'TT Norms', sans-serif!important;
		font-weight: 400;
		color: #333333;
		z-index: 10;
        transition: all 0.2s;
	}

	form input:focus {
		box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        transition: all 0.2s;
	}

	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: 'TT Norms', sans-serif!important;
		font-weight: 500;
		color: #333333;
		z-index: 10;
		margin-bottom: 17px;
        transition: all 0.2s;
	}

	form textarea:focus {
		box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        transition: all 0.2s;
	}

	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;
	}


    /*BLOCK2*/

    .block2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .block2_item {
        width: 29%;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .block2_item:nth-child(n+4) {
        margin-top: 45px;
    }
    .block2_item:hover .block2__detail span {
        text-decoration: underline;
        color: #000;
    }

    .block2__detail {
        font-size: 17px;
        color: rgba(67, 120, 111, 0.97);
        padding-top: 7px;
        text-align: right;
    }

    .block2 .modal {
        top: -40px;
    }
    .block2__modal--right {
        left: 46%;
    }
    .block2__modal--left {
        right: 46%;
    }
    .block2__modal--center {
        left: 50%; 
    }

    .block2_img {
        width: 100%;
        height: 190px;
        display: flex;
        object-fit: cover;
        overflow: hidden;
        border-radius: 10px;
    }

    .block2_img img {
        width: 100%;
        display: flex;
        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%;
        
    }



    /*BLOCk3*/
    .block3 {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .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 {
        display: none;
    }
    .block3_right .button_forma {
        display: none;
    }
    .button_panorama {
        height: 40px;
    }
    .button_panorama .button {
        height: 100%;
        width: 180px;
        font-size: 14px;
    }

    .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 rgb(0 0 0 / 8%);
        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 rgb(0 0 0 / 6%);
    }

    .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) {
        margin-left: 60px;
    }

    .block4_left .main_plus:nth-child(5) {
        margin-left: 60px;
    }

    .block4_left .main_plus:nth-child(2) {
        margin-left: 30px;
    }

    .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;
        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) {
        margin-left: -60px;
    }

    .block4_right .main_plus:nth-child(5) {
        margin-left: -60px;
    }

    .block4_right .main_plus:nth-child(2) {
        margin-left: -30px;
    }

    .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;
        object-fit: cover;
        position: relative;
    }



    /*BLOCK5*/
    .doma {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs {
		font-size: 0;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
	}

    .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: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .project_dop_item {
        width: 30%;
    }

    .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: max-content;
    }
    .shisha_left {
        position: absolute;
        top: 130px;
        left: -50px;
        width: 135px;
    }
    .shisha_right {
        position: absolute;
        bottom: 10px;
        right: -50px;
    }

	.tabs>input[type="radio"] {
		display: none;
	}

	.tabs>div {
            /* скрыть контент по умолчанию */
		display: none;
		border: 1px solid #fff;
		padding: 15px 15px;
		font-size: 16px;
	}
    .tabs2>input[type="radio"] {
		display: none;
	}

	.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 {
		display: block;
		width: 100%;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
        border-radius: 10px;
        padding: 30px;
        /* position: relative;
        z-index: 3; */
	}

    #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 rgb(0 0 0 / 5%);
        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;
		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 {
		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;
		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 {
		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;
	}

    .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;
	}
    

    


    /*BLOCK6*/
    .project {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .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_info .modal .button {
        margin: 0;
    }

    .project_img {
        width: 430px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .project_img_big {
        width: 100%;
        height: 350px;
        object-fit: cover;
        display: flex;
        border-radius: 10px;
        overflow: hidden;
    }

    .project_img_big img {
        width: 100%;
        object-fit: cover;
        display: flex;
    }

    .project_img_small {
        width: 22%;
        height: 80px;
        object-fit: cover;
        display: flex;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 20px;
    }

    .project_img_small img {
        width: 100%;
        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 rgb(0 0 0 / 8%);
        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 img {
        width: 25px;
    }
    .block8_item .circle {
        width: 60px;
        height: 60px;
    }


    /*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 rgb(0 0 0 / 5%);
        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: 90%;
        display: flex;
        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;
        object-fit: cover;
    }

    .alena_name {
        bottom: -1px;
        left: 0;
        position: absolute;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        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;
    }

    .block10_left {
        width: 435px;
    }

    .block10_right {
        width: 650px;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        height: 460px;
        position: relative;
    }

    .block10_right .shisha_left {
        right: -20px!important;
        bottom: -20px!important;
        position: absolute;
        top: auto;
        left: auto;
        transform: rotateZ(8deg);
    }

    .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 rgb(0 0 0 / 8%);
    }


    /*BLOCK12*/

    .block12 {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .block12__modal {
        right: 175px;  
        bottom: -115px;
    }

    .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;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .block12_right img {
        display: flex;
        object-fit: cover;
        width: 100%;
    }

    .name {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0%);
        position: absolute;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        border-radius: 10px;
        padding: 10px 25px;
        text-align: center;
        width: 320px;
    }
    .name p {
        font-size: 14px;
    }

    .partner__modal {
        bottom: 88px;
        left: 130px;
    }


    /*BLOCK13*/

    .video_otzivi {
        display: flex;
        justify-content: space-between;
    }

    .video_otzivi img {
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    }

    .video_otzivi2  .video_otz {
        width: 30%;
        height: 210px;
        border-radius: 10px;
        overflow: hidden;

    }

    .video_otzivi2 {
        flex-wrap: wrap;
    }
    .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;
        object-fit: cover;
        overflow: hidden;
        border-radius: 10px;
    }
    .gallery_item img {
        width: 100%;
        display: flex;
        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:hover {
		transform: translate(5px);
		transition: ease-in-out 0.2s;
	}

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

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

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit;
		width: 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;
    }
    .block15_left .shag p {
        font-size: 16px;
    }

    .block15_left .shag .circle {
        display: flex;
        object-fit: cover;
        overflow: hidden;
    }
    .block15_left .shag .circle img {
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .block15_left .shag:nth-child(n+3) {
        margin-top: 50px;
    }

    .block15_right {
        display: flex;
        object-fit: cover;
        width: 460px;
        position: relative;
    }

    .block15_right img {
        display: flex;
        object-fit: cover;
        width: 100%;   
        border-radius: 10px; 
    }

    .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 rgb(0 0 0 / 5%);
        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 rgb(0 0 0 / 5%);
            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;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
        }

        .block17_right img{
            width: 100%;
            display: flex;
            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: 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: max-content;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
            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__modal {
            bottom: 0;
            right: 175px;
        }

        .block20_left {
            width: 520px;
        }

        .block20_left .button {
            margin-top: 50px;
        }


        .block20_right {
            width: 550px;
            display: flex;
            object-fit: cover;
            height: 387px;
            border-radius: 10px;
            overflow: hidden;
        }
        .block20_right img {
            width: 100%;
            display: flex;
            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%;
        } */
        .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__modal {
            left: 100%;
            bottom: 80px;
        }
        .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 form {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-direction: column;
            position: relative;
            z-index: 5;
        }


        .forma {
            width: 350px;
            padding: 30px;
            background-color: #fff;
            box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            transition: all 0.3s;
            z-index: 2;
        }

        .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: 'TT Norms', sans-serif!important;
                font-weight: 400;
                color: #777777;
                z-index: 10;
                width: 100%;
            }
        
        
            .forma  input::placeholder {
                color: #b0b0b0!important;
            }
            .forma  textarea::placeholder {
                color: #b0b0b0!important;
                font-size: 16px;
            }
        
            .forma_modal.forma form input {
                padding: 25px 20px!important;
            }
            
            .forma  form input:focus {
                box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
            }
            .forma  form input:hover {
                box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
            }
            .forma form textarea:focus {
                box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
            }
            .forma form textarea:hover {
                box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
            }

            #big-modal5 {
                height: 90vh;

            }

            .lazyYT {
                width: 100%;
            }
            
}
    
@media (max-width: 993px) {
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 9147483656; /* Sit on top */
        left: 0 !important;
        top: 0 !important;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    

    
    .modal__content {
        background-color: #fefefe;
        margin: 25% auto; /* 15% from the top and centered */
        padding: 20px;
        width: 100%; /* Could be more or less, depending on screen size */
    }

    .modal__close-btn {
        display: block;
    }
}

@media screen and (max-width:1200px) and (min-width:993px) {

    html {
        min-width: 993px
    }
    body {
        zoom: 80%;
       
    }
    .callback-bt-tel {
        display: none!important;
    }
    .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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    
    }
    html {
        min-width: 700px;
        line-height: 145%;
        overflow-x: hidden;
    }
    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        color: #333333;
        font-family: 'TT Norms', 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: 90px;
        transition: transform .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.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: relative;
        padding-bottom: 80px;
    }

    .bg_gray {
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/bg_gray.jpg);
        -webkit-background-size: cover;
        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);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .bg8 {
        background: url(../img/bg8/bg8.jpg) no-repeat;
        -webkit-background-size: cover;
        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: 'TT Norms', 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: 5px;
        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: 'TT Norms', 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 b {
        display: block;
        font-size: 18px;
        margin-bottom: 2px;
    }
    .button_bezh button p {
        position: relative;
        z-index: 1;
        font-size: 16px;
    }
 
    .button_bezh button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        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: flex;
          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: 330px;
          display: flex;
          align-items: center;
          margin-left: 0;
          margin-right: auto;
      }

    .main_video {
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        border-radius: 50px;
        display: flex;
        align-items: center;
        width: max-content;
        position: absolute;
        top: 65%;
        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: 300px;
        bottom: 0;
        right: 0;
        z-index: 2;

    }

    .main_dom {
        width: 350px;
        height: 225px;
        display: flex;
        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;
        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: 48px;
          line-height: 104%;
      }
      
      h1 > .green {
          display: block;
      }
      h2 {
          font-size: 30px;
          font-weight: 400;
          margin-top: 25px;
      }
      .green {
          color: #00534b;
          font-weight: inherit;
      }

      .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 rgb(0 0 0 / 8%);
        border-radius: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
        flex-direction: column;
    }

    .main_plus_img {
        height: 100px;
        width: 100%;
        display: flex;
        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%, rgba(255, 255, 255, 1) 100%);
        opacity: 1;
    }

    .main_plus_img img {
        width: 100%;
        display: flex;
        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: 'TT Norms', sans-serif!important;
		font-weight: 400;
		color: #333333;
		z-index: 10;
        transition: all 0.2s;
	}

	form input:focus {
		box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        transition: all 0.2s;
	}

	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: 'TT Norms', sans-serif!important;
		font-weight: 500;
		color: #333333;
		z-index: 10;
		margin-bottom: 17px;
        transition: all 0.2s;
	}

	form textarea:focus {
		box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        transition: all 0.2s;
	}

	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;
	}    */


    /*BLOCK2*/

    .block2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
/* 
    .block2__detail {
        padding-top: 30px;
        text-align: right;
    } */

    .block2_item {
        width: 46%;
        /* display: flex;
        flex-direction: column; */
    }
    .block2_item:nth-child(n+3) {
        margin-top: 45px;
    }

    .block2_img {
        width: 100%;
        height: 190px;
        display: flex;
        object-fit: cover;
        overflow: hidden;
        border-radius: 10px;
    }

    .block2_img img {
        width: 100%;
        display: flex;
        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%;
        
    }



    /*BLOCk3*/
    .block3 {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
    }
    .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 rgb(0 0 0 / 6%);
        flex-wrap: wrap;
    }

    .etapi_item {
        width: 46%;
    }

    .etapi_item:nth-child(n+2) {
        margin-top: 30px;
    }
    .etapi_item:first-child b {
        font-size: 22px;
        line-height: 140%;
        width: 100%;
    }

    .etapi_item:first-child {
        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%, rgba(255, 255, 255, 1) 100%);
        opacity: 1;
    }

    .block4_left .main_plus:nth-child(n+2) {
        margin-top: 45px;
    }

    .block4_left .main_plus:nth-child(1) {
        margin-left: 60px;
    }

    .block4_left .main_plus:nth-child(5) {
        margin-left: 60px;
    }

    .block4_left .main_plus:nth-child(2) {
        margin-left: 30px;
    }

    .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;
        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%, rgba(255, 255, 255, 1) 100%);
        opacity: 1;
    }

    .block4_right .main_plus:nth-child(n+2) {
        margin-top: 45px;
       
    }

    .block4_right .main_plus:nth-child(1) {
        margin-left: -60px;
    }

    .block4_right .main_plus:nth-child(5) {
        margin-left: -60px;
    }

    .block4_right .main_plus:nth-child(2) {
        margin-left: -30px;
    }

    .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;
        object-fit: cover;
        position: relative;
    }



    /*BLOCK5*/
    .doma {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs {
		font-size: 0;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
	}

    .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: max-content;
    }
    .shisha_left {
        position: absolute;
        top: 130px;
        left: -50px;
    }
    .shisha_right {
        position: absolute;
        bottom: 10px;
        right: -50px;
    }

	.tabs>input[type="radio"] {
		display: none;
	}

	.tabs>div {
            /* скрыть контент по умолчанию */
		display: none;
		border: 1px solid #fff;
		padding: 15px 15px;
		font-size: 16px;
	}
    .tabs2>input[type="radio"] {
		display: none;
	}

	.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 {
		display: block;
		width: 100%;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
        border-radius: 10px;
        padding: 30px;
        /* position: relative;
        z-index: 3; */
	}

    #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 rgb(0 0 0 / 5%);
        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;
		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 {
		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;
		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 {
		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;
	}

    .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;
	}
    

    


    /*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;
        object-fit: cover;
        display: flex;
        border-radius: 10px;
        overflow: hidden;
    }

    .project_img_big img {
        width: 100%;
        object-fit: cover;
        display: flex;
    }

    .project_img_small {
        width: 22%;
        height: 80px;
        object-fit: cover;
        display: flex;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 20px;
    }

    .project_img_small img {
        width: 100%;
        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 rgb(0 0 0 / 8%);
        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 img {
        width: 25px;
    }
    .block8_item .circle {
        width: 60px;
        height: 60px;
    }


    /*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 rgb(0 0 0 / 5%);
        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: 90%;
        display: flex;
        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;
        object-fit: cover;
    }

    .alena_name {
        bottom: -1px;
        left: 0;
        position: absolute;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        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 rgb(0 0 0 / 8%);
        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(8deg);
    }

    .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 rgb(0 0 0 / 8%);
    }


    /*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;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        height: 400px;
        margin-bottom: 40px;
    }

    .block12_right img {
        display: flex;
        object-fit: cover;
        width: 100%;
    }

    .name {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0%);
        position: absolute;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        border-radius: 10px;
        padding: 10px 25px;
        text-align: center;
        width: 320px;
    }
    .name p {
        font-size: 14px;
    }


    /*BLOCK13*/

    .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;
        object-fit: cover;
        overflow: hidden;
        border-radius: 10px;
    }
    .gallery_item img {
        width: 100%;
        display: flex;
        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:hover {
		transform: translate(5px);
		transition: ease-in-out 0.2s;
	}

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

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

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit;
		width: 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;
    }
    .block15_left .shag p {
        font-size: 16px;
    }

    .block15_left .shag .circle {
        display: flex;
        object-fit: cover;
        overflow: hidden;
    }
    .block15_left .shag .circle img {
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .block15_left .shag:nth-child(n+3) {
        margin-top: 50px;
    }

    .block15_right {
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 400px;
        position: relative;
        margin-top: 40px;
    }

    .block15_right img {
        display: flex;
        object-fit: cover;
        width: 100%;   
        border-radius: 10px; 
    }

    .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 rgb(0 0 0 / 5%);
        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:nth-child(3) {
            margin-left: 40px;
        }
        .broker_name_plus {
            padding: 20px;
            background: #fff;
            box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
            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;
        flex-direction: column;
        }

        .block17_left {
            width: 670px;
            order: 2;
            margin-top: 40px;
        }

        .block17_right {
            width: 100%;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            order: 1;
            height: 400px;
        }

        .block17_right img{
            width: 100%;
            display: flex;
            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: max-content;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
            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;
            object-fit: cover;
            height: 387px;
            border-radius: 10px;
            overflow: hidden;
            order: 1;
        }
        .block20_right img {
            width: 100%;
            display: flex;
            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: 9147483656;
            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;
        }

}


@media screen and (max-width:700px) { 
    * {
        margin: 0;
        padding: 0;
        outline: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    
    }
    html {
        min-width: 320px;

        line-height: 145%;
        overflow-x: hidden;
        margin: 0 auto;
    }
    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        color: #333333;
        font-family: 'TT Norms', sans-serif!important;
        -webkit-overflow-scrolling: touch;
        font-weight: 400;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        overflow: hidden!important;
       
    }
    .modal {
        padding: 0 20px;
        z-index: 9147483656;
    }
    .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 .5s;
        z-index: 30;
        display: flex;
        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;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: relative;
        padding-bottom: 80px;
    }

    .bg_gray {
        background-image: none;
        background: #f8f8f8;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .bg_gray2 {
        background-image: none;
        background: #f8f8f8;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .bg8 {
        background: none;
        background: #f8f8f8;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

    .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;
        max-width: 100%;
        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: 'TT Norms', 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: 5px;
        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;
      }

      .modal__form-inner input {
        margin-bottom: 15px;
    }


      .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: 'TT Norms', 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 b {
        display: block;
        font-size: 16px;
        margin-bottom: 2px;
    }
    .button_bezh button p {
        position: relative;
        z-index: 1;
        font-size: 14px;
    }
 
    .button_bezh button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        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;
      }


      .contacts {
        z-index: 9147483656 !important;
        }

      /*MENU*/
      


      .menu {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap;
      }
      .menu p {
          font-size: 13px;
      }
      .menu > .logo img {
          width: 110px;
      }
      .menu_ipoteka {
          display: flex;
          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: 330px;
          display: flex;
          align-items: center;
          margin-left: 0;
          margin-right: auto;
      }

    .main_video {
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        border-radius: 50px;
        display: flex;
        align-items: center;
        width: max-content;
        position: absolute;
        top: 100%;
        left: 0%;
        transform: translate(0%, -50%);
        z-index: 3;
        width: 100%;
        cursor: pointer;
    }
    .main_video p {
        margin-left: 10px;
        width: 180px;
        margin-right: 18px;
        font-size: 14px;
    }
    .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;
        z-index: 2;
        width: 100%;

    }

    .main_dom {
        width: 100%;
        height: 225px;
        display: flex;
        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;
        object-fit: cover;
        width: 100%;
    }

    .main_dom_cena {
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        text-align: center;
        padding: 10px 18px 40px 18px;
        border-radius: 10px;
        right: 20px;
        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: block;
      }
      h2 {
          font-size: 20px;
          font-weight: 400;
          margin-top: 20px;
          text-align: center;
      }
      .green {
          color: #00534b;
          font-weight: inherit;
      }

      .h1_dop {
          margin-top: 40px;
          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;
      }
      
      .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 rgb(0 0 0 / 8%);
        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;
        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%, rgba(255, 255, 255, 1) 100%);
        opacity: 1;
    }

    .main_plus_img img {
        width: 100%;
        display: flex;
        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: 'TT Norms', sans-serif!important;
		font-weight: 400;
		color: #333333;
		z-index: 10;
        transition: all 0.2s;
	}

	form input:focus {
		box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        transition: all 0.2s;
	}

	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: 'TT Norms', sans-serif!important;
		font-weight: 500;
		color: #333333;
		z-index: 10;
		margin-bottom: 17px;
        transition: all 0.2s;
	}

	form textarea:focus {
		box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.3);
        transition: all 0.2s;
	}

	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;
	}


    /*BLOCK2*/

    .block2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .block2_item {
        width: 100%;
    }
    .block2_item:nth-child(n+2) {
        margin-top: 30px;
    }

    .block2_img {
        width: 100%;
        height: 190px;
        display: flex;
        object-fit: cover;
        overflow: hidden;
        border-radius: 10px;
    }

    .block2_img img {
        width: 100%;
        display: flex;
        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%;
        
    }



    /*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 rgb(0 0 0 / 6%);
        flex-wrap: wrap;
    }

    .etapi_item {
        width: 100%;
    }

    .etapi_item:nth-child(n+2) {
        margin-top: 30px;
    }
    .etapi_item:first-child b {
        font-size: 22px;
        line-height: 140%;
        width: 100%;
    }

    .etapi_item:first-child {
        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%, rgba(255, 255, 255, 1) 100%);
        opacity: 1;
    }

    .block4_left .main_plus:nth-child(n+2) {
        margin-top: 45px;
    }

    .block4_left .main_plus:nth-child(1) {
        margin-left: 0px;
    }

    .block4_left .main_plus:nth-child(5) {
        margin-left: 0px;
    }

    .block4_left .main_plus:nth-child(2) {
        margin-left: 0px;
    }

    .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;
        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%, rgba(255, 255, 255, 1) 100%);
        opacity: 1;
    }

    .block4_right .main_plus:nth-child(n+2) {
        margin-top: 45px;
       
    }

    .block4_right .main_plus:nth-child(1) {
        margin-left: 0px;
    }

    .block4_right .main_plus:nth-child(5) {
        margin-left: 0px;
    }

    .block4_right .main_plus:nth-child(2) {
        margin-left: 0px;
    }

    .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;
        object-fit: cover;
        position: relative;
    }



    /*BLOCK5*/
    .doma {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .tabs {
		font-size: 0;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
	}

    .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"] {
		display: none;
	}

	.tabs>div {
            /* скрыть контент по умолчанию */
		display: none;
		border: 1px solid #fff;
		padding: 15px 15px;
		font-size: 16px;
	}
    .tabs2>input[type="radio"] {
		display: none;
	}

	.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 {
		display: block;
		width: 100%;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
        border-radius: 10px;
        padding: 30px;
        /* position: relative;
        z-index: 3; */
	}

    #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 rgb(0 0 0 / 5%);
        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;
		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: 75px;
		height: 75px;
        margin-bottom: 30px;
        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;
		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 {
		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;
	}

    .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;
	}
    

    


    /*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;
        object-fit: cover;
        display: flex;
        border-radius: 10px;
        overflow: hidden;
    }

    .project_img_big img {
        width: 100%;
        object-fit: cover;
        display: flex;
    }

    .project_img_small {
        width: 22%;
        height: 50px;
        object-fit: cover;
        display: flex;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 15px;
    }

    .project_img_small img {
        width: 100%;
        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 rgb(0 0 0 / 8%);
        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 img {
        width: 25px;
    }
    .block8_item .circle {
        width: 60px;
        height: 60px;
    }


    /*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 rgb(0 0 0 / 5%);
        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: 90%;
        display: flex;
        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;
        object-fit: cover;
    }

    .alena_name {
        bottom: -1px;
        left: 0;
        position: absolute;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        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 rgb(0 0 0 / 8%);
        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 rgb(0 0 0 / 8%);
    }


    /*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;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        height: 300px;
        margin-bottom: 40px;
    }

    .block12_right img {
        display: flex;
        object-fit: cover;
        width: 100%;
    }

    .name {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0%);
        position: absolute;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
        border-radius: 10px;
        padding: 10px 25px;
        text-align: center;
        width: 320px;
    }
    .name p {
        font-size: 14px;
    }


    /*BLOCK13*/

    .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: 100%;
        height: 190px;
    }

    .video_otzivi2 .video_otz:nth-child(n+2) {
        margin-top: 30px;
    }


    /*BLOCK14*/

    .gallery_all {
        display: flex;
        justify-content: space-between;
    }

    .gallery_item {
        width: 100%;
        height: 230px;
        display: flex;
        object-fit: cover;
        overflow: hidden;
        border-radius: 10px;
    }
    .gallery_item img {
        width: 100%;
        display: flex;
        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:hover {
		transform: translate(5px);
		transition: ease-in-out 0.2s;
	}

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

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

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit;
		width: 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;
    }
    .block15_left .shag p {
        font-size: 16px;
    }

    .block15_left .shag .circle {
        display: flex;
        object-fit: cover;
        overflow: hidden;
    }
    .block15_left .shag .circle img {
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .block15_left .shag:nth-child(n+3) {
        margin-top: 50px;
    }

    .block15_right {
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 300px;
        position: relative;
        margin-top: 40px;
    }

    .block15_right img {
        display: flex;
        object-fit: cover;
        width: 100%;   
        border-radius: 10px; 
    }

    .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 rgb(0 0 0 / 5%);
        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:nth-child(n+2) {
            margin-left: 0px;
            margin-top: 20px;
            width: 100%;
        }
        .broker_name_plus {
            padding: 20px;
            background: #fff;
            box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
            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;
        flex-direction: column;
        }

        .block17_left {
            width: 100%;
            order: 2;
            margin-top: 40px;
        }

        .block17_right {
            width: 100%;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            order: 1;
            height: 400px;
        }

        .block17_right img{
            width: 100%;
            display: flex;
            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: max-content;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
            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;
            object-fit: cover;
            height: 300px;
            border-radius: 10px;
            overflow: hidden;
            order: 1;
        }
        .block20_right img {
            width: 100%;
            display: flex;
            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__modal .button {
            margin: 0 !important;
        }
    
        .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;
        }

        #big-modal5 {
            height: min-content;
            width: 100%;
        }

        #big-modal5 iframe {
            height: 100%;
        }

        /*FORMA*/
        .forma form {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-direction: column;
            position: relative;
            z-index: 5;
        }


        .forma {
            width: 100%;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 7px 16px rgb(36 44 51 / 7%);
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            transition: all 0.3s;
            z-index: 2;
        }

        .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: 'TT Norms', sans-serif!important;
                font-weight: 400;
                color: #777777;
                z-index: 10;
                width: 100%;
            }
        
        
            .forma  input::placeholder {
                color: #b0b0b0!important;
            }
            .forma  textarea::placeholder {
                color: #b0b0b0!important;
                font-size: 16px;
            }
        
            .forma_modal.forma form input {
                padding: 25px 20px!important;
            }
            
            .forma  form input:focus {
                box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
            }
            .forma  form input:hover {
                box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
            }
            .forma form textarea:focus {
                box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
            }
            .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],  textarea{
        -webkit-appearance: none;
    }
    img {
        pointer-events: none!important;
    }

    img {
        opacity: 1;
        transition: opacity 0.4s;
      }
       
      img[data-src] {
        opacity: 0;
      }


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

.callback-bt-tel i {
        color:#fff;
        font-size:32px;
        transition:.3s;
        line-height: 65px;
        transition: .5s ease-in-out;
        margin-left: 4px;
}

.callback-bt-tel i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
/*call desc*/
.callback-bt-desctop {
    background:#3469ff;
    border:2px solid #3469ff;
    border-radius:50%;
    box-shadow:0 8px 10px rgba(58,105,255,0.3);
    cursor:pointer;
    height:70px;
    text-align:center;
    width:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5%;
    bottom: 5%;
    z-index:999;
    transition:.3s;
    -webkit-animation:hoverWave linear 2s infinite;
    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 .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:hover i {

}

.callback-bt-desctop i {
    color:#fff;
    font-size:32px;
    transition:.3s;
    line-height: 85px;
    transition: .5s ease-in-out;
    margin-left: 4px;
    margin-top: 10px;
}

.callback-bt-desctop i  {
animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-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.0)
}
}@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.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);
    }
}

@-webkit-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);
    }
}
/* конец кнопки звонка */