

/* Start:/local/templates/rinscom2/a/css/vozvrat.css?17129468733418*/
.vozvrat__head {
	background: #FBFCFE;
	border-radius: 10px;
	padding: 27px 10px 145px;
	background-image: url(/local/templates/rinscom2/a/css/../img/vozvrat-back.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 125px;
	margin: 0 0 24px 0;
}

.vozvrat__head-title {
	font-weight: 450;
	font-variation-settings: "wght" 550;
	font-size: 24px;
	line-height: 31px;
	color: #333333;
	margin: 0 0 48px 0;
}

.vozvrat__head-list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.vozvrat__head-item {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 22px 0;
}

.vozvrat__head-itemname {
	font-weight: 450;
	font-variation-settings: "wght" 550;
	font-size: 18px;
	line-height: 23px;
	color: var(--color-blue);
	margin: 0 0 4px 0;
}

.vozvrat__head-itemtext {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

.vozvrat__block {
	border: 1px solid var(--color-blue);
	border-radius: 10px;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.vozvrat__block-name {
	font-weight: 450;
	font-variation-settings: "wght" 550;
	font-size: 18px;
	line-height: 23px;
	margin: 0;
	padding: 13px 40px 13px 22px;
	transition: var(--transition-all);
	position: relative;
	color: #ffffff;
	background-color: var(--color-blue);
}

.vozvrat__block-text {
	display: none;
	padding: 0 40px 13px 22px;
}

.vozvrat__block-name:before {
	content: '+';
	position: absolute;
	top: 12px;
	right: 15px;
	font-weight: 450;
	font-variation-settings: "wght" 550;
	font-size: 24px;
	line-height: 31px;
	transition: var(--transition-all);
}

.vozvrat__block-name.active {
	padding: 23px 40px 13px 22px;
	margin: 0 0 29px 0;
	background-color: #ffffff;
	color: var(--color-blue);
}

.vozvrat__block-name.active:before {
	content: '-';
	top: 17px;
	right: 18px;
}

.vozvrat__block-text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.vozvrat__block-text li {
	padding: 0 0 0 16px;
	margin: 0 0 21px 0;
	position: relative;
}

.vozvrat__block-text li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: var(--color-blue);
	position: absolute;
	left: 0;
	top: 6px;
}

.borderedtext {
	display: inline-block;
	border: 1px solid #4976D2;
	border-radius: 5px;
	padding: 7px 7px;
	color: var(--color-blue);
}

.vozvrat__block-text .nomargin li {
	margin: 0;
}

@media all and (min-width: 1200px) {
	.vozvrat__head {
		padding: 34px 46px 21px;
		background-position: calc(100% - 85px) center;
		background-size: contain;
		margin: 0 0 96px 0;
	}

	.vozvrat__head-title {
		margin: 0 0 25px 0;
	}

	.vozvrat__head-list {
		margin: 0 -30px;
	}

	.vozvrat__head-item {
		width: auto;
		max-width: 320px;
		margin: 0;
		padding: 0 30px;
	}

	.vozvrat__block {
		margin: 0 0 36px 0;
	}

	.vozvrat__block-name {
		padding: 12px 40px 13px 47px;
		font-size: 24px;
		line-height: 31px;
	}

	.vozvrat__block-name:before {
		top: 15px;
		right: 48px;
	}

	.vozvrat__block-name.active {
		padding: 41px 70px 13px 48px;
	}

	.vozvrat__block-name.active:before {
		top: 30px;
		right: 51px;
	}

	.vozvrat__block-text {
		padding: 0 70px 13px 48px;
		font-size: 21px;
		line-height: 27px;
		color: #666666;
	}

	.vozvrat__block-text li {
		padding: 0 0 0 31px;
	}

	.vozvrat__block-text li:before {
		top: 11px;
	}
}
/* End */


/* Start:/local/templates/rinscom2/a/css/contactform.css?17129468736267*/
.contactform {
    background-color: #F0F0F0;
    border-radius: var(--border-radius);
    padding: 34px 47px 215px 43px;
    position: relative;
    overflow: hidden;
    margin: 55px 0 0 0;
}

.contactform:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 215px;
    background-image: url(/local/templates/rinscom2/a/css/../img/newssubscribe-back.png);
    background-color: #98b9ff;
    background-repeat: no-repeat;
    background-position: calc(100% + 75px) bottom;
    background-size: auto 203px;
}

.contactform:before {
    content: '';
    display: block;
    background-color: #F0F0F0;
    position: absolute;
    z-index: 1;
    bottom: 202px;
    left: 0;
    width: 200%;
    height: 200%;
    border-bottom: 5px solid #fff;
    transform: rotate(-11deg) translateX(-50%);
}

.contactform__title {
    position: relative;
    z-index: 1;
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 13px 0;
}

.contactform__text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 21px 0;
}

