

/* Start:/local/templates/invest/src/css/main.css?175032373324902*/
a26bbe52d9bba91f372fcd2abe7828da.svg
/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/******* Media query *******/

@media (max-width: 768px) {
    footer {
        height: auto !important;
    }
    .footer__menu {
        padding-left: unset !important;
    }
    .information__logo  {
        width: 100% !important;
    }
    .footer__callback {
        margin-top: 10px;
        text-align: left !important;
    }
    .menu__container {
        flex-direction: column;
    }
    .social-links__facebook-icon {
        display: none;
    }
    .header__top_panel {
        height: 125px !important;
		position: relative!important;
		top: 0;
    }
    .banner__contact-row  {
        display: none !important;
    }
    .banner__form-input-name {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .banner__form-input-email {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .top__image {
        width: unset !important;
        height: 150px !important;
    }
	.feed__reviews-heading {
    	padding: 0!important;
	}
	.feed__news-heading {
    	padding: 0!important;
	}
	.item__date {
		margin-left: 20px!important;
	}
	.item__excerpt {
		margin-left: 20px!important;
	}
	.item__top {
		flex-direction: column!important;
	}
	.item__bottom {
		flex-direction: column!important;
	}
	.prev__arrow {
		top: 49%!important;
	}
	.next__arrow {
		bottom: 45%!important;
	}
	.company__map {
		overflow: hidden!important;
	}
	.company__map-image {
		width: 165%!important;
	}
}
@media (max-width: 992px) {
    .banner__menu-mobile-row {
        display: flex !important;
    }
    .display__mobile-menu {
        display: block !important;
        position: sticky;
    }
    .banner__menu-row {
        display: none !important;
    }
}

/******* END Media query *******/

/******* Some changes *******/
.form-success-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-success-wrapper a{
    margin-bottom: 250px;
}
.form-success-header{
    padding: 250px 50px 50px 50px;
    text-align: center;
    width: 70%;
}
.form-success-button{
    text-transform: uppercase !important;
    color: #fff;
    background-color: #960000 !important;
    outline: none !important;
    border: unset !important;
    padding: 10px 15px !important;
    width: 100%;
}
#scroll-top {
    background: #fff !important;
    color: #960000 !important;
    border: 1px solid #960000 !important;
    padding: 5px 15px !important;
}
.display__mobile-menu {
    display: none;
}
.form-check-label {
    font-size: .7rem;
}
.slick-track {
    display: flex !important;
    align-items: center !important;
}
ul {
    list-style-image: url('/local/templates/invest/src/css/../img/rhombus.png');
}
table td {
    border: 1px solid #b1b1b1;
    padding: 10px;
}
table thead {
    background-color: #ebebeb;
}
table th {
    border: 1px solid #b1b1b1;
    padding: 10px;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
}
input[type="text"], form select, form textarea {
    color: #000 !important;
    box-shadow: unset !important;
    padding: 8px 15px !important;
}

/******* END Some changes *******/

/******* Top panel *******/

.header__top_panel {
    background-color: #22507d;
    height: 80px;
    display: flex;
    align-items: center;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header__top-row {
    justify-content: space-between;
}
.top__address {
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
}
.top__work-time {
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
}
.address__icon {
    width: 30px;
    height: 30px;
    filter: invert(100%);
}
.address__text {
    margin: 0 0 0 10px;
}
.work-time__icon {
    width: 30px;
    height: 30px;
    filter: invert(100%);
}
.work-time__text {
    margin: 0 0 0 10px;
}
.social-links__facebook-icon {
    width: 30px;
    height: 30px;
    margin: 5px 0;
    filter: invert(100%);
}

/******* END Top panel *******/

/******* Banner *******/

#banner {
	background: url('/local/templates/invest/src/css/../img/banner-bg.png') no-repeat; 
    background-size: cover;
}

.banner__menu-row {
    justify-content: center;
    padding: 25px 0;
}
.banner__form-row {
    justify-content: center;
    padding: 25px 0;
}
.banner__form-text {
	position: static!important;
}
.banner__contact-row {
    justify-content: center;
    padding: 35px 0;
}
.banner__menu {
    width: 100%;
}
.menu__container {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    margin-top: 100px;
}
.banner__menu-mobile-row {
    align-items: center;
    justify-content: space-between;
    height: auto;
    background-color: #fff;
}
.banner__menu-mobile-hamburger {
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
.banner__brand-image {
    width: 145px;
}
.banner__hamburger-image {
    width: 50px;
}
.banner__menu-mobile {
    display: none;
    width: 100%;
    text-align: center;
    z-index: 1;
    background-color: #fff;
}
.banner__menu-mobile .footer__menu-link {
    padding: 20px 0;
    color: #000 !important;
    text-decoration: unset !important;
    border: 1px solid #dcdcdc;
    transition: .2s ease-out;
}
.banner__menu-mobile .footer__menu-link:hover {
    background-color: #dcdcdc;
    transition: .2s ease-in;
}
.menu__item-link {
    color: #ffffff;
    font-weight: 900;
}
.menu__item-link:hover {
    color: #22507d;
}
.contact-line__logo-image {
    width: 300px;
}
.banner__contact-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact-line__phone {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    text-align: right;
}
.contact-line__phone-link {
    color: #22507d;
    font-weight: 900;
    font-size: 1.5rem;
}
#banner .contact-line__phone-link {
    color: #fff !important;
}
.contact-line__phone-link:hover {
    color: #22507d;
    text-decoration: none;
}
.contact-line__callback-button {
    text-transform: uppercase !important;
    color: #fff;
    background-color: #960000 !important;
    outline: none !important;
    border: unset !important;
    padding: 10px 15px !important;
    margin-top: 10px;
    outline: none !important;
}
.contact-line__callback-button:hover {
    background-color: #560101;
}
.contact-line__callback-button:active {
    background-color: #560101 !important;
    box-shadow: unset !important;
}
.contact-line__callback-button:focus {
    background-color: #560101;
    box-shadow: unset;
}
.banner__form-text {
    width: 50%;
}
.form-text__paragraph {
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
    padding-left: 20px;
    border-left: 4px solid #fff;
}
.banner__form-line {
    display: flex;
    flex-direction: row;
}
.banner__form {
    width: 50%;
    color: #fff;
}
.banner__inline-form-justify {
    justify-content: space-between;
}
.banner__form-input-name {
    border: 1px solid #22507d !important;
    padding: 8px 15px !important;
    width: 49%;
    float: left;
    margin-bottom: 1rem;
    color: #000 !important;
}
.banner__form-input-email {
    border: 1px solid #22507d !important;
    padding: 8px 15px !important;
    width: 49%;
    float: right;
    margin-bottom: 1rem;
    color: #000 !important;
}
.banner__form-input-phone {
    width: 100%;
    border: 1px solid #22507d !important;
    padding: 8px 15px !important;
    color: #000 !important;
}
.banner__form-input-message {
    width: 100%;
    border: 1px solid #22507d !important;
    padding: 8px 15px !important;
    color: #000 !important;
}
.banner__form-fz {
    margin: 10px 0;
    color: #fff;
    display: inline-block;
    text-decoration: underline;
}
.banner__form-fz:hover {
    color: #fff;
}

@media (max-width: 768px) {
	#top-menu > li > ul {
		display: none;
	}
}

/******* END Banner *******/

/******* Advantages *******/

#advantages {
    padding: 40px 0;
    background: radial-gradient(110% 110%, #fff, #a7b9c0)
}
.adv__item {
    text-align: center;
}
.adv__item-text {
    margin-bottom: unset;
}
.adv__item-head {
    color: #960000;
}
.adv__head-red {
    font-size: 4rem;
    line-height: 4rem
}

/******* END Advantages *******/

/******* Company *******/

#company {
    padding: 45px 0;
}
.company__map-image {
    width: 100%;
    object-fit: none;
}
.company__heading {
    text-align: center;
    font-size: 2rem;
    padding: 0 0 35px 0;
    color: #960000;
    font-weight: 900;
}

/******* END Company *******/

/******* Main *******/

#main {
    background-color: #22507d;
    padding: 50px 0;
}
.main__item {
    text-align: center;
    padding: 5px;
    opacity: .7;
    transition: .2s ease-out;
}
.main__item:hover {
    opacity: 1;
    transition: .2s ease-in;
}
.main__item-link:hover {
    text-decoration: none;
}

.main__item-image {
    width: 100%;
	margin-bottom: 15px;
}
.main__item-text {
    text-transform: uppercase;
    padding: 10px 0;
    color: #960000;
    font-weight: 900;
    background-color: #fff;
    width: 100%;
	border-radius: 10px!important;
}

.main__heading {
    text-align: center;
    font-size: 2rem;
    padding: 0 0 35px 0;
    color: #fff !important;
    font-weight: 900;
}

/******* END Main *******/

/******* Feed *******/

#feed {
    padding: 35px 0;
}
.reviews__item {
    margin: 0 35px;
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}
.item__heading {
    color: #960000;
    font-weight: 900;
}
.item__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    height: auto;
}
.item__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
}
.top__image {
    width: 100%;
}
.prev__arrow {
    background: url('/local/templates/invest/src/css/../img/arrow.png') no-repeat;
    width: 40px;
    height: 60px;
    transform: rotate(180deg);
    border: unset;
    outline: none;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 10;
}
.next__arrow {
    background: url('/local/templates/invest/src/css/../img/arrow.png') no-repeat;
    width: 40px;
    height: 60px;
    border: unset;
    outline: none;
    position: absolute;
    bottom: 40%;
    right: 0;
    z-index: 10;
}
.feed__reviews-heading {
    text-align: center;
    font-size: 2rem;
    padding: 0 0 35px 0;
    color: #960000;
    font-weight: 900;
}
.feed__news-heading {
    text-align: center;
    font-size: 2rem;
    padding: 0 0 35px 0;
    color: #960000;
    font-weight: 900;
}
.news__item {
    margin-bottom: 1rem;
}
.item__date, .item__excerpt, .item__tag {
    margin-bottom: .5rem;
}
.item__date {
    color: #960000;
}
.item__tag {
    color: #b1b1b1;
    font-weight: 900;
}

/******* END Feed *******/

/******* Map *******/

