@charset "UTF-8";
    a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

.field-searchform-district, .field-object-district {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
a {
    text-decoration: none;
}
a img, fieldset, img {
    border: none;
}
input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
}
button, input[type=submit] {
    cursor: pointer;
}
button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
button, input {
    margin: 0;
    padding: 0;
    border: 0;
}
a, a:focus, button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
    outline-color: #1f5a9c;
}
ol, ul {
    list-style-type: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    height: 100%}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}

.global-map {

    /* background-color: lightgray; */
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* display: none; */
}

.global-map button {
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.map-container {
    width: 100%;
    height: 400px;
    display: none;
}

.map-container.visible {
    /* visibility: visible; */
    /* height: 500px; */
    display: block;
}



.global-map #map {
    width: 100%;
    height: 100%;
    /* visibility: hidden; */
}

.leaflet-container {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

@media screen and (max-width: 460px)
{
    .leaflet-container {
        height: 200px;
        margin-bottom: 30px;
    }
}

.global-map.visible #map {
    /* visibility: visible; */
    /* width: 100%;
    height: 500px; */
}

.map-popup {
    display: flex;
}

.map-popup a {
    margin-top: 15px;
    display: block;
}

.map-popup img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
}


a {
    color: #000;
}
.glider-dot {
    background: #e8e8e8;
    color: #e8e8e8;
}
.glider-dot.active {
    background: #1f5a9c;
    color: #1f5a9c;
}
.container, .footer {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media (max-width:1024px) {
    .container, .footer {
    max-width: 1440px;
}
}.container-inner {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.container-mini {
    max-width: 900px;
    margin: 0 auto;
}
.section {
    padding: 15px 20px;
}
@media (max-width:540px) {
    .section {
    padding: 10px 6px;
}
}.title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    white-space: nowrap;
    line-height: 1.2;
}
.title span {
    display: block;
}
.title--light {
    font-weight: 300;
}
.title--left {
    text-align: left;
}
.title--white {
    color: #fff;
}
.title--accent {
    color: #1f5a9c;
}
@media (max-width:992px) {
    .title {
    font-size: 20px;
}
}@media (max-width:425px) {
    .title {
    font-size: 18px;
}
}#object-market label, #object-parking label, #object-comis label, #object-type label, #searchform-market label, #searchform-parking label, #searchform-type label, #searchform-comis label, .btn, .searchform button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1f5a9c;
    border: 2px solid #1f5a9c;
    padding: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0;
    cursor: pointer;
    line-height: 1.2;
}
#object-market label:hover, #object-parking label:hover,#object-comis label:hover, #object-type label:hover, #searchform-market label:hover, #searchform-parking label:hover, #searchform-type label:hover, #searchform-comis label:hover, .btn--hover:hover, .display-other:hover, .searchform button:hover {
    background: #fff;
    border: 2px solid #1f5a9c;
    color: #1f5a9c;
}
#object-market label:hover svg, #object-parking label:hover svg, #object-comis label:hover svg, #object-type label:hover svg, #searchform-market label:hover svg, #searchform-parking label:hover svg, #searchform-type label:hover svg, #searchform-comis label:hover svg, .btn--hover:hover svg, .display-other:hover svg, .searchform button:hover svg {
    fill: #1f5a9c;
}
.btn--invert {
    color: #1f5a9c;
    background: #fff;
}
.btn--invert:hover {
    background: #1f5a9c;
    border: 2px solid #1f5a9c;
    color: #fff;
}
.btn--delete, .searchform button[name=deleteObject] {
    background: #fff;
    color: red;
    border-color: red;
}
.btn--text {
    background: #fff;
    border: 2px solid #fff;
    color: #1f5a9c;
}
.btn--area svg {
    margin-right: 20px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.btn--area:hover svg {
    fill: #1f5a9c;
}
@media (max-width:425px) {
    .btn--area svg {
    margin-right: 13px;
}
}.btn--br {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.btn--sq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 20px;
    background: #1f5a9c;
}
@media (max-width:425px) {
    .btn--sq {
    width: 30px;
    height: 30px;
    font-size: 18px;
}
}.btn--mix {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: 0 0;
    color: #1f5a9c;
    border: none;
}
.btn--mix:hover .btn--mix__sq {
    background: #fff;
    color: #1f5a9c;
    border: 2px solid #1f5a9c;
}
.btn--mix__sq {
    margin-right: 10px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn--border {
    background: 0 0;
    border: 2px solid #1f5a9c;
    color: #000;
}
.btn--shadow {
    -webkit-box-shadow: 0 7px 11px 0 #000;
    box-shadow: 0 7px 11px 0 #000;
}
.btn--simple {
    text-transform: none;
}
.header {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
    z-index: 200;
}
@media (max-width:1440px) {
    .header {
    max-width: 1440px;
}
}@media (max-width:992px) {
    .header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}.header__wrapper {
    position: relative;
    height: 144px;
}
@media (max-width:992px) {
    .header__wrapper {
    height: 117px;
}
}.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #1f5a9c;
    padding: 5px 15px;
    color: #fff;
}
@media (max-width:992px) {
    .header-top {
    display: none;
}
}.header-top__contacts-info {
    margin-right: 10px;
}
.header-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}
.header__logo {
    text-align: center;
}
.header__logo:hover .header__logo-name {
    color: #1f5a9c;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.header__logo-link {
    display: block;
}
.header__logo-img {
    width: 78px;
    margin-bottom: 5px;
}
.header__logo-name {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: nowrap;
    font-size: 16px;
    margin-right: 30px;
}
@media (max-width:992px) {
    .header__contacts {
    display: none;
}
}.header__contacts-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
}
.header__contacts-icon {
    margin-right: 5px;
}
.header__contacts-link {
    color: #1f5a9c;
}
.header__nav-wrapper {
    width: 100%}
@media (max-width:992px) {
    .header__nav-wrapper {
    display: none;
}
}.header__nav {
    width: 100%;
    max-width: 560px;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width:1200px) {
    .header__nav {
    font-size: 14px;
}
}.header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__item {
    position: relative;
    margin-right: 20px;
}
.header__item:last-child {
    margin-right: 0;
}
.header__item:hover>.header__dropdown {
    display: block;
}
.header__link {
    cursor: pointer;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.header__link:hover {
    color: #1f5a9c;
}
.header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 15px;
}
@media (max-width:992px) {
    .header__menu {
    height: 100%;
    margin-right: 0;
}
}.header__menu-call {
    display: none;
}
@media (max-width:992px) {
    .header__menu-call {
    display: block;
}
}.header__menu-call-link {
    position: relative;
    display: block;
    height: 100%;
    padding: 30px;
}
@media (max-width:425px) {
    .header__menu-call-link {
    padding: 15px;
}
}.header__menu-call-link p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.header__menu-call-link p:hover {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.header__menu-call-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 50%;
    padding: 10px;
    background: #fff;
    border: 2px solid #1f5a9c;
    min-width: 166px;
}
.header__menu-call-dropdown-item {
    margin-bottom: 20px;
}
.header__menu-call-dropdown-item:last-child {
    margin-bottom: 0;
}
.header__menu-call-dropdown-link {
    color: #1f5a9c;
}
@media (max-width:992px) {
    .header__menu-wrapper {
    width: 100px;
}
}@media (max-width:425px) {
    .header__menu-wrapper {
    width: 70px;
}
}.header__menu-registration {
    height: 100%}
