

/* Start:/local/templates/qtool/a/css/deliverypage.css?16522522136635*/
.deliverypage {}
.deliverypage__header {
	background-color: #F4F4F6;
	margin: 0 0 24px 0;
	padding: 43px 20px 208px 27px;

	background-image: url(/local/a/img/deliverypage-back.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__postheader {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	margin: 0 0 60px 0;
}

.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-image: url(/local/a/img/deliverypage-back.png);
		background-size: 210px auto;
		background-repeat: no-repeat;
		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/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?16522522136635 */
/* /local/templates/qtool/components/bitrix/menu/info/style.css?16522522131564 */