#map {
    position: relative;
}
.map__container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.map__row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.map__form {
    width: 390px;
    padding: 35px;
    position: absolute;
    right: 20%;
    background-color: #fff;
    box-shadow: 1px 1px 10px #b1b1b1;
    border: 1px solid #ebebeb;
    top: 50px;
}
.map__form form[name="SIMPLE_FORM_20"] .form-group-first, .form-group-second{
    display: flex;
    flex-direction: column;
}
.map__form form[name="SIMPLE_FORM_20"] .form-group-third{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.map__form form[name="SIMPLE_FORM_20"] .form-group-fourth{
    display: flex;
    justify-content: center;
}
.map__form form[name="SIMPLE_FORM_20"] select{
    background-color: #fff;
}
.map__form form[name="SIMPLE_FORM_20"] input[type="submit"]{
    text-transform: uppercase !important;
    color: #fff;
    background-color: #960000 !important;
    outline: none !important;
    border: unset !important;
    padding: 10px 15px !important;
    margin-top: 10px;
    width: 60%;
}
.map__form form[name="SIMPLE_FORM_20"] div:not(.form-group-fifth):not(.form-group-fourth){
    padding-top: 10px;
}
.map__form .subheading__paragraph{
    margin-bottom: unset;
}
.form__map-logo {
    padding: 5px 0;
}
.form__map-heading {
    text-align: center;
    color: #000;
}
.logo__image {
    width: 40%;
}
.heading__paragraph {
    font-size: 1.4rem;
    margin-bottom: .2rem;
    font-weight: 900;
}
.map__form-input-phone {
    width: 100%;
    padding: 10px 5px !important;
    border: 1px solid #22507d !important;
}
.mapform__submit {
    width: 100%;
    margin-top: unset !important;
}
.subheading__paragraph {
    font-size: .9rem;
}

/******* END Map *******/

/******* START ocenka-form *******/

.ocenka-form form[name="SIMPLE_FORM_15"]{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ocenka-form form[name="SIMPLE_FORM_15"] div{
    margin-bottom: 10px;
}
.ocenka-form form[name="SIMPLE_FORM_15"] #apartment-submit{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.ocenka-form form[name="SIMPLE_FORM_15"] input{
    padding: unset !important;
}
.ocenka-form form[name="SIMPLE_FORM_15"] input[type="submit"]{
    text-transform: uppercase !important;
    color: #fff;
    background-color: #960000 !important;
    outline: none !important;
    border: unset !important;
    padding: 10px 0px 10px 0px !important;
    width: 35%;
}
.ocenka-form-header{
    font-size: 20px;
    text-align: center;
    color: #22507d;
    font-weight: 600;
    padding: 20px 0px 30px 0px;
}
/******* END ocenka-form *******/

/******* Footer *******/

footer {
    background-color: #22507d;
    height: 295px;
}
.footer__container {
    padding-top: 40px;
}
.information__text {
    color: #fff;
    font-size: .9rem;
}
.information__link {
    color: #fff;
}
.information__logo {
    width: 90%;
}
.footer__menu {
    display: flex;
    flex-direction: column;
    padding-left: 5%;
}
.footer__callback {
    text-align: right;
}
.footer__tel-number {
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
    text-decoration: unset !important;
    margin: 15px 0;
}
.footer__tel-number:hover {
    color: #fff !important;
    font-weight: 900;
    font-size: 1.5rem;
    text-decoration: unset !important;
}
.footer__menu-link {
    color: #fff;
    text-decoration: underline;
}
.footer__menu-link:hover, .information__link:hover {
    color: #7cbdfd;
    text-decoration: underline;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
	footer {
		height: auto;
		padding-bottom: 25px;
	}
	.footer__callback {
		display: flex;
		flex-direction: column;
	}
	.footer__menu {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer__menu-link {
		width: 49%;
	}
	.footer__tel-number {
		font-size: 1.3rem;
	}
}

/******* END Footer *******/

/******* WEB-FORMS *******/

#modal__callback {
    display: none;
}
form[name="SIMPLE_FORM_18"] input[name="form_text_97"] {
    width: 100% !important;
    border: 1px solid #224f7d;
}
form[name="SIMPLE_FORM_18"] .form-check {
    padding-left: unset !important;
}
form[name="SIMPLE_FORM_18"] input[type="submit"] {
    text-transform: uppercase !important;
    color: #fff;
    background-color: #960000 !important;
    outline: none !important;
    border: unset !important;
    padding: 10px 15px !important;
    margin-top: 10px;
    width: 100%;
}
form[name="SIMPLE_FORM_20"] .notetext {
    display: block;
    border: none;
    padding: 5px;
    text-align: center;
    background: #224f7d !important;
    color: #fff;
    box-shadow: unset !important;
    text-shadow: unset !important;
    margin-top: 20px !important;
}
form[name="SIMPLE_FORM_18"] .notetext {
    display: block;
    border: none;
    padding: 5px;
    text-align: center;
    background: #fff !important;
    color: #224f7d;
    box-shadow: unset !important;
    text-shadow: unset !important;
    margin-top: 20px !important;
}

#modal__callback{
    background-color: #22507d;
}
#modal__callback div:not(.form-group-fifth):not(.form-group-fourth){
    padding-top: 10px;
}
#modal__callback .subheading__paragraph{
    margin-bottom: unset;
}
#modal__callback svg path{
    color: #960000;
}
#modal__callback .form__map-heading{
    color: #fff !important;
}
#modal__callback form[name="SIMPLE_FORM_18"]{
    color: #fff !important;
}
#modal__callback form[name="SIMPLE_FORM_18"] input{
    border: unset;
    font-size: 14pt;
    outline: unset;
    color: #22507d !important;
}
#modal__callback form[name="SIMPLE_FORM_18"] input[type="submit"]{
    color: #fff !important;
}
#modal__callback form[name="SIMPLE_FORM_18"] select{
    background-color: #fff;
    border: unset;
    outline: unset;
    font-size: 15pt;
    color: #22507d !important;
}
#modal__callback form[name="SIMPLE_FORM_18"] option{
    outline: unset;
    border: unset;
}
#modal__callback form[name="SIMPLE_FORM_18"] .form-group-second{
    display: flex !important;
    flex-direction: column;
}
#modal__callback form[name="SIMPLE_FORM_18"] .form-group-third{
    display: flex;
    flex-direction: row;
    align-items: center;
}

/******* END WEB-FORMS *******/

/******* Others ********/

.questions__container {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 900;
    padding: 20px 0;
    color: #fff;
}
.fullwidth__row-background {
    background-color: #224f7d;
}
.breadcrumb__delimiter {
    padding: 0 10px;
}
.breadcrumbs__container {
    font-size: .8rem;
    display: flex;
}
.blog__section {
    padding: 30px 0;
}
.blog__header {
    padding: 0 0 20px 0;
}
.blog-card {
    margin: 30px 0 !important;
}
.blog__header {
    color: #224f7d;
}
h1, h2, h3, h4, h5, h6 {
    color: #224f7d !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #224f7d !important;
}
.contacts__section {
    padding: 30px 0;
}

/******* END Others *******/


/******* Form START *******/
.samoizolyatziya h1{
    padding: 30px 0px 30px 0px;
}
.antikrizisnye-modal{
    width: 350px;
    background-color: #22507d;
    color: white;
    padding: 25px;
    z-index: 9998;
    position: fixed;
    top: 15%;
    left: 40%;
    display: none;
}
.antikrizisnye-modal form span:not(.form-required){
    display: block;
}
.antikrizisnye-modal form{

}
.antikrizisnye-modal form input[type="submit"]{
    border: unset;
    background-color: #960000 !important;
    color: #fff;
    padding: 7px;
    text-transform: uppercase;
}
.antikrizisnye-modal form input{
    width: 100%;
    margin-bottom: 10px;
}
.antikrizisnye-modal form input[name="captcha_word"]{
    margin-top: 10px;
}
.antikrizisnye-modal form textarea{
    width: 100%;
    margin-bottom: 10px;
}
.antikrizisnye-modal form .Форма{
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 15pt;
    font-weight: 500;
}
.antikrizisnye-close{
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    transition: 0.2s linear;
    cursor: pointer;
}
.antikrizisnye-close:hover{
    color: #960000;
}

.antikrizisnye-open{
    width: 300px;
    background-color: #960000 !important;
    color: #fff;
    padding: 7px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    cursor: pointer;
    margin: 40px auto;
}

.antikrizisnye-fade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background: rgba(0,0,0,0.6);
    display: none;
}

/******* START ocenka-kvartir-form *******/
.ocenka-kvartir-form-header{
    font-size: 20px;
    text-align: center;
    color: #22507d;
    font-weight: 600;
    padding: 20px 0px 30px 0px;
}

.ocenka-kvartir-form {
	margin: 40px 0 40px 30px;
}

.assess-block {
    padding-bottom: 20px;
}

.assess-block span {
    width: 115px;
    padding-right: 20px;
}

#apartment-rooms #apartment-rooms-count {
    display: inline-flex;
}

#apartment-files #files-archive-desc {
    width: 290px;
    display: block;
    padding-top: 5px;
    font-size: 13px;
    text-align: left;
}

.ocenka-kvartir-form form[name="SIMPLE_FORM_13"] input[type="submit"]{
    text-transform: uppercase !important;
    color: #fff;
    background-color: #960000 !important;
    outline: none !important;
    border: unset !important;
    padding: 10px 0px 10px 0px !important;
    width: 186px;
}

.ocenka-kvartir-form form[name="SIMPLE_FORM_13"] input{
    padding: unset !important;
}
#apartment-rooms label[for^="form_checkbox"] span {
    display: inline-block;
    width: 30px;
    height: 25px;
    padding-top: 5px;
    padding-right: 0;
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
}

/******* END ocenka-kvartir-form *******/

/******* Form END *******/

/******* Banner START *******/

@font-face {
    font-family: Cuprum-bold;
    src: url(/local/templates/invest/src/css/../fonts/Cuprum-Bold.ttf);
}

