

/* Start:/local/templates/qtool/a/css/findorder.css?16522522134896*/
.findorder {

}

.findorder__form {
	position: relative;
	margin: 0 0 45px 0;
}

.findorder__input {
	line-height: 34px;
	border: 1px solid var(--color-blue);
	width: 100%;
	padding: 0 50.5px 0 12.5px;
	outline: none;
}

.findorder__input::placeholder {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}

.findorder__input:focus {
	border: 1px solid var(--color-blue);
}

.findorder__btn.icf-search {
	font-size: 0;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 38px;
	height: 34px;
	outline: none;
	box-shadow: none;
	border: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: var(--color-blue);
}

.findorder__btn.icf-search:before {
	font-size: 18px;
}

.findorder__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin: 0 0 30px 0;
}

.findorder__way {
	margin: 0 0 28px 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
}

.findorder__waylist {
	display: flex;
}

.findorder__wayitem {
	width: 50%;
	position: relative;
}

.findorder__wayitem.icf-icon:before {
	font-size: 12px;
	width: 24px;
	height: 24px;
	border: 1px solid var(--color-blue);
	color: var(--color-blue);
	border-radius: 50%;
	margin: 0 0 11px 0;
	position: relative;
	z-index: 2;
}

.findorder__wayitem.icf-close:before {
	font-size: 7px;
}

.findorder__wayitem_create.icf-icon:before,
.findorder__wayitem_f.icf-icon:before {
	background-color: var(--color-blue);
	color: #fff;	
}

.findorder__wayitem_cl.icf-icon:before {
	background-color: var(--color-red);
	border-color: var(--color-red);
	color: #fff;	
}

.findorder__wayitem:not(:last-child):after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 11.5px;
	left: 0;
	display: block;
	height: 1px;
	width: calc(100% - 8px);
	background-color: var(--color-blue);
}

.findorder__wayname {
	display: block;
	color: #666666;
}

.findorder__wayval {
	display: block;
	color: #333333;
}



.findorder__row {
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

.findorder__rowname {
	color: #666666;
}

.findorder__rowval {
	color: #333333;
}

.findorder__orderlink {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 34px;
	margin: 28px 0 40px 0;
	width: 160px;
	text-align: center;
	text-decoration: none;
	background-color: var(--color-blue);
	color: #ffffff;
}

.findorder__orderlink:hover {
	background-color: var(--color-blue--hover);
	color: #ffffff;
}


.findorder__footer {
	margin: 17px 0 0 0;
	padding: 17px 0 0 0;
	border-top: 1px solid var(--color-blue);
}

.findorder__footertext {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin: 0 0 6px 0;
}

.findorder__footerphone {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: var(--color-blue);
	text-decoration: none;
}

.findorder__footerphone:hover {
	color: var(--color-blue--hover);
}

.findorder__footerlabel {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}


@media all and (min-width: 1200px) {
	.findorder__input {
		line-height: 40px;
		padding: 0 65px 0 21px;
	}

	.findorder__btn.icf-search {
		width: 44px;
		height: 40px;
	}

	.findorder__btn.icf-search:before {
		font-size: 24px
	}

	.findorder__title {
		font-size: 21px;
		line-height: 26px;
		margin: 0 0 48px 0
	}

	.findorder__way {
		font-size: 14px;
		line-height: 24px;
	}

	.findorder__wayitem {
		width: auto;
		display: flex;
		flex-flow: row wrap;
		padding: 51px 0 0 0;
	}

	.findorder__wayitem.findorder__wayitem_create {
		width: 220px;
	}

	.findorder__wayitem.icf-icon:before {
		font-size: 16px;
		width: 36px;
		height: 36px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.findorder__wayitem.icf-close:before {
		font-size: 10px;
	}

	.findorder__wayname {
		margin-right: 5px;
	}

	.findorder__wayitem:not(:last-child):after {
		top: 17.5px;
		left: 47px;
		display: block;
		height: 1px;
		width: calc(100% - 60px);
	}


	.findorder__row {
		font-size: 14px;
		line-height: 24px;
		margin: 0;
		display: flex;
	}

	.findorder__rowname {
		flex: 0 0 220px;
	}

	.findorder__orderlink {
		line-height: 34px;
		margin: 58px 0 32px 0;
		width: 180px;
	}



	.findorder__footer {
		margin: 15px 0 0 0;
		padding: 34px 0 0 0;
	}

	.findorder__footerrow {
		display: flex;
		justify-content: space-between;
	}

	.findorder__footertext {
		font-size: 18px;
		line-height: 24px;
	}

	.findorder__footercontacts {
		text-align: right;
	}

	.findorder__footerphone {
		font-size: 18px;
		line-height: 24px;
	}

	.findorder__footerlabel {
		font-size: 12px;
		line-height: 24px;
	}
}

/* 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 */
/* /local/templates/qtool/a/css/findorder.css?16522522134896 */
/* /local/templates/qtool/components/bitrix/menu/info/style.css?16522522131564 */
