@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .str1 .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .str1 .cd-auto-hide-header .tel a {
    color: #fff;
  }
  .str1 .cd-auto-hide-header .navigaciya {
    width: 100%;
    background-image: none;
    margin-top: 10px;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
  }
  .str1 .cd-auto-hide-header .navigaciya nav a {
    color: #fff;
    text-decoration: none;
  }
  .str1 .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .str1 .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .str1 .animate .tel a {
    color: #333;
  }
  .str1 .animate .navigaciya {
    width: 100%;
    background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
    margin-top: 10px;
    border: none;
  }
  .str1 .animate .navigaciya nav a {
    color: #333;
    text-decoration: none;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .menu {
    padding-top: 10px;
  }
  section {
    padding: 90px 0;
  }
  header {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url(../images/bg1/main_last.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 65%;
    position: relative;
    padding-bottom: 80px;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.95) 100%), url(../images/bg1/bg1.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h4 {
    font-family: "Forum", cursive;
  }
  h3 {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    font-family: "Forum", cursive;
  }
  h3 small {
    display: block;
    font-size: 20px;
    font-family: "Montserrat", sans-serif !important;
    color: #555555;
    font-weight: 300;
    width: 630px;
    line-height: 170%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  h3 b {
    background: -webkit-linear-gradient(#354E70, #1A2527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .font {
    font-family: "Forum", cursive;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 330px;
    height: 95px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background: #DBB757;
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 140%;
  }
  .button button p small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #e5c76d;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button button:hover {
    color: #fff;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 13px;
    line-height: 170%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo img {
    height: 65px;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop {
    display: flex;
    align-items: center;
  }
  .menu .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop p {
    width: 234px;
    margin-left: 15px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
  }
  .menu .social > a {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .menu .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .menu .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    width: 205px;
    line-height: 145%;
    margin-bottom: 6px;
    margin-left: auto;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 160px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
  }
  .main .left {
    width: auto;
    max-width: 100%;
  }
  .main .right {
    width: 565px;
    height: 625px;
    margin-top: 15px;
    display: flex;
    overflow-y: clip;
    overflow-y: clip;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .main .right::after {
    content: "";
    display: none;
    width: 950px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #000, #333);
    opacity: 0.85;
    border-radius: 50px 0 0 5px;
  }
  .main .right > img {
    width: 1000px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 0 0 5px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main .right .akciya {
    width: 480px;
    height: 480px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .main .right .akciya img {
    width: 100%;
    border-radius: 50px 10px 10px 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 110%;
  }
  .main h1 span {
    background-image: linear-gradient(135deg, #1A2527, #354E70);
    display: flex;
    align-items: center;
    padding: 0px 30px 11px 30px;
    width: -moz-max-content;
    width: max-content;
    height: 62px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: -2px;
  }
  .main .h1_dop {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    border-left: 3px solid #354E70;
  }
  .main .h1_dop p {
    margin-left: 25px;
    width: 450px;
    line-height: 165%;
  }
  .main .h1_dop p b {
    font-weight: 500;
    font-style: italic;
  }
  .main .plusi {
    margin-top: 40px;
  }
  .main .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .plusi .item img {
    width: 70px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .main .plusi .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .main .plusi .item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-left: 15px;
  }
  .main .button_block {
    margin-top: 60px;
    display: flex;
    align-items: center;
  }
  .main .button_block > p {
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
  }
  .main .button_block iframe {
    margin-left: 20px;
  }
  .info {
    background-color: #fff;
    width: 100%;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
    color: #333;
    position: relative;
    z-index: 3;
  }
  .info img {
    width: 110px;
  }
  .info span {
    border-left: 1px solid #e2e2e2;
    display: block;
    height: 100px;
    width: 1px;
  }
  .info p {
    line-height: 180%;
  }
  .info p:nth-child(3) {
    width: 266px;
  }
  .info p:nth-child(5) {
    width: 255px;
  }
  .info p:nth-child(7) {
    width: 244px;
  }
  /*BG2*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -30px;
    left: -60px;
  }
  .video_main .car2 {
    position: absolute;
    top: 10px;
    right: -60px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #1A2527;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #1A2527;
  }
  .video_main a img {
    width: 35px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #1A2527;
    line-height: 140%;
  }
  /*NEW_ALL*/
  /*NEW_END*/
  /*BG3*/
  .bg3 .plusi {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .plusi .plus {
    width: 47%;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .bg3 .plusi .plus:nth-child(n+3) {
    margin-top: 50px;
  }
  .bg3 .plusi .plus .infos {
    text-align: left;
    margin-left: 20px;
  }
  .bg3 .plusi .plus img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg3 .plusi .plus b {
    font-size: 24px;
    font-weight: 600;
    margin-top: 13px;
    display: block;
    line-height: 110%;
  }
  .bg3 .plusi .plus p {
    font-size: 16px;
    margin-top: 6px;
  }
  /*BG4*/
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../images/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 40px 60px;
    color: #fff;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 850px;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: left;
    margin-left: 15px;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: none;
    font-weight: 700;
    display: block;
  }
  /*BG5*/
  /*BG6*/
  /*BG7*/
  .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .poselok_main .h3_block h3 {
    width: 840px;
    text-align: left;
  }
  .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 300px;
    border-radius: 5px;
    padding: 0 20px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .poselok_main .left {
    width: 600px;
  }
  .poselok_main .left > p {
    font-size: 20px;
    line-height: 170%;
  }
  .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
  }
  .poselok_main .left .plusi p {
    background-image: linear-gradient(135deg, #1A2527, #354E70);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 300;
  }
  .poselok_main .left .plusi p:nth-child(n+2) {
    margin-top: 20px;
  }
  .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .poselok_main .left .button_block .tel {
    width: 220px;
  }
  .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: right;
  }
  .poselok_main .left .button_block .tel a {
    font-size: 24px;
    color: #333;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-align: right;
    margin-top: 5px;
  }
  .poselok_main .right {
    width: 470px;
    padding-top: 10px;
    height: 423px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .poselok_main .right img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    height: 100%;
    border-radius: 5px;
  }
  .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 5px 0 5px;
  }
  .gallery {
    justify-content: space-between;
  }
  .gallery h3 {
    margin-bottom: 60px;
  }
  .gallery a {
    width: 33%;
    height: 255px;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-content;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*BG8*/
  .otzivi_block {
    margin-top: 70px;
  }
  .otzivi_block .otzivi {
    position: relative;
    margin-top: 60px;
  }
  .otzivi_block .otzivi .owl-prev {
    left: 330px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-next {
    right: 330px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev,
  .otzivi_block .otzivi .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next img,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev img,
  .otzivi_block .otzivi .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .otzivi_block .otzivi a {
    height: 400px;
    width: 400px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 20px;
    background-color: #f5f5f5;
  }
  .otzivi_block .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otzivi_block .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  /*BG9*/
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
  }
  .contacts_all .mmap {
    width: 730px;
    border-radius: 5px;
    overflow: hidden;
  }
  .ipe {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipe p {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .ipe p:nth-child(n+2) {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 320px;
  }
  .contacts .cont {
    width: 352px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }
  .contacts .cont:first-child b {
    width: 290px;
  }
  .contacts .cont:last-child {
    width: 320px;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    width: 352px;
  }
  .contacts .cont .button button {
    padding: 0 30px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .contacts .cont b {
    font-size: 20px;
    line-height: 160%;
  }
  .contacts .cont b a {
    text-decoration: none;
    color: #333;
  }
  .contacts .cont b small {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-top: -5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 8px;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 25px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  /*STR_IPOTEKA*/
  /*BROKER*/
  /*STR_RASPOLOJENIE*/
  /*STR_HOD_STROITELSTVA*/
  .desctop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
  .desc_only {
    display: flex !important;
  }
  .mob_only {
    display: none !important;
  }
  .mobile_only {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
  .main .button_block iframe {
    margin-left: 20px;
    /* zoom: 100%; */
    height: 64px;
    width: 211px;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .menu {
    padding-top: 10px;
  }
  section {
    padding: 90px 0;
  }
  header {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url(../images/bg1/main_last.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.95) 100%), url(../images/bg1/bg1.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h4 {
    font-family: "Forum", cursive;
  }
  h3 {
    font-size: 43px;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    font-family: "Forum", cursive;
  }
  h3 small {
    display: block;
    font-size: 20px;
    font-family: "Montserrat", sans-serif !important;
    color: #797979;
    font-weight: 300;
    width: 100%;
    line-height: 170%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  h3 b {
    background: -webkit-linear-gradient(#354E70, #1A2527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .font {
    font-family: "Forum", cursive;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 330px;
    height: 95px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background: #DBB757;
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 140%;
  }
  .button button p small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #e5c76d;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button button:hover {
    color: #fff;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 13px;
    line-height: 170%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo img {
    height: 60px;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop {
    display: none !important;
    align-items: center;
  }
  .menu .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop p {
    width: 234px;
    margin-left: 15px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
  }
  .menu .social > a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .menu .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .menu .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    width: 205px;
    line-height: 145%;
    margin-bottom: 6px;
    margin-left: auto;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 160px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main .left {
    width: 100%;
  }
  .main .left .logo_dop {
    display: flex !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
  }
  .main .left .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .logo_dop p {
    width: 300px;
    margin-left: 15px;
    line-height: 160%;
  }
  .main .right {
    width: 100%;
    height: 479px;
    margin-top: 40px;
    display: flex;
    overflow-y: clip;
    overflow-y: clip;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .main .right::after {
    content: "";
    display: none;
    width: 950px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #000, #333);
    opacity: 0.85;
    border-radius: 50px 0 0 5px;
  }
  .main .right > img {
    width: 1000px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 0 0 5px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main .right .akciya {
    width: 500px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .main .right .akciya img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
  }
  .main h1 span {
    background-image: linear-gradient(135deg, #1A2527, #354E70);
    display: flex;
    align-items: center;
    padding: 0px 30px 11px 30px;
    width: -moz-max-content;
    width: max-content;
    height: 62px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .h1_dop {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    border-left: 3px solid #354E70;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
  }
  .main .h1_dop p {
    margin-left: 25px;
    width: -moz-max-content;
    width: max-content;
    line-height: 165%;
  }
  .main .h1_dop p b {
    font-weight: 500;
    font-style: italic;
  }
  .main .button_block {
    margin-top: 60px;
    display: flex;
    align-items: center;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .button_block > p {
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
  }
  .main .info {
    background-color: #fff;
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .main .info img {
    width: 110px;
    margin-top: 10px;
  }
  .main .info span {
    border-left: 1px solid #e2e2e2;
    display: none;
    height: 100px;
    width: 1px;
  }
  .main .info p {
    line-height: 180%;
    margin-left: auto;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
  }
  .main .info p:nth-child(3) {
    width: 400px;
  }
  .main .info p:nth-child(5) {
    width: 400px;
    margin-top: 20px;
  }
  .main .info p:nth-child(7) {
    width: 400px;
    margin-top: 20px;
  }
  /*BG2*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -80px;
    left: -60px;
  }
  .video_main .car2 {
    position: absolute;
    top: -80px;
    right: -60px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #1A2527;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #1A2527;
  }
  .video_main a img {
    width: 35px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #1A2527;
    line-height: 140%;
  }
  /*NEW_ALL*/
  /*NEW_END*/
  /*BG3*/
  .bg3 .plusi {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .plusi .plus {
    width: 300px;
    text-align: center;
  }
  .bg3 .plusi .plus:nth-child(n+3) {
    margin-top: 50px;
  }
  .bg3 .plusi .plus img {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg3 .plusi .plus b {
    font-size: 22px;
    font-weight: 600;
    margin-top: 13px;
    display: block;
    line-height: 120%;
  }
  .bg3 .plusi .plus p {
    font-size: 14px;
    margin-top: 6px;
  }
  /*BG4*/
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../images/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 40px 40px;
    color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    order: 0;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    order: 3;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: left;
    margin-left: 15px;
    order: 1;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
  }
  /*BG5*/
  /*BG6*/
  /*BG7*/
  .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .poselok_main .h3_block h3 {
    width: 100%;
    text-align: center;
  }
  .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    background-color: #fff;
    width: 370px;
    margin-top: 30px;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    margin-left: 15px;
  }
  .poselok_main .left {
    width: 100%;
  }
  .poselok_main .left > p {
    font-size: 20px;
    line-height: 170%;
    text-align: center;
  }
  .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .poselok_main .left .plusi p {
    background-image: linear-gradient(135deg, #1A2527, #354E70);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 300;
  }
  .poselok_main .left .plusi p:nth-child(n+3) {
    margin-top: 20px;
  }
  .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .poselok_main .left .button_block .button {
    width: 400px;
  }
  .poselok_main .left .button_block .tel {
    width: 220px;
  }
  .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: right;
  }
  .poselok_main .left .button_block .tel a {
    font-size: 24px;
    color: #333;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-align: right;
    margin-top: 5px;
  }
  .poselok_main .right {
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 40px;
  }
  .poselok_main .right img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 5px;
  }
  .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 5px 0 5px;
  }
  .gallery {
    justify-content: space-between;
  }
  .gallery h3 {
    margin-bottom: 60px;
  }
  .gallery a {
    width: 49%;
    height: 255px;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  /*BG8*/
  .otzivi_block {
    margin-top: 70px;
  }
  .otzivi_block .otzivi {
    position: relative;
    margin-top: 60px;
  }
  .otzivi_block .otzivi .owl-prev {
    left: 120px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-next {
    right: 120px;
    transition: ease-in-out 0.2s;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev,
  .otzivi_block .otzivi .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-next img,
  .otzivi_block .otzivi .owl-carousel .owl-nav button.owl-prev img,
  .otzivi_block .otzivi .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .otzivi_block .otzivi a {
    height: 400px;
    width: 400px;
  }
  .otzivi_block .otzivi a img {
    width: 320px !important;
  }
  .otzivi_block .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  /*BG9*/
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    flex-direction: column;
  }
  .contacts_all .mmap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
  }
  .ipe {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipe p {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .ipe p:nth-child(n+2) {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .contacts .cont {
    width: 352px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .cont:last-child {
    width: 320px;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    width: 352px;
  }
  .contacts .cont .button button {
    padding: 0 30px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .contacts .cont b {
    font-size: 20px;
    line-height: 160%;
  }
  .contacts .cont b a {
    text-decoration: none;
    color: #333;
  }
  .contacts .cont b small {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-top: -5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 8px;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 25px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  /*STR_IPOTEKA*/
  /*BROKER*/
  /*STR_RASPOLOJENIE*/
  /*STR_HOD_STROITELSTVA*/
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .desc_only {
    display: flex !important;
  }
  .mob_only {
    display: none !important;
  }
  .mobile_only {
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    width: 100%;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    width: 100%;
  }
  .container {
    max-width: 375px;
    min-width: 340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .container2 {
    max-width: 375px;
    width: 100%;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .str1 .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .str1 .cd-auto-hide-header .tel a {
    color: #fff;
  }
  .str1 .cd-auto-hide-header .menu-open .menu-list {
    background-color: #fff;
  }
  .str1 .cd-auto-hide-header .menu-toggle > p {
    background: none;
    color: #fff;
  }
  .str1 .cd-auto-hide-header .mobile-menu {
    background: none;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
  }
  .str1 .cd-auto-hide-header .navigaciya {
    width: 100%;
    background-image: none;
    margin-top: 10px;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
  }
  .str1 .cd-auto-hide-header .navigaciya nav a {
    color: #fff;
    text-decoration: none;
  }
  .str1 .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .str1 .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .str1 .animate .tel a {
    color: #333;
  }
  .str1 .animate .menu-toggle > p {
    background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
    color: #333;
  }
  .str1 .animate .mobile-menu {
    background: none;
    border: none;
  }
  .str1 .animate .navigaciya {
    width: 100%;
    background-image: linear-gradient(to top, #c0c0c0, #e4e4e4);
    margin-top: 10px;
    border: none;
  }
  .str1 .animate .navigaciya nav a {
    color: #333;
    text-decoration: none;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }
  .menu {
    padding-top: 10px;
  }
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%), url(../images/bg1/main_last.jpg);
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 100%;
    position: relative;
    padding-bottom: 60px;
  }
  .bg_gray {
    background: #f8fbfe;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h4 {
    font-family: "Forum", cursive;
  }
  h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    font-family: "Forum", cursive;
  }
  h3 small {
    display: block;
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
    color: #797979;
    font-weight: 300;
    width: 100%;
    line-height: 170%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  h3 b {
    background: -webkit-linear-gradient(#354E70, #1A2527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .font {
    font-family: "Forum", cursive;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 330px;
    height: 95px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background: #DBB757;
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 10px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 140%;
  }
  .button button p small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 5px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #e5c76d;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button button:hover {
    color: #fff;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo img {
    height: 42px;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop {
    display: none !important;
    align-items: center;
  }
  .menu .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .logo_dop p {
    width: 234px;
    margin-left: 15px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: none !important;
    flex-direction: column;
  }
  .menu .social > a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .menu .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .menu .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
    width: -moz-max-content;
    width: max-content;
  }
  .menu .tel p {
    width: -moz-max-content;
    width: max-content;
    line-height: 145%;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .menu .tel a {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 120px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
  }
  .main .left {
    width: 100%;
  }
  .main .left .logo_dop {
    display: none !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
    flex-direction: column;
  }
  .main .left .logo_dop img {
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .logo_dop p {
    width: 300px;
    margin-left: 0px;
    line-height: 160%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
  .main .left .social {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
  }
  .main .left .social > a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .main .left .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .main .left .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .plusi {
    margin-top: 40px;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item img {
    width: 70px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 5px;
  }
  .main .left .plusi .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .main .left .plusi .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-left: 15px;
  }
  .main .right {
    width: 100%;
    height: 230px;
    margin-top: 25px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    object-fit: cover;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .main .right::after {
    content: "";
    display: none;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to left, #000, #333);
    opacity: 0.85;
    border-radius: 50px 0 0 5px;
  }
  .main .right > img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 0 0 5px;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  .main .right .akciya {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
  }
  .main .right .akciya img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
  }
  .main h1 span {
    background-image: linear-gradient(135deg, #1A2527, #354E70);
    display: flex;
    align-items: center;
    padding: 0px 30px 4px 30px;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .h1_dop {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border-left: 3px solid #354E70;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
  }
  .main .h1_dop p {
    margin-left: 15px;
    width: -moz-max-content;
    width: max-content;
    line-height: 165%;
  }
  .main .h1_dop p b {
    font-weight: 500;
    font-style: italic;
  }
  .main .button_block {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .main .button_block .button {
    order: 2;
    width: 100%;
  }
  .main .button_block > p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 105%;
    order: 1;
    margin-bottom: 20px;
  }
  .main .button_block iframe {
    margin-bottom: 20px;
  }
  .info {
    background-color: #fff;
    width: 100%;
    margin-top: -10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 3;
  }
  .info img {
    width: 110px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .info span {
    border-left: 1px solid #e2e2e2;
    display: none;
    height: 100px;
    width: 1px;
  }
  .info p {
    line-height: 180%;
    margin-left: auto;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .info p:nth-child(5) {
    margin-top: 15px;
  }
  .info p:nth-child(7) {
    margin-top: 15px;
  }
  /*BG2*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -80px;
    left: -10px;
    width: 300px;
  }
  .video_main .car2 {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 300px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #1A2527;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #1A2527;
  }
  .video_main a img {
    width: 33px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #1A2527;
    line-height: 140%;
    font-size: 14px;
  }
  /*NEW_ALL*/
  /*NEW_END*/
  /*BG3*/
  .bg3 .plusi {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .plusi .plus {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-start;
  }
  .bg3 .plusi .plus:nth-child(n+2) {
    margin-top: 25px;
  }
  .bg3 .plusi .plus img {
    width: 50px;
    height: 50px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 3px;
  }
  .bg3 .plusi .plus .infos {
    margin-left: 15px;
    text-align: left;
  }
  .bg3 .plusi .plus b {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    display: block;
    line-height: 120%;
  }
  .bg3 .plusi .plus p {
    font-size: 14px;
    margin-top: 4px;
    line-height: 150%;
  }
  /*BG4*/
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../images/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 30px 20px;
    color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    order: 0;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    order: 3;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: center;
    order: 1;
    margin: 15px 0;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: none;
    font-weight: bold;
    display: block;
  }
  /*BG5*/
  /*BG6*/
  /*BG7*/
  .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .poselok_main .h3_block h3 {
    width: 100%;
    text-align: center;
  }
  .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
  }
  .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    margin-left: 15px;
  }
  .poselok_main .left {
    width: 100%;
  }
  .poselok_main .left > p {
    font-size: 18px;
    line-height: 170%;
    text-align: center;
  }
  .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .poselok_main .left .plusi p {
    background-image: linear-gradient(135deg, #1A2527, #354E70);
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 300;
  }
  .poselok_main .left .plusi p:nth-child(n+2) {
    margin-top: 20px;
  }
  .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .poselok_main .left .button_block .button {
    width: 100%;
  }
  .poselok_main .left .button_block .tel {
    width: 220px;
    margin-top: 15px;
  }
  .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: center;
    line-height: 140%;
  }
  .poselok_main .left .button_block .tel a {
    font-size: 24px;
    color: #333;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
  }
  .poselok_main .right {
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 20px;
  }
  .poselok_main .right img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px;
    border-radius: 5px;
  }
  .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 5px 0 5px;
  }
  .gallery {
    justify-content: space-between;
  }
  .gallery h3 {
    margin-bottom: 40px;
  }
  .gallery a {
    width: 49%;
    height: 130px;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery a img {
    width: 100%;
    height: 100%;
    display: inline-flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .jilci_all a {
    width: -moz-max-content;
    width: max-content;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jilci_all .owl-next,
  .jilci_all .owl-prev {
    width: 35px !important;
    height: 35px !important;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .jilci_all .owl-next {
    right: 10px;
  }
  .jilci_all .owl-prev {
    left: 10px;
  }
  /*BG8*/
  .otzivi_block {
    margin-top: 70px;
  }
  .otzivi_block .otzivi {
    position: relative;
    margin-top: 40px;
  }
  .otzivi_block .otzivi .owl-next,
  .otzivi_block .otzivi .owl-prev {
    width: 35px !important;
    height: 35px !important;
    margin-top: -20px;
    position: absolute;
    top: 40%;
  }
  .otzivi_block .otzivi .owl-next {
    right: 10px;
  }
  .otzivi_block .otzivi .owl-prev {
    left: 10px;
  }
  .otzivi_block .otzivi a {
    height: 400px;
    width: 320px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #f5f5f5;
    padding: 0px 15px;
  }
  .otzivi_block .otzivi a img {
    width: 100% !important;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otzivi_block .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /*BG9*/
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    flex-direction: column;
  }
  .contacts_all .mmap {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
  }
  .ipe {
    text-align: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipe p {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  .ipe p:nth-child(n+2) {
    margin-top: 5px;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .contacts > .social {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts > .social > a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 13px;
    display: block;
  }
  .contacts > .social .item {
    display: flex;
    justify-content: space-between;
    width: 165px;
    margin: 0 auto;
  }
  .contacts > .social .item a {
    width: 39px;
    height: 39px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts > .social .item a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts .cont {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .cont:last-child {
    width: 100%;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    width: 352px;
  }
  .contacts .cont .button button {
    padding: 0 30px;
  }
  .contacts .cont > p {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .contacts .cont b {
    font-size: 20px;
    line-height: 160%;
  }
  .contacts .cont b a {
    text-decoration: none;
    color: #333;
  }
  .contacts .cont b small {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-top: -5px;
  }
  .contacts .cont .soc {
    display: flex;
    margin-top: 8px;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 25px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  .contacts .cont .button {
    width: 100%;
  }
  /*STR_IPOTEKA*/
  /*BROKER*/
  /*STR_RASPOLOJENIE*/
  /*STR_HOD_STROITELSTVA*/
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .desc_only {
    display: none !important;
  }
  .mob_only {
    display: flex !important;
  }
}
input[type=tel],
input[type=submit],
input[type=text],
input[type=name],
textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

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

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

/* ÃÂ½ÃÂ°Ã‘â€¡ÃÂ°ÃÂ»ÃÂ¾ ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ¸ ÃÂ·ÃÂ²ÃÂ¾ÃÂ½ÃÂºÃÂ° */

/*call desc*/

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

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 0 rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 10px rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 12px rgba(58, 105, 255, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 25px rgba(58, 105, 255, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* ÃÂºÃÂ¾ÃÂ½ÃÂµÃ‘â€  ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ¸ ÃÂ·ÃÂ²ÃÂ¾ÃÂ½ÃÂºÃÂ° */
/*OWL*/
.owl-stage {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

nav a:hover {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* ÃÂ¡Ã‘â€šÃÂ¸ÃÂ»ÃÂ¸ÃÂ·Ã‘Æ’ÃÂµÃÂ¼ ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃ‘Æ’ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂµÃÂºÃÂ»Ã‘Å½Ã‘â€¡ÃÂµÃÂ½ÃÂ¸Ã‘Â ÃÂ¼ÃÂµÃÂ½Ã‘Å½ */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

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

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

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

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

/* Ãâ€ÃÂ¾ÃÂ±ÃÂ°ÃÂ²ÃÂ»Ã‘ÂÃÂµÃÂ¼ Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â Ã‘â‚¬ÃÂ°Ã‘ÂÃÂºÃ‘â‚¬Ã‘â€¹Ã‘â€šÃÂ¸Ã‘Â ÃÂ¼ÃÂµÃÂ½Ã‘Å½ */
.menu-open .menu-list {
  display: block;
}

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

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

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

/* Ãâ€ÃÂ¾ÃÂ±ÃÂ°ÃÂ²ÃÂ»Ã‘ÂÃÂµÃÂ¼ Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â ÃÂ²Ã‘â€¹ÃÂ´ÃÂµÃÂ»ÃÂµÃÂ½ÃÂ¸Ã‘Â Ã‘â€šÃÂµÃÂºÃ‘Æ’Ã‘â€°ÃÂµÃÂ¹ ÃÂ°ÃÂºÃ‘â€šÃÂ¸ÃÂ²ÃÂ½ÃÂ¾ÃÂ¹ Ã‘ÂÃ‘ÂÃ‘â€¹ÃÂ»ÃÂºÃÂ¸ */
.menu-list a.active {
  font-weight: bold;
}

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

:target {
  padding-top: 130px;
}

/* Utility classes */
.mb-4 {
  margin-bottom: 24px !important;
}

h4 {
  font-weight: 300;
}

h5 {
  display: block;
}

.descr,
h5 {
  margin-bottom: 24px;
}

.purpose-table {
  border-collapse: collapse;
  margin-bottom: 24px;
}

.purpose-table,
.purpose-table th,
.purpose-table td {
  border: 1px solid #d8d8d8;
  font-size: inherit;
  line-height: inherit;
}

.purpose-table th {
  width: 200px;
  text-align: left;
  font-weight: 500;
}

.purpose-table th,
.purpose-table td {
  vertical-align: top;
  padding: 0.5em 0.75em;
}

.purpose-table ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.purpose-table li:not(:last-child) {
  margin-bottom: 0.5em;
}

.purpose-table li {
  display: flex;
  align-items: flex-start;
}

.purpose-table li::before {
  content: '•';
  display: inline-block;
  font-size: 10px;
  line-height: 24px;
  margin-right: 5px;
}

/* ===== СТРАНИЦА ЗЕМЕЛЬНЫХ УЧАСТКОВ ===== */
        .malaya-tsarevshchina-page h4 {
            font-family: "Forum", cursive;
            font-size: 36px;
            font-weight: 400;
            color: #333;
            margin-top: 60px;
            margin-bottom: 30px;
            border-bottom: 2px solid #354E70;
            padding-bottom: 10px;
        }
        
        .malaya-tsarevshchina-page .poselok_main {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 40px;
        }
        
        .malaya-tsarevshchina-page .poselok_main .left {
            width: 60%;
            flex: 1;
            min-width: 300px;
        }
        
        .malaya-tsarevshchina-page .poselok_main .right.desctop {
            width: 35%;
            margin-top: 80px;
            position: sticky;
            top: 100px;
            align-self: flex-start;
        }
        
        .malaya-tsarevshchina-page .map-container {
            width: 100%;
            height: 400px;
            border-radius: 5px;
            overflow: hidden;
            background: linear-gradient(135deg, #e3f2fd, #bbdefb);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .malaya-tsarevshchina-page .map-placeholder {
            text-align: center;
            color: #1976d2;
        }
        
        .malaya-tsarevshchina-page .map-placeholder .icon {
            font-size: 48px;
            margin-bottom: 10px;
        }
        
        .malaya-tsarevshchina-page .name {
            background: #fff;
            padding: 15px;
            margin-top: 10px;
            border-radius: 5px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .malaya-tsarevshchina-page .advantages-grid,
        .malaya-tsarevshchina-page .infrastructure-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }
        
        .malaya-tsarevshchina-page .advantage-item,
        .malaya-tsarevshchina-page .infra-item {
            background: #f5f5f5;
            padding: 25px;
            border-radius: 5px;
            border-left: 4px solid #354E70;
            flex: 1 1 calc(50% - 20px);
            min-width: 250px;
            transition: transform 0.3s ease;
        }

        .malaya-tsarevshchina-page .advantage-item:hover,
        .malaya-tsarevshchina-page .infra-item:hover {
            transform: translateY(-5px);
        }

        /* ÃÂ¡Ã‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â ÃÂºÃÂ¾ÃÂ¼ÃÂ¼Ã‘Æ’ÃÂ½ÃÂ¸ÃÂºÃÂ°Ã‘â€ ÃÂ¸ÃÂ¹ ÃÂ² 3 ÃÂºÃÂ¾ÃÂ»ÃÂ¾ÃÂ½ÃÂºÃÂ¸ ÃÂ½ÃÂ° ÃÂ´ÃÂµÃ‘ÂÃÂºÃ‘â€šÃÂ¾ÃÂ¿ÃÂµ */
        .communications-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }
        
        .communications-grid > p {
            width: 100%;
            text-align: center;
            font-size: 16px;
            color: #666;
            margin-bottom: 10px;
        }
        
        .communication-item {
            background: #f5f5f5;
            padding: 25px;
            border-radius: 5px;
            border-left: 4px solid #354E70;
            flex: 1 1 calc(33.333% - 20px);
            min-width: 200px;
            transition: transform 0.3s ease;
        }

        .communication-item:hover {
            transform: translateY(-5px);
        }
        
        .malaya-tsarevshchina-page .price-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            border-radius: 5px;
            overflow: hidden;
        }
        
        .malaya-tsarevshchina-page .price-table th {
            background: linear-gradient(135deg, #1A2527, #354E70);
            color: white;
            padding: 15px 20px;
            text-align: left;
            font-weight: 600;
        }
        
        .malaya-tsarevshchina-page .price-table td {
            padding: 15px 20px;
            border-bottom: 1px solid #e2e2e2;
        }
        
        .malaya-tsarevshchina-page .price-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .malaya-tsarevshchina-page .price-table tr:hover {
            background-color: #f0f8ff;
        }
        
        .malaya-tsarevshchina-page .button_block {
            margin-top: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* ÃÂÃÂ¾ÃÂ²Ã‘â€¹ÃÂµ Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â Ã‘Æ’ÃÂ»Ã‘Æ’Ã‘â€¡Ã‘Ë†ÃÂµÃÂ½ÃÂ½ÃÂ¾ÃÂ¹ ÃÂ²ÃÂµÃ‘â‚¬Ã‘ÂÃ‘â€šÃÂºÃÂ¸ */
        .malaya-tsarevshchina-page .full-width-section {
            width: 100%;
            margin-top: 60px;
            padding-top: 40px;
            border-top: 1px solid #e2e2e2;
        }

        /* ÃÂ¡Ã‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â Ã‘Æ’ÃÂ»Ã‘Æ’Ã‘â€¡Ã‘Ë†ÃÂµÃÂ½ÃÂ½ÃÂ¾ÃÂ³ÃÂ¾ ÃÂ±ÃÂ»ÃÂ¾ÃÂºÃÂ° Ã‘Â ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ¾ÃÂ¹ ÃÂ¸ Ã‘â€šÃÂµÃÂ»ÃÂµÃ‘â€žÃÂ¾ÃÂ½ÃÂ¾ÃÂ¼ - Ã‘â€šÃÂµÃÂ¿ÃÂµÃ‘â‚¬Ã‘Å’ Ã‘ÂÃÂ¾ÃÂ¾Ã‘â€šÃÂ²ÃÂµÃ‘â€šÃ‘ÂÃ‘â€šÃÂ²Ã‘Æ’Ã‘Å½Ã‘â€š ÃÂ¾ÃÂ±Ã‘â€°ÃÂµÃÂ¼Ã‘Æ’ Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»Ã‘Å½ */
        .improved-layout {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            margin-top: 40px;
            padding: 30px;
            background: #e8e8e8;
            border-radius: 10px;
            border: 1px solid #ddd;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .improved-layout .button {
            flex: 1;
            max-width: 300px;
        }

        .improved-layout .tel {
            flex: 1;
            text-align: center;
            padding: 15px;
        }

        .improved-layout .tel p {
            margin: 0 0 8px 0;
            color: #666;
            font-size: 14px;
            line-height: 145%;
        }

        .improved-layout .tel a {
            font-size: 22px;
            font-weight: 700;
            text-decoration: none;
            color: #333;
            margin-top: 2px;
            display: block;
            transition: color 0.3s ease;
        }

        .improved-layout .tel a:hover {
            color: #1A2527;
        }

        /* ÃÂÃÂ´ÃÂ°ÃÂ¿Ã‘â€šÃÂ¸ÃÂ²ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’ ÃÂ´ÃÂ»Ã‘Â ÃÂ¿ÃÂ»ÃÂ°ÃÂ½Ã‘Ë†ÃÂµÃ‘â€šÃÂ¾ÃÂ² (992px - 701px) */
        @media screen and (max-width: 992px) and (min-width: 701px) {
            .malaya-tsarevshchina-page h4 {
                font-size: 28px;
                margin-top: 50px;
            }
            
            .malaya-tsarevshchina-page .poselok_main {
                flex-direction: column;
                gap: 30px;
            }
            
            .malaya-tsarevshchina-page .poselok_main .left,
            .malaya-tsarevshchina-page .poselok_main .right.desctop {
                width: 100%;
                margin-top: 0;
                position: static;
            }
            
            .malaya-tsarevshchina-page .map-container {
                height: 350px;
            }
            
            .malaya-tsarevshchina-page .advantage-item,
            .malaya-tsarevshchina-page .infra-item {
                flex: 1 1 calc(50% - 20px);
            }

            .communication-item {
                flex: 1 1 calc(50% - 20px);
            }
            
            .malaya-tsarevshchina-page .button_block {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
            
            .malaya-tsarevshchina-page .button_block .tel {
                text-align: center;
            }
            
            .malaya-tsarevshchina-page .full-width-section {
                margin-top: 40px;
                padding-top: 30px;
            }
            
            .improved-layout {
                flex-direction: column;
                gap: 20px;
                padding: 25px;
            }
            
            .improved-layout .button,
            .improved-layout .tel {
                max-width: 100%;
                width: 100%;
            }
        }

/* ÃÂÃÂ´ÃÂ°ÃÂ¿Ã‘â€šÃÂ¸ÃÂ²ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’ ÃÂ´ÃÂ»Ã‘Â ÃÂ¼ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹Ã‘â€¦ (700px ÃÂ¸ ÃÂ¼ÃÂµÃÂ½Ã‘Å’Ã‘Ë†ÃÂµ) */
@media screen and (max-width: 700px) {
    .malaya-tsarevshchina-page h4 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .malaya-tsarevshchina-page h1.font {
        font-size: 26px;
        line-height: 1.2;
    }
    
    .malaya-tsarevshchina-page h1.font span {
        display: block;
        font-size: 22px;
        line-height: 1.2;
    }
    
    .malaya-tsarevshchina-page .h1_dop p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .malaya-tsarevshchina-page .poselok_main {
        flex-direction: column;
        gap: 25px;
    }
    
    .malaya-tsarevshchina-page .poselok_main .left,
    .malaya-tsarevshchina-page .poselok_main .right.desctop {
        width: 100%;
        margin-top: 0;
        position: static;
    }
    
    .malaya-tsarevshchina-page .map-container {
        height: 250px;
    }
    
    .malaya-tsarevshchina-page .advantage-item,
    .malaya-tsarevshchina-page .infra-item,
    .communication-item {
        flex: 1 1 100%;
    }
    
    .malaya-tsarevshchina-page .price-table {
        font-size: 14px;
    }
    
    .malaya-tsarevshchina-page .price-table th,
    .malaya-tsarevshchina-page .price-table td {
        padding: 10px 15px;
    }
    
    .malaya-tsarevshchina-page .button_block {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .malaya-tsarevshchina-page .button_block .button {
        width: 100%;
    }
    
    .malaya-tsarevshchina-page .button_block .tel {
        text-align: center;
        width: 100%;
    }
    
    .malaya-tsarevshchina-page .button_block iframe {
        margin: 0 auto;
    }
    
    .malaya-tsarevshchina-page .full-width-section {
        margin-top: 30px;
        padding-top: 20px;
    }
    
    .improved-layout {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        margin-top: 30px;
    }
    
    .improved-layout .button,
    .improved-layout .tel {
        max-width: 100%;
        width: 100%;
    }

    .improved-layout .tel a {
        font-size: 20px;
    }
    
    /* ÃÂ£ÃÂ²ÃÂµÃÂ»ÃÂ¸Ã‘â€¡ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂ¸ ÃÂ½ÃÂ° ÃÂ¼ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½Ã‘â€¹Ã‘â€¦ Ã‘Æ’Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ¾ÃÂ¹Ã‘ÂÃ‘â€šÃÂ²ÃÂ°Ã‘â€¦ */
    .improved-layout .button button {
        padding: 18px 25px;
        font-size: 18px;
        width: 100%;
        min-height: 60px;
    }
}

/* === NEW CTA Block Styles === */
.rielt.rielt-new {
  background: linear-gradient(135deg, #1a3a5c 0%, #264966 100%);
  border-radius: 12px;
  padding: 25px 40px;
  text-align: center;
  width: auto;
  max-width: 500px;
}

section:has(.rielt-new) {
  padding-top: 30px;
  padding-bottom: 30px;
}

.rielt.rielt-new h3 {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 18px;
  width: auto;
  padding-bottom: 0;
}

.rielt-button-wrap {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}

.rielt-btn {
  background: #DBB757;
  color: #333;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  overflow: hidden;
}

.rielt-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #e5c76d;
  opacity: 0;
  transition: 0.3s;
}

.rielt-btn:hover:before {
  opacity: 1;
}

.rielt-btn:hover {
  color: #fff;
}

.rielt-btn span {
  position: relative;
  z-index: 1;
}

.rielt-manager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rielt-manager > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.rielt-manager-info {
  text-align: left;
}

.rielt-manager-info p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1px 0;
}

.rielt-manager-info a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.rielt-manager-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .rielt.rielt-new {
    padding: 20px;
    max-width: 100%;
  }
  
  .rielt.rielt-new h3 {
    font-size: 20px;
  }
  
  section:has(.rielt-new) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* === END NEW CTA Block Styles === */

/* === Infrastructure 3-column grid === */
.bg3 > p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  color: #666;
}

.bg3 .plusi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.bg3 .plusi .plus {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
}

.bg3 .plusi .plus:nth-child(n+3) {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bg3 .plusi {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bg3 .plusi {
    grid-template-columns: 1fr;
  }
  
  .bg3 > p {
    text-align: left;
    margin-bottom: 30px;
  }
}
/* === END Infrastructure 3-column grid === */

/* === Poselki block styles === */
.poselki {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.poselki .poselok {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.poselki .poselok:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.poselki .poselok img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.poselki .poselok p {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

@media (max-width: 1024px) {
  .poselki {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .poselki {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  
  .poselki .poselok img {
    height: 180px;
  }
}
/* === END Poselki block styles === */

/* Highlight for advantage subtitles */
.malaya-tsarevshchina-page .advantage-item .highlight {
    background-color: rgba(53, 78, 112, 0.15);
    padding: 2px 6px;
    border-radius: 3px;
    display: inline;
}