.antikrizisnye-banner{
    font-family: Cuprum-bold;
    position: fixed;
    top: 15%;
    left: 24%;
    width: 950px;
    height: 600px;
    background-image: url(/local/templates/invest/src/css/../../images/banner-bg.png);
    /*display: flex;*/
    flex-direction: column;
    display: none;
    z-index: 9999;
}
.antikrizisnye-banner-top-wrapper{
    padding-top: 45px;
    height: 460px;
    display: flex;
    flex-direction: column;
}
.antikrizisnye-banner-bottom-wrapper{
    height: 140px;
    display: flex;
}
.antikrizisnye-banner-logo{
    margin: 0 15px 15px 0;
}
.antikrizisnye-banner-button{
    border-radius: 5px;
    color: #002743;
    font-size: 24px;
    background-color: #ffda00;
    text-decoration: none;
    height: 40px;
    width: 140px;
    line-height: 1.5;
    text-align: center;
    align-self: center;
    z-index: 30;
    transition: 0.3s linear;
}
.antikrizisnye-banner-button:hover{
    background-color: #94d3f0;
    text-decoration: none;
}
.antikrizisnye-banner-text-1{
    color: #ffda00;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}
.antikrizisnye-banner-text-1-1{
    color: #ffda00;
    font-size: 30px;
    text-align: center;
}
.antikrizisnye-banner-text-2{
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 20px;
}
.antikrizisnye-banner-text-2-1{
    color: #ffda00;
    font-size: 22px;
    align-self: center;
    line-height: 1.2;
    list-style-image: unset;
}
.antikrizisnye-banner-text-2-1 span{
    color: #fff;
}
.antikrizisnye-banner-button-wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    padding: 0px 150px 35px 0;
}
.antikrizisnye-banner-border{
    position: absolute;
    border-radius: 20px;
    border: 1px solid #fff;
    height: 560px;
    width: 910px;
    top: 20px;
    left: 20px;
    z-index: 20;
}
.antikrizisnye-banner-fade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background: rgba(0,0,0,0.6);
    display: none;
}
.antikrizisnye-banner-close{
    cursor: pointer;
    font-size: 120%;
    width: max-content;
    margin: 0 0 15px 0;
    align-self: flex-end;
    color: #0871b3;
    position: absolute;
    top: 35px;
    right: 35px;
    color: #ffda00;
    z-index: 35;
    transition: 0.3s linear;
}
.antikrizisnye-banner-close:hover{
    color: #fff;
}
@media screen and (max-width: 1600px){
    .antikrizisnye-banner{
        left: 20%;
        top: 11%;
    }
}
@media screen and (max-width: 1400px){
    .antikrizisnye-banner{
        left: 16%;
        top: 6%;
    }
}
@media screen and (max-width: 1300px){
    .antikrizisnye-banner{
        left: 13%;
        top: 4%;
    }
}
@media screen and (max-width: 1100px){
    .antikrizisnye-banner{
        left: 10%;
        top: 3%;
    }
}

/******* Banner END *******/

.rainbow {
    height: 2px;
    background-color: #22507d;
}
.calculated__five-col {
    width: calc(100% / 5);
    height: 2px;
    display: inline;
}
.rainbow_1, .rainbow_5 {
    background-color: #d70b00;
}
.rainbow_2 {
    background-color: #00ff00;
}
.rainbow_3 {
    background-color: #00ccff;
}
.rainbow_4 {
    background-color: #ffec00;
}

.career form[name="SIMPLE_FORM_21"] input[type="submit"]{
    text-transform: uppercase !important;
    color: #fff;
    background-color: #960000 !important;
    outline: none !important;
    border: unset !important;
    padding: 10px 15px !important;
    margin-top: 10px;
    width: 21%;
}

.career form[name="SIMPLE_FORM_21"] input[type="text"]{
    width: 32%;
}
.header__scrolled {
    display: none;
}
.header__scrolled-logo {
    height: 60px;
}
.contact-line__phone-link-scrolled {
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
}
.contact-line__phone-link-scrolled:hover {
    text-decoration: underline;
    color: #fff !important;
}
.top__social-links-scrolled {
    display: flex;
    align-items: center;
}

.form__banner-zayavka {
    font-weight: bold;
    font-size: 18px;
}

/* End */


/* Start:/js/jquery.fancybox.min.css?174851280514065*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/js/slick/slick.css?17485128051729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/js/slick/slick-theme.css?17485128053145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/js/slick/./fonts/slick.eot');
    src: url('/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/js/slick/./fonts/slick.woff') format('woff'), url('/js/slick/./fonts/slick.ttf') format('truetype'), url('/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/invest/components/bitrix/menu/mainmenu_new/style.css?17485128051931*/
div.mainmenu {
	text-align: center;
	height: 42px;
}
div.mainmenu a {
	text-decoration: none;
}
div.mainmenu ul  {
	padding: 0;
	margin: 0;
	display: inline-block;
}
div.mainmenu li {
	padding: 0 26px;
	margin: 0;
	display: block;
	float: left;
	background: /*url("/local/templates/invest/components/bitrix/menu/mainmenu_new/images/mainmenu-bg-border.png") 100% 0 no-repeat,*/ url("/local/templates/invest/components/bitrix/menu/mainmenu_new/images/mainmenu-bg.png") repeat-x;
	height: 42px;
	line-height: 37px;
	text-align: left;
}
div.mainmenu li a {
	color: #97d4f0;
	/*text-shadow: -1px -1px 3px #000;*/
	font-size: 110%;
}
div.mainmenu li a:hover {
	text-decoration: none;
}
div.mainmenu li:not(.selected):hover {
	background: /*url("/local/templates/invest/components/bitrix/menu/mainmenu_new/images/mainmenu-bg-border.png") 100% 0 no-repeat,*/ url("/local/templates/invest/components/bitrix/menu/mainmenu_new/images/mainmenu-bg-hover.png") repeat-x;
	color: #0672b3;
}
div.mainmenu li:not(.selected):hover a {
	/*color: #0771b2;*/
	color: #e7d923;
	/*text-shadow: 1px 1px 3px #fdef7f;*/
}
/*div.mainmenu li:first-child {
	border-top-left-radius: 5px;
}
div.mainmenu li:first-child:not(.selected) {
	border-bottom-left-radius: 12px;
}
div.mainmenu li:last-child {
	border-top-right-radius: 5px;
}
div.mainmenu li:last-child:not(.selected) {
	border-bottom-right-radius: 12px;
}*/
div.menu-clear-left
{
	clear:left;
}
.mainmenu .selected {
	background-image: url('/bitrix/templates/invest/components/bitrix/menu/mainmenu/images/mainmenu-bg-selected.png');
	height: 35px;
	line-height: 39px;
	background: #1d669b !important;
}
.mainmenu .selected a:hover {
	cursor: default;
}

.mainmenu li ul
	{
	   margin: 0px 0px 0px -10px!important;
	   padding: 7px!important;
	   list-style: none ;
	   display: none ;
	   z-index: 500 ;
	   position: absolute ;
	   float: left;
	   columns: 2;
	}
	
   .mainmenu li:hover ul
   {
   display: block ;
   }
   .mainmenu li:hover ul li
   {
   clear: both;
   width: 250px;
   margin:-2px;

   }
   .mainmenu li:hover ul li a:hover
   {
   	  color: #fff;
      margin:0;
   }
   .mainmenu li ul .selected{
   	height: auto;
   }
/* End */


/* Start:/local/templates/invest/styles.css?17485128052872*/
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

* {
	border-radius: unset !important;
}

#banner input:focus,#banner textarea:focus{
	color:#960000!important;
}

.right-bordered {
	/* border-radius: 5px; */
	float: right;
	margin: 5px 0 10px 20px;
	border: 1px solid #bbb;
	width: 130px;
}

#entry {
	background: #9dd5f0 url("/local/templates/invest/images/entry.png") 0 50% no-repeat !important;
	color: #056094 !important;
}

.zakazat-button {
	width: 350px;
	margin: 0 auto;
}

form[name="SIMPLE_FORM_6"] {
	min-height: 469px;
}

form[name="SIMPLE_FORM_6"] input[type="text"] {
	display: block;
	width: 70%;

}

form[name="SIMPLE_FORM_8"] input[type="text"] {
	display: block;
	width: 97%;
	height: 25px;
}

form[name="SIMPLE_FORM_11"] input[type="text"] {
	display: block;
	width: 97%;
	height: 25px;
}

#top-menu li li {
    background-image: none;
    background: #418cc3;
    background: -moz-linear-gradient(top, #418cc3 0%, #0a5187 100%);
    background: -webkit-linear-gradient(top, #418cc3 0%,#0a5187 100%);
    background: linear-gradient(to bottom, #418cc3 0%,#0a5187 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418cc3', endColorstr='#0a5187',GradientType=0 );
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

#top-menu > li:nth-child(4) > ul > li:nth-child(1) > ul {
	margin-top: 23px;
	margin-left: 250px;
	display: none;
}
.unclickableMenuItem {
	font-size: 110%;
	color: #97d4f0;
	cursor: default;
}
.link-phone-header, .footer-phone-cls {
	text-decoration: none;
}
.link-phone-header:hover, .footer-phone-cls:hover {
	text-decoration: underline;
	color: #fff !important;
}
.unRightMobileP {
	text-align: right;
}
.unRightMobileDiv {
	margin-left: 30px !important;
}
#zz > form:nth-child(2) > div:nth-child(4) > div {
	right: 10px !important;
}
@media (max-width: 768px) {
	.unRightMobileP {
		text-align: unset;
	}
	.unRightMobileDiv {
		margin-left: -35px !important;
	}
	#zz > form:nth-child(2) > div:nth-child(4) > div {
		right: 75px !important;
		top: 126px !important;
	}
}

.information__logo {
	margin-left: -22px;
}

@media screen and (max-width: 767px) {
  .btn-primary {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 570px) {
  .map__form {
    right: 15%;
  }
}

@media screen and (max-width: 490px) {
  .map__form {
    right: 12%;
  }
}

@media screen and (max-width: 450px) {
  .map__form {
    right: 8%;
  }
}

@media screen and (max-width: 425px) {
  .map__form {
    right: 4%;
  }
}

@media screen and (max-width: 406px) {
  .map__form {
    right: 2%;
  }
}

@media screen and (max-width: 397px) {
  .map__form {
    right: 0%;
  }
}

.item__date, .item__excerpt, .item__tag {
	margin-bottom: .5rem;
	margin-left: 50px;
}

@media screen and (max-width: 520px) {
	.details-table {
		font-size: 13px;
	}
}

/* End */


/* Start:/local/templates/invest/template_styles.css?174851280562236*/
/* Start:/js/fancybox/jquery.fancybox.css*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	/* 
	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px;
			border-radius: 4px;
	*/
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fjs%2Ffancybox%2Ffancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fjs%2Ffancybox%2Ffancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fjs%2Ffancybox%2Fblank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fjs%2Ffancybox%2Ffancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	/*
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	*/
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */

#main_modal__callback {
	display: none;
}

.main__banner-link {
	display:block;
	width: 350px;
	padding: 10px 30px;
	color: #0056b3!important;
	box-shadow: 0px 10px 10px 7px rgb(0 0 0 / 50%);
}

.main__banner-link-wrap {
	text-align: center;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	opacity: .7;
    transition: .2s ease-out;
}

.main__banner-link-wrap:hover {
	opacity: 1;
    transition: .2s ease-in;
	color: #960000!important;
}


/* Start:/js/slick/slick.css*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */



/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */



