@charset "UTF-8";
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    text-align: left;
}

.hidden {
    display: none;
}

input,
select,
textarea {
    -webkit-appearance: none;
}

sup,
sub {
    position: relative;
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

body {
    width: 100%;
    min-width: 320px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: #737373;
}

body,
input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
}

.wrap {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 480px) {
    .wrap {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .wrap {
        padding: 0 24px;
        width: 768px;
    }
}

@media screen and (min-width: 1024px) {
    .wrap {
        padding: 0 42px;
        width: 1024px;
    }
}

@media screen and (min-width: 1280px) {
    .wrap {
        width: 1240px;
        padding: 0 52px;
    }
}

#wrap-layout {
    width: 100%;
    min-height: calc(100vh - 295px);
}

@media screen and (min-width: 1024px) {
    #wrap-layout {
        min-height: calc(100vh - 368px);
    }
}

@media screen and (min-width: 1280px) {
    #wrap-layout {
        min-height: calc(100vh - 400px);
    }
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.partners-block .head .grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 479px) {
    .partners-block .head .grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

a {
    text-decoration: none;
}

/* form style */
.e-input.error input {
    border: 1px solid #ff4828 !important;
}

.e-input.--white input {
    border: 1px solid #fff;
    background: #fff;
}

.e-input__multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.e-input__label {
    color: #a4aab0;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
    .e-input__label {
        font-size: 12px;
        line-height: 12px;
    }
}

.e-input input,
.e-input textarea,
.e-input select {
    border-radius: 4px;
    padding: 0 16px;
    width: 100%;
    height: 40px;
    border: 1px solid #ced9e0;
    background: #fff;
    color: #737373;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    .e-input input,
    .e-input textarea {
        font-size: 16px;
    }
}

.e-input textarea {
    height: 140px;
    padding-top: 10px;
}

.e-submit input[type="submit"],
.e-submit input[type="button"] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #0C54A0;
    background-color: #0C54A0;
    height: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.36px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

@media screen and (min-width: 1280px) {
    .e-submit input[type="submit"],
    .e-submit input[type="button"] {
        font-size: 16px;
    }
}

.e-submit input[type="submit"]:hover,
.e-submit input[type="button"]:hover {
    background-color: #0C54A0;
    border-color: #0C54A0;
}

.e-submit.--red input[type="submit"] {
    border: 1px solid #E31E24;
    background-color: #E31E24;
}

.e-submit.--red input[type="submit"]:hover {
    background-color: #E31E24;
    border-color: #E31E24;
}

.e-submit.--bwhite input[type="submit"] {
    border: 1px solid #f1f6f9;
    background-color: transparent;
}

.e-submit.--bwhite input[type="submit"]:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0C54A0;
}