.header__menu-lang {
    height: 10%;
    text-align: center;
}
.header__menu-select {
    background-color: transparent;
    text-transform: uppercase;
    border: none;
    color: #fff;
}
.header__menu-select option {
    color: #000;
}
.header__menu-select--dark {
    color: #000;
}
.header__btn {
    width: 100%;
    height: 100%;
    padding: 10px;
}
.header__btn svg {
    margin-right: 5px;
}
@media (max-width:992px) {
    .header__btn-registration {
    display: none;
}
}.header__btn-menu {
    position: relative;
    display: none;
    -webkit-transition: rotate .5s;
    -o-transition: rotate .5s;
    transition: rotate .5s;
}
.header__btn-menu:hover .header__btn-menu-line {
    background-color: #1f5a9c;
}
@media (max-width:992px) {
    .header__btn-menu {
    display: block;
}
}.header__btn-menu-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}
.header__btn-menu-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.header__btn-menu-active span:nth-child(2) {
    display: none;
}
.header__btn-menu-line {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #e8e8e8;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header__btn-menu-line:nth-child(1) {
    top: 25%}
.header__btn-menu-line:nth-child(2) {
    top: 50%}
.header__btn-menu-line:nth-child(3) {
    top: 75%}
.header__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px;
    background: #fff;
    border: 2px solid #1f5a9c;
}
.header__dropdown-item {
    margin-bottom: 10px;
}
.header__dropdown-item:last-child {
    margin-bottom: 0;
}
.header__dropdown-link {
    position: relative;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}
.header__dropdown-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 5px;
    background-color: #1f5a9c;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: .6;
    z-index: 0;
}
.header__dropdown-link:hover:before {
    width: 100%;
    left: 0;
}
.header__mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #e8e8e8;
    min-height: -webkit-calc(106vh - 144px);
    min-height: calc(106vh - 144px);
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    overflow-y: auto;
    padding-bottom: 1px;
}
.header__mobile-active {
    display: block;
}
.header__mobile-nav {
    padding-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.header__mobile-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__mobile-nav-item {
    width: 90%;
    padding: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1f5a9c;
}
.header__mobile-nav-link:hover svg path {
    fill: #1f5a9c;
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    transition: fill .5s;
}
.header__mobile-lang {
    margin-bottom: 20px;
}
.header__mobile-btn {
    padding: 40px;
}
.header__mobile-dropdown {
    margin-top: 10px;
    display: none;
    text-align: center;
}
.header__mobile-dropdown-item {
    margin-bottom: 10px;
}
.header__mobile-dropdown-item:last-child {
    margin-bottom: 0;
}
.header__mobile-dropdown-link {
    position: relative;
}
.header__mobile-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.header__mobile-contacts-link {
    display: block;
}
.header__mobile-contacts-info {
    margin-bottom: 10px;
}
.header__mobile-contacts-info:last-child {
    margin-bottom: 0;
}
.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #1a1a1a;
}
.footer__container {
    padding: 20px;
    position: relative;
}
.footer__title {
    color: #fff;
    margin-bottom: 30px;
}
.footer-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width:992px) {
    .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}.footer-main__block {
    margin-right: 10px;
}
.footer-main__block:last-child {
    margin-right: 0;
}
@media (max-width:992px) {
    .footer-main__block {
    margin-right: 0;
}
}.footer-main__btn {
    padding: 12px;
    font-size: 20px;
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    .footer-main__btn {
    font-size: 18px;
}
}@media (max-width:992px) {
    .footer-main__btn {
    font-size: 16px;
}
}@media (max-width:425px) {
    .footer-main__btn {
    font-size: 14px;
}
}.footer__contacts-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
}
.footer__contacts-icons {
    margin-right: 50px;
}
@media (max-width:425px) {
    .footer__contacts-icons {
    margin-right: 15px;
}
}.footer__contacts-info {
    color: #fff;
}
.footer__contacts-link {
    color: #fff;
}
.footer__logo {
    margin-right: 20px;
}
@media (max-width:992px) {
    .footer__logo {
    margin-right: 0;
    margin-bottom: 20px;
}
}.footer__logo-img {
    max-width: 100%;
    width: 300px;
}
@media (max-width:1200px) {
    .footer__logo-img {
    width: 200px;
}
}@media (max-width:768px) {
    .footer__logo-img {
    width: 130px;
}
}.footer__map {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 400px;
    min-height: 48px;
    padding: 8px;
    border: 2px solid #1f5a9c;
}
.footer__map-img {
    max-width: 100%;
    opacity: .8;
    vertical-align: middle;
}
@media (max-width:992px) {
    .footer__map-img {
    height: initial;
}
}.footer__map-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer__social {
    display: block;
}
.footer__social-link {
    display: inline-block;
    margin-right: 20px;
}
.footer__social-link:last-child {
    margin-right: 0;
}
.footer__social-icon svg {
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    transition: fill .5s;
}
.footer__social-icon svg:hover {
    fill: #1f5a9c;
}
@media (max-width:540px) {
    .footer__copyright {
    text-align: center;
}
}.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 20px;
}
@media (max-width:540px) {
    .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (max-width:540px) {
    .footer-bottom__block {
    margin-bottom: 20px;
}
.footer-bottom__block:last-child {
    margin-bottom: 0;
}
}.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-image: url(../img/about/about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.info__block {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width:992px) {
    .info__block {
    padding: 15px;
}
}.info__block--first {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
}
@media (max-width:992px) {
    .info__block--first {
    margin-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
}.info__block--last {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width:992px) {
    .info__block--last {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}.info__block-wrapper {
    max-width: 500px;
    margin: 40px 0;
}
@media (max-width:992px) {
    .info__block-wrapper {
    margin: 0;
}
}.info__block-wrapper--first {
    background: #fff;
    border-left: 6px solid #1f5a9c;
    -webkit-box-shadow: 0 0 18px 0 #fff;
    box-shadow: 0 0 18px 0 #fff;
}
@media (max-width:992px) {
    .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.about {
    position: relative;
    height: 100%}
@media (max-width:600px) {
    .about {
    -webkit-background-size: cover;
    background-size: cover;
}
}.about__text {
    margin-bottom: 20px;
    margin-right: 20px;
}
.about__text-title {
    margin-bottom: 10px;
}
.about__descr {
    color: #000;
    font-size: 18px;
    text-align: left;
    max-width: 750px;
    margin: 0 auto 20px auto;
}
@media (max-width:425px) {
    .about__descr {
    font-size: 14px;
    padding: 5px;
}
}.about__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
}
.statistics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%}
.statistics__title {
    margin-bottom: 15px;
}
.statistics__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.statistics__block {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    width: 540px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#1f599c), color-stop(76%, rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .21)));
    background: -webkit-linear-gradient(left, #1f599c 0, rgba(255, 255, 255, .4) 76%, rgba(255, 255, 255, .21) 100%);
    background: -o-linear-gradient(left, #1f599c 0, rgba(255, 255, 255, .4) 76%, rgba(255, 255, 255, .21) 100%);
    background: linear-gradient(to right, #1f599c 0, rgba(255, 255, 255, .4) 76%, rgba(255, 255, 255, .21) 100%);
}
.statistics__block svg {
    fill: #fff;
}
@media (max-width:1200px) {
    .statistics__block {
    width: 450px;
}
}@media (max-width:600px) {
    .statistics__block {
    width: 100%;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.statistics__block svg {
    width: 10px;
    height: 10px;
}
}.statistics__block:hover {
    background: #1f5a9c;
    color: #fff;
    -webkit-box-shadow: 0 0 18px 0 #fff;
    box-shadow: 0 0 18px 0 #fff;
}
.statistics__block:hover svg {
    fill: #fff;
}
.statistics__counter {
    width: 70%}
@media (max-width:425px) {
    .statistics__counter {
    width: 100%}
}.statistics__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
}
@media (max-width:600px) {
    .statistics__icon {
    height: 40px;
    width: 40px;
    margin-right: 0;
    margin-bottom: 10px;
}
}.statistics__icon svg {
    width: 25px;
    height: 25px;
}
.activity {
    display: none;
}
.activity__title {
    white-space: normal;
}
.activity__list {
    font-size: 16px;
}
.activity__item {
    position: relative;
    margin-bottom: 10px;
    margin-left: 20px;
}
.activity__item:before {
    content: '';
    position: absolute;
    top: .6em;
    left: -20px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1f5a9c;
}
.activity__text {
    text-transform: uppercase;
    font-size: 18px;
    color: #1f5a9c;
    text-align: center;
}
.team {
    padding: 30px 40px;
}
.team__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px;
}
@media (max-width:992px) {
    .team__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}.team__block--img {
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    text-align: center;
}
@media (max-width:992px) {
    .team__block--img {
    margin-bottom: 30px;
}
}.team__block--text {
    -webkit-box-flex: 80%;
    -webkit-flex: 80%;
    -ms-flex: 80%;
    flex: 80%;
    text-align: right;
}
@media (max-width:992px) {
    .team__block--text {
    text-align: center;
}
}.team__person {
    position: relative;
    margin-bottom: 50px;
}
.team__person:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 3px;
    height: 100%;
    background: #1f5a9c;
}
@media (max-width:992px) {
    .team__person: before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 3px;
    height: 100%;
    background: #1f5a9c;
}
}.team__name {
    font-size: 24px;
    margin-bottom: 20px;
}
.team__position {
    font-weight: 300;
    font-size: 16px;
}
.team__bio {
    font-size: 18px;
    margin-left: 100px;
}
@media (max-width:992px) {
    .team__bio {
    margin-left: 0;
}
}.certificates {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .45)), color-stop(53%, rgba(31, 89, 156, .49)), to(rgba(255, 255, 255, .52)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .45) 0, rgba(31, 89, 156, .49) 53%, rgba(255, 255, 255, .52) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .45) 0, rgba(31, 89, 156, .49) 53%, rgba(255, 255, 255, .52) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .45) 0, rgba(31, 89, 156, .49) 53%, rgba(255, 255, 255, .52) 100%);
}
.certificates__container {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
@media (max-width:768px) {
    .certificates__container {
    padding: 15px;
}
}.certificates__block {
    position: relative;
    height: 300px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 10px 30px 60px 30px;
    width: -webkit-calc(33.3333% - 60px);
    width: calc(33.3333% - 60px);
}
@media (max-width:768px) {
    .certificates__block {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
}
}@media (max-width:425px) {
    .certificates__block {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
}.certificates__btn {
    position: absolute;
    right: 0;
    bottom: 1%;
    z-index: 20;
}
@media (max-width:425px) {
    .certificates__btn {
    right: 1rem;
}
}@media (max-width:375px) {
    .certificates__btn {
    right: 5px;
}
}.certificates__load-btn {
    margin: 0 auto;
}
.certificates__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.partners {
    background-image: url(../img/partners/partners-bg.jpg);
    background-repeat: no-repeat;
    background-position: 20% 70%;
    -webkit-background-size: cover;
    background-size: cover;
}
.partners__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 20px auto;
}
.partners__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    max-height: 200px;
    padding: 10px 20px;
}
.partners__img {
    max-width: 100%}