.contactform__form {
    position: relative;
    z-index: 1;
}

.contactform__form-group {
    position: relative;
}

.contactform__form-item {
    margin: 0 0 15px 0;
}

.contactform__form-item_hiiden,
.contactform__form-item_hidden {
    position: absolute;
    left: -200vw;
    top: -200vh;
    margin: 0;
}

.contactform__form-input {
    border: 1px solid #C4C4C4;
    border-radius: var(--border-radius);
    width: 100%;
    line-height: 18px;
    padding: 12px 18px;
    position: relative;
    font-size: 14px;
}

.contactform__form-input_textarea {
    height: 147px;
    display: block;
}

.contactform__form-input:focus {
    border-color: var(--color-blue);
    outline: none;
}

.contactform__form-submit.btn {
    /* margin-right: auto; */
    color: var(--color-blue);
}

.contactform__form-submit.btn:hover {
    color: #ffffff
}

.contactform__form-submit.btn:before {
    display: none;
}

.contactform__notice {
    font-size: 10px;
    line-height: 13px;
    color: #666666;
    margin: 13px 0 0 0;
}

.form__agree {
    text-align: left;
    margin-top: 13px;
}
.form__agree-box {
    position: relative;
}
.form__agree-input {
    display: none;
}
.form__agree-label {
    font-size: 10px;
    line-height: 13px;
    color: #666666;
    padding-left: 20px;
    cursor: pointer;
}

.form__agree-label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #666666;
}

.form__agree-input:checked + .form__agree-label:before {
    border: 1px solid var(--color-blue);
}

.form__agree-input:checked + .form__agree-label:after {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);

}

@media all and (min-width: 992px) {
    .contactform {
        padding: 30px 60px;
        margin-top: 90px;
        background-image: url(/local/templates/rinscom2/a/css/../img/contactform-back.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right center;
    }

    .contactform:after {
        display: none;
    }

    .contactform:before {
        display: none;
    }

    .contactform:before {
        background-color: #F0F0F0;
        position: absolute;
        z-index: 1;
        bottom: unset;
        left: unset;
        top: 50%;
        right: 0%;
        width: 100%;
        height: 390%;
        border-bottom: none;
        transform: rotate(-40deg) translateY(-90%);
        transform-origin: right;
        border-right: 8px solid #fff;
    }

    .contactform:after {
        right: 0;
        left: unset;
        top: 0;
        bottom: 0;
        height: 224px;
        background-size: auto 224px;
    }

    .contactform__title {
        font-weight: 450;
        font-variation-settings: "wght" 550;
        font-size: 32px;
        line-height: 46px;
        color: #333333;
        margin-bottom: 20px;
    }

    .contactform__text {
        font-size: 18px;
        line-height: 24px;
        color: #333333;
        margin-bottom: 24px;
    }

    .contactform__form {
        max-width: 772px
    }

    .contactform__form-group {
        display: grid;
        grid-gap: 15px 24px;
        grid-template: 44px / 264px 484px;
        font-size: 0;
    }

    .contactform__form-input:focus {
        border-color: var(--color-blue);
        outline: none;
    }

    .contactform__form-item {
        margin: 0;
    }

    .contactform__form-item:nth-child(2) {
    }

    .contactform__form-item:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .contactform__form-submit.btn {
        width: 100%;
        font-size: 16px;
        display: flex;
        flex-flow: row-reverse nowrap;
        align-items: center;
        justify-content: center;
    }

    .contactform__form-submit.btn:before {
        display: flex;
        margin-left: 12px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .contactform__form-input_textarea {
        height: 100% ;
        margin: 0;
    }

    .contactform__notice {
        font-size: 12px;
        line-height: 15px;
        color: #000000;
    }
    .form__agree {
        margin-top: 8px
    }
    .form__agree-label {
        font-size: 12px;
        line-height: 15px;
    }
}

@media all and (min-width: 1280px) {
    .contactform {
        padding: 61px 85px 54px;
    }

    .contactform:before {
        bottom: unset;
        left: unset;
        top: 60%;
        right: 0%;
        width: 100%;
        height: 390%;
        transform: rotate(-40deg) translateY(-90%);
    }

    .contactform:after {
        height: 304px;
        background-size: auto 303px;
    }
}
/* End */
/* /local/templates/rinscom2/a/css/vozvrat.css?17129468733418 */
/* /local/templates/rinscom2/a/css/contactform.css?17129468736267 */
