@charset 'UTF-8';

@font-face {
    font-family: 'PTSans';
    font-weight: normal;
    font-style: normal;
    font-display: block;

    src: url('../fonts/pt_sans-web-regular-webfont.eot');
    src: url('../fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'), url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'), url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'), url('../fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
}

@font-face {
    font-family: 'PTSans';
    font-weight: bold;
    font-style: normal;
    font-display: block;

    src: url('../fonts/pt_sans-web-bold-webfont.eot');
    src: url('../fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'), url('../fonts/pt_sans-web-bold-webfont.woff') format('woff'), url('../fonts/pt_sans-web-bold-webfont.ttf') format('truetype'), url('../fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
}

@font-face {
    font-family: 'PTSans';
    font-weight: normal;
    font-style: italic;
    font-display: block;

    src: url('../fonts/pt_sans-web-italic-webfont.eot');
    src: url('../fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-italic-webfont.woff2') format('woff2'), url('../fonts/pt_sans-web-italic-webfont.woff') format('woff'), url('../fonts/pt_sans-web-italic-webfont.ttf') format('truetype'), url('../fonts/pt_sans-web-italic-webfont.svg#pt_sansitalic') format('svg');
}

html {
    position: relative;

    min-height: 100%;
}

body {
    margin-bottom: 525px;
}

.footer {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 525px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

input,
textarea {
    color: #000;
}

html {
    font-family: PTSans, sans-serif;

    color: #000;
    background: #fff;
}

h1 {
    font-size: 42px;
    line-height: 24px;
}

h2 {
    font-size: 28px;
    line-height: 24px;

    margin-bottom: 10px;
}

h3 {
    font-size: 14px;
    line-height: 24px;

    text-transform: uppercase;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

p.w70 {
    width: 705px;
}

p.italic {
    font-style: italic;
}

.clear {
    clear: both;
}

.share42init {
    right: 30px;
    top: 50%;
    position: fixed;
    z-index: 99999;
}

.btn {
    line-height: 46px;

    display: inline-block;

    height: 48px;
    padding: 0 20px;
}

.btn--black {
    font-size: 13px;
    font-weight: 700;
    transition: .3s;
    text-transform: uppercase;

    border: 2px solid #000;
    background: #fff;
}

.btn--black:hover {
    color: #fff;
    background: #000 !important;
}

.btn--black--arrow:after {
    margin-left: 12px;

    content: url('../img/design/arrows/right-w.png');
}

.btn--black--arrow:hover:after {
    content: url('../img/design/arrows/right-b.png');
}

.row {
    padding: 30px 0;
}

.body--fix {
    padding-top: 150px;
}

.body--fix--main {
    padding-top: 100px;
}

.menu {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: -400px;

    width: 400px;
    /*height: 100%;*/
    padding-top: 84px;
    transition: .3s;

    background: #242c32;
}

.menu--open {
    left: 0;
}

.menu ul {
    padding: 15px 0 0 0;

    border-top: 1px solid #3a4247;
}

.menu ul li {
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.menu ul li a {
    line-height: 43px;
    height: 43px;
    display: inline-block;
    width: 100%;
    padding-left: 50px;
    transition: .3s;

    border-left: 4px solid #242c32;
}

.menu ul li a:hover {
    border-left: 4px solid #4dc024;
    background: #1d242a;
}

.menu__footer {
    padding-top: 20px;

    border-top: 1px solid #3a4247;
}

.menu__footer a {
    font-size: 13px;
    font-weight: 700;

    display: block;

    padding: 10px 0 10px 46px;
    transition: .3s;
    text-align: left;
    text-transform: uppercase;

    color: #fff;
    border-left: 4px solid #242c32;
}

.menu__footer a:hover {
    border-left: 4px solid #4dc024;
    background: #1d242a;
}

.menu__footer a img {
    margin-right: 15px;
}

.tmp-dv {
    height: 1px;
    margin-bottom: -28px;

    background: #fff;
}

.d1 {
    height: 20px;
}

.d2 {
    height: 30px;
}

.d3 {
    height: 13px;
}

.d4 {
    height: 42px;
}

.m5 {
    margin-top: -2px;
}

.header {
    /*position: fixed;
    z-index: 7999;
    top: 0;
    left: 0;*/
    position: relative;

    width: 100%;
    height: 100px;
    padding: 0 50px 0 20px;

    background: #242c32;
    transition: background 0.5s ease;
    z-index: 1010;
}

.header__menu {
    display: inline-block;

    height: 100%;
    padding: 40px 30px;

    cursor: pointer;
}

.header__open {
    width: 26px;
    height: 20px;

    background: url('../img/design/ico/menu-spr.png') 0 0;
}

.header__open--close {
    background: url('../img/design/ico/menu-spr.png') 26px 0;
}

.header__logo {
    display: inline-block;

    margin-top: 12px;

    vertical-align: top;
}

.header__address {
    font-size: 16px;
    line-height: 26px;

    display: inline-block;

    margin-top: 25px;
    margin-left: 15px;
    padding-left: 20px;

    vertical-align: top;

    color: #fff;
    border-left: 1px solid #454b51;
}

.header__plan {
    font-size: 13px;
    font-weight: 700;

    position: relative;

    float: right;

    margin-top: 40px;
    margin-left: 60px;

    text-transform: uppercase;

    color: #fff;
}

.header__plan:before {
    position: absolute;
    top: -10px;
    left: -60px;
    left: -47px;

    content: url('../img/design/ico/plan.png');
}

.header__plan:hover {
    text-decoration: underline;
}

.header__doc {
    font-size: 13px;
    font-weight: 700;

    position: relative;

    float: right;

    margin-top: 40px;
    margin-left: 47px;

    text-transform: uppercase;

    color: #fff;
}

.header__doc:before {
    position: absolute;
    top: -10px;
    left: -47px;

    content: url('../img/design/ico/doc.png');
}

.header__doc:hover {
    text-decoration: underline;
}

.header__phone {
    font-size: 15px;
    font-weight: 700;

    position: relative;

    float: right;

    margin-top: 40px;
    margin-right: 20px;
    margin-left: 80px;

    color: #fff;
}

.header__phone:before {
    position: absolute;
    top: -10px;
    left: -60px;

    content: url('../img/design/ico/phone.png');
}

.header__request {
    font-size: 13px;
    font-weight: 700;
    line-height: 45px;

    display: inline-block;
    float: right;

    width: 175px;
    height: 47px;
    margin-top: 28px;
    transition: .3s;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: 2px solid #fff;
}

.header__request:after {
    margin-left: 7px;

    content: url('../img/design/arrows/right-b.png');
}

.header__request:hover {
    opacity: .7;
}

.header--fix {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
}

.areas,
.areas-house {
    outline: none;
}

.breadcrumbs {
    line-height: 50px;

    height: 50px;
    padding: 0 50px;

    background: #1e2328;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    font-size: 14px;
    display: inline-block;
    color: #aaacad;
}

.breadcrumbs ul li a {
    position: relative;
}

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

.breadcrumbs--fix {
    position: fixed;
    z-index: 100;
    top: 100px;
    left: 0;

    width: 100%;
}

.page-slider__item {
    height: 600px;

    background: url('../img/content/main/detskie-alleya-Scene8.jpg') center;
    background-size: cover;
}

.page-slider .owl-prev,
.page-slider .owl-next {
    position: absolute;
    top: 238px;

    width: 124px;
    height: 124px;
    transition: .3s;
}

.page-slider .owl-prev:hover,
.page-slider .owl-next:hover {
    opacity: .7;
}

.page-slider .owl-prev {
    left: 125px;

    background: url('../img/design/arrows/arrow-big-prev.png');
}

.page-slider .owl-next {
    right: 125px;

    background: url('../img/design/arrows/arrow-big-next.png');
}

.footer {
    font-size: 14px;

    padding-top: 72px;

    color: #fff;
    background: #242c32;
}

.footer h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;

    text-transform: none;

    color: #fff;
}

.footer__nav {
    float: left;

    margin-left: 50px;
}

.footer__nav:before,
.footer__nav:after {
    display: table;

    content: '';
}

.footer__nav:after {
    clear: both;
}

.footer__nav ul {
    float: left;

    margin: -3px 55px 0 0;
    padding: 0;

    list-style: none;
}

.footer__nav ul li {
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;

    text-transform: uppercase;

    color: #aaacad;
}

.footer__nav ul li:hover {
    text-decoration: underline;
}

.footer__contact {
    float: left;

    margin-left: 210px;
}

.footer__contact a {
    display: block;
}

.footer__contact-phone {
    font-weight: 700;
    line-height: 22px;

    margin-top: 14px;
}

.footer__contact-mail {
    font-weight: 700;
    line-height: 32px;

    color: #aaacad;
}

.footer__contact-mail:hover {
    text-decoration: underline;
}

.footer__contact h3 {
    position: relative;
}

.footer__contact h3:before {
    position: absolute;
    top: -5px;
    left: -55px;

    content: url('../img/design/ico/phone.png');
}

.footer__address {
    float: right;

    margin-right: 50px;
}

.footer__address span {
    font-size: 14px;
    line-height: 28px;

    display: block;

    margin-top: -4px;

    color: #fff;
}

.footer__address h3 {
    position: relative;
}

.footer__address h3:before {
    position: absolute;
    top: -5px;
    left: -55px;

    content: url('../img/design/ico/address.png');
}

.footer__copyright {
    line-height: 75px;

    position: absolute;
    bottom: 0;

    width: 100%;
    height: 75px;

    color: #aaacad;
    background: #1d242a;
}

.footer__copyright-left {
    font-size: 14px;

    float: left;

    padding-left: 50px;
}

.footer__copyright-right {
    font-size: 10px;
    font-weight: 700;

    float: right;

    padding-right: 50px;

    text-transform: uppercase;
}

.footer__copyright-right a:hover {
    text-decoration: underline;
}

.page {
    padding: 73px 0 0;
}

.page-img p {
    margin-top: 23px;
}

.form {
    padding: 18px 0 100px;
}

.form form {
    font-size: 0;

    position: relative;

    width: 900px;
    margin: auto;

    border: 1px solid #000;
}

.form form input {
    font-size: 12px;
    font-weight: 700;
    line-height: 52px;

    width: 300px;
    height: 52px;
    padding: 0 25px;

    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    border: 1px solid #000;
}

.form form input+input+input {
    width: 298px;
}

.form form textarea {
    font-size: 12px;
    font-weight: 700;

    width: 100%;
    height: 210px;
    padding: 25px;

    text-align: left;
    text-transform: uppercase;

    color: #000;
    border: 1px solid #000;
}

.form form .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.form header {
    font-size: 42px;
    font-weight: 700;
    line-height: 24px;

    margin-top: -2px;
    margin-bottom: 55px;

    text-align: center;
}

.form h3 {
    text-align: center;
}

.banks {
    padding-top: 20px;
    padding-bottom: 80px;
}

.banks table {
    width: 100%;
    margin-bottom: 32px;
}

.banks table th {
    font-size: 14px;

    height: 50px;

    text-align: left;
    text-transform: uppercase;

    border-bottom: 2px solid #000;
}

.banks table td {
    height: 80px;

    border-bottom: 1px solid #e5e5e5;
}

.reviews {
    padding: 50px 0 80px;

    text-align: center;
}

.reviews__item {
    margin-top: 25px;
    padding-bottom: 30px;
}

.reviews__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;

    margin-top: -4px;

    color: #000;
}

.reviews__desc {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;

    margin-top: -3px;

    color: #000;
}

.reviews header {
    font-size: 42px;
    font-weight: 700;
    line-height: 24px;

    margin-top: -3px;
}

.reviews header:after {
    display: block;

    width: 100%;
    height: 22px;
    margin-top: 43px;

    content: '';

    background: url('../img/design/ico/quote.png') center no-repeat;
}

.reviews p {
    font-size: 16px;
    line-height: 30px;

    padding: 0 170px;
}

.reviews p a {
    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
}

.reviews p a:hover {
    text-decoration: underline;
}

.reviews .btn {
    margin-top: 23px;
}

.reviews .owl-prev,
.reviews .owl-next {
    position: absolute;
    top: 30px;

    width: 72px;
    height: 72px;
}

.reviews .owl-prev {
    left: 40px;

    background: url('../img/design/arrows/rewiews.png') 0 72px;
}

.reviews .owl-prev:hover {
    background: url('../img/design/arrows/rewiews.png') 0 0;
}

.reviews .owl-next {
    right: 40px;

    background: url('../img/design/arrows/rewiews.png') 72px 72px;
}

.reviews .owl-next:hover {
    background: url('../img/design/arrows/rewiews.png') 72px 0;
}

.info {
    padding: 50px 0;
}

.info--right .info__text {
    float: right;
}

.info--right img {
    float: left;
}

.info--left .info__text {
    float: left;
}

.info--left img {
    float: right;
}

.info__text {
    position: relative;

    width: 50%;
    height: 700px;
    padding: 78px 50px 50px 50px;
}

.info--townh {
    height: 650px;
    padding: 32px 50px 50px 50px;
}

.info--townh h2 {
    margin-bottom: 40px;
}

.info__discover {
    margin-top: 65px;
}

.info__wrap {
    background: #f7f7f7;
}

.info__wrap:before,
.info__wrap:after {
    display: table;

    content: '';
}

.info__wrap:after {
    clear: both;
}

.info h2 {
    line-height: 38px;

    margin-top: 10px;
}

.info h2.info-divider:after {
    display: block;

    width: 50px;
    height: 3px;
    margin-top: 24px;
    margin-bottom: 45px;

    content: '';

    background: #000;
}

.info p {
    font-size: 18px;
    line-height: 28px;
}

.info p a {
    font-weight: 700;
}

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

.info .btn {
    position: absolute;
    bottom: 53px;
    left: 50px;

    background: #f7f7f7;
}

.info--no-padding {
    padding: 0;
}

.info .choose__to-plan {
    margin-top: 70px;
}

.certificates {
    padding: 50px 0 0;
}

.certificates:before,
.certificates:after {
    display: table;

    content: '';
}

.certificates:after {
    clear: both;
}

.certificates__item {
    float: left;

    width: 50%;
    height: 220px;
    margin-bottom: 80px;
}

.certificates__item:nth-of-type(2n) {
    padding-left: 50px;
}

.certificates__img {
    float: left;

    margin-right: 50px;
}

.certificates__text {
    float: left;

    padding-top: 40px;

    color: #000;
}

.certificates__date {
    font-size: 14px;
    line-height: 28px;
}

.certificates__header {
    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
}

.certificates__download {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;

    display: block;

    margin-top: 43px;

    text-decoration: underline;
}

.certificates__download:hover {
    text-decoration: none;
}

.text-block {
    padding: 0 0;
}

.text-block__img {
    float: left;

    margin: 25px 30px 0 0;
}

.ul {
    padding: 0 0 0 15px;
}

.ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;

    position: relative;

    list-style-type: none;
}

.ul li:before {
    position: absolute;
    top: 14px;
    left: -15px;

    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background: #c0c0c0;
}

.ol {
    margin: 0;
    padding: 0;
}

.ol li {
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;

    list-style-type: none;

    counter-reset: item;
}

.ol li:before {
    content: counter(item) ') ';
    counter-increment: item;
}

.slider-2 {
    padding: 50px 0 30px;
}

.slider-2__wrap {
    position: relative;

    float: left;

    width: 760px;
    height: 400px;
}

.slider-2__aside {
    font-size: 18px;
    font-style: italic;
    line-height: 28px;

    position: relative;

    float: left;

    width: 240px;
    height: 400px;
    padding: 20px;

    text-align: left;

    color: #545454;
    background: #f4f4f4;
}

.slider-2__counter {
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;

    text-align: center;

    color: #000;
}

.slider-2 .owl-prev,
.slider-2 .owl-next {
    position: absolute;
    z-index: 1;
    bottom: 30px;

    width: 22px;
    height: 13px;
}

.slider-2 .owl-prev {
    right: -60px;

    background: url('../img/design/arrows/slider-2-prev.png');
}

.slider-2 .owl-prev:hover {
    opacity: .7;
}

.slider-2 .owl-next {
    right: -200px;

    background: url('../img/design/arrows/slider-2-next.png');
}

.slider-2 .owl-next:hover {
    opacity: .7;
}

.slider-2 .owlItems,
.slider-2 .currentItem {
    display: inline-block;
}

.slider-2 .result {
    font-size: 20px;
    font-style: normal;

    color: #000;
}

.text-grid {
    padding: 26px 0;
}

.text-grid__item {
    float: left;

    width: 33.33333333%;
    padding: 20px;

    text-align: center;
}

.text-grid__item h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;

    color: #000;
}

