body {
    font-size: 16px;
    color: #000;
    /*font-family: 'Open Sans', 'Arial', sans-serif;
    */
    font-family: sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    line-height: 28px;
}
/*p {
	 line-height: 1.4em;
}
*/
.wrap {
    position: relative;
    max-width: 1430px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
    /*margin: 0 -15px -34px;
    */
}
.col-2 {
    width: calc(50% - 34px);
}
.col-3 {
    width: calc(33.333333% - 34px);
}
.col-4 {
    width: calc(25% - 34px);
}
.col-5 {
    width: calc(20% - 34px);
}
.col-6 {
    width: calc(16.666666% - 34px);
}
.col-2, .col-3, .col-4, .col-5, .col-6 {
    margin: 0 17px 34px;
}
@media only screen and (max-width: 767px) {
    .col-2, .col-3, .col-4, .col-5, .col-6 {
        width: calc(100% - 34px);
    }
}
.rouble {
    font-size: 14px;
    color: inherit;
    font-weight: 600;
}
.h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
    .h2 {
        font-size: 24px;
    }
}
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #f63757;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover {
    background: #c32b44;
}
.text, .location p {
    /*font-size: 16px;
     line-height: 26px;
    */
    margin-bottom: 30px;
}
.text:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
    .container {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1023px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 11;
    }
    .topImg, .wrap-main-slider {
        margin-top: 60px;
    }
}
.header__top {
    background: #f1f1ed;
}
@media only screen and (max-width: 1023px) {
    .header__top {
        display: none;
    }
}
.header__top .wrap {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__slogan {
    font-size: 14px;
}
.header__actions {
    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;
}
.header__lang {
    font-size: 18px;
    color: #777;
    margin-right: 50px;
}
.header__lang a {
    color: black;
}
.mobRegion {
    padding: 15px;
}
.mobRegion .header__lang {
    margin-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.mobRegion .header__lang a {
    display: flex;
}
.header__user {
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    padding-left: 30px;
    background: url("../images/ico/user.svg") no-repeat left center/20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-right: 50px;
}
.header__help {
    position: relative;
    background: #f63757;
}
.header__help:hover .header__help-hidden {
    display: block;
}
.header__help:before {
    display: block;
    position: absolute;
    content: '';
    width: 2000px;
    height: 100%;
    top: 0px;
    right: -2000px;
    background: #f63757;
}
.header__help-btn {
    height: 42px;
    line-height: 42px;
    padding-left: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: url("../images/ico/arrow-down.svg") no-repeat 30px center/12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.header__help-hidden {
    display: none;
    width: 360px;
    position: absolute;
    top: 100%;
    right: -15px;
    padding: 55px;
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.5);
    background: #fff;
    z-index: 7;
}
.header__help-phone {
    display: block;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.header__help-text {
    font-size: 16px;
    line-height: 30px;
}
.header__help-list {
    margin-top: 40px;
}
.header__help-list li {
    list-style: none;
    margin-bottom: 20px;
}
.header__help-list li:last-child {
    margin-bottom: 0;
}
.header__help-list li a {
    font-weight: 700;
    font-size: 18px;
    color: #f63757;
}
.header__help-list li a:hover {
    color: #c32b44;
}
.header__bottom {
    padding: 20px 0;
    background: #fff;
}
.header__bottom .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo img {
    max-width: 100%;
    max-height: 100%;
}
.header__phone {
    display: none;
    font-size: 18px;
}
.header__phone a {
    text-decoration: none;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1023px) {
    .header__phone {
        display: block;
    }
    .header__bottom {
        padding: 5px 0;
    }
    .header__logo {
        height: 40px;
    }
    .header__nav {
        display: none;
    }
}
@media only screen and (max-width: 425px) {
    .header__phone {
        font-size: 14px;
        margin-left: 10px;
    }
}
.header__nav .header__nav-link {
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-right: 30px;
    padding-bottom: 7px;
}
.header__nav .header__nav-link.active:before, .header__nav .header__nav-link:hover:before {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .header__nav .header__nav-link {
        font-size: 16px;
        margin-right: 20px;
    }
}
.header__nav .menu > li.lastVisible .header__nav-link {
    margin-right: 0;
}
.header__nav .header__nav-link:before {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #f63554;
}
.hamburger {
    position: relative;
    right: -15px;
    width: 50px;
    height: 50px;
    background: url("../images/ico/hamburger.svg") no-repeat center center;
    cursor: pointer;
}
@media only screen and (min-width: 1024px) {
    .hamburger {
        display: none;
    }
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 165px;
    left: 0;
    width: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 13;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    background: #fff;
}
@media only screen and (max-width: 1023px) {
    .mobile-menu {
        display: block;
        top: 60px;
        min-height: calc(100vh - 60px);
    }
}
.mobile-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.menu > ul {
    border-top: 1px solid #e5e5e5;
}
.menu > ul a {
    display: block;
    padding: 10px 30px 10px 15px;
    color: #f63757;
    font-weight: 600;
}
.menu > ul .back {
    display: block;
    background: url("../images/ico/arrow-left.svg") no-repeat 20px center/8px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.menu > ul .back:after {
    content: 'назад';
    margin-left: -500px;
}
.menu ul.sub {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 1px;
}
.menu-title, .menu-link {
    display: block;
    padding: 15px 35px 15px 30px;
    color: #f63757;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
}
.next {
    background: url("../images/ico/arrow-right-red.svg") no-repeat calc(100% - 20px) center/8px;
}
.footer {
    padding: 40px 0;
    border-top: 1px solid #b8b8b8;
    /*margin-top: 100px;
    */
}
.footer__wrap-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
}
.footer__top {
    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;
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__info-logos {
    display: flex;
    justify-content: space-between;
    margin: 0 50px 0 -30px;
}
.footer__logo {
    max-width: 120px;
    margin-left: 30px;
}
.footer__logo img {
    width: 100%;
}
.footer__phone-link {
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}
.footer__phone-text {
    margin-top: 10px;
}
.footer__add-text {
    font-size: 10px;
    line-height: 2px;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__link {
    text-decoration: none;
    color: #f63757;
    margin-right: 20px;
}
.footer__link:last-child {
    margin-right: 0;
}
.footer__copy {
    line-height: 26px;
    margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
    .footer__links {
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__phone {
        width: 100%;
        margin-top: 30px;
    }
    .footer__wrap-logo {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 540px) {
    .footer__info-logos {
        margin-right: 0;
    }
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow-y: auto;
}
.modal .block {
    position: relative;
    background: #fff;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 10%;
}
.modal .close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}
.arrows, .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-top: -23px;
    background: rgba(255, 255, 255, 0.7) url("../images/ico/arrow-left.svg") no-repeat center center/12px !important;
    cursor: pointer;
    z-index: 9;
    text-indent: -999999px;
    overflow: hidden;
}
.owl-nav .owl-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-nav .owl-prev {
    left: 15px;
}
.owl-nav .owl-next {
    right: 15px;
}
@media only screen and (max-width: 1599px) {
    .arrows, .main-slide .owl-nav [class*="owl-"] {
        display: none !important;
    }
}
.arrows.prev, .main-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -780px;
}
.arrows.next, .main-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -780px;
    /*-webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
    */
}
.wrap-main-slider {
    position: relative;
}
/*РАЗМЕР ВЫСОТЫ ГЛАВНОГО СЛАЙДЕРА БЫЛ 820*/
.main-slide {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 920px;
    color: #fff;
}
.main-slide-block {
    display: block;
    text-decoration: none;
}
@media only screen and (max-width: 1599px) {
    .main-slide {
        height: 750px;
    }
}
@media only screen and (max-width: 1439px) {
    .main-slide {
        height: 600px;
    }
}
@media only screen and (max-width: 1023px) {
    .main-slide {
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .main-slide {
        height: auto;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        background: #f63757;
    }
    .owl-nav .owl-prev {
        left: 5px;
    }
    .owl-nav .owl-next {
        right: 5px;
    }
}
.main-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .main-slide__img {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 200px;
    }
}
.main-slide__info {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .main-slide__info {
        padding: 15px;
    }
}
.main-slide__title {
    display: block;
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
    .main-slide__title {
        font-size: 60px;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 1023px) {
    .main-slide__title {
        margin-bottom: 30px;
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .main-slide__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .main-slide__title {
        font-size: 30px;
    }
}
.main-slide__inner {
    display: inline-block;
    vertical-align: top;
    max-width: 360px;
}
@media only screen and (max-width: 767px) {
    .main-slide__inner {
        max-width: 100%;
    }
}
.main-slide__text {
    font-size: 20px;
    line-height: 36px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f63554;
}
@media only screen and (max-width: 767px) {
    .main-slide__text {
        padding: 0;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
}
.main-slide__btn {
    display: block;
    line-height: 55px;
    padding-left: 55px;
    padding-right: 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #c62c45 url("../images/ico/arrow-right.svg") no-repeat 30px center/12px;
}
.main-slider__dots, .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 9;
}
.owl-dots {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .main-slider__dots, .owl-dots {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 30px 15px;
        background: #f63757;
    }
}
.main-slider__dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-slider__dots li, .owl-dots .owl-dot {
    margin: 0;
    margin-right: 20px;
    display: inline-block;
}
.main-slider__dots li:last-child, .owl-dots .owl-dot:last-child {
    margin: 0;
}
.main-slider__dots .slick-active button, .owl-dots .owl-dot.active span {
    -webkit-box-shadow: 0 0 0 5px #fff inset, 0 0 0 12px #000 inset;
    box-shadow: 0 0 0 5px #fff inset, 0 0 0 12px #000 inset;
}
.main-slider__dots button, .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    font-size: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}
.advantages {
    padding: 50px 0 20px;
    background: #f1f1ed;
}
.advantages .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advantages__item {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 1200px) {
    .advantages__item {
        width: 33%;
    }
}
@media only screen and (max-width: 1023px) {
    .advantages__item {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .advantages__item {
        width: 100%;
    }
}
.advantages__ico {
    height: 65px;
    line-height: 65px;
}
.advantages img {
    display: inline-block;
    vertical-align: middle;
}
.advantages__title {
    font-size: 18px;
    /*24px;
    */
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
.advantages__text {
    font-size: 14px;
    line-height: 20px;
    padding: 0 40px;
    margin-bottom: 15px;
}
.advantages__text:last-child {
    margin-bottom: 0;
}
.video-btn {
    padding-left: 25px;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #f63554;
    background: url("../images/ico/youtube.svg") no-repeat left center/contain;
}
.wrap-inclusive-slider {
    position: relative;
}
.wrap-inclusive-slider .slick-list {
    margin: 0 -15px;
}
.wrap-inclusive-slider .arrows {
    top: 100px;
}
@media only screen and (max-width: 1599px) {
    .wrap-inclusive-slider .arrows {
        display: block !important;
    }
}
.wrap-inclusive-slider .prev {
    left: 15px;
    margin: 0;
}
.wrap-inclusive-slider .next {
    right: 15px;
    margin: 0;
}
.inclusive-slider__slide {
    background: #f2f3f4;
    margin: 0 15px;
    position: relative;
}
.inclusive-slider__slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.inclusive-slider__img {
    height: 240px;
    background-size: cover;
    background-position: top center;
}
.inclusive-slider__info {
    padding: 20px 15px;
}
.inclusive-slider__title {
    margin-bottom: 15px;
}
.inclusive-slider__wrap-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 700;
}
.inclusive-slider__price {
    color: #f63757;
}
.inclusive-slider__area span, .inclusive-slider__area sup {
    font-size: 14px;
    font-weight: 400;
}
.wrap-title {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 65px 0 40px;
}
@media only screen and (max-width: 767px) {
    .wrap-title {
        margin: 30px 0;
    }
}
.wrap-title .h2 {
    margin-bottom: 0;
}
.title-label {
    padding: 2px 10px;
    color: #fff;
    background: #f63757;
    margin-left: 5px;
}
@media only screen and (max-width: 767px) {
    .title-label {
        display: block;
        text-align: center;
        margin: 0;
        margin-top: 5px;
    }
}
.title-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #f63757;
    text-decoration: none;
    padding-left: 25px;
    background: url("../images/ico/arrow-right-red.svg") no-repeat left center/contain;
}
@media only screen and (max-width: 1023px) {
    .title-link {
        display: none;
    }
}
.wrap-design-slider {
    position: relative;
    height: 447.59px;
}
.wrap-design-slider .wrap-design-slider, .wrap-design-slider .design-slider {
    height: 100%;
}
@media only screen and (max-width: 1599px) {
    .wrap-design-slider .arrows {
        display: block !important;
    }
}
.wrap-design-slider .prev {
    left: 15px;
    margin: 0;
}
.wrap-design-slider .next {
    right: 15px;
    margin: 0;
}
.design-slider__slide {
    position: relative;
    display: block;
    height: 527.59px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
    .design-slider__slide {
        height: 447.59px;
    }
}
@media only screen and (max-width: 480px) {
    .design-slider__slide {
        height: 300px;
    }
}
.design-slider__title {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 8px 10px;
    font-size: 16px;
    color: #fff;
    background: #f63757;
    text-decoration: none;
}
.design-slider__title:hover {
    background: #c32b44;
}
.design-slider__title span {
    font-weight: 400;
}
.blog {
    position: relative;
    padding: 70px 60px;
    color: #fff;
    background: #343c44;
}
@media only screen and (max-width: 1199px) {
    .blog {
        padding: 30px;
    }
}
.blog:before {
    display: block;
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 15px;
    background: url("../images/ico/men.png") no-repeat right bottom/contain;
}
.blog__quote {
    max-width: 315px;
    font-style: italic;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 35px;
}
.blog__about {
    margin-bottom: 100px;
}
.blog__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog__post {
    font-size: 13px;
    color: #bfc6cf;
}
.blog__youtube {
    position: relative;
    z-index: 1;
}
.blog__youtube-discription {
    max-width: 240px;
    font-size: 15px;
    line-height: 1.2;
    color: #bfc6cf;
    margin-bottom: 5px;
}
.blog__youtube-channel {
    padding-left: 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    background: url("../images/ico/youtube.svg") no-repeat left center/30px;
}
.technology {
    padding: 50px 0 80px;
    color: #fff;
    text-align: center;
    background: url("../images/pic/bg.jpg") no-repeat center center/cover;
    margin-top: 65px;
}
@media only screen and (max-width: 767px) {
    .technology {
        padding: 50px 0;
    }
}
.technology__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 50px;
}
.location {
    position: relative;
    padding: 50px 0 80px;
    background: #f5f3f4 url("../images/pic/map.png") no-repeat right top/auto 100%;
}
.location__inner {
    max-width: 660px;
}
.news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news__aside {
    width: 350px;
    padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
    .news__aside {
        width: 250px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .news__aside {
        width: 100%;
    }
}
.news__aside-item {
    display: block;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 25px;
}
.news__aside-item:last-child {
    margin-bottom: 0;
}
.news__aside-date {
    margin-bottom: 10px;
}
.news__aside-title {
    color: #f63757;
    line-height: 1.3;
}
.news__blog {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media only screen and (max-width: 767px) {
    .news__blog {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
    .news__blog .col-3 {
        width: calc(50% - 34px);
    }
    .news__blog .col-3:last-child {
        width: calc(100% - 34px);
    }
}
@media only screen and (max-width: 767px) {
    .news__blog .col-3 {
        width: calc(100% - 34px);
    }
}
.news__blog-item {
    display: block;
    font-size: 15px;
    text-decoration: none;
}
.news__blog-img {
    height: 185px;
    background-size: cover;
    background-position: top center;
    margin-bottom: 15px;
}
.news__blog-date {
    margin-bottom: 10px;
}
.news__blog-discription {
    line-height: 1.4;
}
.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /*font-size: 16px;
     line-height: 26px;
    */
    margin-right: 50px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
    .about__list {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
    }
}
@media only screen and (max-width: 767px) {
    .about__list {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding: 0;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.about__img {
    width: 275px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
    .about__img {
        width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .about__img {
        width: 100%;
    }
}
.about__img img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .fancybox-slide {
        padding: 40px 0;
    }
}
.header_block {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.mortgage_escrow {
    margin-top: 51px;
    margin-bottom: 45px;
}
.mortgage_escrow .first_block {
    display: flex;
    margin-top: 13px;
    flex-direction: row;
    justify-content: space-between;
    gap: 177px;
}
.mortgage_escrow .first_block .left .text {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 12px;
}
.mortgage_escrow .first_block .left .soc {
    display: flex;
    gap: 25px;
}
.mortgage_escrow .first_block .left .soc img {
    width: 50px;
    height: 50px;
}
.mortgage_escrow .first_block .right {
    min-width: 456px;
}
.mortgage_escrow .first_block .right .text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.mortgage_escrow .first_block .right .button_block {
    display: inline-block;
}
.mortgage_escrow .first_block .right .button_block a {
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #f7536e;
    color: white;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.mortgage_escrow .first_block .right .button_block a img {
    width: 24px;
    height: 24px;
}
.mortgage_escrow .second_block {
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
}
.mortgage_escrow .second_block .item {
    display: flex;
    height: 147px;
    padding: 30px 38px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    background: #f4f2f1;
}
.mortgage_escrow .second_block .item img.sber {
    width: 163px;
}
.mortgage_escrow .second_block .item img.alfa {
    width: 209px;
}
.mortgage_escrow .second_block .item img.dom {
    width: 71px;
}
.mortgage_escrow .second_block .item img.vtb {
    width: 148px;
}
.mortgage_reasons {
    margin-bottom: 51px;
}
.mortgage_reasons .header_block {
    height: 300px;
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
}
.mortgage_reasons .header_block img {
    position: absolute;
    object-fit: cover;
    max-width: 100%;
    border-radius: 8px;
    height: 300px;
    width: 100%;
}
.mortgage_reasons .header_block .text {
    position: absolute;
    bottom: 25px;
    left: 21px;
}
.mortgage_reasons .header_block .text .big {
    color: #fff;
    font-size: 109.053px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.526px;
}
.mortgage_reasons .header_block .text .small {
    width: 443px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.mortgage_reasons .reasons {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.mortgage_reasons .reasons .item {
    display: flex;
    padding: 20px 20px 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    background: #f4f2f1;
}
.mortgage_reasons .reasons .item .header_block {
    display: flex;
    height: 54px;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 0px;
}
.mortgage_reasons .reasons .item .header_block img {
    position: relative;
    width: 28px;
    height: 28px;
}
.mortgage_reasons .reasons .item .body_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.mortgage_reasons .reasons .item .body_block .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.mortgage_reasons .reasons .item .body_block .list .item {
    display: flex;
    padding: 10px 0px;
    align-items: flex-start;
    gap: 18px;
    flex-direction: row;
}
.mortgage_reasons .reasons .item .body_block .list .item .text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.mortgage_reasons .reasons .item .body_block .list .item img {
    width: 24px;
    height: 24px;
}
@media (max-width: 991px) {
    .mortgage_reasons .reasons {
        flex-direction: column;
    }
    .mortgage_escrow .first_block {
        flex-direction: column;
        gap: 20px;
    }
    .mortgage_escrow .second_block {
        flex-wrap: wrap;
    }
    .mortgage_escrow .second_block .item {
        flex: 0 0 calc(50% - 8px);
    }
}
@media (max-width: 776px) {
    .mortgage_escrow .second_block .item {
        height: auto;
        width: 25%;
        flex: 1;
        padding: 10px;
        background: none;
    }
    .mortgage_escrow .second_block .item img {
        width: 100% !important;
        height: auto;
    }
    .mortgage_reasons .text {
        max-width: 100%;
    }
    .mortgage_reasons .small {
        max-width: 90%;
    }
}
.form_demo_dom {
    width: 982px;
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 16px;
}
.form_demo_dom .left {
    display: flex;
    height: 519px;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    aspect-ratio: 0.8477842004;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45.86%, #000 100%), url('/bitrix/templates/nordik1/images/forms/demodom_left.jpg') lightgray 50% / cover no-repeat;
    max-width: 465px;
}
.form_demo_dom .left .text_header {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.form_demo_dom .left .text_body {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}
.form_demo_dom .right {
    display: flex;
    width: 461px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #f5f5f5;
    height: 515px;
    padding: 30px;
}
.form_demo_dom .right .header_text {
    color: #1f303f;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.form_demo_dom .right .form {
    width: 100%;
}
.form_demo_dom .right .form .inputs {
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.form_demo_dom .right .form .field_block {
    border-bottom: 1px solid #1f303f;
    display: flex;
    height: 56px;
    padding-right: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.form_demo_dom .right .form .field_block input.input, .form_demo_dom .right .form .field_block textarea.input {
    width: 100% !important;
    padding: 0px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1f303f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.form_demo_dom .right .form .field_block input::placeholder {
    color: rgba(31, 48, 63, 0.70);
}
.form_demo_dom .right .form .field_block input::-webkit-input-placeholder {
    color: rgba(31, 48, 63, 0.70);
}
.form_demo_dom .right .form .field_block input::-moz-placeholder {
    color: rgba(31, 48, 63, 0.70);
}
.form_demo_dom .right .form .field_block input:-ms-input-placeholder {
    color: rgba(31, 48, 63, 0.70);
}
.form_demo_dom .right .form .field_block input::placeholder {
    color: rgba(31, 48, 63, 0.70);
}
.form_demo_dom .radio-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form_demo_dom .radio-button {
    border-radius: 100px;
    border: 1px solid #1f303f;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
}
.form_demo_dom .radio-button span {
    color: rgba(31, 48, 63, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.form_demo_dom .radio-button:hover {
    border-radius: 100px;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.form_demo_dom .radio-button input[type="radio"] {
    display: none;
}
.form_demo_dom .radio-button.radio_142:hover, .form_demo_dom .radio-button.radio_142:has(input[type="radio"]:checked) {
    background: #25d366;
    border-color: #25d366;
}
.form_demo_dom .radio-button.radio_143:hover, .form_demo_dom .radio-button.radio_143:has(input[type="radio"]:checked) {
    background: #48a2dd;
    border-color: #48a2dd;
}
.form_demo_dom .radio-button.radio_144:hover, .form_demo_dom .radio-button.radio_144:has(input[type="radio"]:checked) {
    background: #2c323a;
    border-color: #2c323a;
}
.form_demo_dom .radio-button:hover span, .form_demo_dom .radio-button:has(input[type="radio"]:checked) span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.form_demo_dom .radio-button:hover {
    color: white;
}
.form_demo_dom .radio-group-title {
    margin-top: 24px;
    color: #1f303f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.form_demo_dom .submit-button-block input.submit {
    display: flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #f63758;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}
.form_demo_dom .policy {
    color: #1f303f;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 12px;
}
.form_demo_dom .policy a {
    color: #f63758;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
@media (max-width: 991px) {
    .form_demo_dom .left {
        display: none;
    }
    .form_demo_dom {
        width: 100%;
    }
    .form_demo_dom .right {
        width: 100%;
        height: auto;
    }
}
/*.header_block */
