

/* Start:/mv-vrm/css/style.css?17277703448530*/
header.header,
footer.footer,
h1
{
    display: none;
}
main.main{
    margin-top: 0;
    background-color: #006279;
    background-image: url('/mv-vrm/css/../img/bg2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.booklet-hero {
    padding-top: 100px;
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.booklet-hero__summary{
    flex: 1;
}
.booklet-hero__image {
    flex: 0 0 550px;
}
.booklet-hero__logo {
    margin-bottom: 46px;
}
.booklet-hero__logo img {
    width: 280px;
    height: auto;
}
.booklet-hero__title {
    font-size: 3.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 45px;
}
.booklet-hero__text {
    font-size: 2.28rem;
    width: 800px;
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 60px;
}
.booklet-hero__list ul:not(.ul-clean){
    width: 860px;
    max-width: 100%;
    font-size: 1.92rem;
    font-weight: 700;
    line-height: 1.16em;
}
.booklet-hero__list ul:not(.ul-clean) li{
    margin-bottom: 0.8em;
    padding-left: 1.4em;
}
.booklet-hero__list ul:not(.ul-clean) li:before {
    width: 11px;
    height: 11px;
    left: 4px;
    top: 0.35em;
}


.booklet-benefits {
    padding: 20px 0;
    background-color: rgba(50, 205, 220, 0.5);
    margin-bottom: 65px;
}
.booklet-benefits__inner {
    display: flex;
    justify-content: space-between;
}
.booklet-benefits__item {
    flex: 0 0 auto;
    font-size: 2.28rem;
    line-height: 1.15;
}
.booklet-benefits__delimiter {
    flex: 0 0 1px;
    background-color: #fff;
}


.booklet-list {
    margin-bottom: 100px;
}
.booklet-list__item {
    margin-bottom: 27px;
}
.booklet-list__title {
    font-size: 2.27rem;
    line-height: 1.2;
}

.booklet-list ul:not(.ul-clean){
    margin: 0;
    width: 1050px;
    max-width: 100%;
    font-size: 1.88rem;
    line-height: 1.16em;
}
.booklet-list ul:not(.ul-clean) li{
    margin-bottom: 0.1em;
    padding-left: 1.4em;
}
.booklet-list ul:not(.ul-clean) li:before {
    width: 11px;
    height: 11px;
    left: 4px;
    top: 0.35em;
}


.booklet-links {
    margin-bottom: 107px;
}
.booklet-links__title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2em;
}
.booklet-links__item {
    border-top: 1px solid #32CDDC;
    font-size: 1.93rem;
    padding: 0.17em;
}
.booklet-links__item:last-child {
    border-bottom: 1px solid #32CDDC;;
}
.booklet-links a:hover{
    text-decoration: underline;
}


.booklet-table {
    margin-bottom: 90px;
}
.booklet-table table{
    width: 100%;
    text-align: center;
    margin: 0;
    border: 0;
}
.booklet-table table tr td,
.booklet-table table tr th{
    width: 163px;
    padding: 30px 20px;
}
.booklet-table table tr td.booklet-table__title-cell,
.booklet-table table tr th.booklet-table__title-cell {
    text-align: left;
    width: 436px;
}


.booklet-table table tr th{
    background: #17253F;
    color: #fff;
    font-weight: 600;
    border-radius: 16px 16px 0 0;
    padding: 16px 20px 14px 20px;
    border: 2px solid transparent;
    overflow: hidden;
    font-size: 1.5em;
    line-height: 1.2;
}
.booklet-table table tr td{
    background: #ECECEC;
    color: #17253F;
    padding: 37px 20px 34px 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 1.6rem;
}
.booklet-table table td:first-of-type,
.booklet-table table th:first-of-type{
    border-left: 0;
}
.booklet-table table td:last-of-type,
.booklet-table table th:last-of-type{
    border-right: 0;
}
.booklet-table table tr th i{
    display: block;
    font-style: normal;
    font-size: 0.85em;
    line-height: 1.3;
}
.booklet-table table tr th.booklet-table__title-cell {
    background: #17253F;
    font-size: 1.75em;
    line-height: 1.2;
}
.booklet-table table tr td.booklet-table__title-cell{
    background: #D2E9EF;
    font-size: 1.7em;
    line-height: 1.2;
}

.booklet-table table tr th span{
    display: block;
    font-size: 16px;
}

.booklet-table table tr tr:hover {
    background-color: inherit;
}

.booklet-table table a:hover{
    text-decoration: underline;
}

.booklet-table__not {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url('/mv-vrm/css/../img/icon-not.png');
    vertical-align: middle;
}
.booklet-table__yes {
    display: inline-block;
    width: 47px;
    height: 35px;
    background-image: url('/mv-vrm/css/../img/icon-yes.png');
    vertical-align: middle;
}
.booklet-table__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #32CDDC;
    margin: -0.2em 0.2em 0 0.2em;

}
.booklet-table__variant {
    padding: 24px 20px 14px 20px;
    font-size: 1.925em;
    font-weight: 600;
    line-height: 1.2;
    background-color: rgba(50, 205, 220, 0.25);
    color: #ffffff;
}
.booklet-hints {
    font-size: 1.71rem;
    line-height: 1.2;
    margin-bottom: 94px;
}
.booklet-hints__star{
    display: inline-block;
    width: 2em;
    flex: 0 0 2em;
}

