

/* Start:/local/templates/rinscom2/a/css/ibrands.css?1712946873423*/
@media all and (min-width: 1200px) {
    .ibrands__grid {
        display: grid;
        grid-row-gap: 20px;
        grid-template: repeat(2, 150px) / repeat(2, calc(25% - 24px)) repeat(3, calc(16.6% - 24px));
        justify-content: space-between;
    }

    .ibrands .ibrand:nth-child(1) {
        grid-row: 1/3;
    }

    .ibrands .ibrand:nth-child(1) .ibrand__logo-img {
        max-width: 95%;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/ibrands/style.css?1712946872907*/
.ibrand__box {
    display: block;
    width: 100%;
    height: 100%;
}

.ibrand {
    min-height: 100px !important;
}

.ibrand__logo {
    display: block;
    position: relative;
    height: 100%;
}

.ibrand__logo-img {
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media all and (min-width: 1200px) {

    .ibrand {
        height: auto;
        min-height: auto !important;
    }

    .ibrand__box {
        border: 1px solid #f0f0f0;
        border-radius: var(--border-radius);
        transition: var(--transition-all);
        background-color: #FFFFFF;
    }

    .ibrand__box:hover {
        /*box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);*/
        border-color: var(--color-blue);
    }

    .ibrand__logo-img {
        max-width: 90%;
        max-height: 50%;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/brands/style.css?17129468721712*/
.brands {
}

.brands__title {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    margin: 0 0 30px 0;
}

.brands__switcher {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    letter-spacing: 0.3em;
    margin: 0 0 30px 0;
}

.brands__switcher-row {
    margin: 0 0 23px 0;
}

.brands__switcher-link:hover {
    color: var(--color-blue)
}

.brands__groups {
}

.brands__group {
    margin: 0 0 30px 0;
}

.brands__group-name {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 32px;
    line-height: 41px;
    color: #4976D2;
    margin: 0 0 25px 0;
}

.brands__list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2 123px;
    column-gap: 47px;
}

.brands__link {
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brands__link:hover {
    color: var(--color-blue);
}

@media all and (min-width: 992px) {
    .brands__title {
        margin: 0 0 38px 0;
        font-size: 24px;
        line-height: 31px;
    }

    .brands__switcher {
        margin: 0 0 45px 0;
        letter-spacing: 0.3em;
    }

    .brands__switcher-row {
        margin: 0 0 10px 0;
    }

    .brands__group {
        display: flex;
    }

    .brands__group-name {
        width: 245px;
        flex-shrink: 0;
        font-size: 56px;
        line-height: 1;
    }

    .brands__list {
        padding: 13px 0 0 0;
        columns: 4 260px;
    }

}
/* 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/ibrands.css?1712946873423 */
/* /local/templates/rinscom2/components/bitrix/news.list/ibrands/style.css?1712946872907 */
/* /local/templates/rinscom2/components/bitrix/news.list/brands/style.css?17129468721712 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
