

/* Start:/local/templates/qtool/a/css/deliverypage.css?17733153017182*/
.deliverypage {}
.deliverypage__header {
	background-color: #F4F4F6;
	margin: 0 0 24px 0;
	padding: 43px 20px 208px 27px;

	background-image: url(/local/a/img/deliverypage-back-alt.png);
	background-size: 156px auto;
	background-repeat: no-repeat;
	background-position: center calc(100% - 20px);
}
.deliverypage__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #0475B1;
	margin: 0 0 20px 0;
}
.deliverypage__pluses {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.deliverypage__plus:before {
	font-size: 36px;
	color: var(--color-blue);
	margin: 0 0 10px 0;
}
.deliverypage__plus.icfn-calc:before {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	font-size: 24px;
}
.deliverypage__postheader {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	margin: 0 0 60px 0;
}

.delivery-services {
	display: flex;
	width: 100%;
	flex-flow: column nowrap;
	gap: 32px;
	margin: 20px 0;
}

.delivery-services__item {
	display: flex;
	align-items: end;
	justify-content: center;
}

.delivery-services__itemimg {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	max-height: 46px;
}

@media all and (min-width: 1024px) {
	.delivery-services {
		flex-flow: row nowrap;
		gap: 60px;
		margin: 0 0 40px;
		padding: 0 45px;
	}
}

.deliverypage__docs {
	margin: 35px 0 25px 0;
}

.deliverypage__docstitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 15px 0;
}

.deliverypage__docstext {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 20px 0;

}

.deliverypage__docstable {
	color: #666666;
}

.deliverypage__docsname {
	font-weight: 500;
}

.deliverypage__docslist {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}

.deliverypage__docslist li {
	padding-left: 26px;
	position: relative;
}

.deliverypage__docslist li:before {
	content:  '\2022';
	width: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

.deliveryblocks__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 15px 0;
}

.deliverypage__notice {
	background-color: rgba(4, 117, 177, 0.02);
	margin: 0 0 30px 0;
	padding: 25px 15px 20px 15px;

}
.deliverypage__noticetitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 20px 0;
}
.deliverypage__noticelist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	counter-reset: section;
}
.deliverypage__noticelist > li {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
	position: relative;
	counter-increment: section;
}

.deliverypage__noticelist > li:before {
	content: counter(section);
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--color-blue);
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;	
	color: #FFFFFF;
}

.deliverypage__noticelist ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 15px 0 0 0;
}

.deliverypage__noticelist ul li {
	padding-left: 26px;
	position: relative;
}

.deliverypage__noticelist ul li:last-child {
	margin: 0;
}