/* Start:/bitrix/templates/invest/components/bitrix/menu/mainmenu/style.css*/
div.mainmenu {
	display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    margin-top: 75px!important;
	z-index: 1!important;
}
div.mainmenu a {
	text-decoration: none;
}
div.mainmenu ul  {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
div.mainmenu li {
	padding: 0 9px;
	margin: 0;
	display: block;
	float: left;
	height: auto;
	line-height: 37px;
	text-align: left;
	background: none!important;
	font-weight: bold;
}
div.mainmenu li a {
	color: #ffffff;
	/*text-shadow: -1px -1px 3px #000;*/
	font-size: 1rem;
	text-decoration: none!important;
}
div.mainmenu li ul {
	background: #22507d;
}
div.mainmenu li ul li a {
	color: #ffffff;
}

div.mainmenu li li a {
	font-size: 0.95em;
}
div.mainmenu li a:hover {
	text-decoration: underline!important;
}
/*
div.mainmenu li:not(.selected):hover {
	color: #ffffff;
}

div.mainmenu li:not(.selected):hover a {
	color: #ffffff!important;
	text-decoration: underline!important;
}

div.mainmenu li:first-child {
	border-top-left-radius: 5px;
}
div.mainmenu li:first-child:not(.selected) {
	border-bottom-left-radius: 12px;
}
div.mainmenu li:last-child {
	border-top-right-radius: 5px;
}
div.mainmenu li:last-child:not(.selected) {
	border-bottom-right-radius: 12px;
}
*/
div.menu-clear-left
{
	clear:left;
}
.selected a {
	color: #e7d923;
}
.selected > ul > li > a:hover {
	color: #fff !important;
}
.selected > a {
	color: #fff !important;
}
.mainmenu .selected {
	height: 35px;
	line-height: 39px;
	background: none!important;
}
/*
.mainmenu .selected a:hover {
	cursor: default;
}
*/
.mainmenu li ul
	{
	   margin: 0px 0px 0px -23px ;
	   padding: 0px ;
	   list-style: none ;
	   display: none ;
	   z-index: 500 ;
	   position: absolute ;
	   float: left;
	}
	
   .mainmenu li:hover ul
   {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 350px;
   }
   .mainmenu li:hover ul li
   {
   clear: both;
   width: 100%;
   max-width: 250px;
   margin:-2px;

   }
   .mainmenu li:hover ul li a:hover
   {
   	  color: #fff;
      margin:0;
   }
   .mainmenu li ul .selected{
   	height: auto;
   }
/* End */



/* Start:/bitrix/templates/invest/components/bitrix/menu/slideshow/style.css*/
.slideshow {
	width: 834px;/*730px*/
	height: 250px;
	margin: 0 auto;
	box-shadow: inset 0 0 20px #000;
	/* border-radius: 10px; */
	border-bottom: 1px solid #aaa;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslideshow-bg.png') no-repeat;
	position: relative;
}
.slideshow h1 {
	margin-top: 30px;
}
.slideshow .slide {
	height: 250px;
	box-shadow: inset 0 0 20px #000;
	/* border-radius: 10px; */
	border-bottom: 1px solid #aaa;
	padding: 0 20px 0 200px !important;
	display: none;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
}
.slideshow .arrow-left {
	position: absolute;
	left: -40px;
	top: 100px;
	width: 30px;
	height: 42px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Farrow-left.png');
}
.slideshow .arrow-right {
	position: absolute;
	right: -40px;
	top: 100px;
	width: 30px;
	height: 42px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Farrow-right.png');
}
.slideshow .arrow-left:hover {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Farrow-left-active.png');
	cursor: pointer;
}
.slideshow .arrow-right:hover {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Farrow-right-active.png');
	cursor: pointer;
}
.mainmenu {
	position: relative;
	z-index: 1;
}

.slideshow .slide:first-child {
	background: #e9294a  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
}

.mainmenu li:first-child.selected {
	background-color: #e9294a;
}

/*ÐžÑ†ÐµÐ½ÐºÐ°*********************/
.slideshow .slide:first-child + .slide {
	background: #e8d924  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
	color: #0672b0;
}
.mainmenu li:first-child + li.selected {
	background-color: #e8d924;
	color: #fff;
}
/*Ð®Ñ€Ð¸Ð´Ð¸Ñ‡ÐµÑÐºÐ¸Ðµ ÑƒÑÐ»ÑƒÐ³Ð¸*********/
.slideshow .slide:first-child + .slide + .slide {
	background: #5fc5f1  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
	color: #10598c;
}
.mainmenu li:first-child + li + li.selected {
	background-color: #5fc5f1;
	color: #fff;
}
/*Ð­ÐºÑÐ¿ÐµÑ€Ñ‚Ð¸Ð·Ð° Ñ‚Ð°Ñ€Ð¸Ñ„Ð¾Ð²*********/
.slideshow .slide:first-child + .slide + .slide + .slide {
	background: #48d229  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
	color: #10598c;
}
.mainmenu li:first-child + li + li + li.selected {
	background-color: #48d229;
	color: #fff;
}
/*ÐšÐ¾Ð½ÑÐ°Ð»Ñ‚Ð¸Ð½Ð³*****************/
.slideshow .slide:first-child + .slide + .slide + .slide + .slide {
	background: #d566d1  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
	color: #10598c;
}
.mainmenu li:first-child + li + li + li + li.selected {
	background-color: #d566d1;
	color: #fff;
}
.mainmenu li:first-child + li + li + li + li + li.selected {
	background-color: #00BAC1;
	color: #fff;
}

.slideshow .slide:first-child + .slide + .slide + .slide + .slide + .slide {
	background: #00BAC1  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
	color: #10598c;
	width: 930px; 
}

.mainmenu li:first-child + li + li + li + li + li + li.selected {
	background-color: #ED835D;
	color: #fff;
}
.slideshow .slide:first-child + .slide + .slide + .slide + .slide + .slide + .slide {
	background: #ED835D  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
	color: #10598c;
}

/*Ðž Ð½Ð°Ñ*/
.mainmenu li:first-child + li + li + li + li + li+ li+ li.selected {
	background-color: #00BAC1;
	color: #fff;
}

.slideshow .slide:first-child + .slide + .slide + .slide + .slide + .slide + .slide + .slide {
	background: #00BAC1  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fcomponents%2Fbitrix%2Fmenu%2Fslideshow%2Fimages%2Fslide-1.png') 0 50% no-repeat;
	color: #10598c;
}
/* End */



/* Start:/bitrix/templates/invest/styles.css*/
.right-bordered {
	/* border-radius: 5px; */
	float: right;
	margin: 5px 0 10px 20px;
	border: 1px solid #bbb;
	width: 130px;
}

.zakazat-button {
width: 350px;
margin: 0 auto;
}

form[name="SIMPLE_FORM_6"] {
	min-height: 469px; 
}

form[name="SIMPLE_FORM_6"] input[type="text"] {
	display: block;
	width: 70%;

}

form[name="SIMPLE_FORM_8"] input[type="text"] {
	display: block;
	width: 97%;
	height: 25px;
}

form[name="SIMPLE_FORM_11"] input[type="text"] {
	display: block;
	width: 97%;
	height: 25px;
}

#top-menu li li {
    background-image: none;
    background: #418cc3;
    /*background: -moz-linear-gradient(top, #418cc3 0%, #0a5187 100%);
    background: -webkit-linear-gradient(top, #418cc3 0%,#0a5187 100%);
    background: linear-gradient(to bottom, #418cc3 0%,#0a5187 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418cc3', endColorstr='#0a5187',GradientType=0 );*/
    line-height: 1;
    display: block;
    align-items: center;
    justify-content: left;
    padding: 10px;
	width: 49%;
}
/* End */



/* Start:/bitrix/templates/invest/template_styles.css*/
html, body {
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
}
/*
body
{
	font-size: 100%;
	 font-family: 'Cuprum', sans-serif; 
	 background: #002743  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fbody-bg.jpg') 50% 0 no-repeat; 
	color: #fff;
}
*/
a {
	color: #fff;
	text-decoration: underline;
}
#wrapper {
	width: 1150px;
	margin: auto auto;
}
@media screen and (max-width: 800px) {
	#wrapper {
		width: 100%;
	}
}
#header {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Flogo-invest.png') 50% -55px no-repeat;
	position: relative;
	padding: 59px 50px 0 50px;
	height: 100px;
}
#corner-up {
	position: absolute;
	left: 50px;
	top: 15px;
	width: 140px;
	height: 88px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fcorner-up.png');
}
@media screen and (max-width: 480px) {
	#corner-up {
		display: none;
	}
}
#logo-link {
	display: block;
	position: absolute;
	width: 30%;
	height: 75px;
	top: 2px;
	left: 35%;
}
#footer {
	color: #97d4f3;
	text-align: center;
	text-shadow: -1px -1px 1px #000;
	padding: 20px 0 5px 0;
	position: relative;
}
#footer a {
	color: #97d4f3;
}
#copyright {
	font-size: 90%;
    margin: 0 auto;
    width: 1150px;
}
#corner-down {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 207px;
	height: 126px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fcorner-down.png');
}
#lpart {
	background: #ebf0f5;
	color: #444;
	padding: 20px 380px 20px 20px;
	text-align: justify;
}
#lpart h1, #lpart h2, #lpart h3 {
	color: #0871b3;
	text-align: left;
}
#lpart h2 {
	font-weight: normal;
	font-size: 170%;
}
#lpart li {
	margin-bottom: 1em;
}
.hr {
	/* height: 3px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fhr.png') 50% 0 no-repeat; */
}
.hr-l {
	height: 4px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fhr-l.png') repeat-x;
	margin: 15px 0 10px 0;
}
#entry {
	min-height: 200px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 30px 380px 20px 200px;
	font-size: 110%;
	box-shadow: inset 0 0 20px #000;
}
#entry h1 {
	font-weight: normal;
	font-size: 200%;
	margin: 0;
}
#rpart {
	float: right;
	width: 320px;
	background: #f5fafa;
	margin-top: 35px;
	padding: 50px 20px 20px 20px;
	box-shadow: -2px -2px 15px -5px #000;
	position: relative;
	color: #5197ca;
}
#lpart a, #rpart a {
	color: #5197ca;
	text-decoration: underline;
}
#lpart a:hover, #rpart a:hover {
	color: #e52244 !important;
}
.clip {
	width: 62px;
	height: 72px;
	position: absolute;
	top: -18px;
	left: 0;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fclip.png');
}
#lquote {
	float: left;
	width: 58%;
	text-align: right;
	font-style: italic;
	margin-right: 2%;
	margin-top: 30px;
	color: #97d5f2;
}
#rquote {
	float: left;
	width: 40%;
	color: #97d5f2;
	margin-top: 62px;
}
#foto-director {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Ffoto-director.png') no-repeat;
	height: 140px;
}
#button-video {
	margin: 30px auto;
	display: block;
	width: 260px;
	height: 47px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fbutton-video.png') no-repeat;
}
#button-video:hover {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fbutton-video-active.png') no-repeat;
}
#footer a:hover, #materials a:hover {
	color: #e52244 !important;
}
/*************************************************************************************/
#materials .part {
	float: left;
	width: 31.33%;
	padding: 20px 0 10px 2%;
}
#materials .part .part-title {
	color: #4590c7;
	font-size: 120%;
}
#materials .news-item {
	margin-top: 10px;
	font-size: 90%;
}
#materials .news-item a {
	color: #97d5f2;
	font-size: 110%;
}
#materials .news-date-time {
	display: block;
	padding-left: 12px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Ficon-clock-blue.png') 0 2px no-repeat;
	color: #4590c7;
	margin: 0;
	font-size: 80%;
	margin-bottom: 10px;
}
#materials .part:nth-child(1) {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Ficon-clip.png') 0 23px no-repeat;
}
#materials .part:nth-child(2) {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Ficon-pen.png') 0 23px no-repeat;
}
#materials .part:nth-child(3) {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Ficon-star.png') 0 23px no-repeat;
}
/*************************************************************************************/
#materials-list .news-date-time {
	display: block;
	padding-left: 12px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Ficon-clock-gray.png') 0 2px no-repeat;
	color: #808285;
	margin: 0;
	font-size: 80%;
}
#materials-list h1, #materials-list a {
	color: #4590c7;
}
#materials-list h1 {
	font-weight: normal;
	font-size: 40pt;
	margin: 0;
}
#materials-list .news-item {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.nav-control {
	margin-top: 10px;
	text-align: center;
}
.nav-control * {
	/*font-weight: bold;*/
}
.nav-control a, .nav-control span {
	padding: 0 5px;
	margin: 0;
	/*text-decoration: none !important;*/
}
/*************************************************************************************/
.news-detail .news-date-time {
	display: block;
	padding-left: 12px;
	background:  url('https://invest-audit.ru/view2.png') 0 2px no-repeat;
	color: #808285;
	margin: 0;
	font-size: 80%;
        margin-top: 30px;
}
.news-detail h1 {
	font-weight: normal;
	font-size: 150% !important;
	margin: 0;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fhr-l.png') 0 100% repeat-x;
	padding-bottom: 10px;
	color: #0871b3 !important;
        margin-bottom: 30px;
}
/*************************************************************************************/
#search {
	margin-top: 3px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fhr.png') 50% 10px no-repeat;
	text-align: center;
}
#search .search-suggest {
	background: #0771b2  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Ficon-search.png') 99% 5px no-repeat;
	/* border-radius: 5px; */
	border: 1px solid #4288bc;
	border-bottom: 1px solid #aaa !important;
	box-shadow: inset 0 0 10px #000;
	color: #96d6f2;
	padding: 2px 20px 2px 2px;
	width: 200px;
}
#search input[type="submit"] {
	display: none;
}
.search-page hr {
	height: 10px;
	border: none;
}
.search-page a {
	color: #0871b3;
}
.search-page a:hover {
	color: #e52244 !important;
	color: #0871b3;
}
.search-popup {
	display: none !important;
}
/*************************************************************************************/
form .form-label {
	display: block;
	margin-top: 5px;
	padding-left: 20px;
	font-size: 90%;
}
form .form-required.starrequired {
	padding-left: 5px;
}
form input[type="text"], form select, form textarea {
	padding: 3px;
	/* border-radius: 3px; */
	border: 1px solid #ccc;
	color: #5197ca;
	box-shadow: inset 0 0 15px #ddd;
	font-family: 'Cuprum', sans-serif;
	font-size: 100%;
}
#rpart form input[type="text"], #rpart form select, #rpart form textarea {
	width: 300px;
}
 #zz form input[type="text"], #zz form input[type="submit"] {
	width: 250px;
 }
