

/* Start:/local/templates/rinscom2/a/css/contacts.css?17129468733531*/
.contacts__block {
	margin: 0 0 36px 0
}

.contacts__info {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
	margin: 0 0 36px 0;
}

.contacts__infospan {
	color: #333333;
	font-weight: 450;	
    font-variation-settings: "wght" 550;
}

.contacts__pred {
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	margin: 0 0 24px 0;
}

.contacts__predtitle {
	font-weight: 450;	
    font-variation-settings: "wght" 550;
	font-size: 16px;
	line-height: 21px;
	color: var(--color-blue);
	text-transform: uppercase;
}

.contacts__predphone {
	color: #333333;
}

.contacts__predphone:hover {
	color: var(--color-blue);
	text-decoration: none;
}

.contacts__items {
	margin: 0 0 36px 0;
}

.contacts__item {
	display: flex;
	margin: 0 0 20px 0;
	align-items: start;
	line-height: 21px;
}

.contacts__item:before {
	width: 20px;
	height: 20px;
	margin: 0 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--color-blue);
}

.contacts__itemlink {
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}

.contacts__itemlink_underline {
	text-decoration-line: underline;
	text-underline-position: from-font;
}

.contacts__itempost {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.contacts__item.ricon-mail:before {
	font-size: 16.67px;
}

.contacts__item.ricon-clock:before {
	font-size: 18.67px;
}

.contacts__btns {
	margin: 0 -5px;
	display: flex;
	align-items: center;
}

.contacts__btnbox {
	padding: 0 5px;
}

.contacts__btn.ricon-arrowmiddle {
	padding: 0;
	min-width: 160px;
	line-height: 34px;
}

.contacts__btn.ricon-arrowmiddle:before {
	display: none;
}

.contacts__btn.ricon-pdf {
	color: #666666;
	display: flex;
	flex-flow: row-reverse;
	min-width: 160px;
	justify-content: start;
}

.contacts__btn.ricon-pdf:before {
	margin: 0 0 0 12px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17.62px;
}

.contacts__btn.ricon-pdf:hover {
	color: var(--color-blue);
	text-decoration: none;
}


@media all and (min-width: 992px) {
	.contacts {
		display: flex;
		margin: 0 0 96px 0;
	}

	.contacts__block {
		margin: 0;
	}

	.contacts__block_info {
		width: 614px;
		flex: 0 0 614px;
		padding: 0 86px 46px 0;
	}

	.contacts__info {
		font-size: 21px;
		line-height: 27px;
	}

	.contacts__pred {
		margin: 0 0 19px 0;
		font-size: 21px;
		line-height: 27px;
	}

	.contacts__item {
		font-size: 21px;
		line-height: 27px;
	}

	.contacts__itemlink {
		font-size: 21px;
		line-height: 27px;
	}

	.contacts__itemlink_underline {
		text-decoration: none;
		border-bottom: 1px solid;
	}

	.contacts__itemlink_underline:hover {
		text-decoration: none;		
	}

	.contacts__item:before {
		margin: 5px 20px 0 0;
	}

	.contacts__btns {
		margin: 0 -15px;
	}

	.contacts__btnbox {
		padding: 0 15px;
	}

	.contacts__btn.ricon-arrowmiddle {
		width: 264px;
		line-height: 42px;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		justify-content: center;
	}

	.contacts__btn.ricon-arrowmiddle:before {
		display: flex;
		margin-left: 21px;
		font-size: 24px;
	}

	.contacts__btn.ricon-pdf {
		min-width: 165px;
	}

	.contacts__btn.ricon-pdf:before {
		margin: 0 0 0 17px;
	}

	.contacts__block_map {
		flex: 1 1 auto;
	}

	.contacts__block_map iframe {
		height: 100%;
	}

}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/contmaps/style.css?17164799366699*/
.contmaps {
	--color:  #4976D2;
	width: 100%;
}
@media all and (min-width: 1366px) {
	.contmaps {
		display: flex;
		gap: 80px;
	}
}
.contmaps__switcher {
	position: relative;
}
@media all and (min-width: 1366px) {
	.contmaps__switcher {
		flex: 0 0 254px;
	}
}
.contmaps__switchername {
	color: #333;
	font-size: 16px;
	font-variation-settings: "wght" 550;
	line-height: 24px;
	margin: 0 0 16px 0;
}
@media all and (min-width: 1366px) {
	.contmaps__switchername {
		display: none;
	}
}
.contmaps__switcherbox {
	position: relative;
}
.contmaps__switchercurrent {
	border-radius: 5px;
	border: 1px solid var(--color);
	position: relative;
	padding: 13px 25px;
}
.contmaps__switchercurrent:before {
	position: absolute;
	right: 25px;
	top: 14px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media all and (min-width: 1366px) {
	.contmaps__switchercurrent {
		display: none;
	}
}
.contmaps__switcherlist {
	display: none;
	border-radius: 5px;
	border: 1px solid var(--color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
}
.contmaps__switcherlist.open {
	display: block;
}
@media all and (min-width: 1366px) {
	.contmaps__switcherlist {
		display: block;
		position: static;
		border: 0;
		border-radius: 0;
	}
}
.contmaps__switcheritem {
	padding: 13px 25px;
	position: relative;
}
@media all and (min-width: 1366px) {
	.contmaps__switcheritem {
		font-size: 18px;
		padding: 7px 16px;
		margin:  0 0 2px 0;
		border-bottom: 1px solid #F0F0F0;
	}
}
.contmaps__switcheritem.active:before {
	font-family: 'ricon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\e930";

    position: absolute;
    right: 25px;
    top: 14px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (min-width: 1366px) {
	.contmaps__switcheritem.active {
		border-radius: 5px;
		border: 1px solid #4976D2;
		color:  var(--color-blue);
	}
	.contmaps__switcheritem.active:before {
		display: none;
	}
}
@media all and (min-width: 1366px) {
	.contmaps__items {
		flex: 1 0 auto;
	}
}
.contmaps__item {
	display: none;
}
.contmaps__item.active {
	display: block;
}

.contmaps__iteminner {
	padding: 24px 0 0 0;
}
@media all and (min-width: 1200px) {
	.contmaps__iteminner {
		border-radius: 5px;
		border: 1px solid #F0F0F0;
		padding: 32px;
	}
}
.contmaps__iteminner + .contmaps__iteminner {
	margin: 24px 0 0 0;
}
@media all and (min-width: 1200px) {
	.contmaps__itemrow {
		display: flex;
		gap: 24px;
	}
}
.contmaps__iteminfo {
	margin: 0 0 24px 0;
}
@media all and (min-width: 1200px) {
	.contmaps__iteminfo {
		margin: 0;
		flex: 0 0 386px;
	}
}
.contmaps__itemname {
	color: #4976D2;
	font-size: 18px;
	font-variation-settings: "wght" 550;
	line-height: 21px; /* 116.667% */
	margin: 0 0 24px 0;
}
@media all and (min-width: 1200px) {
	.contmaps__itemname {
		font-size: 18px;
		line-height: 21px;
		margin: 0 0 32px 0;
	}
}
.contmaps__itemvals {
	margin: 0 0 24px 0;
}
@media all and (min-width: 1200px) {
	.contmaps__itemvals {
		margin: 0 0 32px 0;
	}
}
.contmaps__itemval {
	color: #333;
	font-size: 16px;
	line-height: 27px;
	padding: 0 0 0 48px;
	position: relative;
	margin: 0 0 16px 0;
}

@media all and (min-width: 1200px) {
	.contmaps__itemval {
		margin: 0 0 20px 0;
	}
}
.contmaps__itemval:before {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--color);
}
.contmaps__itemval_adr {
}
.contmaps__itemval_phone {
}
.contmaps__itemvallink {
	color: #333;
	text-decoration: none;
	transition: val(--transition-all);
}
.contmaps__itemvallink:hover {
	color: var(--color);
	text-decoration: none;
}
.contmaps__itemvaldesc {
	display: block;
	color: #666;
	font-size: 13px;
	line-height: 18px; /* 138.462% */
}
.contmaps__itemval_email {
}
.contmaps__itemval_wt {
}
.contmaps__itemvaltext {
}
.contmaps__itemreq {
	color: #666;
	font-size: 14px;
	font-variation-settings: "wght" 300;
	line-height: 18px; /* 128.571% */
	margin: 0 0 16px 0;
}
@media all and (min-width: 1200px) {
	.contmaps__itemreq {
		margin: 0 0 8px 0;
	}
}
.contmaps__itemreqlink {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	justify-content: center;
	color: #4976D2;
	text-align: center;
	font-size: 16px;
	font-variation-settings: "wght" 300;
	border-radius: 5px;
	border: 1px solid #4976D2;
	line-height: 42px;
	margin: 0 0 24px 0;
	transition: var(--transition-all);
	max-width: 360px;
}
.contmaps__itemreqlink:before {
	margin: 0 0 0 16px;
	width: 24px;
	height: 24px;
	line-height: 1;
	font-size: 24px;
}
.contmaps__itemreqlink:hover {
	background-color: var(--color-lightblue);
	color: #fff;
	text-decoration: none;
}
@media all and (min-width: 1200px) {
	.contmaps__itemreqlink {
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		justify-content: start;
		border-radius: 0;
		border: 0;
		line-height: 24px;
		margin: 0 0 36px 0;
	}
	.contmaps__itemreqlink:before {
		margin: 0 0 0 18px;
	}
	.contmaps__itemreqlink:hover {
		color: var(--color-lightblue);
		background-color: #fff;
		text-decoration: none;
	}
}
.contmaps__itembtn {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	justify-content: center;
	background-color: var(--color);
	color: #fff;
	max-width: 360px;
	text-align: center;
	font-size: 16px;
	font-variation-settings: "wght" 300;
	border-radius: 5px;
	border: 1px solid var(--color);
	line-height: 42px;
	transition: var(--transition-all);
}
.contmaps__itembtn:hover {
	background-color: var(--color-lightblue);
	color: #fff;
	text-decoration: none;
}

@media all and (min-width: 1200px) {
	.contmaps__itembtn {
		max-width: 272px;
	}
}
.contmaps_itemmap:not(:empty) {
	height: 330px;
	position: relative;
}

.contmaps_itemmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (min-width: 1200px) {
	.contmaps_itemmap:not(:empty) {
		flex-grow: 1;
		height: auto;
	}
}
/* 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 */


/* Start:/local/templates/rinscom2/a/css/specform.v2.css?17326310325151*/
.hf {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 32px 12px;
}
.hf_margintop {
	margin-top: 64px;
}
.hf_marginbottom {
	margin-bottom: 64px;
}
.hf__back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hf__backimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 74% center;
}
.hf__inner {
	width: 100%;
	max-width: 1440px;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	border: 2px solid #4976D24D;
	border-radius: 16px;
	box-shadow: 0px 24px 56px 0px #061C3D1F;
	padding: 24px 16px;
}
.hf__form {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__head {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__title {
	font-size: 24px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 30.72px;
	letter-spacing: -0.012em;
	color: var(--color-blue);
}
.hf__text {
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	line-height: 20.48px;
	color: #000000;
}
.hf__hidden {
	display: none;
}
.hf__body {	
	display: flex;
	flex-flow: column nowrap;
	gap: 14px;
}
.hf__forminput {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
}
.hf__forminput:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__forminput:placeholder {
	color: #999999;
}
.hf__formtextarea {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
	min-height: 90px;
	resize: unset;
}
.hf__formtextarea:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__formtextarea:placeholder {
	color: #999999;
}
.hf__formitem_dop {
	display: none;	
}
.hf__footer {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__formfile {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
	position: relative;
}
.hf__formfileinput {
	display: none;
}
.hf__formfilelabel {
	display: flex;
	flex-flow: column nowrap;
	gap: 2px;
	padding: 0 0 0 28px;
	color: var(--color-blue);
	cursor: pointer;
}
.hf__formfilelabel:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15.17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
}
.hf__formfilelabeltop {
	font-size: 14px;
	line-height: 16px;
}
.hf__formfilelabelbot {
	font-size: 12px;
	font-weight: 300;
	line-height: 15.36px;
	color: #92ade4;
}
.hf__formfileclear {
	display: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #666666;
}
.hf__formfileclear.active {
	display: inline-flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.hf__formfileclear:before {
	font-size: 10.2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
	color: var(--color-blue);
}
.hf__footerfoot {
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}
.btn.hf__submit {
	border-radius: 7px;
	width: 100%;
	font-size: 17px;
	line-height: 44px;
}
.hf__agreeinput {
	display: none;
}
.hf__agreelabel {
	padding: 1.5px 0 1.5px 26px;
	position: relative;
	font-size: 12px;
	line-height: 15.36px;
	color: #000000;
	cursor: pointer;
}
.hf__agreelabel:before {
	content:  '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid var(--color-blue);
	transform: translateY(-50%);
}
.hf__agreeinput + .hf__agreelabel:after {
	content:  '';
	position: absolute;
	left: 2px;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	transition: var(--transition-all);
	transform: translateY(-50%);
}
.hf__agreeinput:checked + .hf__agreelabel:after {
	background: var(--color-blue);
}

@media all and (min-width: 1200px) {

	.hf_margintop {
		margin-top: 96px;
	}
	.hf_marginbottom {
		margin-bottom: 96px;
	}
	.hf__inner {
	    padding: 32px;
	}
	
	.hf__title {
	    font-size: 28px;
	    line-height: 35.84px;
	    letter-spacing: -0.012em;
	}
	
	.hf__form {
	    flex-flow: row nowrap;
	    gap: 16px;
	}

	.hf__formfile {
		gap: 8px	
	}
	
	.hf__body {
	    flex: 0 0 504px;
	    flex-flow: row wrap;
	    gap: 14px 16px;
	}
	
	.hf__footer {
	    flex: 0 0 240px;
	    justify-content: space-between;
	}
	
	.hf__formtextarea {
	    min-height: 124px;
	}
	
	.hf__formitem {
	    width: calc(50% - 8px);
	}
	
	.hf__formitem:nth-child(3) {
	    width: 100%;
	}
}

@media all and (min-width: 1440px) {
	.hf {
	    padding: 47px 0;
	}
	
	.hf__inner {
	    padding: 64px;
	}
	
	.hf__form {
	    gap: 32px;
	}
}
/* End */
/* /local/templates/rinscom2/a/css/contacts.css?17129468733531 */
/* /local/templates/rinscom2/components/bitrix/news.list/contmaps/style.css?17164799366699 */
/* /local/templates/rinscom2/a/css/contactform.css?17129468736267 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