.text-grid__item p {
    font-size: 16px;
    line-height: 26px;

    color: #000;
}

.text-grid__item img {
    margin-top: 30px;
}

.galleries__wrap {
    padding: 53px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
}

.galleries__wrap:before,
.galleries__wrap:after {
    display: table;

    content: '';
}

.galleries__wrap:after {
    clear: both;
}

.galleries__item {
    position: relative;
    float: left;
    width: 275px;
    margin: 0 19px 50px;
}

.galleries__item:hover .galleries__hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleries__img {
    float: left;

    width: 275px;
    height: 200px;
}

.galleries__date {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;

    color: #000;
}

.galleries__quantity {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    display: block;
}

.galleries__hover {
    font-size: 0;

    position: absolute;
    top: 0;
    left: 0;

    width: 275px;
    height: 200px;

    opacity: 1;
    filter: alpha(opacity=1);
}

.galleries__open,
.galleries__3d {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;

    display: inline-block;

    width: 50%;
    height: 200px;
    padding: 60px 10px 0;
    transition: .3s;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;

    color: #fff;
    background: url('../img/design/overlay.png');
}

.galleries__open.full,
.galleries__3d.full {
    width: 100%;
}

.galleries__open img,
.galleries__3d img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.galleries__open span,
.galleries__3d span {
    display: block;
}

.galleries__open:hover,
.galleries__3d:hover {
    opacity: .8;
}

.galleries__open {
    border-right: 1px solid #656565;
}

.accordion {
    padding: 30px 0 50px;
}

.accordion .accordion-container {
    position: relative;

    width: 900px;
    height: auto;
    margin: 0 auto;
}

.accordion .set {
    position: relative;

    width: 100%;
    height: auto;

    background: #fff;
}

.accordion .set>header {
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;

    display: block;

    margin-top: 12px;
    padding: 0 15px;

    cursor: pointer;
    transition: all .2s linear;
    text-align: left;
    text-decoration: none;

    color: #000;
    border: 2px solid #4dc024;
}

.accordion .set>header.active {
    color: #fff;
    background-color: #4dc024;
}

.accordion .content {
    position: relative;

    display: none;

    width: 100%;
    height: auto;

    background-color: #fff;
}

.accordion .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    margin: 0;
    padding: 10px 0 30px;

    text-align: left;

    color: #000;
}

.accordion .set .num {
    line-height: 28px;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-left: 1px;

    text-align: center;

    color: #4dc024;
    border: 2px solid #4dc024;
    border-radius: 50%;
}

.accordion .active .num {
    color: #fff;
    border: 2px solid #fff;
}

.accordion .ico {
    display: inline-block;
    float: right;

    width: 22px;
    height: 13px;
    margin-top: 17px;

    background: url('../img/design/arrows/accordion.png');
}



.building-tabs {
    font-size: 0;

    padding: 49px 0;

    text-align: center;
}

.building-tabs__tab {
    font-size: 13px;
    font-weight: 700;

    position: relative;

    display: inline-block;

    width: 110px;
    height: 52px;
    margin: 0 5px;
    transition: .3s;
    text-transform: uppercase;

    border: 2px solid #000;
    background: #fff;
}