@media (max-width:768px) {
    .partners__img {
    margin-bottom: 30px;
}
.partners__img:last-child {
    margin-bottom: 0;
}
}.news-home-page {
    width: 100%}
.news-home-page__title {
    margin-bottom: 20px;
}
.news-home-page__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width:992px) {
    .news-home-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
}.news-home-page__block {
    margin-right: 20px;
}
.news-home-page__block:last-child {
    margin-right: 0;
}
@media (max-width:992px) {
    .news-home-page__block {
    margin-right: 0;
    margin-bottom: 20px;
}
}.breadcrumbs {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width:768px) {
    .breadcrumbs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}.breadcrumbs a {
    color: #1f5a9c;
    margin-right: 15px;
}
.breadcrumbs span {
    color: #000;
}
.news-block {
    width: 100%}
.news-block__block {
    width: 100%;
    padding: 20px;
}
.news-block__block--border {
    border: 2px solid #000;
}
.news-block__preview {
    text-align: center;
}
.news-block__preview-title {
    font-size: 26px;
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    .news-block__preview-title {
    font-size: 18px;
}
}.news-block__preview-container {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width:768px) {
    .news-block__preview-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}@media (max-width:425px) {
    .news-block__preview-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.news-block__preview-block {
    margin-right: 10px;
    margin-bottom: 20px;
}
.news-block__preview-block:last-child {
    margin-right: 0;
}
@media (max-width:768px) {
    .news-block__preview-block {
    margin-right: 0;
}
}.news-article {
    width: 100%;
    margin-bottom: 20px;
}
.news-article--preview {
    max-width: 600px;
}
.news-article__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media (max-width:768px) {
    .news-article__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}.news-article__main-link {
    display: block;
}
.news-article__img {
    width: 500px;
    max-width: 100%}
.news-article__img-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.news-article__primal {
    text-align: left;
}
.news-article__primal-title {
    font-size: 20px;
    margin-bottom: 5px;
}
@media (max-width:1024px) {
    .news-article__primal-title {
    font-size: 17px;
}
}.news-article__primal-sub-title {
    font-size: 17px;
    margin-bottom: 10px;
}
@media (max-width:1024px) {
    .news-article__primal-sub-title {
    font-size: 15px;
}
}.news-article__primal-text {
    font-size: 15px;
}
@media (max-width:1024px) {
    .news-article__primal-text {
    font-size: 14px;
}
}.news-article__date {
    font-size: 14px;
    margin-bottom: 10px;
}
.news-preview {
    margin-bottom: 20px;
}
.news-preview__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
@media (max-width:425px) {
    .news-preview__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
}.news-preview__container--space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-preview__block {
    margin: 10px 10px 20px 10px;
    width: -webkit-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
}
@media (max-width:768px) {
    .news-preview__block {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
}@media (max-width:425px) {
    .news-preview__block {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}
}.news-preview__block:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
}
.news-preview__block:hover .news-preview__img-wrapper, .news-preview__block:hover .news-preview__primal {
    background: #e8e8e8;
    color: #1f5a9c;
}
.news-preview__main {
    width: 100%}
.news-preview__main-link {
    display: block;
}
.news-preview__img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width:768px) {
    .news-preview__img {
    height: 150px;
}
}.news-preview__img-wrapper {
    margin-bottom: -1px;
    background: #1f5a9c;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.news-preview__primal {
    padding: 10px;
    background: #1f5a9c;
    color: #fff;
    text-align: left;
}
.news-preview__primal-title {
    font-size: 16px;
    margin-bottom: 15px;
}
@media (max-width:1024px) {
    .news-preview__primal-title {
    font-size: 14px;
}
}.news-preview__date {
    font-size: 15px;
}
@media (max-width:1024px) {
    .news-preview__date {
    font-size: 14px;
}
}.news-preview__btn {
    margin: 0 auto;
    font-size: 18px;
}
@media (max-width:1024px) {
    .news-preview__btn {
    font-size: 16px;
}
}@media (max-width:425px) {
    .news-preview__btn {
    font-size: 14px;
}
}.news-preview__btn-wrapper {
    width: 100%;
    text-align: center;
}
.news-text-preview__menu {
    text-align: center;
    margin-bottom: 0;
}
.news-text-preview__menu-title {
    font-size: 26px;
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    .news-text-preview__menu-title {
    font-size: 18px;
}
}.news-text-preview__list {
    margin-bottom: 30px;
}
.news-text-preview__item {
    margin-bottom: 15px;
}
.news-text-preview__link {
    font-size: 18px;
    display: block;
}
@media (max-width:1024px) {
    .news-text-preview__link {
    font-size: 16px;
}
}@media (max-width:1024px) {
    .news-text-preview__link {
    font-size: 14px;
}
}.news-text-preview__btn {
    margin: 0 auto;
    font-size: 22px;
    padding: 20px;
}
@media (max-width:1024px) {
    .news-text-preview__btn {
    font-size: 18px;
}
}.news-text-preview__btn-wrapper {
    width: 100%;
    text-align: center;
}
.news-main-block__title {
    background: #1f5a9c;
}
.news-main-block__hr {
    height: 2px;
    background: #1f5a9c;
    margin-bottom: 30px;
}
.registration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: -webkit-calc(100vh - 144px);
    min-height: calc(100vh - 144px);
}
@media (max-width:768px) {
    .registration {
    min-height: -webkit-calc(100vh - 117px);
    min-height: calc(100vh - 117px);
}
}.registration-menu {
    margin-bottom: 30px;
    text-align: center;
}
.registration-menu__link:hover {
    color: #1f5a9c;
}
.my-form {
    margin-bottom: 15px;
}
.my-form__wrapper {
    margin: 0 auto;
    min-width: 260px;
}
.my-form__sub-title {
    margin-bottom: 15px;
    font-size: 24px;
}
.my-form__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.my-form__block {
    margin-bottom: 10px;
    text-align: center;
    width: 100%}
