@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;
  }
  .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;
    padding: 10px 0 0 0;
    flex-direction: column;
  }
  .cd-auto-hide-header .menu_desc {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    margin-top: 10px;
    padding: 10px 0px;
  }
  .cd-auto-hide-header .menu_desc .nav {
    justify-content: space-between;
    display: flex;
  }
  .cd-auto-hide-header .menu_desc .nav a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 14px;
    font-weight: 300;
  }
  .cd-auto-hide-header .menu_desc .nav a:hover {
    color: #c6a37a;
    font-weight: 400;
  }
  .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-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(246, 248, 250, 0.95) 100%), url(../img/bg1/bg1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .bg_gray {
    background-color: #f6f8fa;
  }
  h3 {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
  }
  h3 b {
    font-weight: 700;
  }
  h3 small {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px;
    line-height: 26px;
    margin-top: 15px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #a47e51, #c6a37a);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
  }
  .button button p small {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 300;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #a47e51, #c6a37a);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 80px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .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: row;
    align-items: center;
    margin-left: auto;
    margin-right: 50px;
  }
  .menu .social:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .menu .social:last-child .items {
    margin-left: 0px;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .menu .social p {
    line-height: 165%;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .tel {
    text-align: right;
    margin-right: 50px;
  }
  .menu .tel p {
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .menu .button {
    height: 60px;
    width: 250px;
  }
  .menu .button button p {
    font-size: 18px;
  }
  .main {
    padding-top: 180px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
  }
  .main h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 135%;
    text-align: center;
    width: 900px;
    margin: 0 auto;
  }
  .main h1 b {
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main_img {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
  }
  .plusi_main {
    width: 100%;
    border-top: 1px solid #0a4783;
  }
  .plusi_main .container {
    display: flex;
    justify-content: space-between;
  }
  .plusi_main .item {
    text-align: center;
    padding: 60px 50px;
  }
  .plusi_main .item .img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
  }
  .plusi_main .item .img img {
    width: 30px;
  }
  .plusi_main .item:nth-child(2) {
    border-width: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(to bottom, #0a4783, rgba(0, 0, 0, 0)) 1 100%;
       border-image: linear-gradient(to bottom, #0a4783, rgba(0, 0, 0, 0)) 1 100%;
  }
  .plusi_main .item b {
    font-size: 40px;
    font-weight: 600;
  }
  .plusi_main .item p {
    line-height: 145%;
    margin-top: 10px;
  }
  /*YOUTUBE*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -30px;
    left: -60px;
  }
  .video_main .car2 {
    position: absolute;
    top: 10px;
    right: -60px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #005aaf;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #005aaf;
  }
  .video_main a img {
    width: 35px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #005aaf;
    line-height: 140%;
  }
  /*YOUTUBE END*/
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 40px 60px;
    color: #fff;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 850px;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: left;
    margin-left: 15px;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: none;
    font-weight: 700;
    display: block;
  }
  .bg2 h3 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .poselki {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .poselki > .item {
    width: 47%;
    padding: 45px;
    background-color: #f6f8fa;
    display: flex;
    flex-direction: column;
  }
  .bg2 .poselki > .item:nth-child(n+3) {
    margin-top: 60px;
  }
  .bg2 .poselki > .item .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg2 .poselki > .item .img a {
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .poselki > .item .img a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .poselki > .item .img a:nth-child(n+2) {
    margin-top: 13px;
    width: 23%;
    height: 80px;
  }
  .bg2 .poselki > .item .name {
    display: flex;
    align-items: center;
    padding: 25px 0;
  }
  .bg2 .poselki > .item .name h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
  }
  .bg2 .poselki > .item .name img {
    width: 130px;
    height: 52px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg2 .poselki > .item .adr {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #b7b7b7;
  }
  .bg2 .poselki > .item .adr p {
    width: 400px;
    margin-left: 15px;
  }
  .bg2 .poselki > .item .plusi {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 370px;
    margin-bottom: 40px;
  }
  .bg2 .poselki > .item .plusi .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .bg2 .poselki > .item .plusi .item b {
    display: block;
  }
  .bg2 .poselki > .item .plusi .text p {
    font-size: 18px;
    line-height: 145%;
  }
  .bg2 .poselki > .item .button {
    width: 100%;
    margin-top: auto;
  }
  .bg2 .poselki .work .name h4 {
    font-weight: 700;
  }
  .bg2 .poselki .work .adr {
    font-size: 24px;
  }
  .bg2 .poselki .work .plusi {
    width: 100%;
  }
  .bg2 .poselki .work .plusi ul:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg2 .poselki .work .plusi ul li {
    margin: 7px 0 7px 17px;
  }
  .bg2 .poselki .work .cont {
    margin-top: auto;
  }
  .bg2 .poselki .work .cont .tel {
    text-align: center;
  }
  .bg2 .poselki .work .cont .tel p {
    font-size: 20px;
    line-height: 140%;
  }
  .bg2 .poselki .work .cont .tel a {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    display: block;
  }
  .bg2 .poselki .work .cont .soc {
    margin-top: 20px;
    text-align: center;
  }
  .bg2 .poselki .work .cont .soc p {
    font-size: 20px;
    line-height: 140%;
  }
  .bg2 .poselki .work .cont .soc a {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    display: block;
  }
  .bg2 .poselki .work .cont .soc .items {
    display: flex;
  }
  .bg2 .poselki .work .cont .soc .items .whatsapp {
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48c95f 0%, #2ca842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .bg2 .poselki .work .cont .soc .items .whatsapp:hover {
    background: linear-gradient(180deg, #2ca842 0%, #48c95f 100%);
  }
  .bg2 .poselki .work .cont .soc .items .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .bg2 .poselki .work .cont .soc .items .tg {
    margin-left: 20px;
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2f89ce 0%, #2170ac 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .bg2 .poselki .work .cont .soc .items .tg:hover {
    background: linear-gradient(180deg, #2170ac 0%, #2f89ce 100%);
  }
  .bg2 .poselki .work .cont .soc .items .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .zastroyka {
    margin-top: 70px;
  }
  .zastroyka h3 {
    width: 100%;
  }
  .zastroyka .mmap {
    margin-top: 50px;
    height: 500px;
  }
  .bg3 h3 {
    width: 900px;
    margin: 0 auto;
  }
  .bg3 .tabs section {
    padding: 50px;
  }
  .bg3 .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .bg3 .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .bg3 .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px;
    background-color: #fff;
    margin-top: 55px;
  }
  .bg3 .price_left {
    display: flex;
    flex-direction: column;
    width: 490px;
  }
  .bg3 .price_left .img_main {
    width: 490px;
    display: flex;
    justify-content: space-between;
    -o-object-fit: cover;
       object-fit: cover;
    flex-wrap: wrap;
  }
  .bg3 .price_left .img_main a {
    width: 100%;
    height: 380px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .price_left .img_main a:nth-child(n+2) {
    width: 49%;
    height: 150px;
    margin-top: auto;
    margin-top: 10px;
  }
  .bg3 .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .price_right {
    width: 520px;
    display: flex;
    flex-direction: column;
  }
  .bg3 .price_right h2 {
    font-size: 26px;
    font-weight: 300;
    width: -moz-max-content;
    width: max-content;
    color: #333;
  }
  .bg3 .price_right h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .bg3 .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .bg3 .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
  }
  .bg3 .price_right .h2_dop p:nth-child(n+2) {
    margin-left: 40px;
  }
  .bg3 .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .bg3 .price_right .razmeri {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .price_right .long {
    width: 280px;
  }
  .bg3 .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 240px;
  }
  .bg3 .price_right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 2px;
  }
  .bg3 .price_right ul li b {
    color: #333;
  }
  .bg3 .price_right .long_ul {
    width: 280px;
  }
  .bg3 .price_right .dop {
    margin-top: 20px;
    font-size: 15px;
    line-height: 165%;
  }
  .bg3 .price_right .button {
    margin-top: auto;
    width: 100%;
  }
  .bg3 .price_right .button button {
    padding: 0 100px;
  }
  .bg3 .ipoteka {
    margin-top: 70px;
  }
  .bg3 .ipoteka .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .bg3 .ipoteka .plusi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .bg3 .ipoteka .plusi .item {
    background-color: #fff;
    padding: 40px 30px;
    width: 23%;
  }
  .bg3 .ipoteka .plusi .item b {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .bg3 .ipoteka .plusi .item b small {
    font-size: 24px;
    margin-right: 10px;
  }
  .bg3 .ipoteka .plusi .item p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 140%;
  }
  .bg4 h3 {
    width: 700px;
    margin: 0 auto;
  }
  .bg4 span {
    position: relative;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #919191;
    line-height: 170%;
  }
  .bg4 .render {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .bg4 .render a {
    width: 700px !important;
    height: 450px !important;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .bg4 .render a p {
    position: absolute;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    color: #fff;
    padding: 5px 15px;
    bottom: 0;
    font-size: 14px;
  }
  .bg4 .render a p b {
    display: block;
    font-weight: 700 !important;
  }
  .bg4 .render a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .render .owl-prev {
    left: 195px;
    transition: ease-in-out 0.2s;
  }
  .bg4 .render .owl-next {
    right: 195px;
    transition: ease-in-out 0.2s;
  }
  .bg4 .render .owl-carousel .owl-nav button.owl-next,
  .bg4 .render .owl-carousel .owl-nav button.owl-prev,
  .bg4 .render .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg4 .render .owl-carousel .owl-nav button.owl-next > img,
  .bg4 .render .owl-carousel .owl-nav button.owl-prev > img,
  .bg4 .render .owl-carousel button.owl-dot > img {
    width: 100% !important;
  }
  .bg4 .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 70px;
  }
  .bg4 .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .bg4 .poselok_main .h3_block h3 {
    width: 840px;
    text-align: left;
  }
  .bg4 .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f8fa;
    width: 300px;
    padding: 0 20px;
  }
  .bg4 .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .bg4 .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .bg4 .poselok_main .left {
    width: 660px;
  }
  .bg4 .poselok_main .left > p {
    font-size: 20px;
    line-height: 170%;
  }
  .bg4 .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .bg4 .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 630px;
  }
  .bg4 .poselok_main .left .plusi p {
    background: #f6f8fa;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    width: -moz-max-content;
    width: max-content;
    color: #333;
    font-size: 20px;
    border-radius: 0px;
    font-weight: 300;
  }
  .bg4 .poselok_main .left .plusi p:nth-child(n+2) {
    margin-top: 25px;
  }
  .bg4 .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bg4 .poselok_main .left .button_block .button {
    width: 415px;
  }
  .bg4 .poselok_main .left .button_block .tel {
    width: 220px;
  }
  .bg4 .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: right;
  }
  .bg4 .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;
  }
  .bg4 .poselok_main .right {
    width: 450px;
    padding-top: 10px;
    height: 380px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .bg4 .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: 0px;
  }
  .bg4 .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 0;
  }
  .bg4 .poselok_main .right .name b {
    font-size: 16px;
    font-weight: 600;
  }
  .bg4 .sert_all {
    margin-top: 80px;
  }
  .bg4 .sert_all h3 {
    width: 1000px;
  }
  .bg4 .sert_all .sert {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg4 .sert_all .sert a {
    width: 30%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border: 10px solid #0a4783;
  }
  .bg4 .sert_all .sert a:nth-child(n+4) {
    margin-top: 50px;
    width: 22%;
  }
  .bg4 .sert_all .sert a img {
    width: 100%;
  }
  .bg5 .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .bg5 .vid_otz .otz {
    width: 47%;
    height: 307px;
    border-radius: 5px;
    overflow: hidden;
  }
  .bg5 .vid_otz .otz:nth-child(n+3) {
    margin-top: 50px;
  }
  .bg5 .vid_otz .otz:nth-child(n+5) {
    margin-left: auto;
    margin-right: auto;
  }
  .bg5 .otzivi {
    position: relative;
    margin-top: 60px;
    width: 100%;
  }
  .bg5 .otzivi .owl-stage {
    display: flex;
  }
  .bg5 .otzivi .owl-prev {
    left: 330px;
    transition: ease-in-out 0.2s;
  }
  .bg5 .otzivi .owl-next {
    right: 330px;
    transition: ease-in-out 0.2s;
  }
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-next,
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-prev,
  .bg5 .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;
  }
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-next img,
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-prev img,
  .bg5 .otzivi .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .bg5 .otzivi a {
    height: 400px;
    width: 400px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg5 .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg6 h3 {
    text-align: left;
    width: 950px;
  }
  .bg6 h3 small {
    line-height: 150%;
    font-size: 22px;
    width: 800px;
  }
  .bg6 .arenda_all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg6 .arenda_all .item {
    width: 25%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .bg6 .arenda_all .item:nth-child(n+5) {
    width: 48%;
    height: 500px;
    margin-top: 50px;
  }
  .bg6 .arenda_all .item:nth-child(n+5) p {
    margin-top: 15px;
  }
  .bg6 .arenda_all .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(4, 40, 79, 0.3) 0%, rgb(4, 40, 79) 100%);
    opacity: 0.8;
  }
  .bg6 .arenda_all .item img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .arenda_all .item .info {
    position: absolute;
    color: #fff;
    bottom: 35px;
    z-index: 2;
    width: 80%;
  }
  .bg6 .arenda_all .item .info h4 {
    font-size: 34px;
    font-weight: 500;
    line-height: 120%;
  }
  .bg6 .arenda_all .item .info .tel {
    margin-top: 20px;
  }
  .bg6 .arenda_all .item .info .tel p {
    font-size: 14px;
  }
  .bg6 .arenda_all .item .info .tel a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .bg6 .block_uprav {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .bg6 .block_uprav .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 100%;
  }
  .bg6 .block_uprav .left {
    width: 640px;
  }
  .bg6 .block_uprav .left h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: left;
    font-size: 49px;
  }
  .bg6 .block_uprav .left h3 small {
    width: 100%;
  }
  .bg6 .block_uprav .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 625px;
  }
  .bg6 .block_uprav .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .bg6 .block_uprav .left .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg6 .block_uprav .left .shagi .shag p {
    width: 210px;
    font-size: 14px;
    margin-left: 15px;
  }
  .bg6 .block_uprav .left .shagi .shag .circle {
    width: 65px;
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .block_uprav .left .shagi .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .bg6 .block_uprav .right {
    width: 450px;
    height: 634px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    padding-top: 13px;
  }
  .bg6 .block_uprav .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .svyaz {
    margin-top: 70px;
  }
  .bg6 .svyaz h3 {
    text-align: center;
    margin: 0 auto;
  }
  .bg6 .svyaz h3 b {
    display: block;
  }
  .bg6 .svyaz a {
    display: block;
    font-size: 30px;
    color: #333;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 4px solid #a47e51;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-weight: 500;
    color: #a47e51;
    transition: 0.3s;
  }
  .bg6 .svyaz a:hover {
    color: #333;
  }
  .bg6 .smi {
    margin-top: 70px;
  }
  .bg6 .smi h3 {
    width: 100%;
    text-align: center;
  }
  .bg6 .smi .items {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    align-items: flex-end;
  }
  .bg6 .smi .items .item {
    width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bg6 .smi .items .item img {
    width: 160px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg6 .smi .items .item p {
    margin-top: 20px;
  }
  .bg6 .smi .items .item a {
    margin-top: 10px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 600;
    border-bottom: 1px solid #333;
  }
  .footer h3 {
    text-align: left;
    width: 1100px;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
  }
  .contacts_all .mmap {
    width: 730px;
    border-radius: 5px;
    overflow: hidden;
    height: auto;
  }
  .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;
  }
  .ipe a {
    color: #333;
    margin-top: 10px;
  }
  .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: 12px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  .desctop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
  .desctop_only {
    display: flex !important;
  }
  .mobile_only {
    display: none !important;
  }
  .otzivi_rabota {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otzivi_rabota a {
    width: 47%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otzivi_rabota a:nth-child(n+3) {
    margin-top: 50px;
  }
  .otzivi_rabota a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .work .name h4 {
    font-weight: 700;
  }
  .work .adr {
    font-size: 24px;
  }
  .work .plusi {
    width: 100%;
  }
  .work .plusi ul:nth-child(n+2) {
    margin-top: 10px;
  }
  .work .plusi ul li {
    margin: 7px 0 7px 17px;
  }
  .work .cont {
    margin-top: auto;
  }
  .work .cont .tel {
    text-align: center;
  }
  .work .cont .tel p {
    font-size: 20px;
    line-height: 140%;
  }
  .work .cont .tel a {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    display: block;
  }
  .work .cont .soc {
    margin-top: 20px;
    text-align: center;
  }
  .work .cont .soc p {
    font-size: 20px;
    line-height: 140%;
  }
  .work .cont .soc a {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    display: block;
  }
  .work .cont .soc .items {
    display: flex;
  }
  .work .cont .soc .items .whatsapp {
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48c95f 0%, #2ca842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .work .cont .soc .items .whatsapp:hover {
    background: linear-gradient(180deg, #2ca842 0%, #48c95f 100%);
  }
  .work .cont .soc .items .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .work .cont .soc .items .tg {
    margin-left: 20px;
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2f89ce 0%, #2170ac 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .work .cont .soc .items .tg:hover {
    background: linear-gradient(180deg, #2170ac 0%, #2f89ce 100%);
  }
  .work .cont .soc .items .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .rabota {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .rabota .left {
    width: 675px;
  }
  .rabota .left h3 {
    text-align: left;
  }
  .rabota .left > p {
    font-size: 24px;
    line-height: 145%;
    font-weight: 300;
    margin-top: 20px;
  }
  .rabota .left ul {
    margin-top: 40px;
    font-size: 22px;
  }
  .rabota .left ul li {
    margin: 15px 0 15px 20px;
  }
  .rabota .left .button {
    margin-top: 70px;
  }
  .rabota .right {
    width: 430px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rabota .right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@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;
    padding: 10px 0 0 0;
    flex-direction: column;
  }
  .cd-auto-hide-header .menu_desc {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    margin-top: 10px;
    padding: 10px 0px;
  }
  .cd-auto-hide-header .menu_desc .nav {
    justify-content: space-between;
    display: flex;
  }
  .cd-auto-hide-header .menu_desc .nav a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 14px;
    font-weight: 300;
  }
  .cd-auto-hide-header .menu_desc .nav a:hover {
    color: #c6a37a;
    font-weight: 400;
  }
  .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-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(246, 248, 250, 0.95) 100%), url(../img/bg1/bg1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .bg_gray {
    background-color: #f6f8fa;
  }
  h3 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
  }
  h3 b {
    font-weight: 700;
  }
  h3 small {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px;
    line-height: 26px;
    margin-top: 15px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #a47e51, #c6a37a);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
  }
  .button button p small {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 300;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #a47e51, #c6a37a);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 80px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .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: row;
    align-items: center;
    margin-left: auto;
    margin-right: 50px;
  }
  .menu .social:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .menu .social:last-child .items {
    margin-left: 0px;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .menu .social p {
    line-height: 165%;
    display: none;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .tel {
    text-align: right;
    margin-right: 0px;
  }
  .menu .tel p {
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .menu .button {
    height: 60px;
    width: 250px;
    display: none;
  }
  .menu .button button p {
    font-size: 18px;
  }
  .main {
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
  }
  .main h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 135%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .main h1 b {
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main_img {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
  }
  .plusi_main {
    width: 100%;
    border-top: 1px solid #0a4783;
  }
  .plusi_main .container {
    display: flex;
    justify-content: space-between;
  }
  .plusi_main .item {
    text-align: center;
    padding: 40px 20px;
  }
  .plusi_main .item .img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
  }
  .plusi_main .item .img img {
    width: 20px;
  }
  .plusi_main .item:nth-child(2) {
    border-width: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(to bottom, #0a4783, rgba(0, 0, 0, 0)) 1 100%;
       border-image: linear-gradient(to bottom, #0a4783, rgba(0, 0, 0, 0)) 1 100%;
  }
  .plusi_main .item b {
    font-size: 26px;
    font-weight: 600;
  }
  .plusi_main .item p {
    line-height: 145%;
    margin-top: 10px;
    font-size: 14px;
  }
  /*YOUTUBE*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -80px;
    left: -60px;
  }
  .video_main .car2 {
    position: absolute;
    top: -80px;
    right: -60px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #005aaf;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #005aaf;
  }
  .video_main a img {
    width: 35px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #005aaf;
    line-height: 140%;
  }
  /*YOUTUBE END*/
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 40px 40px;
    color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    order: 0;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    order: 3;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: left;
    margin-left: 15px;
    order: 1;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
  }
  .bg2 h3 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .poselki {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .poselki > .item {
    width: 550px;
    padding: 45px;
    background-color: #f6f8fa;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .poselki > .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .bg2 .poselki > .item .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg2 .poselki > .item .img a {
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .poselki > .item .img a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .poselki > .item .img a:nth-child(n+2) {
    margin-top: 13px;
    width: 23%;
    height: 80px;
  }
  .bg2 .poselki > .item .name {
    display: flex;
    align-items: center;
    padding: 25px 0;
    justify-content: space-between;
  }
  .bg2 .poselki > .item .name h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
  }
  .bg2 .poselki > .item .name h4 b {
    display: block;
  }
  .bg2 .poselki > .item .name img {
    width: 130px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg2 .poselki > .item .adr {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #b7b7b7;
  }
  .bg2 .poselki > .item .adr p {
    width: 400px;
    margin-left: 15px;
  }
  .bg2 .poselki > .item .plusi {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 370px;
    margin-bottom: 0px !important;
  }
  .bg2 .poselki > .item .plusi .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .bg2 .poselki > .item .plusi .item b {
    display: block;
  }
  .bg2 .poselki > .item .plusi .text p {
    font-size: 18px;
    line-height: 145%;
  }
  .bg2 .poselki > .item .button {
    width: 100%;
    margin-top: 35px;
  }
  .zastroyka {
    margin-top: 70px;
  }
  .zastroyka h3 {
    width: 100%;
  }
  .zastroyka .mmap {
    margin-top: 50px;
    height: 500px;
  }
  .bg3 h3 {
    width: 100%;
    margin: 0 auto;
  }
  .bg3 .tabs section {
    padding: 50px;
  }
  .bg3 .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .bg3 .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .bg3 .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px;
    background-color: #fff;
    margin-top: 55px;
    flex-direction: column;
  }
  .bg3 .price_left {
    width: 100%;
  }
  .bg3 .price_left .img_main {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    -o-object-fit: cover;
       object-fit: cover;
    flex-wrap: wrap;
  }
  .bg3 .price_left .img_main a {
    width: 100%;
    height: 100%;
    height: 442px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .price_left .img_main a:nth-child(n+2) {
    width: 49%;
    height: 150px;
    margin-top: auto;
    margin-top: 10px;
  }
  .bg3 .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .price_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .bg3 .price_right h2 {
    font-size: 26px;
    font-weight: 300;
    width: 100%;
    color: #333;
    text-align: center;
  }
  .bg3 .price_right h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .bg3 .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .bg3 .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    width: 100%;
    justify-content: space-around;
  }
  .bg3 .price_right .h2_dop p {
    width: auto;
    text-align: center;
  }
  .bg3 .price_right .h2_dop p:nth-child(n+2) {
    margin-left: none;
  }
  .bg3 .price_right .h2_dop b {
    display: block;
    margin-top: 2px;
  }
  .bg3 .price_right .razmeri {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .price_right ul {
    list-style-type: none;
    margin-top: 25px;
    width: 260px;
  }
  .bg3 .price_right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 2px;
  }
  .bg3 .price_right ul li b {
    color: #333;
  }
  .bg3 .price_right .long {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
  }
  .bg3 .price_right .long_ul {
    width: 280px;
  }
  .bg3 .price_right .dop {
    margin-top: 20px;
    font-size: 15px;
    line-height: 165%;
  }
  .bg3 .price_right .button {
    margin-top: 40px;
    width: 100%;
  }
  .bg3 .price_right .button button {
    padding: 0 100px;
  }
  .bg3 .ipoteka {
    margin-top: 70px;
  }
  .bg3 .ipoteka .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .bg3 .ipoteka .plusi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .ipoteka .plusi .item {
    background-color: #fff;
    padding: 40px;
    width: 47%;
  }
  .bg3 .ipoteka .plusi .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg3 .ipoteka .plusi .item b {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .bg3 .ipoteka .plusi .item p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 140%;
  }
  .bg4 h3 {
    width: 700px;
    margin: 0 auto;
  }
  .bg4 .render {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bg4 .render a {
    width: 580px !important;
    height: 400px !important;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .render a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .render .owl-prev {
    left: 5px;
    transition: ease-in-out 0.2s;
  }
  .bg4 .render .owl-next {
    right: 5px;
    transition: ease-in-out 0.2s;
  }
  .bg4 .render .owl-carousel .owl-nav button.owl-next,
  .bg4 .render .owl-carousel .owl-nav button.owl-prev,
  .bg4 .render .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 85px !important;
    height: 85px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg4 .render .owl-carousel .owl-nav button.owl-next > img,
  .bg4 .render .owl-carousel .owl-nav button.owl-prev > img,
  .bg4 .render .owl-carousel button.owl-dot > img {
    width: 100% !important;
  }
  .bg4 .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 70px;
  }
  .bg4 .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .bg4 .poselok_main .h3_block h3 {
    width: 500px;
    text-align: left;
  }
  .bg4 .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f8fa;
    width: 300px;
    padding: 0 20px;
  }
  .bg4 .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .bg4 .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .bg4 .poselok_main .left {
    width: 100%;
  }
  .bg4 .poselok_main .left > p {
    font-size: 20px;
    line-height: 170%;
  }
  .bg4 .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .bg4 .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 630px;
  }
  .bg4 .poselok_main .left .plusi p {
    background: #f6f8fa;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    width: -moz-max-content;
    width: max-content;
    color: #333;
    font-size: 20px;
    border-radius: 0px;
    font-weight: 300;
  }
  .bg4 .poselok_main .left .plusi p:nth-child(n+3) {
    margin-top: 25px;
  }
  .bg4 .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bg4 .poselok_main .left .button_block .button {
    width: 415px;
  }
  .bg4 .poselok_main .left .button_block .tel {
    width: 220px;
  }
  .bg4 .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: right;
  }
  .bg4 .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;
  }
  .bg4 .poselok_main .right {
    width: 100%;
    padding-top: 50px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    height: 550px;
  }
  .bg4 .poselok_main .right img {
    width: 100%;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    border-radius: 0px;
  }
  .bg4 .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 0;
  }
  .bg4 .poselok_main .right .name b {
    font-size: 16px;
    font-weight: 600;
  }
  .bg4 .sert_all {
    margin-top: 80px;
  }
  .bg4 .sert_all h3 {
    width: 100%;
  }
  .bg4 .sert_all .sert {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .bg4 .sert_all .sert a {
    width: 30%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg4 .sert_all .sert a img {
    width: 100%;
  }
  .bg5 .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .bg5 .vid_otz .otz {
    width: 100%;
    height: 377px;
    border-radius: 5px;
    overflow: hidden;
  }
  .bg5 .vid_otz .otz:nth-child(n+2) {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg5 .otzivi {
    position: relative;
    margin-top: 60px;
    width: 100%;
  }
  .bg5 .otzivi .owl-stage {
    display: flex;
  }
  .bg5 .otzivi .owl-prev {
    left: 70px;
    transition: ease-in-out 0.2s;
  }
  .bg5 .otzivi .owl-next {
    right: 70px;
    transition: ease-in-out 0.2s;
  }
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-next,
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-prev,
  .bg5 .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;
  }
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-next img,
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-prev img,
  .bg5 .otzivi .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .bg5 .otzivi a {
    height: 400px;
    width: 400px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg5 .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg6 h3 {
    text-align: left;
    width: 100%;
  }
  .bg6 h3 small {
    line-height: 150%;
    font-size: 18px;
    width: 100%;
  }
  .bg6 .arenda_all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg6 .arenda_all .item {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .bg6 .arenda_all .item:nth-child(n+5) {
    width: 100%;
    margin-top: 0;
    height: 400px;
  }
  .bg6 .arenda_all .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(4, 40, 79, 0.3) 0%, rgb(4, 40, 79) 100%);
    opacity: 0.8;
  }
  .bg6 .arenda_all .item img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .arenda_all .item .info {
    position: absolute;
    color: #fff;
    bottom: 35px;
    z-index: 2;
    width: 80%;
  }
  .bg6 .arenda_all .item .info h4 {
    font-size: 34px;
    font-weight: 500;
    line-height: 120%;
  }
  .bg6 .arenda_all .item .info .tel {
    margin-top: 20px;
  }
  .bg6 .arenda_all .item .info .tel p {
    font-size: 14px;
  }
  .bg6 .arenda_all .item .info .tel a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
  }
  .bg6 .block_uprav {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .bg6 .block_uprav .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 100%;
  }
  .bg6 .block_uprav .left {
    width: 640px;
  }
  .bg6 .block_uprav .left h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
  }
  .bg6 .block_uprav .left h3 small {
    width: 100%;
  }
  .bg6 .block_uprav .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 625px;
  }
  .bg6 .block_uprav .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .bg6 .block_uprav .left .shagi .shag:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg6 .block_uprav .left .shagi .shag p {
    width: 210px;
    font-size: 14px;
    margin-left: 15px;
  }
  .bg6 .block_uprav .left .shagi .shag .circle {
    width: 65px;
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .block_uprav .left .shagi .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .bg6 .block_uprav .right {
    width: 100%;
    height: 434px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .bg6 .block_uprav .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .svyaz {
    margin-top: 70px;
  }
  .bg6 .svyaz h3 {
    text-align: center;
    margin: 0 auto;
  }
  .bg6 .svyaz h3 b {
    display: block;
  }
  .bg6 .svyaz a {
    display: block;
    font-size: 26px;
    color: #333;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 4px solid #a47e51;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-weight: 500;
    color: #a47e51;
    transition: 0.3s;
  }
  .bg6 .svyaz a:hover {
    color: #333;
  }
  .bg6 .smi {
    margin-top: 70px;
  }
  .bg6 .smi h3 {
    width: 100%;
    text-align: center;
  }
  .bg6 .smi .items {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .bg6 .smi .items .item {
    width: 47%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bg6 .smi .items .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .bg6 .smi .items .item p {
    margin-top: 20px;
  }
  .bg6 .smi .items .item a {
    margin-top: 10px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 600;
    border-bottom: 1px solid #333;
  }
  .footer h3 {
    text-align: center;
    width: 100%;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    flex-direction: column;
  }
  .contacts_all .mmap {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    height: 500px;
    margin-top: 50px;
  }
  .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: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont {
    width: 352px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .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;
    margin-left: auto;
    margin-right: auto;
  }
  .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;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 12px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .otzivi_rabota {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otzivi_rabota a {
    width: 47%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otzivi_rabota a:nth-child(n+3) {
    margin-top: 50px;
  }
  .otzivi_rabota a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .work .name h4 {
    font-weight: 700;
  }
  .work .adr {
    font-size: 24px;
  }
  .work .plusi {
    width: 100%;
  }
  .work .plusi ul:nth-child(n+2) {
    margin-top: 10px;
  }
  .work .plusi ul li {
    margin: 7px 0 7px 17px;
  }
  .work .cont {
    margin-top: 40px !important;
  }
  .work .cont .tel {
    text-align: center;
  }
  .work .cont .tel p {
    font-size: 20px;
    line-height: 140%;
  }
  .work .cont .tel a {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    display: block;
  }
  .work .cont .soc {
    margin-top: 20px;
    text-align: center;
  }
  .work .cont .soc p {
    font-size: 20px;
    line-height: 140%;
  }
  .work .cont .soc a {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    display: block;
  }
  .work .cont .soc .items {
    display: flex;
  }
  .work .cont .soc .items .whatsapp {
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48c95f 0%, #2ca842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .work .cont .soc .items .whatsapp:hover {
    background: linear-gradient(180deg, #2ca842 0%, #48c95f 100%);
  }
  .work .cont .soc .items .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .work .cont .soc .items .tg {
    margin-left: 20px;
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2f89ce 0%, #2170ac 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .work .cont .soc .items .tg:hover {
    background: linear-gradient(180deg, #2170ac 0%, #2f89ce 100%);
  }
  .work .cont .soc .items .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .rabota {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .rabota .left {
    width: 100%;
  }
  .rabota .left h3 {
    text-align: center;
  }
  .rabota .left > p {
    font-size: 24px;
    line-height: 145%;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
  }
  .rabota .left ul {
    margin-top: 40px;
    font-size: 22px;
    text-align: center;
  }
  .rabota .left ul li {
    margin: 15px 0 15px 20px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .rabota .left .button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .rabota .right {
    width: 80%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .rabota .right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    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: 360px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 340px;
    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;
    padding: 7px 0 0 0;
    flex-direction: column;
  }
  .cd-auto-hide-header .menu_desc {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    margin-top: 10px;
    padding: 10px 0px;
  }
  .cd-auto-hide-header .menu_desc .nav {
    justify-content: space-between;
    display: flex;
  }
  .cd-auto-hide-header .menu_desc .nav a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 14px;
    font-weight: 300;
  }
  .cd-auto-hide-header .menu_desc .nav a:hover {
    color: #c6a37a;
    font-weight: 400;
  }
  .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-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(246, 248, 250, 0.95) 100%), url(../img/bg1/bg1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: "NEXT ART", sans-serif !important;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .bg_gray {
    background-color: #f6f8fa;
  }
  h3 {
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
    width: 100%;
  }
  h3 b {
    font-weight: 700;
  }
  h3 small {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 80px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #a47e51, #c6a37a);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    padding: 0 20px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
  }
  .button button p small {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
    font-weight: 300;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #a47e51, #c6a37a);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 60px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .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: row;
    align-items: center;
    margin-left: auto;
    margin-right: 50px;
    display: none;
  }
  .menu .social:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .menu .social:last-child .items {
    margin-left: 0px;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .menu .social p {
    line-height: 165%;
    display: none;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .tel {
    text-align: right;
    margin-right: 0px;
  }
  .menu .tel p {
    line-height: 12px;
    font-size: 12px;
  }
  .menu .tel a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .menu .button {
    height: 60px;
    width: 250px;
    display: none;
  }
  .menu .button button p {
    font-size: 18px;
  }
  .main {
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: center;
  }
  .main h1 {
    font-size: 23px;
    font-weight: 300;
    line-height: 135%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .main h1 b {
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .main_img {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
  }
  .plusi_main {
    width: 100%;
    border-top: 1px solid #0a4783;
    padding: 20px 0 20px 0;
  }
  .plusi_main .img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
  }
  .plusi_main .img img {
    width: 20px;
  }
  .plusi_main .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .plusi_main .item {
    text-align: center;
    padding: 20px 20px;
  }
  .plusi_main .item b {
    font-size: 26px;
    font-weight: 600;
  }
  .plusi_main .item p {
    line-height: 145%;
    margin-top: 10px;
    font-size: 14px;
  }
  /*YOUTUBE*/
  .video_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .video_main .car1 {
    position: absolute;
    top: -80px;
    left: -10px;
    width: 300px;
  }
  .video_main .car2 {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 300px;
  }
  .video_main .video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .video_main a {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    text-decoration: none;
    color: #005aaf;
    margin-top: 40px;
    align-items: center;
  }
  .video_main a:hover p {
    border-bottom: 1px solid #005aaf;
  }
  .video_main a img {
    width: 33px;
    margin-right: 12px;
  }
  .video_main a p {
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px dashed #005aaf;
    line-height: 140%;
    font-size: 14px;
  }
  /*YOUTUBE END*/
  .rielt {
    background-image: linear-gradient(to top, rgba(31, 86, 74, 0.97) 0%, rgba(67, 120, 111, 0.97) 100%), url(../img/pattern.png);
    background-size: cover;
    border-radius: 10px;
    padding: 30px 20px;
    color: #fff;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .rielt .money {
    position: absolute;
    right: 0;
    top: 0;
    height: 280px;
  }
  .rielt .left {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .rielt .left h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 100%;
  }
  .rielt .left .cont {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .rielt .left .cont > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    order: 0;
  }
  .rielt .left .cont > a {
    width: 45px;
    height: 45px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    order: 3;
  }
  .rielt .left .cont > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rielt .left .cont .tel {
    text-align: center;
    order: 1;
    margin: 15px 0;
  }
  .rielt .left .cont .tel a {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
    text-decoration: none;
    font-weight: bold;
    display: block;
  }
  .bg2 h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .poselki {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .poselki > .item {
    width: 100%;
    padding: 25px;
    background-color: #f6f8fa;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .poselki > .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .bg2 .poselki > .item .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg2 .poselki > .item .img a {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .poselki > .item .img a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .poselki > .item .img a:nth-child(n+2) {
    margin-top: 8px;
    width: 23%;
    height: 50px;
  }
  .bg2 .poselki > .item:nth-child(4) .name img {
    display: none;
  }
  .bg2 .poselki > .item .name {
    display: flex;
    align-items: center;
    padding: 25px 0;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg2 .poselki > .item .name h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
  }
  .bg2 .poselki > .item .name h4 b {
    display: block;
  }
  .bg2 .poselki > .item .name img {
    width: 130px;
    height: 50px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 15px;
  }
  .bg2 .poselki > .item .adr {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #b7b7b7;
  }
  .bg2 .poselki > .item .adr p {
    width: 400px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 140%;
  }
  .bg2 .poselki > .item .plusi {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .bg2 .poselki > .item .plusi .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg2 .poselki > .item .plusi .item b {
    display: block;
  }
  .bg2 .poselki > .item .plusi .text p {
    font-size: 15px;
    line-height: 145%;
  }
  .bg2 .poselki > .item .button {
    width: 100%;
    margin-top: 30px;
  }
  .zastroyka {
    margin-top: 70px;
  }
  .zastroyka h3 {
    width: 100%;
  }
  .zastroyka .mmap {
    margin-top: 50px;
    height: 500px;
  }
  .bg3 h3 {
    width: 100%;
    margin: 0 auto;
  }
  .bg3 .tabs section {
    padding: 50px;
  }
  .bg3 .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .bg3 .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .bg3 .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 25px;
    background-color: #fff;
    margin-top: 35px;
    flex-direction: column;
  }
  .bg3 .price_left {
    width: 100%;
  }
  .bg3 .price_left .img_main {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    -o-object-fit: cover;
       object-fit: cover;
    flex-wrap: wrap;
  }
  .bg3 .price_left .img_main a {
    width: 100%;
    height: 220px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .price_left .img_main a:nth-child(n+2) {
    width: 49%;
    height: 80px;
    margin-top: auto;
    margin-top: 10px;
  }
  .bg3 .price_left .img_main a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg3 .price_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .bg3 .price_right h2 {
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    color: #333;
    text-align: center;
  }
  .bg3 .price_right h2 sup {
    font-weight: 500;
    font-size: 18px;
    margin-left: 2px;
  }
  .bg3 .price_right h2 p {
    display: inline-block;
    font-weight: 300;
  }
  .bg3 .price_right .h2_dop {
    margin-top: 15px;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
  .bg3 .price_right .h2_dop p {
    font-size: 14px;
    line-height: 140%;
  }
  .bg3 .price_right .h2_dop p:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg3 .price_right .h2_dop b {
    display: inline;
    margin-left: 5px;
    margin-top: 0px;
  }
  .bg3 .price_right .razmeri {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .price_right ul {
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
  }
  .bg3 .price_right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 2px;
  }
  .bg3 .price_right ul li b {
    color: #333;
    font-size: 14px;
  }
  .bg3 .price_right .long_ul {
    width: 280px;
  }
  .bg3 .price_right .dop {
    margin-top: 20px;
    font-size: 12px;
    line-height: 165%;
  }
  .bg3 .price_right .button {
    margin-top: 40px;
    width: 100%;
  }
  .bg3 .price_right .button button {
    padding: 0 0px;
  }
  .bg3 .ipoteka {
    margin-top: 70px;
  }
  .bg3 .ipoteka .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100%;
  }
  .bg3 .ipoteka .plusi {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg3 .ipoteka .plusi .item {
    background-color: #fff;
    padding: 25px;
    width: 100%;
    text-align: center;
  }
  .bg3 .ipoteka .plusi .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .bg3 .ipoteka .plusi .item b {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .bg3 .ipoteka .plusi .item b small {
    font-size: 22px;
    margin-right: 8px;
  }
  .bg3 .ipoteka .plusi .item p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
  }
  .bg4 h3 {
    width: 100%;
    margin: 0 auto;
  }
  .bg4 span {
    position: relative;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #919191;
    line-height: 170%;
    font-size: 14px;
  }
  .bg4 .render {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bg4 .render a {
    width: 300px !important;
    height: 200px !important;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .bg4 .render a p {
    position: absolute;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    color: #fff;
    padding: 5px 10px;
    bottom: 0;
    font-size: 11px;
    line-height: 15px;
  }
  .bg4 .render a p b {
    display: block;
    font-weight: 700 !important;
  }
  .bg4 .render a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg4 .render .owl-prev {
    left: -15px;
    transition: ease-in-out 0.2s;
  }
  .bg4 .render .owl-next {
    right: -15px;
    transition: ease-in-out 0.2s;
  }
  .bg4 .render .owl-carousel .owl-nav button.owl-next,
  .bg4 .render .owl-carousel .owl-nav button.owl-prev,
  .bg4 .render .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg4 .render .owl-carousel .owl-nav button.owl-next > img,
  .bg4 .render .owl-carousel .owl-nav button.owl-prev > img,
  .bg4 .render .owl-carousel button.owl-dot > img {
    width: 100% !important;
  }
  .bg4 .owl-carousel .owl-nav button.owl-next,
  .bg4 .owl-carousel .owl-nav button.owl-prev,
  .bg4 .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 35px !important;
    height: 35px !important;
  }
  .bg4 .poselok_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 70px;
  }
  .bg4 .poselok_main .h3_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .bg4 .poselok_main .h3_block h3 {
    width: 100%;
    text-align: left;
  }
  .bg4 .poselok_main .h3_block .artwill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f8fa;
    width: 100%;
    padding: 20px 20px;
    margin-top: 20px;
  }
  .bg4 .poselok_main .h3_block .artwill img {
    width: 80px;
  }
  .bg4 .poselok_main .h3_block .artwill p {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .bg4 .poselok_main .left {
    width: 100%;
  }
  .bg4 .poselok_main .left > p {
    font-size: 16px;
    text-align: center;
    line-height: 170%;
  }
  .bg4 .poselok_main .left > p:nth-child(n+2) {
    margin-top: 40px;
    font-weight: 600;
  }
  .bg4 .poselok_main .left .plusi {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .bg4 .poselok_main .left .plusi p {
    background: #f6f8fa;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    width: -moz-max-content;
    width: max-content;
    color: #333;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .bg4 .poselok_main .left .plusi p:nth-child(n+2) {
    margin-top: 25px;
  }
  .bg4 .poselok_main .left .button_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .bg4 .poselok_main .left .button_block .button {
    width: 100%;
  }
  .bg4 .poselok_main .left .button_block .tel {
    width: 220px;
    text-align: center;
    margin-top: 20px;
  }
  .bg4 .poselok_main .left .button_block .tel p {
    font-size: 14px;
    text-align: center;
    line-height: 140%;
  }
  .bg4 .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: 5px;
  }
  .bg4 .poselok_main .right {
    width: 100%;
    padding-top: 50px;
    display: flex;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    height: 450px;
  }
  .bg4 .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: 0px;
  }
  .bg4 .poselok_main .right .name {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 0;
  }
  .bg4 .poselok_main .right .name b {
    font-size: 14px;
    font-weight: 600;
  }
  .bg4 .sert_all {
    margin-top: 80px;
  }
  .bg4 .sert_all h3 {
    width: 100%;
  }
  .bg4 .sert_all .sert {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .bg4 .sert_all .sert a {
    width: 47%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    border: 7px solid #0a4783;
  }
  .bg4 .sert_all .sert a:nth-child(n+3) {
    margin-top: 20px;
  }
  .bg4 .sert_all .sert a img {
    width: 100%;
  }
  .bg5 .vid_otz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .bg5 .vid_otz .otz {
    width: 100%;
    height: 177px;
    border-radius: 5px;
    overflow: hidden;
  }
  .bg5 .vid_otz .otz:nth-child(n+2) {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg5 .otzivi {
    position: relative;
    margin-top: 60px;
    width: 100%;
  }
  .bg5 .otzivi .owl-stage {
    display: flex;
  }
  .bg5 .otzivi .owl-prev {
    left: -15px;
    transition: ease-in-out 0.2s;
  }
  .bg5 .otzivi .owl-next {
    right: -15px;
    transition: ease-in-out 0.2s;
  }
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-next,
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-prev,
  .bg5 .otzivi .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-next img,
  .bg5 .otzivi .owl-carousel .owl-nav button.owl-prev img,
  .bg5 .otzivi .owl-carousel button.owl-dot img {
    width: 100% !important;
  }
  .bg5 .otzivi a {
    height: 200px;
    width: 280px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg5 .otzivi a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .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: 35px !important;
    height: 35px !important;
  }
  .bg6 h3 {
    text-align: left;
    width: 100%;
  }
  .bg6 h3 small {
    line-height: 155%;
    font-size: 14px;
    width: 100%;
  }
  .bg6 .arenda_all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .bg6 .arenda_all .item {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .bg6 .arenda_all .item p {
    font-size: 14px;
    line-height: 140%;
    margin-top: 15px;
  }
  .bg6 .arenda_all .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(4, 40, 79, 0.3) 0%, rgb(4, 40, 79) 100%);
    opacity: 0.8;
  }
  .bg6 .arenda_all .item img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .arenda_all .item .info {
    position: absolute;
    color: #fff;
    bottom: 35px;
    z-index: 2;
    width: 80%;
  }
  .bg6 .arenda_all .item .info h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }
  .bg6 .arenda_all .item .info .tel {
    margin-top: 20px;
  }
  .bg6 .arenda_all .item .info .tel p {
    font-size: 14px;
  }
  .bg6 .arenda_all .item .info .tel a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .bg6 .block_uprav {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .bg6 .block_uprav .button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 100%;
  }
  .bg6 .block_uprav .left {
    width: 100%;
  }
  .bg6 .block_uprav .left h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 21px;
  }
  .bg6 .block_uprav .left h3 small {
    width: 100%;
  }
  .bg6 .block_uprav .left .shagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .bg6 .block_uprav .left .shagi .shag {
    display: flex;
    align-items: center;
  }
  .bg6 .block_uprav .left .shagi .shag:nth-child(n+2) {
    margin-top: 30px;
  }
  .bg6 .block_uprav .left .shagi .shag p {
    width: 210px;
    font-size: 14px;
    margin-left: 15px;
  }
  .bg6 .block_uprav .left .shagi .shag .circle {
    width: 65px;
    height: 65px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .block_uprav .left .shagi .shag .circle img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .bg6 .block_uprav .right {
    width: 100%;
    height: 334px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    padding-top: 13px;
  }
  .bg6 .block_uprav .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .svyaz {
    margin-top: 70px;
  }
  .bg6 .svyaz h3 {
    text-align: center;
    margin: 0 auto;
  }
  .bg6 .svyaz h3 b {
    display: block;
  }
  .bg6 .svyaz a {
    display: block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 3px solid #a47e51;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-weight: 500;
    color: #a47e51;
    transition: 0.3s;
  }
  .bg6 .svyaz a:hover {
    color: #333;
  }
  .bg6 .smi {
    margin-top: 70px;
  }
  .bg6 .smi h3 {
    width: 100%;
    text-align: center;
  }
  .bg6 .smi .items {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .bg6 .smi .items .item {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bg6 .smi .items .item img {
    width: 100px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg6 .smi .items .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .bg6 .smi .items .item p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%;
  }
  .bg6 .smi .items .item a {
    margin-top: 10px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    background: linear-gradient(180deg, #0a4783 0%, #01284f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    font-weight: 600;
    border-bottom: 1px solid #333;
  }
  .footer h3 {
    text-align: center;
    width: 100%;
  }
  .contacts_all {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    flex-direction: column;
  }
  .contacts_all .mmap {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    height: 500px;
    margin-top: 50px;
  }
  .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;
    font-size: 14px;
  }
  .ipe p:nth-child(n+2) {
    margin-top: 5px;
  }
  .ipe a {
    color: #333;
    margin-top: 10px;
    font-size: 13px;
  }
  .contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contacts .cont:first-child b {
    width: 100%;
  }
  .contacts .cont:last-child {
    width: 100%;
  }
  .contacts .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .contacts .cont .button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .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;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .cont .soc a {
    height: 40px;
    width: 40px;
  }
  .contacts .cont .soc a:nth-child(n+2) {
    margin-left: 12px;
  }
  .contacts .cont .soc a img {
    width: 100%;
    height: 100%;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .desctop_only {
    display: none !important;
  }
  .mobile_only {
    display: flex !important;
  }
  .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(180deg, #0a4783 0%, #01284f 100%);
    border: 0;
    margin: 0;
    color: #fff;
    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;
  }
  .otzivi_rabota {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otzivi_rabota a {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .otzivi_rabota a:nth-child(n+2) {
    margin-top: 40px;
  }
  .otzivi_rabota a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .work .name {
    text-align: left;
    align-items: flex-start !important;
  }
  .work .name h4 {
    font-weight: 700 !important;
    text-align: left !important;
    line-height: 140% !important;
  }
  .work .adr {
    font-size: 20px;
  }
  .work .plusi {
    width: 100%;
  }
  .work .plusi ul:nth-child(n+2) {
    margin-top: 10px;
  }
  .work .plusi ul b {
    display: block;
    text-align: left;
  }
  .work .plusi ul li {
    margin: 7px 0 7px 17px;
    text-align: left;
    font-size: 14px;
    line-height: 140%;
  }
  .work .cont {
    margin-top: 30px !important;
  }
  .work .cont .tel {
    text-align: center;
  }
  .work .cont .tel p {
    font-size: 16px;
    line-height: 140%;
  }
  .work .cont .tel a {
    font-size: 20px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 10px;
    display: block;
  }
  .work .cont .soc {
    margin-top: 20px;
    text-align: center;
  }
  .work .cont .soc p {
    font-size: 16px;
    line-height: 140%;
  }
  .work .cont .soc a {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    display: block;
  }
  .work .cont .soc .items {
    display: flex;
    flex-direction: column;
  }
  .work .cont .soc .items .whatsapp {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48c95f 0%, #2ca842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .work .cont .soc .items .whatsapp:hover {
    background: linear-gradient(180deg, #2ca842 0%, #48c95f 100%);
  }
  .work .cont .soc .items .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .work .cont .soc .items .tg {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2f89ce 0%, #2170ac 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
  }
  .work .cont .soc .items .tg:hover {
    background: linear-gradient(180deg, #2170ac 0%, #2f89ce 100%);
  }
  .work .cont .soc .items .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
    width: 30px;
  }
  .rabota {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .rabota .left {
    width: 100%;
  }
  .rabota .left h3 {
    text-align: center;
  }
  .rabota .left > p {
    font-size: 18px;
    line-height: 145%;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
  }
  .rabota .left ul {
    margin-top: 30px;
    font-size: 18px;
    text-align: left;
    width: 100%;
  }
  .rabota .left ul li {
    margin: 15px 0 0px 20px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  .rabota .left .button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .rabota .right {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .rabota .right img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
input[type=tel],
input[type=submit],
input[type=text],
input[type=name],
textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-item {
  opacity: 1;
}

.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: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: block;
}

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

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

.owl-prev {
  left: -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: 55px;
  height: 55px;
}

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

/*OWL*/
form {
  padding: 0px 0 0px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #333333;
  z-index: 10;
  width: 300px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0afaf;
  font-weight: 400;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #b0afaf;
  font-weight: 400;
}
form .button {
  height: 90px;
  width: 350px;
  margin-left: 15px;
}/*# sourceMappingURL=style.css.map */