.building-tabs__tab:hover {
    color: #fff;
    background: #000;
}

.building-tabs__tab.active {
    color: #fff;
    background: #000;
}

.building-tabs__tab.active:before {
    position: absolute;
    bottom: -17px;
    left: 37px;

    content: url('../img/design/ico/plan-tab.png');
}

.contact-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-block__item {
    float: left;

    width: 316px;
    height: 200px;
    margin-right: 25px;
    padding-top: 31px;

    text-align: center;
}

.contact-block__item--1 {
    background: url('../img/design/contact-block/1.jpg') center;
}

.contact-block__item--2 {
    background: url('../img/design/contact-block/2.jpg') center;
}

.contact-block__item--3 {
    margin-right: 0;

    background: url('../img/design/contact-block/3.jpg') center;
}

.contact-block__item header {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;

    text-align: center;

    color: #fff;
}

.contact-block__item a {
    font-size: 13px;
    font-weight: 700;
    line-height: 47px;

    display: inline-block;

    width: 213px;
    height: 47px;
    margin-top: 45px;
    transition: .3s;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background: #4dc024;
}

.contact-block__item a:hover {
    opacity: .7;
}

.plan-board {
    padding-bottom: 100px;
}

.plan-board__wrap {
    background: #f7f7f7;
}

.plan-board__wrap:before,
.plan-board__wrap:after {
    display: table;

    content: '';
}

.plan-board__wrap:after {
    clear: both;
}

.plan-board__logo {
    float: left;

    width: 50%;
    height: 600px;
    padding-top: 67px;

    text-align: center;

    background: #252b30;
}

.plan-board__text {
    float: left;

    width: 50%;
    padding-top: 80px;
    padding-right: 50px;
    padding-left: 50px;
}

.plan-board__text header {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;

    margin-bottom: 43px;

    text-align: left;
}

.plan-board__text a {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;

    position: relative;

    display: block;

    margin-top: 65px;
    margin-left: 40px;

    text-decoration: underline;

    color: #000;
}

.plan-board__text a:before {
    position: absolute;
    top: 0;
    left: -40px;

    content: url('../img/design/ico/docs.png');
}

.plan-board__text a:hover {
    text-decoration: none;
}

.plan-section {
    position: relative;
    text-align: center;
}

.plan-section .floor-nums {
    position: absolute;
    background: #fff;
    width: 310px;
    height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
}

.plan-section .floor-nums .left-floor {}

.plan-section .floor-nums .left-floor span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.plan-section .floor-nums .left-floor .floor-number {
    font-size: 34px;
}

.plan-section .floor-nums .right-floor {
    text-align: center;
}

.layout {
    margin-bottom: 35px;
    padding-top: 5px;
}

.layout header {
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;

    text-align: center;
}

.layout__wrap {
    margin-top: 35px;
    padding-bottom: 50px;

    background: #f7f7f7;
}

.layout__wrap:before,
.layout__wrap:after {
    display: table;

    content: '';
}

.layout__wrap:after {
    clear: both;
}

.layout__item {
    float: left;

    width: 50%;

    text-align: center;
}

.layout__item:first-of-type {
    border-right: 1px solid #dedede;
}

.layout__text {
    padding: 23px 50px 35px;
}

.layout__text:before,
.layout__text:after {
    display: table;

    content: '';
}

.layout__text:after {
    clear: both;
}

.layout h2 {
    float: left;
}

.layout__desc {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    float: right;

    padding-top: 20px;

    text-transform: uppercase;
}

.layout__desc span {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.discount {
    height: 400px;
    padding-top: 58px;

    text-align: center;

    background: url('../img/design/discount.png') center;
    background-size: cover;
}

.discount h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;

    margin-bottom: 0;

    text-align: center;

    color: #fffefe;
}

.discount header {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;

    position: relative;

    margin-bottom: 65px;

    text-align: center;

    color: #fff;
}

.discount header:after {
    position: absolute;
    bottom: -30px;
    left: 0;

    display: block;

    width: 100%;
    height: 3px;

    content: '';

    background: url('../img/design/red-d.jpg') center no-repeat;
}

.discount a {
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;

    display: inline-block;

    width: 189px;
    height: 50px;
    transition: .3s;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background-color: #fa3030;
}

.discount a:hover {
    opacity: .7;
}

.choose {
    padding: 55px 0 102px;

    background: #f7f7f7;
}

.choose h3 {
    margin-bottom: 4px;

    text-align: center;
}

.choose header {
    font-size: 42px;
    font-weight: 700;
    line-height: 38px;

    margin-bottom: 65px;

    text-align: center;
}

.choose__wrap {
    min-height: 550px;
    padding: 50px;

    background: #fff;
    box-shadow: 10px 30px 100px #dfdfdf;
}

.choose__img {
    max-width: 100%;
}

.choose__to-plan {
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;

    position: relative;
    top: -22px;

    float: right;

    margin-right: 30px;

    text-align: right;
    text-transform: uppercase;
}

.choose__to-plan:before {
    position: absolute;
    top: 4px;
    left: -55px;

    content: url('../img/design/ico/plan-black.png');
}

.choose__to-plan:hover {
    text-decoration: underline;
}

.choose span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;

    display: inline-block;

    margin-top: 35px;
    margin-right: 130px;
}

.choose span:after {
    padding-left: 10px;

    content: '>';
}

.choose span:last-of-type {
    margin-right: 0;
}

.choose span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.page-header h1 {
    line-height: 100px;

    margin: 0;

    text-align: center;
}

.page-header-full {
    margin-bottom: -30px;
    padding-top: 40px;
}

.page-header-full__item {
    float: left;

    width: 33.33333%;
}

.page-header-full h3 {
    margin-top: 2px;

    text-align: center;
}

.page-header-full h1 {
    margin-top: -2px;

    text-align: center;
}

.page-header-full .btn {
    margin-top: 10px;
}

.page-header-full table {
    float: right;
}

.page-header-full table th {
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;

    padding-right: 20px;

    text-align: left;
    text-transform: uppercase;

    color: #000;
}

.page-header-full table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;

    text-align: right;
}

.plan img {
    max-width: 100%;
}

/*
.main {
    height: 800px;
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
}
*/

.main {
    /* height: 800px; */
    /* margin-top: -100px;*/
    /* padding-top: 100px;*/
    /*background: url(/content/images/fon.jpg) no-repeat center center/cover;*/
    position: relative;
}

.header-margin {
    /*height:100px;*/
}

.header--main {
    background: none;
}

.header--main .header__address {
    border-left: 1px solid #fff;
}

.header--page {
    /*margin-bottom: 150px;*/
}

.container {
    width: 1024px;
    margin: auto;
    padding: 0 12px;
}

.container:before,
.container:after {
    display: table;

    content: '';
}

.container:after {
    clear: both;
}

.progress-bar-wrap {
    margin-top: 110px;
}

.progress-bar-wrap .progress-bar {
    min-width: 100%;
    background: #0f151a;
    border: 2px solid #0f151a;
    border-radius: 5px;
    position: relative;
}

.progress-bar-wrap .progress-bar .line {
    display: block;
    width: 43%;
    height: 6px;
    background: #4dc024;
    border-radius: 5px;
}

.progress-bar-wrap .progress-bar i {
    width: 116px;
    height: 86px;
    background: url('../img/design/progress-bar-point.png') no-repeat;
    display: block;
    position: absolute;
    top: -40px;
    left: 43%;
    z-index: 10;
    margin-left: -78px;
}

.progress-bar-wrap .progress-bar .desc {
    position: absolute;
    top: -90px;
    left: 43%;
    width: 180px;
    margin-left: -51px;
    z-index: 20;
}

.progress-bar-wrap .progress-bar .desc .percent {
    width: 100px;
    display: inline-block;
    float: left;
    font-size: 30px;
    color: #4dc024;
    text-align: center;
    background: url('../img/design/progress-bar-desc.png') no-repeat;
    height: 71px;
    padding-top: 10px;
}

.progress-bar-wrap .progress-bar .desc .text {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    float: right;
    width: 65px;
    padding-top: 20px;
}

.points-list {
    position: absolute;
    left: 0;
    top: 0;
}

.points-list .points {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../img/design/point.png') no-repeat;
    z-index: 100;
}

.points-list .point-1 {
    top: 528px;
    left: 103px;
}

/*Семиэтажки*/
.points-list .point-2 {
    top: 204px;
    left: 1032px;
}

.points-list .point-11 {
    top: 204px;
    left: 913px;
}

.points-list .point-12 {
    top: 204px;
    left: 745px;
}

.points-list .point-13 {
    top: 204px;
    left: 566px;
}

.points-list .point-14 {
    top: 204px;
    left: 418px;
}

.points-list .point-15 {
    top: 204px;
    left: 240px;
}

.points-list .point-16 {
    top: 204px;
    left: 105px;
}

/*Семиэтажки*/
.points-list .point-3 {
    top: 361px;
    left: 216px;
}

.points-list .point-4 {
    top: 138px;
    left: 992px;
}

.points-list .point-5 {
    top: 142px;
    left: 650px;
}

.points-list .point-6 {
    top: 147px;
    left: 336px;
}

.points-list .point-7 {
    top: 277px;
    left: 486px;
}

.points-list .point-8 {
    top: 557px;
    left: 732px;
}

.points-list .point-9 {
    top: 362px;
    left: 703px;
}

.points-list .point-10 {
    top: 328px;
    left: 1089px;
}

.points-list .wrap {
    background: #f7f7f7;
    padding-bottom: 23px;
}

.points-list table {
    width: 200px;
    margin: 0 auto;
    font-size: 14px;
}

.points-list table td {
    padding: 20px 0;
    vertical-align: top;
    border-bottom: 1px solid #dedede;
}

.points-list table tr:last-child td {
    border: none;
}

.points-list table td strong {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width: 120px;
}

.points-list .wrap a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #000;
    text-align: center;
    width: 195px;
    padding: 12px 0;
    margin: 0 auto;
    transition: .3s;
}