@media (max-width:425px) {
    .my-form__block input[type=file] {
    font-size: 15px;
}
}.my-form__input-wrapper {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    width: 100%}
.my-form__text {
    font-size: 18px;
    color: #1f5a9c;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.my-form__label {
    background: #fff;
    position: absolute;
    top: -9px;
    left: 5%;
    padding: 0 10px;
    font-size: 16px;
    color: #1f5a9c;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width:425px) {
    .my-form__label {
    font-size: 14px;
}
}.my-form__block input[type=file], .my-form__input {
    width: 100%;
    padding: 11px;
    border: 2px solid #9cc1eb;
    border-bottom: 2px solid #b7ffc8;
    text-align: center;
    font-weight: 200;
    font-size: 16px;
}
.my-form__block input:focus[type=file], .my-form__input:focus {
    border: 2px solid #1f5a9c;
}
@media (max-width:425px) {
    .my-form__block input[type=file], .my-form__input {
    font-size: 14px;
    padding: 8px;
}
}.my-form__block input.placeholder[type=file], .my-form__input.placeholder {
    font-weight: 200;
    color: #000;
}
.my-form__block input:-moz-placeholder[type=file], .my-form__input:-moz-placeholder {
    font-weight: 200;
    color: #000;
}
.my-form__block input[type=file]::-moz-placeholder, .my-form__input::-moz-placeholder {
    font-weight: 200;
    color: #000;
}
.my-form__block input:-ms-input-placeholder[type=file], .my-form__input:-ms-input-placeholder {
    font-weight: 200;
    color: #000;
}
.my-form__block input[type=file]::-webkit-input-placeholder, .my-form__input::-webkit-input-placeholder {
    font-weight: 200;
    color: #000;
}
.my-form__input--popup {
    font-size: 18px;
}
@media (max-width:425px) {
    .my-form__input--popup {
    font-size: 16px;
    padding: 10px;
}
}.my-form__textarea {
    border: 2px solid #9cc1eb;
    border-bottom: 2px solid #b7ffc8;
    max-height: 100px;
    min-height: 100%;
    height: 100px;
    width: 100%;
    max-width: 500px;
    min-width: 100%;
    color: #000;
    font-size: 20px;
    text-align: left;
    padding: 10px;
}
.my-form__textarea:focus {
    border: 2px solid #1f5a9c;
}
@media (max-width:425px) {
    .my-form__textarea {
    font-size: 18px;
}
}.my-form__email-text {
    margin-bottom: 30px;
}
.my-form__personal-data-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.my-form__personal-data-checkbox {
    position: relative;
    padding: 10px;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
}
.my-form__personal-data-label {
    position: relative;
    cursor: pointer;
    color: #000;
    margin-left: 37px;
}
@media (max-width:425px) {
    .my-form__personal-data-label {
    font-size: 14px;
}
}.my-form__personal-data-link {
    font-weight: 700;
}
.my-form__personal-data-link:hover {
    color: #1f5a9c;
}
.my-form__btns {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.my-form__btn {
    padding: 8px;
    font-size: 17px;
    width: 100%;
    margin-right: 10px;
}
.my-form__btn:last-child {
    margin-right: 0;
}
@media (max-width:425px) {
    .my-form__btn {
    font-size: 14px;
}
}.my-form__btn--popup {
    font-size: 18px;
}
@media (max-width:425px) {
    .my-form__btn--popup {
    font-size: 16px;
    padding: 10px;
}
}.my-form__success {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width:425px) {
    .my-form__success {
    font-size: 15px;
}
}.my-form__psw-text {
    display: block;
    margin-top: 15px;
}
.my-form__psw-text:hover {
    color: #1f5a9c;
}
.searchform button {
    margin: 0 auto 30px auto;
}
.searchform textarea {
    max-width: 100%}

.searchform .field-object-kitchen:not(.field-object-description), .searchform .field-object-floor:not(.field-object-description), .searchform .field-object-floors:not(.field-object-description), .searchform .field-object-house:not(.field-object-description), .searchform .field-object-landarea:not(.field-object-description), .searchform .field-object-livingsquare:not(.field-object-description), .searchform .field-object-metrostation:not(.field-object-description), .searchform .field-object-parking:not(.field-object-description), .searchform .field-object-rooms:not(.field-object-description), .searchform .field-object-square:not(.field-object-description), .searchform .field-object-squaremax:not(.field-object-description), .searchform .field-object-squaremin:not(.field-object-description), .searchform .field-searchform-floor:not(.field-object-description), .searchform .field-searchform-floors:not(.field-object-description), .searchform .field-searchform-house:not(.field-object-description), .searchform .field-searchform-landarea:not(.field-object-description), .searchform .field-searchform-livingsquare:not(.field-object-description), .searchform .field-searchform-kitchen:not(.field-object-description), .searchform .field-searchform-metrostation:not(.field-object-description), .searchform .field-searchform-parking:not(.field-object-description), .searchform .field-searchform-rooms:not(.field-object-description), .searchform .field-searchform-square:not(.field-object-description), .searchform .field-searchform-squaremax:not(.field-object-description), .searchform .field-searchform-squaremin:not(.field-object-description), .searchform .form-group:not(.field-object-description) {
    width: 30%;
    max-width: 30%}
@media (max-width:768px) {
    .searchform .field-object-kitchen:not(.field-object-description), .searchform .field-object-floor: not(.field-object-description), .searchform .field-object-floors:not(.field-object-description), .searchform .field-object-house:not(.field-object-description), .searchform .field-object-landarea:not(.field-object-description), .searchform .field-object-livingsquare:not(.field-object-description), .searchform .field-object-metrostation:not(.field-object-description), .searchform .field-object-parking:not(.field-object-description), .searchform .field-object-rooms:not(.field-object-description), .searchform .field-object-square:not(.field-object-description), .searchform .field-object-squaremax:not(.field-object-description), .searchform .field-object-squaremin:not(.field-object-description), .searchform .field-searchform-floor:not(.field-object-description), .searchform .field-searchform-floors:not(.field-object-description), .searchform .field-searchform-house:not(.field-object-description), .searchform .field-searchform-landarea:not(.field-object-description), .searchform .field-searchform-livingsquare:not(.field-object-description), .searchform .field-searchform-kitchen:not(.field-object-description), .searchform .field-searchform-metrostation:not(.field-object-description), .searchform .field-searchform-parking:not(.field-object-description), .searchform .field-searchform-rooms:not(.field-object-description), .searchform .field-searchform-square:not(.field-object-description), .searchform .field-searchform-squaremax:not(.field-object-description), .searchform .field-searchform-squaremin:not(.field-object-description), .searchform .form-group:not(.field-object-description) {
    max-width: 100%;
    width: 100%}
}.field-object-kitchen, .field-object-floor, .field-object-floors, .field-object-house, .field-object-landarea, .field-object-livingsquare, .field-object-metrostation, .field-object-parking, .field-object-rooms, .field-object-square, .field-object-squaremax, .field-object-squaremin, .field-searchform-floor, .field-searchform-floors, .field-searchform-house, .field-searchform-landarea, .field-searchform-livingsquare, .field-searchform-kitchen, .field-searchform-metrostation, .field-searchform-parking, .field-searchform-rooms, .field-searchform-square, .field-searchform-squaremax, .field-searchform-squaremin, .form-group {
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #000;
}
.control-label {
    background: #fff;
    position: absolute;
    top: -11px;
    right: 5%;
    border: 1px solid #1f5a9c;
    padding: 0 10px;
    font-size: 14px;
    color: #1f5a9c;
    white-space: nowrap;
    z-index: 2;
}
@media (max-width:768px) {
    .control-label {
    position: static;
    top: 0;
    right: 0;
    display: block;
    padding: 0 5px;
}
}.field-object-floor select, .field-object-floors select, .field-object-house select, .field-object-image, .field-object-landarea select, .field-object-livingsquare select, .field-object-metrostation select, .field-object-parking select, .field-object-rooms select, .field-object-square select, .field-object-squaremax select, .field-object-squaremin select, .field-searchform-floor select, .field-searchform-floors select, .field-searchform-house select, .field-searchform-landarea select, .field-searchform-livingsquare select, .field-searchform-kitchen select, .field-searchform-metrostation select, .field-searchform-parking select, .field-searchform-rooms select, .field-searchform-square select, .field-searchform-squaremax select, .field-searchform-squaremin select, .form-control, .form-group select {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 14px;
    border: 1px solid #1f5a9c;
    border-bottom: 2px solid #b7ffc8;
    background: #fff;
}
.field-object-floor select, .field-object-floors select, .field-object-house select, .field-object-landarea select, .field-object-livingsquare select, .field-object-metrostation select, .field-object-parking select, .field-object-rooms select, .field-object-square select, .field-object-squaremax select, .field-object-squaremin select, .field-searchform-floor select, .field-searchform-floors select, .field-searchform-house select, .field-searchform-landarea select, .field-searchform-livingsquare select, .field-searchform-kitchen select, .field-searchform-metrostation select, .field-searchform-parking select, .field-searchform-rooms select, .field-searchform-square select, .field-searchform-squaremax select, .field-searchform-squaremin select, .form-group select {
    text-transform: uppercase;
}
.field-object-floor select option:checked, .field-object-floors select option:checked, .field-object-house select option:checked, .field-object-landarea select option:checked, .field-object-livingsquare select option:checked, .field-object-metrostation select option:checked, .field-object-parking select option:checked, .field-object-rooms select option:checked, .field-object-square select option:checked, .field-object-squaremax select option:checked, .field-object-squaremin select option:checked, .field-searchform-floor select option:checked, .field-searchform-floors select option:checked, .field-searchform-house select option:checked, .field-searchform-landarea select option:checked, .field-searchform-livingsquare select option:checked, .field-searchform-kitchen select option:checked, .field-searchform-metrostation select option:checked, .field-searchform-parking select option:checked, .field-searchform-rooms select option:checked, .field-searchform-square select option:checked, .field-searchform-squaremax select option:checked, .field-searchform-squaremin select option:checked, .form-group select option:checked {
    color: #1f5a9c;
}
.field-object-image {
    padding: 11px;
}
.field-object-comis .control-label, .field-object-market .control-label, .field-object-parking .control-label, .field-object-type .control-label, .field-searchform-market .control-label, .field-searchform-parking .control-label, .field-searchform-type .control-label, .field-searchform-comis .control-label {
    display: block;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
@media (max-width:768px) {
    .field-object-comis .control-label, .field-object-market .control-label, .field-object-parking .control-label, .field-object-type .control-label, .field-searchform-market .control-label, .field-searchform-parking .control-label, .field-searchform-type .control-label, .field-searchform-comis .control-label {
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}.other, .params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width:768px) {
    .other, .params {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.other span, .params span {
    width: 100%;
    font-size: 15px;
    margin-bottom: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #1f5a9c;
    display: inline-block;
    margin-bottom: 20px;
}
.hidden, .other {
    display: none;
}
#object-market, #object-parking, #object-type, #object-comis, #searchform-market, #searchform-parking, #searchform-type, #searchform-comis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#object-market label, #object-parking label, #object-comis label, #object-type label, #searchform-market label, #searchform-parking label, #searchform-type label, #searchform-comis label {
    font-size: 14px;
    width: 100%;
    margin-right: 10px;
}
#object-market label:last-child, #object-parking label:last-child, #object-comis label:last-child, #object-type label:last-child, #searchform-market label:last-child, #searchform-parking label:last-child, #searchform-type label:last-child, #searchform-comis label:last-child {
    margin-right: 0;
}
#object-market input, #object-parking input, #object-comis input, #object-type input, #searchform-market input, #searchform-parking input, #searchform-type input, #searchform-comis input {
    margin-right: 5px;
}
@media (max-width:992px) {
    #searchform-market, #searchform-type, #searchform-comis {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#searchform-market label, #searchform-type label, #searchform-comis label {
    margin: 0;
}
}.new-descr {
    width: 100%;
    margin: 0 auto;
}
.searchform #object-description {
    width: 100%;
    min-height: 50vh;
}
.experts-block__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.experts-card__container {
    margin-right: 20px;
}
.experts-card__container:last-child {
    margin-right: 0;
}
.experts-card__img-wrapper {
    width: 100%}