.deliverypage__noticelist ul li:before {
	content:  '\2022';
	width: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
.deliverypage .tabs__switcher-item {
	text-transform: none;
}
.deliverypage .tabs__switcher-item:hover {
	color: var(--color-blue--hover);
	font-weight: 500;
	text-decoration: none;
}
.deliverypage .tabs__switcher-item.active {
	color: var(--color-blue);
	font-weight: 500;
	text-decoration: none;
}

.deliverypage .table-responsive {
	padding-bottom: 10px;
}

.deliverypage__table {
	width: 100%;
	min-width: 540px;
	font-size: 11px;
}

.deliverypage__table thead th {
	padding: 10px 0;
	border-bottom: 1px solid #F6F6F6;
	font-weight: 500;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	vertical-align: top;
}


.deliverypage__table tbody td,
.deliverypage__table tbody th {
	font-weight: 500;
	padding: 10px 0;
	font-size: 12px;
	line-height: 15px;
}

.deliverypage__countrytable {
	min-width: 540px;
	width: 100%;
	color: #666666;
}

.deliverypage__countrytable a {
	color: #666666;
}

.deliverypage__countrytable tbody td {
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #F6F6F6;
}

.deliverypage__countrytable tbody td:nth-child(2) {
	font-size: 13px;
	line-height: 17px;
}

@media all and (min-width: 768px) {
	.deliverypage__docstable {
		display: flex;
		flex-wrap: wrap;
	}

	.deliverypage__docscell {
		width: 50%;
		padding: 0 45px 0 0;
	}

	.deliverypage__docscell:nth-child(1) {order: 1}
	.deliverypage__docscell:nth-child(2) {order: 3}
	.deliverypage__docscell:nth-child(3) {order: 2}
	.deliverypage__docscell:nth-child(4) {order: 4}

	.deliverypage__docslist {
		margin: 40px 0 0 0;
	}
}



@media all and (min-width: 1200px) {
	.deliverypage__header {
		margin: 0 0 36px 0;
		padding: 40px 220px 40px 40px;
		background-size: 210px auto;
		background-position: calc(100% - 20px) center;
	}
	.deliverypage__title {
		font-size: 21px;
		line-height: 26px;
		margin: 0 0 30px 0;
	}

	.deliveryblocks__title {
		font-size: 21px;
		line-height: 26px;
		margin: 0 0 35px 0;
	}
	.deliverypage__docs {
		margin: 65px 0 25px 0;
	}

	.deliverypage__docstitle {
		font-size: 21px;
		line-height: 26px;
		margin: 0 0 24px 0;
	}

	.deliverypage__docstext {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 40px 0;
	}
	.deliverypage__notice {
		margin: 0 0 60px 0;
		padding: 50px 80px 40px 45px;

	}
	.deliverypage__noticetitle {
		font-size: 21px;
		line-height: 26px;
		margin: 0 0 38px 0;
	}
	.deliverypage__noticelist {
		font-size: 16px;
		line-height: 20px;
	}
	.deliverypage__noticelist > li {
		padding: 0 0 0 50px;
		margin: 0 0 20px 0;
	}
	.deliverypage__noticelist > li:before {
		width: 32px;
		height: 32px;
		font-size: 18px;
		line-height: 22px;	
	}

	.deliverypage__noticelist ul {
		margin: 20px 0 0 0;
	}

	.deliverypage__table {
		min-width: unset;
	}


	.deliverypage__table thead th {
		padding: 14px 0;
		font-size: 12px;
		line-height: 15px;
	}

	.deliverypage__table tbody td,
	.deliverypage__table tbody th {
		padding: 14px 0;
		font-size: 14px;
		line-height: 17px;
	}

	.deliverypage__countrytable {
		min-width: unset;
	}

	.deliverypage__countrytable tbody td {
		font-size: 14px;
		line-height: 17px;
		padding: 20px 0;
	}

	.deliverypage__countrytable tbody td:nth-child(2) {
		font-size: 16px;
		line-height: 20px;
	}
}

@media all and (min-width: 1320px) {
	.deliverypage__header {
		padding: 60px 320px 60px 54px;
		background-size: auto auto;
		background-position: calc(100% - 48px) center;
	}
}
/* End */


/* Start:/local/templates/qtool/a/css/orderform.css?17567184216335*/
.order {
    background-color: #F9F9F9;
    padding: 55px 30px;
    margin: 0 -20px;
    position: relative;
}

.order__yak {
    position: absolute;
    bottom: calc(100% + 80px);
    left: 0;
}

.order .heading__title {
    margin-bottom: 16px;
}

.order .heading__pretitle {
    margin-bottom: 6px;
}

.order__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 28px;
}

.orderform__inputbox {
    position: relative;
    margin-bottom: 6px;
}

.orderform__input {
    width: 100%;
    line-height: 35px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #999999;
    outline: none;
    font-size: 14px;
}

.orderform__input:focus {
	border-color: #333333
}

.orderform__input.--textarea {
    line-height: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 36px;
    display: block;
}

.orderform__label {
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.1s linear;
    cursor: pointer;
}

.orderform__input:not(:placeholder-shown) + .orderform__label,
.orderform__input.not-empty + .orderform__label,
.orderform__input:focus + .orderform__label {
	left: 0;
	top: -1px;
	transform: unset;
	font-size: 9px;
}

.orderform__file {
    margin-top: 14px;
    position: relative;
}

.orderform__file-input {
    display: none;
}

.orderform__file-label {
    border: 1px dashed;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    transition: all 0.1s linear;
    position: relative;
}

.orderform__file-label:hover {
	color: #00669d;
	border-color: #00669d;
}

.orderform__file-label span {
    line-height: 20px;
    padding-right: 24px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.orderform__file-label span:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 20px;
}