.points-list .wrap a:hover {
    opacity: .7;
}

.points-list .text {
    position: absolute;
    background: #fff;
    width: 250px;
    display: none;
    z-index: 10000;
}

.points-list .text .head {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 250px;
    padding: 21px 0;
    line-height: 1em;
}

.points-list .arrow {
    display: block;
    width: 11px;
    height: 11px;
    background: #f7f7f7;
    position: absolute;
    top: 124px;
    left: -5px;
    z-index: 10;
    margin-top: -6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.points-list .left .arrow {
    display: block;
    width: 11px;
    height: 11px;
    background: #f7f7f7;
    position: absolute;
    top: 124px;
    right: -5px;
    left: initial;
    z-index: 10;
    margin-top: -6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media (max-width: 1309px) {
    .header__doc:before {
        display: none;
    }

    .header__doc {
        margin-left: 10px;
        position: absolute;
        left: 36%;
        top: 41px;
        margin-top: 15px;
    }

    .header__plan:before {
        display: none;
    }

    .header__plan {
        margin-left: 20px;
        position: absolute;
        top: 16px;
        left: 35%;
        margin-top: 15px;
    }

    .header__phone:before {
        display: none;
    }

    .header__phone {
        margin-left: 20px;
        margin-top: 28px !important;
    }
}

@media (max-width: 1023px) {
    .container {
        width: 768px;
        padding: 0 9px;
    }
}



@media (max-width: 767px) {
    .container {
        width: 480px;
        padding: 0 10px;
    }

    .header__request {
        line-height: 20px;
        width: 90px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 28px;
    }
}

@media (max-width: 479px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
}

/*@media (max-width: 1024px) {
    .header__plan {
        display: none;
    }
}*/
@media (max-width: 1023px) {
    p {
        font-size: 16px;
        line-height: 1.4;
    }

    .header__plan {
        display: none;
    }

    .header__doc {
        display: none;
    }

    .header__phone {
        display: none;
    }

    .form form {
        width: 750px;
    }

    .form form input {
        width: 250px;
    }

    .form form input+input+input {
        width: 248px;
    }

    .info img {
        max-width: 50%;
    }

    .info__text {
        height: 525px;
        padding: 20px 50px 50px 50px;
    }

    .info h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .info h2.info-divider:after {
        margin-bottom: 25px;
    }

    .info p {
        font-size: 15px;
    }

    .info .btn {
        bottom: 15px;
        left: 50px;
    }

    .info .choose__to-plan {
        display: none;
    }

    .certificates__item {
        height: 300px;

        text-align: center;
    }

    .certificates__item:nth-of-type(2n) {
        padding-left: 0;
    }

    .certificates__img {
        float: none;

        margin: auto;
    }

    .certificates__text {
        float: none;

        padding-top: 0;
    }

    .certificates__download {
        margin-top: 5px;
    }

    .text-block__img {
        width: 50%;
        margin: 8px 30px 0 0;
    }

    .slider-2__wrap {
        float: none;

        width: 100%;
    }

    .slider-2__aside {
        float: none;

        width: 100%;
        height: 150px;
    }

    .slider-2 .owl-prev,
    .slider-2 .owl-next {
        bottom: -130px;
    }

    .slider-2 .owl-prev {
        left: 30px;
    }

    .slider-2 .owl-next {
        right: 30px;
    }

    .galleries__item {
        margin: 0 35px 50px;
    }

    .accordion .accordion-container {
        width: 750px;
    }

    .img-resp {
        max-width: 100%;
    }

    .building-tabs {
        padding: 49px 0 20px;
    }

    .building-tabs__tab {
        width: 150px;
        margin-bottom: 30px;
    }

    .building-tabs__tab.active:before {
        left: 57px;
    }

    .advantages__img {
        width: 500px;
    }

    .advantages__text {
        width: 250px;
    }

    .advantages__hover {
        width: 500px;
        padding: 70px;
    }

    .advantages__hover:before {
        top: 40px;
    }

    .advantages__hover:after {
        bottom: 40px;
    }

    .advantages__num:after {
        left: 100px;
    }

    .contact-block__item {
        width: 233px;
    }

    .contact-block__item header {
        font-size: 18px;
    }

    .contact-block__item a {
        width: 200px;
    }

    .plan-board__logo {
        float: none;
        height: auto;
        width: 100%;
        padding-bottom: 15%;
    }

    .plan-board__text {
        float: none;

        width: 100%;
        padding-bottom: 70px;
    }

    .layout__item {
        float: none;

        width: 100%;
        padding-bottom: 50px;
    }

    .layout__item:first-of-type {
        border-right: none;
        border-bottom: 1px solid #dedede;
    }

    .choose__wrap {
        min-height: 400px;
    }

    .choose span {
        font-size: 16px;

        margin-right: 40px;
    }

    .page-header-full .btn {
        font-size: 12px;
    }

    .page-header-full table th {
        padding-right: 10px;
    }

    .page-header-full table td {
        font-size: 12px;
    }

    .info--townh {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    p.w70 {
        width: 100%;
    }

    .header {
        padding: 0 20px;
    }

    .header__plan {
        display: none;
    }

    .header__doc {
        display: none;
    }

    .header__phone {
        display: none;
    }

    .page-slider__item {
        height: 400px;
    }

    .page-slider .owl-prev,
    .page-slider .owl-next {
        top: auto;
        bottom: 0;
    }

    .page-slider .owl-prev {
        left: 0;
    }

    .page-slider .owl-next {
        right: 0;
    }

    .footer {
        padding-top: 50px;
    }

    .footer__nav {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 40px;
        padding-left: 55px;
    }

    .footer__nav ul {
        margin: -3px 90px 0 0;
    }

    .footer__contact {
        float: left;

        width: 50%;
        margin-left: 0;
        padding-left: 55px;
    }

    .footer__address {
        float: left;

        width: 50%;
        margin-right: 0;
        padding-left: 55px;
    }

    .form form {
        width: 100%;
    }

    .form form input {
        width: 100%;
    }

    .form form input+input+input {
        width: 100%;
    }

    .banks table th {
        font-size: 12px;
        font-weight: 700;

        height: 140px;
        transform: rotate(300deg);
    }

    .banks table td img {
        height: 20px;
    }

    .reviews p {
        padding: 0 70px;
    }

    .reviews .owl-prev,
    .reviews .owl-next {
        top: auto;
        bottom: 20px;
    }

    .reviews .owl-prev {
        left: 0;
    }

    .reviews .owl-next {
        right: 0;
    }

    .info img {
        float: none;

        max-width: 100%;
    }

    .info__text {
        width: 100%;
        height: auto;
        padding: 20px 50px 90px 50px;
    }

    .info h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .info h2.info-divider:after {
        margin-bottom: 25px;
    }

    .info p {
        font-size: 15px;
    }

    .info .btn {
        bottom: 30px;
        left: 50px;
    }

    .certificates__item {
        height: 300px;

        text-align: center;
    }

    .certificates__item:nth-of-type(2n) {
        padding-left: 0;
    }

    .certificates__img {
        float: none;

        margin: auto;
    }

    .certificates__text {
        float: none;

        padding-top: 0;
    }

    .certificates__header {
        font-size: 12px;
    }

    .certificates__download {
        margin-top: 5px;
    }

    .text-block__img {
        width: 50%;
        margin: 4px 30px 20px 0;
    }

    .slider-2__wrap {
        float: none;

        width: 100%;
    }

    .slider-2__aside {
        float: none;

        width: 100%;
        height: 150px;
    }

    .slider-2 .owl-prev,
    .slider-2 .owl-next {
        bottom: -130px;
    }

    .slider-2 .owl-prev {
        left: 30px;
    }

    .slider-2 .owl-next {
        right: 30px;
    }

    .text-grid__item {
        width: 100%;
    }

    .galleries__item {
        margin: 0 62px 50px;
    }

    .accordion .accordion-container {
        width: 100%;
    }

    .contact-block__item {
        float: none;

        width: 300px;
        margin: 0 auto 30px;
    }

    .contact-block__item--3 {
        margin: 0 auto 30px;
    }

    .contact-block__item header {
        font-size: 22px;
    }

    .contact-block__item a {
        width: 213px;
    }

    .discount {
        height: auto;
        padding-bottom: 50px;
    }

    .discount header {
        font-size: 32px;
        line-height: 1.4;
    }

    .choose span {
        display: block;

        margin-right: 0;
    }

    .advantages__row--1 .advantages__text {
        float: left;
    }

    .advantages__row--1 .advantages__text:before {
        top: auto;
        right: 46%;
        bottom: -35px;
        left: auto;

        border-top: 18px solid #eae0be;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
    }

    .advantages__row--2 .advantages__text:before {
        top: auto;
        right: 46%;
        bottom: -35px;
        left: auto;

        border-top: 18px solid #dcedbc;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
    }

    .advantages__row--3 .advantages__text:before {
        top: auto;
        right: 46%;
        bottom: -35px;
        left: auto;

        border-top: 18px solid #eee6f1;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
    }

    .advantages__row--4 .advantages__text:before {
        top: auto;
        right: 46%;
        bottom: -35px;
        left: auto;

        border-top: 18px solid #cfeaea;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
    }

    .advantages__img {
        width: 100%;
    }

    .advantages__text {
        width: 100%;
    }

    .advantages__hover {
        width: 100%;
    }

    .advantages__num:after {
        left: 44%;
    }

    .page-header-full__item {
        float: none;

        width: 100%;

        text-align: center;
    }

    .page-header-full__header {
        float: left;

        padding: 30px 0;
    }

    .page-header-full table {
        float: none;

        width: 100%;
    }

    .page-header-full table td {
        font-size: 14px;
    }

    .points-list {
        display: none;
    }
}

@media (max-width: 479px) {
    body {
        margin-bottom: 820px;
    }

    .footer {
        height: 820px;
    }

    .body--fix {
        padding-top: 100px;
    }

    p.w70 {
        width: 100%;
    }

    .header {
        padding: 0;
        min-width: 320px;
    }

    .header__address {
        float: left;
        padding-right: 10px;
    }

    .header__menu {
        padding: 40px 25px;
        float: left;
    }

    .header__logo {
        float: left;
    }

    .header__plan {
        display: none;
    }

    .header__doc {
        display: none;
    }

    .header__phone {
        display: none;
    }

    .header__request {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    .page-slider__item {
        height: 400px;
    }

    .page-slider .owl-prev,
    .page-slider .owl-next {
        top: auto;
        bottom: 0;
    }

    .page-slider .owl-prev {
        left: 0;
    }

    .page-slider .owl-next {
        right: 0;
    }

    .footer {
        padding-top: 30px;
    }

    .footer__nav {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 40px;
        padding-left: 0;
    }

    .footer__nav ul {
        margin: -3px 50px 0 0;
    }

    .footer__contact {
        float: left;

        width: 100%;
        margin-left: 0;
        padding-left: 55px;
    }

    .footer__address {
        float: left;

        width: 100%;
        margin-right: 0;
        padding-left: 55px;
    }

    .footer__copyright {
        line-height: 35px;

        width: 100%;
        height: 200px;
        padding-top: 15px;
    }

    .footer__copyright-left {
        display: block;
        float: none;

        width: 100%;
        padding-left: 0;

        text-align: center;
    }

    .footer__copyright-right {
        display: block;
        float: none;

        width: 100%;
        padding-right: 0;

        text-align: center;
    }

    .form form {
        width: 100%;
    }

    .form form input {
        width: 100%;
    }

    .form form input+input+input {
        width: 100%;
    }

    .banks table {
        overflow: hidden;
    }

    .banks table th {
        font-size: 10px;
        font-weight: 700;
        height: 100px;
        transform: rotate(300deg);
    }

    .banks table td img {
        height: 20px;
    }

    .reviews p {
        padding: 0 0;
    }

    .reviews .owl-prev,
    .reviews .owl-next {
        top: auto;
        bottom: 20px;
    }

    .reviews .owl-prev {
        left: 0;
    }

    .reviews .owl-next {
        right: 0;
    }

    .info img {
        float: none;

        max-width: 100%;
    }

    .info__text {
        width: 100%;
        height: auto;
        padding: 20px 15px 90px 15px;
    }

    .info h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .info h2.info-divider:after {
        margin-bottom: 25px;
    }

    .info p {
        font-size: 15px;
    }

    .info .btn {
        bottom: 30px;
        left: 15px;
    }

    .certificates__item {
        width: 100%;
        height: 300px;

        text-align: center;
    }

    .certificates__item:nth-of-type(2n) {
        padding-left: 0;
    }

    .certificates__img {
        float: none;

        margin: auto;
    }

    .certificates__text {
        float: none;

        padding-top: 0;
    }

    .certificates__header {
        font-size: 12px;
    }

    .certificates__download {
        margin-top: 5px;
    }

    .text-block__img {
        width: 100%;
        margin: 0 0 20px;
    }

    .slider-2__wrap {
        float: none;

        width: 100%;
    }

    .slider-2__aside {
        float: none;

        width: 100%;
        height: 190px;
    }

    .slider-2 .owl-prev,
    .slider-2 .owl-next {
        bottom: -160px;
    }

    .slider-2 .owl-prev {
        left: 30px;
    }

    .slider-2 .owl-next {
        right: 30px;
    }

    .text-grid__item {
        width: 100%;
    }

    .galleries__wrap {
        padding: 53px 12px 0;
    }

    .galleries__item {
        margin: 0 0 50px;
    }

    .accordion .accordion-container {
        width: 100%;
    }

    .accordion .set>header {
        font-size: 16px;
    }

    .accordion .content p {
        font-size: 16px;
    }

    .accordion .set .num {
        margin-right: 5px;
    }

    .menu {
        width: 320px;
    }

    .menu ul li {
        line-height: 40px;
    }

    .menu ul li a {
        line-height: 40px;
        height: 40px;
    }

    .building-tabs {
        padding: 49px 0 20px;
        /*display:none;*/
    }

    .building.plan {
        /*display:none;*/
    }

    .building-tabs__tab {
        width: 120px;
        margin-bottom: 30px;
    }

    .building-tabs__tab.active:before {
        left: 41px;
    }

    .plan-board__logo {
        padding-bottom: 25%;
    }

    .plan-board__logo img {
        width: 70%;
    }

    .plan-board__text header {
        font-size: 40px;
        line-height: 1;
    }

    .layout__item img {
        max-width: 90%;
    }

    .layout__text {
        padding: 15px 10px 35px;
    }

    .layout h2 {
        float: none;

        text-align: center;
    }

    .layout__desc {
        line-height: 1;

        float: none;

        text-align: center;
    }

    .layout__desc span {
        line-height: 1;
    }

    .advantages__hover {
        font-size: 14px;

        padding: 40px;
    }

    .advantages__hover:before {
        top: 20px;
        left: 20px;
    }

    .advantages__hover:after {
        right: 20px;
        bottom: 20px;
    }

    .progress-bar-wrap {
        display: none;
    }

    .points-list {
        display: none;
    }
}









/*=============================================================*/
/*=============================================================*/
/*=============================================================*/


.row.basic-form {
    margin-left: 50px;
}

.basic-form .form-group input {
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 50px;
    margin-bottom: 15px;
    width: auto;
    min-width: 210px;
    height: 40px;
    padding: 0 25px;
    text-align: left;
    /*text-transform: uppercase;*/
    border-radius: 0;
    color: #000;
    border: 2px solid #000 !important;
}

.search_text {
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 15px;
    width: auto !important;
    min-width: 300px;
    height: 48px;
    padding: 0 20px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    border: 2px solid #000 !important;
}


.form-group label {
    display: inline-block;
    width: 70px;
}

.control-group label {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 10px;
    vertical-align: middle;
}

.ml145 {
    margin-left: 145px;
}

ul.list__login-links {
    list-style: none;
    text-decoration: underline;
    font-weight: 600;
    padding-left: 0px;
}

.ml-log {

    margin-left: 75px;
}


.main-container__sidebar {
    z-index: 1000;
    transition: .3s;
    background: #242c32;

    position: relative;
    width: 300px;
    float: left;
    margin-top: 30px;
}


.useful-content {
    margin-top: 40px;
    clear: both;
    margin-bottom: 10px;
}

.useful-content .partner-item div[class^="partner-item"] span {
    font-weight: 600;
    font-size: 18px;
    margin-right: 5px;
}

.useful-content .partner-item div[class^="partner-item"].line {
    display: -ms-inline-flexbox;
    display: inline-block;
    width: 23%;
    margin-right: 1%;
}

a.textdec {
    text-decoration: underline;
}

a.textdec:hover {
    text-decoration: none;
}

.useful-content .partner-item div[class^="partner-item"] {
    margin-bottom: 20px;
}

.useful-content .partner-img {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}


.main-container__sidebar ul {
    padding-left: 0px;

}

.main-container__sidebar ul li {
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.main-container__sidebar ul li a {
    line-height: 43px;
    height: 43px;
    display: inline-block;
    width: 100%;
    padding-left: 50px;
    transition: .3s;
    text-decoration: none;

    border-left: 4px solid #242c32;
}

.main-container__sidebar ul li a:hover {
    border-left: 4px solid #4dc024;
    background: #1d242a;
}






.main-container__content-container {
    padding: 10px;
    width: calc(90% - 330px);
    float: left;
    margin-left: 20px;
}



.pb50 {
    padding-bottom: 50px;
}

.bb2 {
    border-bottom: 2px solid #000;
}

.flat-alboms {
    margin-top: 60px;
}

.house table {
    width: 100%;
    margin-bottom: 50px;
}

.house-info__block h3 {
    border-bottom: 2px solid #000;
    min-height: 40px;
}

.house-info__block .house-info {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.info-house div {
    display: block;
    margin: 5px 0px;
}

.info-house {
    margin: 10px 0px;
}

.house table th {
    font-size: 14px;
    height: 50px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-right: 20px;
}

.house table td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 20px;
}

.main-container__content-container h1 {
    margin-bottom: 0px;
}

.main-container__content-container .document-item {
    padding: 30px 0px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
}


.main-container__content-container .document-item span {
    margin-right: 10px;
}

.main-container__content-container .document-item a {
    margin-left: 10px;
    font-weight: 600;
    text-decoration: underline;
}

.main-container__content-container .document-item a:hover {
    text-decoration: none;
}


.messages-container {
    border-top: 2px solid #000;
}

.main-container {
    padding-top: 10px;
    min-height: 250px;
}

.clear {
    clear: both;
}

.sidebar-menu a {
    text-decoration: underline;
}

.sidebar-menu a:hover {
    text-decoration: none;
}

.clients-search__container input[type=text] {
    border: 1px solid grey;
    width: 290px;
}

.clients__container {
    margin-top: 20px;
}

.clients__container table,
.basic-table {
    width: 100%;
}

.clients__container table td,
.basic-table td,
.clients__container table th,
.basic-table th {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding-right: 20px;
}

.clients__container table th,
.basic-table th {
    border-bottom: 2px solid #000;
}

.messages-item:first-child {
    border-top: 2px solid #000;
}

.clients__container table td:last-child a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    min-width: 90px;
}

.clients__container table a,
.basic-table a {
    text-decoration: underline;
}

.clients__container table a:hover,
.basic-table a:hover {
    text-decoration: none;
}

.basic-form input[type=text],
.basic-form input[type=password] {
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 50px;
    margin-bottom: 15px;
    width: auto;
    min-width: 210px;
    height: 40px;
    padding: 0 25px;
    text-align: left;
    /*text-transform: uppercase;*/
    border-radius: 0;
    color: #000;
    border: 2px solid #000 !important;
}

.basic-form .control-group {
    margin-bottom: 10px;
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.clients-button_container {
    text-align: right;
    margin-bottom: 10px;
    float: right;
}

.messages-item {
    padding: 20px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.house-album__item {
    width: 23%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.house-album__item img {
    width: 100%;
}

.house h3 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 30px 0px;
}


.messages-item:hover {
    background: #f7f7f7;
    cursor: pointer;
}

.messages-item__client-name a {
    text-decoration: none;
    margin: 10px 0px 20px 0px;
    display: block;
}

.messages-form_container textarea {
    font-size: 14px;
    width: 100%;
    height: 200px;
    padding: 25px;
    text-align: left;
    text-transform: initial;
    color: #000;
    border: 2px solid #000;
}

.messages-form_container #messages-form .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.messages-form_container #messages-form {
    position: relative;
    margin-top: 70px;
}


.b-row__col.b-row__col--3 {
    display: block;
    vertical-align: top;
    text-align: left;
    line-height: 40px;
    margin-right: 20px;
    width: 100%;
}

.b-row__col.b-row__col--6 {
    display: block;
    width: 100%;
}

.b-row__col.b-row__col--3 label {
    width: 180px;
}


.useful-content .partner-item {
    clear: both;
    display: inline-flex;
}





.mobile-table {
    display: none;
    font-weight: 600;
}


.cont-info {
    float: right;
}

.user-info {
    float: right;
    display: inline-flex;
}



@media (max-width: 560px) {
    .control-group label {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-left: 10px;
    }
}



@media (max-width: 560px) {
    .house-album__item {
        width: 44%;
    }


    .ml145 {
        margin-left: inherit;
    }

}





@media (max-width: 630px) {
    #search-form input {
        display: block;
    }

    .clients-search__container {
        clear: both;
    }

    .clients-button_container {
        float: left;
    }

}

@media (max-width: 768px) {

    .bbrb {
        text-align: center;
    }


    .clients__container table td .bbrb a {
        border: 1px solid #000;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        font-size: 18px !important;
        width: 140px;
        margin: 5px auto;
        color: #000;
        background: #fff;
    }

    .bbrb a {
        display: inline-block !important;
    }

    .clients__container table td a:hover {

        background: #000;
        color: #fff;
    }

    .ml-log {
        margin-left: inherit;
    }

    .clients__container table td,
    .basic-table td,
    .house table td {
        display: block;
        border-bottom: none !important;
    }

    .mobile-table {
        display: inline-block;
    }

    .house-album__item h3 {
        font-size: 12px;
    }

    .clients__container table th,
    .basic-table th,
    .house table tr:first-child {
        display: none;
    }

    .clients__container table tr,
    .basic-table tr,
    .house table tr {
        border: 1px solid #000;
        margin-bottom: 20px;
        display: block;
        width: 100%;
        margin-top: 20px;
    }




    .useful-content .partner-item div[class^="partner-item"].line {
        display: block;
        width: 100%;
        margin-right: 0px;
    }

    .useful-content .partner-img {
        width: 50%;
        margin-bottom: 10px;
        clear: both;
        display: list-item;
        margin: 10px 24%;
    }

    .useful-content .partner-item {
        display: block;
    }
}

@media (max-width: 1100px) {
    .main-container__content-container {
        /*padding: 10px;
        width: calc(100% - 100px);*/

        padding: 10px;
        width: 100%;
        margin: 0px;
    }

    .main-container__sidebar {
        width: 100%;
    }

    .useful-content .partner-item div[class^="partner-item"].line {
        width: auto;
    }

    .main-container__sidebar ul li {
        display: inline-block;
        padding-left: 10px;
        margin-left: 10px;
        height: 60px;
    }

    .main-container__sidebar ul li a {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 60px;
        height: 60px;
    }

    .main-container__sidebar ul {
        margin: 0px;
    }
}


@media (max-width: 1225px) {

    .header__plan,
    .header__phone,
    .header__doc {
        margin-top: 15px;
    }
}


@media (max-width: 560px) {
    .user-info {
        display: inline-block;
    }

    a:first-child.header__request {
        float: initial;
    }

    .header__request {
        line-height: 30px;
        width: 90px;
        display: block;
        margin-top: 15px;
        font-size: 8px;
        height: 30px;
    }

    .header__request:after {
        margin-left: 3px;
        content: none;
    }

}


.info__video {
    width: 500px;
    height: 500px;
    float: left;
}

@media (max-width: 1023px) {
    .info__video {
        width: 50%;
        /* height:100%;*/

    }
}

@media (max-width: 767px) {
    .info__video {
        width: 100%;
        /*    height:100%;*/
        float: none;
    }
}



ul.yiiPager .selected a {
    background: black;

}

ul.yiiPager a:link,
ul.yiiPager a:visited {
    padding: 7px 10px;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
    border: solid 1px black;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
    color: black;
}

ul.yiiPager li.selected a:link,
ul.yiiPager li.selected a:visited {
    color: white;
}

.cookie-block a.js_cookie-block-ok:hover {
    color: #FFF;
    border-color: #4dc024;
    background-color: #4dc024;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.cookie-block-text a {
    color: #fff;
}
.cookie-block-text .btn_change_setting {
    padding: 0;
    background: transparent;
    border: none;
    text-decoration: underline;
}

.cookie-block-all {
    display: none;
    position: fixed;
    left: 15px;
    right: auto;
    bottom: 15px;
    max-width: 100%;
    width: 500px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 9999;
    border-radius: 8px;
    font-size: 14px;
}

.cookie-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.cookie-block p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-block a {
    text-decoration: underline;
}

.cookie-block-all.active {
    display: block !important;
}

.cookie-block a.js_cookie-block-ok {
    display: inline-block;
    /* background: #ccc; */
    padding: 5px 13px;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 0;
    margin-left: 15px;
    font-size: 14px;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.js_cookie-block-close.cookie-block-close {
    display: none;
}

.cookie-block h3 {
    font-size: 20px;
    margin-bottom: 15px;
}


.cookie-block-close i:before {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
}

.footer__copyright .link {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;

}

div#jivo-iframe-container.jivo-iframe-container-bottom {
    z-index: 998 !important;
}

/*=============================================================*/
/*=============================================================*/
/*=============================================================*/

.header__air {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    float: right;
    margin-top: 40px;
    margin-left: 75px;
    text-transform: uppercase;
    color: #fff;
}

.header__air:hover {
    text-decoration: underline;
}

.header__air:before {
    position: absolute;
    top: -10px;
    left: -47px;
    content: '';
    background: url('../img/design/ico/photo-camera.png') no-repeat;
    background-size: contain;
    display: block;
    width: 35px;
    height: 35px;
}

.header-btns-inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
    width: 360px;
    display: none;
}

@media (min-width: 1380px) {
    .header-btns-inner {
        display: block;
    }
}

@media (min-width: 1900px) {
    .header-btns-inner {
        width: auto;
    }
}

@media (max-width: 1899px) {
    .header__doc {
        margin-top: 28px;
    }

    .header__plan {
        margin-top: 28px;
    }

    .header__air {
        margin-top: 28px;
    }
}

.choose h2 {

    text-align: center;

    padding-bottom: 25px;
}

@media (max-width: 600px) {
    .main {
        background: url(/content/images/fon_mob.jpg) no-repeat center center/cover;
        height: 490px;
    }

    .sex {
        display: none;
    }

}


.header {
    display: flex;
}

.header__address {
    max-width: 150px;
    width: 100%;
}

.header__choose-btn {
    display: block;
}

.header__line {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.header__more {
    margin-left: 45px;
    position: relative;
}

.header__more-block {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24.17px;
}

.header__more-block::before {
    position: absolute;
    top: 2px;
    content: url(/content/images/photo-camera-br.png);
    left: 0;
}

.header__more-block a,
.header__phones a,
.header__request-block a {
    transition: 0.2s ease-out;
}

.header__request-block a:hover,
.header__choose:hover {
    opacity: .7;
}

.header__more-block a:hover {
    text-decoration: underline;
}

.header__choose {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 22px 10px 60px;
    border: 2px solid #ffffff;
    position: relative;
    margin-left: 45px;
    transition: 0.2s ease-out;
    cursor: pointer;
}

.header__choose::before {
    position: absolute;
    top: 6px;
    left: 20px;
    content: url(/content/images/plan-br.png)
}

.header__phones {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 55px;
    position: relative;
    margin-left: 55px;
}

.header__phones span {
    text-transform: none;
    font-size: 10px;
    font-weight: 400;
}

.header__phones::before {
    position: absolute;
    top: 0px;
    left: 0;
    content: url(../img/design/ico/phone.png);
}

.header__request-block {
    margin-left: auto;
}

.header__request-block a {
    font-size: 13px;
    display: block;
    font-weight: 700;
    line-height: 45px;
    width: 175px;
    /* width: 100%; */
    height: 47px;
    transition: .3s;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
}

.header__request-block a::after {
    margin-left: 7px;
    content: url(../img/design/arrows/right-b.png);
    position: absolute;
}

@media (max-width: 1300px) {
    .header__more {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .header__phones {
        display: none;
    }
}

@media (max-width: 980px) {
    .header__more {
        display: none;
    }

    .header__choose {
        margin-left: 20px;
    }
}

@media (max-width: 820px) {
    .header__line {
        flex-direction: column;
        /* justify-content: center; */
        margin-top: 10px;
        align-items: flex-end;
    }

    .header__request-block {
        margin-left: 0;
        margin-top: 5px;
    }

    .header__request-block a {
        font-size: 12px;
    }

    .header__choose {
        margin-left: 0;
        font-size: 12px;
    }

    .header--page {
        height: 120px;
    }

    .header__address {
        border-left: 0;
        position: relative;
    }

    .header__address::before {
        position: absolute;
        content: '';
        width: 1px;
        background-color: #454b51;
        height: 60%;
        left: 0;
    }
}

@media (max-width: 580px) {
    .header__request-block a {
        width: 150px
    }

    .header__choose::before {
        display: none;
    }

    .header__choose {
        padding-left: 22px;
    }

    .header__address {
        display: none;
    }
}

@media (max-width: 480px) {
    .header__line {
        padding-right: 15px;
    }
}

@media (max-width: 360px) {
    .header__choose {
        font-size: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .header__request-block a {
        font-size: 10px;
        line-height: 30px;
        width: 120px;
        height: 37px;
        padding-top: 3px;
    }
}

.owl-carousel--custom {
    display: block;
    color: #fff;
}

.bg-item {
    width: 100%;
}

.main {
    height: 100%;
}

.bg-item img {
    width: 100%;
    height: 100%;
}

.main .main-block {
    position: absolute;
    z-index: 5;
    color: #ffffff;
    /* background-color: rgba(36, 44, 50, 0.5); */
    text-shadow: 0px 0px 10px #000;
    text-align: center;
    max-width: initial;
    width: 86%;
    padding: 10px 35px 10px 35px;
    bottom: 10%;
    transform: translate(0%, 0%);
    left: 7%;
}

.main-note {
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 71px;
    text-align: center;
    margin-bottom: 15px;
}

.main-block__title {
    margin: 0;
    font-size: 50px !important;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1 !important;
    text-align: left;
}

.main-block p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.main-block__link {
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 210px;
    text-align: center;
    padding: 10px 10px;
    margin-top: 40px;
}

.owl-carousel--custom .owl-dots {
    height: 29px;
    display: flex;
    justify-content: center;
    background-color: rgba(17, 18, 20, 0.5);
    margin: 0 auto;
    position: absolute;
    border-radius: 20px;
    padding: 4px 12px 0 12px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel--custom .owl-dot {
    width: 22px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid transparent;
    position: relative;
    transition: 0.2s ease-out;
}

.owl-carousel--custom .owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel--custom .owl-dot::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel--custom .owl-dot.active {
    border: 2px solid #ffffff;
}

.owl-carousel--custom .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY (-50%);
    font-size: 0;
    width: 100%
}

.owl-carousel--custom .owl-next,
.owl-carousel--custom .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000000;
    background: none;
    transition: 0.2s ease-out;
}

.owl-carousel--custom .owl-next {
    right: 25px;
}

.owl-carousel--custom .owl-prev {
    left: 25px;
}

.owl-carousel--custom .owl-next:hover,
.owl-carousel--custom .owl-prev:hover {
    background-color: #000;
}

.owl-carousel--custom .owl-prev::before {
    position: absolute;
    content: '';
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 10px;
    width: 10px;
    top: 18px;
    left: 50%;
    transform: translateX(-50%) rotate(130deg);
}

.owl-carousel--custom .owl-next::before {
    position: absolute;
    content: '';
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 10px;
    width: 10px;
    top: 18px;
    left: 48%;
    transform: translateX(-50%) rotate(-45deg);
}

.owl-carousel--custom .owl-next:hover::before,
.owl-carousel--custom .owl-prev:hover::before {
    border-color: #fff;
}

.owl-carousel--custom .owl-nav.disabled {
    display: block !important;
}

.main-block__link {
    transition: 0.2s ease-out;
    border: 2px solid transparent;
}

.main-block__link:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}




/****************************************/
.main {
    /* height: 100vh; */
    width: 100%;
    background: #242c32;
}

.owl-carousel--custom {
    /* width: calc(100% - 80px); */
    box-sizing: border-box;
    /* height: calc(100vh - 160px); */
    /*  margin: 20px auto 0px;*/
    margin: 0 auto;
    width: 100%;

}

header.header.main-page.header--main {
    background: rgba(36, 44, 50, 1);
}

section.main .owl-item {
    /* height: calc(100vh - 160px); */
}

.bg-item {
    /* height: calc(100vh - 160px); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.main:before {
    content: none;
}

.owl-carousel--custom {
    /*padding-bottom: 30px;*/
}

/*****************************************/






/*
  @media (max-width: 1200px) {
    .main .main-block {
      top: 50%;
      padding: 30px;
    }
  }
  */

@media (max-width: 1100px) {
    .owl-carousel--custom .owl-dots {
        display: none;
    }
}

@media (max-width: 1024px) {
    .owl-carousel--custom .owl-next {
        right: 15px;
    }

    .owl-carousel--custom .owl-prev {
        left: 15px;
    }

    .main-block__title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 980px) {

    /*
    .owl-carousel--custom .owl-item,
    .bg-item,
    .main {
      height: 415px !important;
    }
    */
    .main-block__title {
        font-size: 24px !important;
    }

    .main {
        /* height: 640px; */
    }

    .owl-carousel--custom,
    section.main .owl-item,
    .bg-item {
        /* height: calc(640px - 170px); */
    }

    .main {
        /*padding-top: 120px;*/
        /*margin-top: -120px;*/
    }

    header.header.main-page.header--main {
        background: rgb(36, 44, 50);
        height: 130px;
    }
}

@media (max-width: 560px) {
    .owl-carousel--custom .owl-nav.disabled {
        display: none !important;
    }

    .main-block__title {
        font-size: 20px !important;
    }

    .main-block p {
        font-size: 14px !important;
    }

    /*
    .owl-carousel--custom .owl-item,
    .bg-item,
    .main{
      height: 430px !important;
    }
    */

    .main {
        /* height: 430px; */
    }

    .owl-carousel--custom,
    section.main .owl-item,
    .bg-item {
        /* height: calc(430px - 170px); */
    }

    /*
    .main .main-block {
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    */

    .main-note {
        margin-left: auto;
        margin-right: auto;
    }

    .main-block__link {
        margin-left: auto;
        margin-right: auto;
    }

    .owl-carousel--custom .owl-dots {
        display: flex;
        bottom: 15px;
    }
}

@media (max-width: 560px) {
    .owl-carousel--custom .owl-dots {
        /* display: none!important; */
        bottom: 10px;
    }
}

.h1 {
    margin: 0 0 40px !important;
    font-weight: 700;
    font-size: 44px !important;
    line-height: 52px !important;
    text-align: center;
}

@media (max-width: 991px) {
    .h1 {
        font-size: 29px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 767px) {
    .h1 {
        margin-bottom: 32px !important;
    }
}

.align-left {
    text-align: left;
}

.bg-grey {
    background-color: #F7F7F7;
}

.section {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    overflow: hidden;
}

.section--bg {
    padding: 60px 0;
    margin-bottom: 0;
}

.section--bg:first-child {
    padding-top: 0;
}

.section-header {
    position: relative;
    padding-right: 208px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section-header {
        padding-right: 60px;
    }
}

@media (max-width: 375px) {
    .section-header {
        padding-right: 0;
        padding-top: 60px;
    }
}

.section-header__icon {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .section-header__icon {
        width: 50px;
        height: auto;
    }
}

@media (max-width: 360px) {
    .section-header__icon {
        right: auto;
        left: 0;
        height: 50px;
        width: 50px;
        -o-object-fit: contain;
           object-fit: contain;
    }
}

.section .container>p {
    margin: 0;
}

.section p:first-child {
    margin-top: 0;
}

.section .container>p+p {
    margin-top: 32px;
}

.section p.lead {
    padding: 22px;
    border: 1px solid #003F3B;
    border-radius: 10px;
}

.section .container>picture,
.section .container>img {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
}

.section .container>ul:not[class] {
    margin-bottom: 32px;
}

.section .container>ul li {
    margin-bottom: 8px;
}

.a-promo__img {
    width: 100%;
    height: auto;
}

.a-promo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.a-promo__list li {
    position: relative;
    width: 50%;
    margin: 0 0 8px;
    padding: 0 15px 0 20px;
}

.a-promo__list li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    content: "—";
}

@media (max-width: 767px) {
    .a-promo__list li {
        width: 100%;
    }
}

.a-adv {
    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;
}

@media (max-width: 575px) {
    .a-adv {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.a-adv__col {
    max-width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 575px) {
    .a-adv__col {
        max-width: 100%;
        width: 100%;
    }

    .a-adv__col+.a-adv__col {
        margin-top: 40px;
    }
}

.a-adv__title {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #003F3B;
    text-align: center;
}

.a-adv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -12px;
    padding: 0;
    list-style: none;
}

.a-adv__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;
    width: 164px;
    margin: 0 0;
    padding: 0 12px;
}

@media (max-width: 575px) {
    .a-adv__item {
        margin-bottom: 12px;
    }
}

.a-adv__item img {
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    margin: 0 auto 16px;
}

.a-adv__item p {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #003F3B;
    text-align: center;
}

.video-banner {
    position: relative;
    margin: 40px 0;
}

.video-banner video {
    display: block;
    width: 100%;
    height: auto;
}

.video-banner__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media (max-width: 767px) {
    .video-banner__play {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
            -ms-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
    }
}

.video-banner__play::before {
    position: absolute;
    left: 39px;
    top: 29px;
    border: 21px solid transparent;
    border-left: 33px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.video-banner__play:hover::before,
.video-banner__play:focus::before {
    border-left-color: #ff0000;
}

.a-more__inner {
    position: relative;
    overflow: hidden;
}

.a-more__content {
    width: 480px;
    max-width: 100%;
}

.a-more__image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc((100vw - 1000px)/2 + 480px);
}

@media (max-width: 1023px) {
    .a-more__image {
        width: calc((100vw - 750px)/2 + 250px);
    }
}

@media (max-width: 767px) {
    .a-more__image {
        position: static;
        margin-top: 40px;
        width: 100%;
        height: auto;
    }
}

.a-more__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.payment-full__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px;
    padding: 0;
    list-style: none;
}

.payment-full__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 10px 12px;
    margin: 0;
}

@media (max-width: 767px) {
    .payment-full__item {
        width: 100%;
    }
}

.payment-full__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 22px;
    background-color: #fff;
}

.payment-full__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-transform: initial;
}

