

/* Start:/local/templates/qtool/a/css/aboutuspage.css?16522522132207*/
.aboutuspage {}
.aboutuspage__header {
	background-color: #F4F4F6;
	margin: 0 0 24px 0;
	padding: 43px 20px 208px 27px;


	background-image: url(/local/a/img/aboutuspage-back.png);
	background-size: 200px auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.aboutuspage__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #0475B1;
	margin: 0 0 20px 0;
}
.aboutuspage__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.aboutuspage__brandtitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}
.aboutuspage__brandtext {
	font-size: 14px;
	line-height: 17px;
	color: #666666;
}

.aboutuspage__grid {
	margin: 35px 0 10px
}
.aboutuspage__item {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	display: flex;
}

.aboutuspage__item[class*="icf-"]:before {
	font-size: 24px;
	margin-right: 15px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	background-color: var(--color-blue);
	color: #ffffff;
}


@media all and (min-width: 1200px) {
	.aboutuspage__header {
		margin: 0 0 36px 0;
		padding: 45px 230px 35px 40px;
		background-image: url(/local/a/img/aboutuspage-back.png);
		background-size: 230px auto;
		background-repeat: no-repeat;
		background-position: calc(100% - 20px) center;
	}
	.aboutuspage__title {
		font-size: 21px;
		line-height: 26px;
		margin: 0 0 30px 0;
	}

	.aboutuspage__text {
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
	}

	.aboutuspage__grid {
		margin: 90px 0 30px
	}
	.aboutuspage__list {}
	.aboutuspage__item {
		display: block;
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 17px;
		color: #666666;
	}

	.aboutuspage__item[class*="icf-"]:before {
		font-size: 36px;
		margin-bottom: 34px;
		width: 54px;
		height: 54px;
		background-color: var(--color-blue);
		color: #ffffff;
	}
}

@media all and (min-width: 1320px) {
	.aboutuspage__header {
		padding: 90px 280px 90px 54px;
		background-size: auto;
		background-position: calc(100% - 72.5px) 20px;
	}

	.aboutuspage__plus:not(:last-child) {
		margin: 0 50px 0 0
	}
}
/* End */


/* Start:/local/templates/qtool/components/bitrix/menu/info/style.css?16522522131564*/
.infomenu__wrapper {
    position: relative;
    min-height: 52px;
}

.infomenu {
    padding-left: 0;
    list-style: none;
    margin: 0;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    width: 100%;
}

.infomenu.open {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.infomenu__item {
    padding: 0;
    position: relative;
}

.infomenu__link {
    display: block;
    line-height: 16px;
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding: 0 17px;
    margin: 17px 0;
}

.infomenu__item:hover,
.infomenu__item.selected,
.infomenu__item:hover .infomenu__link,
.infomenu__item.selected .infomenu__link {
    color: var(--color-blue)
}

.infomenu__item:not(.selected) {
    display: none;
}

.infomenu__item.icf-angle:before {
    position: absolute;
    top: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    font-size: 7px;
    padding: 4.5px;
}

.infomenu.open .infomenu__item.selected:before {
    transform: scaleY(-1);
}

.infomenu.open .infomenu__item:not(.selected) {
    display: block;
}


@media all and (min-width: 1024px) {
    .infomenu {
        width: 297px;
        border-color: transparent 
    }

    .infomenu__item {
        width: 295px;
    }

    .infomenu__link {
        padding: 0
    }

    .infomenu .infomenu__item:first-child .infomenu__link {
        margin-top: 0
    }

    .infomenu__item:not(.selected) {
        display: block;
    }

    .infomenu__item.icf-angle:before {
        display: none;
    }
}
/* End */


/* Start:/local/templates/qtool/components/bitrix/news.list/brands/style.css?16808596562275*/
.brands {
    margin: 14px 0 40px;
}

.brands__box {
    margin: 0 -20px 0;
    padding: 0 0 18px;
    overflow-x: auto;
}

.brands__list {
    padding: 9px 0;
    border: 1px solid #f6f6f6;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-width: 750px;
}

.brands__item {
    width: 25%;
    min-width: 150px;
    padding: 0 24px;
    height: 36px;
}

.brands__item_all {
    display: none;
}

.brands__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brands__img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
}

.brands__item:not(:last-child) {
    border-right: 1px solid #f6f6f6;
}

.brands__allinkbox {
    margin: 16px 0;
    text-align: center;
}

.brands__allink {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
    padding: 9px 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid var(--color-blue);
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    color: var(--color-blue);
    transition: var(--transition);
}

.brands__allink:hover {
    background-color: var(--color-blue--hover);
    color: #fff;
}

@media all and (min-width: 1200px) {
    .brands {
        margin: 18px 0 54px;
    }

    .brands__box {
        margin: 0;
    }

    .brands__list {
        padding: 26px 0 20px;
    }

    .brands__item {
        padding: 0 15px;
        height: 48px;
    }

    .brands__allinkbox {
        display: none;
        margin: 25px 0;
    }

    .brands__item_all {
        display: block;
        height: 72px;
    }

    .brands__link_all {
        display: block;
        text-decoration: none;
        text-align: center;
        width: 100%;
        max-width: 320px;
        padding: 16px 32px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        border: 1px solid var(--color-blue);
        outline: 0;
        box-shadow: none;
        background-color: transparent;
        color: var(--color-blue);
        transition: var(--transition);
    }

    .brands__link_all:hover {
        background-color: var(--color-blue--hover);
        color: #fff;
    }
}
/* End */
/* /local/templates/qtool/a/css/aboutuspage.css?16522522132207 */
/* /local/templates/qtool/components/bitrix/menu/info/style.css?16522522131564 */
/* /local/templates/qtool/components/bitrix/news.list/brands/style.css?16808596562275 */