/* title */
h1.h1-head {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

@media screen and (min-width: 480px) {
    h1.h1-head {
        font-size: 22px;
        line-height: 36px;
    }
}

@media screen and (min-width: 1024px) {
    h1.h1-head {
        font-size: 30px;
        line-height: 44px;
    }
}

@media screen and (min-width: 1280px) {
    h1.h1-head {
        font-size: 36px;
        line-height: 50px;
    }
}

h1.h2-head,
h2.h2-head {
    color: #737373;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}

h1.h2-head.--white,
h2.h2-head.--white {
    color: #fff;
}

@media screen and (min-width: 480px) {
    h1.h2-head,
    h2.h2-head {
        font-size: 22px;
        line-height: 36px;
    }
}

@media screen and (min-width: 1024px) {
    h1.h2-head,
    h2.h2-head {
        font-size: 30px;
        line-height: 44px;
    }
}

@media screen and (min-width: 1280px) {
    h1.h2-head,
    h2.h2-head {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (min-width: 1280px) {
    h1.h2-head:before,
    h2.h2-head:before {
        content: '—';
        position: absolute;
        top: 0px;
        left: -45px;
        font-size: 34px;
        color: #0C54A0;
    }
}

h1.h2-head.--noline:before,
h2.h2-head.--noline:before {
    content: none;
}

h1.h2-head.--min,
h2.h2-head.--min {
    font-size: 22px;
}

@media (max-width: 1279px) {
    h1.h2-head.--min,
    h2.h2-head.--min {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    h1.h2-head.--min,
    h2.h2-head.--min {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-main h1.h2-head:before,
    .carousel-main h2.h2-head:before {
        content: '—';
        position: absolute;
        top: 0px;
        left: -45px;
        font-size: 34px;
        color: #0C54A0;
    }
}

h3.h3-head {
    color: #737373;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    h3.h3-head {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    h3.h3-head {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (min-width: 768px) {
    h3.h3-head:before {
        content: '—';
        position: absolute;
        top: 0px;
        left: -45px;
        font-size: 34px;
        color: #0C54A0;
    }
}

h3.h3-head.--white {
    color: #fff;
}

h3.h3-head.--white:before {
    color: #fff;
}

h3.h3-head b {
    font-weight: bold;
}

p {
    font-size: 14px;
    line-height: 20px;
}

@media screen and (min-width: 1280px) {
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

p + p {
    margin-top: 10px;
}

/* button */
.button {
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    font-family: Montserrat, sans-serif;
    overflow: hidden;
}

/*.button--mt9 {*/
/*    margin-top: 9px;*/
/*}*/

.js__home_filter [type="submit"] {
    transition: none;
}

@media screen and (max-width: 1024px) {
    .team-block .button {
        display: none;
    }
}

.button.--normal {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 21px;
    padding-right: 21px;
}

@media screen and (min-width: 1280px) {
    .button.--normal {
        font-size: 16px;
    }
}

.button.--min {
    font-size: 14px;
    width: 140px;
    height: 40px;
    line-height: 40px;
}

@media screen and (min-width: 768px) {
    .button.--min {
        width: 150px;
    }
}

@media screen and (min-width: 1280px) {
    .button.--min {
        font-size: 16px;
    }
}

.button.--big {
    font-size: 14px;
    width: 230px;
    height: 40px;
    line-height: 40px;
}

@media screen and (min-width: 1024px) {
    .button.--big {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .button.--big {
        font-size: 18px;
        width: 250px;
    }
}

.button.--mobile {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
}

.button.--mobil-filter-up {
    width: 290px;
    height: 40px;
    line-height: 40px;
    display: none;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
    .button.--mobil-filter-up {
        display: block;
    }
}

.button.--bgray {
    border-color: #ced9e0;
    color: #737373;
}

.button.--bblue {
    border-color: #0C54A0;
    color: #0C54A0;
}

.button.--bblue:hover {
    background: #0C54A0;
    border-color: #0C54A0;
    color: #fff;
}

.button.--bwhite {
    border-color: #fff;
    color: #fff;
}

.button.--bwhite:hover {
    background: #fff;
    border-color: #fff;
    color: #0C54A0;
}

.button.--blue {
    background: #0C54A0;
    border-color: #0C54A0;
    color: #fff;
}

.button.--blue:hover {
    background: #0C54A0;
    border-color: #0C54A0;
}

.button.--white {
    background: #fff;
    border-color: #fff;
    color: #0C54A0;
}

.button.--white:hover {
    background: #0C54A0;
    border-color: #0C54A0;
    color: #fff;
}

.button.--apply {
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    background-color: #0C54A0;
}

@media screen and (min-width: 480px) {
    .button.--apply {
        width: 230px;
    }
}

@media screen and (min-width: 1024px) {
    .button.--apply {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        width: 312px;
    }
}

@media screen and (min-width: 1280px) {
    .button.--apply {
        font-size: 18px;
    }
}

.button.--hypothec {
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    background-color: #0C54A0;
}

@media screen and (min-width: 480px) {
    .button.--hypothec {
        width: 230px;
    }
}

@media screen and (min-width: 1024px) {
    .button.--hypothec {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        width: 368px;
    }
}

@media screen and (min-width: 1280px) {
    .button.--hypothec {
        font-size: 18px;
    }
}

.button.--phone {
    width: 230px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    background-color: #0C54A0;
}

@media screen and (min-width: 1024px) {
    .button.--phone {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .button.--phone {
        font-size: 18px;
        width: 250px;
    }
}

.button.--phone span {
    position: relative;
}

.button.--phone span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    width: 20px;
    height: 18px;
    background: url(../img/svg/ico_phone_white.svg) no-repeat center / contain;
}

.button.--phone:hover {
    background: #0C54A0;
    border-color: #0C54A0;
}

.button.--catalog {
    width: 230px;
    height: 40px;
    color: #0C54A0
    font-size: 14px;
    line-height: 40px;
    background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
    .button.--catalog {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .button.--catalog {
        font-size: 18px;
        width: 250px;
    }
}

.button.--catalog span {
    position: relative;
}

.button.--catalog span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/svg/ico_catalog_blue.svg) no-repeat center / contain;
}

.button.--catalog:hover {
    background: #0C54A0;
    border-color: #0C54A0;
    color: #fff;
}

.button.--catalog:hover span:before {
    background: url(../img/svg/ico_catalog_white.svg) no-repeat center / contain;
}

.button.--submit {
    overflow: hidden;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #0C54A0;
    background-color: #0C54A0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.36px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.button.--submit:hover {
    background-color: #0C54A0;
    border-color: #0C54A0;
}

@media screen and (min-width: 1280px) {
    .button.--submit {
        font-size: 16px;
    }
}

.button.--map {
    height: 40px;
    border: 1px solid #ced9e0;
    color: #737373;
    font-size: 14px;
    line-height: 40px;
}

@media screen and (min-width: 1280px) {
    .button.--map {
        font-size: 16px;
    }
}

.button.--map span {
    position: relative;
    top: -1px;
}

.button.--map span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 0;
    width: 18px;
    height: 25px;
    background: url(../img/svg/pin_location_red.svg) no-repeat center / 18px 25px;
}

.button.--map:hover {
    border-color: #f7182b;
    background: #f7182b;
    color: #fff;
}

.button.--map:hover span:before {
    background: url(../img/svg/pin_location_white.svg) no-repeat center / 18px 25px;
}

.button.--grwhite {
    color: #737373;
    background: #ffffff;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button.--grwhite:hover {
    background-color: #737373;
    color: #ffffff;
}

.button.--right {
    margin-left: auto;
}

.button.--price {
    width: 178px;
}

.button.--bsurren {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

@media (min-width: 480px) {
    .button.--bsurren {
        width: 270px;
    }
}

.button.--surren {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

@media (min-width: 480px) {
    .button.--surren {
        width: 270px;
    }
}

.button.--red {
    border: 1px solid #E31E24;
    background-color: #E31E24;
    color: #ffffff;
    height: 40px;
    line-height: 2.3;
    min-width: 232px;
}

.button.--red:hover {
    background-color: #E31E24;
    border-color: #E31E24;
}

.button_sendemail {
    border-color: #0C54A0;
    color: #0C54A0;
    height: 40px;
    line-height: 40px;
    width: 242px;
}

.button_sendemail span {
    position: relative;
}

.button_sendemail span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0;
    width: 20px;
    height: 14px;
    background: url(../img/send_email/Mail.svg) no-repeat center / contain;
}

.button_sendemail:hover {
    background: #0C54A0;
    border-color: #0C54A0;
    color: #fff;
}

.button_sendemail:hover span:before {
    background: url(../img/send_email/Mail_hover.svg) no-repeat center / contain;
}

.btn-add {
    cursor: pointer;
    display: inline-block;
    margin: 0 12px;
    width: 22px;
    height: 22px;
    background: url(../img/send_email/Plus.svg) no-repeat center / contain;
}

.btn-add.del {
    background: url(../img/send_email/Minus.svg) no-repeat center / contain;
}

/* animation */
@-webkit-keyframes call-puls {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    50% {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    }
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes call-puls {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    50% {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    }
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@-webkit-keyframes left-motion {
    10% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

@media screen and (min-width: 1024px) {
100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
}

}
@keyframes left-motion {
    10% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

@media screen and (min-width: 1024px) {
100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
}

}
.anim-left-motion {
    -webkit-animation: left-motion 3s ease-in;
    animation: left-motion 3s ease-in;
}

a {
    color: #0C54A0;
    text-decoration: none;
}

/* mix */
.blue {
    color: #0C54A0;
}

.no-wrap {
    white-space: nowrap;
}

/* style */
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 26, 28, 0.9);
    z-index: 111;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.body-overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* header */
.close-inner-menu {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -15px;
    right: 15px;
    z-index: 999;
    background: url('../img/svg/cross.svg') no-repeat center / 20px 20px;
}

@media (min-width: 480px) {
    .close-inner-menu {
        right: 20px;
    }
}

@media (min-width: 768px) {
    .close-inner-menu {
        right: 24px;
        top: -20px;
    }
}

@media (min-width: 1024px) {
    .close-inner-menu {
        right: 42px;
        top: -10px;
    }
}

@media (min-width: 1280px) {
    .close-inner-menu {
        right: 52px;
    }
}

.header-main {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 2px 5px rgba(85, 93, 101, 0.2);
}

.header-main__top .grid {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: height 0.2s, padding 0.1s;
    -o-transition: height 0.2s, padding 0.1s;
    transition: height 0.2s, padding 0.1s;
}

@media screen and (min-width: 768px) {
    .header-main__top .grid {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 19px;
    }
}

@media screen and (min-width: 1280px) {
    .header-main__top .grid {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.header-main__top .grid.--min {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.logo-min {
    width: 30px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 767px) {
    .logo-min {
        padding-left: 10px;
        padding-top: 5px;
    }
}

.logo-min__img {
    width: 30px;
    height: 30px;
}

.logo img {
    padding-top: 0;
    width: 115px;
    height: 25px;
}

@media screen and (min-width: 768px) {
    .logo img {
        width: 168px;
        height: 37px;
    }
}

@media screen and (min-width: 1280px) {
    .logo img {
        width: 203px;
        height: 44px;
    }
}

.contact-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contact-header__location + .contact-header__phone {
    margin-left: 16px;
}

.location {
    position: relative;
}

.location__ico {
    width: 15px;
    height: 18px;
    background: url(../img/svg/pin_location.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: -22px;
}

@media screen and (min-width: 1280px) {
    .location__ico {
        top: 0;
    }
}

.location__city {
    font-family: Montserrat, sans-serif;
    color: #0C54A0;
    font-size: 14px;
    cursor: pointer;
}

.location__additional {
    position: absolute;
    display: none;
    margin-top: 4px;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.location__city--expand:after {
    transform: rotate(180deg);
}

.location__city--expand + .location__additional {
    display: block;
}

.location__additional li {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.location__additional li a {
    color: #a4aab0;
}

.location__additional li a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1280px) {
    .location__city {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .header-main__top .contact-header__phone {
        display: none;
    }
}

.phone-header {
    font-family: Montserrat, sans-serif;
    color: #a4aab0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-header .phone-container-header > span {
    display: flex;
}

@media screen and (min-width: 1280px) {
    .phone-header {
        font-size: 16px;
    }
}

.phone-header a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #a4aab0;
}

.phone-header span {
    margin-left: 6px;
    color: #0C54A0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;

}

@media screen and (min-width: 768px) {
    .phone-header span {
        font-size: 30px;
        line-height: 28px;

    }
}

@media screen and (max-width: 767px) {
    .phone-header .phone-container-header a {
        font-size: 0;
    }

    .phone-header .phone-container-header .phone-container__blurred {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 1000px) {
    .phone-header span {
            display:inline-block !important;
            margin-left: 0;
    }
}
@media screen and (min-width: 1280px) {
    .phone-header span {
        font-size: 36px;
        line-height: 34px;
    }
}

/* menu-header */
.header-main {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-main__menu {
    border-top: 1px solid #eee;
}

.header-main__menu.--min .logo-min {
    visibility: visible;
    opacity: 1;
}

.header-main__menu.--min .main-menu {
    margin-left: 45px;
}

@media screen and (max-width: 479px) {
    .header-main__menu.--min .main-menu {
        margin-left: 30px;
    }
}

.header-main__menu .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.burger-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .burger-menu {
        display: none;
    }
}

.burger-menu.active {
    border-radius: 4px;
    background: #f2f6f9;
}

.burger-menu.active .burger-menu__ico {
    background: url(../img/svg/burger_blue.svg) no-repeat center / 25px 21px;
}

.burger-menu__ico {
    margin: auto;
    width: 25px;
    height: 21px;
    background: url(../img/svg/burger.svg) no-repeat center / 25px 21px;
    cursor: pointer;
}

.main-menu {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.main-menu-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.main-menu-list__item {
    padding: 0 8px;
    border-bottom: 3px solid transparent;
}

@media screen and (min-width: 480px) {
    .main-menu-list__item {
        padding: 0 10px;
        margin-right: 5px;
    }
}

@media screen and (min-width: 1280px) {
    .main-menu-list__item {
        padding: 0 15px;
        margin-right: 10px;
    }
}

.main-menu-list__item:hover {
    color: #0C54A0;
    border-color: #0C54A0;
}

.main-menu-list__item.--arrow > a:after, .location__city:after {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 3px;
    width: 12px;
    height: 10px;
    background: url(../img/svg/menu-arrow_close.svg) no-repeat center / 12px 10px;
}

.main-menu-list__item.--catalog:hover > a:after {
    background: url(../img/svg/burger_blue.svg) no-repeat center / 20px 19px;
}

.main-menu-list__item.--catalog > a {
    position: relative;
}

@media screen and (min-width: 768px) {
    .main-menu-list__item.--catalog > a {
        padding-left: 30px;
    }

    .main-menu-list__item.--catalog > a:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/svg/burger.svg) no-repeat center / 20px 19px;
    }
}

.main-menu-list__item.open {
    background-color: #f2f6f9;
    border-color: #f2f6f9 !important;
}

.main-menu-list__item.open a {
    color: #737373;
}

.main-menu-list__item.open a:hover {
    color: #737373;
    border-bottom: none;
}

.main-menu-list__item.open.--arrow a:after {
    background: url(../img/svg/menu-arrow_open.svg) no-repeat center;
    background-size: contain;
}

.main-menu-list__item a {
    color: #737373;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    height: 57px;
    font-size: 14px;
    line-height: 62px;
    text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
    .main-menu-list__item a {
        font-size: 16px;
        line-height: 58px;
    }
}

.main-menu-list__item.--arrow .amenities__el a {
    font-size: 14px;
    color: #88929d;
}

.main-menu-list__item.open .inner-menu {
    max-height: 5700px;
    padding: 30px 0;
    z-index: 11;
}

@media screen and (max-width: 479px) {
    .main-menu-list__item.open .inner-menu {
        height: calc(100vh - 120px);
    }
}

.main-menu-list__item.open .inner-menu:after {
    top: 240px;
}

@media screen and (max-width: 767px) {
    .main-menu-list__item.open .inner-menu:after {
        content: '';
        position: absolute;
        left: 0;
        height: 40px;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 246, 249, 0)), color-stop(10%, rgba(242, 246, 249, 0.7)), to(#f2f6f9));
        background: -webkit-linear-gradient(top, rgba(242, 246, 249, 0) 0%, rgba(242, 246, 249, 0.7) 10%, #f2f6f9 100%);
        background: -o-linear-gradient(top, rgba(242, 246, 249, 0) 0%, rgba(242, 246, 249, 0.7) 10%, #f2f6f9 100%);
        background: linear-gradient(180deg, rgba(242, 246, 249, 0) 0%, rgba(242, 246, 249, 0.7) 10%, #f2f6f9 100%);
    }
}

@media screen and (min-width: 480px) {
    .main-menu-list__item.open .inner-menu:after {
        top: 315px;
    }
}

@media screen and (min-width: 768px) {
    .main-menu-list__item.open .inner-menu {
        padding: 30px 0 50px;
    }
}

.main-menu-list__item.--arrow .inner-menu.amenities_inner {
    overflow-y: auto;
}

.main-menu-list__item.--catalog.open .inner-menu:after {
    top: 395px;
}

@media screen and (max-width: 479px) {
    .main-menu-list__item.--catalog.open .inner-menu:after {
        top: 300px;
    }
}

.inner-menu {
    max-height: 0;
    overflow: hidden;
    background: #f2f6f9;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: max-height 0.2s, padding 0.2s;
    -o-transition: max-height 0.2s, padding 0.2s;
    transition: max-height 0.2s, padding 0.2s;
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.inner-menu .grid {
    height: 230px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
    overflow-x: auto;
}

@media screen and (min-width: 480px) {
    .inner-menu .grid {
        height: 325px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .inner-menu .grid {
        padding-bottom: 0;
        height: auto;
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media screen and (min-width: 1024px) {
    .inner-menu .grid {
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media screen and (min-width: 1280px) {
    .inner-menu .grid {
        margin-left: -8px;
        margin-right: -8px;
    }
}

.inner-menu .grid .inner-menu-list {
    padding: 0 15px;
}

@media screen and (min-width: 480px) {
    .inner-menu .grid .inner-menu-list {
        padding: 0 5px;
    }
}

@media screen and (min-width: 768px) {
    .inner-menu .grid .inner-menu-list {
        padding: 0 6px;
    }
}

@media screen and (min-width: 1024px) {
    .inner-menu .grid .inner-menu-list {
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .inner-menu .grid .inner-menu-list {
        padding: 0 8px;
    }
}

.inner-menu-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 480px) {
    .inner-menu-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

@media screen and (min-width: 768px) {
    .inner-menu-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    }
}

.inner-menu-list .button {
    margin-top: auto;
    display: none;
}

@media screen and (min-width: 768px) {
    .inner-menu-list .button {
        display: block;
    }
}

.button.--inner-menu {
    text-transform: none;
    width: 100%;
    height: 40px;
    border-color: #ced9e0;
    color: #737373;
    line-height: 40px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    margin-bottom: 10px;
}

.button.--inner-menu:hover {
    background: #166fce;
    border: 1px solid #166fce;
    color: #fff !important;
}

.button.--mobile {
    max-width: 290px;
    margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
    .button.--mobile {
        display: none;
    }
}

@media screen and (min-width: 480px) {
    .button.--mobile {
        margin-top: 0;
    }
}

.inner-menu-list__item a {
    display: block;
    font-size: 10px;
    line-height: 16px;
    height: auto;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .inner-menu-list__item a {
        line-height: 34px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1280px) {
    .inner-menu-list__item a {
        font-size: 12px;
        line-height: 36px;
    }
}

.inner-menu-list__item a:hover {
    color: #0C54A0 !important;
}

.inner-menu-tabs {
    width: 100%;
}

.inner-menu-tabs__list {
    display: none;
}

@media (min-width: 768px) {
    .inner-menu-tabs__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.inner-menu-tabs__list-item.active a {
    border-bottom: 3px solid #0C54A0;
}

.inner-menu-tabs__list-item.active a:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #0C54A0 transparent transparent transparent;
}

.inner-menu-tabs__list-item:not(:last-child) {
    margin-right: 40px;
    position: relative;
}

.inner-menu-tabs__list-item:not(:last-child):after {
    content: '';
    top: 0;
    right: -20px;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e1e6ea;
}

.inner-menu-tabs__list-item a {
    height: 35px;
    line-height: 30px;
    text-transform: none;
    color: #737373;
}

.inner-menu-tabs__list-item a:hover {
    color: #0C54A0 !important;
    border-bottom: 3px solid #0C54A0 !important;
}

.inner-menu-tabs__list-item {
    position: relative;
}

.inner-menu-tabs__content {
    margin-top: 24px;
    display: none;
}

@media (min-width: 768px) {
    .inner-menu-tabs__content {
        margin-top: 44px;
    }
}

.inner-menu-tabs__content.active {
    display: block;
}

.inner-menu-tabs__list-mobil {
    width: 80%;
    display: block;
    padding: 0 15px;
}

@media (min-width: 480px) {
    .inner-menu-tabs__list-mobil {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .inner-menu-tabs__list-mobil {
        display: none;
    }
}

.inner-menu-tabs__list-mobil .filter-select {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .minor-menu {
        overflow: hidden;
        max-height: 0;
        text-align: right;
        position: absolute;
        z-index: 11;
        top: 60px;
        left: 0px;
        padding: 0px 20px;
        background: #f2f6f9;
        width: 100%;
        -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
        box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
        -webkit-transition: max-height 0.2s, padding 0.2s;
        -o-transition: max-height 0.2s, padding 0.2s;
        transition: max-height 0.2s, padding 0.2s;
    }

    .minor-menu.open {
        max-height: 700px;
        padding: 30px 20px;
    }
}

.minor-menu .phone-header {
    display: none;
}

@media screen and (max-width: 767px) {
    .minor-menu .phone-header {
        display: block;
        margin-bottom: 20px;
    }
}

.minor-menu-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
    .minor-menu-list {
        font-size: 12px;
    }
}

.minor-menu-list__item:not(:last-child) {
    margin-right: 10px;
}

@media screen and (min-width: 480px) {
    .minor-menu-list__item:not(:last-child) {
        margin-right: 16px;
    }
}

.minor-menu-list__item a {
    color: #a4aab0;
    text-transform: uppercase;
}

.minor-menu-list__item a:hover {
    color: #0C54A0;
}

.estate {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 229px;
    flex: 0 0 229px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #0C54A0;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

@media screen and (max-width: 1023px) {
    .estate {
        display: none;
    }
}

@media screen and (min-width: 1280px) {
    .estate {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
        flex: 0 0 272px;
    }
}

.estate:hover {
    background: #0C54A0;
    border-color: #0C54A0;
}

.estate:hover .estate__button {
    color: #fff;
}

.estate__button {
    font-size: 14px;
    line-height: 40px;
    color: #0C54A0;
    font-family: Montserrat, sans-serif;
    display: block;
}

@media screen and (min-width: 1280px) {
    .estate__button {
        font-size: 16px;
    }
}

.menu-list {
    display: block;
    margin-top: 20px;
}

@media screen and (min-width: 480px) {
    .menu-list {
        margin-top: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

/* page */
.page-layout {
    padding-top: 156px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    background: none;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

@media screen and (min-width: 768px) {
    .page-layout {
        padding-top: 151px;
    }
}

@media screen and (min-width: 1280px) {
    .page-layout {
        padding-top: 159px;
    }
}

.page-layout.--min {
    padding-top: 115px;
}

@media screen and (min-width: 768px) {
    .page-layout.--min {
        padding-top: 140px;
    }
}

@media screen and (min-width: 1280px) {
    .page-layout.--min {
        padding-top: 147px;
    }
}

.page-layout__inner {
    background: #f2f6f9;
    padding: 30px 0 60px;
}

@media screen and (min-width: 768px) {
    .page-layout__inner {
        padding: 30px 0 60px;
    }
}

@media scren and (min-width: 1024px) {
    .page-layout__inner {
        padding: 20px 0 90px;
    }
}

.page-layout__inner.--top {
    padding-top: 0;
}

.page-layout__inner.--min {
    padding-bottom: 0;
}

.page-layout__inner.--white {
    background: #fff;
}

/* head */
.head .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .head .grid .h2-head {
        max-width: 280px;
    }

    .head .grid .h2-head br {
        display: none;
    }
}

.head .grid .button {
    margin-top: 10px;
}

@media screen and (max-width: 479px) {
    .head .grid .button {
        display: none;
    }

    .partners-block .head .grid .button {
        display: block;
    }
}

.head-link a {
    display: inline;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #0C54A0;
}

.head-link a:hover {
    border-bottom: 1px solid transparent;
}

.head-link img {
    display: inline-block;
    margin-left: 18px;
    width: 21px;
    height: 20px;
}

@media (max-width: 479px) {
    .head-link img {
        display: none;
    }
}

/* slider-main */
.slider-main {
    position: relative;
}

.slider-main__item {
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .slider-main__item {
        background: none !important;
    }
}

.slider-main__item-inner {
    min-height: 320px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .slider-main__item-inner {
        text-align: center;
        min-height: 100%;
        padding: 40px 0;
    }
}

@media (min-width: 768px) {
    .slider-main__item-inner {
        background: none !important;
    }
}

.slider-main .wrap {
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 767px) {
    .slider-main .wrap {
        padding: 20px 15px;
    }
}

.slider-main__inner {
    max-width: 430px;
}

@media (max-width: 767px) {
    .slider-main__inner {
        max-width: 100%;
        min-height: 230px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider-main__inner .slider-main__title {
        margin-top: auto;
    }

    .slider-main__inner .slider-main__btn {
        margin-top: auto;
    }
}

.slider-main__inner.white {
    color: #fff;
}

@media (max-width: 767px) {
    .slider-main__inner.hide .slider-main__title,
    .slider-main__inner.hide .slider-main__content {
        display: none;
    }
}

.slider-main__title {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .slider-main__title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1024px) {
    .slider-main__title {
        font-size: 30px;
        line-height: 44px;
    }
}

@media (min-width: 1280px) {
    .slider-main__title {
        font-size: 36px;
        line-height: 48px;
    }
}

.slider-main__content {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

@media (min-width: 1024px) {
    .slider-main__content {
        font-size: 16px;
        line-height: 26px;
    }
}

.slider-main__btn {
    margin-top: 20px;
}

.slider-main__btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E31E24;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    max-width: 230px;
    color: #fff;
}

@media (min-width: 1024px) {
    .slider-main__btn a {
        font-size: 18px;
        height: 50px;
        max-width: 250px;
    }
}

.slider-main__nav {
    position: absolute;
    top: 40px;
    z-index: 2;
    right: 20px;
}

@media (max-width: 767px) {
    .slider-main__nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .slider-main__nav {
        right: calc((100% - 768px) / 2);
    }
}

@media screen and (min-width: 1024px) {
    .slider-main__nav {
        right: calc((100% - 1024px) / 2);
    }
}

@media (min-width: 1280px) {
    .slider-main__nav {
        right: calc((100% - 1240px) / 2);
    }
}

.slider-main .slick-dots {
    -webkit-transform: translateX(-36px);
    -ms-transform: translateX(-36px);
    transform: translateX(-36px);
}

@media (min-width: 1024px) {
    .slider-main .slick-dots {
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
    }
}

.slider-main .slick-dots li {
    width: 18px;
    height: 20px;
}

.slider-main .slick-dots li.slick-active button {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #0C54A0;
}

.slider-main .slick-dots li.slick-active button:after {
    width: 18px;
    background: #0C54A0;
}

.slider-main .slick-dots button {
    cursor: pointer;
    background: transparent;
    font-size: 0;
    width: inherit;
    height: inherit;
    position: relative;
    padding-right: 30px;
    border: none;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.slider-main .slick-dots button:after {
    -webkit-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: rgba(79, 150, 226, 0.5);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* services-view */
.services-view-wrap .button.--mobile {
    margin: 20px auto 20px;
    max-width: 300px;
}

@media screen and (min-width: 480px) {
    .services-view-wrap .button.--mobile {
        display: none;
    }
}

.services-view-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

@media screen and (min-width: 768px) {
    .services-view-list {
        margin-top: -6px;
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media screen and (min-width: 1024px) {
    .services-view-list {
        margin-top: -4px;
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media screen and (min-width: 1280px) {
    .services-view-list {
        margin-top: -8px;
        margin-left: -8px;
        margin-right: -8px;
    }
}

.services-view-list__item {
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 224px;
}

@media screen and (min-width: 480px) {
    .services-view-list__item {
        min-height: 200px;
    }
}

@media screen and (min-width: 768px) {
    .services-view-list__item {
        padding: 6px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media screen and (min-width: 1024px) {
    .services-view-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        padding: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .services-view-list__item {
        padding: 8px;
        min-height: 240px;
    }
}

.services-view {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #b2d6e8;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px 30px 20px 50px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

@media screen and (min-width: 1280px) {
    .services-view {
        padding: 35px 48px 25px 56px;
    }
}

.services-view:hover {
    border: 1px solid #0C54A0;
    -webkit-box-shadow: 0px 0px 0px 1px #0C54A0;
    box-shadow: 0px 0px 0px 1px #0C54A0;
}

.services-view:hover .services-view__title a {
    color: #0C54A0;
}

.services-view__title {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    letter-spacing: 0.36px;
    padding-right: 30px;
    border-bottom: 1px solid #b2d6e8;
    padding-bottom: 14px;
    margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
    .services-view__title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {
    .services-view__title {
        font-size: 22px;
        letter-spacing: 0.44px;
        padding-right: 35px;
    }
}

.services-view__title a {
    color: #737373;
}

.services-view__title img {
    position: absolute;
    top: -2px;
    left: -40px;
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 1280px) {
    .services-view__title img {
        top: -10px;
        left: -48px;
        width: 40px;
        height: 40px;
    }
}

.services-view__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 17px;
    background: url(../img/svg/services_arrow.svg) no-repeat center / 21px 17px;
}

@media screen and (min-width: 1280px) {
    .services-view__title:after {
        width: 31px;
        height: 27px;
        background: url(../img/svg/services_arrow.svg) no-repeat center / 31px 27px;
    }
}

.services-view__content {
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

@media screen and (min-width: 1280px) {
    .services-view__content {
        font-size: 16px;
        line-height: 26px;
    }
}

/* selection-view */
.selection-view-wrap .button.--mobile {
    margin: 20px auto 20px;
    max-width: 300px;
}

@media screen and (min-width: 480px) {
    .selection-view-wrap .button.--mobile {
        display: none;
    }
}

.selection-view-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: -5px;
}

@media screen and (min-width: 768px) {
    .selection-view-list {
        margin-top: -6px;
        margin-right: -6px;
        margin-left: -6px;
    }
}

@media screen and (min-width: 1024px) {
    .selection-view-list {
        margin-top: -4px;
        margin-right: -4px;
        margin-left: -4px;
    }
}

@media screen and (min-width: 1280px) {
    .selection-view-list {
        margin-top: -8px;
        margin-right: -8px;
        margin-left: -8px;
    }
}

.selection-view-list__item {
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .selection-view-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666666%;
        flex: 0 1 41.666666%;
        padding: 6px;
    }
}

.selection-view-list__item:nth-child(3n+1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .selection-view-list__item:nth-child(3n+1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
    }
}

@media screen and (min-width: 1024px) {
    .selection-view-list__item {
        padding: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .selection-view-list__item {
        padding: 8px;
    }
}

.selection-view {
    width: 100%;
    height: 100%;
    min-height: 235px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 20px 20px 30px 20px;
}

@media screen and (min-width: 480px) {
    .selection-view {
        min-height: 200px;
        padding: 20px 20px 20px 20px;
    }
}

@media screen and (min-width: 1024px) {
    .selection-view {
        min-height: 220px;
    }
}

@media screen and (min-width: 1024px) {
    .selection-view {
        min-height: 250px;
        padding: 30px 25px 30px 30px;
    }
}

@media screen and (min-width: 1280px) {
    .selection-view {
        min-height: 280px;
        padding: 40px 25px 32px 38px;
    }
}

.selection-view:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 170px 0 0 170px;
    border-color: transparent transparent transparent #0C54A0;
}

@media screen and (min-width: 1024px) {
    .selection-view:after {
        border-width: 200px 0 0 200px;
    }
}

@media screen and (min-width: 1280px) {
    .selection-view:after {
        border-width: 228px 0 0 228px;
    }
}

.selection-view:hover .selection-view__mask {
    opacity: 0;
}

.selection-view__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.selection-view__content .count {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 40px;
}

@media screen and (min-width: 480px) {
    .selection-view__content .count {
        font-size: 50px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .selection-view__content .count {
        font-size: 60px;
        line-height: 50px;
    }
}

.selection-view__content .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 10px;
}

@media screen and (min-width: 1024px) {
    .selection-view__content .title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    .selection-view__content .title {
        font-size: 22px;
        line-height: 28px;
        padding-top: 20px;
    }
}

.selection-view__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 36, 38, 0.23);
    z-index: 1;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.selection-view__mask.--blue {
    background: rgba(56, 142, 196, 0.23);
}

.selection-view__mask.--gray {
    background: rgba(54, 54, 54, 0.2);
}

.selection-view__mark {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding: 6px 13px;
    border-radius: 4px;
    background-color: #0C54A0;
}

@media screen and (min-width: 1024px) {
    .selection-view__mark {
        top: 30px;
        right: 25px;
    }
}

@media screen and (min-width: 1280px) {
    .selection-view__mark {
        top: 40px;
        font-size: 16px;
    }
}

.selection-view__mark.--red {
    background-color: #E31E24;
}

/* advantage-view */
.advantage-view-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
    .advantage-view-list {
        margin-top: -5px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media screen and (min-width: 768px) {
    .advantage-view-list {
        margin-top: -6px;
        margin-left: -6px;
        margin-right: -6px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .advantage-view-list {
        margin-top: -8px;
        margin-left: -8px;
        margin-right: -8px;
    }
}

.advantage-view-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
    .advantage-view-list__item {
        padding: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .advantage-view-list__item {
        padding: 6px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}

@media screen and (min-width: 1024px) {
    .advantage-view-list__item {
        padding: 8px;
    }
}

.advantage-view {
    text-align: center;
}

@media screen and (min-width: 480px) {
    .advantage-view {
        text-align: left;
    }
}

.advantage-view__ico {
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
    .advantage-view__ico {
        padding-left: 18px;
        text-align: left;
    }
}

@media screen and (min-width: 1280px) {
    .advantage-view__ico {
        margin-bottom: 20px;
    }
}

.advantage-view__ico img {
    width: 83px;
    height: 87px;
}

@media screen and (min-width: 1024px) {
    .advantage-view__ico img {
        width: 113px;
        height: 116px;
    }
}

.advantage-view__content {
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

@media screen and (min-width: 1280px) {
    .advantage-view__content {
        font-size: 16px;
        line-height: 26px;
    }
}

.advantage-view__content b {
    font-weight: bold;
}

/* list-view */
.list-view {
    color: #737373;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1280px) {
    .list-view {
        font-size: 16px;
        line-height: 26px;
    }
}

.list-view li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 14px;
}

.list-view li:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../img/svg/list_view.svg) no-repeat center / contain;
}

/* news-view-list */
.news-view-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
    .news-view-list {
        margin-top: -5px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media screen and (min-width: 768px) {
    .news-view-list {
        margin-top: -6px;
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media screen and (min-width: 1024px) {
    .news-view-list {
        margin-top: -4px;
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media screen and (min-width: 1280px) {
    .news-view-list {
        margin-top: -8px;
        margin-left: -8px;
        margin-right: -8px;
    }
}

.news-view-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 480px) {
    .news-view-list__item {
        padding: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media screen and (min-width: 768px) {
    .news-view-list__item {
        padding: 6px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}

@media screen and (min-width: 1024px) {
    .news-view-list__item {
        padding: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .news-view-list__item {
        padding: 8px;
    }
}

.news-view:hover .mask {
    opacity: 1;
}

.news-view:hover .title a {
    color: #0C54A0;
}

.news-view__img {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .news-view__img {
        height: 114px;
    }
}

@media screen and (min-width: 1024px) {
    .news-view__img {
        height: 150px;
    }
}

@media screen and (min-width: 1280px) {
    .news-view__img {
        height: 180px;
        margin-bottom: 40px;
    }
}

.news-view__img img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

@media screen and (min-width: 768px) {
    .news-view__img img {
        height: 114px;
    }
}

@media screen and (min-width: 1024px) {
    .news-view__img img {
        height: 150px;
    }
}

@media screen and (min-width: 1280px) {
    .news-view__img img {
        height: 180px;
    }
}

.news-view__img .mask {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 47, 53, 0.51);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
    .news-view__content {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .news-view__content {
        margin-bottom: 30px;
    }
}

.news-view__content .title {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
    .news-view__content .title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.36px;
    }
}

@media screen and (min-width: 1280px) {
    .news-view__content .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 28px;
    }
}

.news-view__content .title a {
    color: #737373;
}

.news-view__content .text {
    margin-top: auto;
    color: #a4aab0;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1280px) {
    .news-view__content .text {
        font-size: 16px;
        line-height: 26px;
    }
}

/* call-request */
.call-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    margin-left: -5px;
    margin-right: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .call-request {
        margin-left: -6px;
        margin-right: -6px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 1024px) {
    .call-request {
        margin-left: -8px;
        margin-right: -8px;
    }
}

.call-request.--selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .call-request.--selection {
        margin-top: -70px;
    }
}

@media screen and (max-width: 479px) {
    .call-request.--selection {
        margin-top: -90px;
    }
}

@media screen and (min-width: 1024px) {
    .call-request.--selection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.call-request.--selection .call-request__left {
    width: 100%;
    margin-bottom: 0px;
}

@media screen and (min-width: 480px) {
    .call-request.--selection .call-request__left {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .call-request.--selection .call-request__left {
        width: 60%;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .call-request.--selection .call-request__left {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666%;
        flex: 0 1 41.666%;
        margin-bottom: 0;
    }
}

.call-request.--selection .call-request__right {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .call-request.--selection .call-request__right {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333%;
        flex: 0 1 58.333%;
    }
}

.call-request.--selection .call-request-form__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
    .call-request.--selection .call-request-form__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.call-request.--selection .call-request-form__inner .e-input {
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
    .call-request.--selection .call-request-form__inner .e-input {
        margin-bottom: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;
        width: 15%;
        margin-right: 8px;
    }
}

@media screen and (min-width: 1280px) {
    .call-request.--selection .call-request-form__inner .e-input {
        margin-right: 20px;
    }
}

.call-request.--selection .call-request-form__inner .e-sort {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .call-request.--selection .call-request-form__inner .e-sort {
        width: 12%;
    }
}

.call-request.--selection .call-request-form__inner .e-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    margin-left: 0;
}

@media screen and (min-width: 480px) {
    .call-request.--selection .call-request-form__inner .e-submit {
        margin-left: 10px;
        margin-top: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
    }
}

.call-request-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    padding-right: 10px;
    text-align: center;
}

@media screen and (min-width: 480px) {
    .call-request-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 154px;
        flex: 0 0 154px;
        padding-right: 0;
    }
}

@media screen and (min-width: 1280px) {
    .call-request-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 174px;
        flex: 0 0 174px;
    }
}

.call-request-img img {
    width: 130px;
}

@media screen and (min-width: 480px) {
    .call-request-img img {
        -webkit-animation: call-puls 2s infinite;
        animation: call-puls 2s infinite;
    }
}

.call-request-img.--email {
    position: relative;
}

.call-request-img.--email img {
    width: 49px;
    height: 50px;
    -webkit-animation: none;
    animation: none;
}

@media screen and (min-width: 480px) {
    .call-request-img.--email:after {
        content: '';
        position: absolute;
        top: -14px;
        left: 38px;
        width: 80px;
        height: 80px;
        border: 2px solid #0C54A0;
        border-radius: 100%;
        -webkit-animation: call-puls 2s infinite;
        animation: call-puls 2s infinite;
    }
}

@media screen and (min-width: 768px) {
    .call-request-img.--email:after {
        top: -24px;
        left: 28px;
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 1280px) {
    .call-request-img.--email:after {
        left: 36px;
    }
}

.call-request-img.--phone {
    position: relative;
}

.call-request-img.--phone img {
    width: 40px;
    height: 51px;
    -webkit-animation: none;
    animation: none;
}

@media screen and (min-width: 480px) {
    .call-request-img.--phone:after {
        content: '';
        position: absolute;
        top: -14px;
        left: 38px;
        width: 80px;
        height: 80px;
        border: 2px solid #0C54A0;
        border-radius: 100%;
        -webkit-animation: call-puls 2s infinite;
        animation: call-puls 2s infinite;
    }
}

@media screen and (min-width: 768px) {
    .call-request-img.--phone:after {
        top: -24px;
        left: 28px;
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 1280px) {
    .call-request-img.--phone:after {
        left: 36px;
    }
}

.call-request-content {
    color: #737373;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.call-request-content.--white {
    color: #ffffff;
}

@media screen and (min-width: 1024px) {
    .call-request-content {
        padding-right: 30px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    .call-request-content {
        font-size: 22px;
        line-height: 30px;
        padding-right: 40px;
    }
}

.call-request-content b {
    font-weight: 500;
}

.call-request__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 5px;
}

@media screen and (min-width: 768px) {
    .call-request__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 6px;
    }
}

@media screen and (min-width: 1024px) {
    .call-request__left {
        padding: 0 8px;
    }
}

.call-request__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 30px 5px 0;
}

@media screen and (min-width: 768px) {
    .call-request__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 6px;
    }
}

@media screen and (min-width: 1024px) {
    .call-request__right {
        padding: 0 8px;
    }
}

.call-request-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-request-form__inner .e-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
}

.call-request-form__inner .e-input input {
    background: #fff;
}

.call-request-form__inner .e-submit {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

@media screen and (min-width: 480px) {
    .call-request-form__inner .e-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }
}

@media screen and (min-width: 768px) {
    .call-request-form__inner .e-submit {
        margin-left: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .call-request-form__inner .e-submit {
        margin-left: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}

@media screen and (min-width: 1280px) {
    .call-request-form__inner .e-submit {
        margin-left: 16px;
    }
}

.call-request-form__inner + .policy-text {
    margin-top: 14px;
}

/* policy */
.policy-text {
    color: #a4aab0;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .policy-text {
        font-size: 12px;
    }
}

.policy-text.--blue {
    color: #92b8f4;
}

.policy-text.--blue a {
    color: #92b8f4;
}

.policy-text a {
    color: #a4aab0;
    text-decoration: underline;
}

/* pop-up */
.pop-up {
    width: 290px;
    position: relative;
    background: #fff;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .pop-up {
        width: 354px;
    }
}

@media screen and (min-width: 1024px) {
    .pop-up {
        width: 466px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up {
        width: 560px;
    }
}

.pop-up--big {
    width: 290px;
}

@media screen and (min-width: 480px) {
    .pop-up--big {
        width: 400px;
    }
}

@media screen and (min-width: 768px) {
    .pop-up--big {
        width: 520px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up--big {
        width: 620px;
    }
}

.pop-up__inner {
    padding: 40px 20px 20px;
}

@media screen and (min-width: 1280px) {
    .pop-up__inner {
        padding: 40px 30px 30px;
    }
}

.pop-up-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    background: url(../img/svg/popup_close.svg) no-repeat center / 16px 16px;
    cursor: pointer;
}

@media screen and (min-width: 1280px) {
    .pop-up-close {
        width: 23px;
        height: 23px;
        top: 30px;
        right: 30px;
        background: url(../img/svg/popup_close.svg) no-repeat center / 23px 23px;
    }
}

.pop-up-title {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .pop-up-title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.pop-up-content {
    color: #737373;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1280px) {
    .pop-up-content {
        font-size: 16px;
        line-height: 26px;
    }
}

.pop-up-btn-wrap {
    text-align: center;
    margin-top: 10px;
}

.pop-up-form__inner {
    margin-top: 15px;
}

.pop-up-form__inner .grid {
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .pop-up-form__inner .grid {
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up-form__inner .grid {
        margin-left: -8px;
        margin-right: -8px;
    }
}

.pop-up-form__inner .grid .e-input {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .pop-up-form__inner .grid .e-input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 6px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .pop-up-form__inner .grid .e-input {
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up-form__inner .grid .e-input {
        padding: 0 8px;
    }
}

.pop-up-form__inner .grid .e-submit {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .pop-up-form__inner .grid .e-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 162px;
        flex: 0 1 162px;
        padding: 0 6px;
    }
}

@media screen and (min-width: 1024px) {
    .pop-up-form__inner .grid .e-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 218px;
        flex: 0 1 218px;
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up-form__inner .grid .e-submit {
        padding: 0 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 256px;
        flex: 0 1 256px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up-form__inner .grid .e-submit--small {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 190px;
        flex: 0 1 190px;
    }
}

.pop-up-form__inner .grid__field {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width: 768px) {
    .pop-up-form__inner .grid__field {
        width: 50%;
    }
}

.pop-up-form__inner .grid__field .e-input {
    margin-bottom: 16px;
}

.pop-up-form__inner .grid__field textarea {
    height: 100px;
}

@media screen and (min-width: 768px) {
    .pop-up-form__inner .grid__field textarea {
        height: 180px;
    }
}

.pop-up-form__inner .grid__field .e-policy {
    font-size: 12px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .pop-up-form__inner .grid__field .e-policy {
        padding: 0 6px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .pop-up-form__inner .grid__field .e-policy {
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .pop-up-form__inner .grid__field .e-policy {
        padding: 0 8px;
    }
}

.pop-up-form__inner-item + .pop-up-form__inner-item {
    margin-top: 18px;
}

.pop-up-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pop-up-content__item {
    margin-right: 10px;
    margin-bottom: 45px;
    width: calc((100% - 2 * 10px) / 3);
}

.pop-up-content__item:last-child,
.pop-up-content__item:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .pop-up-content__item {
        width: calc((100% - 10px) / 2);
    }

    .pop-up-content__item:nth-child(n) {
        margin-right: 10px;
    }

    .pop-up-content__item:last-child,
    .pop-up-content__item:nth-child(2n) {
        margin-right: 0;
    }
}

/* footer-main */
.footer-main {
    width: 100%;
    padding: 0px 0 20px;
    background-color: #0C54A0;
}

@media screen and (min-width: 1024px) {
    .footer-main {
        padding: 0px 0 33px;
    }
}

@media screen and (min-width: 1280px) {
    .footer-main {
        padding: 0px 0 43px;
    }
}

.footer-main__menu .wrap {
    padding: 0;
}

.footer-main__menu .grid {
    border-top: 1px solid #6a9ded;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 480px) {
    .footer-main__menu .grid {
        border-bottom: 1px solid #6a9ded;
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .footer-main__menu .grid {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .footer-main__menu .grid {
        padding-left: 42px;
        padding-right: 42px;
    }
}

@media screen and (min-width: 1280px) {
    .footer-main__menu .grid {
        height: 80px;
        padding-left: 52px;
        padding-right: 52px;
    }
}

.footer-main__menu .grid .copy {
    display: none;
}

@media screen and (min-width: 768px) {
    .footer-main__menu .grid .copy {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-main__menu .grid .copy .copy__text {
        margin-left: 30px;
    }
}

.menu-footer .menu-list__item:not(:last-child) {
    position: relative;
}

@media screen and (min-width: 480px) {
    .menu-footer .menu-list__item:not(:last-child) {
        margin-right: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .menu-footer .menu-list__item:not(:last-child) {
        margin-right: 75px;
    }
}

@media screen and (min-width: 480px) {
    .menu-footer .menu-list__item:not(:last-child):after {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 1px;
        height: 30px;
        background-color: #6a9ded;
    }
}

@media screen and (min-width: 1024px) {
    .menu-footer .menu-list__item:not(:last-child):after {
        right: -37px;
    }
}

.menu-footer .menu-list__item a {
    display: inline-block;
    color: #f1f6f9;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.4px;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
    .menu-footer .menu-list__item a {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .menu-footer .menu-list__item a {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1280px) {
    .menu-footer .menu-list__item a {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (min-width: 480px) {
    .menu-footer .menu-list__item a:hover:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 1px;
        border-bottom: 3px solid #fff;
    }
}

@media screen and (min-width: 1280px) {
    .menu-footer .menu-list__item a:hover:after {
        bottom: -10px;
    }
}

.copy {
    color: #f1f6f9;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-align: left;
}

@media (min-width: 480px) {
    .copy {
        font-size: 16px;
    }
}

.copy .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 479px) {
    .copy .wrap {
        border-bottom: 1px solid #6a9ded;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 480px) {
    .copy .wrap {
        padding: 20px 20px 0;
    }
}

.copy .wrap .social {
    margin-left: 20px;
}

@media screen and (min-width: 768px) {
    .copy {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .copy {
        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {
    .copy {
        font-size: 22px;
    }
}

.footer-main__links {
    margin-top: 28px;
}

@media screen and (max-width: 479px) {
    .footer-main__links {
        display: none;
    }
}

@media screen and (min-width: 1280px) {
    .footer-main__links {
        margin-top: 48px;
    }
}

.footer-main__links .grid {
    margin-left: -5px;
    margin-right: -5px;
}

@media screen and (min-width: 768px) {
    .footer-main__links .grid {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media screen and (min-width: 1024px) {
    .footer-main__links .grid {
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media screen and (min-width: 1280px) {
    .footer-main__links .grid {
        margin-left: -8px;
        margin-right: -8px;
    }
}

.links-list {
    padding: 0 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .links-list {
        padding: 0 6px;
    }
}

@media screen and (min-width: 1024px) {
    .links-list {
        padding: 0 4px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .links-list {
        padding: 0 8px;
    }
}

.links-list__item a {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #a6c2f0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 768px) {
    .links-list__item a {
        font-size: 10px;
        line-height: 28px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .links-list__item a {
        font-size: 12px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .links-list__item a {
        font-size: 14px;
        line-height: 26px;
    }
}

.links-list__item a:hover {
    color: #fff;
}

@media (min-width: 1024px) {
    .footer-main__devel {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .footer-main__devel {
        margin-top: 30px;
    }
}

.footer-main__devel .grid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-main__devel .grid .devel {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .footer-main__devel .grid .devel {
        margin-bottom: 0;
    }
}

.footer-main__devel .grid .links-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 20px;
    margin-bottom: 0;
}

.devel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.devel__link {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #f1f6f9;
    letter-spacing: 0.28px;
}

.devel__ico {
    margin: 0 5px;
}

/* filter tab index */
.filter-tabs-mobile {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    height: 40px;
    color: #737373;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ced9e0;
    border-radius: 4px;
    padding: 0 10px;
    position: relative;
    display: none;
}

@media screen and (max-width: 479px) {
    .filter-tabs-mobile {
        display: block;
    }
}

.filter-tabs-mobile.open {
    border: 1px solid #0C54A0;
}

.filter-tabs-mobile.open:after {
    background: url(../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.filter-tabs-mobile.open + .filter-tabs-list {
    display: block;
    position: absolute;
    top: 57px;
    left: 70px;
    background: #fff;
    z-index: 12;
    width: calc(100% - 86px);
    border: 1px solid #ced9e0;
    border-radius: 4px;
    overflow: hidden;
}

.filter-tabs-mobile:after {
    content: '';
    top: 11px;
    right: 10px;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px !important;
}

.filter-tabs {
    background: #fff;
}

.filter-tabs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 74px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

@media screen and (max-width: 479px) {
    .filter-tabs__head {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.filter-tabs__head span {
    font-family: Montserrat, sans-serif;
    color: #a4aab0;
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    .filter-tabs__head span {
        font-size: 16px;
    }
}

.filter-tabs__head a {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 16px;
    letter-spacing: 0.44px;
    height: 30px;
    display: none;
    padding-top: 6px;
}

@media screen and (min-width: 768px) {
    .filter-tabs__head a {
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    .filter-tabs__head a {
        font-size: 18px;
        padding-top: 0;
    }
}

@media screen and (min-width: 1280px) {
    .filter-tabs__head a {
        font-size: 22px;
    }
}

.filter-tabs__head a span {
    font-family: Montserrat, sans-serif;
    display: inline-block;
    height: 45px;
    color: #737373;
    font-size: 16px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .filter-tabs__head a span {
        font-size: 18px;
        height: 52px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-tabs__head a span {
        font-size: 22px;
    }
}

.filter-tabs__head a span:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -40px;
    width: 26px;
    height: 30px;
    background: url(../img/svg/look_complex.svg) no-repeat;
}

@media screen and (min-width: 1024px) {
    .filter-tabs__head a span:before {
        top: -4px;
    }
}

.filter-tabs__head a:hover {
    color: #4283dd;
}

.filter-tabs__head a:hover span {
    color: #4283dd;
    border-bottom: 3px solid #4283dd;
}

.filter-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 479px) {
    .filter-tabs-list {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .filter-tabs-list {
        margin-right: 20px;
    }
}

.filter-tabs-list__item {
    padding: 0 12px;
    height: 72px;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 479px) {
    .filter-tabs-list__item {
        padding: 0;
        height: 23px;
    }
}

@media screen and (min-width: 768px) {
    .filter-tabs-list__item {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1024px) {
    .filter-tabs-list__item {
        padding: 0 20px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-tabs-list__item {
        padding: 0 35px;
    }
}

.filter-tabs-list__item:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 30px;
    background: #eee;
}

.filter-tabs-list__item:last-child {
    border-right: 0;
}

.filter-tabs-list__item:hover .filter-tabs-name {
    color: #0C54A0;
    background: #f9fcfe;
}

@media screen and (min-width: 480px) {
    .filter-tabs-list__item:hover .filter-tabs-name {
        color: #0C54A0;
        border-bottom: 3px solid #0C54A0;
        background: none;
    }
}

@media screen and (max-width: 479px) {
    .filter-tabs-list__item.active .filter-tabs-name {
        background: #f9fcfe;
        color: #0C54A0;
    }
}

@media screen and (min-width: 480px) {
    .filter-tabs-list__item.active .filter-tabs-name {
        border-bottom: 3px solid #0C54A0;
    }

    .filter-tabs-list__item.active .filter-tabs-name:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5.5px 0 5.5px;
        border-color: #0C54A0 transparent transparent transparent;
    }
}

.filter-tabs-name {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 16px;
    letter-spacing: 0.44px;
    position: relative;
    height: 72px;
    padding-top: 26px;
}

@media screen and (max-width: 479px) {
    .filter-tabs-name {
        height: 23px;
        font-size: 14px;
        line-height: 23px;
        color: #333;
        padding: 0 10px;
        margin: 3px 0;
    }
}

@media screen and (min-width: 1024px) {
    .filter-tabs-name {
        font-size: 18px;
        padding-top: 23px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-tabs-name {
        font-size: 22px;
    }
}

.filter-tabs__content {
    display: none;
}

@media screen and (min-width: 1280px) {
}

.filter-tabs__content.active {
    display: block;
}

.js-select {
    border-radius: 4px;
    border: 1px solid #ced9e0;
    height: 40px;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    min-width: 150px;
    color: #a4aab0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.js-select:hover {
    background: #0C54A0;
    color: #fff;
}

.filter-item__label {
    font-size: 10px;
    line-height: 10px;
    color: #a4aab0;
    margin-bottom: 8px;
    position: relative;
    font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
    .filter-item__label {
        font-size: 12px;
        line-height: 12px;
    }
}

.filter-item select {
    width: 100%;
}

.filter-add {
    padding: 0 5px;
}

@media screen and (min-width: 768px) {
    .filter-add {
        padding: 0 6px;
    }
}

@media screen and (min-width: 1024px) {
    .filter-add {
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-add {
        padding: 0 8px;
    }
}

.filter-add span {
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    color: #0C54A0;
    font-size: 14px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    line-height: 41px;
    padding: 0 10px;
    border-radius: 4px;
}

@media screen and (min-width: 1280px) {
    .filter-add span {
        font-size: 16px;
    }
}

.filter-add span.active {
    background: #f2f6f9;
}

.filter-add span:hover {
    background: rgba(79, 150, 226, 0.05);
    color: #0C54A0;
}

.textarea .textarea__label {
    font-size: 12px;
    line-height: 12px;
    color: #a4aab0;
    margin-bottom: 8px;
}

.textarea textarea {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: block;
    border-radius: 4px;
    border: 1px solid #ced9e0;
    color: #a4aab0;
    padding: 8px;
    resize: vertical;
}

.textarea textarea::-webkit-input-placeholder {
    color: #a4aab0;
}

.textarea textarea::-moz-placeholder {
    color: #a4aab0;
}

.textarea textarea:-moz-placeholder {
    color: #a4aab0;
}

.textarea textarea:-ms-input-placeholder {
    color: #a4aab0;
}

.textarea textarea:focus,
.textarea textarea:hover {
    border: 1px solid #0C54A0;
}

.checkbox label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font-family: Montserrat, sans-serif;
    position: relative;
    cursor: pointer;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="radio"]:checked + i:after,
.checkbox label input[type="checkbox"]:checked + i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../../../assets/img/svg/checkbox_check.svg) no-repeat center / 18px 18px;
}

.checkbox label i {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/svg/checkbox.svg) no-repeat center / 18px 18px;
}

.checkbox label span {
    color: #737373;
    font-size: 10px;
    display: block;
    line-height: 1;
    padding-left: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
}

@media screen and (min-width: 1280px) {
    .checkbox label span {
        font-size: 12px;
    }
}

.checkbox label a {
    color: #0C54A0;
}

.filter-item input[type="text"] {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    border: 1px solid #ced9e0;
    color: #333;
    min-width: 0;
}

.filter-item input[type="text"]::-webkit-input-placeholder {
    color: #a4aab0;
}

.filter-item input[type="text"]::-moz-placeholder {
    color: #a4aab0;
}

.filter-item input[type="text"]:-moz-placeholder {
    color: #a4aab0;
}

.filter-item input[type="text"]:-ms-input-placeholder {
    color: #a4aab0;
}

.filter-item input[type="text"]:focus,
.filter-item input[type="text"]:hover {
    border: 1px solid #0C54A0;
}

@media screen and (min-width: 1280px) {
    .filter-item input[type="text"] {
        font-size: 16px;
    }
}

.file-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .file-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.file-btn .file-btn__label {
    font-size: 10px;
    line-height: 10px;
    color: #a4aab0;
    margin-bottom: 8px;
}

@media screen and (min-width: 1280px) {
    .file-btn .file-btn__label {
        font-size: 12px;
        line-height: 12px;
    }
}

.file-btn input[type="file"] {
    display: none;
}

.file-btn span {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    color: #0C54A0;
    font-size: 14px;
    text-align: center;
    height: 40px;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #0C54A0;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

@media screen and (min-width: 1280px) {
    .file-btn span {
        font-size: 16px;
    }
}

.file-btn span:hover {
    background-color: #0C54A0;
    border-color: #0C54A0;
    color: #fff;
}

.file-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.file-content__item {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media screen and (min-width: 1024px) {
    .file-content__item {
        width: 40px;
        height: 40px;
        margin-right: 16px;
    }
}

.file-content__item:last-child {
    margin-right: 0 !important;
}

.file-content__item .file-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.file-content__item .file-close:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
    background: url(../img/img_del.png) no-repeat center / 10px 10px;
}

.file-content__item img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (min-width: 1024px) {
    .file-content__item img {
        width: 40px;
        height: 40px;
    }
}

.ui-menu .ui-menu-item {
    margin: 3px 0;
}

.ui-front {
    z-index: 190;
}

.ui-widget {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    .ui-widget {
        font-size: 16px;
    }
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-size: 16px;
    }
}

.ui-selectmenu-button.ui-button {
    width: 100%;
}

.ui-button {
    padding: 10px 10px;
    height: 40px;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #ced9e0;
    background: #fff;
    font-weight: normal;
    color: #a4aab0;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #a4aab0;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #0C54A0;
    background: #fff;
    font-weight: normal;
    color: #a4aab0;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.ui-button:active,
.ui-button:active {
    border: 1px solid #0C54A0;
    background: #fff;
    font-weight: normal;
    color: #0C54A0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: #f9fcfe;
    font-weight: normal;
    color: #0C54A0;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #f9fcfe;
    background-color: #fff;
    color: #0C54A0;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0px;
}

.ui-button .ui-icon {
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.ui-button.ui-selectmenu-button-open .ui-icon {
    background: url(../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 4px;
}

/* ui autocomplid */
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    overflow: hidden;
    max-width: inherit;
}

.ui-widget-content {
    border: 1px solid #f9fcfe;
    background: #ffffff;
    color: #333333;
}

.select-rooms {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .select-rooms {
        display: block;
    }
}

.select-rooms.open .select-rooms__input {
    border: 1px solid #0C54A0;
}

.select-rooms.open .select-rooms__input:after {
    background: url(../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px;
}

.select-rooms.open .select-rooms__list {
    display: block;
}

.select-rooms__input {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    border: 1px solid #ced9e0;
    color: #a4aab0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1280px) {
    .select-rooms__input {
        font-size: 16px;
    }
}

.select-rooms__input:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 8px;
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.select-rooms__input:hover {
    border: 1px solid #0C54A0;
}

.select-rooms__list {
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    overflow: hidden;
    width: inherit;
    background: #fff;
    padding: 3px 0;
}

.select-rooms__list .checkbox {
    width: 100%;
}

.select-rooms__list .checkbox label {
    width: 100%;
    padding: 3px 1em 3px .4em;
}

.select-rooms__list .checkbox label span {
    padding-top: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #333333;
}

@media screen and (min-width: 1280px) {
    .select-rooms__list .checkbox label span {
        font-size: 16px;
    }
}

.select-rooms__list .checkbox label:hover {
    background: #f9fcfe;
}

.select-rooms__list .checkbox label:hover span {
    color: #0C54A0;
}

/* filter */
/* filter style */
.filter--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-item select {
    border-radius: 5px;
    border: 1px solid #ced9e0;
    height: 40px;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    min-width: 150px;
    color: #a4aab0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-grid__head .filter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    .filter-grid__head .filter-inner_mini {
        max-width: 966px;
    }
}

.filter-grid__head .filter-type {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid__head .filter-type {
        width: 25%;
    }
}

.filter-grid__head .filter-type .filter-item {
    width: 100%;
}

.filter-grid__head .filter-group {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid__head .filter-group {
        width: 75%;
    }
}

@media screen and (min-width: 480px) {
    .filter-grid__head .filter-group .filter-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.filter-grid__head .filter-buttons {
    padding-bottom: 20px;
}

.filter-grid__more {
    background-color: #f2f6f9;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.filter-grid__more.open {
    max-height: 1700px;
}

.filter-item,
.filter-add,
.filter-button__group,
.file-btn,
.file-content,
.report-wrap {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 768px) {
    .filter-item,
    .filter-add,
    .filter-button__group,
    .file-btn,
    .file-content,
    .report-wrap {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (min-width: 1024px) {
    .filter-item,
    .filter-add,
    .filter-button__group,
    .file-btn,
    .file-content,
    .report-wrap {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-item,
    .filter-add,
    .filter-button__group,
    .file-btn,
    .file-content,
    .report-wrap {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.filter-item {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .filter-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 768px) {
    .filter-item {
        width: 33.333%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-item {
        width: 25%;
    }
}

.file-wrap,
.report-wrap {
    padding-top: 20px;
}

.filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.filter-buttons .button.--map {
    width: 150px;
    margin-right: 16px;
    display: none;
}

@media screen and (min-width: 768px) {
    .filter-buttons .button.--map {
        display: block;
    }
}

.filter-buttons .button.--submit {
    width: 150px;
}

.filter-buttons .filter-button__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-buttons--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .filter-buttons--center {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.filter-buttons-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 966px);
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .filter-buttons-column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 1023px) {
    .filter-buttons-column {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.filter-buttons-column .filter-inner__column {
    margin-top: 20px;
}

@media (max-width: 1279px) and (min-width: 1024px) {
    .filter-buttons-column .filter-inner__column {
        margin-top: 0;
        max-width: 156px;
    }
}

.filter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.filter-item__from-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-item__from-to span {
    color: #a4aab0;
    font-size: 16px;
    margin: 0 6px;
}

.filter-btn-close {
    border-top: 1px solid #ced9e0;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #0C54A0;
    padding: 20px 0;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
}

.filter-btn-close:hover {
    background: #0C54A0;
    color: #fff;
}

@media screen and (min-width: 1280px) {
    .filter-btn-close {
        font-size: 16px;
        line-height: 26px;
    }
}

.filter-item.--floor-not {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .filter-item.--floor-not {
        padding-top: 50px;
    }
}

.filter-item.--floor-not .checkbox:nth-child(1) {
    margin-right: 20px;
}

.filter-item.--distance {
    padding-top: 38px;
}

@media screen and (min-width: 1280px) {
    .filter-item.--distance {
        padding-top: 40px;
    }
}

.filter-item.--photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
}

@media screen and (min-width: 1280px) {
    .filter-item.--photo {
        padding-top: 50px;
    }
}

.filter-item.--list {
    height: auto;
}

.filter-item.--list .filter-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-item.--list .filter-item__inner .checkbox {
    margin-top: 20px;
}

.file-content {
    padding-top: 20px;
}

.report-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .report-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.textarea.form-comment {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .textarea.form-comment {
        width: 360px;
    }
}

@media screen and (min-width: 1024px) {
    .textarea.form-comment {
        width: 460px;
    }
}

.textarea.form-comment textarea {
    width: 100%;
    min-height: 72px;
    max-height: 130px;
}

.form-policy {
    margin-bottom: 8px;
}

.e-submit.form-add input {
    height: 40px;
}

.submit-wrap {
    width: 275px;
    padding-top: 15px;
    margin-left: auto;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
    width: 100%;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
        width: 33.333%;
    }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
        width: 16.666%;
    }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--area {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--area {
        width: 16.666%;
    }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
    width: 83.333%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
        width: 16.666%;
    }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
        width: 16.666%;
    }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
.filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
    .filter-grid.--buy .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
        width: 16.666%;
    }
}

.filter-grid__additional .filter:first-child {
    margin-top: -20px;
    border-top: 0;
}

.filter-grid__additional .filter {
    border-top: 1px solid #eeeeee;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
        width: 8.333%;
    }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--room,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--room,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
        width: 8.333%;
    }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
        width: 8.333%;
    }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
        width: 8.333%;
    }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
    .filter-grid.--sell .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
        width: 8.333%;
    }
}

.filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--price,
.filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--rooms {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--price,
    .filter-grid.--lease .filter-grid__head .filter-group[data-form-group="flat"] .filter-item.--rooms {
        width: 16.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor,
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area,
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--area-living {
        width: 16.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
    width: 100%;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--floor-not {
        width: 33.333%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
        width: 66.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
        width: 25%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor {
        width: 16.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--floor-not {
        width: 50%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
        width: 66.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
        width: 25%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--floor,
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-house,
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--area-section {
        width: 16.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--area-section {
        width: 16.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
.filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--area,
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--ceiling,
    .filter-grid.--lease .filter-grid__more .filter-group[data-form-group="commercial"] .filter-item.--photo {
        width: 16.666%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--house,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--floor,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--room,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-kitchen,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--area-living {
        width: 8.333%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .filter-item__inner {
        width: 66.666%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="flat"] .filter-item.--list .checkbox {
        width: 25%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--house,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--floor,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--area {
        width: 8.333%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .filter-item__inner {
        width: 66.666%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="room"] .filter-item.--list .checkbox {
        width: 25%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--house,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--floor,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-house,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--area-section {
        width: 8.333%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="house"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--area-section {
        width: 8.333%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list {
    width: 100%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .filter-item__inner {
        width: 41.666%;
    }
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="land"] .filter-item.--list .checkbox {
    width: 33.333%;
}

.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
.filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
    width: 16.666%;
}

@media screen and (min-width: 1024px) {
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--area,
    .filter-grid.--hand-over .filter-grid__additional .filter-group[data-form-group="commercial"] .filter-item.--ceiling {
        width: 8.333%;
    }
}

.filter-aside-wrap .filter-aside-tabs__head {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 1024px) {
    .filter-aside-wrap .filter-aside-tabs__head {
        padding: 0 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.filter-aside-wrap .filter-aside-tabs-select {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}

@media screen and (min-width: 1024px) {
    .filter-aside-wrap .filter-aside-tabs-select {
        margin-left: 10px;
        margin-top: 0;
        width: auto;
    }
}

.filter-aside-wrap .filter-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
}

.filter-aside-wrap .filter-type {
    width: 100%;
}

.filter-aside-wrap .filter-item,
.filter-aside-wrap .filter-grid__buttons {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 1024px) {
    .filter-aside-wrap .filter-item,
    .filter-aside-wrap .filter-grid__buttons {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.filter-aside-wrap .filter-item.--floor-not,
.filter-aside-wrap .filter-grid__buttons.--floor-not {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filter-aside-wrap .filter-item.--floor-not .checkbox,
.filter-aside-wrap .filter-grid__buttons.--floor-not .checkbox {
    margin-right: 0;
    margin-bottom: 15px;
}

.filter-aside-wrap .filter-item.--floor-not .checkbox:last-child,
.filter-aside-wrap .filter-grid__buttons.--floor-not .checkbox:last-child {
    margin-bottom: 0;
}

.filter-aside-wrap .filter-item.--photo,
.filter-aside-wrap .filter-grid__buttons.--photo {
    padding-top: 20px;
    height: auto;
}

.filter-aside-wrap .filter-item.--distance,
.filter-aside-wrap .filter-grid__buttons.--distance {
    height: auto;
}

.filter-aside-wrap .filter-item.--list,
.filter-aside-wrap .filter-grid__buttons.--list {
    width: 100%;
    padding-top: 0;
}

.filter-aside-wrap .filter-item.--list .filter-item__inner,
.filter-aside-wrap .filter-grid__buttons.--list .filter-item__inner {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filter-aside-wrap .filter-item.--list .checkbox,
.filter-aside-wrap .filter-grid__buttons.--list .checkbox {
    width: 100% !important;
}

.filter-aside-wrap .filter-buttons {
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #eeeeee;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: -14px;
}

.filter-aside-wrap .filter-buttons.active {
    display: none;
}

.filter-aside-wrap .filter-buttons .filter-add span {
    height: 40px;
    line-height: 40px;
}

.filter-aside-wrap .filter-grid__more {
    background: #fff;
}

.filter-aside-wrap .filter-btn-close {
    border: none;
    padding: 0;
}

.filter-aside-wrap .filter-btn-close span {
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    color: #0C54A0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}

.filter-btn-clear {
    margin-top: 15px;
    text-align: center;
}

.filter-btn-clear span {
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    color: #0C54A0;
    font-size: 16px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
}

.filter-btn-clear span:hover {
    background: rgba(79, 150, 226, 0.05);
    color: #0C54A0;
}

.filter-mobil-search {
    display: none;
}

@media screen and (max-width: 767px) {
    .filter-mobil-search {
        display: block;
    }
}

.filter-mobil-search-btn {
    text-align: center;
}

.filter-mobil-search-btn span {
    background: #0C54A0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 20px auto 0;
    cursor: pointer;
}

.filter-multpl {
    height: auto;
}

.filter-multpl-check {
    margin-bottom: 8px;
}

.filter-multpl-check li {
    padding-right: 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
}

@media screen and (min-width: 1280px) {
    .filter-multpl-check li {
        font-size: 16px;
    }
}

.filter-multpl-check li:hover {
    color: #0C54A0;
    text-decoration: line-through;
}

.filter-multpl-check li:hover i {
    background: url(../img/svg/cross-small_blue.svg) no-repeat center / 10px 10px;
}

.filter-multpl-check i {
    position: absolute;
    top: 3px;
    right: 2px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/svg/cross-small.svg) no-repeat center / 10px 10px;
}

@media screen and (min-width: 1280px) {
    .filter-multpl-check i {
        top: 5px;
    }
}

.filter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.filter-inner__column {
    padding: 0 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media (min-width: 480px) {
    .filter-inner__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

@media (min-width: 1024px) {
    .filter-inner__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    }
}

@media (min-width: 768px) {
    .filter-inner__column_33 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
    }
}

.filter-inner__column .filter-type {
    width: 100%;
}

.filter-inner__column .filter-item {
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.filter-select {
    position: relative;
    width: 100%;
}

.filter-select:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.filter-select.open:after {
    background: url(../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.filter-select.open .filter-select__input {
    border: 1px solid #0C54A0;
}

.filter-select.open .filter-select__list {
    display: block;
}

.filter-select__input {
    border-radius: 4px;
    border: 1px solid #ced9e0;
    height: 40px;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 40px;
    min-width: 150px;
    color: #737373;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}

.filter-select__input:hover {
    border: 1px solid #0C54A0;
}

.filter-select__input:focus {
    border: 1px solid #0C54A0;
}

.filter-select__list {
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    overflow: hidden;
    width: inherit;
    background: #fff;
}

.filter-select__list li {
    margin: 2px 0;
    padding: 3px 8px;
    cursor: pointer;
}

.filter-select__list li:hover {
    background: #f9fcfe;
    color: #0C54A0;
}

.filter-select__list li .checkbox label {
    width: 100%;
}

.filter-select__list li .checkbox label:hover span {
    color: #0C54A0;
}

.filter-select__list li .checkbox label span {
    font-size: 14px;
    padding-top: 0;
}

.filter-select__list li .radio label {
    width: 100%;
}

.filter-select select {
    display: none;
}

.filter-from-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-from-to input {
    width: 50%;
}

.filter-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-checkbox .checkbox {
    margin-top: 18px;
    width: 50%;
    padding: 0 10px;
}

.filter-show,
.filter-hide,
.filter-reset,
.button-map,
.button-submit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ced9e0;
    background: transparent;
    border-radius: 4px;
}

.filter-show span,
.filter-hide span,
.filter-reset span,
.button-map span,
.button-submit span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-show {
    border: none;
}

.button-submit {
    border: 1px solid #0C54A0;
    background: #0C54A0;
    color: #fff;
}

.button-submit:hover,
.button-submit:active {
    background: #539ef0;
}

.filter-show {
    color: #0C54A0;
}

.filter-hide {
    color: #0C54A0;
}

.filter-hide.active,
.filter-hide:hover,
.filter-hide:active {
    background: #ced9e0;
}

.filter-reset {
    color: #737373;
}

.button-map {
    border: 1px solid #f7182b;
    background: #f7182b;
    color: #fff;
}

.button-map:hover,
.button-map:active {
    border: 1px solid #ced9e0;
    background: transparent;
    color: #737373;
}

.button-map:hover span:before,
.button-map:active span:before {
    background: url(../img/svg/pin_location_red.svg) no-repeat center / 18px 25px;
}

.button-map span {
    position: relative;
}

.button-map span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 0;
    width: 18px;
    height: 25px;
    background: url(../img/svg/pin_location_white.svg) no-repeat center / 18px 25px;
}

.filter-reset:hover,
.filter-reset:active {
    border: 1px solid #da634c;
    color: #da634c;
}

.filter-reset span {
    position: relative;
}

.filter-reset span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../img/svg/cross-small.svg) no-repeat center / 12px 12px;
}

.filter-grid__head {
    padding-top: 20px;
}

@media (min-width: 1024px) {
    .filter-grid__head .filter-buttons .filter-inner__column {
        max-width: 156px;
    }
}

.filter-grid__more {
    padding-top: 20px;
    padding-bottom: 40px;
}

.filter-grid__more .filter-buttons {
    margin-top: 20px;
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 768px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(1) {
        margin-bottom: 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

@media (min-width: 480px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (min-width: 768px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media (min-width: 480px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 768px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 768px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1024px) {
    .filter-grid__more .filter-buttons .filter-inner__column:nth-child(4) {
        margin-top: 0;
    }
}

.filter-aside-tabs__content .filter-item {
    margin-bottom: 20px;
}

.filter-aside-tabs__content .filter-grid__more {
    padding: 0;
}

.filter-grid__buttons button {
    margin-bottom: 20px;
}

.filter-aside-wrap .filter-item__label:empty {
    display: none;
}

.filter-aside-wrap .filter-item.--floor-not + .filter-item.--floor-not {
    padding-top: 0px;
}

.filter-item.--list .filter-item__inner .checkbox {
    margin-top: 0;
}

.filter-item.--list .filter-item__inner .checkbox + .checkbox {
    margin-top: 20px;
}

/* end filter */
.filter-btn-open {
    margin-top: 18px;
    margin-left: 10px;
    display: none;
    height: 40px;
    color: #a4aab0;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ced9e0;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .filter-btn-open {
        display: block;
    }
}

/* filter-min */
.filter-sort {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .filter-sort {
        width: 170px;
    }
}

@media screen and (min-width: 1024px) {
    .filter-sort {
        width: 272px;
    }
}

.filter-view {
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .filter-view {
        width: 170px;
    }
}

@media screen and (min-width: 480px) {
    .filter-view {
        margin-left: auto;
    }
}

.filter-view .filter-view-select {
    display: none;
}

@media screen and (max-width: 767px) {
    .filter-view .filter-view-select {
        display: block;
    }
}

.filter-view-list {
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #ced9e0;
}

@media screen and (max-width: 767px) {
    .filter-view-list {
        display: none;
    }
}

.filter-view-link {
    height: 40px;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    color: #737373;
    padding: 0 16px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

@media screen and (max-width: 767px) {
    .filter-view-link {
        display: block;
        height: auto;
        line-height: 23px;
        padding: 3px 1em 3px .4em;
        border: 0 !important;
    }
}

@media screen and (min-width: 1280px) {
    .filter-view-link {
        font-size: 16px;
    }
}

.filter-view-link:nth-child(2) {
    border-left: 1px solid #ced9e0;
    border-right: 1px solid #ced9e0;
}

.filter-view-link.active,
.filter-view-link:hover {
    background: #0C54A0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .filter-view-link.active,
    .filter-view-link:hover {
        background: #fff;
        color: #737373;
    }
}

@media screen and (max-width: 767px) {
    .filter-view-link:hover {
        color: #0C54A0;
        background: #f9fcfe;
    }
}

.filter-label {
    font-family: Montserrat, sans-serif;
    color: #a4aab0;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 8px;
}

@media screen and (min-width: 1280px) {
    .filter-label {
        font-size: 12px;
        line-height: 12px;
    }
}

/* search-result */
.search-result-info {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
    .search-result-info {
        font-size: 16px;
        line-height: 26px;
    }
}

.search-result-info span {
    font-weight: 500;
}

.search-result-list {
    margin-top: -20px;
}

.search-result-list__item {
    margin-top: 20px;
}

.search-result-tabl {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.search-result-tabl .search-result-list {
    margin-top: 0;
}

.search-result-tabl .search-result-list__item {
    margin-top: 0;
    border-top: 1px solid #eeeeee;
}

.search-result-tabl .search-result-list__item.--favorites .favorites__link:before {
    background: url(../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.search-result-tabl .search-result-list__item.--favorites .favorites__link:hover:before {
    background: url(../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.search-result-tabl .favorites {
    font-size: 14px;
    line-height: 14px;
}

@media screen and (min-width: 1280px) {
    .search-result-tabl .favorites {
        font-size: 16px;
        line-height: 16px;
    }
}

.search-result-tabl .favorites__link {
    padding-left: 0;
    height: 16px;
    width: 16px;
}

.search-result-tabl-head {
    display: none;
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-head {
        display: block;
    }
}

.search-result-tabl-head span {
    font-weight: 500;
    line-height: 14px;
}

@media screen and (min-width: 1280px) {
    .search-result-tabl-head span {
        line-height: 16px;
    }
}

.search-result-tabl-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-grid {
        padding: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.search-result-tabl-grid:hover {
    background: #f9fcfe;
}

.search-result-tabl-grid__item {
    text-align: left;
    padding: 5px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-grid__item {
        text-align: center;
        padding: 10px 3px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 1280px) {
    .search-result-tabl-grid__item {
        padding: 21px 5px;
    }
}

.search-result-tabl-grid__item-label {
    text-align: left;
    font-family: Montserrat, sans-serif;
    color: #a4aab0;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-grid__item-label {
        display: none;
    }
}

.search-result-tabl-grid__item.--photo {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-grid__item.--photo {
        min-width: 60px;
        max-width: 60px;
    }
}

@media screen and (min-width: 1280px) {
    .search-result-tabl-grid__item.--photo {
        min-width: 80px;
        max-width: 80px;
    }
}

.search-result-tabl-grid__item.--room {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-grid__item.--room {
        min-width: 55px;
        max-width: 55px;
    }
}

.search-result-tabl-grid__item.--district {
    min-width: 100px;
    max-width: 100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (min-width: 768px) {
    .search-result-tabl-grid__item.--district {
        min-width: 138px;
        max-width: 138px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
    .search-result-tabl-grid__item.--district {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-grid__item.--district {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        min-width: 70px;
        max-width: 70px;
    }
}

.search-result-tabl-grid__item.--address {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (min-width: 768px) {
    .search-result-tabl-grid__item.--address {
        min-width: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .search-result-tabl-grid__item.--address {
        min-width: 250px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

.search-result-tabl-grid__item.--price {
    min-width: 88px;
}

.search-result-tabl-grid__item.--metr {
    min-width: 76px;
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
    .search-result-tabl-grid__item.--metr {
        display: none;
    }
}

.search-result-tabl-grid__item.--more {
    min-width: 72px;
    max-width: 72px;
}

@media screen and (max-width: 1023px) {
    .search-result-tabl-grid__item.--more {
        max-width: 0;
        min-width: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    .search-result-tabl-grid__item.--more .favorites {
        position: absolute;
        top: 12px;
        right: 20px;
    }
}

.search-result-tabl-grid__item span {
    white-space: nowrap;
    color: #737373;
    position: relative;
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    .search-result-tabl-grid__item span {
        font-size: 16px;
    }
}

.search-result-tabl-grid__item-discount {
    display: inline-block;
    padding-right: 15px;
    background: url(../img/svg/arrow-down.svg) no-repeat right 3px center / 9px;
}

.search-result-tabl-grid__item-discount span {
    color: #E31E24;
    border-bottom: 1px dashed #E31E24;
}

.apartment-card-tabl .search-result-tabl-grid__item {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}

@media screen and (min-width: 1280px) {
    .apartment-card-tabl .search-result-tabl-grid__item {
        font-size: 16px;
        line-height: 26px;
    }
}

.apartment-card-tabl .search-result-tabl-grid__item.--district {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.apartment-card-tabl .search-result-tabl-grid__item.--address {
    white-space: normal;
}

.apartment-card-tabl .search-result-tabl-grid__item.--address .apartment-title {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
    .apartment-card-tabl .search-result-tabl-grid__item.--address .apartment-title {
        font-size: 16px;
        line-height: 26px;
    }
}

.apartment-img {
    position: absolute;
    width: 216px;
    height: 162px;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ico-photo {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../img/svg/photo.svg) no-repeat center / 16px 14px;
    cursor: pointer;
}

.ico-photo:hover + .apartment-img {
    opacity: 1;
    visibility: visible;
}

/* result grid */
.search-result-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .search-result-grid {
        margin: 0 -6px;
    }
}

@media screen and (min-width: 1024px) {
    .search-result-grid {
        margin: 0 -4px;
    }
}

@media screen and (min-width: 1280px) {
    .search-result-grid {
        margin: 0 -8px;
    }
}

.search-result-grid__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 768px) {
    .search-result-grid__content {
        padding: 0 6px;
    }
}

@media screen and (min-width: 1024px) {
    .search-result-grid__content {
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .search-result-grid__content {
        padding: 0 8px;
    }
}

.search-result-grid__aside {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .search-result-grid__aside {
        position: absolute;
        width: 90%;
        top: 50px;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 121;
        display: none;
    }

    .search-result-grid__aside.active {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .search-result-grid__aside {
        padding: 20px 6px 0;
        width: 25%;
    }
}

@media screen and (min-width: 1024px) {
    .search-result-grid__aside {
        padding: 20px 4px 0;
    }
}

@media screen and (min-width: 1280px) {
    .search-result-grid__aside {
        padding: 20px 8px 0;
    }
}

/* filter-aside tab */
.filter-aside-tabs__content {
    margin-top: 20px;
    border-top: 1px solid #eeeeee;
    display: none;
}

.filter-aside-tabs__content.active {
    display: block;
}

.filter-aside-tabs__content .filter-btn-close {
    border-radius: 4px;
}

.filter-aside-tabs__content .filter-btn-close span {
    padding: 0 20px;
}

.filter-aside-tabs__content .filter-btn-close:hover {
    background: rgba(79, 150, 226, 0.05);
    color: #0C54A0;
}

.filter-aside-tabs__content .filter-btn-close:hover span {
    background: #f9fcfe;
}

/* filter-aside */
.filter-aside-wrap {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    padding: 30px 0 14px;
}

@media (min-width: 768px) {
    .filter-aside-wrap {
        padding: 20px 0 14px;
    }
}

.filter-aside-wrap .filter-aside-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/svg/cross.svg) no-repeat center / 20px 20px;
}

@media (min-width: 768px) {
    .filter-aside-wrap .filter-aside-close {
        display: none;
    }
}

.filter-aside-wrap .filter-item {
    padding-top: 0px;
}

.filter-aside-tabs__head {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.filter-aside-tabs__head span {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #a4aab0;
}

.filter-aside-tabs-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    height: 40px;
    color: #737373;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ced9e0;
    border-radius: 4px;
    padding: 0 10px;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .filter-aside-tabs-select {
        font-size: 16px;
    }
}

.filter-aside-tabs-select:after {
    content: '';
    top: 11px;
    right: 10px;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px !important;
}

.filter-aside-tabs-select.open {
    border: 1px solid #0C54A0;
}

.filter-aside-tabs-select.open:after {
    background: url(../img/svg/select_arrow_open.svg) no-repeat center / 8px 8px !important;
}

.filter-aside-tabs-select.open + .filter-aside-tabs-list {
    display: block;
    position: absolute;
    top: 62px;
    left: 10px;
    background: #fff;
    z-index: 12;
    width: calc(100% - 20px);
    border: 1px solid #ced9e0;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .filter-aside-tabs-select.open + .filter-aside-tabs-list {
        top: 40px;
        left: 72px;
        width: calc(100% - 92px);
    }
}

.filter-aside-tabs-list {
    display: none;
}

.filter-aside-tabs-list__item {
    height: 23px;
}

.filter-aside-tabs-list__item:hover .filter-aside-tabs-name {
    color: #0C54A0;
    background: #f9fcfe;
}

.filter-aside-tabs-list__item.active {
    background: #f9fcfe;
    color: #0C54A0;
}

.filter-aside-tabs-name {
    height: 23px;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    padding: 0 10px;
    margin: 3px 0;
    cursor: pointer;
}

.filter-aside-grid .filter-inner {
    padding: 0 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

@media screen and (min-width: 768px) {
    .filter-aside-grid .filter-inner {
        margin: 0 -6px;
    }
}

@media screen and (min-width: 1024px) {
    .filter-aside-grid .filter-inner {
        margin: 0 -4px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-aside-grid .filter-inner {
        margin: 0 -6px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-aside-grid .filter-item {
        padding: 20px 6px 0;
    }
}

.filter-aside-grid .filter-item__from-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-aside-grid .filter-item__from-to input:nth-child(1),
.filter-aside-grid .filter-item__from-to input:nth-child(3) {
    width: 65px;
}

@media screen and (min-width: 768px) {
    .filter-aside-grid .filter-item__from-to input:nth-child(1),
    .filter-aside-grid .filter-item__from-to input:nth-child(3) {
        width: 79px;
    }
}

@media screen and (min-width: 1024px) {
    .filter-aside-grid .filter-item__from-to input:nth-child(1),
    .filter-aside-grid .filter-item__from-to input:nth-child(3) {
        width: 60px;
    }
}

@media screen and (min-width: 1280px) {
    .filter-aside-grid .filter-item__from-to input:nth-child(1),
    .filter-aside-grid .filter-item__from-to input:nth-child(3) {
        width: 100px;
    }
}

.filter-aside-grid .filter-item__from-to span:nth-child(2) {
    margin: 0 3px;
    color: #ced9e0;
}

@media screen and (min-width: 768px) {
    .filter-aside-grid .filter-item__from-to span:nth-child(2) {
        margin: 0 5px;
    }
}

.filter-aside-add {
    text-align: center;
}

.filter-aside-add span {
    padding-top: 20px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #0C54A0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.filter-aside-add span:hover {
    color: #0C54A0;
}

.filter-aside-add.open span {
    display: none;
}

.filter-aside-add.open + .filter-aside-grid__more {
    display: block;
}

.filter-aside-grid__more {
    display: none;
}

/* apartment-card */
.apartment-card, .apartment-list {
    width: 100%;
    border: 1px solid #b2d6e8;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px 20px 60px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    cursor: pointer;
}

@media screen and (min-width: 480px) {
    .apartment-card {
        padding: 20px;
    }
}

.apartment-card:hover, .apartment-list:hover {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

.apartment-card.--favorites {
    border-color: #ffc866;
}

.apartment-card.--favorites .favorites__link:hover:before {
    background: url(../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.apartment-card.--favorites .favorites__link:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.apartment-card-grid, .apartment-list__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 200px;
    position: relative;
}

@media screen and (max-width: 479px) {
    .apartment-card-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.apartment-card-grid__photo {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 480px) {
    .apartment-card-grid__photo {
        width: 140px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .apartment-card-grid__photo {
        width: 200px;
    }
}

@media screen and (min-width: 1280px) {
    .apartment-card-grid__photo {
        width: 240px;
    }
}

.apartment-card-grid__content, .apartment-list__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 480px) {
    .apartment-card-grid__content, .apartment-list__content {
        padding: 0 0 0 20px;
    }
}

@media screen and (min-width: 1280px) {
    .apartment-card-grid__content, .apartment-list__content {
        padding: 0 0 0 30px;
    }
}

.apartment-card-grid__more {
    margin-top: 20px;
}

.apartment-card-grid__more .share {
  margin-right: -8px;
}

@media screen and (max-width: 479px) {
    .apartment-card-grid__more {
        margin-top: 0;
        position: absolute;
        left: 0;
        bottom: -40px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1024px) {
    .apartment-card-grid__more {
        margin-top: 0;
        position: absolute;
        top: 0px;
        right: 0;
        text-align: right;
    }
}

.apartment-photo, .apartment-list__photo {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    width: 248px;
    height: 117px;
    position: relative;
}

.apartment-photo .lSPager {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    padding: 0 1px;
    pointer-events: none;
}

.apartment-photo .lSPager > li {
    width: 100%;
    display: flex;
    padding: 6px;
}

.apartment-photo .lSPager.lSpg > li > a {
    font-size: 0;
    width: 100% !important;
    height: 2px !important;
    border: 0;
    cursor: pointer;
    background-color: rgba(232,232,232,.8);
}

.apartment-photo .lSAction {
    display: none !important;
}

@media screen and (min-width: 480px) {
    .apartment-photo {
        width: 140px;
        height: 117px;
    }
}

@media screen and (min-width: 1024px) {
    .apartment-photo {
        width: 200px;
        height: 166px;
    }
}

@media screen and (min-width: 1280px) {
    .apartment-photo {
        width: 240px;
        height: 200px;
    }
}

.apartment-photo__img {
    width: 100%;
    height: 117px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (min-width: 480px) {
    .apartment-photo__img {
        width: 140px;
        height: 117px;
    }
}

@media screen and (min-width: 1024px) {
    .apartment-photo__img {
        width: 200px;
        height: 166px;
    }
}

@media screen and (min-width: 1280px) {
    .apartment-photo__img {
        width: 240px;
        height: 200px;
    }
}

/*.apartment-mark {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  padding: 8px 11px;
  width: auto;
  text-align: left;
  border-radius: 4px;
  @media screen and (min-width: 1280px) {
    font-size: 16px;
  }
  &.hint {
    position: absolute;
  }
  &:empty {
    display: none;
  }
  &.--special {
    background-color: #E31E24;
  }
  &.--new {
    background-color: #0C54A0;
  }
  &.--popular {
    background-color: #E31E24;
  }
}*/

.apartment-title span {
    color: #a4aab0;
    font-size:14px
}

@media screen and (min-width: 1024px) {
    .apartment-card-grid__head {
        padding-right: 0px;
        max-width: 344px;
    }
}

@media screen and (min-width: 1280px) {
    .apartment-card-grid__head {
        max-width: 500px;
    }
}

.apartment-title {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

@media screen and (min-width: 1280px) {
    .apartment-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
        max-width:404px;
    }
}

.apartment-title a {
    color: #737373;
}

.apartment-title .apartment-location {
    margin-left: 8px;
}

.apartment-zone {
    font-family: Montserrat, sans-serif;
    color: #a4aab0;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.apartment-distance {
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 1280px) {
    .apartment-distance {
        font-size: 16px;
        line-height: 26px;
    }
}

.apartment-distance span {
    color: #737373;
    font-size: 14px;
}

.apartment-distance__item {
    position: relative;
    margin-bottom: 5px;
}

.apartment-distance__item.--metro {
    padding-left: 26px;
}

.apartment-distance__item.--metro:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 15px;
    background: url(../img/svg/ico_metro.svg) no-repeat center / 16px 15px;
}

.apartment-distance__item.--center {
    padding-left: 26px;
}

.apartment-distance__item.--center:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 14px;
    background: url(../img/svg/ico_center.svg) no-repeat center / 12px 14px;
}

.apartment-price {
    color: #737373;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.apartment-price__responsible {
    display: none;
}

@media screen and (max-width: 767px) {
    .apartment-price__responsible,
    .apartment-price__more {
        margin-top: 12px;
    }
}


@media screen and (min-width: 1280px) {
    .apartment-price {
        font-size: 16px;
        line-height: 16px;
    }
}

.apartment-price__sum {
    display: inline-block;
}

.apartment-price__sum span {
    font-weight: bold;
    color: #E31E24;
}

.apartment-price__sum--old {
    margin-right: 12px;
    text-decoration: line-through;
}

.apartment-price__sum--old span {
    color: #a7adb3;
}

@media screen and (max-width: 580px) {
    .apartment-price__sum {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.apartment-price__sum-wrapper + .apartment-price__metr {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #a4aab0;
}

.apartment-price__metr {
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.apartment-price__metr span {
    font-weight: bold;
}

.apartment-info {
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1280px) {
    .apartment-info {
        font-size: 14px;
        line-height: 24px;
    }
}

.apartment-show-more {
    margin-top: 12px;
}

.apartment-show-more a {
    display: flex;
    margin-left: auto;
    background: #E31E24;
    border-radius: 4px;
    height: 36px;
    max-width: 200px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 479px) {
    .apartment-show-more a {
        margin-left: 0;
        margin-right: auto;
        max-width: 100%;
    }

    .apartment-show-more {
        margin-bottom: 12px;
    }
}

.s-card .apartment-show-more {
    margin-bottom: 12px;
}

.s-card .apartment-show-more a {
    height: 46px;
    margin-left: 0;
    margin-right: auto;
    max-width: 180px;
    font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 1279px) {
    .s-card .apartment-show-more a {
        font-size: 14px;
        max-width: 160px;
    }
}


.apartment-info__item {
    display: inline-block;
    color: #a4aab0;
    position: relative;
}

.apartment-info__item:not(:last-child) {
    padding-right: 12px;
    margin-right: 6px;
}

@media screen and (min-width: 1024px) {
    .apartment-info__item:not(:last-child) {
        padding-right: 16px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .apartment-info__item:not(:last-child) {
        padding-right: 18px;
        margin-right: 12px;
    }
}

.apartment-info__item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #a4aab0;
}

.apartment-info__item.--favorites .favorites__link:before {
    background: url(../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.apartment-info__item.--favorites .favorites__link:hover:before {
    background: url(../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.apartment-location i {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(../img/svg/pin_location_red.svg) no-repeat center / 15px 18px;
}

.apartment-location__text {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

/*.apartment-location:hover {*/
/*    background: url(../img/svg/pin_location.svg) no-repeat center / 15px 18px;*/
/*}*/

.favorites {
    color: #0C54A0;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1280px) {
    .favorites {
        font-size: 16px;
        line-height: 26px;
    }
}

.favorites.active .favorites__link:before {
    background: url(../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.favorites__link {
    color: #0C54A0;
    display: inline-block;
    position: relative;
    padding-left: 22px;
}

.favorites__link:hover:before {
    background: url(../img/svg/favorites_active.svg) no-repeat center / 16px 16px;
}

.favorites__link:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/svg/favorites.svg) no-repeat center / 16px 16px;
}

.complain {
    color: #a4aab0;
}

.complain__link {
    color: #a4aab0;
    font-size: 12px;
    line-height: 12px;
}

.complain__link:hover {
    color: #0C54A0;
}

.complain__link:hover span {
    color: #0C54A0;
}

.complain span {
    color: #E31E24;
}

/* bread-crumbs */
.bread-crumbs {
    margin-bottom: 5px;
}

.bread-crumbs-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.bread-crumbs-list__item {
    position: relative;
    margin-right: 20px;
}

.bread-crumbs-list__item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 4px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 9px;
    background: url(../img/svg/arrow_bread.svg) no-repeat center / 5px 8px;
}

.bread-crumbs-link {
    color: #a4aab0;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
}

.bread-crumbs-link:hover {
    text-decoration: underline;
}

/* pagination */
.pagination {
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 12px;
    }
}

.pagination-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-list__item {
    color: #0C54A0;
    font-size: 16px;
    line-height: 26px;
    margin: 0 4px;
}

.pagination-list__item.active .pagination-link {
    color: #737373;
    border-bottom: 3px solid #0C54A0;
}

.pagination-link {
    display: inline-block;
    padding: 0 8px;
    color: #0C54A0;
}

.pagination-link:not(.pagination-link--dots):hover {
    border-bottom: 3px solid #0C54A0;
}

/* .page-grid */
.page-grid {
    display: block;
    margin: 0 -5px;
}

@media screen and (min-width: 768px) {
    .page-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -6px;
    }
}

@media screen and (min-width: 1024px) {
    .page-grid {
        margin: 0 -4px;
    }
}

@media screen and (min-width: 1280px) {
    .page-grid {
        margin: 0 -8px;
    }
}

.page-grid__content {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 768px) {
    .page-grid__content {
        width: 75%;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (min-width: 1024px) {
    .page-grid__content {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .page-grid__content {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.page-grid__aside {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 768px) {
    .page-grid__aside {
        width: 25%;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (min-width: 1024px) {
    .page-grid__aside {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .page-grid__aside {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.page-grid__content-title {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 40px;
}

@media (max-width: 1279px) {
    .page-grid__content-title {
        font-size: 31px;
        margin-bottom: 31px;
    }
}

@media (max-width: 1023px) {
    .page-grid__content-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .page-grid__content-title {
        margin-bottom: 14px;
    }
}

/* card */
.card__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card__grid-gallery {
    width: calc(100% - 237px);
}

@media screen and (max-width: 767px) {
    .card__grid-gallery {
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .card__grid-gallery {
        width: calc(100% - 288px);
    }
}

.card__grid-info {
    min-width: 237px;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .card__grid-info {
        display: none;
    }
}

@media screen and (min-width: 1280px) {
    .card__grid-info {
        min-width: 288px;
        padding-left: 28px;
    }
}

.card__grid-info .card-info:not(:last-child) {
    margin-bottom: 10px;
}

/* gallery__index */
.gallery-img {
    border-radius: 5px;
    overflow: hidden;
    height: 244px;
    position: relative;
}

@media screen and (min-width: 480px) {
    .gallery-img {
        height: 274px;
    }
}

@media screen and (min-width: 768px) {
    .gallery-img {
        height: 374px;
    }
}

@media screen and (min-width: 1280px) {
    .gallery-img {
        height: 450px;
    }
}

.gallery-img img {
    width: 100%;
    height: 244px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

@media screen and (min-width: 480px) {
    .gallery-img img {
        height: 274px;
    }
}

@media screen and (min-width: 768px) {
    .gallery-img img {
        height: 374px;
    }
}

@media screen and (min-width: 1280px) {
    .gallery-img img {
        height: 450px;
    }
}

.gallery-img__mark {
    width: 40px;
    height: 35px;
    background: rgba(43, 47, 51, 0.7);
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery-img__mark-ico {
    margin: auto;
    width: 22px;
    height: 17px;
    background: url(../img/svg/expand.svg) no-repeat center / 22px 17px;
    cursor: pointer;
}

.gallery__list {
    margin-top: 12px;
}

@media screen and (min-width: 1024px) {
    .gallery__list {
        margin-top: 8px;
    }
}

@media screen and (min-width: 1280px) {
    .gallery__list {
        margin-top: 20px;
    }
}

/*  slick */
.slick-current .gallery-img-list__item img {
    border: 1px solid #0C54A0;
}

.gallery__list {
    height: 50px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1280px) {
    .gallery__list {
        height: 56px;
    }
}

.gallery-arrow__left,
.gallery-arrow__right {
    position: absolute;
    top: 0;
    height: 40px;
    width: 35px;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
}

@media screen and (min-width: 480px) {
    .gallery-arrow__left,
    .gallery-arrow__right {
        height: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .gallery-arrow__left,
    .gallery-arrow__right {
        height: 56px;
    }
}

.gallery-arrow__left:hover,
.gallery-arrow__right:hover {
    background: #fff;
}

.gallery-arrow__left span,
.gallery-arrow__right span {
    display: block;
    margin: auto;
    width: 12px;
    height: 20px;
}

.gallery-arrow__left {
    left: 0;
}

.gallery-arrow__left span {
    background: url(../img/svg/V-left.svg) no-repeat center / 12px 20px;
}

.gallery-arrow__right {
    right: 0;
}

.gallery-arrow__right span {
    background: url(../img/svg/V-right.svg) no-repeat center / 12px 20px;
}

.gallery-img-list {
    margin: 0 -6px;
}

@media screen and (min-width: 1024px) {
    .gallery-img-list {
        margin: 0 -4px;
    }
}

@media screen and (min-width: 1280px) {
    .gallery-img-list {
        margin: 0 -8px;
    }
}

.gallery-img-list__item {
    padding: 0 6px;
}

@media screen and (min-width: 1024px) {
    .gallery-img-list__item {
        padding: 0 4px;
    }
}

@media screen and (min-width: 1280px) {
    .gallery-img-list__item {
        padding: 0 8px;
    }
}

.gallery-img-list__item img {
    cursor: pointer;
    border-radius: 5px;
    width: 80px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

@media screen and (min-width: 480px) {
    .gallery-img-list__item img {
        height: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .gallery-img-list__item img {
        height: 56px;
    }
}

.apartament-date {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

@media screen and (min-width: 1280px) {
    .apartament-date {
        margin-top: 0;
        font-size: 16px;
    }
}

.apartament-gallery-count {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-size: 14px;
}

/* card  content */
.card__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 480px) {
    .card__content {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .card__content {
        margin-top: 60px;
    }
}

.card__content-inner {
    width: calc(100% - 240px);
}

@media screen and (max-width: 767px) {
    .card__content-inner {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .card__content-inner {
        width: 100%;
    }
}

.card__content-aside {
    width: 240px;
    padding-left: 12px;
}

@media screen and (max-width: 767px) {
    .card__content-aside {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .card__content-aside {
        display: none;
    }
}

.card__content-map {
    margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
    .card__content-map {
        margin-bottom: 46px;
    }
}

.card__content-map #map {
    width: 100%;
    height: 170px;
    background: #f2f6f9;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

@media screen and (min-width: 768px) {
    .card__content-map #map {
        height: 320px;
    }
}

.card__content-more .card-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 10px;
}

@media screen and (max-width: 767px) {
    .card__content-more .card-info-list {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .card__content-more .card-info-list {
        margin: 0 -6px 10px;
    }
}

@media screen and (min-width: 1024px) {
    .card__content-more .card-info-list {
        margin: 0 -4px 10px;
    }
}

@media screen and (min-width: 1280px) {
    .card__content-more .card-info-list {
        margin: 0 -8px 16px;
    }
}

.card__content-more .card-info-list.--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .card__content-more .card-info-list.--mobile {
        display: none;
    }
}

.card__content-more .card-info-list .card-info {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .card__content-more .card-info-list .card-info {
        padding-left: 6px;
        padding-right: 6px;
        width: 33.333%;
    }
}

@media screen and (min-width: 1024px) {
    .card__content-more .card-info-list .card-info {
        padding-left: 4px;
        padding-right: 4px;
        width: 25%;
    }
}

@media screen and (min-width: 1280px) {
    .card__content-more .card-info-list .card-info {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.ddtext__action {
    text-align: center;
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    .ddtext__action {
        font-size: 16px;
    }
}

.ddtext__action a:before {
    color: #0C54A0;
    text-decoration: none;
}

.ddtext.active .ddtext__action {
    padding-top: 20px;
}

/* card-info */
.card-info {
    color: #737373;
}

.card-info.--big .card-info__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.36px;
}

@media screen and (min-width: 1280px) {
    .card-info.--big .card-info__text {
        font-size: 22px;
        line-height: 28px;
    }
}

.card-info__label {
    font-size: 10px;
    line-height: 10px;
    color: #a4aab0;
    font-family: Montserrat, sans-serif;
    margin-bottom: 4px;
}

@media screen and (min-width: 1280px) {
    .card-info__label {
        font-size: 12px;
        line-height: 12px;
    }
}

.card-info__text {
    font-size: 14px;
    line-height: 24px;
}

.card-info__text.--red {
    color: #E31E24;
}

.card-info__text.--gray {
    color: #a7adb3;
}

.card-info__text.--strikethrough {
    text-decoration: line-through;
}

.card-info__text.--with-arrow {
    display: inline-block;
    padding-right: 20px;
    background: url(../img/svg/arrow-down.svg) no-repeat right 3px center / 9px;
}

@media screen and (min-width: 1280px) {
    .card-info__text {
        font-size: 16px;
        line-height: 26px;
    }
}

.card-info__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.card-info__procent {
    margin-left: 14px;
}

.card-info__procent span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #E31E24;
    border-radius: 4px;
    padding: 4px 10px;
}

.card-info__link {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #0C54A0;
}

@media (min-width: 1200px) {
    .card-info__link {
        font-size: 14px;
    }
}

.card-info__link:hover {
    border-bottom: 1px dashed #0C54A0;
}

.hint {
    position: relative;
    z-index: 9;
}

.hint:before {
    display: none;
    content: attr(data-hint);
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Montserrat, sans-serif;
    width: 190px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    margin-left: 15px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
    visibility: hidden;
    opacity: 0;
}

.hint .Прямоугольник__скругл__углы_1 {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.3);
    position: absolute;
    left: 443px;
    top: 417px;
    width: 83px;
    height: 33px;
    z-index: 11;
}

.hint:after {
    display: none;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 1200px) {
    .hint:hover:after,
    .hint:hover:before {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}

.hint--top:before {
    top: auto;
    bottom: calc(110%);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.hint--top:after {
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
    margin: 0;
}

.hint--small:before {
    width: auto;
}

/* fix block*/
.js-fix-block.fixed {
    position: fixed;
    z-index: 99;
    top: 61px;
}

/* realtor */
.realtor-wrap {
    background: #f2f6f9;
    border-radius: 5px;
    overflow: hidden;
    max-width: 229px;
}

@media screen and (min-width: 1280px) {
    .realtor-wrap {
        max-width: 272px;
    }
}

.realtor {
    padding: 20px;
}

.realtor__content {
    text-align: center;
}

.realtor__content-photo {
    text-align: center;
}

.realtor__content-photo img {
    height: 157px;
}

@media screen and (min-width: 1280px) {
    .realtor__content-photo img {
        height: 219px;
    }
}

.realtor__content-info {
    margin-top: -75px;
}

.realtor__content-phone {
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #0C54A0;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (min-width: 1280px) {
    .realtor__content-phone {
        margin-top: 5px;
        font-size: 22px;
        line-height: 30px;
    }
}

.realtor__content-form {
    text-align: left;
}

.realtor__content-form .realtor-form__text {
    margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
    .realtor__content-form .realtor-form__text {
        margin-bottom: 28px;
    }
}

.realtor__content-form .policy-checkbox {
    margin: 20px 0 20px;
}

.realtor__content-form .e-submit input {
    letter-spacing: -0.1px;
}

.realtor-info {
    display: inline-block;
    color: #737373;
}

.realtor-info__work {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px;
}

.realtor-info__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1280px) {
    .realtor-info__name {
        font-size: 16px;
        line-height: 26px;
    }
}

.realtor-form {
    color: #737373;
}

.realtor-form__text {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (min-width: 1280px) {
    .realtor-form__text {
        font-size: 16px;
        line-height: 26px;
    }
}

/* hypothec-calc__form */
@media screen and (min-width: 1280px) {
    .hypothec-calc {
        padding-right: 25%;
    }
}

.hypothec-calc__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

@media screen and (min-width: 768px) {
    .hypothec-calc__form {
        margin: 0 -6px;
    }
}

@media screen and (min-width: 1024px) {
    .hypothec-calc__form {
        margin: 0 -4px;
    }
}

@media screen and (min-width: 1280px) {
    .hypothec-calc__form {
        margin: 0 -8px;
    }
}

.hypothec-calc__form .e-input {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 480px) {
    .hypothec-calc__form .e-input {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .hypothec-calc__form .e-input {
        width: 25%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .hypothec-calc__form .e-input:nth-child(1) {
        width: 33.333%;
    }
}

@media screen and (min-width: 768px) {
    .hypothec-calc__form .e-input {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (min-width: 1024px) {
    .hypothec-calc__form .e-input {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .hypothec-calc__form .e-input {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.hypothec-calc__result {
    margin: 20px 0 40px;
}

@media screen and (min-width: 768px) {
    .hypothec-calc__result {
        margin: 40px 0 50px;
        padding-right: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .hypothec-calc__result {
        padding-right: 300px;
        margin: 50px 0 50px;
    }
}

@media screen and (min-width: 1280px) {
    .hypothec-calc__result {
        margin: 50px 0 57px;
        padding-right: 100px;
    }
}

.hypothec-calc__result .hypothec-result:nth-child(1) {
    font-weight: 500;
}

.hypothec-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 12px;
    font-weight: 300;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 480px) {
    .hypothec-result {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .hypothec-result {
        margin-bottom: 17px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    .hypothec-result {
        font-size: 22px;
        line-height: 28px;
    }
}

.hypothec-result:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 0px;
    border-bottom: 1px dotted #a4aab0;
}

.hypothec-result__title {
    background: #f2f6f9;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 480px) {
    .hypothec-result__title {
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    .hypothec-result__title {
        padding-right: 15px;
    }
}

.hypothec-result__number {
    background: #f2f6f9;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

@media screen and (min-width: 480px) {
    .hypothec-result__number {
        margin-top: 0;
        padding-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .hypothec-result__number {
        padding-left: 15px;
    }
}

/* tabs-variant */
.tabs-variant__content {
    display: none;
}

.tabs-variant__content.active {
    display: block;
}

.tabs-variant-head {
    /*display: -webkit-inline-box;*/
    /*display: -ms-inline-flexbox;*/
    /*display: inline-flex;*/
    /* Скрываем блок*/
    display: none;
}

.tabs-variant-head__item {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    color: #0C54A0;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .tabs-variant-head__item {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1024px) {
    .tabs-variant-head__item {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .tabs-variant-head__item {
        font-size: 22px;
        padding: 0 20px;
    }
}

.tabs-variant-head__item.active {
    color: #737373;
    background: #f2f6f9;
}

.tabs-variant__content {
    position: relative;
}

.slider-variant-nav__prev {
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 69px;
    width: 40px;
    height: 60px;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    left: -5px;
}

@media screen and (min-width: 768px) {
    .slider-variant-nav__prev {
        left: -6px;
        top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .slider-variant-nav__prev {
        left: -4px;
        top: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .slider-variant-nav__prev {
        left: -8px;
        top: 50px;
    }
}

.slider-variant-nav__prev:hover {
    background: #fff;
}

.slider-variant-nav__prev span {
    background: url(../img/svg/V-left.svg) no-repeat center / 12px 20px;
    display: block;
    margin: auto;
    width: 12px;
    height: 20px;
}

.slider-variant-nav__next {
    position: absolute;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top: 69px;
    width: 40px;
    height: 60px;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    right: -5px;
}

@media screen and (min-width: 768px) {
    .slider-variant-nav__next {
        right: -6px;
        top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .slider-variant-nav__next {
        right: -4px;
        top: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .slider-variant-nav__next {
        right: -8px;
        top: 50px;
    }
}

.slider-variant-nav__next:hover {
    background: #fff;
}

.slider-variant-nav__next span {
    background: url(../img/svg/V-right.svg) no-repeat center / 12px 20px;
    display: block;
    margin: auto;
    width: 12px;
    height: 20px;
}

.variant-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

@media screen and (min-width: 768px) {
    .variant-list {
        margin: 0 -6px;
    }
}

@media screen and (min-width: 1024px) {
    .variant-list {
        margin: 0 -4px;
    }
}

@media screen and (min-width: 1280px) {
    .variant-list {
        margin: 0 -8px;
    }
}

.variant-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
    .variant-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 50%;
        flex: 1 50%;
    }
}

@media screen and (min-width: 768px) {
    .variant-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .variant-list__item {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (min-width: 1280px) {
    .variant-list__item {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.variant-view {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.variant-view:hover .mask {
    opacity: 1;
}

.variant-view:hover .variant-view__content-title a {
    color: #0C54A0;
}

.variant-view__photo {
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .variant-view__photo {
        height: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .variant-view__photo {
        height: 136px;
    }
}

@media screen and (min-width: 1280px) {
    .variant-view__photo {
        height: 160px;
    }
}

.variant-view__photo img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

@media screen and (min-width: 768px) {
    .variant-view__photo img {
        height: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .variant-view__photo img {
        height: 136px;
    }
}

@media screen and (min-width: 1280px) {
    .variant-view__photo img {
        height: 160px;
    }
}

.variant-view__photo .mask {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 47, 53, 0.51);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.variant-view__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.variant-view__content-title a {
    font-weight: 500;
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02px;
    font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
    .variant-view__content-title a {
        font-size: 16px;
        line-height: 26px;
    }
}

.variant-view__content-list {
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0 16px;
}

@media screen and (min-width: 1280px) {
    .variant-view__content-list {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 9px;
    }
}

.variant-view__content-price {
    margin-top: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02px;
    font-weight: 500;
    color: #E31E24;
}

@media screen and (min-width: 768px) {
    .variant-view__content-price {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    .variant-view__content-price {
        font-size: 22px;
        line-height: 28px;
    }
}

.variant-view__content-price-old {
    color: #a4aab0;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 1.75;
}

.variant-list-on-main {
    position: relative;
    margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
    .variant-list-on-main {
        margin-bottom: 20px;
    }
}

.toup.active {
    opacity: 1;
    visibility: visible;
}

.toup {
    position: fixed;
    left: 10px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    background: url(../img/svg/up-button.svg) no-repeat center / 60px 60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 10.45px 0.55px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10.45px 0.55px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.toup:hover {
    background: url(../img/svg/up-hover.svg) no-repeat center / 60px 60px;
}

@media (max-width: 767px) {
    .toup {
        bottom: 40px;
        width: 40px;
        height: 40px;
        background: url(../img/svg/up-button.svg) no-repeat center / 40px 40px;
    }

    .toup:hover {
        background: url(../img/svg/up-hover.svg) no-repeat center / 40px 40px;
    }
}

/**/
.b-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-404-wrap {
    max-width: 526px;
    text-align: center;
    padding: 50px 0;
}

.b-404__img {
    max-width: 180px;
    height: auto;
    margin-bottom: 30px;
}

.b-404__text {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}

.b-404__text a {
    color: #0C54A0;
}

.b-404__text a:hover {
    text-decoration: underline;
}

/**/
.filter-grid.--sell .filter-grid__head .filter-group .filter-item,
.filter-grid.--hand-over .filter-grid__head .filter-group .filter-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

/* mobil phone */
.header-main__phone {
    padding: 10px 0;
}

@media (min-width: 768px) {
    .header-main__phone {
        display: none;
    }
}

.search-result-null {
    padding-top: 20vh;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
}

/* contacts */
.contacts-addresses {
    padding-bottom: 43px;
}

@media (max-width: 1023px) {
    .contacts-addresses {
        padding-bottom: 21px;
    }
}

@media (max-width: 767px) {
    .contacts-addresses {
        margin-bottom: 127px;
    }
}

@media (max-width: 479px) {
    .contacts-addresses {
        margin-bottom: 48px;
    }
}

.contacts {
    margin-bottom: 55px;
}

@media (max-width: 1279px) {
    .contacts {
        margin-bottom: 35px;
    }
}

@media (max-width: 1023px) {
    .contacts {
        margin-bottom: 0;
    }
}

.contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
}

.contacts-info__item {
    margin-right: 16px;
}

.contacts-info__item:last-child {
    margin-right: 0;
}

.contacts-info__item--one {
    width: 24%;
}

.contacts-info__item--two {
    width: calc(100% - 2 * 16px - 24% - 24%);
}

.contacts-info__item--three {
    width: 24%;
}

@media (max-width: 1023px) {
    .contacts-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-info__item {
        margin-right: 20px;
        margin-bottom: 33px;
    }

    .contacts-info__item--one {
        width: 31%;
    }

    .contacts-info__item--two {
        width: calc(100% - 20px - 31%);
        margin-right: 0;
    }

    .contacts-info__item--three {
        width: 31%;
    }
}

@media (max-width: 767px) {
    .contacts-info {
        margin-top: 17px;
        margin-bottom: 20px;
    }

    .contacts-info__item {
        margin-right: 0;
        margin-bottom: 17px;
    }

    .contacts-info__item--one {
        width: 100%;
    }

    .contacts-info__item--two {
        width: 100%;
    }

    .contacts-info__item--three {
        width: 100%;
    }
}

.contacts-info-item__title {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #a4aab0;
    margin-bottom: 12px;
}

.contacts-info-item__elem {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    color: #737373;
    margin-bottom: 12px;
}

.contacts-info-item__elem:last-child {
    margin-bottom: 0;
}

.contacts-info-item__elem a {
    color: #737373;
}

@media (max-width: 1279px) {
    .contacts-info-item__elem {
        font-size: 18px;
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .contacts-info-item__title {
        margin-bottom: 7px;
    }

    .contacts-info-item__elem {
        font-size: 16px;
    }
}

.contacts-tabs {
    padding-top: 377px;
    color: #737373;
}

.contacts-tabs.ui-tabs {
    border: none;
    border-radius: 0;
}

.contacts-tabs__head {
    border: none;
    background: transparent;
    color: #737373;
    font-size: 16px;
    font-weight: normal;
}

.contacts-tabs__head:not(.ui-tabs-nav) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-tabs .ui-state-default a,
.contacts-tabs .ui-state-default a:link,
.contacts-tabs .ui-state-default a:visited,
.contacts-tabs a.ui-button,
.contacts-tabs a:link.ui-button,
.contacts-tabs a:visited.ui-button,
.contacts-tabs .ui-button {
    color: #737373;
    padding: 4px 11px;
}

.contacts-tabs .ui-state-default,
.contacts-tabs .ui-widget-content .ui-state-default,
.contacts-tabs .ui-widget-header .ui-state-default,
.contacts-tabs .ui-button {
    border: 1px solid #ced9e0;
    margin-right: 13px;
    margin-bottom: 11px;
}

.contacts-tabs .ui-state-active a,
.contacts-tabs .ui-state-hover a,
.contacts-tabs .ui-state-active a:link,
.contacts-tabs .ui-state-hover a:link,
.contacts-tabs .ui-state-active a:visited,
.contacts-tabs .ui-state-hover a:visited {
    color: #ffffff;
}

.contacts-tabs .ui-state-active,
.contacts-tabs .ui-state-hover,
.contacts-tabs .ui-widget-content .ui-state-active,
.contacts-tabs .ui-widget-content .ui-state-hover,
.contacts-tabs .ui-widget-header li.ui-state-active,
.contacts-tabs .ui-button.ui-state-active:hover {
    background: #0C54A0;
    margin-bottom: 11px;
    padding: 0;
}

.contacts-tabs__content-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.contacts-tabs__content-map div[id|="contacts-map"] {
    width: 100%;
    height: 334px;
    background: #f2f6f9;
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.contacts-tabs .contacts-tabs__content {
    padding: 0;
}

.contacts-tabs__content-title {
    font-family: Montserrat, sans-serif;
    font-size: 37px;
    margin-bottom: 34px;
    margin-top: 20px;
}

.contacts-tabs__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-tabs__content-item {
    margin-right: 16px;
    margin-bottom: 55px;
    width: calc((100% - 2 * 16px) / 3);
}

.contacts-tabs__content-item:last-child,
.contacts-tabs__content-item:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1279px) {
    .contacts-tabs {
        padding-top: 372px;
    }

    .contacts-tabs__content-title {
        font-size: 30px;
        margin-bottom: 18px;
        margin-top: 27px;
    }
}

@media (max-width: 1023px) {
    .contacts-tabs {
        padding-top: 368px;
    }

    .contacts-tabs__content-item {
        margin-right: 12px;
        margin-bottom: 55px;
        width: calc((100% - 12px) / 2);
    }

    .contacts-tabs__content-item:nth-child(n) {
        margin-right: 12px;
    }

    .contacts-tabs__content-item:last-child,
    .contacts-tabs__content-item:nth-child(2n) {
        margin-right: 0;
    }

    .contacts-tabs .ui-state-default,
    .contacts-tabs .ui-widget-content .ui-state-default,
    .contacts-tabs .ui-widget-header .ui-state-default,
    .contacts-tabs .ui-button {
        margin-right: 8px;
        margin-bottom: 9px;
    }

    .contacts-tabs .ui-state-active,
    .contacts-tabs .ui-state-hover,
    .contacts-tabs .ui-widget-content .ui-state-active,
    .contacts-tabs .ui-widget-content .ui-state-hover,
    .contacts-tabs .ui-widget-header li.ui-state-active,
    .contacts-tabs .ui-button.ui-state-active:hover {
        margin-bottom: 9px;
    }
}

@media (max-width: 767px) {
    .contacts-tabs {
        padding-top: 0;
    }

    .contacts-tabs__content-map {
        position: static;
        margin-bottom: 23px;
    }

    .contacts-tabs__head {
        display: none;
    }

    .contacts-tabs__head:not(.ui-tabs-nav) {
        display: none;
    }

    .contacts-tabs__content {
        position: relative;
    }

    .contacts-tabs__content#tabs-1 {
        display: none !important;
    }

    .contacts-tabs__content-item {
        margin-bottom: 32px;
    }

    .contacts-tabs__content-addresses {
        overflow: hidden;
        border-bottom: 1px solid #b2d6e8;
        max-height: 52px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .contacts-tabs__more-link,
    .contacts-tabs__less-link {
        color: #0C54A0
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 32px;
        font-weight: 100;
        padding: 5px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contacts-tabs__more-link span,
    .contacts-tabs__less-link span {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .contacts-tabs__less-link {
        width: 50%;
        right: 0;
        left: auto;
    }

    .contacts-tabs__less-link span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .contacts-tabs__content-title {
        font-size: 16px;
        margin: 0;
        padding: 17px 0;
    }
}

@media (max-width: 479px) {
    .contacts-tabs__content-item {
        margin-bottom: 36px;
        width: 100%;
    }

    .contacts-tabs__content-item:nth-child(n) {
        margin-right: 0;
    }
}

.address-item__elem {
    margin-bottom: 15px;
}

.address-item__elem:last-child {
    margin-bottom: 0;
}

.address-item__elem a {
    color: #737373;
}

.address-item__elem-title {
    font-size: 13px;
    color: #a4aab0;
    margin-bottom: 7px;
}

.address-item__elem-content {
    font-size: 16px;
}

.address-item__elem-content span {
    font-weight: bold;
    display: block;
}

.address-item__elem-content p {
    line-height: 1.25;
}

.address-item__elem-content p + p {
    margin-top: 6px;
}

.address-item__elem-content-big {
    font-size: 25px;
}

@media (max-width: 1279px) {
    .address-item__elem-content {
        font-size: 14px;
    }

    .address-item__elem-content-big {
        font-size: 20px;
        margin-top: 4px;
    }

    .address-item__elem {
        margin-bottom: 23px;
    }
}

@media (max-width: 767px) {
    .address-item__elem-content-big {
        font-size: 14px;
        margin-top: 7px;
    }

    .address-item__elem {
        margin-bottom: 14px;
    }
}

.contacts-form {
    background-color: #f2f6f9;
    margin-top: 4px;
    -webkit-box-shadow: 0 -1px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 -1px 5px rgba(85, 93, 101, 0.2);
}

.contacts-form__inner,
.contacts-form__replay {
    margin: 0 auto;
    max-width: 496px;
    padding-top: 56px;
    padding-bottom: 40px;
}

.contacts-form__replay {
    padding-top: 122px;
    padding-bottom: 98px;
}

.contacts-form__title {
    text-align: center;
    font-size: 23px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 31px;
}

.contacts-form__title--small-margin {
    margin-bottom: 11px;
}

.contacts-form__form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts-form__form-item .e-input {
    width: 100%;
    margin-right: 32px;
}

.contacts-form__form-item .e-input:last-child {
    margin-right: 0;
}

.contacts-form__form-item .e-submit {
    width: 232px;
}

.contacts-form__form-item--multiple .e-input {
    width: calc((100% - 32px) / 2);
}

.contacts-form__form-item--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-form__form-description {
    text-align: center;
    font-size: 13px;
    margin: 24px auto 0;
    max-width: 310px;
}

.contacts-form__form-description a {
    color: #0C54A0
}

.contacts-form__img {
    width: 105px;
    margin: 0 auto 42px;
}

.contacts-form__img img {
    max-width: 100%;
}

.contacts-form__description {
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 118px;
}

.contacts-form__reply-link {
    text-align: center;
}

@media (max-width: 1249px) {
    .contacts-form__replay {
        padding-top: 90px;
        padding-bottom: 55px;
    }
}

@media (max-width: 479px) {
    .contacts-form__inner,
    .contacts-form__replay {
        max-width: 100%;
    }

    .contacts-form__title {
        font-size: 18px;
    }

    .contacts-form__form {
        margin: 0 auto;
        max-width: 72%;
    }

    .vacancy .contacts-form__form {
        max-width: 100%;
    }

    .contacts-form__form-item--multiple {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-form__form-item--multiple .e-input {
        width: 100%;
        margin-right: 0;
        margin-top: 5px;
    }

    .contacts-form__form-item--multiple .e-input + .e-input {
        margin-top: 23px;
    }

    .contacts-form__description {
        font-size: 14px;
        margin-bottom: 85px;
    }
}

/* articles */
.articles {
    padding-bottom: 1px;
}

.topics-list {
    margin-top: 38px;
}

.topics-list__content {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topics-list__item {
    margin-right: 10px;
    margin-bottom: 7px;
}

.topics-list__item:last-child {
    margin-right: 0;
}

.topics-list__item-link {
    display: block;
    border: 1px solid #ced9e0;
    font-size: 16px;
    color: #737373;
    border-radius: 4px;
    padding: 5px 11px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.topics-list__item-link:hover,
.topics-list__item-link.active {
    color: #ffffff;
    background: #0C54A0;
}

@media (max-width: 767px) {
    .topics-list {
        display: none;
    }

    .article-content .topics-list {
        display: block;
    }
}

.articles-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 21px;
}

.articles-list__item {
    margin-right: 16px;
    margin-bottom: 33px;
    width: calc((100% - 3 * 16px) / 4);
}

.articles-list__item:last-child,
.articles-list__item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1279px) {
    .articles-list__item {
        margin-right: 8px;
        width: calc((100% - 3 * 8px) / 4);
    }
}

@media (max-width: 767px) {
    .articles-list__item {
        margin-right: 10px;
        width: calc((100% - 10px) / 2);
    }

    .articles-list__item:last-child,
    .articles-list__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .articles-list__item {
        margin-right: 0;
        width: 100%;
    }
}

.article-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.article-preview__image {
    margin-bottom: 33px;
    position: relative;
}

.article-preview__image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 270px;
    background: rgba(77, 89, 102, 0.52);
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (max-width: 1279px) {
    .article-preview__image::before {
        left: auto;
        width: 120px;
        height: 180px;
    }
}

.article-preview__image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.article-preview__title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.article-preview__count {
    font-size: 14px;
    background: url(../img/eye.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 26px;
    margin-top: auto;
}

.article-preview__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #737373;
    padding-bottom: 10px;
}

.article-preview__link:hover .article-preview__title {
    color: #0C54A0;
}

.article-preview__link:hover .article-preview__image::before {
    opacity: 1;
}

.article-page-recommend .article-preview__image::before {
    width: 270px;
    height: 180px;
}

@media screen and (max-width: 1279px) {
  .article-page-recommend .article-preview__image::before {
    left: auto;
    width: 270px;
    height: 180px;
  }
}

@media (max-width: 1279px) {
    .article-preview__link {
        max-width: 100%;
        width: 100%;
    }

    .article-preview__image {
        max-width: 100%;
        height: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 4px;
        overflow: hidden;
    }

    .article-preview__image img {
        height: 100%;
        max-width: none;
        width: auto;
    }

    .article-preview__title {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 21px;
    }
}

@media (max-width: 767px) {
    .article-preview__link:hover .article-preview__image::before {
        opacity: 0;
    }
}

@media (max-width: 479px) {
    .article-preview__title {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .article-preview__image {
        margin-bottom: 21px;
    }
}

.articles-pagination {
    margin-bottom: 45px;
}

/* article */
.article-page {
    padding-bottom: 45px;
}

.article-content {
    margin-top: 38px;
    margin-bottom: 80px;
    color: #737373;
}

.article-content__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 744px;
    margin-left: auto;
    margin-right: auto;
}

.article-content__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-content__socials-title {
    margin-right: 14px;
}

.article-content__topics {
    max-width: 744px;
    margin-top: 43px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1279px) {
    .article-content__services,
    .article-content__topics {
        max-width: 780px;
    }
}

@media (max-width: 1023px) {
    .article-content {
        margin-bottom: 52px;
    }

    .article-content__services,
    .article-content__topics {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .article-content {
        margin-bottom: 42px;
    }

    .article-content__topics {
        margin-top: 33px;
        margin-bottom: 39px;
    }

    .article-content__services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article-content__socials {
        margin-bottom: 39px;
    }
}

@media (max-width: 479px) {
    .article-content__topics {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .article-content__socials {
        margin-bottom: 29px;
    }
}

.user-content {
    color: #737373;
    max-width: 744px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.63;
}

.user-content.article ul {
    padding-left: 0;
}

.user-content.article li {
    color: #737373;
    list-style: none;
}

.user-content img {
    display: block;
    margin: 0 auto 40px;
    max-width: 100%;
}

.user-content img.first {
    max-width: none;
    width: 1136px;
    height: auto;
    margin-left: -196px;
}

.user-content img.big {
    max-width: none;
    width: 945px;
    height: auto;
    margin-left: -100px;
}

.user-content p {
    margin-bottom: 26px;
}

.user-content ul {
    list-style: disc;
    margin-top: 13px;
    padding-left: 22px;
    margin-bottom: 27px;
}

.user-content li + li {
    margin-top: 10px;
}

.user-content li {
    list-style: disc;
    color: #0C54A0;
}

.user-content li span {
    color: #737373;
}

.user-content a {
    border-bottom: 1px solid;
}

.user-content blockquote {
    margin: 0 auto 33px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0.5px;
    background: #f2f6f9;
    padding: 24px 35px 24px 47px;
}

.user-content h4 {
    max-width: 480px;
    margin: 0 auto 32px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0.5px;
}

.user-content em {
    display: block;
    color: #737373;
    max-width: 752px;
    margin: 0 auto 40px;
}

@media (max-width: 1279px) {
    .user-content {
        max-width: 780px;
        font-size: 16px;
        line-height: 1.65;
    }

    .user-content img {
        margin-bottom: 25px;
    }

    .user-content img.first {
        width: 940px;
        margin-left: -80px;
        margin-bottom: 61px;
    }

    .user-content img.big {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .user-content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .user-content blockquote {
        font-size: 18px;
        line-height: 1.45;
    }

    .user-content h4 {
        margin: 0 auto 17px;
        font-size: 18px;
        line-height: 1.45;
        letter-spacing: 0;
    }

    .user-content em {
        max-width: 630px;
        margin: 0 auto 52px;
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .user-content {
        max-width: 100%;
    }

    .user-content img {
        margin-bottom: 19px;
    }

    .user-content img.first {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 33px;
    }

    .user-content blockquote {
        padding: 24px 16px 24px 32px;
        line-height: 1.65;
        letter-spacing: 0.4px;
    }

    .user-content em {
        margin: 0 auto 42px;
    }
}

@media (max-width: 767px) {
    .user-content {
        font-size: 14px;
        line-height: 1.9;
    }

    .user-content p,
    .user-content ul {
        font-size: 14px;
        line-height: 1.9;
    }

    .user-content p {
        margin-bottom: 10px;
    }

    .user-content blockquote {
        padding: 22px 36px 19px 36px;
        font-size: 14px;
        line-height: 1.75;
        letter-spacing: 0.2px;
        margin: 0 auto 25px;
    }

    .user-content h4 {
        font-size: 14px;
        line-height: 1.7;
    }

    .user-content em {
        margin: 0 auto 33px;
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 479px) {
    .user-content {
        font-size: 14px;
        line-height: 1.75;
    }

    .user-content p,
    .user-content ul {
        font-size: 14px;
        line-height: 1.75;
    }

    .user-content p {
        margin-bottom: 1px;
    }

    .user-content p + p {
        margin-top: 1px;
    }

    .user-content img {
        margin-bottom: 14px;
    }

    .user-content p + blockquote,
    .user-content ul + blockquote {
        margin-top: 10px;
    }

    .user-content blockquote {
        padding: 22px 25px;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 auto 18px;
    }

    .user-content p + h4,
    .user-content ul + h4 {
        margin-top: 19px;
    }

    .user-content h4 {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 auto 11px;
    }
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.socials__item + .socials__item {
    margin-left: 8px;
}

.socials__item--fb .socials__link {
    background-image: url(../img/fb.svg);
}

.socials__item--vk .socials__link {
    background-image: url(../img/vk.svg);
}

.socials__link {
    width: 30px;
    height: 31px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.article-page-recommend__title {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 34px;
}

.article-page-recommend--other {
    margin-top: 71px;
    margin-bottom: 80px;
}

.article-page-recommend--other .article-page-recommend__title {
    text-align: left;
}

@media (max-width: 1279px) {
    .article-page-recommend__title {
        font-size: 27px;
        margin-bottom: 27px;
    }

    .article-page-recommend--other {
        margin-top: 30px;
        margin-bottom: 23px;
    }
}

@media (max-width: 1023px) {
    .article-page-recommend__title {
        font-size: 21px;
        letter-spacing: 0.7px;
    }
}

@media (max-width: 767px) {
    .article-page-recommend__title {
        margin-bottom: 22px;
    }
}

/* about agency */
.about-agency {
    margin-bottom: 28px;
}

@media (max-width: 1279px) {
    .about-agency {
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .about-agency {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .about-agency {
        margin-bottom: 19px;
    }
}

.about-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.6;
    margin-top: 29px;
}

.about-links__item {
    margin-right: 33px;
}

.about-links__item:last-child {
    margin-right: 0;
}

.about-links__item a {
    display: block;
    color: #737373;
    border-bottom: 2px solid transparent;
}

.about-links__item a.active {
    color: #0C54A0;
    border-bottom-color: #0C54A0;
}

@media (max-width: 1279px) {
    .about-links {
        font-size: 18px;
        margin-top: 20px;
    }

    .about-links__item {
        margin-right: 28px;
    }
}

@media (max-width: 1023px) {
    .about-links {
        font-size: 16px;
        margin-top: 10px;
        line-height: 2;
    }

    .about-links__item {
        margin-right: 24px;
    }
}

.about-links-wrapper__select {
    display: none;
}

@media (max-width: 767px) {
    .about-links-wrapper__select {
        display: block;
    }

    .about-links-wrapper__links {
        display: none;
    }
}

.quote {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 57px;
    background: url(../img/quote.svg) no-repeat 11px 0;
    background-size: 28px;
}

.quote p + p {
    margin-top: 26px;
}

@media (max-width: 1279px) {
    .quote {
        padding-left: 40px;
        background-position: 1px 0;
        background-size: 22px;
    }

    .quote p {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width: 1023px) {
    .quote {
        padding-left: 30px;
        background-position: 0 0;
        background-size: 19px;
    }

    .quote p {
        line-height: 1.75;
    }

    .quote p + p {
        margin-top: 23px;
    }
}

.agency-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
    /*margin-top: -124px;*/
}

.agency-count__item {
    margin-right: 70px;
    width: 25%;
    color: #0C54A0
    font-size: 16px;
    line-height: 1.6;
}

.agency-count__item span {
    font-family: Montserrat, sans-serif;
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

.agency-count__item:last-child {
    margin-right: 0;
}

@media (max-width: 1279px) {
    .agency-count {
        margin-bottom: 48px;
        margin-top: -85px;
    }

    .agency-count__item {
        font-size: 14px;
        margin-right: 61px;
    }

    .agency-count__item span {
        font-size: 44px;
        margin-bottom: 11px;
    }
}

@media (max-width: 1023px) {
    .agency-count {
        margin-bottom: 37px;
        margin-top: -61px;
    }

    .agency-count__item {
        margin-right: 8px;
        width: calc((100% - 2 * 8px) / 3);
    }

    .agency-count__item span {
        font-size: 34px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .agency-count {
        margin-bottom: 37px;
        margin-top: 0;
    }

    .agency-count__item {
        margin-right: 15px;
        width: calc((100% - 2 * 15px) / 3);
    }

    .agency-count__item span {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .agency-count__item {
        width: 100%;
        margin-right: 0;
    }

    .agency-count__item + .agency-count__item {
        margin-top: 22px;
    }
}

.about-agency-content {
    font-size: 16px;
    line-height: 1.2;
}

.about-agency-content p + p {
    margin-top: 26px;
}

@media (max-width: 1279px) {
    .about-agency-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width: 1023px) {
    .about-agency-content p {
        line-height: 1.75;
    }

    .about-agency-content p + p {
        margin-top: 24px;
    }
}

.person-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
}

.person-block__image {
    margin-bottom: 22px;
}

.person-block__image img {
    max-width: 100%;
    height: auto;
}

.person-block__title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.person-block__position {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.person-block__description {
    color: #929da9;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 85%;
}

@media (max-width: 1279px) {
    .person-block {
        margin: 0 0 0 auto;
    }

    .person-block__image {
        max-width: 85%;
        margin-left: auto;
        margin-right: 6px;
    }

    .person-block__title {
        font-size: 18px;
    }

    .person-block__position {
        font-size: 14px;
    }

    .person-block__description {
        font-size: 12px;
        line-height: 1.7;
    }
}

@media (max-width: 1023px) {
    .person-block {
        margin-top: 10px;
    }

    .person-block__image {
        margin-right: auto;
    }

    .person-block__title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .person-block__description {
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    .person-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        margin-bottom: 26px;
    }

    .person-block__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 35%;
        margin-right: 70px;
    }

    .person-block__info-wrapper {
        width: calc(100% - 35% - 70px);
    }

    .person-block__title {
        margin-bottom: 13px;
    }

    .person-block__description {
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .person-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .person-block__image {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 51%;
    }

    .person-block__info-wrapper {
        width: 100%;
    }
}

/* about team */
.team-block {
    background: #ffffff url(../img/team/bg.png) no-repeat center top;
    background-size: 100% 690px;
    margin-top: 17px;
    margin-bottom: 12px;
    padding-top: 60px;
}

.team-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 38px;
}

.team-block__content-item {
    margin-right: 16px;
    margin-bottom: 54px;
    width: calc((100% - 3 * 16px) / 4);
}

.team-block__content-item:last-child,
.team-block__content-item:nth-child(4n) {
    margin-right: 0;
}

.team-block__content-item:nth-child(7),
.team-block__content-item:nth-child(10) {
    margin-right: 18px;
}

@media (max-width: 1279px) {
    .team-block {
        margin-top: 2px;
        padding-top: 52px;
        background-size: 100% 611px;
    }

    .team-block__content-item {
        margin-bottom: 49px;
    }
}

@media (max-width: 1024px) {
    .team-block {
        background-size: 100% 585px;
        margin-bottom: 43px;
    }

    .team-block__content-item {
        margin-bottom: 33px;
        width: calc((100% - 2 * 12px) / 3);
    }

    .team-block__content-item:nth-child(n) {
        margin-right: 12px;
    }

    .team-block__content-item:last-child,
    .team-block__content-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .team-block {
        background-size: 100% 510px;
        margin-top: 14px;
    }

    .team-block__content-item {
        margin-bottom: 33px;
        width: calc((100% - 10px) / 2);
    }

    .team-block__content-item:nth-child(n) {
        margin-right: 10px;
    }

    .team-block__content-item:last-child,
    .team-block__content-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .team-block {
        background-size: 100% 510px;
        margin-top: 14px;
    }

    .team-block__content-item {
        margin-bottom: 33px;
        width: 100%;
    }

    .team-block__content-item:nth-child(n) {
        margin-right: 0;
    }
}

.team-item {
    color: #ffffff;
    text-align: center;
}

.team-item__image {
    margin-bottom: 18px;
}

.team-item__image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.team-item__title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 11px;
}

.team-item__position {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 10px;
}

.team-item__email {
    font-size: 16px;
    line-height: 1.65;
}

.team-item__email a {
    color: #ffffff;
}

.team-item--black {
    color: #737373;
}

.team-item--black .team-item__email a {
    color: #737373;
}

@media (max-width: 1279px) {
    .team-item__image {
        margin-bottom: 22px;
    }

    .team-item__title {
        font-size: 18px;
    }

    .team-item__position {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .team-item__email {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .team-item--four {
        color: #737373;
    }

    .team-item--four .team-item__email a {
        color: #737373;
    }

    .team-item__title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .team-item--three {
        color: #737373;
    }

    .team-item--three .team-item__email a {
        color: #737373;
    }

    .team-item__image {
        max-width: 272px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 479px) {
    .team-item--two {
        color: #737373;
    }

    .team-item--two .team-item__email a {
        color: #737373;
    }
}

/* about vacancy */
.offers__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    margin-top: -55px;
    border-radius: 4px;
    padding-top: 55px;
}

.offers__content-item {
    margin-right: 16px;
    width: calc((100% - 3 * 16px) / 4);
}

.offers__content-item:last-child,
.offers__content-item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1279px) {
    .offers__content {
        padding-top: 45px;
        margin-top: -66px;
    }
}

@media (max-width: 1023px) {
    .offers__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .offers__content-item {
        width: calc((100% - 12px) / 2);
        margin-bottom: 35px;
    }

    .offers__content-item:nth-child(n) {
        margin-right: 12px;
    }

    .offers__content-item:last-child,
    .offers__content-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .offers__content {
        margin-top: 0;
    }

    .offers__content-item {
        width: 100%;
        margin-bottom: 22px;
    }

    .offers__content-item:nth-child(n) {
        margin-right: 0;
    }
}

.offer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
}

.offer-item__image {
    min-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 33px;
}

.offer-item__image img {
    width: 77px;
}

.offer-item__title {
    font-weight: bold;
    margin-bottom: 4px;
}

.offer-item__description {
    margin: 0 auto;
    max-width: 85%;
}

@media (max-width: 1279px) {
    .offer-item__title {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .offer-item__description {
        font-size: 14px;
        line-height: 1.75;
        max-width: 90%;
    }
}

@media (max-width: 1024px) {
    .offer-item__image {
        margin-bottom: 23px;
    }
}

.vacancies {
    margin-top: 46px;
    margin-bottom: 97px;
}

.vacancies__list-item {
    position: relative;
    margin-bottom: 18px;
}

.vacancies__list-item:last-child {
    margin-bottom: 0;
}

.vacancies__list-item:hover .vacancy {
    -webkit-box-shadow: 0 5px 18px 0 rgba(56, 77, 112, 0.35);
    box-shadow: 0 5px 18px 0 rgba(56, 77, 112, 0.35);
}

@media (max-width: 1279px) {
    .vacancies {
        margin-top: 99px;
    }
}

@media (max-width: 1024px) {
    .vacancies {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .vacancies {
        margin-bottom: 59px;
    }
}

.vacancy {
    overflow: hidden;
    border: 1px solid #cdd8e0;
    border-radius: 4px;
    max-height: 102px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.vacancy__head {
    padding: 23px 29px;
}

.vacancy__head2 {
    padding: 23px 29px 23px 14px;
    display: flex;
    align-items: center;
}

.author__side-item {
    width: 70px;
}

.vacancy__title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}

.vacancy__description {
    font-size: 16px;
    line-height: 1.65;
}

.vacancy__more-link,
.vacancy__less-link {
    color: #0C54A0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: 100;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vacancy__more-link span,
.vacancy__less-link span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.vacancy__less-link {
    width: 50%;
    right: 0;
    left: auto;
}

.vacancy__less-link span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vacancy__content {
    font-size: 16px;
    line-height: 1.65;
    padding: 0 29px 42px;
    position: relative;
}

.vacancy__content::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 29px;
    width: calc(100% - 2 * 29px);
    height: 1px;
    background: #ced9e0;
}

.review__answer-text2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 29px;
    width: calc(100% - 2 * 29px);
    height: 1px;
    background: #ced9e0;
}

.vacancy__content p + p,
.vacancy__content ul + p,
.vacancy__content p + ul {
    margin-top: 16px;
}

.vacancy__content ul {
    list-style: disc;
    padding-left: 19px;
}

.vacancy__content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.vacancy__content ul li:last-child {
    margin-bottom: 0;
}

.vacancy__contacts {
    padding: 35px 29px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1279px) {
    .vacancy__head2 {
        padding: 23px 29px 23px 5px;
    }

    .vacancy {
        max-height: 81px;
    }

    .vacancy__title {
        font-size: 18px;
        letter-spacing: 0.4px;
    }

    .vacancy__head {
        padding: 14px 17px;
    }

    .vacancy__description {
        font-size: 14px;
        line-height: 2;
    }

    .vacancy__more-link,
    .vacancy__less-link {
        height: 81px;
    }

    .vacancy__content {
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 33px;
        font-size: 14px;
        line-height: 1.7;
    }

    .vacancy__content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .vacancy__content::after {
        left: 17px;
        width: calc(100% - 2 * 17px);
    }

    .vacancy__contacts {
        padding: 25px 17px 30px;
    }

    .vacancy__contacts-form {
        width: 55%;
    }
}

@media (max-width: 1024px) {
    .vacancy__contacts-form {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .vacancy__contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vacancy__contacts-form {
        width: 100%;
    }

    .vacancy__contacts-address {
        width: 100%;
        margin-bottom: 28px;
    }
}

@media (max-width: 479px) {
    .vacancy {
        max-height: 100px;
    }

    .vacancy__head {
        margin-bottom: 15px;
        padding-right: 40px;
    }

    .vacancy__head2 {
        height: 222px;
        padding: 22px 16px;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .author__side-item {
        width: 60px;
    }

    .vacancy__more-link,
    .vacancy__less-link {
        padding: 5px 20px;
        height: 100px;
    }
}

.file-upload {
    overflow: hidden;
}

.file-upload__inner {
    position: relative;
    min-width: 176px;
    height: 35px;
    text-align: center;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload span {
    color: #0C54A0
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 1279px) {
    .file-upload__name {
        font-size: 14px;
    }

    .file-upload span {
        font-size: 14px;
    }
}

/* about info */
.about-info-block {
    margin-top: 42px;
    margin-bottom: 17px;
}

.about-info-block__text {
    margin-bottom: 62px;
}

.about-info-block__text p + p {
    margin-top: 26px;
}

.about-info-block__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-info-block__links-item {
    margin-right: 16px;
    margin-bottom: 49px;
    width: calc((100% - 3 * 16px) / 4);
}

.about-info-block__links-item:last-child,
.about-info-block__links-item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1279px) {
    .about-info-block {
        margin-top: 35px;
    }

    .about-info-block__text {
        margin-bottom: 20px;
    }

    .about-info-block__text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-info-block__links {
        margin-top: 43px;
    }

    .about-info-block__links-item {
        margin-bottom: 32px;
    }
}

@media (max-width: 1024px) {
    .about-info-block {
        margin-top: 22px;
    }

    .about-info-block__links-item {
        margin-bottom: 29px;
        width: calc((100% - 2 * 12px) / 3);
    }

    .about-info-block__links-item:nth-child(n) {
        margin-right: 12px;
    }

    .about-info-block__links-item:last-child,
    .about-info-block__links-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about-info-block__links-item {
        width: calc((100% - 10px) / 2);
    }

    .about-info-block__links-item:nth-child(n) {
        margin-right: 10px;
    }

    .about-info-block__links-item:last-child,
    .about-info-block__links-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .about-info-block__links-item {
        margin-bottom: 31px;
        width: 100%;
    }

    .about-info-block__links-item:nth-child(n) {
        margin-right: 0;
    }
}

.download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.download-link__image {
    margin-right: 19px;
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.download-link__image img {
    max-width: 100%;
}

.download-link__info {
    padding-top: 4px;
}

.download-link__title {
    margin-bottom: 5px;
}

.download-link__title a {
    border-bottom: 1px solid;
}

.download-link__title a:hover {
    border-bottom: none;
}

.download-link__description {
    font-size: 14px;
}

@media (max-width: 1279px) {
    .download-link__title {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* about partners */
.partners-block {
    margin-bottom: 34px;
}

.partners-block__content {
    margin-top: 37px;
}

.partners-block--last .partners-slider {
    border-bottom: none;
}

@media (max-width: 1279px) {
    .partners-block {
        margin-bottom: 17px;
    }

    .partners-block__content {
        margin-top: 17px;
    }
}

@media (max-width: 1024px) {
    .partners-block {
        margin-bottom: 7px;
    }

    .partners-block--last {
        margin-bottom: 62px;
    }
}

@media (max-width: 479px) {
    .partners-block {
        margin-bottom: 22px;
    }

    .partners-block--last {
        margin-bottom: 38px;
    }
}

.partners-slider {
    position: relative;
    border-bottom: 1px solid #dbdee0;
    padding-bottom: 46px;
}

.partners-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partners-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
}

.partners-slider__item--pop {
    cursor: pointer;
}

.partners-slider__item--pop:hover .partners-slider__item-title {
    color: #0C54A0
}

.partners-slider__item-img {
    height: 75px;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-slider__item-img img {
    max-height: 100%;
    max-width: 90%;
}

.partners-slider__item-title {
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 1279px) {
    .partners-slider {
        padding-bottom: 27px;
    }

    .partners-slider__item-title {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .partners-slider {
        padding: 0 15px 13px;
    }
}

.slick-prev,
.slick-next {
    width: 12px;
    height: 20px;
    font-size: 0;
    background: url(../img/arrow-left.svg) no-repeat center;
    background-size: contain;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -7px;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 1024px) {
    .slick-prev,
    .slick-next {
        left: 0;
    }
}

.slick-next {
    background-image: url(../img/arrow-right.svg);
    right: -7px;
    left: auto;
}

@media (max-width: 1024px) {
    .slick-next {
        right: 0;
    }
}

.slick-track {
    margin: 0;
}

.inner-menu.amenities_inner {
    padding-bottom: 0 !important;
    overflow: hidden;
}

.main-menu-list__item.--catalog.open .inner-menu.amenities_inner {
    overflow: visible;
}

.inner-menu.amenities_inner .inner-menu-tabs__content {
    min-height: 265px;
}

.amenities {
    margin: 0 -20px;
    position: relative;
    z-index: 9;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.amenities__el {
    padding: 0 20px 72px;
    width: 25%;
}

.amenities__el .amenities__section {
    height: 38px;
}

.amenities__el .amenities__section h3 {
    color: #0C54A0;
    font-size: 12px;
    font-weight: 500;
}

.amenities__el h4 {
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 12px;
}

.amenities__el ul {
    padding: 20px 0 0px;
}

.amenities__el ul li {
    margin-bottom: 15px;
}

.amenities__el ul li:last-of-type {
    margin-bottom: 0;
}

.amenities__el ul li a {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 12px;
    line-height: 20px;
    height: auto;
    text-transform: none;
    font-weight: normal;
}

.amenities__el ul li a:hover,
.amenities__el ul li a:focus {
    color: #0C54A0 !important;
}

@media (max-width: 1024px) {
    .amenities__el {
        width: 33.3%;
    }
}

@media (max-width: 768px) {
    .amenities__el {
        width: 50%;
    }

    .amenities .inner-menu.amenities_inner {
        padding-bottom: 40px !important;
    }

    .amenities .amenities__el {
        padding: 0 20px 35px;
    }
}

@media (max-width: 480px) {
    .amenities {
        margin: 0;
    }

    .amenities__el {
        width: 100%;
    }

    .amenities .amenities__el .amenities__section {
        height: auto;
    }

    .amenities .amenities__el .amenities__section h3 {
        margin-bottom: 20px;
    }
}

ul.inner-menu-tabs__list.select-section_but {
    padding-top: 11px;
}

ul.inner-menu-tabs__list.select-section_but li p {
    font-size: 18px;
    color: #737373;
    cursor: pointer;
}

ul.inner-menu-tabs__list.select-section_but li:after {
    display: none;
}

ul.inner-menu-tabs__list.select-section_but li p {
    position: relative;
}

ul.inner-menu-tabs__list.select-section_but li p:after {
    content: '';
    display: none;
    width: 100%;
    height: 3px;
    border-top: 3px solid #0C54A0;
    position: absolute;
    left: 0px;
    bottom: -15px;
}

ul.inner-menu-tabs__list.select-section_but li p:before {
    content: '';
    display: none;
    position: absolute;
    left: 0px;
    bottom: -22px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-top: 9px solid #0C54A0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

ul.inner-menu-tabs__list.select-section_but li p:hover:after,
ul.inner-menu-tabs__list.select-section_but li p:focus::after,
ul.inner-menu-tabs__list.select-section_but li p:hover:before,
ul.inner-menu-tabs__list.select-section_but li p:focus::before,
ul.inner-menu-tabs__list.select-section_but li.active p:after,
ul.inner-menu-tabs__list.select-section_but li.active p::before {
    display: block;
}

.select-section {
    padding-bottom: 30px;
}

.select-section_elem {
    margin: 0 -20px;
    position: relative;
    display: none;
}

.select-section_elem.active {
    display: block;
}

.section_tab_main {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.section_elem__category {
    padding: 0 20px 30px;
    width: 50%;
    position: relative;
}

.section_elem__category:nth-child(2):after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dbe3e8;
    position: absolute;
    top: 0px;
    left: 0px;
}

.section_elem__category__el_title p {
    color: #0C54A0;
    font-size: 14px;
    font-weight: 500;
}

.section_elem__category__wrap {
    overflow-y: auto;
    max-height: calc(100vh - 320px);
}

.section_elem__category__main {
    margin: 0 -20px;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.section_elem__category__el {
    padding: 18px 20px 0px;
    width: 33.3%;
}

.section_elem__category__el a {
    cursor: pointer;
}

.section_elem__category__el a.title_select {
    color: #737373;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    text-transform: none;
    line-height: normal;
    cursor: pointer;
}

.section_elem__category__el a.title_select:hover,
.section_elem__category__el a.title_select:focus {
    color: #0C54A0;
}

.section_elem__category__el > ul {
    padding: 10px 0 0px;
}

.section_elem__category__el > ul > li {
    margin-bottom: 10px;
}

.section_elem__category__el > ul > li > p,
.section_elem__category__el > ul > li > a {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    text-transform: none;
    font-weight: normal;
}

.section_elem__category__el a:hover,
.section_elem__category__el a:focus {
    color: #0C54A0 !important;
}

.section_elem__category__el li.choice_district {
    position: relative;
}

.section_elem__category__el li.choice_district:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 7px solid #0C54A0;
    border-bottom: 4px solid transparent;
}

.drop_district {
    position: absolute;
    top: -15px;
    left: 100%;
    z-index: 9;
    padding-left: 23px;
    display: none;
}

.drop_district_title {
    font-family: Montserrat, sans-serif;
    color: #0C54A0;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    text-transform: none;
    font-weight: 500;
    padding: 0 0 20px;
    display: inline-block;
    display: none;
}

.drop_district ul {
    background: #fff;
    padding: 19px 28px;
    width: 366px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0px 1px 5px 0px #e6eaed;
    box-shadow: 0px 1px 5px 0px #e6eaed;
}

.drop_district li {
    margin-bottom: 15px;
    width: 50%;
}

.drop_district li a {
    font-family: Montserrat, sans-serif;
    color: #a2abb5;
    font-size: 12px;
    text-transform: none;
    line-height: 12px;
    height: auto;
}

.drop_district.mobile {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 5px 0px #e6eaed;
    box-shadow: 0px 1px 5px 0px #e6eaed;
}

.drop_district.mobile ul {
    width: 768px;
    max-width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.drop_district_title {
    width: 768px;
    max-width: 100%;
    padding: 20px 24px 10px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.drop_district_close {
    display: none;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: calc((100% - 768px) / 2 + 24px);
    background: url(../img/svg/cross.svg) no-repeat center / 20px 20px;
}

.section_elem__category__el li.choice_district:hover .drop_district,
.section_elem__category__el li.choice_district:focus .drop_district {
    display: block;
}

.section_two .section_elem__category__el {
    width: 50%;
}

.section_one .section_elem__category__el {
    width: 100%;
}

.section_tab_wrap {
    margin: 0px -14px;
    border-bottom: 1px solid #e4e8ea;
    display: none;
}

.section_tab_all {
    text-align: center;
    padding: 0px 10px 10px;
}

.section_tab_all a {
    display: inline-block;
    color: #0C54A0 !important;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    text-transform: none;
    line-height: normal;
    cursor: pointer;
    padding: 5px;
}

.section_tab li {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    text-transform: none;
    font-weight: 500;
    display: inline-block;
    padding: 0 14px;
}

.section_tab li:hover,
.section_tab li:focus,
.section_tab li.active {
    color: #0C54A0 !important;
}

body.body_hidden {
    overflow: hidden;
}

@media (max-width: 1900px) {
    .section_elem__category:nth-child(1) .drop_district {
        top: 20px;
        left: 0;
        padding: 0;
    }

    .section_elem__category:nth-child(2) .drop_district {
        top: 20px;
        left: auto;
        right: 0px;
    }
}

@media (max-width: 1023px) {
    .close-inner-menu {
        top: -10px;
    }

    .inner-menu.amenities_inner .inner-menu-tabs__list-mobil {
        width: 80%;
        display: block !important;
        padding: 0 10px;
    }

    ul.inner-menu-tabs__list.select-section_but {
        display: none;
    }

    .inner-menu-tabs__content {
        /* overflow-y: auto;
    max-height: calc(~"100vh - 180px");*/
        margin-top: 16px;
    }

    .select-section_elem {
        margin: 0;
    }

    .select-section_elem.active {
        display: block;
    }

    .section_elem__category {
        width: 100%;
        padding: 0 0px 30px;
        display: none;
    }

    .section_elem__category.active {
        display: block;
    }

    .section_elem__category:nth-child(2):after {
        display: none;
    }

    .section_elem__category:nth-child(2) .drop_district {
        left: 0;
        right: auto;
        padding: 0;
    }

    .section_tab_wrap {
        display: block;
    }

    .section_elem__category__el {
        width: 100%;
        padding: 0px 20px;
    }

    .section_elem__category__el > ul {
        display: none;
        padding: 10px 8px 0px;
    }

    .section_elem__category__el_title {
        display: none;
    }

    .section_elem__category__el li.choice_district:after {
        right: 15px;
    }

    .drop_district_title,
    .drop_district_close {
        display: block;
    }

    .inner-menu.amenities_inner .wrap {
        padding: 0 14px;
    }

    .section_tab {
        padding: 0 10px 22px;
    }

    .section_elem__category__el a.title_select {
        padding: 9px !important;
    }

    .main-menu-list__item .select-section {
        padding: 2px;
    }

    .section_elem__category__el > ul > li {
        margin-bottom: 7px;
    }

    .drop_district.mobile ul {
        padding: 0 14px;
    }

    .drop_district li {
        margin-bottom: 4px;
    }

    .drop_district li a {
        padding: 10px;
    }

    .section_elem__category__el li.choice_district:after {
        display: none;
    }

    .section_elem__category__el li.choice_district > a {
        position: relative;
    }

    .section_elem__category__el li.choice_district > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        right: -15px;
        width: 0px;
        height: 0px;
        border-top: 4px solid transparent;
        border-left: 7px solid #0C54A0;
        border-bottom: 4px solid transparent;
    }

    .inner-menu.amenities_inner:after {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .drop_district_close {
        right: 20px;
    }
}

/**{outline: 1px solid #E31E24}*/
.bt_vide {
    width: 228px;
    height: 56px;
    max-width: 100%;
    background: #0C54A0;
    border-radius: 5px;
    text-align: center;
    padding-top: 2px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #0C54A0;
    outline: none;
    cursor: pointer;
    margin-top: 25px;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.bt_vide:hover,
.bt_vide:focus {
    background: #fff;
    color: #0C54A0;
}

.pop-up.pop_video {
    width: auto !important;
    background: none;
}

#disAjaxWinnone_id,
#disAjaxWinnone_id * {
    max-width: 100% !important;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /*пропорции видео 16:9 */
    padding-top: 25px;
    height: 0;
    width: 850px;
    max-width: 100%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pop-up-close.pop-up-close__video {
    top: -30px;
    right: -30px;
}

@media (max-width: 580px) {
    .pop-up-close.pop-up-close__video {
        top: -40px;
        right: 0px;
    }
}

@media (max-width: 480px) {
    #disAjaxWinnone_id {
        padding: 10px;
    }
}

.payment {
    padding-top: 16px;
}

.payment_top {
    margin: 0 -10px;
    padding-bottom: 88px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.payment_form {
    width: 50%;
    padding: 0 10px;
}

.payment_form_main {
    background: #f2f6f9;
    border-radius: 5px;
    padding: 43px 38px 34px;
}

.payment_form_line {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.payment_form_line.line_name {
    margin-bottom: 43px;
}

.payment_form_line.line_adress {
    margin-bottom: 45px;
}

.payment_form_line.line_service {
    margin-bottom: 35px;
}

.payment_form_line.line_pryce {
    margin-bottom: 35px;
}

.payment_form_left {
    width: 117px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.payment_form_left p {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 16px;
    display: inline-block;
}

.payment_form_right {
    width: calc(100% - 117px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.payment_form_right.size-min {
    width: 210px;
}

.payment_form_right p {
    font-size: 13px;
    display: inline-block;
    margin-left: 0px;
}

.payment_form_right input {
    border-radius: 3px;
    border: 1px solid #ced9e0;
    background: #fff;
    color: #737373;
    font-size: 16px;
    padding: 5px 10px 0;
    width: 100%;
    height: 40px;
}

.payment_form_right input.payment_phone {
    width: 160px;
}

.payment_form_right input.payment_email {
    width: 210px;
}

.payment_form_right input::-webkit-input-placeholder {
    color: #a3a8ad;
}

.payment_form_right input::-moz-placeholder {
    color: #a3a8ad;
}

.payment_form_right input:-moz-placeholder {
    color: #a3a8ad;
}

.payment_form_right input:-ms-input-placeholder {
    color: #a3a8ad;
}

p.pryce {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}

.payment_form_main .checkbox {
    margin-bottom: 14px;
}

.payment-submit {
    padding-top: 19px;
}

.payment-submit input {
    width: 270px;
    border-radius: 4px;
    border: 1px solid #E31E24;
    background-color: #E31E24;
    height: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.36px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.payment-submit input:hover,
.payment-submit input:focus {
    background: #fff;
    color: #E31E24;
}

.payment_description {
    width: 50%;
    padding: 55px 10px 0px;
}

.payment_form_block {
    margin-bottom: 35px;
}

.payment_form_block-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #737373;
    margin-bottom: 25px;
}

.payment-policy {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    margin: 25px 0 15px;
}

.payment_form-tab-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.payment_form-tab-button-item {
    position: relative;
    margin-right: 25px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .payment_form-tab-button-item {
        margin-right: 50px;
    }
}

.payment_form-tab-button-item a {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 30px;
    height: 35px;
    color: #737373;
}

.payment_form-tab-button-item a:hover {
    color: #0C54A0;
}

.payment_form-tab-button-item.active a {
    font-weight: 500;
    border-bottom: 3px solid #0C54A0;
}

.payment_form-tab-button-item.active a:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #0C54A0 transparent transparent transparent;
}

.payment_form_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.payment_form_inner input + input {
    margin-left: 25px;
}

.payment_form-tab-content {
    display: none;
}

.payment_form-tab-content.active {
    display: block;
}

.castom_section {
    width: 100%;
    position: relative;
}

.castom_section .section-header {
    border-radius: 4px;
    border: 1px solid #ced9e0;
    height: 40px;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 40px;
    min-width: 150px;
    color: #737373;
    cursor: pointer;
    background: #fff;
}

.castom_section .section-header .section-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    padding-left: 6px;
}

.castom_section .section-header .section-title p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 16px;
    font-size: 16px;
}

.castom_section .section-header .section-title__name {
    color: #000;
    line-height: 38px;
}

.castom_section .section-header .section-title__name.selected {
    color: #000 !important;
}

.castom_section .section-header span.fa-triangle {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: url(../img/svg/select_arrow.svg) no-repeat center / 8px 8px;
}

.castom_section.section__active .section-header span.fa-triangle {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.castom_section.usual_section .section-body {
    display: none;
    width: 100%;
    max-height: 1000px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 2;
    background-color: #fff;
    margin: 0;
    overflow-y: auto;
    border: 1px solid #ced9e0;
    padding: 0 !important;
}

.castom_section.usual_section .section-body li {
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
}

.castom_section.usual_section .section-body li a {
    padding: 0px 10px 0px 17px;
    display: block;
    line-height: 20px;
    height: auto;
    padding: 8px 17px 8px;
}

.castom_section.usual_section .section-body li:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.castom_section.usual_section .section-body .inner-menu-tabs__list-item a {
    border-bottom: none !important;
}

.castom_section.usual_section .section-body .inner-menu-tabs__list-item a:after {
    display: none;
}

.castom_section.usual_section .section-title__name {
    color: #a3a8ad;
}

.castom_section.usual_section.section__active .section-body {
    display: block;
}

@media (max-width: 1023px) {
    .castom_section .filter-select:after {
        display: none;
    }

    .castom_section .section-body {
        display: none;
        width: 100%;
        max-height: 1000px;
        overflow: hidden;
        position: absolute;
        top: 40px;
        left: 0px;
        z-index: 2;
        background-color: #fff;
        margin: 0;
        overflow-y: auto;
        border: 1px solid #ced9e0;
        padding: 0 !important;
    }

    .castom_section .section-body li {
        width: 100%;
        margin-bottom: 0px;
        display: inline-block;
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
    }

    .castom_section .section-body li a {
        padding: 0px 10px 0px 17px;
        display: block;
        line-height: 20px;
        height: auto;
        padding: 8px 17px 8px;
    }

    .castom_section .section-body li:hover {
        cursor: pointer;
        background-color: #f6f6f6;
    }

    .castom_section .section-body .inner-menu-tabs__list-item a {
        border-bottom: none !important;
    }

    .castom_section .section-body .inner-menu-tabs__list-item a:after {
        display: none;
    }

    .castom_section.section__active .section-body {
        display: block;
    }

    .header-main__menu .castom_section .section-body {
        width: calc(80% - 20px);
        left: 10px;
        padding: 0 !important;
    }

    .header-main__menu .castom_section .section-body li {
        padding: 0 !important;
        height: auto;
        line-height: 20px;
    }

    .payment_form_main .castom_section .section-header .section-title__name {
        color: #a3a8ad;
    }
}

@media (min-width: 1024px) {
    .header-main__menu .castom_section .section-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.section_tab_cont {
    max-height: 450px;
}

ol.payment_txt {
    counter-reset: list1;
    padding: 10px 50px 10px;
}

ol.payment_txt > li {
    position: relative;
    padding-left: 24px;
    list-style-type: none;
    margin-bottom: 25px;
}

ol.payment_txt > li:before {
    counter-increment: list1;
    content: counter(list1, decimal) ".";
    font-weight: bold;
    font-size: 16px;
    color: #0C54A0;
    position: absolute;
    top: 2px;
    left: 0px;
}

ol.payment_txt > li:after {
    content: '';
    display: block;
    width: 2px;
    height: 22px;
    border-left: 1px solid #dceaf9;
    position: absolute;
    left: 4px;
    top: 100%;
}

ol.payment_txt > li:last-of-type:after {
    display: none;
}

ul.payment_comp {
    margin: 0 -10px;
    padding: 37px 0 28px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

ul.payment_comp li {
    padding: 0 10px;
    margin-bottom: 20px;
    display: inline-block;
}

ul.payment_conditions {
    margin: 0 -10px;
}

ul.payment_conditions li {
    display: inline-block;
    padding: 0 10px;
}

ul.payment_conditions li a {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #737373;
    font-weight: 300;
    position: relative;
}

ul.payment_conditions li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #737373;
    position: absolute;
    left: 0px;
    bottom: -2px;
}

ul.payment_conditions li a:hover:after,
ul.payment_conditions li a:hover:focus {
    display: none;
}

.payment_stages {
    padding: 0 55px 50px;
    /*-webkit-box-shadow: 0px 3px 3px 0px rgba(243,244,244,1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(243,244,244,1);
  box-shadow: 0px 3px 3px 0px rgba(243,244,244,1);*/
    -webkit-box-shadow: 0px 3px 0px -1px #f3f4f4;
    box-shadow: 0px 3px 0px -1px #f3f4f4;
}

.payment_stages h4 {
    margin-bottom: 40px;
    font-size: 36px;
    color: #737373;
    font-family: Montserrat, sans-serif;
}

.payment_stages ul {
    counter-reset: list2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.payment_stages ul li {
    position: relative;
    padding-top: 69px;
    padding-right: 30px;
    list-style-type: none;
    margin-bottom: 25px;
    font-size: 16px;
    color: #737373;
    width: 25%;
}

.payment_stages ul li:before {
    counter-increment: list2;
    content: counter(list2, decimal) ".";
    font-weight: 500;
    font-size: 36px;
    color: #0C54A0;
    position: absolute;
    top: 9px;
    left: 0px;
}

.payment_stages ul li:after {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    border-bottom: 2px solid #f4f7fa;
    position: absolute;
    left: 30px;
    top: 48px;
}

.payment_questions {
    padding: 62px 61px 0px;
}

.payment_questions li {
    margin-bottom: 28px;
}

.payment_questions li h4 {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.payment_questions li p {
    font-family: Montserrat, sans-serif;
    color: #737373;
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 1279px) {
    ol.payment_txt {
        padding: 10px 0px 10px 10px;
    }

    .payment_form_main {
        padding: 35px 25px 30px;
    }

    .payment_form_right input.payment_email {
        width: 100%;
    }

    .payment_form_right p {
        margin-left: 0px;
    }

    .payment_stages {
        padding: 0 0px 20px;
    }

    .payment_top {
        padding-bottom: 60px;
    }

    .payment_questions {
        padding: 62px 0px 0px;
    }
}

@media (max-width: 1023px) {
    .payment_form {
        width: 100%;
        margin-bottom: 30px;
    }

    .payment_description {
        width: 100%;
    }

    .payment_form_right p {
        margin-left: 10px;
    }

    .payment_stages ul li {
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .payment_stages h4 {
        font-size: 30px;
    }

    .payment_stages ul li:before {
        font-size: 28px;
    }

    .payment_stages ul li {
        padding-top: 50px;
    }

    .payment_stages ul li:after {
        top: 39px;
    }

    .payment_stages h4 {
        margin-bottom: 25px;
    }
}

@media (max-width: 720px) {
    .payment_stages ul li {
        width: 50%;
        padding-top: 60px;
    }

    .payment_stages ul li:after {
        top: 45px;
    }
}

@media (max-width: 500px) {
    .payment_form_left {
        width: 100px;
    }

    .payment_form_right {
        width: calc(100% - 100px);
    }

    .payment_questions li h4,
    .payment_questions li p {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .payment_form_main {
        padding: 35px 10px 30px;
    }

    .payment_form_left {
        width: 100%;
    }

    .payment_form_right {
        width: 100%;
    }

    .payment_form_right p {
        margin-left: 0px;
    }

    .payment_form_line.line_name,
    .payment_form_line.line_adress,
    .payment_form_line.line_service,
    .payment_form_line.line_pryce {
        margin-bottom: 20px;
    }

    .payment_form_right input.payment_phone {
        width: 100%;
    }

    .payment_form_left br {
        display: none;
    }

    .payment-submit input {
        width: 100%;
    }

    .payment_stages ul li {
        width: 100%;
    }

    .payment_stages ul li {
        margin-bottom: 10px;
    }
}

#disAjaxWinvideo,
#disAjaxWinvideo * {
    max-width: 100% !important;
}

.pop-up-close.pop-up-close__conditions {
    top: -10px;
    right: -10px;
}

#disAjaxWinconditions {
    background: #fff;
    border-radius: 5px;
}

.conditions {
    padding: 0;
    width: 560px;
    max-width: 100%;
    max-height: 100%;
}

.conditions-title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #737373;
    margin-bottom: 20px;
}

.conditions-content {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #737373;
    margin-bottom: 20px;
}

.apartment-mark, .apartment-list__mark {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    /* &.hint {
    position: absolute;
  }*/
}

.apartment-mark li {
    position: relative;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding: 8px 11px;
    width: 35px;
    height: 35px;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 2px;
}

.apartment-mark li:empty {
    display: none;
}

.apartment-mark li.--special {
    background-color: #E31E24;
}

.apartment-mark li.--new {
    background-color: #0C54A0;
}

.apartment-mark li.--popular {
    background-color: #E31E24;
}

.apartment-mark li.hint--small {
    background: #E31E24;
}

.apartment-mark li.hint--small.hint--video {
    background: #e2582e url("../img/svg/hint_video.svg") no-repeat center 7px;
    color: transparent;
    background-size: 20px;
}

.apartment-mark li.hint--small.hint--video * {
    fill: #fff;
}

@media screen and (max-width: 1024px) {
    .apartment-mark li.hint--small.hint--video:before,
    .apartment-mark li.hint--small.hint--video:after {
        display: none !important;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
}

.hint--small:before {
    white-space: nowrap;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #5095e2 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}

.header-main__menu .wrap {
    position: relative;
}

@media screen and (max-width: 479px) {
    .header-main__menu .wrap {
        padding: 0;
    }
}

/* style custom section */
.page-layout__inner h1.h1-head {
    margin-bottom: 10px;
}

/* section s-slider-wrap */
.s-slider-wrap {
    background: #DDEAF5;
    overflow: hidden;
}

/* section s-services-wrap */
.s-services-wrap {
    background-color: #f2f6f9;
    padding: 30px 0 40px;
}

@media screen and (min-width: 768px) {
    .s-services-wrap {
        padding: 40px 0 50px;
    }
}

@media screen and (min-width: 1024px) {
    .s-services-wrap {
        padding: 50px 0 60px;
    }
}

@media screen and (min-width: 1280px) {
    .s-services-wrap {
        padding: 60px 0 80px;
    }
}

.s-services-wrap .head {
    margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
    .s-services-wrap .head {
        margin-bottom: 45px;
    }
}

.s-services-wrap .call-request {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .s-services-wrap .call-request {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .s-services-wrap .call-request {
        margin-top: 90px;
    }
}

.s-services-wrap .call-request .call-request__right {
    padding-top: 30px;
}

@media screen and (min-width: 1280px) {
    .s-services-wrap .call-request .call-request__right {
        padding-top: 0;
    }
}

/* section s-selection-wrap */
.s-selection-wrap {
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    position: relative;
    z-index: 1;
    padding: 30px 0 40px;
}

.s-selection-wrap--no-shadow {
    box-shadow: none;
}

.s-selection-wrap--overflow {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .s-selection-wrap {
        padding: 40px 0 50px;
    }
}

@media screen and (min-width: 1024px) {
    .s-selection-wrap {
        padding: 50px 0 60px;
    }
}

@media screen and (min-width: 1280px) {
    .s-selection-wrap {
        padding: 75px 0 70px;
    }
}

.s-selection-wrap .head {
    margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
    .s-selection-wrap .head {
        margin-bottom: 45px;
    }
}

.s-selection-wrap .selection-view-wrap + .call-request {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .s-selection-wrap .selection-view-wrap + .call-request {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .s-selection-wrap .selection-view-wrap + .call-request {
        margin-top: 90px;
    }
}

.s-selection-wrap .call-request {
    margin-top: 10px;
}

/* section s-advantage-wrap */
.s-advantage-wrap {
    background-color: #f2f6f9;
    padding: 30px 0 30px;
}

@media screen and (min-width: 768px) {
    .s-advantage-wrap {
        padding: 35px 0 35px;
    }
}

@media screen and (min-width: 1024px) {
    .s-advantage-wrap {
        padding: 50px 0 50px;
    }
}

@media screen and (min-width: 1280px) {
    .s-advantage-wrap {
        padding: 65px 0 65px;
    }
}

.s-history-success-wrap .head {
    margin-bottom: 24px;
}

.s-history-success-wrap {
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .s-history-success-wrap {
        padding-top: 35px;
    }
}

@media screen and (min-width: 1024px) {
  .s-history-success-wrap {
    padding-top: 40px;
  }

  .s-history-success-wrap .head {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1280px) {
  .s-history-success-wrap {
    padding-top: 50px;
  }

  .s-history-success-wrap .head {
    margin-bottom: 32px;
  }
}

.s-advantage-wrap .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .s-advantage-wrap .grid {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .s-advantage-wrap .grid {
        margin-bottom: 40px;
    }
}

.s-advantage-wrap .grid .contents__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .s-advantage-wrap .grid .contents__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
    }
}

@media screen and (min-width: 1024px) {
    .s-advantage-wrap .grid .contents__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.s-advantage-wrap .grid .contents__text .list-view {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
    .s-advantage-wrap .grid .contents__text .list-view {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.s-advantage-wrap .grid .contents__img {
    display: none;
}

@media screen and (min-width: 768px) {
    .s-advantage-wrap .grid .contents__img {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666666%;
        flex: 0 1 41.666666%;
    }
}

@media screen and (min-width: 1024px) {
    .s-advantage-wrap .grid .contents__img {
        padding-left: 8.333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 479px) {
    .s-advantage-wrap .grid .button.--phone {
        display: block;
        width: 290px;
        margin: 0 auto;
    }
}

/* section s-images-bg-wrap */
.s-images-bg-wrap {
    background: #0C54A0;
    padding: 30px 0 30px;
}

@media screen and (min-width: 768px) {
    .s-images-bg-wrap {
        min-height: 400px;
        background: #0C54A0 url(../img/images_bg.png) no-repeat top left / cover;
        padding: 70px 0 60px;
    }
}

@media screen and (min-width: 1024px) {
    .s-images-bg-wrap {
        min-height: 440px;
        padding: 80px 0 70px;
    }
}

@media screen and (min-width: 1280px) {
    .s-images-bg-wrap {
        min-height: 514px;
        padding: 90px 0 70px;
    }
}

.s-images-bg-wrap .contents .h3-head {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .s-images-bg-wrap .contents .h3-head {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .s-images-bg-wrap .contents .h3-head {
        margin-bottom: 40px;
    }
}

.s-images-bg-wrap .contents p {
    color: #ffffff;
}

.s-images-bg-wrap .contents .button {
    margin-top: 38px;
}

@media screen and (max-width: 479px) {
    .s-images-bg-wrap .contents .button {
        width: 290px;
        display: block;
        margin: 30px auto 0;
    }
}

.s-images-bg-wrap .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s-images-bg-wrap .grid .contents__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .s-images-bg-wrap .grid .contents__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.s-images-bg-wrap .grid .contents__offset {
    display: none;
}

@media screen and (min-width: 768px) {
    .s-images-bg-wrap .grid .contents__offset {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        display: block;
    }
}

/* section s-news-wrap */
.s-news-wrap {
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    position: relative;
    z-index: 1;
    padding: 40px 0 20px;
}

@media screen and (min-width: 480px) {
    .s-news-wrap {
        padding: 50px 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .s-news-wrap {
        padding: 60px 0 50px;
    }
}

@media screen and (min-width: 1024px) {
    .s-news-wrap {
        padding: 70px 0 60px;
    }
}

@media screen and (min-width: 1280px) {
    .s-news-wrap {
        padding: 114px 0 144px;
    }
}

.s-news-wrap .head {
    margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
    .s-news-wrap .head {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .s-news-wrap .head {
        margin-bottom: 64px;
    }
}

/* section s-.s-one-day-wrap */
.s-one-day-wrap {
    background: #f1f6f9 url(../img/one-day_img_bg.png) no-repeat center 0px;
    padding: 40px 0 40px;
}

@media screen and (min-width: 768px) {
    .s-one-day-wrap {
        padding: 60px 0 50px;
        background: #f1f6f9;
    }
}

@media screen and (min-width: 1024px) {
    .s-one-day-wrap {
        padding: 70px 0 60px;
    }
}

@media screen and (min-width: 1280px) {
    .s-one-day-wrap {
        padding: 155px 0 140px;
    }
}

.s-one-day-wrap .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s-one-day-wrap .grid .contents__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (min-width: 768px) {
    .s-one-day-wrap .grid .contents__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
    }
}

.s-one-day-wrap .grid .contents__text .h2-head {
    margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
    .s-one-day-wrap .grid .contents__text .h2-head {
        margin-bottom: 60px;
    }
}

.s-one-day-wrap .grid .contents__text p {
    color: #737373;
}

.s-one-day-wrap .grid .contents__text p + p {
    margin-top: 25px;
}

.s-one-day-wrap .grid .contents__text .button {
    margin-top: 48px;
}

@media screen and (max-width: 479px) {
    .s-one-day-wrap .grid .contents__text .button {
        width: 290px;
        display: block;
        margin: 30px auto 0;
    }
}

@media screen and (min-width: 1280px) {
    .s-one-day-wrap .grid .contents__text .button {
        margin-top: 58px;
    }
}

.s-one-day-wrap .grid .contents__img {
    display: none;
}

@media screen and (min-width: 768px) {
    .s-one-day-wrap .grid .contents__img {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.666666%;
        flex: 0 1 66.666666%;
        padding-left: 70px;
    }
}

/* .s-filter-wrap */
.s-filter-wrap {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
}

.s-filter-wrap .wrap {
    padding: 0;
}

.s-filter-wrap .filter-tabs__head,
.s-filter-wrap .filter-grid__head .filter,
.s-filter-wrap .filter-grid__more .filter,
.s-filter-wrap .filter-grid__additional .filter {
    padding: 0 15px;
}

@media screen and (min-width: 480px) {
    .s-filter-wrap .filter-tabs__head,
    .s-filter-wrap .filter-grid__head .filter,
    .s-filter-wrap .filter-grid__more .filter,
    .s-filter-wrap .filter-grid__additional .filter {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .s-filter-wrap .filter-tabs__head,
    .s-filter-wrap .filter-grid__head .filter,
    .s-filter-wrap .filter-grid__more .filter,
    .s-filter-wrap .filter-grid__additional .filter {
        padding: 0 24px;
    }
}

@media screen and (min-width: 1024px) {
    .s-filter-wrap .filter-tabs__head,
    .s-filter-wrap .filter-grid__head .filter,
    .s-filter-wrap .filter-grid__more .filter,
    .s-filter-wrap .filter-grid__additional .filter {
        padding: 0 42px;
    }
}

@media screen and (min-width: 1280px) {
    .s-filter-wrap .filter-tabs__head,
    .s-filter-wrap .filter-grid__head .filter,
    .s-filter-wrap .filter-grid__more .filter,
    .s-filter-wrap .filter-grid__additional .filter {
        padding: 0 52px;
    }
}

.call-request-wrap {
    padding: 45px 0;
}

.call-request-wrap.--blue {
    background-color: #0C54A0;
}

/* s-card */
.s-card {
    position: relative;
    z-index: 5;
    padding-bottom: 60px;
}

.s-card .head {
    margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
    .s-card .head {
        margin-bottom: 45px;
    }
}

.s-card .head .apartment-info__item {
    color: #737373;
}

.s-card .head .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .s-card .head .grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.s-card .h2-head {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .s-card .h2-head {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1280px) {
    .s-card .h2-head {
        margin-bottom: 38px;
    }
}

.s-card .page-grid__content {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .s-card .page-grid__content {
        width: 75%;
    }
}

.s-card .page-grid__aside {
    display: none;
}

@media screen and (min-width: 1024px) {
    .s-card .page-grid__aside {
        width: 25%;
        display: block;
    }
}

/* s-hypothec-calc */
.s-hypothec-calc {
    -webkit-box-shadow: inset 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: inset 0 3px 5px rgba(85, 93, 101, 0.2);
    background: #f2f6f9;
    padding: 50px 0 50px;
}

@media screen and (min-width: 1024px) {
    .s-hypothec-calc {
        padding: 50px 0 60px;
    }
}

.s-hypothec-calc .h2-head {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .s-hypothec-calc .h2-head {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1280px) {
    .s-hypothec-calc .h2-head {
        margin-bottom: 38px;
    }
}

.s-advantage {
    padding: 50px 0 50px;
}

@media screen and (min-width: 1024px) {
    .s-advantage {
        padding: 50px 0 60px;
    }
}

.s-advantage .h2-head {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .s-advantage .h2-head {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1280px) {
    .s-advantage .h2-head {
        margin-bottom: 38px;
    }
}

.s-variant .grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s-variant .filter-sort {
    margin-left: auto;
    margin-bottom: 12px;
    margin-top: 12px;
}

@media screen and (min-width: 480px) {
    .s-variant .filter-sort {
        margin-top: 0px;
        margin-bottom: 0;
    }
}

.s-variant .filter-label {
    margin-bottom: 0px;
}

.s-variant .head {
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
    .s-variant .head {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .s-variant .head {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1280px) {
    .s-variant .head {
        margin-bottom: 38px;
    }
}

.s-variant .h2-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
    .s-variant .h2-head {
        margin-right: 20px;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .s-variant .h2-head {
        margin-bottom: 0;
        margin-right: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

@media screen and (min-width: 1280px) {
    .s-variant .h2-head {
        margin-right: 90px;
    }
}

/* s-bread */
@media screen and (max-width: 767px) {
    .s-bread {
        display: none;
    }
}

.page-services .s-services-article .h2-head {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .page-services .s-services-article .h2-head {
        margin-bottom: 25px;
    }
}

.page-services .s-step-trade {
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    position: relative;
    z-index: 1;
}

.page-services .advantage-view-list {
    margin-top: 40px;
}

.s-interest-rates {
    padding: 50px 0 60px;
}

.s-interest-rates .h2-head {
    margin-bottom: 35px;
}

.s-top-images {
    background-color: #0C54A0;
    padding-top: 20px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .s-top-images {
        background-position: top right -150px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .s-top-images {
        background-position: top right 0px;
    }
}

@media (min-width: 1366px) {
    .s-top-images {
        background-position: top right 0px;
    }
}

@media (min-width: 1680px) {
    .s-top-images {
        background-position: top center;
    }
}

.s-top-images .h2-head {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .s-top-images .h2-head {
        margin-bottom: 25px;
    }
}

.s-top-images .bread-crumbs-link {
    color: #c9deff;
}

.s-top-images .bread-crumbs-list__item:after {
    background: url(../img/svg/arrow_bread_blue.svg) no-repeat center / 5px 8px;
}

.s-top-images .grid .contents__text {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .s-top-images .grid .contents__text {
        padding-top: 0;
        min-height: 280px;
        width: 50%;
    }
}

@media (min-width: 1024px) {
}

.s-top-images .grid .contents__text-center {
    margin: auto 0;
    padding-bottom: 40px;
}

.s-top-images .grid .contents__offset {
    width: 0;
}

@media (min-width: 768px) {
    .s-top-images .grid .contents__offset {
        width: 50%;
    }
}

.s-top-images .grid .contents__text-description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 480px;
}

@media (max-width: 1023px) {
    .s-top-images .grid .contents__text-description-wrapper {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .s-top-images .grid .contents__text-description-wrapper {
        max-width: 100%;
    }
}

.s-top-images .grid .contents__text-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-size: 54px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}

.s-top-images .grid .contents__text-description span {
    font-size: 16px;
    line-height: 1.5;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    padding-top: 28px;
    padding-left: 9px;
    max-width: 180px;
}

@media (max-width: 1279px) {
    .s-top-images .grid .contents__text-description {
        font-size: 43px;
    }

    .s-top-images .grid .contents__text-description span {
        font-size: 14px;
        padding-top: 23px;
        padding-left: 7px;
    }
}

@media (max-width: 1023px) {
    .s-top-images .grid .contents__text-description {
        font-size: 34px;
    }

    .s-top-images .grid .contents__text-description span {
        font-size: 14px;
        padding-top: 14px;
        max-width: 155px;
    }
}

@media (max-width: 767px) {
    .s-top-images .grid .contents__text-description {
        width: 50%;
        font-size: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .s-top-images .grid .contents__text-description span {
        padding-top: 8px;
        padding-left: 0;
        max-width: 100%;
    }
}

.s-top-images p {
    color: #fff;
}

.s-top-images--small {
    padding-top: 18px;
    margin-bottom: 46px;
    background-position: top right 100%;
}

@media (min-width: 768px) {
    .s-top-images--small {
        background-position: top right 52%;
    }
}

@media (min-width: 1680px) {
    .s-top-images--small {
        background-position: top center;
    }
}

.s-top-images--small .grid .contents__text {
    min-height: 342px;
}

@media (max-width: 1279px) {
    .s-top-images--small .grid .contents__text {
        min-height: 282px;
    }
}

@media (max-width: 1023px) {
    .s-top-images--small {
        margin-bottom: 41px;
    }

    .s-top-images--small .grid .contents__text {
        min-height: 242px;
    }
}

@media (max-width: 767px) {
    .s-top-images--small {
        margin-bottom: 32px;
    }

    .s-top-images--small .grid .contents__text {
        min-height: 0;
        padding-top: 11px;
    }

    .s-top-images--small .grid .contents__text-center {
        padding-bottom: 29px;
    }
}

.s-top-images--min {
    margin-bottom: 0;
    background-position: top center;
}

.s-top-images--min .grid .contents__text {
    min-height: 304px;
}

.s-top-images--min .h2-head {
    background: rgba(12, 84, 160, 0.8);
    border-radius: 5px;
}

@media (max-width: 1279px) {
    .s-top-images--min .grid .contents__text {
        min-height: 281px;
    }
}

@media (max-width: 767px) {
    .s-top-images--min {
        background-position: top right 1000%;
    }

    .s-top-images--min .grid .contents__text {
        min-height: 135px;
        padding-top: 18px;
    }
}

@media (min-width: 768px) {
    .s-top-images--big {
        background-position: top right -222px;
    }
}

@media (min-width: 1024px) {
    .s-top-images--big {
        background-position: top right 0px;
    }
}

@media (min-width: 1800px) {
    .s-top-images--big .grid .contents__text {
        min-height: 396px;
    }
}

@media (max-width: 767px) {
    .s-top-images--big {
        background-position: top right 1000%;
    }
}

.page-services-list .s-services-article {
    -webkit-box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    box-shadow: 0 3px 5px rgba(85, 93, 101, 0.2);
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.page-services-list .s-services-article .h2-head {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .page-services-list .s-services-article .h2-head {
        margin-bottom: 25px;
    }
}

.page-services-list .s-services-article .article {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .page-services-list .s-services-article .article {
        margin-bottom: 50px;
    }
}

.s-step-trade {
    padding-bottom: 30px;
}

.s-step-trade .h2-head {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .s-step-trade .h2-head {
        margin-bottom: 25px;
    }
}

.s-step-trade a:hover {
    text-decoration: underline;
}

.step-list__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-list__grid-column {
    width: 100%;
}

@media (min-width: 768px) {
    .step-list__grid-column {
        width: 50%;
    }
}

.step-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    .step-list__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .step-list__item br {
        display: none;
    }
}

.step-list__item-num {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #0C54A0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
}

.step-list__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-list__item-value {
    margin: auto 0;
    font-size: 14px;
    line-height: 24px;
}

@media (min-width: 1280px) {
    .step-list__item-value {
        font-size: 16px;
        line-height: 26px;
    }
}

.s-advantages {
    padding: 40px 0 20px;
    background-color: #f2f6f9;
}

@media (min-width: 768px) {
    .s-advantages {
        padding: 70px 0 55px;
    }
}

.important {
    margin: 30px 0;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .important {
        margin: 40px 0;
    }
}

@media (min-width: 1280px) {
    .important {
        padding-left: 90px;
    }
}

.important__content {
    padding: 15px 0;
    position: relative;
}

.important__content p,
.important__content div {
    font-size: 14px;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
}

@media (min-width: 768px) {
    .important__content p,
    .important__content div {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 1024px) {
    .important__content p,
    .important__content div {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1280px) {
    .important__content p,
    .important__content div {
        font-size: 22px;
        line-height: 30px;
    }
}

.important__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 5px;
    height: 100%;
    background-color: #0C54A0;
}

@media (min-width: 1280px) {
    .important__content:before {
        left: -60px;
    }
}

.important__content-title {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 16px;
}

p + .important__content-title,
div + .important__content-title {
    margin-top: 34px;
}

p.important__content-small,
div.important__content-small {
    font-size: 16px;
    line-height: 1.6;
    font-family: Montserrat, sans-serif;
}

.important ol {
    list-style-type: decimal;
    padding-left: 18px;
    margin-top: 17px;
}

.important ol li {
    list-style-type: decimal;
    margin-bottom: 7px;
}

.important ol li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1279px) {
    .important__content-title {
        margin-bottom: 10px;
    }

    p + .important__content-title,
    div + .important__content-title {
        margin-top: 28px;
    }

    p.important__content-small,
    div.important__content-small {
        font-size: 14px;
        line-height: 1.7;
    }

    .important ol {
        margin-top: 9px;
    }
}

@media (max-width: 1023px) {
    .important__content {
        padding: 5px 0;
    }

    p + .important__content-title,
    div + .important__content-title {
        margin-top: 17px;
    }
}

@media (max-width: 767px) {
    p.important__content-small,
    div.important__content-small {
        font-size: 14px;
        line-height: 1.7;
    }
}

.important--small {
    padding-left: 61px;
}

@media (max-width: 1279px) {
    .important--small {
        padding-left: 40px;
        margin: 36px 0;
    }
}

@media (max-width: 1023px) {
    .important--small {
        padding-left: 30px;
        margin: 30px 0 35px;
    }
}

@media (max-width: 767px) {
    .important--small {
        margin-top: 20px;
        margin-bottom: 38px;
    }
}

@media (max-width: 1279px) {
    .important--small .important__content:before {
        left: -39px;
    }
}

@media (max-width: 1023px) {
    .important--small .important__content:before {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .important--small .important__content p,
    .important--small .important__content div {
        font-size: 16px;
        line-height: 1.5;
    }

    p.important--small .important__content-small,
    div.important--small .important__content-small {
        font-size: 14px;
        line-height: 1.7;
    }
}

.article {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 1280px) {
    .article {
        font-size: 16px;
        line-height: 26px;
    }
}

.article h2 {
    color: #737373;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
    .article h2 {
        font-size: 22px;
        line-height: 36px;
    }
}

@media screen and (min-width: 768px) {
    .article h2 {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .article h2 {
        font-size: 30px;
        line-height: 44px;
    }
}

.article h3 {
    color: #737373;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .article h3 {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .article h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width: 1280px) {
    .article h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

.article a:hover {
    text-decoration: underline;
}

.article ol {
    margin: 15px 0;
    list-style-type: none;
    padding-left: 22px;
    counter-reset: li;
}

.article ol li {
    position: relative;
    list-style-type: none;
    margin-bottom: 5px;
}

.article ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    display: block;
    position: absolute;
    top: 0px;
    left: -22px;
    margin-right: 10px;
    color: #0C54A0;
}

.article ul {
    margin: 15px 0;
}

.article ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.article ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #0C54A0;
    position: absolute;
    left: 0;
    top: 6px;
}

@media (min-width: 1280px) {
    .article ul li:before {
        top: 9px;
    }
}

.article .button {
    margin: 40px 0;
}

.article .button:hover {
    text-decoration: none;
}

.links-wrap_service {
    margin-top: 29px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .links-wrap_service {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .links-wrap__select {
        display: none;
    }
}

.links-wrap .service-links {
    display: none;
}

@media (min-width: 768px) {
    .links-wrap .service-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.service-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .service-links {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .service-links {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .service-links {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .service-links__item {
        margin-right: 25px;
    }
}

@media (min-width: 1024px) {
    .service-links__item {
        margin-right: 30px;
    }
}

@media (min-width: 1280px) {
    .service-links__item {
        margin-right: 33px;
    }
}

.service-links__item:last-child {
    margin-right: 0;
}

.service-links__item a {
    display: block;
    color: #737373;
    border-bottom: 2px solid transparent;
}

.service-links__item a.active {
    color: #0C54A0;
    border-bottom-color: #0C54A0;
}

.service-list__inner {
    margin-top: 40px;
}

.service-list__content b {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .service-list__content b {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1280px) {
    .service-list__content b {
        font-size: 22px;
        line-height: 30px;
    }
}

.service-list__content-btn {
    margin-top: 20px;
}

.service-list__content-btn .button {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .service-list__content-btn .button {
        margin-right: 20px;
        margin-top: 0;
    }
}

.service-list .ddtext[data-init]:after {
    content: none;
}

.service-list .ddtext__action {
    bottom: -2px;
}

.service-head-box {
    border-radius: 4px;
    overflow: hidden;
    background-color: #0C54A0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
}

@media (max-width: 767px) {
    .service-head-box {
        background-image: none !important;
    }
}

@media (min-width: 768px) {
    .service-head-box {
        background-position: top right -330px;
        min-height: 210px;
        margin-bottom: 40px;
        padding: 20px 40px;
    }
}

@media (min-width: 1024px) {
    .service-head-box {
        background-position: top center;
    }
}

@media (min-width: 1280px) {
    .service-head-box {
        min-height: 230px;
    }
}

.service-head-box__inner {
    margin: auto 0;
}

.service-head-box__title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .service-head-box__title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (min-width: 1280px) {
    .service-head-box__title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .service-head-box br {
        display: none;
    }
}

.table-rates {
    font-size: 10px;
    line-height: 16px;
    color: #737373;
    font-family: 'Gotham-Pro';
}

@media (min-width: 1280px) {
    .table-rates {
        font-size: 12px;
        line-height: 24px;
    }
}

.table-rates .titl {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

@media (min-width: 1280px) {
    .table-rates .titl {
        font-size: 16px;
    }
}

.table-rates .b {
    font-weight: 500;
}

.table-rates__select {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .table-rates__select {
        display: none;
    }
}

.table-rates__row {
    border-bottom: 1px solid #dbdee0;
}

.table-rates__row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table-rates__row-inner + .table-rates__row-inner .table-rates__col {
    padding-top: 0;
}

.table-rates__col {
    padding: 15px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.table-rates__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px;
}

@media (min-width: 480px) {
    .table-rates__col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 220px;
        flex: 0 1 220px;
    }
}

@media (min-width: 768px) {
    .table-rates__col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 370px;
        flex: 0 1 370px;
    }
}

@media (min-width: 1024px) {
    .table-rates__col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }
}

@media (min-width: 1280px) {
    .table-rates__col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
}

.table-rates__col:nth-child(even) {
    background: #f2f6f9;
}

@media (max-width: 1023px) {
    .table-rates__col[data-tbl-col] {
        display: none;
        background: #f2f6f9;
        text-align: center;
    }
}

.table-rates__col.active {
    display: block;
}

.table-rates__info {
    margin-top: 25px;
}

.table-rates__info p {
    font-size: inherit;
}

.favorite-menu-container {
    height: 67%;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #0C54A0;
}

.favorite-menu {
    position: relative;
    cursor: pointer;
    width: 60px;
    display: block;
    margin-top: 18px;
}

@media (max-width: 1024px) {
    .favorite-menu-container {
        height: auto;
        padding: 0;
        border-radius: 0;
        text-align: center;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }

    .favorite-menu {
        position: absolute;
        top: -16px;
        right: 15px;
        margin-top: 0;
    }

    .favorite-menu .favorite-menu__title {
        font-size: 0;
    }
}

@media (max-width: 767px) {
    .favorite-menu {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .favorite-menu {
        right: 0;
    }
}

.favorite-menu:hover .favorite-menu__icon {
    background: url(../img/svg/favorites_active.svg) no-repeat center / 19px 19px;
}

.favorite-menu:hover .favorite-menu__title {
    color: #0C54A0;
}

.favorite-menu.active .favorite-menu__icon {
    background: url(../img/svg/favorites_active.svg) no-repeat center / 19px 19px;
}

.favorite-menu.active .favorite-menu__size {
    display: block;
}

.favorite-menu__icon {
    margin: -16px auto 0;
    width: 19px;
    height: 19px;
    background: url(../img/svg/favorites.svg) no-repeat center / 19px 19px;
}

.favorite-menu__size {
    display: none;
    min-width: 18px;
    position: absolute;
    top: -6px;
    right: 8px;
    font-size: 10px;
    line-height: 8px;
    border: 2px solid #fff;
    background: #0C54A0;
    color: #fff;
    padding: 2px;
    text-align: center;
    border-radius: 2px;
}

.favorite-menu__title {
    font-size: 0px;
    line-height: 1;
    color: #737373;
    position: absolute;
    top: 10px;
    left: 50%;
    font-size: 10px;
    top: 18px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .favorite-menu__title {
        font-size: 12px;
    }
}

.favorites-wrap__content .apartment-card {
    position: relative;
    padding: 35px 20px 60px;
}

@media (min-width: 480px) {
    .favorites-wrap__content .apartment-card {
        padding: 30px 20px 20px;
    }
}

@media (min-width: 768px) {
    .favorites-wrap__content .apartment-card {
        padding: 20px;
    }
}

.favorites-wrap__content .apartment-card-grid__realtor {
    display: none;
}

.favorites-wrap__content .apartment-card-grid__realtor .realtor__content {
    text-align: center;
}

@media (min-width: 768px) {
    .favorites-wrap__content .apartment-card-grid__realtor .realtor__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
}

@media (min-width: 1280px) {
    .favorites-wrap__content .apartment-card-grid__realtor .realtor__content {
        display: block;
        text-align: center;
    }
}

.favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-phone {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-phone {
        margin-left: 30px;
        padding-top: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-phone {
        padding-top: 0;
        margin-bottom: 8px;
        margin-left: 0;
    }
}

.favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1280px) {
    .favorites-wrap__content .apartment-card-grid__realtor .realtor__content .realtor__content-btns {
        display: block;
    }
}

.favorites-wrap__content .apartment-card-grid__realtor.active {
    display: block;
}

.favorites-wrap__content .apartment-card-grid__email {
    display: none;
}

.favorites-wrap__content .apartment-card-grid__email.active {
    display: block;
}

.favorites-wrap__content .apartment-card-grid__more {
    right: 50px;
}

@media (min-width: 1280px) {
    .favorites-wrap__content .apartment-card-grid__more {
        right: 300px;
    }
}

.favorites-info {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    margin-bottom: 30px;
}

@media (min-width: 1280px) {
    .favorites-info {
        font-size: 16px;
        line-height: 26px;
    }
}

.apartment-card-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url(../img/svg/delete.svg) no-repeat center / 12px 12px;
    cursor: pointer;
    z-index: 1;
}

.apartment-card-grid__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
}

@media (min-width: 1280px) {
    .apartment-card-grid__aside {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        border-left: 1px solid #eeeeee;
        border-top: none;
    }
}

.apartment-card-grid__aside .realtor {
    padding: 20px 0px 0;
}

@media (min-width: 1280px) {
    .apartment-card-grid__aside .realtor {
        padding: 20px 20px 0;
    }
}

.apartment-card-grid__aside .realtor__content-info {
    margin-top: 0;
}

.apartment-card-grid__aside .realtor__content-btns {
    margin-top: 0;
}

@media (min-width: 1280px) {
    .apartment-card-grid__aside .realtor__content-btns {
        margin-top: 20px;
    }
}

.apartment-card-grid__aside .realtor__content-btns-pdf {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .apartment-card-grid__aside .realtor__content-btns-pdf {
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .apartment-card-grid__aside .realtor__content-btns-pdf {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.button_pdf {
    width: 162px;
    height: 40px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .button_pdf {
        width: 132px;
    }
}

@media (min-width: 1280px) {
    .button_pdf {
        width: 192px;
    }
}

.services-view-list__item:hover img {
    -webkit-animation: tada 1s;
    animation: tada 1s;
}

.hide-block {
    max-height: 695px;
}

@media (min-width: 480px) {
    .hide-block {
        max-height: 620px;
    }
}

@media (min-width: 768px) {
    .hide-block {
        max-height: 630px;
    }
}

@media (min-width: 1024px) {
    .hide-block {
        max-height: 444px;
    }
}

@media (min-width: 1280px) {
    .hide-block {
        max-height: 530px;
    }
}

.call-email {
    padding: 40px 34px 0;
    position: relative;
}

@media (min-width: 480px) {
    .call-email {
        padding: 40px 0px 0;
    }
}

@media (min-width: 768px) {
    .call-email {
        padding: 20px 0px 0;
    }
}

@media (min-width: 1280px) {
    .call-email {
        padding: 40px 40px 0;
    }
}

@media (min-width: 480px) {
    .call-email__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1280px) {
    .call-email__form {
        display: block;
    }
}

.call-email__form-succes {
    text-align: center;
}

@media (min-width: 480px) {
    .call-email__form-succes {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1280px) {
    .call-email__form-succes {
        text-align: center;
        display: block;
    }
}

.call-email__form-succes p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 18px;
}

@media (min-width: 1280px) {
    .call-email__form-succes p {
        margin-top: 0;
    }
}

.call-email__form-btn {
    margin-top: 18px;
    text-align: center;
}

@media (min-width: 480px) {
    .call-email__form-btn {
        text-align: left;
    }
}

@media (min-width: 1280px) {
    .call-email__form-btn {
        margin-top: 25px;
    }
}

.call-email .button-back {
    position: absolute;
    top: 10px;
    left: 0px;
}

@media (min-width: 1280px) {
    .call-email .button-back {
        top: -6px;
        left: 20px;
    }
}

.button-back {
    font-size: 12px;
    color: #b4b7bc;
    cursor: pointer;
}

.button-back:hover {
    color: #0C54A0;
}

.button_addEmail {
    height: 40px;
    width: 180px;
    cursor: pointer;
}

@media (min-width: 480px) {
    .button_addEmail {
        margin-left: 30px;
    }
}

@media (min-width: 1280px) {
    .button_addEmail {
        width: 100%;
        margin-left: 0;
    }
}

.push-email {
    font-size: 14px;
}

@media (min-width: 1280px) {
    .push-email {
        font-size: 16px;
    }
}

.price-table table {
    display: block;
    width: 100%;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .price-table table {
        display: table;
    }
}

.price-table table thead {
    font-size: 14px;
    line-height: 24px;
    display: block;
}

@media (min-width: 480px) {
    .price-table table thead {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .price-table table thead {
        display: table-header-group;
    }
}

@media (min-width: 1024px) {
    .price-table table thead {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1280px) {
    .price-table table thead {
        font-size: 22px;
        line-height: 30px;
    }
}

.price-table table thead tr th {
    padding: 20px 10px 20px;
}

@media (min-width: 480px) {
    .price-table table thead tr th {
        padding: 30px 20px 30px;
    }
}

.price-table table tbody {
    font-size: 14px;
    line-height: 24px;
    display: block;
}

@media (min-width: 768px) {
    .price-table table tbody {
        display: table-row-group;
    }
}

@media (min-width: 1280px) {
    .price-table table tbody {
        font-size: 16px;
        line-height: 26px;
    }
}

.price-table table tbody tr {
    border-top: 1px solid #dbdee0;
}

.price-table table tbody tr td {
    padding: 20px 10px;
    display: block;
}

@media (min-width: 480px) {
    .price-table table tbody tr td {
        padding: 30px 20px;
    }
}

@media (min-width: 768px) {
    .price-table table tbody tr td {
        display: table-cell;
    }
}

@media (min-width: 1280px) {
    .price-table table tbody tr td {
        padding: 50px 20px;
    }
}

.price-table table tbody tr td:nth-child(2) {
    background: #f2f6f9;
    padding: 30px 20px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .price-table table tbody tr td:nth-child(2) {
        width: 40%;
    }
}

@media (min-width: 1280px) {
    .price-table table tbody tr td:nth-child(2) {
        padding: 50px 40px;
    }
}

.s-filter-wrap .filter-grid__more {
    padding-top: 0;
    padding-bottom: 0;
}

.s-filter-wrap .filter-grid__additional .filter-inner {
    display: block;
}

.filter-item {
    padding-top: 20px;
}

.social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 -7px;
}

.social__link {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    opacity: 0.7;
}

.social__link:hover {
    opacity: 1;
}

.vk {
    background: url(../img/social/soc-vk.svg) no-repeat center;
}

.fb {
    background: url(../img/social/soc-facebook.svg) no-repeat center;
}

.in {
    background: url(../img/social/soc-insta.svg) no-repeat center;
}

.yt {
    background: url(../img/social/soc-youtube.svg) no-repeat center;
}

.tw {
    background: url(../img/social/soc-twitter.svg) no-repeat center;
}

.ok {
    background: url(../img/social/soc-ok.svg) no-repeat center;
}

.s-favorites .head {
    position: relative;
}

.s-favorites .button_sendemail {
    margin: -20px 0 30px;
}

@media (min-width: 768px) {
    .s-favorites .button_sendemail {
        margin: 0;
        position: absolute;
        left: 160px;
        top: -2px;
    }
}

@media (min-width: 1024px) {
    .s-favorites .button_sendemail {
        left: 200px;
        top: 4px;
    }
}

@media (min-width: 1280px) {
    .s-favorites .button_sendemail {
        left: 230px;
        top: 8px;
    }
}

#send-email .grid {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: block;
}

@media (min-width: 1024px) {
    #send-email .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

#send-email .grid__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

#send-email .grid__input .e-input + .e-input {
    margin-top: 15px;
}

#send-email .e-submit {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    #send-email .e-submit {
        margin-top: 0;
    }
}

[data-hide] {
    position: relative;
    padding-bottom: 30px;
}

[data-hide] .btn-show {
    font-size: 16px;
    color: #0C54A0;
    cursor: pointer;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.descr__pad {
    text-align: left;
    font-size: 13px;
    padding: 0 0 20px 0;
    color: #737373;
}

.js__get_popup_send_director_m {
    border: 1px solid #0C54A0;
    border-radius: 4px;
    text-align: center;
    font-size: 9px;
    padding: 6px;
    color: #fff !important;
    background-color: #0C54A0;
    display: none !important;
    margin-right: 30px;
}

.js__get_popup_send_director {
    margin-left: auto;
    margin-right: 10px;
}

@media screen and (max-width: 532px) {
    .js__get_popup_send_director {
        display: none;
    }

    .js__get_popup_send_director_m {
        display: block !important;
    }
}

@media screen and (max-width: 350px) {
    .js__get_popup_send_director_m {
        padding: 3px 1px;
    }
}

.review__rating--is-active-1 svg:nth-child(1) path,
.review__rating--is-active-2 svg:nth-child(1) path,
.review__rating--is-active-2 svg:nth-child(2) path,
.review__rating--is-active-3 svg:nth-child(1) path,
.review__rating--is-active-3 svg:nth-child(2) path,
.review__rating--is-active-3 svg:nth-child(3) path,
.review__rating--is-active-4 svg:nth-child(1) path,
.review__rating--is-active-4 svg:nth-child(2) path,
.review__rating--is-active-4 svg:nth-child(3) path,
.review__rating--is-active-4 svg:nth-child(4) path,
.review__rating--is-active-5 svg:nth-child(1) path,
.review__rating--is-active-5 svg:nth-child(2) path,
.review__rating--is-active-5 svg:nth-child(3) path,
.review__rating--is-active-5 svg:nth-child(4) path,
.review__rating--is-active-5 svg:nth-child(5) path {
    fill: #0C54A0 !important;
}

.review__head {
    display: flex;
    align-items: center;
}

.review__title {
    display: inline-block;
    margin-right: 10px;
}

.review__title2 {
    display: inline-block;
    margin-right: 10px;
}

.review__title--can {
    color: #0C54A0;
}

.review__rating {
    display: inline-block;
}

.review__date {
    margin-left: auto;
}

.review__answers {
    position: relative;
}

/*.review__answers::after {*/
/*content: '';*/
/*display: block;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 29px;*/
/*width: calc(100% - 2*29px);*/
/*height: 1px;*/
/*background: #ced9e0;*/
/*}*/

.review__answer {
    padding: 23px 29px;
}

.review__answer-head {
    display: flex;
    align-items: center;
    padding: 0 23px 22px;
}

.review__answer-head2 {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    padding: 0 13px 22px;
}

.review__answer-date {
    margin-left: auto;
}

.review__answer-text {
    font-size: 16px;
    line-height: 1.65;
    padding: 0 29px 15px;
    position: relative;
}

.review__answer-text2 {
    font-size: 16px;
    line-height: 1.65;
    padding: 0 29px 15px;
    position: relative;
}

.review {
    height: auto !important;
}

.reviews__add {
    margin: 0 auto auto;
    width: 464px;
}

@media screen and (max-width: 500px) {
    .reviews__add {
        width: auto;
    }

    .review__date {
        margin-left: 0;
    }

    .review__answer-head2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .review__title2 {
        padding: 0 12px;
    }
}

/*# sourceMappingURL=style.css.map */

/* Выбор города */
#choose-city .pop-up-content a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    max-width: 230px;
    color: #fff;
    padding: 0 20px;
    margin-right: 10px;
}

#choose-city .pop-up-content a:first-child {
    background: #0C54A0;
}

#choose-city .pop-up-content a:last-child {
    color: #737373;
}

/*Slider main (objects)*/

.slider-obj {
    position: relative;
}

.slider-obj__item {
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .slider-obj__item {
        background: none !important;
    }
}

.slider-obj__item-inner {
    min-height: 320px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 769px) {
    .slider-obj__item-inner {
        text-align: center;
        min-height: 100%;
        padding: 40px 0;
    }
}

@media (min-width: 769px) {
    .slider-obj__item-inner {
        background: none !important;
    }
}

.slider-obj .wrap {
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 767px) {
    .slider-obj .wrap {
        padding: 20px 15px;
    }
}

.slider-obj__inner {
    width: 600px;
}

@media (max-width: 767px) {
    .slider-obj__inner {
        max-width: 100%;
        min-height: 230px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider-obj__inner .slider-main__title {
        margin-top: auto;
    }

    .slider-obj__inner .slider-main__btn {
        margin-top: auto;
    }
}

.slider-obj__inner.white {
    color: #fff;
}

@media (max-width: 767px) {
    .slider-obj__inner.hide .slider-main__title,
    .slider-obj__inner.hide .slider-main__content {
        display: none;
    }
}

.slider-obj__title {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .slider-obj__title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 1024px) {
    .slider-obj__title {
        font-size: 24px;
        line-height: 44px;
    }
}

@media (min-width: 1280px) {
    .slider-obj__title {
        font-size: 27px;
        line-height: 48px;
    }
}

.slider-obj__content {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

@media (min-width: 1024px) {
    .slider-obj__content {
        font-size: 16px;
        line-height: 26px;
    }
}

.slider-obj__btn {
    margin-top: 20px;
}

.slider-obj__btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E31E24;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    max-width: 230px;
    color: #fff;
}

@media (min-width: 1024px) {
    .slider-obj__btn a {
        font-size: 18px;
        height: 50px;
        max-width: 250px;
    }
}

.slider-obj__nav {
    position: absolute;
    top: 40px;
    z-index: 2;
    right: 20px;
}

@media (max-width: 767px) {
    .slider-obj__nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .slider-obj__nav {
        right: calc((100% - 768px) / 2);
    }
}

@media screen and (min-width: 1024px) {
    .slider-obj__nav {
        right: calc((100% - 1024px) / 2);
    }
}

@media (min-width: 1280px) {
    .slider-obj__nav {
        right: calc((100% - 1240px) / 2);
    }
}

.slider-obj .slick-dots {
    -webkit-transform: translateX(-36px);
    -ms-transform: translateX(-36px);
    transform: translateX(-36px);
}

@media (min-width: 1024px) {
    .slider-obj .slick-dots {
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
    }
}

.slider-obj .slick-dots li {
    width: 18px;
    height: 20px;
}

.slider-obj .slick-dots li.slick-active button {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #0C54A0;
}

.slider-obj .slick-dots li.slick-active button:after {
    width: 18px;
    background: #0C54A0;
}

.slider-obj .slick-dots button {
    cursor: pointer;
    background: transparent;
    font-size: 0;
    width: inherit;
    height: inherit;
    position: relative;
    padding-right: 30px;
    border: none;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.slider-obj .slick-dots button:after {
    -webkit-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: rgba(79, 150, 226, 0.5);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.description_title {
    color: #d4d8dc;
    font-family: Montserrat, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 12px;
}

.white_descr {
    color: white;
    font-size: 16px;
}

.slider-obj__description {
    display: flex;
    flex-direction: column;
    width: 400px;
}

.slider-obj__description__main,
.slider-obj__description__dop {
    display: flex;
    width: 100%;
}

.slider-obj__description__dop {
    margin-top: 15px;
}

.description__main1 {
    display: flex;
    flex-direction: column;
    width: 35%
}

.description__main2 {
    display: flex;
    flex-direction: column;
    width: 35%
}

.description__dop1 {
    display: flex;
    flex-direction: column;
    width: 35%
}

.description__dop2 {
    display: flex;
    flex-direction: column;
    width: 20%
}

.description__dop3 {
    display: flex;
    flex-direction: column;
    width: 45%
}

.image_slider{
    background-repeat: no-repeat;
    width: 439px;
    height: 320px;
    background-size: cover;
    margin-left: 68px;
    /*width: 30%;*/
    /*position: absolute;*/
    /*right: 10px;*/
}
.conteiner_descr{
    margin-top: 40px
}

@media (max-width: 1280px) {
    .image_slider {
        margin-left: 146px;
    }

    .conteiner_descr {
        margin-top: 20px;
    }

}

@media (max-width: 1024px) {
    .image_slider {
        width: 40%;
        position: absolute;
        right: 0;
    }

    .slider-obj__item-inner > .wrap{
        margin: 0;
        width: 100%;
    }

    .image_slider{
        margin-left: 135px;
    }
}


@media (max-width: 768px) {
    .slider-obj__description{
        margin: 0 auto;
    }

    .image_slider{
        display: none;
    }

    .slider-obj__inner{
        margin: 0 auto;
    }

    .slider-obj__item::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 1;
    }
    .slider-obj__item-inner > .wrap{
        z-index: 999;
    }

    .white_descr{
        text-align: start;
    }

    .description_title{
        text-align: start;
    }
}

@media (max-width: 769px) {
    .description_title{
        font-size: 11px;
    }

    .description__dop1{
        width: 30%;
    }

    .description__main1{
        width: 30%;
    }
}

.slider-obj__item-inner > .wrap{
    display: flex;
}

.back-black{
    background: #d4d8dc;
    opacity: 0.6;
}


.iframe-mob {
  height: 100%;
  width: 60%;
  margin-bottom: 20px;
  display:inline-block;
  transition-property: width;
  transition-duration: 0.5s;
}

.spisok-on {
  width:20px;
  height:100px;
  position:absolute;
  background: #e2e2e2;
  top:calc(50% - 50px);
  right:0px;
  border-radius:10px 0px 0px 10px;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  cursor:pointer;
}

.spisok-adress {
  display: inline-block;
  width: 0%;
  height: 500px;
  vertical-align: top;
  overflow-y: scroll;
  text-align: right;
  transition-property: width;
  transition-duration: 0.5s;

}

.spisok-adress ul {
  font-family: Gotham-Pro;
  font-size: 18px;
  color: #737373;
  padding-right: 20px;
  text-align:left;
}

@media (max-width: 767px) {
  .iframe-mob {
    width:100%;
  }

  .spisok-adress {
    display:none;
  }
}

/**
Неактивная страница недвижимости
 */
.s-card.s-card--first {
    padding-bottom: 0;
}

.s-card.s-card--first + section {
    padding-top: 0;
}

h3.h3-head--inactive {
    color: #E31E24
    margin-top: 24px;
}

h3.h3-head--inactive::before {
    display: none;
}

.s-card--inactive .page-grid__content--inactive {
    filter: blur(2px);
    pointer-events: none;
}


:root {
    --transition-default: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    --main-background: #F2F6F9;
    --main-text: #737373;
    --additional-text: #737373;
    --light-text: #A4AAB0;
    --btn-background: #0C54A0;
    --main-blue: #0C54A0;
}

/** {*/
/*    box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    outline: none;*/
/*}*/

/*html {*/
/*    font-family: "Gotham Pro", sans-serif !important;*/
/*    font-size: 20px;*/
/*}*/

/*body {*/
/*    margin: 100px 0 0;*/
/*    background: var(--main-background);*/
/*    letter-spacing: 0.10px;*/
/*    color: var(--main-text);*/
/*}*/

/*button {*/
/*    font-family: "Gotham Pro", sans-serif !important;*/
/*}*/

/*ul {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

.service__popup-table tr {
    border: 1px solid #D0D9DF;
    border-collapse: collapse;
    border-spacing: 1px;
}

.service__popup-table td {
    border-right: 1px solid #D0D9DF;
    border-collapse: collapse;
    border-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .service__wrapper {
        padding: 0 20px
    }

    .service__popup-table tr {
        display: flex;
        flex-direction: column;
    }

    .service__popup-table table {
        width: 100%;
    }

    .service__popup-title {
        font-size: 16px;
        line-height: 22px;
    }

    .service__popup-table tr > td:last-of-type {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 18px;
    }

    .service__popup-table tr > td:first-of-type {
        flex-direction: row;
        padding: 5px 20px 5px 10px;
    }

    .service__popup-table tr > td > span {
        margin-right: 4px;
    }

    .service__popup-body {
        flex-direction: column;
    }

    .service__switch-wrapper {
        width: 90vw;
        overflow: auto;
        -ms-overflow-style: none;
    }

    .service__switch-wrapper::-webkit-scrollbar {
        display: none;
    }

    .service__offer-layout {
        width: 100%;
        align-items: flex-start;
        padding: 20px 20px 20px 90px;
        margin: 0 21px 20px 0;
    }

    .service__popup {
        padding: 30px;
        max-height: 90vh;
        overflow: auto;
        width: calc(100% - 20px);
    }

    .service__offers-wrapper > div {
        flex-direction: column;
    }

    .service__offer-layout-thumbnail {
        position: absolute;
        left: 20px;
        top: 22px;
    }

    .service__offer-layout-title {
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
    }

    .service__profit-description {
        text-align: left;
    }

    .service__btn-order {
        width: calc(100% + 70px);
        margin: 0 0 0 -70px;
    }

    .service__popup-list ul li {
        padding: 0 0 0 30px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .service__popup-list ul li::before {
        left: 4px;
        top: 5px;
    }

    .service__popup-list p {
        margin: 15px 0 0;
    }

    .service__popup-list ul {
        margin: 0;
    }

    .service__details {
        height: auto;
    }

    .service__profit {
        font-size: 26px;
        margin: 20px 0;
    }

    .service__popup-list-title {
        margin: 15px 0 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .service__input-name, .service__input-phone, .service__btn-order-send {
        width: calc(100% - 34px);
        margin: 0 20px 20px 0;
    }

    .service__input-phone {
        margin: 0 20px 0 0;
    }

    .service__popup-order {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .service__popup-close {
        right: -14px;
        top: -14px;
    }

    .service__popup-table tr > td:first-of-type {
        border-bottom: 1px solid #D0D9DF;
    }

    .service__popup-table tr:not(:last-child) {
        border-bottom: none;
    }
}

@media screen and (min-width: 768px) {
    .service__popup-table tr {
        display: table-row;
    }

    .service__popup-title {
        font-size: 22px;
        line-height: 28px;
    }

    .service__popup-table tr > td:last-of-type {
        width: 56%;
        font-size: 16px;
        line-height: 26px;
        padding: 0 18px;
    }

    .service__popup-table tr > td:first-of-type {
        flex-direction: column;
        padding: 10px 29px 10px 20px;
    }

    .service__popup-body {
        flex-direction: column;
    }

    .service__wrapper {
        width: 100%;
        padding: 32px 24px;
        max-width: 980px;
    }

    .service__switch-wrapper {
        font-size: 16px;
        width: auto;
        overflow: auto;
    }

    .service__switch-wrapper::-webkit-scrollbar {
        display: unset;
    }

    .service__offer-layout {
        width: 226px;
        align-items: center;
        padding: 20px;
        margin: 0 21px 0 0;
    }

    .service__btn {
        width: 186px;
    }

    .service__popup-table {
        width: 100%;
    }

    .service__popup-list {
        width: 100%;
        margin: 20px 0 0 17px;
    }

    .service__popup {
        padding: 30px;
        width: calc(100% - 180px);
    }

    .service__popup-list ul li {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        padding: 0 60px 0 0;
    }

    .service__popup-list-title {
        font-family: Montserrat, sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        margin: -6px 0 15px -18px;
    }

    .service__popup-list ul li::before {
        top: 5px;
        left: -18px;
    }

    .service__popup-close {
        right: -14px;
        top: -14px;
    }

    .service__offers-wrapper > div {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service__offer-layout-thumbnail {
        position: unset;
        left: unset;
        top: unset;
    }

    .service__offer-layout-title {
        flex-direction: column;
        height: 81px;
    }

    .service__btn-order {
        width: unset;
        margin: auto 0 0;
        width: 160px;
    }

    .service__profit-description {
        text-align: center;
    }

    .service__details {
        height: unset;
    }

    .service__profit {
        font-size: 22px;
        margin: 24px 0 2px;
    }

    .service__input-name {
        width: 265px;
        margin: 0 20px 0 0;
    }

    .service__input-phone {
        width: 231px;
    }

    .service__btn-order-send {
        width: 265px;
    }

    .service__popup-order {
        width: 582px;
    }
}

@media screen and (min-width: 1280px) {
    .service__wrapper {
        padding: 32px 90px;
        width: 1240px;
        max-width: 1240px;
    }

    .service__switch-wrapper {
        font-size: 22px;
    }

    .service__offer-layout {
        width: 280px;
    }

    .service__btn {
        width: 240px;
    }

    .service__popup-body {
        flex-direction: row;
    }

    .service__popup-table {
        width: 47%;
    }

    .service__popup-list {
        width: 53%;
        margin: 0 0 0 67px;
    }

    .service__popup-list ul {
        margin-left: 20px;
        line-height: 22px;
    }

    .service__popup {
        padding: 30px 60px;
    }

    .service__popup-list li {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .service__popup-list-title {
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        margin: -6px 0 15px -18px;
    }

    .service__popup-list li::before {
        top: 8px;
    }

    .service__popup-close {
        right: -46px;
        top: -16px;
    }
}

@media screen and (max-width: 1279px) {
    .service__popup-list ul {
        margin-left: 16px;
    }

    .service__popup-list ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

.service__popup-list li {
    position: relative;
}

.service__wrapper {
    margin: auto;
}

.service__breadcrumbs {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.service__breadcrumb {
    cursor: pointer;
    color: var(--light-text);
    text-decoration: none;
}

.service__breadcrumb:hover {
    text-decoration: underline;
}

.service__breadcrumb::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDFMMi41IDMuNzI3MjdMMC41IDciIHN0cm9rZT0iI0E0QUFCMCIvPgo8L3N2Zz4K");
    width: 2px;
    height: 6px;
    color: var(--light-text);
    margin: 0 5px 0 8px;
}

.service__title-wrapper {
    margin: 0 0 27px;
}

.service__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin: 7px 0 0;
}

.service__switch-wrapper {
    display: flex;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 0 3px;
    border-bottom: 1px solid #e3e5e7;
}

.service__btn-switch {
    font-weight: normal;
    position: relative;
    margin: 0 60px 0 0;
    padding: 0 0 14px;
    transition: var(--transition-default);
    cursor: pointer;
    white-space: nowrap;
}

.service__btn-switch::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--btn-background);
    bottom: 0;
    left: 0;
    transition: var(--transition-default);
}

.service__btn-switch:hover {
    transition: var(--transition-default);
    color: var(--btn-background);
}

.service__btn-switch.active::before {
    width: 100%;
    transition: var(--transition-default);
}

.service__btn-switch::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 21px;
    background: #e3e5e7;
    right: -31px;
    bottom: 16px;
}

.service__btn-switch:last-of-type::after {
    display: none;
}

.service__offers-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--additional-text);
    font-family: Montserrat, sans-serif;
    margin: 29px 0 20px;
    display: flex;
}

.service__offers-wrapper > div {
    display: flex;
}

.service__buyer {
    display: none;
}

.service__buyer.active {
    display: block;
}

.service__offer-layout {
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    transition: var(--transition-default);
    position: relative;
    width: calc(33% - 20px);
}

.service__offer-layout:hover {
    box-shadow: 0 4px 16px rgba(77, 89, 102, 0.15);
    transition: var(--transition-default);
}

.service__offer-layout:hover > .service__profit {
    color: var(--main-blue);
}

.service__offer-layout-title {
    display: flex;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    margin: 9px 0 0;
    text-align: center;
}

.service__offer-layout-title > span {
    white-space: nowrap;
    margin-right: 4px;
}

.service__offer-layout-thumbnail img {
    min-height: 40px;
}

.service__profit {
    font-weight: bold;
    line-height: 28px;
}

.service__profit > span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
}

.service__profit-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    width: 100%;
    margin: 0 0 25px;
}

.service__details {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: var(--btn-background);
    margin: 0 0 30px;
    cursor: pointer;
}

.service__details:hover {
    text-decoration: underline;
}

.service__btn {
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    height: 42px;
    transition: var(--transition-default);
}

.service__btn:hover {
    transition: var(--transition-default);
}

.service__btn-order {
    background: var(--btn-background);
}

.service-btn-order:hover {
    background: #52A0F3;
}

.service__btn-order-send {
    background: var(--btn-background);
    margin: auto 0 0;
}

.service-btn-order-send:hover {
    background: #52A0F3;
}

.service__popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: var(--transition-default);
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

.service__popup-container.open {
    opacity: 1;
    transition: var(--transition-default);
    visibility: visible;

}

.service__popup {
    box-shadow: 0 4px 16px rgba(77, 89, 102, 0.15);
    background: #fff;
    display: flex;
    flex-direction: column;
    z-index: 1;
    visibility: hidden;
    transition: var(--transition-default);
    transform: translateY(-100px);
    opacity: 0;
    border-radius: 4px;
    top: 50%;
    left: 50%;
}

.service__popup-container.open > .service__popup {
    visibility: visible;
    transition: var(--transition-default);
    transform: translateY(0);
    opacity: 1;
}

.service__popup-header {
    display: flex;
    align-items: center;
    margin: 0 0 31px;
    position: relative;
}

.service__popup-title {
    font-weight: bold;
    margin: -4px 0 0 30px;
}

.service__popup-order-title {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    margin: -4px 0 22px;
}

.service__popup-title > span {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 15px;
}

.service__popup-body {
    display: flex;
}

.service__popup-table {
    border-collapse: collapse;
}

.service__popup-table tr > td:first-of-type {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 100%;
}

.service__popup-table tr > td:first-of-type span {
    line-height: 26px;
}

.service__popup-table tr > td:last-of-type {
    font-weight: 500;
}

.service__popup-list-item {
    font-family: Montserrat, sans-serif;
    margin: 0 0 10px;
    letter-spacing: -0.05px;
    position: relative;
    list-style: none;
}

.service__popup-list ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: var(--btn-background);
    border-radius: 50%;
}

.service__popup-close {
    position: absolute;
    cursor: pointer;
}

.service__popup-order-close {
    position: absolute;
    right: 34px;
    top: 34px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.service__popup-order {
    box-shadow: 0 4px 16px rgba(77, 89, 102, 0.15);
    background: #fff;
    padding: 44px 0 20px 33px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    visibility: hidden;
    transition: var(--transition-default);
    transform: translateY(-100px);
    opacity: 0;
    border-radius: 4px;
}

.service__popup-order-info {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.service__popup-container.open > .service__popup-order {
    visibility: visible;
    transition: var(--transition-default);
    transform: translateY(0);
    opacity: 1;
}

.service__popup-order-inputs {
    display: flex;
    margin: 19px 0 20px;
    flex-wrap: wrap;
}

.service__popup-order-inputs > input {
    border: 1px solid #D0D9DF;
    height: 42px;
    border-radius: 4px;
    padding: 15px;
}

.service__popup-order-description {
    font-size: 11px;
    line-height: 18px;
    color: var(--additional-text);
    margin: 18px 0 0;
}

.service__popup-order-law {
    text-decoration: underline;
    text-decoration-color: var(--additional-text);
    color: var(--additional-text);
}

.slider-main__item .service__btn-order {
    display: block;
    width: 230px;
    height: 40px;
    margin: 10px auto 0;
    font-size: 16px;
}
@media screen and (min-width: 767px) {
    .slider-main__item .service__btn-order {
        margin: 20px 0 0;
    }

    .slider-main__item .slider-main__btn + .service__btn-order {
        position: relative;
        top: -60px;
        left: 250px;
    }
}
@media screen and (min-width: 1024px) {
    .slider-main__item .service__btn-order {
        width: 250px;
        height: 50px;
        font-size: 18px;
    }

    .slider-main__item .slider-main__btn + .service__btn-order {
        top: -70px;
        left: 270px;
    }
}

.article-content .service__btn-order {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .article-content .service__btn-order {
        width: 100%;
    }

    .service__offer-layout {
        width: 100%;
    }
}

/* Объект на карте */
#object-list-map-container {
    width: 500px;
    height: 300px;
}

#disAjaxWinnone_id #object-list-map-container-popup * {
    max-width: none !important;
}

.lg-backdrop.in {
    background: #000;
}

.apartment-photo__overflow {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.apartment-photo__overflow > div {
    width: 100%;
}

/* Телефон */
.phone-container__blurred {
    /*filter: blur(1px);*/
    font-size: 0.8em !important;
}

.phone-container,
.phone-container-header {
    cursor: pointer;
}

.phone-container {
    animation: pulse 1s infinite;
}

.phone-container--received {
    animation: none;
    cursor: default;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(79,150,226, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(79,150,226, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(79,150,226, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(79,150,226, 0.4);
        box-shadow: 0 0 0 0 rgba(79,150,226, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(79,150,226, 0);
        box-shadow: 0 0 0 10px rgba(79,150,226, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(79,150,226, 0);
        box-shadow: 0 0 0 0 rgba(79,150,226, 0);
    }
}

.phone-container__not-link {
    color: #a4aab0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px!important;
}

.protip-container {
    border: 1px solid #b2d6e8;
}

.protip-skin-default--scheme-white[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #b2d6e8!important;
}

.protip-content {
    color: #a4aab0;
    font-size: 14px;
}

/* Услуга "Оценка" */

.call-request-form__inner--otsenka-fields .e-input:first-child {
    padding-right: 10px;
}
.call-request-form__inner--otsenka-fields .e-input:last-child {
    padding-left: 10px;
}
.call-request-form__inner--otsenka-submit .e-submit {
    margin: 12px auto 0 auto;
}

/* Коллекции */

.collection__thumbs {
    flex-direction: column;
    display: flex;
}

.collection__thumbs i:not(:last-of-type) {
    margin-right: 4px;
}

.collection__thumbs i {
  width: 72px;
  height: 72px;
  background-size: cover;
  margin-bottom: 12px;
  cursor: pointer;
}

.collection__thumbs i[data-thumbs-up] {
  background-image: url("/local/templates/main/img/thumbs-up1.png");
}

.collection__thumbs i[data-thumbs-up].active,
.collection__thumbs i[data-thumbs-up]:hover {
  background-image: url("/local/templates/main/img/thumbs-up2.png");
}

.collection__thumbs i[data-thumbs-down] {
  background-image: url("/local/templates/main/img/thumbs-down-1.png");
}

.collection__thumbs i[data-thumbs-down].active,
.collection__thumbs i[data-thumbs-down]:hover {
  background-image: url("/local/templates/main/img/thumbs-down-2.png");
}

.collection__additionals {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collection__additionals .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  width: 72px;
  height: 72px;
  background-size: cover;
  background-image: url("/local/templates/main/img/share.png");
  border-radius: 0;
}

.collection__additionals .ya-share2__badge {
  display: none;
}

/* Коллекции */
.s-search-result--collections .apartment-card {
  width: calc(100% - 84px);
}

.s-search-result--collections .contents {
  margin-top: 48px;
}

.s-search-result--collections .search-result-list__item {
  position: relative;
}

@media screen and (min-width: 480px) {
  .page-layout__inner h1.h1-head.h1-head--collections {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
    .page-layout__inner h1.h1-head.h1-head--collections {
      font-size: 24px;
      width: calc(100% - 200px);
  }
}

@media screen and (min-width: 1280px) {
    .page-layout__inner h1.h1-head.h1-head--collections {
      font-size: 32px;
  }
}

.page-layout__inner--collections .s-bread .wrap {
  position: relative;
}

.collection-realtor {
  position: absolute;
  top: 15px;
  right: 50px;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px;
  max-width: 220px;
}

.collection-realtor__heading {
  margin-bottom: 12px;
}

.collection-realtor-name__img {
  background: url('/local/templates/main/img/userpic.png') no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-right: 4px;
  margin-left: -2px;
  flex-shrink: 0;
}

.collection-realtor-phone__img {
  background: url('/local/templates/main/img/phone.png') no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-right: 4px;
  margin-left: -2px;
  flex-shrink: 0;
}

.collection-realtor-name {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.collection-realtor-phone {
  display: flex;
  align-items: center;
}

.collection__date {
  margin-top: 24px;
}

.collection-realtor-name__text, .collection-realtor-phone__text {
  font-size: 14px;
}

.collection__additionals {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
    bottom: 0 !important;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    background-color: transparent !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    mask: url("../../../assets/svg/icons/share.svg") no-repeat center;
    -webkit-mask: url("../../../assets/svg/icons/share.svg") no-repeat center;
    background-color: #0C54A0;
    background-image: none !important;
}

.share-wrapper {
    display: flex;
    align-items: center;
}

.share-wrapper__text {
    color: #0C54A0;
}

.share--caption .ya-share2__link_more.ya-share2__link_more-button-type_short {
    display: flex !important;
    align-items: center;
    width: auto !important;
}

.share--caption .ya-share2__link_more.ya-share2__link_more-button-type_short:after {
  content: "Поделиться";
  margin-left: 8px;
  color: #0C54A0;
}

.apartment-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px;
}

.objects__btn .button-green__container, .objects__btn .button-blue__container {
    height: 42px;
    text-align: center;
}

.button-green__container {
    transition: box-shadow .3s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 22px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    background-color: #0DC143;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    outline: none;
    border: none;
}

.button-blue__container {
    transition: box-shadow .3s cubic-bezier(0.25, 1, 0.5, 1) , color .3s cubic-bezier(0.25, 1, 0.5, 1) , background-color .3s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 22px;
    border: 1px solid #0C54A0;
    border-radius: 4px;
    background-color: #0C54A0;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
    outline: none;
}

.objects__btn {
    width: calc(50% - 4px);
}

.objects__btn--full {
    width: 100%;
}

.button-green {
    display: block;
    cursor: pointer;
}

.button-blue {
    display: block;
    cursor: pointer;
}


@media screen and (max-width: 1279px) {
    .button-green__container {
        padding: 13px;
    }

    .button-blue__container {
        padding: 12px;
    }
}

@media screen and (max-width: 1023px) {
    .apartment-actions__button {
        margin-top: 6px;
        width: 100%;
    }

    .apartment-actions {
        margin-top: 2px;
    }
}

.interview__list .articles-list__item a.button {
    justify-content: start;
    padding-left: 35px;
}

.interview__list .articles-list__item a.button::before {
    position: absolute;
    content: '';
    background-image: url(/local/templates/main/img/svg/phone_white.svg);
    width: 20px;
    height: 20px;
    left: 10px;
}

.articles-show-more {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 32px;
}

.articles-show-more div {
    width: 150px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0C54A0;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.articles-show-more div:hover, .articles-show-more div:active {
    background: #0C54A0;
    color: #fff;
}

.block-stat {
    margin-top:40px;
}