/*
form input[type="submit"] {
	margin-top: 15px;
	height: 30px;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finput-bg.png') 0 100% repeat-x;
	border-radius: 10px; 
	border: none;
	box-shadow: 0 2px 10px #000;
	color: #95d4f3;
	text-shadow: -1px -1px 3px #000;
}
*/
#rpart form input[type="submit"] {
	width: 100%;
	display: block;
}
#lpart form input[type="submit"] {
	min-width: 200px;
}
/*
form input[type="submit"]:hover {
	color: #e7d923;
	cursor: pointer;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finput-bg-active.png') 0 100% repeat-x;
}
*/
form .notetext {
	display: block;
	/* border-radius: 10px; */
	border: none;
	box-shadow: 0 2px 10px #000;
	padding: 5px;
	text-align: center;
	background: #48d229;
	color: #fff;
	text-shadow: -1px -1px 3px #000;
}
.form-message {
	display: block;
    /* border-radius: 10px; */
    border: none;
    box-shadow: 0 2px 10px #000;
    padding: 5px;
    text-align: center;
    background: #48d229;
    color: #fff;
    text-shadow: -1px -1px 3px #000;
}
.form-answer {
	display: block;
    border-radius: 10px!important;
    border: none;
    box-shadow: 0 2px 10px #000;
    padding: 10px;
    text-align: center;
    background: #22507d;
    color: #fff!important;
    text-shadow: -1px -1px 3px #000;
}

/*************************************************************************************/
a.button-yellow {
	display: block;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finput-bg-yellow.png') 0 100% repeat-x;
	margin-top: 15px;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	/* border-radius: 10px; */
	border: none;
	box-shadow: 0 2px 10px #000;
	text-decoration: none !important;
	text-align: center;
	/*color: #e52244 !important;*/
	color: #0871b3 !important;
	text-shadow: -1px -1px 3px #fff;
}
a.button-yellow:hover {
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finput-bg-yellow-active.png') 0 100% repeat-x;
}
.info {
	display: inline;
	color: #5197d3;
	cursor: pointer;
	border-bottom: 1px dashed #5197d3;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finfo-down.png') 100% 8px no-repeat;
	padding-right: 14px;
}

.form {
    height: 35px;
    display: block;
    width: 111px;
    background-color: #FFDA00;
    /* border-radius: 5px; */
    line-height: 35px;
    font-size: 15px;
    color: black;
    padding-left: 18px;
	cursor: pointer;
}

.info.active {
	color: #e52244 !important;
	border-bottom: 1px dashed #e52244;
	background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finfo-up.png') 100% 8px no-repeat;
}
.info-more {
	display: none;
	background: #f5fafa;
	/* border-radius: 5px; */
	padding: 10px 20px 20px 20px;
	color: #5197ca;
	margin-top: 10px;
}
#lpart .info {
	font-size: 110%;
	line-height: 160%;
	/*margin: 10px 0 !important;*/
}
#scroll-top {
	position: fixed;
	padding: 5px 5px 5px 15px;
	background: #ebf0f5  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finfo-up.png') 30px 45% no-repeat;
	text-align: center;
	width: 100px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	color: #e52244;
	border: 1px solid #e52244;
	/* border-radius: 5px; */
	opacity: 0.8;
}
.news-list .preview_picture {
	border: 1px solid #ccc;
	/* border-radius: 5px; */
}
.slide-name {
	font-size: 2em;
	font-weight: bold;
	margin-top: 30px;
}

#zakazat-button {
	width: 350px; 
	margin: 0 auto; 
}


#zz{
	width: 306px; 
	position: absolute; 
	top:-5px; 
	right: -10px; 
 	z-index: 999;
    line-height: 15px;
}

#lquote, #rquote {
	display: none;
}

.slideshow {
	width: 800px;
}

div#address-home {
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 18px;
    color: #458fc7;
    font-weight: 500;
    text-shadow: 0 0 9px #021b2e;
}

@media screen and (max-width: 480px) {
	.top-search {
		display: none;
	}
}
.top-search {
    position: absolute;
    left: 0;
    top: 115px;
}

.top-search form input[type="text"] {
    background: none;
    text-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 180px;
}

.top-search [name="search-btn"] {
    background: none;
    box-shadow: none;
    margin: 0;
    height: 25px;
    transition: 0.4s ease-out;
    padding: 0 10px;
    width: 30px;
}

.top-search {
    border: 1px solid #0a3a5d;
    /* border-radius: 30px; */
    outline: none;
    padding: 0px 20px;
    padding-right: 0;
}

.top-search:hover {
    border: 1px solid #afd8ed;
    /* border-radius: 30px; */
     /* ÐŸÑƒÐ½ÐºÑ‚Ð¸Ñ€Ð½Ð°Ñ Ñ€Ð°Ð¼ÐºÐ° */
}

.top-search [name="search-btn"]:hover {
    background: none;
    box-shadow: none;
    outline: none;
    text-shadow: none;
    color: #fff;
    border: 1px solid rgba(156, 213, 241, 0.59);
    /* border-radius: 40px; */
}

.top-search .search-form input[type="submit"] {
	position: relative;
    background: none;
    box-shadow: none;
    margin-top: 0;

}

.top-search .search-form input[type="submit"]:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: -5px;
    content: "\f007";
}
.top-search .search-form input[type="submit"]:hover {
    background: none;
    box-shadow: none;
}
.search-form{
	margin-top: 50px;
}
.top-search i{
	position: absolute;
	right: 8px;
	top: 3px;
	pointer-events: none;
}

.top-search.active {
    border: 1px solid #b1d8ed;
}

.cont-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cont-block {margin-top: 25px;margin-bottom: -20px;}

.cont-block > div {
    margin: 20px;
    flex: 1;
}

a.subscribe-btn {
    background:  url(http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Finput-bg.png) 0 100% repeat-x;
    /* border-radius: 10px; */
    border: none;
    box-shadow: 0 2px 10px #000;
    color: #95d4f3;
    text-shadow: -1px -1px 3px #000;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer!important;
    display: block;
    margin: 5px;
}

a.subscribe-btn:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

div#subscribe {
    max-width: 980px;
    margin: auto;
    position: relative;
}

.wide-img-index {
    overflow: hidden;
    /* border-radius: 15px; */
    display: inline-block;
    box-shadow: inset 0 0 49px 4px #333
}

.wide-img-index a {
    display: block;
}

.wide-img-index img {
    vertical-align: middle;
   position: relative;
   z-index: -2
}

.blog_header{
	font-size: 2em;
	font-weight: bold;
	color: #0871b3;
    text-align: left;
}
#zz p{
	margin: 12px;
}

/* -- new footer */

.footer_cast{
    display: flex;
        margin: 0 auto;
    width: 1150px;
}      
.footer_cast .footer_itm{
    position:relative;
    width: 280px;
    height: auto;
    margin: 5px;
    padding-bottom: 10px;
    border:1px solid #3f5f8c;
}
.footer_cast .footer_itm p{
    text-align: center;
}