@media (max-width: 1499px) {
    .booklet-hero__list ul:not(.ul-clean),
    .booklet-list ul:not(.ul-clean),
    .booklet-hero__text{
        width: auto;
    }
    .booklet-hero__image {
        flex: 0 0 400px;
        margin-top: 0;
    }
    .booklet-hero__image img {
        width: 100%;
    }
    .booklet-hero__logo {
        margin-bottom: 20px;
    }
    .booklet-hero__logo img {
        width: 200px;
    }
    .booklet-hero__title {
        font-size: 2.03rem;
        margin-bottom: 26px;
    }
    .booklet-hero__text {
        font-size: 1.15rem;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .booklet-hero__list ul:not(.ul-clean) {
        font-size: 1rem;
    }
    .booklet-hero__list ul:not(.ul-clean) li:before {
        width: 8px;
        height: 8px;
        left: 2px;
        top: 0.55em;
    }
    .booklet-benefits__item {
        flex: 0 0 auto;
        font-size: 1.15rem;
        line-height: 1.15;
    }
    .booklet-benefits {
        padding: 10px 0;
        margin-bottom: 30px;
    }
    .booklet-list {
        margin-bottom: 40px;
    }
    .booklet-list__item {
        margin-bottom: 15px;
    }
    .booklet-list__title {
        font-size: 1.15rem;
    }
    .booklet-list ul:not(.ul-clean) {
        font-size: 1rem;
    }
    .booklet-list ul:not(.ul-clean) li:before {
        width: 8px;
        height: 8px;
        left: 2px;
        top: 0.55em;
    }
    .booklet-links {
        margin-bottom: 50px;
    }
    .booklet-links__title {
        font-size: 1.7rem;
    }
    .booklet-links__item {
        font-size: 1rem;
        padding: 0.17em;
    }
    /**/
    .booklet-table {
        margin-bottom: 45px;
    }
    .booklet-table table tr td,
    .booklet-table table tr th{
        width: 75px;
        padding: 15px 10px;
    }
    .booklet-table table tr td.booklet-table__title-cell,
    .booklet-table table tr th.booklet-table__title-cell {
        width: 475px;
    }
    .booklet-table table tr th{
        border-radius: 10px 10px 0 0;
        padding: 8px 10px;
        font-size: 0.75em;
    }
    .booklet-table table tr td{
        padding: 8px 10px;
        font-size: 0.75rem;
        white-space: nowrap;
        min-width: 70px;
    }
    .booklet-table table tr th i{
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.3;
    }
    .booklet-table table tr th.booklet-table__title-cell,
    .booklet-table table tr td.booklet-table__title-cell{
        font-size: 0.8em;
        white-space: normal;
    }
    .booklet-table table tr th span{
        display: block;
        font-size: 8px;
    }
    .booklet-table__not {
        width: 15px;
        height: 15px;
        background-size: cover;
    }
    .booklet-table__yes {
        width: 23px;
        height: 17px;
        background-size: cover;
    }
    .booklet-table__dot {
        width: 4px;
        height: 4px;
    }
    .booklet-table__variant {
        padding: 12px 10px;
        font-size: 1rem;
    }
    .booklet-hints {
        font-size: 1rem;
        margin-bottom: 50px;
    }

}
@media (max-width: 991px) {
    .booklet-hero{
        padding-top: 50px;
        flex-direction: column;
    }
    .booklet-hero__image {
        flex: 0 0 auto;
    }
}
@media (max-width: 767px) {
    .booklet-hero__image{
        text-align: center;
    }
}
@media (max-width: 575px) {
    .booklet-benefits__inner{
        flex-direction: column;
        gap: 15px;
    }
}
/* End */


/* Start:/local/templates/cbit/components/bitrix/form.result.new/default_feedback/style.css?1690299589780*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/cbit/components/bitrix/form.result.new/default_feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}

table.form-table td
{
	padding: 15px 5px;
}

.captcha-class-error iframe{
	border: 1px solid #dc3545!important;
	border-radius: 5px;
	overflow: hidden;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/cbit/components/bitrix/form.result.new/default_feedback/images/icon_warn.gif);
}
/* End */
/* /mv-vrm/css/style.css?17277703448530 */
/* /local/templates/cbit/components/bitrix/form.result.new/default_feedback/style.css?1690299589780 */