.file__clear {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 2px;
    font-size: 11px;
    color: red;
    opacity: 0.8;
}

.file__clear:hover {
    opacity: 1;
}

.file__clear:after {
    content: 'X';
    margin-left: 5px;
    font-weight: bold;
}


.orderform__btn {
    box-shadow: none;
    border: 0;
    background-color: #0475B1;
    line-height: 36px;
    width: 100%;
    margin-top: 14px;
    color: #fff;
    margin-bottom: 12px;
    transition: all 0.1s linear
}

.orderform__btn:hover {
    background-color: #00669d;
}

.--contacts .orderform__btn {
    line-height: 34px;
    margin: 12px 0;
}

.orderform__checkbox {
    position: relative;
    line-height: 12px;
}

.orderform__checkinput {
    display: none;
}

.orderform__checkinput {transform: scale(0);width:0;height:0;margin: 0;padding: 0;font-size: 0;display: none;}
.orderform__checkinput:invalid + label {color: red }
.orderform__checkinput:invalid + label:before {border-color: red}

.orderform__checklabel {
    padding-left: 31px;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    cursor: pointer;
}

.orderform__checklabel:before {
	content: "";
	left: 5px;
	top: -2px;
	width: 16px;
	height: 16px;
	border: 1px solid #999999;
	display: block;
	position: absolute;
}

.orderform__checklabel:hover:before {
    border: 1px solid #333333;
}

.orderform__checkinput:checked + .orderform__checklabel:before {
    border-color: #0475B1;
}

.orderform__checkinput:checked + .orderform__checklabel:after {
	content: '';
	left: 7px;
	top: 0px;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	background-color: #0475B1;
}

@media all and (min-width: 1200px) {
    .order {
        padding: 45px 75px 25px 75px;
        margin: 0
    }

    .order__text {
	    font-weight: normal;
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 0;
	}

	.orderform__inputbox {
	    margin-bottom: 21px;
	}

	.orderform__input {
	    line-height: 47px;
	}

	.orderform__file-label {
	    line-height: 46px;
	}

	.orderform__file-label span {
	    line-height: 24px;
	    padding-right: 28px;
	}

    .orderform__file-label span:before {
        font-size: 24px;
    }

	.orderform__btn {
	    line-height: 48px;
	    margin-bottom: 20px;
	}

    .order.--contacts {
        margin-top: 80px;
        padding: 55px 70px 80px;
    }

    .orderform__input.--textarea {
        line-height: 23px;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 48px;
    }

    .--contacts .orderform__btn {
        line-height: 46px;
        margin: 0;
    }
}

.order.order--blue {
    background-color: #0475B1;
}

.order.order--blue .heading__pretitle {
    color: #ffffff;
}

.order.order--blue .heading__title {
    color: #ffffff;
}

.order.order--blue .order__text {
    color: #ffffff;
}

.order.order--blue .orderform__input {
    border-color: #fff;
    color: #ffffff;
}

.order.order--blue .orderform__input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0475b1 inset;
    -webkit-text-fill-color: #ffffff !important;
    
}

.order.order--blue .orderform__label {
    color: #ffffff;
}

.order.order--blue .orderform__file-label {
    color: #ffffff;
}

.order.order--blue .orderform__btn {
    background-color: #ffffff;
    color: #0475B1;
}

.order.order--blue .orderform__checklabel {
    color: #ffffff;
}

.order.order--blue .orderform__checkinput:checked + .orderform__checklabel:before {
    border-color: #ffffff;
}

.order.order--blue .orderform__checkinput:checked + .orderform__checklabel:after {
    background-color: #ffffff;
}

.order.order--blue .orderform__btn:hover {
    color: #ffffff;
    background-color: #00669d;
}

.order.order--blue .file__clear {
    color: #ffffff;
    opacity: 1;
}

.order.order--blue .file__clear:hover {
    color: red;
}

.order.order--blue .orderform__checkbox a {
    color:  #ffffff;
}

/* 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/deliverypage.css?17733153017182 */
/* /local/templates/qtool/a/css/orderform.css?17567184216335 */
/* /local/templates/qtool/components/bitrix/menu/info/style.css?16522522131564 */