.experts-card__img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
@media (max-width:425px) {
    .experts-card__img {
    height: 330px;
}
}.experts-card__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    text-align: center;
    background-color: #1f5a9c;
    border: 1px solid #000;
    word-wrap: break-word;
    color: #fff;
    min-height: 130px;
}
.experts-card__body a {
    display: block;
    color: #fff;
}
.experts-card__title {
    margin-bottom: 5px;
    vertical-align: middle;
}
@media (max-width:1024px) {
    .experts-card__title {
    font-size: 18px;
}
}.feedback {
    text-align: center;
}
.feedback__title {
    font-size: 20px;
}
.feedback__sub-title {
    color: #1f5a9c;
    font-weight: 700;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto 30px auto;
}
.feedback-popup {
    display: none;
    position: fixed;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 1111;
    padding: 10px;
}
.feedback-popup__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .5;
}
.feedback-popup__container {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 400px;
    max-height: 100vh;
    margin: 0 auto;
    border: 2px solid #000;
    overflow-y: auto;
}
.feedback-popup__input {
    font-size: 16px;
    padding: 12px;
}
.feedback-popup__btn {
    position: fixed;
    bottom: 8%;
    right: 10px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    line-height: 0;
    z-index: 2222;
    opacity: 1;
    background: #fff;
}
.feedback-popup__btn svg {
    fill: #1f5a9c;
}
.feedback-popup__btn:hover {
    background: #1f5a9c;
}
.feedback-popup__btn:hover svg {
    fill: #fff;
}
.feedback-popup__btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
}
@media (max-width:768px) {
    .feedback-popup__btn-close {
    font-size: 14px;
}
}.main-menu {
    display: block;
    width: 100%;
    height: -webkit-calc(100vh - 144px);
    height: calc(100vh - 144px);
    max-height: 950px;
}
@media (max-width:992px) {
    .main-menu {
    max-height: initial;
    height: initial;
}
}.main-menu__nav {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width:992px) {
    .main-menu__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.main-menu__bg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (max-width:992px) {
    .main-menu__bg {
    height: 50vh;
}
}.main-menu__col {
    width: 100%;
    height: 100%}
.main-menu__col-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%}
@media (max-width:992px) {
    .main-menu__col-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50vh;
}
}.main-menu__col-inner--max {
    height: 100%}