@media (max-width: 1023px) {
    .payment-full__title {
        line-height: 1.2;
        min-height: 67.5px;
    }
}

@media (max-width: 767px) {
    .payment-full__title {
        min-height: 0;
    }
}

.payment-full__desc {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.payment-full__desc.is-hide {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1023px) {
    .payment-full__desc.is-hide {
        -webkit-line-clamp: 4;
    }
}

.payment-full__more {
    display: inline-block;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background: transparent;
    padding: 0;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.payment-full__more:hover,
.payment-full__more:focus {
    -webkit-text-decoration: underline solid transparent;
            text-decoration: underline solid transparent;
}

.payment-credit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 767px) {
    .payment-credit__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.payment-credit__title {
    margin: 40px 0 32px;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: initial;
    color: #000;
}

.payment-credit__form {
    padding: 40px;
    width: calc(50% - 16px);
}

@media (max-width: 1023px) {
    .payment-credit__form {
        padding: 22px;
        width: calc(50% - 8px);
    }
}

@media (max-width: 767px) {
    .payment-credit__form {
        width: 100%;
    }
}

.payment-credit__banks {
    width: calc(50% - 16px);
}

@media (max-width: 1023px) {
    .payment-credit__banks {
        width: calc(50% - 8px);
    }
}

@media (max-width: 767px) {
    .payment-credit__banks {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
        margin-bottom: 40px;
    }
}

.form-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.form-item+.form-item {
    margin-top: 32px;
}

.form-item .error-message {
    color: red;
}

@media (max-width: 767px) {
    .form-item+.form-item {
        margin-top: 16px;
    }
}

.form-item label {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.form-item input[type="text"]+label,
.form-item input[type="email"]+label {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.form-item input[type="text"],
.form-item input[type="email"] {
    width: 100%;
    height: 58px;
    padding: 0 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    color: #000;
}

.form-item input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-item input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-item input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-item input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-item input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.form-item input[type="checkbox"] {
    position: absolute;
    left: 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    opacity: 0;
    pointer-events: none;
}

.form-item input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

.form-item input[type="checkbox"]+label::before {
    position: absolute;
    left: 3px;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    content: "";
}

.form-item input[type="checkbox"]+label::after {
    position: absolute;
    top: 9px;
    left: 7px;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.form-item input[type="checkbox"]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.form-item button[type="submit"] {
    text-align: left;
    min-height: 58px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-item button[type="submit"]::after {
    position: absolute;
    top: calc(50% - 12px);
    right: 8px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.820409 1.26875C1.21101 0.878231 1.84411 0.878231 2.23471 1.26875L8.87913 7.91322C10.0504 9.0845 10.0508 10.9833 8.87995 12.155L2.30961 18.7304C1.91911 19.121 1.28591 19.121 0.89541 18.7304C0.50491 18.3399 0.50491 17.7067 0.89541 17.3162L7.46745 10.7442C7.85797 10.3536 7.85797 9.7205 7.46745 9.33L0.820409 2.68297C0.429909 2.29244 0.429909 1.65928 0.820409 1.26875Z' fill='black'/%3E%3Cpath d='M0.820409 1.26875C1.21101 0.878231 1.84411 0.878231 2.23471 1.26875L8.87913 7.91322C10.0504 9.0845 10.0508 10.9833 8.87995 12.155L2.30961 18.7304C1.91911 19.121 1.28591 19.121 0.89541 18.7304C0.50491 18.3399 0.50491 17.7067 0.89541 17.3162L7.46745 10.7442C7.85797 10.3536 7.85797 9.7205 7.46745 9.33L0.820409 2.68297C0.429909 2.29244 0.429909 1.65928 0.820409 1.26875Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M0.820409 1.26875C1.21101 0.878231 1.84411 0.878231 2.23471 1.26875L8.87913 7.91322C10.0504 9.0845 10.0508 10.9833 8.87995 12.155L2.30961 18.7304C1.91911 19.121 1.28591 19.121 0.89541 18.7304C0.50491 18.3399 0.50491 17.7067 0.89541 17.3162L7.46745 10.7442C7.85797 10.3536 7.85797 9.7205 7.46745 9.33L0.820409 2.68297C0.429909 2.29244 0.429909 1.65928 0.820409 1.26875Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M0.820409 1.26875C1.21101 0.878231 1.84411 0.878231 2.23471 1.26875L8.87913 7.91322C10.0504 9.0845 10.0508 10.9833 8.87995 12.155L2.30961 18.7304C1.91911 19.121 1.28591 19.121 0.89541 18.7304C0.50491 18.3399 0.50491 17.7067 0.89541 17.3162L7.46745 10.7442C7.85797 10.3536 7.85797 9.7205 7.46745 9.33L0.820409 2.68297C0.429909 2.29244 0.429909 1.65928 0.820409 1.26875Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: invert(0);
            filter: invert(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.form-item button[type="submit"]:hover::after,
.form-item button[type="submit"]:focus::after {
    -webkit-filter: invert(1);
            filter: invert(1);
}

.payment-credit__banks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.payment-credit__bank {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
}

.payment-credit__bank+.payment-credit__bank {
    margin-top: 20px;
}

.payment-credit__bank input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.payment-credit__bank label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1023px) {
    .payment-credit__bank label {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 12px;
    }
}

.payment-credit__bank label:hover,
.payment-credit__bank label:focus {
    border-color: rgba(0, 0, 0, 0.4);
}

.payment-credit__bank input:checked+label {
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0.8);
}

.payment-credit__bank label>span {
    height: 84px;
}

@media (max-width: 1023px) {
    .payment-credit__bank label>span {
        height: auto;
        width: 50%;
    }

    .payment-credit__bank label>span:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: auto;
    }
}

.payment-credit__name {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1023px) {
    .payment-credit__name {
        margin-bottom: 0;
    }
}

.payment-credit__name img {
    display: inline-block;
    vertical-align: baseline;
    height: 52px;
    width: 182px;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
}

.payment-credit__num {
    display: inline-block;
    vertical-align: baseline;
    margin-top: 10px;
}

.payment-credit__num span {
    font-size: 28px;
}

.payment-capital__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px -10px -20px;
    padding: 0;
    list-style: none;
}

.payment-capital__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100%/3);
    padding: 0 10px 20px;
}

@media (max-width: 767px) {
    .payment-capital__item {
        width: 100%;
    }
}

.payment-capital__inner {
    width: 100%;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    background-color: #fff;
    padding: 22px;
}

.payment-capital__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: initial;
}

.payment-capital__inner p {
    margin: 0;
}






/* Модальное окно настроек cookie */
.cookie-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  transition: .3s all linear;
  visibility: hidden;
}
.cookie-settings-modal.active {
    opacity: 1;
    visibility: visible;
}