.footer_cast .slog{
	text-align: center;	
    font-size: 20px;
    margin-bottom: 20px;
}
.footer_cast .footer_itm ul{
	text-align: center;
	list-style-type: none;
	padding: 0;
}
.footer_cast .footer_itm ul li{
	margin: 10px;
}
.footer_itm .phone_fot{
}
.footer_itm .phone_fot b:nth-child(3){
	margin-left: 63px;
}
.footer_itm .phone_fot b:last-child{
	margin-left: 63px;
}
.foot_adr{
	text-align: left!important;
	margin:0!important;
	margin-left: 45px!important;
}
.foot_adr li{

}
.foot_adr p{
	text-align: left!important;
}
	.uslugi{
		display: flex;	
	}
	.uslugi .items_usl{
		width: 270px;
		margin:10px;
		text-align: center;
	}
	.uslugi .itm_slogan{
		margin-top: 20px;
		font-size: 18px;
	}
	.uslugi .itm1{
		background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fit1.png') no-repeat center;
		width: 250px;
		height: 155px;
	}
	.uslugi .itm2{
		background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fit2.png') no-repeat center;
		width: 250px;
		height: 155px;
	}
	.uslugi .itm3{
		background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fit3.png') no-repeat center;
		width: 300px;
		height: 155px;
	}
	.uslugi .itm4{
		background:  url('http://web-arhive.ru/view2?time=20180606101712&url=https%3A%2F%2Finvest-audit.ru%2Fbitrix%2Ftemplates%2Finvest%2Fimages%2Fit4.png') no-repeat center;
		width: 250px;
		height: 155px;
	}
	.content_map{
        position: relative;
    }
 	.movl {
    	margin: 65px 0 0;
	    width: 350px;
	    height: 350px;
	    /* border-radius: 50%; */
	    background:rgba(0, 39, 67, 0.8) url(/bitrix/templates/invest/images/logo-invest_maps.png) 50% 0 no-repeat;
	    padding: 140px 40px 0;
	    box-sizing: border-box;
	    color: #fff;
	    font-size: 17px;
	    text-align: center;
	}
	.fright {
	    position: absolute;
	    right: 80px;
	    top:-40px;
	} 
	.quest_block{
		text-align: center;
		margin-top: 50px;
    	margin-bottom: 60px;
	}
	.quest_block p{
		text-align: center;
    	font-size: 30px;
	}
	.quest_block a{
    	text-decoration: none;
	    padding: 12px 60px;
	    background: #ffda00;
	    /* border-radius: 10px; */
	    color: #000;
	    font-weight: 600;
	    font-size: 18px;
	}
	.quest_block a:hover{
		    background: #94d3f0;
		    cursor: pointer;
	}
	.inform{
		display: flex;
		width: 1150px;
	}
	.rev{
		width: 650px;
	}
	.new{
		width: 500px;
	}
	.banner_glav{
		text-align: center;
    	margin-top: 40px;
	}
	.fancybox-content {
		color: #333;
	}
	.fancybox-outer, .fancybox-inner {
		position: absolute;
	}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
	div.mainmenu {
		margin-top: 0!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.display__mobile-menu {
		position: static;
	}
	.banner__menu-mobile {
		background-color: #22507d;
	}
	div.mainmenu {
		margin-top: 0!important;
		padding: 15px 0;
	}
	div.mainmenu ul {
		flex-direction: row;
	}
	div.mainmenu li {
		padding: 0 15px;
		width: 49%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
	.rainbow__unscrolled {
		position: static!important;
		top:0;
		left:0;
		margin: 0 auto!important;
		width: 70%;
	}
	.rainbow__scrolled {
		position: static!important;
		top:0;
		left:0;
		margin: 0 auto!important;
		width: 70%;
	}

div.mainmenu li {
		padding: 0 5px;
	}

	.header__top_panel {
		position: sticky;
		top: 0;
		height: auto;
	}

	.col-md-2 {
		padding-left: 0!important;
		padding-right: 0!important;
		text-align: center;
	}

	.contact-line__phone-link-scrolled {
		font-size: 0.8rem;
	}
}

@media screen and (min-width: 481px) and (max-width: 800px) {
	#header {
		background-position: 36% -55px;
	}
	#header #zz {
		right: -30px;
	}
	#header #logo-link {
		left: 30%;
	}
	#header .top-search {
		padding: 0;
	}
	div.mainmenu {
		height: 100%;
	}
	div.mainmenu #top-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	div.mainmenu li {
		padding: 0 17px;
	}
	div.mainmenu li ul {
		margin-left: -15px;
	}
	.slideshow + div {
		text-align: center;
	}
	.uslugi {
		flex-wrap: wrap;
		align-items: center;
	}
	#content {
		width: 100%;
	}
	#content .inform {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.inform .new, .inform .new .novostiy,
	.inform .rev, .inform .rev .reviews_block, .rev .reviews_block .slider_reviews {
		width: 100%;
	}
	.inform .rev .reviews_block {
		margin-bottom: 20px;
	}
	.reviews_block .left {
		left: 25%;
		top: auto;
		bottom: -25px;
	}
	.reviews_block .right {
		left: 50%;
		top: auto;
		bottom: -25px;
	}
	#map {
		width: 100% !important;
	}
	#footer #copyright, #footer #copyright .footer_cast {
		width: 100%;
	}
	#footer #copyright .footer_cast {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.header__top_panel {
		position: sticky;
		top: 0;
		height: auto;
	}

	.top__social-links {
		text-align: center;
	}
	.rainbow__unscrolled {
		position: static!important;
		top:0;
		left:0;
		margin: 0 auto!important;
		width: 70%;
	}
	.rainbow__scrolled {
		position: static!important;
		top:0;
		left:0;
		margin: 0 auto!important;
		width: 70%;
	}
	.banner__contact-line {
		flex-direction: column;
	}
	.map__form {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		right: 0;
	}
	#main {
		padding-top: 0;
	}
	.main__heading {
		display: none;
	}
	.form-text__paragraph {
		font-size: 1.2rem;
	}
	.banner__contact-row {
		padding: 15px 0;
	}
	.banner__form-row {
		padding: 10px 0;
	}
	.company__map {
		overflow: hidden;
	}
	img.company__map-image {
		width: 200%;
	}
	.reviews__item {
		width: 290px!important;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.item__top {
		flex-direction: column;
	}
	.item__bottom {
		flex-direction: column;
	}
	.top__image {
		margin-bottom: 10px;
	}
	.prev__arrow {
		top: 50%;
	}
	.next__arrow {
		bottom: 45%;
	}
	.blog-last-post-wp {
		flex-direction: column;
	}
	.aboutmenu li {
		width: 43%!important;
	}
	.right-bordered {
		width: 100%;
	}
	.inputtext {
		width: 100%!important;
	}
	.career form[name="SIMPLE_FORM_21"] input[type="submit"] {
		width: 100%!important;
	}
	#materials-list {
		padding-left: 0;
		padding-right: 0;
	}
	.news-list {
		padding-left: 10px;
		padding-right: 10px;
	}
	.display__mobile-menu {
		position: static;
	}
	.banner__menu-mobile {
		background-color: #22507d;
	}
	div.mainmenu {
		margin-top: 0!important;
		padding: 15px 0;
	}
	div.mainmenu ul {
		flex-direction: row;
	}
	div.mainmenu li {
		padding: 0 15px;
		width: 49%;
	}
}

@media screen and (max-width: 480px) {
	#wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#header {
		height: 100%;
	}
	#header #zz {
		position: relative;
		top: 80px;
		margin-bottom: 60px;
	}
	#header #zz .form {
		top: 114px !important;
	}
	div.mainmenu {
		height: 100%;
	}
	div.mainmenu #top-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	div.mainmenu li {
		padding: 0 17px;
	}
	div.mainmenu li ul {
		margin-left: -15px;
	}
	#lpart {
		width: 100%;
		padding-right: 20px;
	}
	#entry {
		padding-right: 20px;
	}
	.slideshow {
		width: 100% !important;
		height: auto;
	}
	.slideshow .slide {
		position: relative;
		height: 100%;
		padding: 1px 20px 20px 175px !important;
	}
	.slideshow .arrow-left, .slideshow .arrow-right {
		display: none;
	}
	.slideshow + div {
		text-align: center;
	}
	.uslugi {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	#content {
		width: 100%;
	}
	#content .inform {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.inform .new, .inform .new .novostiy,
	.inform .rev, .inform .rev .reviews_block, .rev .reviews_block .slider_reviews {
		width: 100%;
	}
	.inform .rev .reviews_block {
		margin-bottom: 20px;
	}
	.reviews_block .left {
		left: 25%;
		top: auto;
		bottom: -25px;
	}
	.reviews_block .right {
		left: 50%;
		top: auto;
		bottom: -25px;
	}
	.reviews_block .slick-initialized .slick-slide {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#content #map {
		width: 100% !important;
	}
	#footer #copyright, #footer #copyright .footer_cast {
		width: 100%;
	}
	#footer #copyright .footer_cast {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
}

div.mainmenu li:not(.selected):hover a {
	color: #ffffff!important;
}


/* стили для страницы Аудиторская проверка
бухгалтерской отчетности*/


ul, li{
	padding: 0;
	margin: 0;
}

.container-audit{
	width:100%;
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

.audit-accounting-statements{
    font-size: 20px;
    line-height: 30px;
}

.assessment-court{
	font-size: 20px;
    line-height: 30px;
}

.nalog-audit{
	font-size: 20px;
    line-height: 30px;
}

.block-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom: 25px;
    color: rgba(34, 80, 125, 1);
}

.aud-block{
    margin-bottom: 90px;
}

.audit-acc-st__is{
	margin-top: 70px;
}

.audit-acc-st__is-block{
    display: flex;
    justify-content: space-between;
}

.audit-acc-st__is-item{
    width: calc(33% - 30px);
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px rgba(34, 80, 125, 0.15);
}


.audit-acc-st__second-block{
    display: flex;
    justify-content: space-between;
}

.audit-acc-st__second-block ul{
    width: calc(50% - 34px);
}

.audit-acc-st__second-block ul li{
    position: relative;
    right: -43px;
    list-style-type: none;
    margin-bottom: 20px;
	position: relative;
}

.audit-acc-st__second-block ul li:after{
	content:"";
	width:24px;
	height: 24px;
	position: absolute;
	left: -40px;
	top: 2px;
	background: url(/local/templates/invest/../../../../local/assets/img/li-dot.svg);
	background-size: cover;
}

.audit-acc-st__how-top{
    margin-bottom: 30px;
}

.audit-acc-st__how-item{
    display: flex;
    margin-bottom: 40px;
}

.audit-acc-st__how-item:last-child{
    margin-bottom: 0;
}


.audit-acc-st__how-item-l{
    background-color: #F4F6F8;
    padding: 30px;
}

.audit-acc-st__how-item-l .one{
    color: #22507D;
    font-weight: 700;
    margin-bottom: 10px;
}

.audit-acc-st__how-item-l .one span:first-child{
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    margin-right: 10px;
}