@media (max-width:992px) {
    .main-menu__col-inner--max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50vh;
}
}@media (max-width:992px) {
    .main-menu__col-inner--mini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%}
}.main-menu__col-row {
    height: 100%;
    width: 100%}
@media (max-width:992px) {
    .main-menu__col-row {
    height: 50vh;
}
}.main-menu__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%}
.main-menu__link:hover .main-menu__inner {
    background: #1f5a9c;
}
.main-menu__inner {
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100px;
    text-align: center;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
@media (max-width:992px) {
    .main-menu__inner {
    height: 70px;
}
}.main-menu__inner--max {
    height: 150px;
}
@media (max-width:992px) {
    .main-menu__inner--max {
    height: 90px;
}
}.main-menu__inner--mini {
    height: 70px;
}
.main-menu__name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width:992px) {
    .main-menu__name {
    font-size: 20px;
}
}.main-menu__name--mini {
    font-size: 20px;
}
.main-menu__name--normal {
    white-space: normal;
}
.main-menu__line {
    margin: 10px auto;
    height: 2px;
    width: 100%;
    background: #fff;
}
.property-main {
    background: #e8e8e8;
    padding: 20px;
}
.property__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.property__cards-block {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    max-width: 1000px;
    width: 48%}
.property__cards-block:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
}
@media (max-width:1200px) {
    .property__cards-block {
    width: 33%}
}@media (max-width:992px) {
    .property__cards-block {
    width: 48%}
}@media (max-width:768px) {
    .property__cards-block {
    width: 100%}
}.property-popup {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1111;
    padding: 10px;
}
.property-popup--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.property-popup__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.property-popup__container {
    position: relative;
    background: #fff;
    width: 50%;
    margin: 0 auto;
    border: 2px solid #000;
}
@media (max-width:768px) {
    .property-popup__container {
    width: 100%}
}@media (max-height:600px) {
    .property-popup__container {
    height: 100%;
    overflow: auto;
}
}.property-popup__input {
    font-size: 16px;
    padding: 10px;
}
.property-popup__btn {
    position: fixed;
    bottom: 10%;
    right: 10px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    line-height: 0;
    z-index: 2222;
    opacity: 1;
    background: #fff;
}
.property-popup__btn svg {
    fill: #1f5a9c;
}
.property-popup__btn:hover {
    background: #1f5a9c;
}
.property-popup__btn:hover svg {
    fill: #fff;
}
.property-popup__btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
}
.property-cards-filter {
    margin: 0 auto 20px auto;
    padding: 15px;
    border: 2px solid #1f5a9c;
    background: #fff;
}
@media (max-width:425px) {
    .property-cards-filter {
    padding: 5px;
    margin-top: -4px;
    margin-bottom: 20px;
    background: #fff;
}
}.property-cards-filter__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media (max-width:425px) {
    .property-cards-filter__buttons {
    font-size: 14px;
}
}.property-cards-filter__sort {
    font-size: 20px;
    text-transform: uppercase;
    color: #1f5a9c;
    font-weight: 700;
}
@media (max-width:540px) {
    .property-cards-filter__sort {
    display: none;
    font-size: 14px;
}
}@media (max-width:425px) {
    .property-cards-filter__btn {
    padding: 3px;
    font-size: 12px;
}
}.property-card {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #1f5a9c;
}
.property-card--deleting, .property-card--editing, .property-card--verification {
    podition: relative;
    border: 2px solid #696969;
    background-color: #e8e8e8;
}
.property-card--deleting:before, .property-card--editing:before, .property-card--verification:before {
    font-size: 32px;
    text-transform: uppercase;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translate(-50%) rotate(-20deg);
    -ms-transform: translate(-50%) rotate(-20deg);
    transform: translate(-50%) rotate(-20deg);
    z-index: 100;
    font-weight: 900;
    white-space: nowrap;
}
@media (max-width:1200px) {
    .property-card--deleting: before, .property-card--editing:before, .property-card--verification:before {
    font-size: 20px;
}
}.property-card--editing:before {
    content: 'на редактирование';
    color: green;
}
.property-card--deleting:before {
    content: 'на удаление';
    color: red;
}
.property-card--verification:before {
    content: 'на проверке';
    color: #e6c200;
}
.property-card__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 100%}
@media (max-width:1200px) {
    .property-card__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}.property-card__img-container {
    position: relative;
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin-right: 10px;
}
@media (max-width:1200px) {
    .property-card__img-container {
    width: 100%;
    text-align: center;
    margin-right: 0;
}
}@media (max-width:425px) {
    .property-card__img-container {
    height: 180px;
}
}.property-card__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.property-card__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.property-card__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: #1f5a9c;
    -webkit-transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    z-index: -1;
}
.property-card__link:hover:after {
    opacity: .3;
}
.property-card__main {
    position: relative;
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width:1200px) {
    .property-card__main {
    width: 100%}
}@media (max-width:768px) {
    .property-card__main {
    height: auto;
}
}.property-card__main-wrapper {
    padding: 10px;
    height: 100%;
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.property-card__title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1f5a9c;
}
.property-card__descr {
    height: 100%;
    font-weight: 300;
    margin-bottom: 20px;
    word-break: break-word;
}
.property-card__info-row {
    display: inline-block;
    margin-right: 10px;
}
.property-card__info-row:last-child {
    margin-right: 0;
}
@media (max-width:768px) {
    .property-card__info-row {
    display: block;
}
}.property-card__metro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-card__metro-icon {
    margin-right: 10px;
}
@media (max-width:425px) {
    .property-card__price-container {
    max-width: 90px;
}
}.property-card__price {
    font-size: 15px;
    color: #1f5a9c;
    font-weight: 700;
    margin-right: 10px;
}
@media (max-width:992px) {
    .property-card__price {
    font-size: 14px;
}
}.property-card__bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-card__date {
    margin-right: 10px;
}
.property-card__btn {
    width: 40px;
    height: 40px;
    z-index: 3;
    margin-right: 15px;
}
.property-card__btn:last-child {
    margin-right: 0;
}
@media (max-width:425px) {
    .property-card__btn {
    margin-right: 5px;
}
}.property-card__btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    pointer-events: none;
}
.property-card__btn--delete:hover {
    border-color: red;
    background: #fff;
}
.property-card__btn--delete:hover svg {
    fill: red;
}
@media (max-width:768px) {
    .property-card__edit-icon {
    width: 15px;
    height: 15px;
}
}.property-card__client-info {
    background: #1f5a9c;
    padding: 10px;
    min-height: 80px;
}
.property-card__client-info-item {
    font-size: 15px;
    color: #fff;
}
@media (max-width:425px) {
    .property-card__client-info-item {
    font-size: 14px;
}
}.property-card__client-info-link {
    color: #fff;
}
.card {
    background: #e8e8e8;
    padding: 20px;
}
.card-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}
@media (max-width:992px) {
    .card-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 14px;
}
}.card-top__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width:992px) {
    .card-top__left {
    margin-bottom: 20px;
}
}.card__title {
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
}
@media (max-width:425px) {
    .card__title {
    font-size: 15px;
}
}.card-info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    margin-right: 10px;
}
@media (max-width:768px) {
    .card-info {
    font-size: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}@media (max-width:425px) {
    .card-info {
    font-size: 16px;
}
}.card-info__control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px;
}
.card-info__price {
    color: #1f5a9c;
}
.card-choosen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px;
}
.card-choosen__btn {
    background: 0 0;
}
.card-choosen__btn svg {
    pointer-events: none;
}
@media (max-width:425px) {
    .card-choosen__btn svg {
    width: 25px;
    height: 25px;
}
}.card-choosen__btn:hover svg {
    fill: gold;
}
.card__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width:992px) {
    .card__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.card-block {
    padding: 15px;
    margin-bottom: 15px;
}
.card-main {
    width: 100%;
    max-width: 66%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width:992px) {
    .card-main {
    max-width: 100%}
}.card-images {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-images__block-top {
    position: relative;
    margin-bottom: 10px;
}
@media (max-width:768px) {
    .card-images__block-top {
    width: initial;
}
}.card-images__link {
    position: relative;
    display: block;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}
.card-images__link:hover:after {
    opacity: .5;
}
.card-images__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f5a9c;
    opacity: 0;
}
.card-images__img {
    display: block;
    max-width: 100%;
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-images__img--main {
    width: auto;
    height: auto;
    min-height: 200px;
    max-height: 300px;
}
.card-images__thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-images__thumbnails-block {
    padding: 10px;
    width: 200px;
}
@media (max-width:425px) {
    .card-images__thumbnails-block {
    padding: 5px;
}
}.card-images__thumbnails-btn {
    width: 100%}
.card-images__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
}
@media (max-width:540px) {
    .card-images__btn {
    width: 40px;
    height: 40px;
}
}.card-content__object-container {
    background: #c7c7c7;
}
.card-content__object {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width:600px) {
    .card-content__object {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.card-content__object-col {
    width: 50%;
    margin-right: 10px;
}
.card-content__object-col:last-child {
    margin-right: 0;
}
@media (max-width:768px) {
    .card-content__object-col {
    margin-right: 0;
    width: 100%}
}.card-content__object-row {
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
@media (max-width:768px) {
    .card-content__object-row {
    width: 100%;
    font-size: 16px;
}
}.card-content__object-row span {
    font-weight: 400;
}
.card-content__descr {
    background: #fff;
}
.card-content__title {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}
@media (max-width:425px) {
    .card-content__title {
    font-size: 14px;
}
}.card-content__text {
    font-size: 18px;
}
.card-similar {
    padding: 20px;
}
.card-similar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-similar__block {
    position: relative;
    margin-bottom: 10px;
    max-width: 1000px;
    width: 48%}
@media (max-width:768px) {
    .card-similar__block {
    width: 100%;
    padding: 0 10px;
}
}.card-aside {
    max-width: 33%;
    width: 100%}
@media (max-width:992px) {
    .card-aside {
    max-width: 100%}
}.card-aside .experts-card__img {
    height: 280px;
}
.card-map {
    border: 1px solid #000;
    background: #fff;
    width: 100%;
    height: 488px;
}
.card-rieltor {
    max-width: 210px;
    margin: 0 auto;
    background: #fff;
}
.card-client {
    max-width: 210px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #1f5a9c;
}
.card-client__name {
    margin-bottom: 5px;
}
.card-client__link {
    color: #fff;
}
.card-edit, .card-new {
    background: #e8e8e8;
}
.card-edit__title, .card-new__title {
    margin-bottom: 30px;
    font-size: 18px;
    color: #1f5a9c;
}
.pagination {
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination li {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.pagination li:hover:not(.active) {
    background-color: #ddd;
}
.pagination .active {
    background-color: #1f5a9c;
}
.pagination .active a {
    color: #fff;

}
.pagination .disabled:hover {
    opacity: .5;
}
.pagination a, .pagination span {
    padding: 10px 14px;
    display: block;
}
.pagination a {
    color: #000;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-weight: bold;
}
.pagination__btn {
    color: #fff;
}
.property-main .pagination a {
}
.services--c {
    background: #e8e8e8;
}
.services__container {
    width: 100%;
    margin-bottom: 33px;
}
@media (max-width:425px) {
    .services__container {
    padding: 5px;
}
}.services__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #1f5a9c;
}
.services__block-title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #1f5a9c;
}
@media (max-width:992px) {
    .services__block-title {
    font-size: 16px;
}
}.services__col {
    width: 50%;
    text-align: center;
}
.services__list {
    font-size: 18px;
    margin-bottom: 12px;
}
.services__list--accent {
    color: #1f5a9c;
    font-weight: 700;
}
.services__list--num {
    list-style: decimal;
    font-weight: 700;
    color: #1f5a9c;
}
.services__list--num li:before {
    content: none;
}
.services__item {
    position: relative;
    margin-bottom: 10px;
    margin-left: 25px;
    font-weight: 700;
}
.services__item:before {
    content: '';
    position: absolute;
    top: .6em;
    left: -20px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1f5a9c;
}
.services__text {
    font-size: 17px;
    margin-bottom: 7px;
}
@media (max-width:992px) {
    .services__text {
    font-size: 15px;
}
}@media (max-width:425px) {
    .services__text {
    font-size: 14px;
}
}.services__text a {
    color: #1f5a9c;
}
.services__text-title {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.services__name {
    font-weight: 700;
}
.services__price {
    font-weight: 400;
}
.services__btn {
    margin: 0 auto 13px auto;
    font-size: 17px;
    padding: 15px;
}
.request__container {
    margin: 0 auto;
    max-width: 700px;
}
.request__textarea {
    min-width: 100%;
    max-width: 700px;
    min-height: 100px;
    max-height: 700px;
    height: 100%}
.vacancies__title {
    background: #1f5a9c;
}
.vacancies__hr {
    height: 2px;
    background: #1f5a9c;
    margin-bottom: 30px;
}
.vacancies-preview {
    margin-bottom: 20px;
}
.vacancies-preview__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
@media (max-width:425px) {
    .vacancies-preview__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
}.vacancies-preview__block {
    margin: 10px 10px 20px 10px;
    width: -webkit-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
}
@media (max-width:768px) {
    .vacancies-preview__block {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
}@media (max-width:425px) {
    .vacancies-preview__block {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}
}.vacancies-preview__block:hover .vacancies-preview__link {
    background: #e8e8e8;
    color: #1f5a9c;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5);
}
.vacancies-preview__link {
    display: block;
    background: #1f5a9c;
    color: #fff;
    padding: 10px;
}
.vacancies-preview__title {
    font-size: 16px;
    margin-bottom: 15px;
}
@media (max-width:1024px) {
    .vacancies-preview__title {
    font-size: 14px;
}
}.vacancies-preview__descr {
    font-size: 16px;
}
@media (max-width:1024px) {
    .vacancies-preview__descr {
    font-size: 14px;
}
}.vacancy-section {
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.vacancy-section__title {
    position: relative;
    z-index: 3;
}
.vacancy {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    margin-bottom: 30px;
    z-index: 2;
}
@media (max-width:992px) {
    .vacancy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}@media (max-width:425px) {
    .vacancy {
    padding: 5px;
}
}.vacancy:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(30deg);
    -ms-transform: translate(-50%) rotate(30deg);
    transform: translate(-50%) rotate(30deg);
    overflow: hidden;
    width: 3500px;
    height: 150px;
    background: #1a1a1a;
    z-index: -1;
    opacity: .1;
}
.vacancy:after {
    content: '';
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(30deg);
    -ms-transform: translate(-50%) rotate(30deg);
    transform: translate(-50%) rotate(30deg);
    height: 60px;
    width: 3500px;
    overflow: hidden;
    background: #1f5a9c;
    z-index: -1;
    opacity: .1;
}
.vacancy__aside {
    width: 40%;
    font-weight: 300;
    font-size: 24px;
    margin-right: 10px;
    color: #1f5a9c;
}
@media (max-width:992px) {
    .vacancy__aside {
    margin-bottom: 30px;
}
}.vacancy__position {
    font-weight: 700;
    color: #fff;
}
.vacancy__main {
    width: 60%}
@media (max-width:992px) {
    .vacancy__main {
    width: 100%}
}.vacancy__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f5a9c;
}
.vacancy__descr {
    position: relative;
    font-size: 18px;
    margin-bottom: 50px;
    z-index: 3;
}
@media (max-width:992px) {
    .vacancy__descr {
    margin-bottom: 30px;
}
}.vacancy__link {
    color: #1f5a9c;
}
.personal-area {
    position: relative;
}
.personal-area__breadcrumbs {
    margin-bottom: 10px;
}
.personal-area-tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
@media (max-width:768px) {
    .personal-area-tab-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    margin-bottom: 20px;
}
}.personal-area-tab-list__btn, .personal-area-tab-list__btn--exit {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}
.personal-area-tab-list__btn--exit:last-child, .personal-area-tab-list__btn:last-child {
    margin-right: 0;
}
.personal-area-tab-content {
    display: none;
}
.personal-area-section {
    width: 100%;
    padding: 10px;
}
.personal-area-section__top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
@media (max-width:540px) {
    .personal-area-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.personal-area-section__edit {
    display: none;
    position: fixed;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1111;
    padding: 10px;
}
.personal-area-section__edit-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.personal-area-section__edit-section {
    text-align: center;
}
.personal-area-section__edit-title {
    margin: 0 auto;
    max-width: 300px;
    font-size: 17px;
    margin-bottom: 25px;
}
@media (max-width:425px) {
    .personal-area-section__edit-title {
    font-size: 14px;
}
}.personal-area-section__edit-container {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #000;
}
@media (max-height:600px) {
    .personal-area-section__edit-container {
    overflow: auto;
}
}.personal-area-section__edit-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
}
.personal-area-section__bottom {
    text-align: left;
    margin-bottom: 10px;
}
.personal-area-section__flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width:992px) {
    .personal-area-section__flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
}.personal-area-section__aside {
    position: relative;
    margin-right: 50px;
}
.personal-area-section__aside:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10%;
    height: 100%;
    width: 2px;
    background: #1f5a9c;
}
@media (max-width:992px) {
    .personal-area-section__aside {
    margin-right: 0;
    margin-bottom: 15px;
}
.personal-area-section__aside:after {
    display: none;
}
}.personal-area-section__main {
    width: 100%}
.personal-area-section__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.personal-area-section__img-block {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
    overflow: hidden;
}
@media (max-width:425px) {
    .personal-area-section__img-block {
    width: 160px;
    height: 160px;
}
}.personal-area-section__img-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.personal-area-section__title {
    color: #1f5a9c;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
@media (max-width:768px) {
    .personal-area-section__title {
    font-size: 15px;
}
}.personal-area-section__name {
    color: #1f5a9c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width:768px) {
    .personal-area-section__name {
    font-size: 16px;
}
}@media (max-width:425px) {
    .personal-area-section__name {
    font-size: 14px;
    margin-bottom: 10px;
}
}.personal-area-section__quantity {
    color: #1f5a9c;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width:540px) {
    .personal-area-section__quantity {
    margin-bottom: 20px;
}
}.personal-area-section__btn {
    padding: 8px 20px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
@media (max-width:768px) {
    .personal-area-section__btn {
    padding: 12px 26px;
    font-size: 14px;
}
}.personal-area-section__link {
    cursor: pointer;
    color: #1f5a9c;
    font-size: 18px;
}
@media (max-width:768px) {
    .personal-area-section__link {
    font-size: 15px;
}
}.personal-area-section__link svg path {
    fill: #1f5a9c;
}
.personal-area-section__clients-list {
    max-width: 300px;
    margin-bottom: 10px;
}
.personal-area-section__clients-item {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 2px solid #1f5a9c;
}
.personal-area-section__clients-dropdown {
    display: none;
    margin-left: 10px;
    font-size: 16px;
}
@media (max-width:425px) {
    .personal-area-section__clients-dropdown {
    font-size: 14px;
}
}.personal-area-section__clients-dropdown a {
    color: #1f5a9c;
}
.body-fixed {
    overflow: hidden;
}
.active-block {
    display: block;
}
.active-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.active-btn {
    background: #fff;
    color: #1f5a9c;
}
.active-btn-br {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #1f5a9c;
    color: #fff;
}
.active-svg svg {
    fill: gold;
}
.active-svg:hover svg {
    fill: gold;
}
.active-color {
    color: #1f5a9c;
}
.display-none {
    display: none;
}
.hidden-block {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    visibility: hidden;
    opacity: 0;
}
