body {
    font-family:"PFDinTextCompPro";
    color: #3b4047;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
header {
    padding-top: 5px;
}
header a {
    color: #514e4e;
}
h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 20px;
}
aside>div {
    margin-bottom: 35px;
}
section {
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.wh-bg {
    background: #fff;
    border-bottom: 1px solid #cacaca;
}
.gr-bg {
    background: url(../img/bg.png) repeat top center;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
}
.top-panel {
    align-items: center;
    margin-bottom: 5px;
}
.logo {
    color: #03a9f4;
    font: 500 36px 'PFDinTextCompPro', sans-serif;
    text-transform: uppercase;
}
.logo img {
    vertical-align: bottom;
    max-width: 75px;
    height: auto;
    position: relative;
    
}
.logo a {
    color: #03a9f4;
}
.logo a:hover {
    color: #03a9f4;
} 
.canv-menu {
    border-radius: 100%;
    background: #17bb49;
    height: 54px;
    width: 54px;
    border: none;
}
.canv-menu span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin-left: 9px;
}
.canv-menu span::before,
.canv-menu span::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
}
.canv-menu span::before {
    top: -10px;
}
.canv-menu span::after {
    top: 10px;
}
header li {
    font: 400 14px 'Roboto', sans-serif;
    line-height: 1.3125;
}
header .top-panel .top-addr li:first-child {
    font-size: 30px;
    font-family: 'PFDinTextCompPro', sans-serif;
    line-height: 1.2em;
}
header .top-panel .top-addr li:last-child {
    /*text-decoration: underline;*/
}
.offcanvas-body a {
    display: block;
    color: #000;
    font-size: 16px;
    margin: 5px 0;
    text-transform: uppercase;
}
.offcanvas-body>ul>li {
    margin-bottom: 15px;
}
.offcanvas-body ul ul {
    margin-top: 10px;
    margin-left: 15px;
}
.top-menu {
    background: #03a9f4;
    -webkit-box-shadow: inset 0 3px 5px 0 rgb(5 5 5 / 10%);
    box-shadow: inset 0 3px 5px 0 rgb(5 5 5 / 10%);
}
.top-p-links-block {
    display: flex;
    flex-wrap: wrap;
}
.top-p-links-block div {
    width: 50%;   
}
/*
.top-p-links a {
    text-transform: uppercase;
    font: 500 16px/31px 'PFDinTextCompPro', sans-serif;
    display: block;
    padding-left: 34px;
}
.top-p-links a:hover {
    text-decoration: underline;
    color: #514e4e;
}
*/
.top-p-links div:first-child a,
.top-p-links div:nth-child(2) a{
    margin-bottom: 8px;
}
/*
.top-p-links div:first-child a {
    background: url("../img/check.png") no-repeat 0 50%;
}
.top-p-links div:nth-child(2) a {
    background: url("../img/play.png") no-repeat 0 50%;
}
.top-p-links div:nth-child(3) a {
    background: url("../img/plan.png") no-repeat 0 50%;
}
.top-p-links div:last-child a {
    background: url("../img/star.png") no-repeat 0 50%;
}
*/
.top-p-links a {
    display: block;
    text-align: center;
    padding: 8px 10px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-p-links a:hover {
    color: #fff !important;
    opacity: 0.85;
    text-decoration: none !important;
}
.top-p-links div:first-child a {
    background: #ff5a00;
    border-bottom: 3px solid #cc4800;
}
.top-p-links div:nth-child(2) a {
    background: #0089e4;
    border-bottom: 3px solid #006eb6;
}
.top-p-links div:nth-child(3) a,
.top-p-links div:last-child a {
    background: #0aabd1;
    border-bottom: 3px solid #0889a7;
}

nav {
    display: flex;
}
nav>div {
    width: 16.66%;
    position: relative;
}
nav ul {
    display: none;
    position: absolute;
    z-index: 1;
}
nav>div>a {
    display: block;
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    height: 45px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    font-size: 24px;
    line-height: 2em;
}
nav a:hover {
    background: #0190d1;
    color: #fff;
}
nav a+ul {
    background: #03a9f4;
    width: 100%;
}
nav a+ul a {
    text-transform: none;
    height: auto;
    line-height: 1.4;
    font: 400 18px 'PFDinTextCompPro', sans-serif;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
nav a+ul a:hover {
    background: #0190d1;
}

nav a:hover+ul{
    display: block;
}
nav ul:hover{
    display: block;    
}
.send-req,
.add-advt {
    display: inline-block;
    text-transform: uppercase;
    min-width: 189px;
    overflow: hidden;
    padding: 0 7px 0 36px;
    text-align: center;
    -webkit-box-shadow: inset 0 2px 1px rgb(255 255 255 / 30%);
    box-shadow: inset 0 2px 1px rgb(255 255 255 / 30%);
    height: 36px;
    font: 500 16.5px/36px PFDinTextCompPro, sans-serif;
    -webkit-transition: .3s;
    transition: .3s;
}
.send-req {
    margin-top: 5px;
    color: #18bb49;
    border: 2px solid #18bb49;
    background: #fff url("../img/edit.png") no-repeat center left 9px;
}
.send-req:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #18bb49;
}
.add-advt {
    color: #03a9f4;
    border: 2px solid #03a9f4;
    background: #fff url("../img/plus.png") no-repeat center left 9px;
}
.add-advt:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: #03a9f4;
}
.top-soc-contain {
    display: flex;
    align-items: center;
}
.top-soc-bl {
    padding-left: 10px;
    display: flex;
}
.top-soc-bl a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #514e4e;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 28px;
}
.top-soc-bl a:hover {
    color: grey;
}
section.banner {
    padding-top: 15vh;
    padding-bottom: 15vh;
    text-align: center;
    color: #fff;
    background-size: cover;
}
.main-banner {
    /* background: url("../img/bg_slide.png") no-repeat 50% 50%; */
    background-size: cover !important;
    background-position: center 0;
    position: relative;
}
.main-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.main-banner .container,
.main-banner .consult {
    position: relative;
    z-index: 5;
}
.contacts-banner {
    background: url("../img/contacts-bg.png") no-repeat 50% 50%;
    background-position: 0% 20% !important;
    position: relative;
}
.contacts-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
}
.contacts-banner .container {
    position: relative;
    z-index: 5;
}
h1 {
    font: 400 64px/64px 'PFDinTextCompPro', sans-serif;
    padding-bottom: 17px;
    position: relative;
    max-width: 1170px;
    margin: 0 auto 20px;
}
.main-banner h1 {
    text-transform: uppercase;    
}
.main-banner h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    height: 5px;
    width: 102px;
    margin-left: -51px;    
}
.main-banner .consult {
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font-size: 36px;
}
.help-oper {
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.help-oper span {
    text-decoration: underline;
    color: #f8dd1c;
}
.green-btn {
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font: 500 20px "PFDinTextCompPro", sans-serif;
    height: 45px;
    padding: 0 24px;
    background: #1cc755;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1cc755), color-stop(100%, #13ac39));
    background: -webkit-linear-gradient(top, #1cc755 0%, #13ac39 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1cc755), to(#13ac39));
    background: linear-gradient(to bottom, #1cc755 0%, #13ac39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc755', endColorstr='#13ac39', GradientType=0 );
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
a.green-btn {
    display: inline-block;
    padding: 10px 24px;
}
.green-btn:hover {
    opacity: .7;
    color: #fff;
}
.banner-search-form,
.req-free-cons {
    display: flex;
    justify-content: center;
}
.banner-search-form>div,
.req-free-cons div {
    margin-right: 14px;   
}
.your-num,
.your-name,
.your-mail,
.your-addr,
.your-price,
.search-inp {
    height: 45px;
    min-width: 240px;
    padding: 0 15px;
    outline: none;
    border: none;
    color: #89919e;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 20px;
    background: #fff url("../img/phone.png") no-repeat center left 14px;
    padding-left: 45px;
}
.your-name {
    background: #fff url("../img/user.png") no-repeat center left 14px;
}
.your-mail {
    background: #fff url("../img/email.png") no-repeat center left 14px;
}
.your-addr {
    background: #fff url("../img/address.png") no-repeat center left 14px;
}
.your-price {
    background: #fff url("../img/price.png") no-repeat center left 14px;
}
.search-inp {
    background: #fff url("../img/search.png") no-repeat center left 14px;
}
.office-shop,
.flat-house {
    border-bottom: 1px solid #c4c4c4;
    padding: 33px 0 18px 0;
    background: url("../img/bg.png") repeat top center;
}
.office-shop .row>div {
    margin-bottom: 25px;
}
.offer-sm-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    margin: 0 15px;
    -webkit-transition: .3s;
    transition: .3s;
}
.offer-sm-card:hover {
    -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
}
.offer-image {
    position: relative;
    height: 210px;
}
.offer-image img{
    height: auto;
    width: 100%;
}
.offer-image div {
    position: absolute;
    color: #fff;
    background: #d0021b;
    padding: 5px 9px 3px 7px;
    top: 20px;
    z-index: 1;
    left: -10px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}
.offer-image div::after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #b30218;
    border-right: 5px solid #b30218;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.offer-sm-inf {
    position: relative;
    background: #fff;
    padding: 26px 19px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.off-adr {
    font-size: 24px;
    margin-bottom: 8px;
}
.off-sq {
    font: 400 16px 'Roboto', sans-serif;
    margin-bottom: 18px;
}
.off-fav {
    position: absolute;
    top: -15px;
}
.off-info {
    max-height: 75px;
}
.off-price {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 0 0px 15px 0;
    padding-right: 15px;
}
.off-stat {
    margin-left: auto;
    width: 40%;
    margin-top: auto;
}
.off-stat span {
    display: inline-block;
    margin-bottom: 15px;
    background: url(../img/stat.png) no-repeat center left;
    padding-left: 43px;
    font-size: 24px;
    color: #89919e;
}
.gr-btn-trans {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #18bb49;
    border: 2px solid #18bb49;
    font: 500 18px/36px PFDinTextCompPro, sans-serif;
    height: 36px;
    background: #fff;
    padding: 0 13px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.gr-btn-trans:hover {
    color: #fff;
    background: #18bb49;
}

.bl-btn-trans {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #03a9f4;
    border: 2px solid #03a9f4;
    font: 500 18px/36px PFDinTextCompPro, sans-serif;
    height: 36px;
    background: #fff;
    padding: 0 13px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.bl-btn-trans:hover {
    color: #fff;
    background: #03a9f4;
}

.leav-req {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leav-req>div:first-child {
    width: 60%;
    font-size: 24px;
    color: #89919e;
}
.leav-req>div:last-child {
    width: 60%;
}
.ag-serv>div:first-child {
    -webkit-transition: .3s;
    transition: .3s;
}
.ag-serv>div:first-child:hover {
    opacity: .7;
}
.ag-serv>div:first-child img {
    width: 100%;
    height: auto;
}
.ag-serv>div:last-child a {
    color: #18bb49;
    font: 400 24px/56px "PFDinTextCompPro", sans-serif;
    height: 55px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background: #fff;
    border: 1px solid #e3e2e2;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}
.ag-serv>div:last-child a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #17bb49;
}
.agen-servies {
    padding-top: 0.5vh;
    padding-bottom: 3vh;
}
.operations {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background: url("../img/bg_2.jpg");
    background-size: cover;
    color: #fff;
}
.operations h2{
    margin-bottom: 56px;
}
.see_present {
    color: #f8dd1c;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font: 400 36px 'PFDinTextCompPro', sans-serif;
    line-height: 1;
    padding: 15px 46px 15px 103px;
    background: rgba(248, 220, 27, 0.05) url("../img/present.png") no-repeat center left 20px;
    border: 2px solid #f8dd1c;
    border-radius: 100px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin-bottom: 83px;
}
.see_present:hover {
    opacity: .7;
    color: #f8dd1c;
}
.oper-item {
    text-align: center;
    margin: 0 15px 58px 15px;
}
.oper-item div {
    margin-bottom: 10px;
    height: 50px;
}
.oper-item h3 {
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font: 400 24px/30px 'PFDinTextCompPro', sans-serif;
    text-transform: uppercase;
}
.ag-svyaz {
    display: flex;
    justify-content: space-between;
}
.ag-svyaz>div {
    width: calc(33% - 10px);   
}
.ag-svyaz input{
    width: 100%;
}
.profession {
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-size: 24px;
    border-bottom: 1px solid #cacaca;
}
/*.profession h2 {
    margin-bottom: 0px;
}*/
.profession h2+div {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.profession p {
    font-size: 24px;
}
.profession-dop {
    display: none;
}
.profession {
    
}
.useful-links {
    text-align: center;
    margin-bottom: 30px;
}
.useful-links a {
    color: #514e4e;
    font-size: 20px;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}
.useful-links a:hover {
    text-decoration: none;
}
.useful-links h3 {
     text-align: center;   
}
.useful-links h3 a{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    font-size: 'PFDinTextCompPro', sans-serif;
}
.useful-links h3 a:hover {
    text-decoration: underline;
}
.learn-more {
    text-align: right;
}
.learn-more a {
    font-family: 'PFDinTextCompPro', sans-serif;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    color: #514e4e;
}
.podp {
    text-align: right;
    font-style: italic;
    margin-bottom: 40px;
}
.art-info a {
    color: #3b4047;
}
.art-info h3 {
    font: 400 24px/30px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 13px;
    display: block;
    padding-right: 10px;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.artic {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    -webkit-transition: .3s;
    transition: .3s;
}
.artic:hover {
    -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
}
.art-info h3:hover {
    color: #18bb49;
    text-decoration: underline;
}
.art-info {
    flex-grow: 1;
    background: #fff;
    padding: 12px 20px;
    border: 1px solid #e3e2e2;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
}
.art-img img {
    width: 100%;
    height: auto;
}
.artic .off-stat {
    margin-left: 0;
    margin-top: auto;
}
.artic .off-stat span{
    margin-bottom: 0;   
}
.art-info div:first-of-type {
    margin-bottom: 15px;
    max-height: 165px;
    overflow: hidden;
}
.read-all-art {
    padding-top: 15px;
    text-align: center;
}
.commerc-banner {
    text-align: center;
    padding-bottom: 1vh;
}
.usef-art {
    padding-top: 4vh;
    padding-bottom: 0;
}
footer {
    background: url(../img/bg.png) repeat top center;
    padding-top: 2vh;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
    position: relative;
}
.up-btn {
    position: absolute;
    right: 30px;
    top: -25px;
}
.up-btn a{
    display: block;
    background: url(../img/up.png) no-repeat 50% 50%;
    width: 52px;
    height: 52px;
}
.foot-menu li {
    margin-bottom: 5px;
}
.foot-menu a {
    font-family: 'Roboto', sans-serif;
    color: #514e4e;
    font-size: 14px;
    margin-bottom: 7px;
    -webkit-transition: .3s;
    transition: .3s;
}
.foot-menu a:hover {
    color: #1fb239;
    text-decoration: underline;
}
.foot-addr {
    display: flex;
    justify-content: space-evenly;
}
.foot-addr a {
    color: #514e4e;
}
.foot-addr li:first-child {
    font-size: 30px;
    font-family: 'PFDinTextCompPro', sans-serif;
    line-height: 1.2em;
}
.foot-soc,
.foot-soc-mob {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.foot-soc>div {
    margin-left: 25px;
}
.foot-soc-addr {
    position: relative;
    top: -50px;
}
.foot-soc-mob>div {
    margin-left: 25px;
}
.foot-soc-mob {
    position: absolute;
    left: 0px;
    top: -25px;
}
.foot-soc-mob img {
    width: 50px;
    height: 50px;
}
.kvart-banner {
    background: url("../img/bg_kvart-ofice.png") no-repeat 50% 50%;
}
.office-banner {
    background: url("../img/bg_office.jpg") no-repeat 50% 50%;
}
.kvart-office {
    background: url(../img/bg.png) repeat top center;
    padding-top: 4vh;
    padding-bottom: 4vh;
}
.select-block select{
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.06)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.06) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.06) 100%);
    border: 1px solid #bec7d1;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 12%), inset 0 2px 1px rgb(255 255 255 / 30%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), inset 0 2px 1px rgb(255 255 255 / 30%);
    height: 32px;
    width: 100%;
    padding: 0 25px 0 10px;
    -webkit-appearance: none;
    background: url("../img/select.png") no-repeat center right 9px, url("../img/grad.png") repeat center;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    -ms-appearance: none;
    appearance: none !important;
}
.kvart-office aside {
    padding-right: 20px;
}
.filter {
    background: #fff;
    padding: 28px 29px;
    margin-bottom: 33px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.filter fieldset {
    margin-bottom: 15px;    
}
.kvart-office h3 {
    text-transform: uppercase;
    font: 500 36px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 15px;
}
.filter h4,
.select-block h4,
.num-block h4{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.filter .mse2_number_inputs label{
    justify-content: space-between;
}
.filter .mse2_number_inputs input{
    width: 85%;
}
.check-block {
    display: flex;
}
.check-block>div:first-child {
    margin-right: 20px;
}
.check-block input {
    display: none;
}
.check-block label {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}
.check-block label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #bec7d1;
    -webkit-box-shadow: 0 1px 0 0px #e5e5e5;
    box-shadow: 0 1px 0 0px #e5e5e5;
}
.check-block input:checked + label {
    font-weight: bold;
}
.check-block input:checked + label::after {
    background: url("../img/checkbox.png") no-repeat center;
    border-color: #03a9f4;
}
.filters-total {
    background: #fff;
    padding: 19px 20px 40px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}
.num-block>div {
    display: flex;
    justify-content: space-between;
}
.num-block input {
    width: calc(50% - 5px);;
    border: 1px solid #bec7d1;
    height: 32px;
    color: #3b4047;
    padding-left: 9px;
    -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
    box-shadow: 0 1px 0 0 #e5e5e5;
}
.search-btn {
    border: none;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font: 500 20px "PFDinTextCompPro", sans-serif;
    height: 45px;
    padding: 0 24px 0 45px;
    background: url(../img/search_btn.png) no-repeat 15px 50%, linear-gradient(to bottom, #1cc755 0%, #13ac39 100%);
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.search-btn:hover {
    opacity: 0.7;
}
.clear-btn {
    color: #d0021b;
    border: none;
    background: transparent;
    text-decoration: underline;
    vertical-align: top;
    font-family: 'Roboto';
}
.clear-btn:hover {
       text-decoration: none;
}
.vip-sm-card {
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 35px;
}
.vip-sm-card:hover {
    -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
}
.vip-offer-image {
    height: 210px;
}
.vip-offer-image img {
    height: auto;
    width: 100%;  
}

.vip-sm-card .off-stat span {
    margin-bottom: 0;    
}
.more-inf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.more-inf>div:first-child {
    width: 70%;
    font-size: 24px;
    color: #89919e;
}
.more-inf>div:last-child {
    width: 30%;
}
.price-sq {
    display: flex;
    margin-bottom: 15px;
}
.price-sq>div:first-child {
    width: 70%;
}
.price-sq>div:last-child {
    width: 30%;
}
.price-sq>div:first-child>div:first-child {
    color: #18bb49;
    font: 700 14px Roboto, sans-serif;
    line-height: 20px;
}
.price-sq>div:last-child>div:first-child {
    font: 400 14px Roboto, sans-serif;
    line-height: 20px;
}
.price-sq>div>div:last-child {
    font: 400 24px 'PFDinTextCompPro', sans-serif;
}
.commers-banner {
    background: #fff;
    padding: 22px 0 1px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    text-align: center;
}
.commers-banner>div {
    margin-bottom: 22px;
}
.commers-banner img {
    max-width: 100%;
    height: auto;
}
.aside-services>div {
    margin-bottom: 25px;
}
.page-content {
    padding-top: 4vh;
    padding-bottom: 3vh;
    font-size: 20px;
}
.page-content h2+p{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.page-content ul {
    list-style: disc;
    margin-top: 0;
    padding-left: 2rem;
}
.page-content a {
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    color: #514e4e;
}
.hid-cont {
    display: none;
}
.select-object {
    color: #fff;
    background: url("../img/bg_2.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.select-object h2+div {
    text-align: center;
    text-transform: uppercase;
    font: 400 24px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 40px;
}
.select-object form>div {
    margin-bottom: 10px;
}
.select-object form textarea,
.your-mes {
    resize: none;
    width: 100%;
    padding: 12px 20px 20px 40px;
    border: none;
    background: #fff;
    outline: none;
    color: #89919e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: #fff url("../img/comment.png") no-repeat top 16px left 10px;
}
.select-object form button {
    width: 100%;
}
.select-object form>div:first-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.select-object form>div:first-child input {
    width: calc(50% - 5px);
}
.filters-total select {
    color: #3b4047;
    background: url(../img/select.png) no-repeat center right;
    border: none;
    padding: 0 18px 0 0;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}
.filters-total>div:first-child>div:first-child {
    font: 400 24px 'PFDinTextCompPro', sans-serif;
}
.filters-total>div:first-child>div:last-child {
    font-family: 'Roboto';
}
.filters-total>div:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.offer-cat-sm-card {
   -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    /* margin-bottom: 30px; */
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.offer-cat-sm-card:hover {
    -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
}
.offer-cat-title {
    padding: 13px 50px 13px 20px;
    font-size: 24px;
}
.offer-cat-title.vip {
    background: #fff url(../img/vip.png) no-repeat right 25px center;
}
.off-full-adr {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.off-haract {
    margin-bottom: 10px;
    font-size: 20px;
    height: 175px;
    overflow: hidden;
}
.off-haract>div {
    font-weight: bold;
    margin-bottom: 10px;
}
.off-haract li {
    margin-bottom: 15px;
}
.room-price-sq {
    display:flex;
    margin-bottom: 15px;
}
.room-price-sq>div {
    width: 33%;
    padding-right: 10px;
}
.room-price-sq>div>div:first-child {
    font: 400 14px Roboto, sans-serif;
    line-height: 20px;
}
.room-price-sq>div:last-child>div:first-child {
    color: #18bb49;
    font: 700 14px Roboto, sans-serif;
    line-height: 20px;    
}
.room-price-sq>div>div:last-child {
    font: 400 24px 'PFDinTextCompPro', sans-serif;
}
.off-bott-contr {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding: 0 15px 20px;
}

.off-bott-contr .off-stat {
    margin-left: 0;
    width: auto;
}
.off-bott-contr .off-stat span{
    margin-bottom: 0;   
}
/*
.off-cat-card-block>div:not(:first-child) {
    margin-bottom: 25px;
}
*/
.off-cat-card-block>div {
    margin-bottom: 25px;
}
.zemlia {
    background: #fff url("../img/bg_zemlia.png") no-repeat 50% 50%;
}
h1.title_under,
.zemlia h1 {
    position: relative;
}
h1.title_under::after,
.zemlia h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    height: 3px;
    width: 220px;
    margin-left: -110px;
}
h1.title_under+div>div:first-child,
.zemlia h1+div>div:first-child {
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font-size: 36px;
}
h1.title_under+div>div:last-child,
.zemlia h1+div>div:last-child {
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font: 500 20px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 15px;
}
.zemlia-block {
    padding-top: 4vh;
    padding-bottom: 4vh;
    background: url(../img/bg.png) repeat top center;
}
.zemlia-filters {
    background: #fff;
    padding: 15px 12px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}
.zemlia-filters .clear-btn{
    display: inline-block;
    margin-bottom: 20px;
}
.zemlia-block .filters-total {
    background: #fff;
    padding: 19px 20px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.zemlia-filters>.row:first-child {
    /*border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    padding: 0 15px 15px;*/
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    padding: 0 15px 15px;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.zemlia-cat-card {
    padding: 24px 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    margin: 0 0 30px;
}
.zemlia-cat-card h3 {
    font: 400 36px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 18px;
}
.zemlia-img {
    min-height: 295px;
    margin-bottom: 30px;
}
.zemlia-img img {
    width: 100%;
    height: auto;
}
.place-info {
    font-family: 'Roboto';
    font-size: 14px;
}
.place-info>div {
    margin-bottom: 15px;
}
.place-info strong {
    display: inline-block;
    margin-right: 10px;
}
.zem-more-inf {
    font-size: 20px;
}
.zem-inf {
    margin-bottom: 15px;
}
.zem-inf>div:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}
.zem-sq-price {
    display: flex;
    margin-bottom: 25px;
}
.zem-sq-price>div {
    width: 50%;    
}
.zem-sq-price>div>div:first-child {
    font-size: 24px;
    margin-bottom: 8px;
}
.zem-sq-price>div>div:last-child {
    font: 500 36px 'PFDinTextCompPro', sans-serif;
}
.zem-contacts>div:first-child {
    font-size: 24px;
    margin-bottom: 10px;
}
.zem-contacts>div:not(:first-child) {
    font-family: 'Roboto';
    font-size: 18px;
    padding-left: 38px;
    margin-bottom: 10px;
}
.zem-contacts>div:nth-child(2) {
    background: url("../img/name.png") no-repeat center left;    
}
.zem-contacts>div:last-child {
    background: url("../img/phone_2.png") no-repeat center left;    
}
.zem-full-addr>div {
    margin-bottom: 15px;
}
.zem-full-addr>div:first-child {
    font-weight: 700;
    font-size: 14px;
    padding-left: 26px;
    background: url("../img/marker.png") no-repeat top left;
    font-family: 'Roboto';
}
.uslugi-banner {
    background: url("../img/bg_uslugi.png") no-repeat 50% 50%;    
}
.uslugi-block {
    background: url(../img/bg.png) repeat top center;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.usluga-item {
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    background: #fff;
}
.usluga-item>div {
    padding: 0;
}
.usluga-item a {
    -webkit-transition: .3s;
    transition: .3s;
}
.usluga-item a:hover {
    opacity: .7;
}
.usluga-item img {
    width: 100%;
    height: auto;
}
.usluga-item .usluga-item-info {
    padding: 29px 35px;
    font-size: 24px;
}
.usluga-item-info h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font: 500 36px 'PFDinTextCompPro', sans-serif;
}
.usluga-item-info h3::after {
    content: '';
    width: 114px;
    height: 1px;
    background: rgba(151, 151, 151, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.all-services {
    margin-bottom: 30px;
}
.rieltus-banner {
    background: url("../img/bg_r_us.jpg") no-repeat 50% 50%;    
}
.rieltus-banner input {
    width: 100%;
}
.rieltus-banner .row>div {
    margin-bottom: 15px;
}
.rieltus-banner .row>div:nth-last-child(2) {
        margin-bottom: 5px;
}
.rieltus-block {
    background: url(../img/bg.png) repeat top center;
    padding-top: 3vh;
    padding-bottom: 3vh;    
}
.trust-us {
    padding: 0 5vw;
    margin-bottom: 35px;
}
.trust-item {
    text-align: center;
    margin-bottom: 65px;
    font-size: 24px;
}
.trust-item>div:first-child {
    margin-bottom: 25px;
} 
.how-get {
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
}
.how-get>row {
    padding-bottom: 60px;
}
.how-get>.row:last-of-type .how-get-item>div:last-child::before, 
.how-get>.row:first-of-type .how-get-item>div:first-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 35px;
    top: 50%;
    background: url("../img/trust/arrow.png") no-repeat 0 50%;
    background-size: contain;
}
.how-get>.row:first-of-type .how-get-item>div:first-child::after {
    left: 75%;
}
.how-get>.row:last-of-type .how-get-item>div:last-child::before {
    right: 75%;
    background-position: 100% 50%;
}
.how-get>.row:first-of-type .how-get-item>div:first-child {
    margin-bottom: 25px;
    position: relative;
    padding-top: 60px;
}
.how-get>.row:last-of-type .how-get-item>div:last-child {
    position: relative;
}
.how-get>.row:last-of-type .how-get-item>div:first-child {
    padding-top: 50px;
    padding-bottom: 25px;
}
.how-get-item {
    padding-bottom: 50px;
}
.how-get>.row:first-of-type {
    border-bottom: 3px solid #03a9f4;
}
/*.how-get>.row:last-of-type>div {
    padding-top: 55px;
}*/
.how-get>.row:first-of-type>div:last-child,
.how-get>.row:last-of-type>div:first-child {
    overflow: hidden;   
}
.how-get>.row:last-of-type>div:first-child {
    position: relative;
}
.how-get>.row:last-of-type>div:first-child::before {
    content: "";
    display: block;
    width: 3px;
    height: 71%;
    background-color: #03a9f4;
    position: absolute;
    left: 0;
    top: 0;
}
.how-get>.row:first-of-type>div:last-child div:first-child:before {
    content: "";
    display: block;
    width: 3px;
    height: 200px;
    background-color: #03a9f4;
    position: absolute;
    right: -12px;
    top: 62%;
}
.how-get>.row:last-of-type>div:first-child div:first-child:after {
    content: "";
    display: block;
    width: 3px;
    height: calc(50% + 19px);
    background-color: #03a9f4;
    position: absolute;
    left: -12px;
    top: 0;
}
.choose-nedvij {
    padding-top: 5vh;
    padding-bottom: 7vh;
    background: url("../img/order_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
}
.choose-nedvij .row {
    justify-content: center;
}
h2.underl {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 23px;
}
h2.underl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 220px;
    height: 3px;
    margin-left: -110px;
    background: #fff;
}
.modal-body .underl::after {
    background: #3b4047;
}
.video-about {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background: url(../img/bg.png) repeat top center;
}
.video-block {
    text-align: center;
}
.sel-nedvij {
    padding-top: 4vh;
    padding-bottom: 4vh;
    background: url(../img/bg_2.jpg);
    background-size: cover;
    color: #fff;
}
.sel-nedvij h2+div div:first-child {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 0;
}
.sel-nedvij h2+div div:last-child {
    text-align: center;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    color: #fff;
    margin-bottom: 28px;
    font: 500 20px 'PFDinTextCompPro', sans-serif;
}
.sel-nedvij input {
    min-width: auto;
    width: 100%;
}
.sel-nedvij form .row>div {
    padding: 0 10px;
    margin-bottom: 15px;
}
.seven-steps {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background: url(../img/bg.png) repeat top center;
}
.rieltus-uslugi-banner {
    background: url("../img/bg_r_usl.jpg") no-repeat 50% 50%;
}
.rieltus-uslugi-banner h1 {
    position: relative;
}
.rieltus-uslugi-banner h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    height: 3px;
    width: 220px;
    margin-left: -110px;
}
.rieltus-uslugi-banner h1+div {
    font-size: 20px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin: 0 auto 25px;
}
.rieltus-uslugi-banner input {
    width: 100%;
}
.preimush {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background: url(../img/bg.png) repeat top center;
}
.preim-item {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2em;
}
.preim-item>div:first-child {
    margin-bottom: 15px;    
}
.spis-preim {
    margin-bottom: 30px;
}
.photo-uslug {
    text-align: center;
    margin-bottom: 40px;
}
.paket-item {
    padding-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.paket-item>div:last-child {
    margin-top: auto;   
}
.paket-item h3 {
    color: #fff;
    text-transform: uppercase;
    font: 400 36px/74px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 29px;
}
.paket-item ul {
    margin: 0 25px;
}
.paket-item li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 23px;
    font-family: 'Roboto';
}
.paket-item li::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #3b4047;
}
.bl-item {
    background: linear-gradient(to bottom, #03baf7 0%, #0090ec 100%);
}
.gr-item {
    background: linear-gradient(to bottom, #20ce5d 0%, #0ea531 100%);
}
.yel-item {
    background: linear-gradient(to bottom, #f8bd2f 0%, #f18d16 100%);
}
.preimush .video-block {
    margin-bottom: 30px;
}

.often-quest {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.often-quest h2.accordion-header {
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    border: 1px solid #e3e2e2;
    padding: 15px;
    background: #fbfbfb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}
.often-quest .accordion-button {
    font: 400 24px/46px 'PFDinTextCompPro', sans-serif;
    padding: 0 70px 0 54px;
    cursor: pointer;
    background: url("../img/qty.png") no-repeat top left;
    -webkit-transition: .3s;
    transition: .3s;
}
.often-quest .accordion-body {
    font-size: 14px;
    font-family: 'Roboto';
}
.page-content-grey {
    background: url("../img/bg.png") repeat top center;
}
.stati-banner {
    background: url("../img/article-bg.jpg") no-repeat 50% 50%;
    position: relative;
    padding-bottom: 9vh !important;
}
.stati-block>div {
    margin-bottom: 25px;
}
.article-themes a {
    display: block;
    text-decoration: none;
    background: #fff;
    height: 48px;
    border-bottom: 1px solid #d4d4d4;
    font: 400 24px/48px 'PFDinTextCompPro', sans-serif;
    padding: 0 16px 0 19px;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    color: #514e4e;
}
.article-themes a span {
    float: right;
    color: rgba(0, 0, 0, 0.5);
}
.article-themes a:hover, 
.article-themes .act-art-theme a {
    color: #fff;
    background: #18bb49;
    border-bottom-color: transparent;
}
.article-themes a:hover span, 
.article-themes .act-art-theme a span{
    color: rgba(255, 255, 255, 0.5);
}
.trust-banner {
    background: url("../img/trust-bg.jpg") no-repeat 50% 50%;
}
.trust-banner input{
    width: 100%;
}
.our-adv-trust {
    display: flex;
    margin-bottom: 50px;
}
.our-adv-trust>div {
    width: 20%;
    text-align: center;
    padding: 0 25px;
    font: 400 24px 'PFDinTextCompPro', sans-serif;
    line-height: 1;
}
.our-adv-trust>div div:first-child {
    margin-bottom: 15px;
}
.trust-block {
    background: url(../img/bg.png) repeat top center;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 15%);
}
.about-us-numb-item {
    text-align: center;
    font-size: 24px;
}
.about-us-numb-item div:first-child {
    color: #03a9f4;
    font: 400 72px/72px 'PFDinTextCompPro', sans-serif;
    position: relative;
    margin-bottom: 11px;
}
.about-us-numb-item div:first-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    background: #03a9f4;
    height: 1px;
    width: 120px;
}
.about-us-numb {
    padding-top: 4vh;
    margin-bottom: 5vh;
}
.diploms {
    margin-top: 4vh;
    margin-bottom: 5vh;
}
.diploms .row div div{
    padding: 20px 15px;
    margin: 0 15px 30px 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.diploms img {
    width: 100%;
    height: auto;
}
.our-rev {
    margin-bottom: 30px;
}
.rev-item {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    padding: 15px 20px;
    margin-bottom: 30px;
}
.rev-item h4{
    font: 400 24px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 10px;
}
.rev-item div {
    color: #89919e;
    font: 400 14px 'Roboto', sans-serif;
    margin-bottom: 13px;
}
.rev-item p {
    font: 400 14px 'Roboto', sans-serif;
    line-height: 1.4em;
}
.kontacts-banner {
    background: url("../img/cont-bg.jpg") no-repeat 50% 50%;
}
.kontacts-banner h1 {
    margin-bottom: 0;
}
.kontacts-banner h1+div {
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    font: 400 24px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 55px;
}
.kontacts-banner form>div {
    margin-bottom: 10px;
}
.kontacts-banner form>div:first-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kontacts-banner form>div:first-child input {
    width: calc(50% - 5px);
}
.kontacts-banner button {
    width: 100%;
}
.kontacts-block {
    background: url(../img/bg.png) repeat top center;
    padding-bottom: 2vh;
}
.clients-otdel {
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    background: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
}
.clients-otdel h3 {
    text-transform: uppercase;
    font: 500 36px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 25px;
}
.clients-otdel a,
.clients-otdel li {
    font-family: 'Roboto';
    font-size: 14px;
    color: #514e4e;
}
.clients-otdel li:first-child {
    font: 400 24px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 10px;
}
.our-spec {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    padding: 30px;
    margin-bottom: 30px;
}
.our-spec h3 {
    text-transform: uppercase;
    margin-bottom: 23px;
    font: 500 24px 'PFDinTextCompPro', sans-serif;
}
.spec-info {
    margin-bottom: 50px;
}
.spec-info img{
    margin-bottom: 35px;
}
.spec-info div div:first-child {
    font: 400 24px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 8px;
}
.spec-info a {
    font-family: 'Roboto';
    font-size: 14px;
    color: #3b4047;
}
.spec-ph a{
    color: #0d6efd;
    font-weight: 600;
}
.spec-info>div:last-child {
    margin-top: 25px;
    font: 400 14px 'Roboto', sans-serif;
    line-height: 1.3125;
    color: #3b4047;
    text-transform: uppercase;
}
.map-block {
    padding: 0;
}
.card-banner {
    background: url("../img/bg_kvart-ofice.png") no-repeat 50% 50%;
    padding-bottom: 15vh !important;
}
.icons-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: 260px;
}
.stati-banner .icons-block {
    width: 80px;
}
.icons-block::before,
.icons-block::after {    
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    opacity: 0.5;    
    margin-top: -1.5px;
    top: 50%;
}
.stati-banner .icons-block::before,
.stati-banner .icons-block::after{
    width: 200%;
}
.icons-block::before {
    right: 100%;
}
.icons-block::after {
    left: 100%;
}
.icons-block>div {
    margin: 0 15px;
}
.vip-card,
.card-fav {
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 37px;
}
.card-view {
    font: 400 24px 'PFDinTextCompPro', sans-serif;
}
.card-view>div:first-child {
    margin-bottom: 5px;
    text-align: center;
}
.card-fav {
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 43px;
}
.card-pr-body {
    padding-top: 0;
    background: url(../img/bg.png) repeat top center;
}
.card-img-block {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    top: -10vh;
}
.sh-card-info {
    background: #fff;
    padding: 23px 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    margin-top: -10vh;
}
.sh-card-info .sh-inf {
    font: 400 24px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 4px;
}
.pr-sq-inf {
    font: 500 36px 'PFDinTextCompPro', sans-serif;
    margin-bottom: 15px;
}
.full-card-info {
    background: #fff;
    padding: 29px 30px 36px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    margin: 0 auto 30px;
}
.full-card-info .row>div:first-child {
    text-transform: uppercase;
    font: 500 36px 'PFDinTextCompPro', sans-serif;
}
.full-card-info .row>div:last-child {
    font-size: 16px;
    font-family: 'Roboto';
}
.card-maps {
    margin: 30px auto;
    background: #fff;
    padding: 20px 30px 30px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.card-maps h4 {
    font-size: 24px;
    margin-bottom: 5px;
}
.article-banner {
    background: url("../img/articles_bg.jpg") no-repeat 50% 50%;
    padding-top: 3.5vh !important;
    padding-bottom: 4vh !important;
}
.articles-block {
    background: url(../img/bg.png) repeat top center;
}
.article-block {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    padding: 25px 30px 30px;
    font-size: 24px;
}
.for-friends {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 1vh;
    bottom: -27px;
}
.for-friends>div:first-child {
    margin-bottom: 15px;    
}
.for-friends .foot-soc {
    margin-bottom: 0;
}
.close-modal {
    position: absolute;
    top: -25px;
    left: calc(100% - 25px);
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../img/close.png) no-repeat center/contain;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
}
.close-modal:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-body form .row>div {
    margin-bottom: 15px;
}
.modal-body input {
    border: 1px solid #bec7d1;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    width: 100%;
    min-width: auto;
}
.modal-body textarea {
    border: 1px solid #bec7d1;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}
.modal-header {
    border: none;
}
#add-advt-modal h2+div {
    font-size: 18px;
    font-family: 'Roboto';
    margin-bottom: 15px;
}
.product-video{
    
}
.product-video iframe{
    width: 100% !important;
    height: 521px !important;
    display: block;
}
.fix-messeg {
    position: fixed;
    right: 5vw; 
    bottom: 15vh;
}
.fix-messeg>div {
    margin-bottom: 10px;
}
.fix-messeg img {
    width: 40px;
    height: auto;
}
.fix-messeg a:hover img {
    opacity: 0.6;
}
.error-box h1 {
    font-size: 15vw;
    line-height: 1em;
    font-weight: 500;
}
@media (max-width: 767px) {
    .top-panel>div:first-child,
    .top-panel>div:nth-child(2),
    .top-p-links {
        background: #fff url("../img/shadow.png") repeat-x bottom;
    }
    
    .top-panel>div:first-child {
        margin: 0 auto;
        padding: 10px 15px 20px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-panel>div:nth-child(2) {
        padding: 10px 25px 20px;
        margin-bottom: 0;
    }
    .top-p-links { 
        padding: 15px 20px 25px;
    }
    .top-panel>div:last-child {
        text-align: center;
        padding: 15px;
    }
    h1 {
        font-size: 26px;
        line-height: 1.1;
        padding-bottom: 16px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .main-banner .consult {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .main-banner {
        padding: 30px 20px 35px;    
    }
    .req-free-cons {
        flex-direction: column;
    }
    .req-free-cons>div {
        margin-bottom: 15px;
    }
    .see_present {
        font-size: 20px;
        background-position: center left 11px;
        background-size: 52px;
        margin-bottom: 50px;
    }
    .agen-servies {
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .green-btn {
        font-size: 15px;
    }
    .leav-req>div:last-child {
        width: 55%;
    }
    .ag-serv {
        margin-bottom: 15px;
    }
    .ag-serv>div:first-child {
        display: none;
    }
    .ag-svyaz {
        flex-direction: column;
        align-items: center;
    }
    .ag-svyaz>div {
        width: 85%;
        margin-bottom: 15px;    
    }
    .ag-svyaz .green-btn {
        width: 100%;
    }
    .foot-addr {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column-reverse;
    }
    .foot-soc-addr {
        position: static;
        top: 0;
    }
    footer {
        padding: 45px 15px 20px;
    }
    footer .row>div{
        margin-bottom: 20px;
    }
    footer .logo{
        text-align: center;    
    }
    .foot-addr>div:last-child {
        text-align: center;
        margin-bottom: 15px;
    }
    .our-adv-trust {
        flex-direction: column;
    }
    
    .kontacts-banner form>div:first-child input {
        width: 100%;
        margin-bottom: 10px;
    }
    .card-map {
        margin-bottom: 15px;
    }
    .card-map ymaps {
/*        width: 100% !important;
        height: auto;*/
    }
    .icons-block::before, .icons-block::after {
        width: 35px;
    }
    .stati-banner .icons-block::before, .stati-banner .icons-block::after {
        width: 160%;
    }
    .foot-soc>div {
        margin-left: 5px;
        margin-right: 5px;
    }
    .foot-soc img {
        width: 45px;
        height: 45px;
    }
    .kvart-office {
        padding-top: 6vh;
    }
    .banner-search-form, .req-free-cons {
        flex-direction: column;
    }
    .banner-search-form>div, .req-free-cons>div {
        margin: 0 10px 15px;
    }
    .banner-search-form input,
    .banner-search-form button, 
    .req-free-cons input,
    .req-free-cons button {
        width: 100%;
    }
    .bl-btn-trans {
        font-size: 17px;
    }
    .off-stat span {
        font-size: 20px;
        padding-left: 35px;
        background-size: 30px auto;
    }
    .gr-btn-trans {
        font-size: 17px;    
    }
    .select-object h2+div {
        font-size: 20px;
    }
    .select-object form>div:first-child input {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .close-modal {
        left: auto;
        right: 0;
    }
    .usluga-item {
        margin: 0px 0px 15px;
    }
    .usluga-item .usluga-item-info {
        padding: 15px 20px;
        font-size: 20px;
    }
    .vip-block>div {
        margin-bottom: 15px;
    }
    .video-block iframe {
        width: 300px !important;
        height: auto !important;
    }
    .how-get>.row:first-of-type .how-get-item>div:first-child {
        margin-bottom: 20px;
    }
    .how-get>.row:first-of-type .how-get-item>div:first-child::after {
        left: 45%;
        width: 70px;
        transform: rotate(90deg);
        background-size: cover;
        background-position: right;
        top: 168%;
    }
    .how-get>.row:first-of-type {
        border-bottom: none;
    }
    .how-get>.row:first-of-type>div:last-child, .how-get>.row:last-of-type>div:first-child {
        overflow: visible;
    }
    .how-get>.row:last-of-type>div:first-child::before {
        display: none;
    }
   .our-adv-trust>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .trust-banner form .row>div {
        margin-bottom: 10px;
    }
    .offer-sm-card {
        margin: 0 5px;
    }
    .usef-art .row>div {
        margin-bottom: 15px;
    }
    .modal-body iframe {
        width: 300px !important;
        height: auto !important;
    }
    .usluga-item-info h3 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 32px;
    }
    .how-get>.row:last-of-type .how-get-item>div:last-child::before {
        left: 45%;
        width: 70px;
        transform: rotate(90deg);
        background-size: cover;
        background-position: right;
        top: 135%;
    }
    .how-get>.row:last-of-type .how-get-item:last-child>div:last-child::before {
        display: none;
    }
    .rieltus-uslugi-banner form .row>div {
        margin-bottom: 15px;
    }
    .preim-item {
        margin-bottom: 15px;
    }
    .photo-uslug>div {
        margin-bottom: 15px;
    }
    .pakets>div {
        margin-bottom: 15px;
    }
    .paket-item h3 {
        font-size: 32px;
    }
    .card-banner .icons-block {
        width: 245px;
    }
    .card-banner .icons-block::before, .card-banner .icons-block::after {
        width: 25px;
    }
    .card-img-block {
        padding: 10px;
    }
    .filter .mse2_number_inputs>div{
        margin-bottom: 10px;
    }
    .filter .mse2_number_inputs label{
        justify-content: space-between;
    }
    .filter .mse2_number_inputs input{
        width: 90%;
    }
    .top-soc-bl {
        padding-right: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}    
@media (max-width: 320px) {
    .logo {
        font-size: 35px;
    }
    .logo img {
        width: 40px;
    }
    .bl-btn-trans {
        font-size: 15px;
        padding: 0 8px;
    }  
    .gr-btn-trans {
        font-size: 15px;
        padding: 0 8px;
    }
    
}

/*** Errors ***/
.ajax_form .error_text{
    background-color: #FFF;
    margin-top: 5px;
    border-radius: 5px;
}


/*** Tabs ***/
.map-block .nav-fill .nav-item, .nav-fill > .nav-link{
    background: linear-gradient(to bottom, #1cc755 0%, #13ac39 100%);
}
.map-block .nav-link{
    color: #FFF;
    padding: 25px;
}