.cookie-settings-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.cookie-settings-modal__content {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(90% - 50px);
  max-width: 600px;
  max-height: 90vh;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}


.cookie-settings-modal__title {
   margin: 0;
   font-weight: 600;
   margin-bottom: 10px;
   display: block;
   font-size: 24px;
}

.cookie-settings-modal__close {
    color: #fff;
    opacity: .8;
    position: absolute;
    background: none;
    border: none;
    font-size: 29px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -30px;
    top: -20px;
    transition: .3s all linear;
}
@media (hover:hover) {
    .cookie-settings-modal__close:hover {
        transform: scale(1.1);
        opacity: 1;
    }
}

.cookie-settings-modal__body {
  padding: 24px;
  overflow-y: auto;
}
.cookie-settings__intro {
    margin-bottom: 20px;
}
.cookie-settings__intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
}

/* Категории cookie */
.cookie-category {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fdfdfd;
  transition: all 0.2s ease;
}
.cookie-category__header {
  margin-bottom: 12px;
}

.cookie-category__description {
  padding-left: 32px;
}

.cookie-category__description p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.cookie-warning {
  background: #fff3cd;
  padding: 12px;
  border-radius: 6px;
  border-left: 4px solid #ffc107;
  font-size: 13px !important;
  color: #856404 !important;
  margin-top: 8px;
}