.audit-acc-st__how-item-l .two{
    color: #212529;
    font-weight: 700;
    margin-bottom: 10px;
}

.audit-acc-st__how-item-l .three{
    color: #777777;
    font-size: 13px;
    line-height: 20px;
}

.audit-acc-st__how-item-r{
    padding: 30px
}

.audit-acc-st__how-item-r-list{
    margin-bottom: 5px;
}

.audit-acc-st__how-item-r-list li{
    margin-bottom: 10px;
}

.audit-acc-st__experts-wrapper{
    padding-top: 90px;
    background-color: #F4F6F8;
}

.audit-acc-st__experts-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.audit-acc-st__experts-item{
    width: calc(50% - 15px);
    margin-bottom: 40px;
}

.audit-acc-st__experts-item-title{
    font-weight: 700;
    margin-bottom: 15px;
}

.audit-acc-st__how-item-l{
	width: 265px;
}

.audit-acc-st__how-item{
	box-shadow: 0px 15px 40px rgba(34, 80, 125, 0.15);
}

.audit-acc-st__how-item-r{
	width: calc(100% - 265px);
}

.audit-acc-st__result-list-item{
	display: flex;
}

.audit-acc-st__result-list-item div:first-child{
	width: 25px;

	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color:rgba(34, 80, 125, 1);
	margin-right: 15px;
}


/*Стили формы*/

