body {
    font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
/***main_page***/
header,
.main-menu,
.consultation,
footer {
    font-family: 'Open Sans', sans-serif;
    line-height: initial;
}

.button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.button-container__left {
    justify-content: flex-start;
}
.button-container__right {
    justify-content: flex-end;
}
.redesign-button__blue,
.redesign-button__green,
.redesign-button__gray {
    width: auto;
    min-width: 160px;
    padding: 0 30px;
    box-sizing: border-box;
    height: 46px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
}
.redesign-button__blue span,
.redesign-button__green span,
.redesign-button__gray span {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    /*font-weight: 500;*/
    font-weight: 400;
    color: #fff;
}
.redesign-button__gray span {
    color: #37474f;
}
.redesign-button__blue,
.redesign-button__green,
.redesign-button__gray,
.redesign-button__blue:hover,
.redesign-button__green:hover,
.redesign-button__gray:hover {
    transition: 0.3s;
}

.redesign-button__blue {
    background-color: #034DA2;
}
.redesign-button__blue:hover {
    background-color: #023673;
}
.redesign-button__green {
    background-color: #90AF38;
}
.redesign-button__green:hover {
    background-color: #7D991D;
}
.redesign-button__gray {
    background-color: #ededed;
}
.redesign-button__gray:hover {
    background-color: #e0e0e0;
}

.container, .header {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.container__noside {
    display: block;
}
/*########################*/

.newcall .num a {
    color: #034DA2;
}

/*########################*/
.header__wrap {
    width: 100%;
    height: auto;
}
.header {
    /*background-color: #a7a7a7;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 26px 50px 20px;
    -ms-align-items: center;
    align-items: center;
}
.header {
    line-height: initial;
}
.header__logo {
    /*width: 18%;*/
    /*margin-right: 3%;*/
    flex-shrink: 0;
    shape-rendering: crispEdges;
}

.header__logo > img {
    width: 203px;
    max-height: 100%;
}
.header__burger {
    display: none;
}
.header__menu {
    width: 60%;
}
.header__menu > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    /*padding-right: 46px;*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-left: auto;*/
}
.header__menu > ul > li {
    list-style: none;
    line-height: 19px;
    font-style: normal;
    font-weight: bold;
    /*padding: 0 6px;*/
    padding-right: 24px;
}
.header__menu > ul > li > a,
.header__menu > ul > li > a:link,
.header__menu > ul > li > a:visited {
    color: #424D5A;
}
.header__menu > ul > li > a:hover {
    color: #034DA2;
}
.header__contacts {
    width: auto;
    margin-left: auto;
    /*background-color: red;*/
}
.header__button.btn.ask_question {
    border-radius: 6px;
}
.header__mobile-contacts {
    display: none;
}
.header__phone {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.9px;
    color: #034DA2;
    margin-bottom: 12px;
    white-space: nowrap;
    text-decoration: none;
}
/*########################*/



/*########################*/
.main-menu {
    background-color: #034DA2;
    position: relative;
    z-index: 3;
    line-height: initial;

}
/*.main-menu:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: 0 / 180px repeat url(../images/new_year_pattern.svg);
    z-index: 2;
    pointer-events: none;
    opacity: 0.6;
}*/
.main-menu:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(0deg, #75B6F3, #75B6F3), #EFEFF0;
}
.main-menu__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    font-weight: 600;
    padding: 0 32px 0;
    justify-content: space-between;
    overflow: visible;
    -ms-align-items: center;
    align-items: center;
    min-height: 56px;
}
.main-menu__wrap > li {
    flex-grow: 1;
    list-style: none;
    text-decoration: none;
    position: relative;
    /*padding-right: 6px;
    padding-left: 6px;*/
    z-index: 1
}
.main-menu__wrap > li > a {
    display: block;
    height: 56px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    /*padding: 15px 0 18px;*/
    white-space: nowrap;
    justify-content: center;
    text-decoration: none;
}
.main-menu__ext-container {
    display: none;
}
.main-menu__wrap > li:hover {
    background: -webkit-linear-gradient(bottom, #75B6F3, #75B6F3), #79BAF4;
    background: -o-linear-gradient(bottom, #75B6F3, #75B6F3), #79BAF4;
    background: linear-gradient(to top, #75B6F3, #75B6F3), #79BAF4;
}
.main-menu__wrap li:hover
.main-menu__ext-container {
    display: block;
}

.main-menu__wrap > li > a {
    font-size: 19px;
    letter-spacing: 0.4px;
    color: #fff;
}
.main-menu__ext {
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-menu__ext a {
    text-decoration: none;
}
.main-menu__ext-container {
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(0deg, #EAEEF2, #EAEEF2), #90AF38;
    z-index: 1;
    border: 1px solid #c4d2df;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-menu__ext-full-width-container {
    left: 0;
    width: 100%;
}
.main-menu__ext-list {
    padding: 0;
    list-style: none;
    margin-right: 30px;
}
.main-menu__ext-title,
.main-menu__ext-list-item a {
    color: #034DA2;
    font-size: 16px;
}
.main-menu__ext-list-item a,
.main-menu__ext-list-item {
    color: #034DA2;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}
.main-menu__ext-list-item a {
    transition: 0.2s;
}
.main-menu__ext-list-item a:hover {
    color: #81a6d0;
    transition: 0.2s;
}
.main-menu__ext-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #424D5A;
    position: relative;
}
.main-menu__ext-title:after {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100% + 10px);
    width: calc(100% - 30px);
    height: 1px;
    background-color: #b5c3da;
}
.main-menu__ext-img-wrap .main-menu__ext-title:after {
    display: none;
}
.main-menu__ext-list-item {
    margin-bottom: 12px;
}
.main-menu__ext-img-wrap {
    background-color: #034DA2;
    border-radius: 6px;
    padding-top: 24px;
    padding-bottom: 21px;
    margin-top: 30px;
    width: 170px;
    height: 125px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.main-menu__ext-img-wrap img {
    display: block;
    width: 29px;
    height: 29px;
    padding: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.main-menu__ext-img-wrap .main-menu__ext-title {
    font-size: 16px;
    font-weight: 600;
}
.main-menu__ext-img-wrap .main-menu__ext-list-item {
    white-space: normal;
    font-size: 14px;
}
.main-menu__ext-img-wrap .main-menu__ext-title,
.main-menu__ext-img-wrap .main-menu__ext-list-item {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}
.main-menu__ext-img-wrap .main-menu__ext-title {
    margin-bottom: 10px;
}
/*########################*/



/*########################*/
.btn {
    border: none;
    padding: 10px 0;
    width: 100%;
    /*font-size: 12px;*/
    font-size: 14px;
    /*line-height: 9px;*/
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background: -webkit-linear-gradient(bottom, #90AF38, #90AF38), #8DAD37;
    background: -o-linear-gradient(bottom, #90AF38, #90AF38), #8DAD37;
    background: linear-gradient(to top, #90AF38, #90AF38), #8DAD37;
    cursor: pointer;
}
.btn:hover {
    background: -webkit-linear-gradient(bottom, #7D991D, #7D991D), #8DAD37;
    background: -o-linear-gradient(bottom, #7D991D, #7D991D), #8DAD37;
    background: linear-gradient(to top, #7D991D, #7D991D), #8DAD37;
}
.form-inline .btn {
    width: 121px;
}
.current-main-menu {
    background: -webkit-linear-gradient(bottom, #75B6F3, #75B6F3), #79BAF4;
    background: -o-linear-gradient(bottom, #75B6F3, #75B6F3), #79BAF4;
    background: linear-gradient(to top, #75B6F3, #75B6F3), #79BAF4;
}
.main-menu__wrap .current-main-menu {
    height: 56px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(bottom, #75B6F3, #75B6F3), #79BAF4;
    background: -o-linear-gradient(bottom, #75B6F3, #75B6F3), #79BAF4;
    background: linear-gradient(to top, #75B6F3, #75B6F3), #79BAF4;
}
.content-wrap {
    display: block;
    width: 80%;
    max-width: 920px;
    padding-right: 16px;
}
.side-wrap {
    display: block;
    width: 100%;
    /*max-width: 254px;*/
    max-width: 195px;
    flex-shrink: 0;
}
/*########################*/



/*########################*/
.breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.breadcrumbs__list {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.breadcrumbs__list a {
    font-size: 14px;
    color: #034DA2;
    text-decoration: underline;
}
.breadcrumbs__list > li {
    font-size: 14px;
}
.breadcrumbs__list a:hover {
    text-decoration: none;
}
.breadcrumbs__list > li:last-child {
    text-decoration: none;
    color: #424d5a;
}
.breadcrumbs__list .breadcrumbs__arrow {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0 8px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.breadcrumbs__list .breadcrumbs__arrow:before,
.breadcrumbs__list .breadcrumbs__arrow:after {
    position: absolute;
    content: '';
    top: 12px;
    left: 10px;
    height: 1px;
    width: 6px;
    background-color: #034DA2;
}
.breadcrumbs__list .breadcrumbs__arrow:before {
    transform: rotate(55deg);
    top: 8px;
}
.breadcrumbs__list .breadcrumbs__arrow:after {
    transform: rotate(-55deg);
    top: 12px;
}
/*########################*/




/*########################*/
.consultation {
    width: 100%;
    background: linear-gradient(0deg, #034DA2, #034DA2), #F5F8FB;
}
.consultation {
    line-height: initial;
}
.consultation-container {
    padding: 60px 50px 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}
.consultation-phone {
    flex-shrink: 0;
    margin-right: 58px;
}
.consultation-phone__upside,
.consultation-phone__downside {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    margin-bottom: 4px;
}
.consultation-phone__upside {
    /*margin-bottom: 16px;*/
}

.consultation-phone__downside {
    font-size: 46px;
}
.consultation__info {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
/*########################*/



/*########################*/
.footer {
    background: url(../images/incom_footer_background.svg), #2D3845;
    /*background: #2D3845;*/
    background-position: -3% -210px;
    background-repeat: no-repeat;
    -webkit-background-size: 60%;
    background-size: 60%;
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}
/*
.footer:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: 0 / 300px repeat url(../images/new_year_pattern.svg);
    z-index: 2;
    pointer-events: none;
    opacity: 0.1;
}*/
.footer {
    line-height: initial;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__logo {
    margin-bottom: 38px;
}
.footer a.footer__phone {
    /*margin-top: 24px;*/
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    margin-bottom: 42px;
    text-decoration: none;
}
.footer__line {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
}
.footer__cor-address {
    margin-bottom: 16px;
    color: rgba(255,255,255,0.6);
}
.footer__cor-address > div {
    font-size: 11px;
}

@media screen and (max-width: 999px) {
    .footer__cor-address > div {
        font-size: 13px;
    }
}

.footer-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 10px;
}
.footer__underline-links {
    flex-grow: 1;
}
.footer__underline-links > a,
.footer__copyright {
    display: block;
    text-decoration: underline;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
}

@media screen and (max-width: 999px) {
    .footer__underline-links > a, .footer__copyright {
        font-size: 13px;
    }
}

.footer__underline-links > a:hover {
    text-decoration: none;
}
.footer__copyright {
    text-decoration: none;
}
/*.footer a {
    color: #abafb5;
}*/

.footer-list__title {
    font-size: 14px;
    font-weight: 600;
    /*flex-grow: 1;*/
    margin-bottom: 16px;
    text-decoration: none;
}
.footer-list__title:last-child {
    margin-bottom: 0;
}
.footer-list {
    flex-grow: 4;
}
.footer-list > li > a {
    font-size: 12px;
    font-weight: 550;
    transition: 0.2s;
    text-decoration: none;
}
.footer-list > li > a:hover {
    color: #fff;
    transition: 0.2s;
}
.footer-list > li {
    padding-bottom: 12px;
}
.footer-list > li:last-child {
    padding-bottom: 0;
}
.footer-realty,
.footer-services,
.footer-mortgage,
.footer-about {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer-services{
    justify-content: flex-start;
}
.footer-services .footer-list{
    flex-grow: unset;
}
.footer-services a:last-child{
    margin-top: 20px;
}
.footer-mortgage .footer-list__title:nth-last-child(3) {
    flex-grow: 1;
}
.footer-list__lower {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}
.footer-soc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.footer-soc__circle {
    width: 36px;
    height: 36px;
    position: relative;
}
/* .footer-soc__circle:hover:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0.1;
    border-radius: 50%;

} */

.footer-soc__circle {
    opacity: 0.6;
}

.footer-soc__circle:hover {
    opacity: 1;
}

.footer-soc__vk {
    background: url(../images/vk_new.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
}
.footer-soc__fb {
    background: url(../images/fb_n.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    display: none !important;
}
.footer-soc__zn {
    background: url(../images/zen_new.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
}
.footer-soc__ok {
    background: url(../images/ok_new.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
}
.footer-soc__in {
    background: url(../images/inst_new.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    display: none !important;
}
.footer-soc__tg {
    background: url(../images/tg_new.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
}
.footer-soc__tw {
    background: url(../images/tw_new.svg);
    -webkit-background-size: 100%;
    background-size: 100%;
    display: none !important;
}
.footer-soc__circle {
    background-position: center;
    background-repeat: no-repeat;
    /*margin: 0 2px;*/
    margin-top: 8px;
    margin-right: 8px;
    display: block;
}
.footer-info .footer-soc {
    display: none;
}
.footer-mortgage {
    justify-content: flex-start;
}
.footer-mortgage .footer-list {
    /*margin-top: 6px;*/
    margin-bottom: 24px;
    flex-grow: 0;
}

.footer a {
    color: #FFF !important;
    opacity: 0.6;
}

.footer .footer-list a:hover {
    color: #FFF !important;
    opacity: 1;
}

.footer-info .footer__phone {
    opacity: 1;
}

.footer-info .footer__logo {
    opacity: 1;
}

/*########################*/



/*########################*/
.question-form-feedback {
    max-width: 360px;
    width: 100%;
    padding: 22px 18px 26px;
    border-radius: 1px;
}
.question-form-feedback__title {
    font-size: 28px;
    color: #424D5A;
    margin-bottom: 22px;
}
.question-form-feedback-field {
    margin-bottom: 16px;
}
.question-form-feedback-field > textarea {
    resize: none;
    height: 166px;
}
.question-form-feedback-field__title {
    font-size: 17px;
    font-weight: 600;
    color: #A2A9B1;
    margin-bottom: 8px;
}
.question-form-feedback-field__input {
    width: 100%;
    padding: 8px 8px;
}
.question-form-feedback-field__input,
.question-form-feedback-field > textarea {
    border: 2px solid #EAEEF2;
    color: #424D5A;
    border-radius: 2px;
}
.question-form-feedback__require {
    color: #034DA2;
}
.question-form-feedback-agreement {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 16px;
}
.question-form-feedback-agreement__fake-ckeckbox {
    width: 32px;
    height: 32px;
    border: 2px solid #DADADA;
    border-radius: 3px;
    flex-shrink: 0;
    margin-right: 10px;
}
.question-form-feedback-agreement__fake-ckeckbox:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 16px;
    transform: translate(-50%, -50%);
    border-right: 2px;
}
.question-form-feedback-agreement__ckeckbox {
    position: absolute;
    left: 12px;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    opacity: 0;
    z-index: 1;
}
.question-form-feedback-agreement__ckeckbox:checked +
.question-form-feedback-agreement__fake-ckeckbox:after {
    background-color: #DADADA;
}
.question-form-feedback-agreement > label {
    font-size: 14px;
    font-weight: 600;
    color: #034DA2;
}
.question-form-feedback__submit {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}
.question-form-feedback__submit > button {
    border: none;
    padding: 10px 18px;
    background: linear-gradient(0deg, #90AF38, #90AF38), #8DAD37;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    width: 100%;
}
.question-form-feedback-info {

}
.question-form-feedback-info__upside {
    font-size: 14px;
    font-weight: 600;
    color: #424D5A;
    margin-bottom: 14px;
}
.question-form-feedback-info__downside {
    font-size: 11px;
    font-weight: 600;
    color: #A2A9B1;
}

@media screen and (max-width: 999px) {
    .question-form-feedback-info__downside {
        font-size: 13px;
    }
}

/*########################*/
.newcall {
    position: relative;
}
.header__contacts a {
    text-decoration: none;
}
.header__contacts .newcall {
    width: auto;
    float: unset;
    margin-top: 0;
}
.header__contacts .newcall .ya-phone-uvr,
.header__contacts ins a,
a[data-js-is-header-phone="1"] {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #034DA2;
    margin-bottom: 8px;
    white-space: nowrap;
    text-decoration: none;
}
.header__contacts #zayavka {
    display: block;
    padding: 4px 19px 5px;
    border: none;
    border: 1px solid #8DAD37;
    background: #8DAD37;
    float: unset !important;
    border-radius: 6px;
    transition: 0.3s;
}
.header__contacts #zayavka:hover {
    background: #7D991D;
    border: 1px solid #7D991D;
    transition: 0.3s;
}
.header__contacts #zvonok {
    display: block;
}
.newcall p {
    position: absolute;
    right: calc(100% + 9px);
    bottom: 0;
    width: 152px;
}
_:-ms-fullscreen, :root .newcall p {
    bottom: auto;
    top: 126%;
}
_:-ms-fullscreen, :root .header__contacts .btn_green span {
    line-height: normal;
}
.newcall p span {
    color: #5EB1FF;
}
.header__contacts p #zvonok {
    font-size: 14px;
    text-align: center;
    border: 1px solid #5EB1FF;
    border-radius: 6px;
    padding: 4px 19px 5px;
    transition: 0.3s;
}
.header__contacts p #zvonok:hover {
    border: 1px solid #EAEEF2;
    background-color: #EAEEF2;
    transition: 0.3s;
}
.header__contacts p #zvonok:hover span {
    color: #034DA2;
    transition: 0.3s;
}
.header__contacts .newcall > ins {
    float: none;
    color: #034DA2;
}
.header__contacts .btn_green span {
    padding: 0;
    display: block;
    text-decoration: none;
    background: unset;
    border: none;
    text-shadow: none;
    line-height: initial;
    font-size: 14px !important;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
}
.header__contacts p #zvonok span {

}
.header__contacts a.btn_green span.fs18 {
    padding: 0;
}
.header__contacts a.btn_green:hover span.fs18 {
    padding: 0;
}
.header__contacts a.btn_green,
.header__contacts #zayavka {
    padding: 4px 0 5px;
    text-align: center;
    width: 100%;
}

.header__contacts .newcall #zayavka {
    margin: 0;
    /*min-width: auto;*/
}
.header__contacts p {
    padding: 0;
    margin: 0 auto;
    /*margin-top: 12px;*/
}

.header__contacts .newcall p a span {
    float: unset;
    margin: 0;
}
#zayavka_emp_2,
#zayavka_emp_1 {
    border: none;
}
/*быстрофикс для попапов*/
#form_01 {
    padding: 30px;
    position: relative;
}
#form_01 form {
    padding: 0 !important;
}
#form_01 {

}
#form_01 .closeButton {
    z-index: 2;
}
#form_01 .container {
    position: initial;
}
#form_01 input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#form_01 .medium-button {
    text-shadow: none;
}

/*#form_01 section h2,*/
#form_01 p[id='obj'],
#form_01 p {
    text-align: left;
}
#form_01 .agreement__text {
    text-align: center;
}
#form_01 #div_send_text p {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
}
#form_01 label {
    font-size: 17px;
    font-weight: 600;
    color: #A2A9B1;
}
#form_01 span.f_red {
    color: #023673;
}
#form_01 input,
#form_01 textarea {
    border: 2px solid #EAEEF2;
}
#form_01 input {
    height: auto;
    border: 2px solid #EAEEF2;
    padding: 10px 6px;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 18px;
}
#form_01 textarea {
    resize: none;
}
#form_01 .captcha_img {
    float: unset;
    vertical-align: middle;
}
#form_01 input[name="captcha"] {
    width: 5rem;
}
#form_01 p[id='foot'] {
    width: auto;
    text-align: center;
}
#form_01 #btnRight {
    margin: 33px auto;
}
#form_01 .ok-div .close {
    background: none;
    display: block;
    margin: 0 auto;
    min-width: 240px;
    width: 240px;
    padding: 17px 40px 18px;
    background-color: #90AF38;
    border-radius: 6px;
    /* box-sizing: border-box; */
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}
#form_01 .ok-div .close:hover {
    background-color: #7D991D;
}