/* Чекбоксы */
.cookie-checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  gap: 12px;
}

.cookie-checkbox__input {
  display: none;
}

.cookie-checkbox__checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
  margin-top: 1px;
}

.cookie-checkbox__input:checked + .cookie-checkbox__checkmark {
  background: #186d5f;
  border-color: #186d5f;
}

.cookie-checkbox__input:checked + .cookie-checkbox__checkmark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cookie-checkbox__input:disabled + .cookie-checkbox__checkmark {
  background: #e9ecef;
  border-color: #adb5bd;
  cursor: not-allowed;
}

.cookie-checkbox__label {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
}

.cookie-checkbox__input:disabled ~ .cookie-checkbox__label {
  color: #6c757d;
}

/* Кнопка сохранения */
.cookie-settings-modal__actions {
  text-align: center;
}

.cookie-save-btn {
  background: #0c3730;
  color: white;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.cookie-save-btn:disabled {
    background: #5a6b68;
}
@media (hover:hover) {
    .cookie-save-btn:hover:not(:disabled) {
      transform: scale(1.1);
      box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  }
}

.cookie-save-btn:active {
  transform: scale(1);
}

/* Футер */
.cookie-settings-modal__footer {
  text-align: center;
  padding-top: 16px;
}

.cookie-settings-modal__footer p {
  margin: 0;
  font-size: 13px;
  color: #6c757d;
  line-height: 1.4;
}

.cookie-footer-link {
  color: #667eea;
  text-decoration: none;
}

.cookie-footer-link:hover {
  text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 768px) {
    .cookie-settings-modal__close {
        top: -35px;
        right: 0px;
    }
  .cookie-settings-modal__content {
    width: 95%;
    max-height: 85vh;
  }
  
  .cookie-settings-modal__body {
    padding: 20px;
  }
  
  .cookie-checkbox__label {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cookie-settings-modal__content {
    width: 98%;
    max-height: 80vh;
  }
  
  .cookie-settings-modal__body {
    padding: 16px;
  }
  
  
  .cookie-checkbox {
    gap: 8px;
  }
}