.audit-acc-st__form-wrapper{
	background: url("/local/templates/invest/../../../../local/assets/img/form-back.png");
	background-color: rgba(23, 64, 104, 1);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

.audit-acc-st__form-block h2{
	font-size: 42px;
	font-weight: 700;
	line-height: 51px;
	letter-spacing: 0em;
	margin-bottom: 25px;
	text-align: center;
	color: #ffffff !important;
}

.audit-acc-st__form{
	width:555px;
	margin: 0 auto;
}

.audit-acc-st__form input{
	width:100%;
	background-origin: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	border: none;
	font-size: 16px !important;
	line-height: 20px !important;
}

.audit-acc-st__form p{
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 20px;
	color: #ffffff;
}

.audit-acc-st__form p a{
	text-decoration: underline;
	color: #ffffff;
}

.audit-acc-st__form-button{
	display: flex;
	justify-content: center;
}

.audit-acc-st__form button{
	padding: 17px 40px;
	background-color: #A52424;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 auto;
}

.audit-acc-st__experts-wrapper{
	padding-bottom: 50px;
}

.audit-acc-st__second-block ul li{
	list-style: none;
}

.audit-acc-st__experts-wrapper .block-title{
	margin-bottom: 40px;
}

/*header*/
.n-header-top-wrapper{
	background-color: #22507D;
}

.n-header-top{
	padding:15px 0 8px;
	display: flex;
	justify-content: space-between;
}

.n-header-top_info-l{
	margin-right: 10px;
}

.n-header-top_info .info-top{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 3px;
}

.n-header-top_info-r .info-bottom{
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}

.n-header-top_call a{
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;	
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	margin-right: 20px;
}

.n-header-top_call .button{
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	padding: 15px 20px;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background-color: rgba(165, 36, 36, 1);
	text-transform: uppercase;
}

.n-header{
	color: #ffffff;
}

.n-header-nav{
	display: flex;
	justify-content: space-between;
}

.n-header-nav:hover{
	color:#ffffff !important;
}

.n-header-nav a{
	color:#ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.n-header-nav-wrapper{
	padding: 13px 0;
	background-color: #174068;
}


/*Нижняя часть хедера*/

.n-header__bottom-wrapper{
	padding: 16px 0 65px;
	background-color: #22507D;
	background: url("/local/templates/invest/../../../../local/assets/img/head_bott_back.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1.n-header__bottom-title{
	font-size: 42px;
	font-weight: 700;
	line-height: 51px;
	color: #ffffff !important;
	margin-bottom: 20px;
}

.n-header__bottom-info{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.n-header__bottom-button{
	padding: 20px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	background-color: #A52424;
	border: none;
}

.n-header-top{
	display: flex;
	align-items: center;
}

.feat-eval-exp-item__info{
	display: none;
}

.feat-eval-exp-item__info-opened{
	display: block;
}

.open-close{
	width: 50px;
	height: 50px;
	border: 1px solid rgba(34, 80, 125, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color:#F4F6F8;
}

.open-close-opened{
	background-color:#22507D;
}

.open-close-svg{
	transform: rotate(0deg);
	transition: 0.3s;
}


.open-close-opened__svg{
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.3s;
}

.open-close-svg-path{
	fill:#22507D;
}

.open-close-opened__svg-path{
	fill: #ffffff;
}

.feat-eval-exp-item__top>div:first-child{
	width:calc(100% - 80px);
}

.nalog-audit .forens-exam__certification-item{
	font-weight: 700;
}

.forens-exam__certification{
	margin-bottom: 60px;
}

.n-header-top_info{
	display: flex;
}

.n-header-top_info-l img{
	position: relative;
	top:-3px;
}

.n-header__bottom-info{
	margin-bottom: 35px;
}

.n-header-nav-block-burger{
	display: none;
	background-color: #174068;
	height: 100%;
	padding: 0 20px;
	position: absolute;
	right: -20px;
	top: 0;
	cursor: pointer;
}

.n-header-top{
	position: relative;
}

.n-header-nav-block-burger>div>div{
	width: 40px;
	height:3px ;
	background-color: #ffffff;
}

.n-header-nav-block-burger>div>div:nth-child(2){
	margin: 5px 0;
}

.breadcrumbs{
	margin-bottom: 33px;
}

/*Оценка для суда и судебная экспертиза*/

.forens-exam__certification{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.forens-exam__certification-item{
	width: calc(100%/3 - 15px);
	box-shadow: 0px 15px 40px rgba(34, 80, 125, 0.15);
	background-color: #ffffff;
	padding: 30px;
	margin-bottom:30px;
	background-color:#F4F6F8 ;
}

.forens-exam__certification-block{
	margin-bottom: 60px;
}

.forens-exam__feat-eval-exp-item{
	box-shadow: 0px 15px 40px rgba(34, 80, 125, 0.15);
	padding: 30px 30px 40px 30px;
	margin-bottom: 30px;
	max-width: 850px;
}


.feat-eval-exp-item__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

.feat-eval-exp-item__top>div:first-child{
	font-size: 24px;
	font-weight: 700;
	line-height: 31px;
	letter-spacing: 0em;
	margin-right: 20px;
	color: rgba(34, 80, 125, 1);
}

/*
.feat-eval-exp-item__top>div:last-child{
	width: 50px;
	height: 50px;
	border: 1px solid rgba(34, 80, 125, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
*/


.audit-acc-st__is-item-bottom{
	display: flex;
}

.audit-acc-st__is-item-bottom a{
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
}

.n-header-nav a:hover{
	color:#ffffff;
}

.n-header__bottom-button{
	text-transform: uppercase;
}

.audit-acc-st__how-item-r-list li{
	padding-left: 10px;
}

.p-t-70{
	padding-top: 70px;
}

.breadcrumbs{
	display: flex;
}

.breadcrumbs li{
	list-style:none;
}

.breadcrumbs li a{
	color: rgba(0, 123, 255, 1);
}

.breadcrumbs li:last-child a{
	color: rgba(255, 255, 255, 1);
}

.breadcrumbs-arrow p{
	position: relative;
	width: 10px;
	height:100% ;
	margin: 0 15px;
}

.breadcrumbs-arrow p:after{
	content: "";
	width: 6px;
	height: 10px;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 1px);
	transform: translate(-50%, -50%);
	background: url(/local/templates/invest/../../../../local/assets/img/str-bread.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.audit-acc-st__result-list-item{
	margin-bottom: 20px;
}

.audit-acc-st__second-block-l li:last-child{
	margin-bottom: 0;
}

.audit-acc-st__second-block-r li:last-child{
	margin-bottom: 0;
}

.audit-acc-st__second-block-l,
.audit-acc-st__second-block-r{
	margin-bottom: 0;
}

.m-w-745{
	max-width: 745px;
}

.audit-acc-st__second-block-l li{
	width: calc(100% - 40px);
}

.audit-acc-st__second-block-r li{
	width: calc(100% - 40px);
}

.m-w-850px{
	max-width: 850px;
}

.feat-eval-exp-item__info{
	padding-top: 20px;
}

.n-header-top_info{
	position: relative;
	left: 50px;
}

.audit-acc-st__form input{
	height: 50px;
}

.forens-exam__feat-eval-exp-item:last-child{
	margin-bottom: 0;
}

.audit-acc-st__how.aud-block.forens-exam__certification-block{
	margin-bottom: 90px;
}

.ma-wi-745{
	max-width: 745px;
}

.f-s-20p{
	font-size: 20px;
}

.audit-acc-st__how-item-r-list li{
	list-style: none;
	position: relative;
	padding-left: 40px;
}

.audit-acc-st__how-item-r-list li:after{
	content: "";
	width:4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top:13px;
	left: 15px;
}

.d-block-480{
	display: none;
}

.block-768-480{
	display: none;
}

.audit-acc-st__is-item{
	width: calc(100%/3 - 15px);
}

.audit-acc-st__is-item{
	font-size: 20px;
	line-height: 30px;
}

.forens-exam__certification-item{
	font-size: 18px;
	line-height: 24px;
}

.forens-exam__certification.fo-sz-20p .forens-exam__certification-item{
	font-size: 20px;
	line-height: 30px;
}

.audit-acc-st__second-block ul{
	width: calc(50% - 25px);
}

.audit-acc-st__second-block-r{

	padding-left: 30px;
}

.n-header-nav__link-wrap{
	position: relative;
}

.n-header-nav__link-mod{
	width: 365px;
	z-index: 500;
	background-color:#22507d;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 47px;
	left: -15px;

	display: none;
	transition: 0.3s;
}

.n-header-nav__link-mod li{
	width: 49%;
	padding: 10px;
	list-style: none;
	color: #ffffff;
	line-height: 17px;
}

.n-header-nav-wrapper{
	padding: 0;
}

.n-header-nav__link-wrap{
	padding: 13px 0
}

.n-header-nav__link-wrap:hover .n-header-nav__link{
	text-decoration: underline;
}

.n-header-nav__link-wrap:hover .n-header-nav__link-mod{
	display: flex;
	transition: 0.3s;
}

.n-header-nav__link-mod:hover{
	display: flex;
	transition: 0.3s;
}

@media(max-width:981px){
	.audit-acc-st__second-block-r{
		padding-left: 0px;
	}

	.audit-acc-st__second-block-l li:last-child{
		margin-bottom: 20px;
	}

	.n-header-top_info{
		display: none;
	}

	.audit-acc-st__is-block{
		flex-wrap: wrap;
	}

	.audit-acc-st__is-item{
		width:100%;
		margin-bottom: 10px;
	}

	.audit-acc-st__second-block{
		flex-wrap: wrap;
	}

	.audit-acc-st__second-block-l{
		width:100%;
		margin-bottom: 0;
	}

	.audit-acc-st__second-block-r{
		width: 100%;
		margin-bottom: 0;
	}

	.audit-acc-st__second-block ul{
		width: calc(100% - 34px);
	}

	.audit-acc-st__experts-block{
		flex-wrap: wrap;
	}

	.audit-acc-st__experts-item{
		width:100%;
		margin-bottom: 30px;
	}

	.n-header-nav-block-burger{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.n-header-top{
		padding: 10px 0;
	}

	.n-header-top{
		padding-right: 70px;
	}

	.breadcrumbs{
		margin-bottom: 95px;
	}

	.n-header-nav-wrapper{
		display: none;
	}

	nav.n-header-nav{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.n-header-nav__link-wrap{
		width: calc(50% - 10px);
	}

}


@media(max-width:768px){
	.n-header__bottom-wrapper{
		padding-bottom: 210px;
		background: url(/local/templates/invest/../../../../local/assets/img/intro-mob-back.png);
		background-size: cover;
	}

	.audit-acc-st__second-block-l li:last-child{
		margin-bottom: 20px;
	}

	.audit-acc-st__how-item-r-list li{
		font-size: 16px;
		line-height: 24px;
	}

	.audit-acc-st__how-item-r-result{
		font-size: 16px;
		line-height: 24px;
	}

	.audit-acc-st__how-item-l{
		width:226px;
	}

	.audit-acc-st__how-item-r{
		width: calc(100% - 226px);
	}

	.audit-acc-st__how-item-l{
		padding-right: 1px;
	}

	.block-768-480{
		display: block;
	}

	.audit-acc-st__how-item-r-list li{
		padding-left: 30px;
	}

	.audit-acc-st__how-item-r-list li:after{
		top: 10px;
    	left: 13px;
	}

	.block-max-768{
		display: none;
	}

	.audit-acc-st__second-block ul{
		width:100%;
	}

	.forens-exam__certification-item{
		width:calc(50% - 10px);
	}

	.audit-acc-st__form{
		width:604px;
	}

	.n-header-top{
		padding-right: 60px !important;
	}
}

@media(max-width:767px){
	.audit-acc-st__how-item{
		flex-wrap: wrap;
	}

	.audit-acc-st__how-item-l{
		width:100%;
	}

	.audit-acc-st__form{
		width:100%;
	}

	.n-header-top_call{
		display: none;
	}

	.audit-acc-st__how-item-r{
		width:100%;
	}

	.d-non-767{
		display: none;
	}
}

@media(max-width:480px){

	.block-768-480{
		display: none;
	}

	.audit-acc-st__second-block ul li{
		margin-right: 0 !important;
	}

	.audit-acc-st__how.aud-block.forens-exam__certification-block{
		margin-bottom: 70px;
	}

	.breadcrumbs{
		margin-bottom: 105px;
	}

	.breadcrumbs{
		font-size: 13px;
		line-height: 16px;
	}

	.audit-acc-st__how-item-r-list li,
	.audit-acc-st__how-item-r-result{
		font-size: 16px;
		line-height: 24px;
	}

	h1.n-header__bottom-title{
		font-size: 28px;
		line-height: 35px;
	}

	.n-header__bottom-info{
		font-size: 16px;
		line-height: 24px;
	}

	.n-header__bottom-wrapper{
		padding-bottom: 150px;
	}

	.audit-acc-st__form-block h2{
		font-size:28px ;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.audit-acc-st__form p{
		margin-bottom: 25px;
	}

	.audit-acc-st__second-block ul{
		width:100%;
	}
	
	.audit-acc-st__how-item{
		margin-bottom: 20px;
	}

	.audit-acc-st__how-item-r-list li{
		padding-left: 24px;
	}

	.audit-acc-st__how-item-r-list li:after{
		left: 9px;
		top: 11px;
	}

	.feat-eval-exp-item__top>div:first-child{
		font-size: 20px;
		line-height: 26px;
	}

	.feat-eval-exp-item__info{
		font-size: 16px;
		line-height: 24px;
	}
}

@media(max-width:376px){
	.d-block-480{
		display: block;
	}

	.block-max-375{
		display: none;
	}

	.forens-exam__certification-item{
		padding-right: 5px;
	}
}

@media(max-width:768px){

}

@media(max-width:480px){
	.forens-exam__certification-item{
		width: 100%;
	}
}

@media(max-width:374px){
	.n-header__bottom-button{
		padding: 16px;
	}
}
.n-header-top_logo{
	width: 100%;
	max-width: 263px;
}
.n-header-top_logo img{
	width: 100%;
}
#banner{
	margin-top: -1px;
}
.banner__contact-row.row{
	display: none;
}
.popup_after_form-submit{
	display: none;
}
.popup_after_form-submit.active{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.popup_after_form-submit div{
	font-size: 2rem;
	color: #fff;
	line-height: 1.5;
}
.n-header__bottom-button{
	display: block;
	width: 291px;
}
.banner__menu-mobile-brand{
	display: none;
}
.banner__menu-mobile-hamburger{
	display: none;
}
.audit_flex-d-c{
	flex-direction: column;
}
.audit_flex-d-c .audit-acc-st__is-item{
	width: 100%;
	margin-bottom: 30px;
}
.audit_flex-d-c ul{
	margin-top: 20px;
}

/*Облако-тэгов начало*/
.tags_cloud{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	height: 377px;
	background: url('/local/assets/img/bg_tags.png');
}

.tags_cloud_wrapper_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.tags_title{
	font-size: 42px;
	line-height: 51px;
	margin-bottom: 35px;
}

.tags_wrapper_items{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags_wrapper_items .tag_item{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid #FFFFFF;
	border-radius: 5px!important;
}
.tags_wrapper_items .tag_item:last-child{
	margin-right: 0;
}


.tags_wrapper_items .tag_item a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.tag_item a:hover{
	color: #FFFFFF;
}

@media (max-width: 1200px){
	.tags_wrapper_items .tag_item{
		padding: 15px 10px;
	}
}


@media (max-width: 768px){


	.tags_wrapper_items .tag_item{
		padding: 15px 10px;
	}

	.tags_wrapper_items{
		gap: 8px;
	}
	.tags_cloud{
		height: 700px;
		background: url('/local/assets/img/bg_tags_tablet.png');
	}
}

@media (max-width: 375px){

	.tags_wrapper_items .tag_item{
		padding: 15px 10px;
	}

	.tags_title{
		font-size: 28px;
		line-height: 34px;
	}

	.tags_cloud{
		height: 620px;
		background: url('/local/assets/img/bg_tags_mobile.png');
	}
}
/*конец*/

/*Редизайн формы на главной*/
.index_main .form__banner-zayavka{
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	white-space: nowrap;
	margin-left: -30px;
}

.index_main form[name="SIMPLE_FORM_16"]{
	display: flex;
	flex-direction: column;
}

.index_main form[name="SIMPLE_FORM_16"] input{
	width: 100%;
	height: 50px;
	margin-bottom: 0;
}

.index_main form[name="SIMPLE_FORM_16"] textarea{
	height: 50px;
}

.index_main form[name="SIMPLE_FORM_16"] .form-check a {
 display: inline-block;
}

.index_main form[name="SIMPLE_FORM_16"] .form-check{
	padding: 0 10px 0 10px;
	text-align: center;
	margin: 0;
}

.index_main .hidden{
	display: none;
}

.index_main form[name="SIMPLE_FORM_16"] input[type=submit].btn-block{
	width: auto;
	margin: 0 auto;

}

.index_main .form-group img {
	margin-bottom: 1rem;
}

#banner input:focus, #banner textarea:focus {
	color: #000 !important;
}

#banner.index_main{
	background: url("/local/templates/invest/./images/form-deskt.png");
}


@media(max-width: 1200px){
	.col-md-6.index_main {
		max-width: 100%;
	}

	.index_main .form__banner-zayavka {
		margin-left: 0;
	}
}


@media(max-width: 768px){
	#banner.index_main{
		background: url("/local/templates/invest/./images/form-tablet.png");
	}

	.index_main .form__banner-zayavka{
		font-weight: 700;
		margin-left: 0;

	}

	.index_main .col-md-6.index_main {
		 max-width: 100%;
	}


	.index_main .col-md-6.index_main form{
		max-width: 604px;
		margin: 0 auto;
	}

	.index_main form[name="SIMPLE_FORM_16"] .form-check {
		text-align: center;
		padding: 0 40px 0 40px;
	}
}

@media(max-width: 560px){
	#banner.index_main{
		background: url("/local/templates/invest/./images/form-mobile.png");
	}

	.index_main .form__banner-zayavka{
		white-space: normal;
		text-align: center;
		font-size: 28px;
		line-height: 34px;
	}

	.index_main form[name="SIMPLE_FORM_16"] .form-check {
		text-align: center;
		width: auto;
		padding: 0 10px 0 10px;
	}
}


@media(max-width: 375px){
	.index_main .form__banner-zayavka{
		white-space: normal;
		text-align: center;
		font-size: 28px;
		line-height: 34px;
	}

	.index_main .col-md-6.index_main {
		max-width: 100%;
	}

	.index_main .col-md-6.index_main form{
		max-width: 335px;
		margin: 0 auto;
	}


	.index_main form[name="SIMPLE_FORM_16"] .form-check {
		text-align: center;
		width: 335px;
		padding: 0;
	}

	.index_main form[name="SIMPLE_FORM_16"] .form-check .form-check-label{
		font-weight: 400;
		font-size: 13px;
		line-height: 16px;
		text-align: center;
	}
}


/*Редизайн формы на главной Конец*/



/*
.nalog-audit .forens-exam__certification-item{
	font-weight: 700;
}
*/


/* End */
/* /js/fancybox/jquery.fancybox.css */
/* /js/slick/slick.css */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css */
/* /bitrix/templates/invest/components/bitrix/menu/mainmenu/style.css */
/* /bitrix/templates/invest/components/bitrix/menu/slideshow/style.css */
/* /bitrix/templates/invest/styles.css */
/* /bitrix/templates/invest/template_styles.css */
/* End */
/* /local/templates/invest/src/css/main.css?175032373324902 */
/* /js/jquery.fancybox.min.css?174851280514065 */
/* /js/slick/slick.css?17485128051729 */
/* /js/slick/slick-theme.css?17485128053145 */
/* /local/templates/invest/components/bitrix/menu/mainmenu_new/style.css?17485128051931 */
/* /local/templates/invest/styles.css?17485128052872 */
/* /local/templates/invest/template_styles.css?174851280562236 */