.main section > .subscription_wrap .btn_green {
    width: auto !important;
}
.detailText p {
    font-size: 16px;
    line-height: 26px;
}

/*----*/


.arcticmodal-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slick-slide {
    height: auto;
}

.header__burger-close {
    display: none;
}

.slick-arrow:focus {
    outline: none;
}

@media (max-width: 2000px){
    .header__logo > img {
        height: 42px;
        width: auto;
    }
}
@media (max-width: 999px) {
    #desktop-version2__ {
        margin-top: 22px;
    }
    .ftr_soc {
        display: none;
    }
    .container {
        padding: 0 18px;
    }
    .content-container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-basis: 100%;
        max-width: 100%;
    }
    .content-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .header__logo {
        width: auto;
        margin: 0;
        order: 2;
    }
    .header__logo > img {
        height: 42px;
        width: auto;
    }
    .header__menu {
        width: auto;
        order: 1;
    }
    .header__contacts {
        width: 28px;
        height: 28px;
        margin: 0;
        order: 3;
    }
    .header__mobile-contacts {
        display: block;
    }
    .header__phone {
        display: none;
    }
    .header__button {
        display: none;
    }
    .header__wrap {
        background-color: #fbfbfb;
    }
    .header {
        padding: 15px 18px 16px;
        height: 72px;
        background-color: #fbfbfb;
    }
    .header.container:before,
    .header.container:after {
        display: none;
    }
    .header__contacts .newcall > p {
        display: none;
    }
    .header__contacts .newcall .ya-phone-uvr {
        color: transparent !important;
    }
    .header .aside_phone,
    .header__contacts ins a {
        width: 28px;
        height: 28px;
        background-image: url(../images/phone.svg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        background-size: contain;
        color: transparent !important;
        overflow: hidden;
    }
    .side-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
    .main-menu {
        display: none;
    }
    .header__menu {
        margin-left: 5px;
    }
    .header__menu > ul {
        display: none;
    }
    .header__burger {
        display: block;
    }
    .header__burger-close {
        display: none;
    }
    .header #zayavka {
        display: none;
    }
    .consultation__info {
        display: none;
    }
    .consultation-phone {
        margin-right: 0;
        text-align: center;
        width: 100%;
        flex-basis: 100%;

    }
    .footer {
        padding-top: 36px;
        padding-bottom: 40px;
    }
    .footer ul.footer-soc {
        justify-content: center;
        margin: 0 auto;
    }
    .footer__copyright {
        text-align: center;
    }
    .footer > .footer-container > div {
        display: none;
    }
    .footer > .footer-container > .footer-info {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .footer > .footer-container > .footer-info .footer__logo > img {
        padding-bottom: 16px;
    }
    .footer > .footer-container > .footer-info .footer__phone {
        display: none;
    }
    .footer > .footer-container > .footer-info .footer-soc {
        display: flex;
        padding-bottom: 19px;
        justify-content: center;
        margin: 0 auto;
    }
    .footer > .footer-container > .footer-info .footer__underline-links {
        text-align: center;
        margin-bottom: 16px;
    }
    .footer > .footer-container > .footer-info .footer__underline-links > a {
        margin-bottom: 4px;
    }
    .footer__line {
        display: none;
    }
    .footer__copyright,
    .footer__cor-address {
        text-align: center;
    }
    .footer__cor-address {
        margin-bottom: 10px;
    }
    /*.footer__underline-links a,
    .footer__copyright {
        color: #fff;
    }*/
    .breadcrumbs {
        position: relative;
        padding-top: 40px;
        padding-bottom: 22px;
    }
    .only-mobile__feedback {
        display: block;
        padding: 0 50px;
    }
    .breadcrumbs__list {
        display: none;
    }
    .consultation-phone__upside {
        font-size: 21px;
        letter-spacing: 0.15px;
    }
    .consultation-phone__downside {
        font-size: 37px;
        letter-spacing: 0.3px;
    }
    .consultation-container {
        padding: 24px 50px 18px;
    }
    .footer__logo {
        display: none;
    }
    /*.main-menu__ext-list-item a,
    .main-menu__ext-list-item {
        font-size: 14px;
    }*/
}
@media (max-width: 1199px) {
    .main-menu__wrap > li > a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .only-mobile__feedback {
        display: block;
        padding: 0 14px;
        margin-bottom: 90px;
    }
}
@media (max-width: 559px) {
    .main-menu__wrap {
        padding: 2px 10px 10px;
    }
    .current-main-menu {
        margin-bottom: -8px;
        margin-top: -2px;
        padding-top: 2px;
    }
    .main-menu__wrap > li > a {
        font-size: 10px;
    }
    .feedback-form__input[name="email"] {
        flex-basis: 0;
        margin-right: -20px;
    }
    .feedback-form__title {
        width: 100%;
        font-size: 12px;
    }
    .feedback-form__input {
        font-size: 12px;
        width: 10px;
    }
    .feedback-form__agreement-text {
        font-size: 10px;
    }
    .header {
        justify-content: space-between;
        padding: 24px 12px 30px;
    }
    .container, .header {
        padding-left: 14px;
        padding-right: 14px;
    }
    .search-from {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumbs .breadcrumbs__list > li > a,
    .breadcrumbs .breadcrumbs__list > li {
        font-size: 12px;
    }
    .breadcrumbs {
        padding: 0;
    }
    .content-container {
        margin-bottom: 0;
    }
    /*.mfp-content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
}
@media (min-width: 1000px) {
    .breadcrumbs {
        margin: 20px auto 30px auto;
    }
}

.news_table {
    width: 100%;
}

@font-face {
    font-family: "Open Sans";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "Open Sans";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/OpenSans-BoldItalic.ttf");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
    font-family: "Open Sans";
    font-weight: 800;
    font-style: italic;
    src: url(../fonts/OpenSans-ExtraBoldItalic.ttf);
}
@font-face {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: italic;
    src: url(../fonts/OpenSans-Italic.ttf);
}
@font-face {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: italic;
    src: url(../fonts/OpenSans-LightItalic.ttf);
}
@font-face {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: italic;
    src: url(../fonts/OpenSans-SemiBoldItalic.ttf);
}
@font-face {
    font-family: "Meta Pro";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/MetaPro.otf);
}
@font-face {
    font-family: "Meta Pro";
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/MetaProBold.otf);
}


.page-up {
    z-index: 1000 !important;
}







