
.home-de{
	width: 76%;
}

@-webkit-keyframes bg_pos_down {
	0% {	background-position: 16px center;	}
	50% {	background-position: 24px center;	}
	100% {	background-position: 16px center;	}
}
@keyframes bg_pos_down {
	0% {	background-position: 16px center;	}
	50% {	background-position: 24px center;	}
	100% {	background-position: 16px center;	}
}


@-webkit-keyframes rotate_main {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate_main {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


@-webkit-keyframes warning_shake {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
	10% {
		-webkit-transform: translateY(-50%) scale(1.2);
		transform: translateY(-50%) scale(1.2);
	}
	20% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
	50% {
		-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
		transform: translateY(-50%) scale(1) rotate(0deg);
	}
	60% {
		-webkit-transform: translateY(-50%) scale(1) rotate(-10deg);
		transform: translateY(-50%) scale(1) rotate(-10deg);
	}
	70% {
		-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
		transform: translateY(-50%) scale(1) rotate(0deg);
	}
	80% {
		-webkit-transform: translateY(-50%) scale(1) rotate(10deg);
		transform: translateY(-50%) scale(1) rotate(10deg);
	}
	100% {
		-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
		transform: translateY(-50%) scale(1) rotate(0deg);
	}
}
@keyframes warning_shake {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
	10% {
		-webkit-transform: translateY(-50%) scale(1.2);
		transform: translateY(-50%) scale(1.2);
	}
	20% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
	50% {
		-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
		transform: translateY(-50%) scale(1) rotate(0deg);
	}
	60% {
		-webkit-transform: translateY(-50%) scale(1) rotate(-10deg);
		transform: translateY(-50%) scale(1) rotate(-10deg);
	}
	70% {
		-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
		transform: translateY(-50%) scale(1) rotate(0deg);
	}
	80% {
		-webkit-transform: translateY(-50%) scale(1) rotate(10deg);
		transform: translateY(-50%) scale(1) rotate(10deg);
	}
	100% {
		-webkit-transform: translateY(-50%) scale(1) rotate(0deg);
		transform: translateY(-50%) scale(1) rotate(0deg);
	}
}


body {
	width: 100%;
	display: block;
	overflow-x: hidden;
	line-height: 1.5em;
	font-size: 15px;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
}

body:not(.no-space) {
	padding-top: 200px;
}


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

	body.nav-plain:not(.no-space) {
		padding-top: 156px;
	}

}

.row.row-md { margin: 0 -10px -20px; }
.row.row-md > div { padding: 0 10px 20px; }




hr.divider {
	border: none;
	border-top: 1px solid #677388;
	margin: 10px 0
}

.button {
	cursor: pointer;
	position: relative;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2em;
	padding: 12px 18px;
	border-radius: 4px;
	overflow: hidden;
	outline: none;
	min-height: 42px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	font-size: 11.5pt;
}

.button.compact {
	padding: 7px 12px;
	min-height: 34px;
}

.button.plain {
	font-family: sans-serif;
	font-size: 100%;
}

.button,
.button:hover,
.button:focus {
	outline: none;
}

.button.zero {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0;
}


.button {
	color: var(--theme-basic-text);
	background-color: var(--theme-basic-default);
}
.button:hover {
	background-color: var(--theme-basic-hover);
}


.button.main {
	color: var(--theme-primary-text);
	background-color: var(--theme-primary-default);
}
.button.main:hover {
	background-color: var(--theme-primary-hover);
}
.button.main > span {
	/*text-shadow: 0 0 8px rgba(0, 0, 0, 0.25), 1px 1px 0 rgba(0, 0, 0, 0.25);*/

	/*text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);*/
	/*filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.35));*/

	/*filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.5));*/

}


.button.blue {
	color: var(--theme-secondary-text);
	background-color: var(--theme-secondary-default);
}
.button.blue:hover {
	background-color: var(--theme-secondary-hover);
}



.button.text-black {
	color: #000 !important;
}

.button.arrow {
	padding-left: 50px
}

.button.arrow:before {
	display: inline-block;
	content: ' ';
	width: 30px;
	height: 30px;
	background: transparent no-repeat;
	background-position: center;
	background-size: 20px;
	position: absolute;
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}


html:not(.webp) .button.arrow:before {
	background-image: url(/images/arrow-right.png);
}
html.webp .button.arrow:before {
	background-image: url(/images/arrow-right.webp);
}


.button.arrow:not(.animate):hover:before {
	left: 17px
}

.button.down-arrow {
	padding: 13px 20px 13px 55px;
	overflow: visible
}

.button.down-arrow:before {
	display: inline-block;
	content: ' ';
	width: 60px;
	height: 60px;
	background-color: #f70001;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 22px;
	position: absolute;
	left: -25px;
	top: 50%;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-animation: infinite ease-in-out bg_pos_down 1.7s;
	animation: infinite ease-in-out bg_pos_down 1.7s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}


html:not(.webp) .button.down-arrow:before {
	background-image: url(/images/arrow-right.png);
}
html.webp .button.down-arrow:before {
	background-image: url(/images/arrow-right.webp);
}


.button.light {
	background: #f6f6f6;
	border: 1px solid #e2e2e2
}

.button.light:hover {
	background: #fff
}

.button.white {
	background: #fff;
	border: 1px solid #e2e2e2
}

.button.white.notice {
	color: #a50000!important;
	border: 1px solid #a50000;
	font-weight: 400
}

.button.discrete,
.button.discrete:hover {
	border: none;
	padding: 0;
	background: none;
	text-decoration: underline;
	color: #6a6a6a!important;
	min-height: 0
}

.button.discrete:hover {
	text-decoration: none
}


.button.yellow {
	color: #111!important;
	background: #f1b400!important
}

.button.yellow:hover {
	color: #000!important;
	background: #e5ab00!important
}


.button.red {
	color: #fff!important;
	background: #0d9a42!important
}

.button.red:hover {
	color: #fff!important;
	background: #36b967!important
}

.button.turkey {
	background: #1fb356;
	cursor: pointer!important;
	overflow: visible!important;
	font-weight: 600!important;
	padding: 10px 30px 10px 60px;
	margin: 0 0 0 35px;
	line-height: 1.2em;
	min-height: 50px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none!important
}

.button.turkey:hover {
	background: #25d366
}

.button.turkey:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -35px;
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 66px;
	z-index: 10;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}


/*html:not(.webp ).button.turkey:before {*/
/*	background-image: url(/images/icon-egypt.png);*/
/*}*/


.button.turkey:hover:before {
	left: -17px
}

.button.turkey>span {
	display: inline-block;
	padding: 5px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.button.summary-button {
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font: 600 18px / 26px 'Titillium Web', sans-serif;
	letter-spacing: 2px;
	padding: 12px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	-webkit-transition: background 0.2s ease, color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	-o-transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.button.summary-button.is-green {
	background-color: #29aa5d !important;
	color: #FFFFFF !important;
}

.button.summary-button.is-orange {
	background-color: #FEBD00 !important;
	color: #000000 !important;
}


.button.side-action {
	display: none
}

.button.disabled {
	cursor: not-allowed!important;
	opacity: .45;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"
}

.button.flag {
	padding: 2px 6px 1px;
	white-space: nowrap
}

.button.flag>img {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

.button.flag>span {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 10px
}

.button.text {
	display: inline-block;
	position: relative;
	min-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font-size: 13px;
	color: #212529!important;
	text-decoration: underline!important
}

.button.text.search::before {
	content: ' ';
	display: inline-block;
	vertical-align: -3px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	margin-right: 7px
}


html:not(.webp) .button.text.search::before {
	background-image: url(/images/icon-searching.png);
}
html.webp .button.text.search::before {
	background-image: url(/images/icon-searching.webp);
}



.alert p{
	margin: 10px 0;
}
.alert h2{
	font-size: 24px;
}
.alert.alert-black {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	font-weight: 500;
}



@-webkit-keyframes slide {
	0% {
		left: 7px
	}
	50% {
		left: 17px
	}
	100% {
		left: 7px
	}
}

@keyframes slide {
	0% {
		left: 7px
	}
	50% {
		left: 17px
	}
	100% {
		left: 7px
	}
}



.row.minimal {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.row.minimal > div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.button.arrow.animate:before {
	-webkit-animation: ease-in-out slide 1500ms infinite;
	animation: ease-in-out slide 1500ms infinite
}

.pagination-wrap {
	display: block;
	margin-top: 25px;
	overflow: auto
}

.pagination-wrap ul.pagination {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(34, 36, 38, .15);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: .28571429rem;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0
}

.pagination-wrap ul.pagination>li {
	display: inline-block;
	background: #F9FAFB;
	border-right: 1px solid rgba(34, 36, 38, .1);
	font-size: 14px
}

.pagination-wrap ul.pagination>li:last-child {
	border-right: 0
}

.pagination-wrap ul.pagination>li>a,
.pagination-wrap ul.pagination>li>span {
	display: block;
	padding: 10px 14px;
	color: #909090
}

.pagination-wrap ul.pagination>li>span {
	background: #fff
}

.pagination-wrap ul.pagination>li:hover>a,
.pagination-wrap ul.pagination>li:focus>a {
	background: #fff;
	color: #777
}

.pagination-wrap ul.pagination>li.active>a {
	background: #eef0f4;
	font-weight: 700;
	color: #444
}









/* Count down */

.countdown {
	display: block;
	position: relative
}

.countdown .count {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 13px;
	padding: 2px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;
	background: #efefef;
	text-align: center
}

.countdown .count span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	min-width: 22px
}

.countdown .count small {
	display: inline-block;
	vertical-align: middle
}

.countdown .count:not(:last-child)::before,
.countdown .count:not(:last-child)::after {
	display: inline-block;
	content: ' ';
	width: 4px;
	height: 4px;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	background: #fff;
	position: absolute;
	top: 7px;
	right: -8px
}

.countdown .count:not(:last-child)::after {
	top: auto;
	bottom: 7px
}

.progress-wrapper {
	text-align: right;
	margin-top: -5px
}

.progress-wrapper ul {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0
}

.progress-wrapper ul:before {
	display: inline-block;
	content: ' ';
	position: absolute;
	top: 23px;
	left: 50px;
	right: 50px;
	width: auto;
	height: 5px;
	background: #efefef;
	z-index: 10
}

.progress-wrapper ul li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: center;
	width: 120px;
	z-index: 50
}

.progress-wrapper ul li span.step {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 999px;
	color: var(--theme-gray-text);
	background: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 4px 0;
	line-height: 1.4em
}

.progress-wrapper ul li:not(.active) span.step {
	border: 1px solid #e0e0e0
}

.progress-wrapper ul li.active span.step {
	color: #fff;
	background: #0d9a42
}

.progress-wrapper ul li.complete span.step {
	color: #fff;
	background: #636363
}

.progress-wrapper ul li span.name {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(100%);
	-ms-transform: translateX(-50%) translateY(100%);
	transform: translateX(-50%) translateY(100%);
	color: #aaa;
	font-size: 14px
}

.progress-wrapper ul li.active span.name {
	color: #666;
	font-weight: 600
}

.progress-wrapper ul li.complete span.name {
	color: #636363
}

.menu-wrapper {
	text-align: right;
	margin-top: 10px
}

.menu-wrapper .button.red {
	color: #fff!important;
	background: #0e9a42!important
}

.menu-wrapper .button.red:hover {
	color: #fff!important;
	background: #25d366!important
}



.menu-wrapper .button.red {
	color: #fff!important;
	background: #ed7f11!important
}

.menu-wrapper .button.red:hover {
	color: #fff!important;
	background: #cc7014!important
}

.menu-wrapper ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap
}

.menu-wrapper ul>li {
	display: inline-block;
	position: relative;
	vertical-align: top
}

.menu-wrapper ul>li>a:not(.button) {
	display: block;
	padding: 10px 10px;
	color: #434343
}

.menu-wrapper ul>li>a:not(.button):hover {
	color: #000
}

.menu-wrapper ul>li>.button {
	margin: 0 0 0 10px!important
}

.menu-wrapper ul>li .dropdown {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	background: #efefef;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #efefef;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform: translateY(100%) scale(0);
	transform: translateY(100%) scale(0);
	-webkit-transform: translateY(100%) scale(0);
	z-index: 100
}

.menu-wrapper ul>li:hover .dropdown,
.menu-wrapper ul>li:focus .dropdown {
	-ms-transform: translateY(100%) scale(1);
	transform: translateY(100%) scale(1);
	-webkit-transform: translateY(100%) scale(1)
}

.menu-wrapper ul>li .dropdown ul {
	display: block;
	padding: 7px 10px 7px 0
}

.menu-wrapper ul>li .dropdown ul>li {
	display: block
}

.menu-wrapper ul>li .dropdown ul>li>a {
	padding: 10px 10px
}

.background-wrapper {
	display: block;
	position: relative;
	min-height: 650px;
	height: 100vh;
	overflow: hidden
}

.background-wrapper .background-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10
}

.background-wrapper .background-image .parallax-window {
	display: block;
	width: 100%;
	height: 100%
}

.background-wrapper .background-image>img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-height: 100%;
	min-width: 100%;
	max-width: none
}

.background-wrapper .background-content {
	position: absolute;
	top: 140px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50
}

.background-wrapper .background-content .container {
	position: relative;
	height: 100%
}

.background-wrapper .background-content .content-wrap {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.background-wrapper .background-content .content-usp {
	color: #fff;
	background: rgba(0, 0, 0, .7);
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	padding: 20px 20px
}

.background-wrapper .background-content .content-usp ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0
}

.background-wrapper .background-content .content-usp ul li {
	display: block;
	position: relative;
	color: #fff;
	margin-bottom: 15px;
	padding-left: 45px;
	min-height: 40px
}

.background-wrapper .background-content .content-usp ul li:before {
	display: inline-block;
	content: ' ';
	width: 30px;
	height: 30px;
	background: transparent no-repeat;
	background-position: center;
	background-size: 26px;
	position: absolute;
	top: 0;
	left: 0
}


html:not(.webp) .background-wrapper .background-content .content-usp ul li:before {
	background-image: url(/images/icon-check.png);
}
html.webp .background-wrapper .background-content .content-usp ul li:before {
	background-image: url(/images/icon-check.webp);
}


.background-wrapper .background-content .content-usp ul li:last-child {
	margin-bottom: 0
}

.background-wrapper .background-content .content-usp ul b {
	font-weight: 700;
	font-size: 18px
}

.background-wrapper .background-content .content-form-wrap {
	text-align: right
}

.background-wrapper .background-content .content-form {
	display: inline-block;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	padding: 25px;
	width: 420px;
	max-width: 100%
}

.background-wrapper .background-content .content-form form {
	margin: 0
}

.background-wrapper .background-content .content-form .message {
	color: var(--theme-gray-text);
	background: #f6e8dd;
	border-radius: 4px;
	overflow: hidden;
	padding: 12px 15px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 18px
}

.background-wrapper .background-content .content-form .message>b {
	display: inline-block;
	white-space: nowrap
}

.background-wrapper .background-content .content-form .field {
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 155px
}

.background-wrapper .background-content .content-form .field label {
	color: var(--theme-gray-text);
	position: absolute;
	top: 6px;
	left: 0
}

.background-wrapper .background-content .content-form .field input {
	display: inline-block;
	width: 100%;
	color: #6d6d6d;
	background: #efefef;
	border-radius: 4px;
	overflow: hidden;
	padding: 10px 12px;
	border: 0;
	outline: 0
}

.background-wrapper .background-content .content-form .actions button {
	width: 100%;
	margin: 10px 0 0
}

.background-wrapper .background-content .content-form .payment-methods {
	display: block;
	margin: 25px -4px 0
}

.background-wrapper .background-content .content-form .payment-methods .items {
	display: table;
	width: 100%;
	min-width: 100%
}

.background-wrapper .background-content .content-form .payment-methods .item {
	display: table-cell;
	padding: 0 4px;
	text-align: center
}

.background-wrapper .background-content .content-form .payment-methods .item img {
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
	max-height: 26px;
	width: auto;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: url('data:image/svg+xml; charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(100%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}

.background-wrapper .background-content .content-form .payment-methods .item:hover img {
	-webkit-filter: grayscale(0%);
	filter: url('data:image/svg+xml; charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(0%)
}

.footer-wrapper {
	color: #fff;
	background: #12100b;
	padding: 50px 0 30px
}

.footer-wrapper .row:not(.normal) {
	margin: 0 -25px
}

.footer-wrapper .row:not(.normal)>div {
	padding: 0 25px
}

.footer-wrapper hr.divider {
	border-top: 1px solid var(--theme-gray-text);
	margin: 12px 0
}

.footer-wrapper .footer-block {
	margin-bottom: 38px
}

.footer-wrapper .footer-block h3 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px
}

.footer-wrapper .footer-block p {
	margin: 13px 0
}

.footer-wrapper .footer-block ul {
	margin: 13px 0;
	padding-left: 15px
}

.footer-wrapper .footer-block ul > li:not(:last-child) {
	margin-bottom: 3px;
}

.footer-wrapper .footer-block ul > li > a {
	line-height: 1.35em;
	padding: 2px 0;
}

.footer-wrapper .footer-block a {
	display: inline-block;
	vertical-align: top;
	color: #fff
}

.footer-wrapper .footer-block a:hover {
	color: #c3cedc
}

.footer-wrapper .footer-block .icon-button {
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	margin-right: 5px;
	border: 2px solid var(--theme-gray-text);
	border-radius: 999px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 9px 9px
}

.footer-wrapper .footer-block .icon-button:hover {
	border: 2px solid #636363
}

.footer-wrapper .footer-block .icon-button svg,
.footer-wrapper .footer-block .icon-button img {
	display: inline-block;
	color: #fff;
}

.footer-wrapper .footer-block .icon-button svg,
.footer-wrapper .footer-block .icon-button svg path {
	fill: currentColor;
}


.footer-wrapper .footer-mail {
	display: inline-block;
	white-space: nowrap;
	font-weight: 500
}

.footer-wrapper .footer-mail span {
	display: inline-block;
	vertical-align: middle
}


.footer-wrapper .footer-mail img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin-right: 4px
}


.footer-wrapper .footer-mail svg {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin-right: 4px
}


.footer-wrapper .footer-mail svg,
.footer-wrapper .footer-mail svg path {
	fill: currentColor;
}



.footer-wrapper .footer-copyright {
	font-size: 12px;
	margin-top: 0
}

.footer-wrapper .footer-copyright .copyright {
	display: block;
	margin-top: 10px;
	color: var(--theme-gray-text);
	color: #9f9f9f;

}

.footer-wrapper .footer-copyright .menu-wrap {
	display: inline-block;
	vertical-align: middle
}

.footer-wrapper .footer-copyright .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -5px
}

.footer-wrapper .footer-copyright .menu>li {
	display: inline-block;
	position: relative;
	padding: 0 5px
}

.footer-wrapper .footer-copyright .menu>li>a {
	color: #fff;
	padding: 0 3px 0 2px
}

.footer-wrapper .footer-copyright .menu>li>a:hover {
	color: #c3cedc
}

.footer-wrapper .footer-copyright .menu>li:not(:last-child):after {
	content: ' ';
	display: inline-block;
	width: 1px;
	height: 1em;
	background: #90a3bc;
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 0
}













.wrapper,
.content-wrapper {
	background: #fff;
	padding: 65px 0
}

.wrapper .title,
.content-wrapper .title {
	margin-bottom: 50px
}







/* Blocks */
.wrapper.dark {
	color: #fff;
	background-color: #002633;
}
.wrapper.lighter {
	color: #000;
	background-color: #efefef;
}
.wrapper.white {
	background-color: #fff;
}
.wrapper.light {
	background-color: #fafafa;
}

.blocks-wrap {
	position: relative;
	z-index: 25;
}

.blocks-wrap.row:not(.default) > div,
.blocks-wrap:not(.default) > .row > div {
	padding-bottom: 25px;
}







.blocks-wrap .block-item {
	color: #fff;
	position: relative;
	background-color: #002633;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
	height: 100%;
}


.blocks-wrap .block-item:not(.has-header) {
	padding: 20px 15px 20px;
}
.blocks-wrap .block-item .bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	height: 78px;
	padding: 10px 0 0 35px;
}
.blocks-wrap .block-item .bottom .buttons.right {
	position: absolute;
	right: 17px;
	bottom: 23px;
}
.blocks-wrap .block-item .image.stickers {
	position: absolute;
	width: 320px;
	bottom: 20px;
	max-width: 70%;
}






/* Blocks Product */

.block-item.product-country {
	overflow: hidden;
}

.block-item.product-country::before,
.block-item.product-country::after {
	content: ' ';
	display: block;
	position: absolute;
	inset: 0;
	z-index: 5;
}

.block-item.product-country::before {
	background-color: rgba( 0, 30, 50, 0.85 );
	background-color: rgba( 0, 30, 50, 0.75 );
}

.block-item.product-country::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 30, 50, 1)), to(rgba(0, 30, 50, 0)));
	background: -o-linear-gradient(top, rgba(0, 30, 50, 1) 0%, rgba(0, 30, 50, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 30, 50, 1) 0%, rgba(0, 30, 50, 0) 100%);
	opacity: 0.5;
}

.block-item.product-country .actions:not(.article) {
	text-align: center;
}

.block-item.product-country .actions.article {
	margin: 0;
}

.block-item.product-country .article-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.block-item.product-country .article {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 10px;
}

.block-item.product-country .article h3 {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px;
	max-width: 100%;
	width: 140px;
}

.block-item.product-country .price {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.2;
	position: absolute;
	top: 25px;
	right: 0;
}


.block-item.product-country .button {
	margin: 0 !important;
}

.block-item.product-country .article-wrap {
	position: relative;
	z-index: 25;
}

.block-item.product-country .article-wrap.has-icon .article {
	padding-left: 50px;
}

.block-item.product-country .article-wrap.has-icon::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
	-webkit-filter: invert(1);
	filter: invert(1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('/images/svg/highway.svg');
}




/* Icons */
i.icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 32px;
	height: 32px;
}
i.icon::before,
i.icon::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

i.icon.status::before {
	background-image: url(/images/svg/status-valid.svg);
}
i.icon.status.invalid::before,
i.icon.status.negative::before {
	background-image: url(/images/svg/status-invalid.svg);
}



/*html:not(.webp) i.icon.status::before {*/
/*	background-image: url(/images/icon-valid.png);*/
/*}*/
/*html:not(.webp) i.icon.status.invalid::before,*/
/*html:not(.webp) i.icon.status.negative::before {*/
/*	background-image: url(/images/icon-invalid.png);*/
/*}*/

/*html.webp i.icon.status::before {*/
/*	background-image: url(/images/icon-valid.webp);*/
/*}*/
/*html.webp i.icon.status.invalid::before,*/
/*html.webp i.icon.status.negative::before {*/
/*	background-image: url(/images/icon-invalid.webp);*/
/*}*/





/* Stars */
i.icon.star {
	width: 30px;
	height: 30px;
}
i.icon.star:not(.large) {
	width: 24px;
	height: 24px;
}
i.icon.star::after,
i.icon.star::before {
	background-position: left;
	background-size: 30px !important;
}

html:not(.webp) i.icon.star::after,
html:not(.webp) i.icon.star::before {
	background-image: url(/images/icon-star.png);
}
html.webp i.icon.star::after,
html.webp i.icon.star::before {
	background-image: url(/images/icon-star.webp);
}

i.icon.star:not(.large)::after,
i.icon.star:not(.large)::before {
	background-size: 24px !important;
}
i.icon.star.half::after {
	width: 50%;
}
i.icon.star.empty::after {
	width: 0%;
}
i.icon.star::before {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
}
.stars > i.star > .description {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	top: 45px;
	left: 50%;
	color: #fff;
	border-radius: 6px;
	background-color: #002633;
	padding: 10px 20px 10px 15px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	z-index: 55;
}
.stars > i.star:not(:hover) > .description {
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
}
body.ready .stars > i.star > .description {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}




/* Article Wrap */
.article-wrap.bottom {
	margin-bottom: 40px;
}




/* Table Benefits */
.benefits-wrap:not(.zero) {
	padding: 20px 0;
}
.benefits-wrap > .article {
	text-align: center;
	margin-bottom: 25px;
}

.tables.benefits.white {
	cursor: default;
}
.tables.benefits tbody tr:last-child td {
	padding-bottom: 15px;
}
.tables.benefits th.status,
.tables.benefits td.status {
	position: relative;
	text-align: center;
	width: 180px;
}
.tables.benefits th.status {
	padding-top: 12px;
	font-weight: 500;
}

.tables.benefits th.status > strong {
	display: inline-block;
	font-weight: 500;
	line-height: 1.15em;
	margin-bottom: 8px;
}

.tables.benefits th.status > * {
	position: relative;
	z-index: 20;
}
.tables.benefits tbody td {
	padding: 10px 10px;
	white-space: normal;
	vertical-align: middle;
	line-height: 1.5em;
}
.tables.benefits tbody td:first-child {
	border-radius: 6px 0 0 6px;
	padding-left: 20px;
}
.tables.benefits tbody td:last-child {
	border-radius: 0 6px 6px 0;
}
.tables.benefits tbody td.description {
	vertical-align: middle;
	padding-right: 20px;
}
.tables.benefits td.description > span {
	display: block;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.tables.benefits:not(.static) tbody:hover tr:not(:hover) td.description > span,
.tables.benefits:not(.static) tbody:hover tr:not(:hover) td.status i.icon {
	opacity: 0.6;
}

.tables.benefits tr:hover td.status i.icon {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
body.ready .tables.benefits td.status i.icon {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 5;
}
body.ready .tables.benefits td.description > span {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.tables.benefits th.status.main > .splash {
	content: ' ';
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 800%;
	border: none;
	border-radius: 6px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
body.ready .tables.benefits th.status.main > .splash {
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform-origin: 50% 25%;
	-ms-transform-origin: 50% 25%;
	transform-origin: 50% 25%;
}


.tables.benefits:not(.inverted) tbody tr:nth-child(odd) {
	color: #000;
	background-color: #fff;
}
.tables.benefits:not(.inverted) th.status.main > .splash {
	background-color: #dce5df;
	-webkit-box-shadow: 0 0 15px #dce5df;
	box-shadow: 0 0 15px #dce5df;
}



.benefits-wrap.in-modal .tables.benefits thead {
	position: relative;
	z-index: 1;
}
.benefits-wrap.in-modal .tables.benefits tbody tr:nth-child(odd) td {
	background-color: #f0f0f0;
}
.benefits-wrap.in-modal .tables.benefits td.status i.icon {
	position: relative;
	margin: 6px 0 0;
	z-index: 2;
}







.highlight-wrapper {
	position: relative;
	background: #f4f4f4
}

.highlight-wrapper:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	height: 60px;
	background: #f4f4f4
}

article.content>h1,
article.content>h2,
.wrapper .title>h1,
.wrapper .title>h2,
.content-wrapper .title>h1,
.content-wrapper .title>h2 {
	color: var(--theme-gray-text);
	font-weight: 400;
	line-height: 1.5em
}

.article,
article.content {

	a:not(.button):not([class]) {
		text-decoration: underline;
		color: #3366ff;
		&:visited {
			color: #0032c0;
		}
		&:hover, &:focus {
			color: #0032c0;
		}
	}

}

.wrapper .title>h1,
.wrapper .title>h2,
.content-wrapper .title>h1,
.content-wrapper .title>h2 {
	text-align: center
}

.wrapper .title .label,
.content-wrapper .title .label {
	color: #fff;
	background: var(--theme-gray-text);
	display: inline-block;
	vertical-align: middle;
	padding: 10px 12px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 5px
}

.wrapper .title .label.green,
.content-wrapper .title .label.green {
	background: #0d9a42!important
}

.steps-wrapper {
	background: #efefef
}

.steps-wrap {
	margin-top: 65px
}

.steps-wrap:not(.regular) .row {
	margin: 0 -32px
}

.steps-wrap:not(.regular) .row>div {
	padding: 0 32px
}

.steps-wrap .step-wrap {
	position: relative;
	height: 100%
}

.steps-wrap .step-wrap:not(.step-1):not(.ignore):before {
	display: inline-block;
	content: ' ';
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 38px;
	position: absolute;
	top: 50%;
	left: -32px;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}


html:not(.webp) .steps-wrap .step-wrap:not(.step-1):not(.ignore):before {
	background-image: url(/images/arrow-right-2.png);
}
html.webp .steps-wrap .step-wrap:not(.step-1):not(.ignore):before {
	background-image: url(/images/arrow-right-2.webp);
}


.steps-wrap .step-item {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: visible;
	padding: 58px 20px 15px;
	height: 100%
}

.steps-wrap .step-item.customized {
	padding: 85px 0 0;
}
.steps-wrap .step-item.customized .image {
	padding: 14px 0 0;
}
.steps-wrap .step-item.customized .image > img {
	width: 100px;
}
.steps-wrap .step-item.customized > .content {
	padding: 15px 20px 15px;
}
.steps-wrap .step-item.customized > .content.min-height {
	min-height: 175px;
}
.steps-wrap .step-item.customized > .actions {
	padding: 0px 15px 15px;
}
.steps-wrap .step-item.customized > .actions .button.block {
	display: block;
	width: auto;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.steps-wrap .step-item.customized .step {
	font-size: 14px;
}


.steps-wrap .step-item .step {
	color: #fff;
	background: var(--theme-gray-text);
	display: inline-block;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 5px 0 5px 0;
	-moz-border-radius: 5px 0 5px 0;
	-webkit-border-radius: 5px 0 5px 0;
	position: absolute;
	top: 0;
	left: 0
}

.steps-wrap .step-item .image {
	display: inline-block;
	position: absolute;
	width: 120px;
	top: -32px;
	right: 0;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center
}

.steps-wrap .step-item .image.top-10 > svg,
.steps-wrap .step-item .image.top-10 > img {
	margin-top: 10px;
}

.steps-wrap .step-item .image > svg,
.steps-wrap .step-item .image > img {
	display: inline-block;
	aspect-ratio: 1;
	width: 80px
}

.steps-wrap .step-wrap.step-2 .step-item .image > svg,
.steps-wrap .step-wrap.step-2 .step-item .image > img {
	width: 90px
}

.steps-wrap .step-wrap.step-3 .step-item .image > svg,
.steps-wrap .step-wrap.step-3 .step-item .image > img {
	margin-top: 10px;
	margin-left: 8px;
	width: 74px
}

.steps-wrap .step-item .content {
	position: relative;
	padding-left: 12px
}

.steps-wrap .step-item .content article {
	position: relative;
	z-index: 15
}

.steps-wrap .step-item .content article h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35em;
	margin-bottom: 0
}

.steps-wrap .step-item .content article p {
	margin: 10px 0;
	font-size: 15px
}

.reviews-wrapper .call-to-action {
	margin-bottom: 40px
}

.reviews-wrapper .review-information {
	text-align: center
}

.reviews-wrapper .review-information .average span {
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #fff;
	background: var(--theme-gray-text);
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	border-radius: 999px;
	overflow: hidden;
	padding: 11px 0
}

.reviews-wrapper .review-information .average span.fluid {
	width: auto;
	padding: 11px 22px;
}

.reviews-wrap:not(.static) .row {
	margin: 0 -25px
}

.reviews-wrap:not(.static) .row>div {
	padding: 0 25px
}

.reviews-wrap .review-item {
	color: var(--theme-gray-text);
	display: block;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
	border-radius: 4px;
	overflow: hidden;
	padding: 25px 30px;
	height: 100%
}

.reviews-wrap.static .review-item {
	height: auto;
	width: 100%;
	margin-bottom: 25px;
	padding: 20px
}

.reviews-wrap .review-item .author .name {
	display: inline-block;
	vertical-align: 0;
	color: #636363
}

.reviews-wrap .review-item .author .rating {
	display: inline-block;
	vertical-align: middle
}

.reviews-wrap .review-item .date {
	margin-top: 5px
}

.reviews-wrap .review-item .score {
	color: #fff;
	background: var(--theme-gray-text);
	display: inline-block;
	padding: 5px 15px;
	border-radius: 0 0 0 5px;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 65px;
	font-size: 32px;
	text-align: center
}

.reviews-wrap .more {
	margin-top: 50px;
	text-align: center
}

.request-wrapper {
	position: relative;
	background: #f4f4f4
}
.request-wrap .request-form .form-set.featured {
	color: #fff;
	background: #2a4970;
	padding-top: 55px;
	margin-top: 15px;
}

.request-wrap .request-form .form-set.featured.light {
	color: #000;
	background: #eaeaea;
}

.request-wrap .request-form .form-set .form-set-label {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 35px;
	z-index: 5;
	color: #fff;
	background: #cc151a;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}
.request-wrapper .payment-methods-wrap.mobile {
	display: none
}

.request-wrapper .request-status {
	display: block;
	position: relative;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 4px
}

.request-wrapper .request-status h1 {
	color: var(--theme-gray-text);
	font-weight: 600
}

.request-wrapper .request-status h2 {
	color: var(--theme-gray-text);
	font-size: 25px;
	font-weight: 600
}

.request-wrapper .request-status h2:not(:first-child) {
	margin-top: 35px
}

.request-wrapper .request-status.main {
	color: #fff;
	background: #636363
}

.request-wrapper .request-status.main h1,
.request-wrapper .request-status.main h2 {
	color: #fff
}

.request-wrapper .request-status .article {
	margin: 25px 0 25px
}

.request-wrapper .request-status.status-check .article,
.request-wrapper .request-status.status-failed .article {
	text-align: center
}

.request-wrapper .request-status.status-paid {
	padding-left: 110px
}

.request-wrapper .request-status.status-paid::before {
	content: ' ';
	display: inline-block;
	width: 52px;
	height: 52px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 45px;
	left: 32px;
	z-index: 10
}


html:not(.webp) .request-wrapper .request-status.status-paid::before {
	background-image: url(/images/icon-checkmark.png);
}
html.webp .request-wrapper .request-status.status-paid::before {
	background-image: url(/images/icon-checkmark.webp);
}


.request-wrapper .request-status.status-paid .article {
	margin: 12px 0 15px;
	line-height: 1.8em
}

.request-wrapper .request-status .check-payment {
	text-align: center
}

.request-wrapper .request-status .check-payment>img {
	display: block;
	margin: 40px auto 0;
	width: 35px
}

.request-wrapper .request-status .check-form {
	display: block;
	position: relative;
	margin-top: 30px
}

.request-wrapper .request-status .check-form .button {
	position: absolute;
	top: 0;
	left: 0
}

.request-wrapper .request-article {
	margin-bottom: 50px
}

.request-wrap {
	position: relative;
	padding-right: 380px
}

.request-wrap.zero {
	padding: 0 !important;
}

.request-wrap .request-explanation {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 380px;
	padding-left: 35px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s
}

.request-wrap .request-explanation .explanation-wrap {
	display: block;
	position: relative
}

.request-wrap .request-explanation .explanation {
	display: block;
	background: #f6e8dd;
	border: 3px solid #eaceb8;
	padding: 20px 23px 5px;
	border-radius: 4px;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 20;
	font-size: 14px;
	letter-spacing: -0.01em;
}

.request-wrap .request-explanation .explanation .remove {
	display: inline-block;
	cursor: pointer!important;
	width: 22px;
	height: 22px;
	border: none;
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 10;
	opacity: .5;
	-webkit-filter: contrast(0) brightness(0);
	filter: contrast(0) brightness(0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}

/*.request-wrap .request-explanation .explanation .remove {*/
/*	background-image: url(/images/svg/close-red.svg);*/
/*}*/


html:not(.webp) .request-wrap .request-explanation .explanation .remove {
	background-image: url(/images/icon-close-red.png);
}
html.webp .request-wrap .request-explanation .explanation .remove {
	background-image: url(/images/icon-close-red.webp);
}


.request-wrap .request-explanation .explanation-wrap.forced .explanation,
.request-wrap .request-explanation .explanation-wrap.active .explanation {
	display: block;
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	opacity: 1
}

.request-wrap .request-actions {
	text-align: right;
	padding: 30px
}

.request-wrap .request-actions .button {
	margin: 0 0 0 7px;
	font-size: 11.5pt
}

.request-wrap .request-actions .button.back {
	float: left;
	margin: 0
}

.request-wrap .request-actions .button.right {
	float: right
}

.request-wrap .request-form {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden
}

.request-wrap .request-form hr {
	margin: 0;
	border-top: 1px solid #ebebeb
}

.request-wrap .request-form .alert {
	margin-top: 0
}

.request-wrap .request-form .alert .error-set:not(:last-child) {
	margin-bottom: 10px
}

.request-wrap .request-form .form-alert {
	padding: 20px 20px 0
}

.request-wrap .request-form .form-set {
	display: block;
	position: relative;
	padding: 35px 35px
}

.request-wrap .request-form .form-set.no-top {
	padding-top: 0 !important;
}

.request-wrap .request-form .form-set.no-bottom {
	padding-bottom: 0 !important;
}

.request-wrap .request-form .form-set h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px
}

.request-wrap .request-form .form-set .actions {
	margin: 10px 0 -5px
}

.request-wrap .request-form .form-set .actions .button {
	margin: 0 0 0 5px
}

.request-wrap .request-form .form-set .actions .button.text {
	margin: -5px 0 5px 5px
}

.request-wrap .request-form .form-set.highlight {
	color: #fff;
	background: #636363
}

.request-wrap .request-form .form-set.highlight h2 {
	margin: 20px 0
}

.request-wrap .request-form .form-set .field {
	position: relative;
	margin-top: 10px;
	padding-left: 290px
}

.request-wrap .request-form .form-set .field.long.rev {
	padding-left: 0
}

.request-wrap .request-form .form-set .field.long.rev label {
	font-size: 10.25pt;
	margin-bottom: 10px
}

.request-wrap .request-form .form-set .field.long.rev .small-help {
	display: block
}

.request-wrap .request-form .form-set .field .small-help.featured {
	display: block;
	font-weight: 500;
	padding: 5px 10px;
	color: #000;
	background: #f6e8dd;
	border: 3px solid #eaceb8;
	border-radius: 4px;
}

.request-wrap .request-form .form-set .field:last-child {
	margin-bottom: 5px
}

.request-wrap .request-form .form-set .field.disabled::before {
	content: ' ';
	cursor: not-allowed;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -8px;
	left: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .65)
}

.request-wrap .request-form .form-set .field input,
.request-wrap .request-form .form-set .field select,
.request-wrap .request-form .form-set .field textarea {
	position: relative;
	z-index: 3
}

.request-wrap .request-form .form-set .field.minimal {
	padding-left: 220px
}

.request-wrap .request-form .form-set .field.full {
	padding-left: 0!important
}

.request-wrap .request-form .form-set .field.conditions-field {
	min-height: 25px;
	padding: 45px 0 5px 0
}

.request-wrap .request-form .form-set .field.combined {
	display: block;
	position: relative;
	padding: 0;
	width: 370px;
	max-width: 100%
}

.request-wrap .request-form .form-set .field.combined>.input {
	display: block;
	position: relative;
	padding: 10px 11px 10px;
	z-index: 5
}

.request-wrap .request-form .form-set .field.combined>.button {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 16px;
	min-height: 40px;
	height: 40px;
	z-index: 20;
	margin: 0
}

.request-wrap .request-form .form-set .field.actions .button {
	font-size: 11pt;
	margin: 0 4px 8px 0
}

.request-wrap .request-form .form-set .field.actions .button.full {
	width: 100%;
	margin: 0
}

.request-wrap .request-form .form-set .field.actions .button.notice {
	padding-left: 14px;
	padding-right: 14px
}

.request-wrap .request-form .form-set .field.actions .button:last-child {
	margin: 0
}

.request-wrap .request-form .form-set .field.inline label:not(.checkbox):not(.checkbox) {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: auto;
	max-width: 240px;
	font-size: 14px;
	font-size: 10.25pt;
	white-space: normal;
}

.request-wrap .request-form .form-set .field.error label:not(.checkbox) {
	color: #8a0011
}

.request-wrap .request-form .form-set .field>label:not(.checkbox)>i:not(.icon) {
	display: inline-block;
	font-size: 8pt;
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	white-space: nowrap;
	opacity: .9
}

.request-wrap .request-form .form-set .field>label:not(.checkbox)>i.icon {
	margin-top: -1px;
	margin-left: 5px
}

.request-wrap .request-form .form-set .field>label:not(.checkbox)>em {
	display: inline-block;
	font-weight: 800;
	font-style: normal;
	margin: 0 2px 0 2px;
	color: #636363
}

.request-wrap .request-form .form-set .field.error>label:not(.checkbox)>em {
	color: #8a0011
}

.request-wrap .request-form .form-set .field label.checkbox {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	color: #000;
	background: #f3f3f3;
	min-height: 33px;
	border-radius: 4px;
	overflow: hidden;
	white-space: normal;
	padding-left: 40px
}

.request-wrap .request-form .form-set .field.error label.checkbox {
	border-left: 2px solid red;
	background-color: #f7f0f0
}

.request-wrap .request-form .form-set .field label.checkbox.checked {
	color: #fff;
	background: #636363
}


.request-wrap .request-form .form-set .field.is-green label.checkbox:not(.checked) {
	color: #fff;
	background: #a6a6a6;
}

.request-wrap .request-form .form-set .field.is-green label.checkbox.checked {
	color: #fff;
	font-weight: 500;
	background: #0c9a41
}

.request-wrap .request-form .form-set .field label.checkbox.reversed {
	color: #fff;
	background: #3a5a82
}

.request-wrap .request-form .form-set .field label.checkbox.checked.reversed {
	color: #fff;
	background: #233c5a;
	font-weight: 500
}

.request-wrap .request-form .form-set .field label.checkbox.static {
	color: var(--theme-gray-text);
	background: #f3f3f3;
	cursor: not-allowed!important
}

.request-wrap .request-form .form-set .field label.checkbox.checked:after,
.request-wrap .request-form .form-set .field label.checkbox.static:not(.checked):after {
	display: inline-block;
	content: ' ';
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 7px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10
}



html:not(.webp) .request-wrap .request-form .form-set .field label.checkbox.checked:after,
html:not(.webp) .request-wrap .request-form .form-set .field label.checkbox.static:not(.checked):after {
	background-image: url(/images/icon-check-2.png);
}
html.webp .request-wrap .request-form .form-set .field label.checkbox.checked:after,
html.webp .request-wrap .request-form .form-set .field label.checkbox.static:not(.checked):after {
	background-image: url(/images/icon-check-2.webp);
}


.request-wrap .request-form .form-set .field label.checkbox.radio.checked:after,
.request-wrap .request-form .form-set .field label.checkbox.radio.static:not(.checked):after {
	left: 8px
}

.request-wrap .request-form .form-set .field label.checkbox.static:not(.checked):after {
	background-size: 15px;
	left: 6px
}



html:not(.webp) .request-wrap .request-form .form-set .field label.checkbox.static:not(.checked):after {
	background-image: url(/images/icon-close-red.png);
}
html.webp .request-wrap .request-form .form-set .field label.checkbox.static:not(.checked):after {
	background-image: url(/images/icon-close-red.webp);
}



.request-wrap .request-form .form-set .field label.checkbox input {
	-webkit-appearance: none;
	vertical-align: middle;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: #fff;
	position: absolute;
	left: 7px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	outline: none
}

.request-wrap .request-form .form-set .field>label:not(.checkbox)>i:not(.icon)html {
	height: 100%
}

.request-wrap .request-form .form-set .field label.checkbox input[type="radio"] {
	width: 21px;
	height: 21px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px
}

.request-wrap .request-form .form-set .field label.checkbox span {
	display: inline-block;
	line-height: 1.2em;
	padding: 7px 0
}

.request-wrap .request-form .form-set .field label.checkbox span em {
	font-style: normal;
	text-transform: none
}

.request-wrap .request-form .form-set .field label.checkbox span small {
	font-size: 13px
}

.request-wrap .request-form .form-set .field label.checkbox img {
	display: inline-block;
	vertical-align: top;
	width: 28px;
	margin-right: 5px;
	margin-top: 12px
}

.request-wrap .request-form .form-set .field label.checkbox.payment {
	padding-left: 42px;
	min-height: 45px
}

.request-wrap .request-form .form-set .field label.checkbox.payment input,
.request-wrap .request-form .form-set .field label.checkbox.payment.checked:after {
	left: 10px
}

.request-wrap .request-form .form-set .field label.checkbox.payment img {
	position: absolute;
}

.request-wrap .request-form .form-set .field label.checkbox.payment.top img {
	margin-top: 18px
}

.request-wrap .request-form .form-set .field label.checkbox.payment span {
	position: relative;
	padding: 10px 0 10px 40px;
	margin-top: 3px;
	width: 100%
}

.request-wrap .request-form .form-set .field label.checkbox.payment span small {
	display: block;
	line-height: 1.2em;
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

.request-wrap .request-form .form-set .field label.checkbox.payment .active-content {
	padding: 0 11px 0 0;
	height: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}

.request-wrap .request-form .form-set .field label.checkbox.payment.checked .active-content {
	padding: 3px 12px 11px 0;
	height: 51px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.request-wrap .request-form .form-set .field textarea,
.request-wrap .request-form .form-set .field input[type="text"],
.request-wrap .request-form .form-set .field select {
	-webkit-appearance: none;
	display: block;
	padding: 7px 10px;
	outline: none;
	background: #f3f3f3;
	border: 1px solid transparent;
	border-radius: 3px;
	width: 100%
}


.request-wrap .request-form .form-set .field.transparent textarea,
.request-wrap .request-form .form-set .field.transparent input[type="text"],
.request-wrap .request-form .form-set .field.transparent select {
	background-color: transparent;
	border-color: transparent;
}

.request-wrap .request-form .form-set .field.opacity textarea,
.request-wrap .request-form .form-set .field.opacity input[type="text"],
.request-wrap .request-form .form-set .field.opacity select {
	opacity: 0.5;
}


.request-wrap .request-form .form-set .field textarea {
	height: 120px
}

.request-wrap .request-form .form-set .field input.error,
.request-wrap .request-form .form-set .field.error input[type="text"],
.request-wrap .request-form .form-set .field.error select {
	border-left: 2px solid #ce0000;
	background-color: #f7f0f0
}

.request-wrap .request-form .form-set .field input.warned,
.request-wrap .request-form .form-set .field.warned input[type="text"],
.request-wrap .request-form .form-set .field.warned select {
	border-left: 2px solid #f79e3d;
	background-color: #f9f1eb
}

.request-wrap .request-form .form-set .field.double-field,
.request-wrap .request-form .form-set .field.date-field {
	white-space: nowrap
}

.request-wrap .request-form .form-set .field.double-field .small-help,
.request-wrap .request-form .form-set .field.date-field .small-help {
	display: block;
	white-space: normal;
	line-height: 1.4em!important;
	margin: 9px 0 5px
}

.request-wrap .request-form .form-set .field.double-field>input {
	display: inline-block;
	width: 49.7%;
	width: 49%;
	margin-right: 3px
}

.request-wrap .request-form .form-set .field.date-field>select {
	display: inline-block;
	width: 32.8%;
	width: 32%;
	margin-right: 3px
}

.request-wrap .request-form .form-set .field .input-wrap .row:not(.default),
.request-wrap .request-form .form-set .field>.row:not(.default) {
	margin: 0 -3px
}

.request-wrap .request-form .form-set .field .input-wrap .row:not(.default)>div,
.request-wrap .request-form .form-set .field>.row:not(.default)>div {
	padding: 0 3px
}

.request-wrap .request-form .form-set .field>.row.space {
	margin: 0 -7px
}

.request-wrap .request-form .form-set .field>.row.space>div {
	padding: 0 7px
}

.request-wrap .request-form .travelers-set {
	display: block;
	position: relative
}

.request-wrap .request-form .travelers-set h2 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: left
}

.request-wrap .request-form .traveler-item .title {
	position: relative;
	margin-bottom: 20px
}

.request-wrap .request-form .traveler-item .title>.button {
	font-size: 14px;
	position: absolute;
	top: -5px;
	right: 0
}

.request-wrap .request-form .travelers-first .traveler-item .title>.button {
	display: none
}

.request-wrap .request-form .travelers-add .button {
	margin: 5px 0 0
}

.request-wrap .request-form .question.circle {
	display: inline-block;
	position: relative;
	border: 1px solid #999;
	border-radius: 999px;
	width: 20px;
	height: 20px;
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	vertical-align: top;
	margin: 5px 0 0 2px
}

.request-wrap .request-form .question.circle:hover,
.request-wrap .request-form .question.circle:focus {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.request-wrap .request-form .question.circle:after {
	display: inline-block;
	content: ' ';
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	position: absolute;
	top: 1px;
	left: 1px
}


html:not(.webp) .request-wrap .request-form .question.circle:after {
	background-image: url(/images/icon-help.png);
}
html.webp .request-wrap .request-form .question.circle:after {
	background-image: url(/images/icon-help.webp);
}


.request-wrap .note-conditions {
	color: #282828;
	font-size: 12px
}

.request-wrap .confirm-set .traveler-item {
	display: block;
	position: relative;
	color: #282828;
	background: #f6e8dd;
	border: 3px solid #f6e8dd;
	line-height: 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 12px 9px;
	margin-bottom: 7px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.request-wrap .request-explanation .explanation-wrap.active .traveler-item {
	opacity: .4
}

.request-wrap .confirm-set .traveler-item .name {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0
}

.request-wrap .confirm-set .traveler-item .document {
	margin-top: 4px
}

.request-wrap .confirm-set .traveler-item .document>span {
	display: inline-block;
	font-size: 12px
}

.request-wrap .confirm-set .traveler-item .document>span>b {
	font-weight: 600
}

.request-wrap .confirm-set .traveler-item .remove {
	display: inline-block;
	cursor: pointer!important;
	width: 22px;
	height: 22px;
	border: none;
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 10;
	opacity: .5;
	-webkit-filter: contrast(0) brightness(0);
	filter: contrast(0) brightness(0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}



html:not(.webp) .request-wrap .confirm-set .traveler-item .remove {
	background-image: url(/images/icon-close-red.png);
}
html.webp .request-wrap .confirm-set .traveler-item .remove {
	background-image: url(/images/icon-close-red.webp);
}


.request-wrap .confirm-set .traveler-item:hover .remove {
	opacity: 1
}

.request-wrap .confirm-set .traveler-item .remove:hover {
	-webkit-filter: contrast(100%) brightness(100%);
	filter: contrast(100%) brightness(100%)
}

.request-wrap .confirm-set .traveler-item.flag:after {
	content: ' ';
	display: inline-block;
	width: 22px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	position: absolute;
	z-index: 10;
	right: -20px;
	bottom: 9px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.request-wrap .confirm-set .traveler-item.flag:hover:after {
	right: 8px;
	opacity: 1
}


html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-nl:after {
	background-image: url(/images/flags/flag-nl.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-at:after {
	background-image: url(/images/flags/flag-at.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-be:after {
	background-image: url(/images/flags/flag-be.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-en:after {
	background-image: url(/images/flags/flag-en.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-es:after {
	background-image: url(/images/flags/flag-es.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-fr:after {
	background-image: url(/images/flags/flag-fr.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-ie:after {
	background-image: url(/images/flags/flag-ie.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-no:after {
	background-image: url(/images/flags/flag-no.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-pl:after {
	background-image: url(/images/flags/flag-pl.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-pt:after {
	background-image: url(/images/flags/flag-pt.png);
}
html:not(.webp) .request-wrap .confirm-set .traveler-item.flag-us:after {
	background-image: url(/images/flags/flag-us.png);
}



html.webp .request-wrap .confirm-set .traveler-item.flag-nl:after {
	background-image: url(/images/flags/flag-nl.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-at:after {
	background-image: url(/images/flags/flag-at.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-be:after {
	background-image: url(/images/flags/flag-be.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-en:after {
	background-image: url(/images/flags/flag-en.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-es:after {
	background-image: url(/images/flags/flag-es.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-fr:after {
	background-image: url(/images/flags/flag-fr.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-ie:after {
	background-image: url(/images/flags/flag-ie.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-no:after {
	background-image: url(/images/flags/flag-no.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-pl:after {
	background-image: url(/images/flags/flag-pl.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-pt:after {
	background-image: url(/images/flags/flag-pt.webp);
}
html.webp .request-wrap .confirm-set .traveler-item.flag-us:after {
	background-image: url(/images/flags/flag-us.webp);
}






.request-wrap .confirm-set .traveler-item.highlight {
	-webkit-animation: ease-in-out flashing 2800ms infinite;
	animation: ease-in-out flashing 2800ms infinite
}

@-webkit-keyframes flashing {
	0% {
		border-color: #f6e8dd
	}
	20% {
		border-color: #f6e8dd
	}
	35% {
		border-color: #d6b092
	}
	55% {
		border-color: #f6e8dd
	}
	70% {
		border-color: #d6b092
	}
	100% {
		border-color: #f6e8dd
	}
}

@keyframes flashing {
	0% {
		border-color: #f6e8dd
	}
	20% {
		border-color: #f6e8dd
	}
	35% {
		border-color: #d6b092
	}
	55% {
		border-color: #f6e8dd
	}
	70% {
		border-color: #d6b092
	}
	100% {
		border-color: #f6e8dd
	}
}

.request-wrap .request-form .costs-wrap table {
	width: 100%;
	margin-top: 17px
}

.request-wrap .request-form .costs-wrap table tr.total td {
	font-size: 17px;
	font-weight: 600;
	padding-top: 7px
}

.request-wrap .request-form .costs-wrap table small {
	display: inline-block;
	color: #284970;
	font-weight: 500;
	margin-left: 7px;
	opacity: .45;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"
}

.request-wrapper .timer-wrap {
	display: block;
	position: relative;
	padding-right: 170px
}

.request-wrapper .timer-wrap .timer {
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 10
}

.timer-wrap .timer {
	display: inline-block;
	font-size: 0;
	color: #fff
}

.timer-wrap .timer>span {
	display: block;
	font-size: 0;
	color: rgba(255, 255, 255, 1);
	white-space: nowrap;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}

.timer-wrap .timer>span.complete {
	color: rgba(255, 255, 255, .45)
}

.timer-wrap .timer>span>b {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 38px;
	font-weight: 700;
	line-height: 1em;
	width: 60px;
	text-align: center;
	letter-spacing: -.5px;
	padding: 15px 0;
	background: #1f3c5f;
	border-radius: 4px;
	margin: 0 7px
}

.timer-wrap.dark .timer>span>b {
	color: #896c3c;
	background: #faedce;
	border: 2px solid #faeccd;
	font-weight: 600
}

.timer-wrap .timer>span>b:not(.sec)::before,
.timer-wrap .timer>span>b:not(.sec)::after {
	content: ' ';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: currentColor;
	border-radius: 999px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: -13px;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%)
}

.timer-wrap .timer>span>b:not(.sec)::before {
	margin-top: -5px
}

.timer-wrap .timer>span>b:not(.sec)::after {
	margin-top: 8px
}

.contact-wrapper {
	position: relative;
	background: #f4f4f4
}

.form-wrap form {
	margin: 0
}

.form-wrap .field {
	margin-bottom: 15px
}

.form-wrap .field label {
	display: block;
	margin-bottom: 5px
}

.form-wrap .field label>em {
	font-style: normal;
	font-weight: 800;
	color: #636363
}

.form-wrap .field input,
.form-wrap .field select,
.form-wrap .field textarea {
	-webkit-appearance: none;
	display: block;
	padding: 7px 10px;
	outline: none;
	background: #f3f3f3;
	border: 1px solid transparent;
	border-radius: 3px;
	width: 100%
}

.form-wrap .field textarea {
	height: 140px;
	resize: none
}

.form-wrap .actions {
	margin-top: 25px
}

.form-wrap .actions .button {
	margin-bottom: 0
}

.tabs-wrap {
	margin-top: 40px
}

.tabs-wrap .field.inline>label {
	width: 270px!important;
	font-weight: 400!important
}

.tabs-wrap .field.inline>label em {
	color: #D91F26
}

.tabs-wrap .field.inline>label i {
	font-size: 12px
}

.tabs-wrap .field.inline>select {
	min-width: 205px
}

.tabs-wrap .field.date-field {
	min-width: 570px
}

.tabs-wrap .field.date-field>select {
	min-width: 0!important;
	width: auto!important;
	padding-left: 10px;
	padding-right: 5px
}

.tabs-wrap .actions {
	clear: both;
	text-align: right;
	margin-top: 20px
}

.tabs-wrap .actions.back .button:first-child {
	float: left
}

.tabs-wrap .ui.segment {
	padding: 25px!important
}

.tabs-wrap .ui.segment a:not(.button) {
	text-decoration: underline
}

.tabs-wrap .faq-list a {
	text-decoration: none!important
}

.tabs-wrap .tabs-head {
	margin: 0 -10px;
	padding: 5px 10px 0;
	overflow: hidden;
	margin-bottom: -6px
}

.tabs-wrap .tabs-head .item {
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: #636363!important;
	background: #fff;
	padding: 10px 20px 12px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	min-height: 42px;
	margin-right: 10px
}

.tabs-wrap .tabs-head .item.active {
	color: #fff!important;
	background: #636363
}

.tabs-wrap .tabs-body {
	position: relative;
	background: #fff;
	padding: 30px 30px 15px;
	border-radius: 0 4px 4px 4px;
	z-index: 10
}

.tabs-wrap .tab-content {
	display: none
}

.tabs-wrap .tab-content.active {
	display: block
}

.faq-wrapper {
	position: relative;
	background: #f4f4f4
}

.faq-list p {
	display: none;
	margin: 10px 0 15px 0
}

.faq-list h3 {
	line-height: 1.2em;
	font-size: 16px;
	cursor: pointer;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 13px;
	margin: 0 0 15px;
	padding: 0 0 0 24px
}



html:not(.webp) .faq-list h3 {
	background-image: url(/images/icon-plus.png);
}
html:not(.webp) .faq-list h3.close {
	background-image: url(/images/icon-minus.png)
}


html.webp .faq-list h3 {
	background-image: url(/images/icon-plus.webp);
}
html.webp .faq-list h3.close {
	background-image: url(/images/icon-minus.webp)
}


.table-wrap:not(.has-benefits) {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dee2e6;
	overflow: hidden
}

.table-wrap table {
	width: 100%;
	margin: 0
}

.table-wrap table:not(.benefits) tr:nth-child(odd) {
	background: #fbfbfb
}

.table-wrap table:not(.benefits) tr:nth-child(even) {
	background: #f4f4f4
}

.table-wrap:not(.has-benefits) table thead th {
	color: #fff;
	background: var(--theme-gray-text);
	padding: 13px 18px;
	border: 0!important
}

.ui.table.minimal td {
	padding: 8px 18px
}

.scene-wrapper {
	display: block;
	position: relative;
	background: var(--theme-gray-text);
	overflow: hidden
}

.scene-wrapper:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1
}

.scene-wrapper.bg-de:before {
	background-position: right;
}

.scene-wrapper.bg-at:before {
	background-position: left;
}




html:not(.webp) .scene-wrapper:before {
	background-image: url(/images/bg-01.jpg);
}
html.webp .scene-wrapper:before {
	background-image: url(/images/bg-01.webp);
}



html:not(.webp) .scene-wrapper.bg-de:before {
	background-image: url(/images/bg-02.jpg);
}
html.webp .scene-wrapper.bg-de:before {
	background-image: url(/images/bg-02.webp);
}



html:not(.webp) .scene-wrapper.bg-at:before {
	background-image: url(/images/bg-03.jpg);
}
html.webp .scene-wrapper.bg-at:before {
	background-image: url(/images/bg-03.webp);
}




.scene-wrapper:after {
	content: ' ';
	background: #beb298;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 46.5%;
	z-index: 5
}

.scene-wrapper .scene-content {
	display: block;
	position: relative;
	z-index: 10;
	color: #fff;
	padding: 45px 0 240px;
	min-height: 1050px
}

/*.scene-wrapper .scene-content {*/
/*	padding-top: 345px;*/
/*}*/

/*.scene-wrapper .scene-content .container {*/
/*	margin-top: 40px*/
/*}*/


.scene-wrapper .scene-widget {
	margin-bottom: 15px;
}

.scene-wrapper .scene-article {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 40px;
	z-index: 10
}

.scene-wrapper .scene-article h1 {
	font-size: 26px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3em;
	margin-bottom: 20px
}

.scene-wrapper .scene-form {
	display: block;
	position: relative;
	color: #434343;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 450px;
	max-width: 100%;
	z-index: 10
}

.scene-wrapper .scene-form>.form-header {
	padding: 18px 15px 17px;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid #ececec
}

.scene-wrapper .scene-form>.form-header>p,
.scene-wrapper .scene-form>.form-header>h2 {
	margin: 0
}

.scene-wrapper .scene-form>.form-content {
	padding: 25px 27px
}

.scene-wrapper .scene-form>.form-content .field {
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 150px
}

.scene-wrapper .scene-form>.form-content .field label {
	color: #434343;
	font-weight: 500;
	position: absolute;
	top: 6px;
	left: 0
}

.scene-wrapper .scene-form>.form-content .actions {
	margin: 30px 0 5px;
	padding-left: 30px
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-50%) scale(1);
		-webkit-transform: translateY(-50%) scale(1)
	}
	50% {
		transform: translateY(-50%) scale(1.15);
		-webkit-transform: translateY(-50%) scale(1.15)
	}
	100% {
		transform: translateY(-50%) scale(1);
		-webkit-transform: translateY(-50%) scale(1)
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-50%) scale(1);
		-webkit-transform: translateY(-50%) scale(1)
	}
	50% {
		transform: translateY(-50%) scale(1.15);
		-webkit-transform: translateY(-50%) scale(1.15)
	}
	100% {
		transform: translateY(-50%) scale(1);
		-webkit-transform: translateY(-50%) scale(1)
	}
}

.scene-wrapper .scene-form>.form-content .actions .button.turkey {
	display: block;
	width: 100%;
	margin: 0 0 5px
}

.scene-wrapper .scene-form>.form-content .actions .button.turkey:before {
	-webkit-animation: ease-in-out bounce 2000ms infinite;
	animation: ease-in-out bounce 2000ms infinite
}

.scene-wrapper .scene-form>.form-content .actions .button.turkey:hover:before {
	-ms-transform: translateY(-50%) scale(1)!important;
	transform: translateY(-50%) scale(1)!important;
	-webkit-transform: translateY(-50%) scale(1)!important;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.scene-wrapper .scene-form>.form-content .field input {
	display: inline-block;
	width: 100%;
	color: #434343;
	background: #efefef;
	border-radius: 4px;
	overflow: hidden;
	padding: 10px 12px;
	border: 0;
	outline: 0
}

.scene-wrapper .scene-form>.form-content .field input::-webkit-input-placeholder {
	color: #c7c7c7;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.scene-wrapper .scene-form>.form-content .field input::-moz-placeholder {
	color: #c7c7c7;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.scene-wrapper .scene-form>.form-content .field input:-ms-input-placeholder {
	color: #c7c7c7;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.scene-wrapper .scene-form>.form-content .field input::-ms-input-placeholder {
	color: #c7c7c7;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.scene-wrapper .scene-form>.form-content .field input::placeholder {
	color: #c7c7c7;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.scene-wrapper .scene-form>.form-content .field input:-ms-input-placeholder,
.scene-wrapper .scene-form>.form-content .field input::-ms-input-placeholder {
	color: #c7c7c7
}

.scene-wrapper .scene-aside h2 {
	font-size: 26px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3em;
	margin-bottom: 25px
}

.payment-methods-wrap article.space {
	padding-top: 35px
}

.payment-methods-wrap article.space h2 {
	font-size: 24px
}

.payment-methods-wrap article ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0
}

.payment-methods-wrap article ul>li {
	display: block;
	position: relative;
	margin-bottom: 3px;
	line-height: 1.6em;
	background: rgba(0, 0, 0, .85);
	padding: 10px 10px 10px 48px;
	border-radius: 5px
}

.payment-methods-wrap article.smaller ul>li {
	color: black;
	font-size: 10pt;
	line-height: 1.45em;
	margin-bottom: 16px;
	padding-left: 5px
}

.payment-methods-wrap article.smaller ul>li strong {
	font-weight: 600
}

.payment-methods-wrap article ul>li:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	z-index: 10;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-left: 10px
}


html:not(.webp) .payment-methods-wrap article ul>li:before {
	background-image: url(/images/icon-check.png);
}
html.webp .payment-methods-wrap article ul>li:before {
	background-image: url(/images/icon-check.webp);
}


.payment-methods-wrap article.smaller ul>li:before {
	display: none;
	width: 26px;
	height: 26px;
	background-size: 25px
}

.payment-methods-wrap {
	display: block;
	position: relative;
	z-index: 25
}

.payment-methods-wrap article.smaller ul>li {
	background: none
}



.notice-wrapper {
	display: block;
	position: relative;
	background: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 20
}

.notice-wrapper:not(.relative) {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.notice-wrap {
	display: block;
	position: relative;
	padding: 25px 0
}

.notice-wrap .row {
	margin: 0 -20px
}

.notice-wrap .row>div {
	padding: 0 20px
}

.notice-wrap .row>div:not(:first-child) .notice-item:before {
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 15px;
	left: -21px;
	width: 2px;
	background: #efefef
}

.notice-wrap .notice-item {
	display: block;
	position: relative;
	padding-left: 75px;
	height: 100%
}

.notice-wrap .notice-item>.icon {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 55px;
	height: 55px;
	z-index: 10;
	color: var(--theme-primary-default);
}

.notice-wrap .notice-item.notice-delivery>.icon {
	width: 54px;
	height: 54px
}

.notice-wrap .notice-item.notice-service>.icon {
	width: 60px;
	height: 60px
}

.notice-wrap .notice-item>.icon>img {
	display: block
}

.notice-wrap .notice-item>article {
	margin: 10px 0 5px
}

.notice-wrap .notice-item>article>h2 {
	color: var(--theme-gray-text);
	font-size: 1.25em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3em;
	margin-bottom: 0;
	white-space: nowrap
}

.notice-wrap .notice-item>article>p {
	color: var(--theme-gray-text);
	margin: 5px 0
}













/* Banner */
.banner-wrapper {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-wrap {
	display: block;
	position: relative;
}
.banner-wrap > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	min-height: 500px;
	z-index: 25;
	color: #fff;
}
.banner-wrap > .banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.banner-wrap > .banner::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background-color: rgba( 0, 38, 51, 0.65);
	background-color: rgba( 0, 19, 25, 0.65);
	background-color: rgba( 0, 30, 50, 0.85 );
}
.banner-wrap .banner-article {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 80px 0;
	gap: 20px;
}
.banner-wrap .banner-article > .article {
	display: block;
	position: relative;
	max-width: 100%;
}
.banner-wrap .banner-article > .article.enhanced {
	font-size: 1rem;
	font-weight: 300;
}

.banner-wrap .banner-article > .article.centered {
	text-align: center;
	width: 840px;
}

.banner-wrap .banner-article > .article img {
	width: 445px;
	margin: 20px auto;
	max-width: 100%;
}

.banner-wrap .banner-article > .article h1,
.banner-wrap .banner-article > .article h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2em;
}

.banner-wrap.not-featured .banner-article {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


@media all and (max-width: 575px) {

	.banner-wrap .banner-article {
		padding: 50px 0 30px;
	}

}











.news-wrapper:not(.has-detailed) {
	background: #f4f4f4
}

.news-wrapper .news-detail .image {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-top: 90px;
	margin-left: 25px
}

.news-wrapper .news-detail .content {
	line-height: 1.6em
}

.news-wrapper .news-detail .content h1 {
	line-height: 1.2em;
	margin-bottom: 20px;
	font-size: 28px
}

.news-wrap {
	display: block;
	position: relative
}

.news-wrap .news-item {
	display: block;
	position: relative;
	padding: 25px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff
}

.news-wrap .news-item.has-image {
	padding-left: 220px
}

.news-wrap .news-item>.image {
	display: inline-block;
	width: 175px;
	max-width: 40%;
	max-height: 320px;
	position: absolute;
	top: 17px;
	left: 17px;
	bottom: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

.news-wrap .news-item>.image>img {
	display: block
}

.news-wrap .news-item>article {
	color: #636363
}

.news-wrap .news-item>article h2,
.news-wrap .news-item>article h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3em
}

.news-wrap .news-item>article p {
	margin-bottom: 0
}

.news-wrap .more {
	margin-top: 30px
}

.news-wrap .more>.button {
	margin: 0
}











.call-action-wrapper .call-to-action>.montitle {
	display: block;
	margin-bottom: 35px
}

.call-action-wrapper .call-to-action>.montitle>h2 {
	color: #6a6a6a;
	margin: 0
}

.call-action-wrapper .call-to-action>.montitle>.subtitle {
	font-size: 20px;
	font-weight: 100;
	line-height: 1.4em;
	text-align: center;
	margin: 5px 0 0
}







.call-action-wrapper .call-to-action {
	color: #6a6a6a
}

.call-action-wrapper .call-to-action .article-wrap .article-intro {
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	padding: 7px 0;
	margin-bottom: 25px;
	border-top: 2px solid #efefef;
	border-bottom: 2px solid #efefef
}

.call-action-wrapper .call-to-action .article-wrap .row {
	margin: 0 -20px
}

.call-action-wrapper .call-to-action .article-wrap .row>div {
	padding: 0 20px
}

.call-action-wrapper .call-to-action .more {
	margin-top: 30px;
	text-align: center
}

.modal-wrap {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, .75)
}

.modal-wrap.active {
	display: block;
}

.modal-wrap .container {
	display: block;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	height: 100%
}

.modal-wrap .modal-screen {
	display: block;
	position: relative;
	overflow: visible
}

.modal-wrap .modal-screen.minimal {
	width: 480px;
	max-height: 100%;
	margin: 0 auto;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.modal-wrap .modal-screen.medium {
	width: 600px;
	max-height: 100%;
	margin: 0 auto;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.modal-wrap .modal-screen.medium.large {
	width: 800px;
}

.modal-wrap .modal-screen.medium.maps {
	width: 800px
}

.modal-wrap .modal-screen.medium.maps .screen {
	padding: 0;
	height: 650px;
	background-color: #aadaff
}

.modal-wrap .modal-screen.medium.maps #map {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 7
}

.modal-wrap .modal-screen.medium .search {
	display: block;
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	z-index: 20
}

.modal-wrap .modal-screen.medium .results {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 25;
	width: 500px;
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	padding: 16px 20px 35px 20px;
	-webkit-box-shadow: 0 0 14px rgba(30, 30, 30, .18);
	box-shadow: 0 0 14px rgba(30, 30, 30, .18);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: #fff;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s
}

.modal-wrap .modal-screen.medium .results.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}


.modal-wrap .modal-screen.medium .results .field {
	display: block;
	position: relative;
	padding-left: 150px;
	margin: 0 0 5px
}

.modal-wrap .modal-screen.medium .results .field.address {
	min-height: 47px
}

.modal-wrap .modal-screen.medium .results .field label.label {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0
}

.modal-wrap .modal-screen.medium .results .field>p {
	display: inline-block;
	vertical-align: top;
	margin: 0
}

.modal-wrap .modal-screen.medium .results .actions {
	position: absolute;
	text-align: left;
	top: auto;
	right: auto;
	bottom: 10px;
	left: 15px
}

.modal-wrap .modal-screen.medium .results .actions .button {
	margin: 0;
	min-height: 0;
	font-size: 14px;
	padding: 6px 12px 7px
}

.modal-wrap .modal-screen .actions {
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right
}

.modal-wrap .modal-screen .actions .button {
	margin: 0
}

.modal-wrap .modal-screen .screen {
	display: block;
	position: relative;
	background: #fff;
	min-height: 300px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 25px;
	max-width: 100%;
	max-height: 75vh;
	overflow: auto
}

.modal-wrap .modal-close {
	display: inline-block;
	cursor: pointer!important;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 5px;
	right: -52px;
	z-index: 10
}



html:not(.webp) .modal-wrap .modal-close {
	background-image: url(/images/icon-close-white.png);
}
html:not(.webp) .modal-wrap .modal-close:hover {
	background-image: url(/images/icon-close-red.png);
}


html.webp .modal-wrap .modal-close {
	background-image: url(/images/icon-close-white.webp);
}
html.webp .modal-wrap .modal-close:hover {
	background-image: url(/images/icon-close-red.webp);
}



.modal-wrap .modal-screen .request-form {
	padding: 0;
	margin-bottom: 54px
}

.modal-wrap .modal-screen .request-form .form-set .field {
	padding-left: 220px;
	margin: 0 0 5px
}

.modal-wrap .modal-screen .request-form .form-set .field label:not(.checkbox) {
	top: 2px;
	font-size: 9.5pt
}

.modal-wrap .modal-screen .request-form .form-set .permit-fields {
	border-top: 1px solid #e8e8e8;
	margin-top: 20px;
	padding-top: 20px
}

.modal-wrap .modal-screen .request-form .form-set .permit-fields .field {
	padding-left: 250px
}

.modal-wrap .modal-screen .request-form .alert {
	font-size: 14px;
	line-height: 1.35em;
	margin-bottom: 25px
}

.modal-wrap .modal-screen .request-form .form-set {
	padding: 15px 25px 20px
}

.modal-wrap .modal-screen .request-form .form-set .field {
	margin-left: 8px
}





.modal-wrap.modal-countries {
	background: rgba(0, 0, 0, .85);
}

.modal-wrap.modal-countries .article.main {
	margin: 10px auto 30px;
}

.modal-wrap.modal-countries .article.main h2 {
	font-size: 1.5rem;
}

.modal-wrap.modal-countries .countries {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 440px;
	padding: 0 20px;
}

.modal-wrap.modal-countries .country {
	display: block;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	width: 180px;
	height: 180px;
	border-radius: 9999px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.2em;
	padding-top: 48px;
	margin-bottom: 20px;
	max-width: 100%;
	background-color: #eeeeee;
	border: 2px solid #dedede;
	text-decoration: none !important;
	color: #9b9b9b;
}

.modal-wrap.modal-countries .country:hover {
	border: 2px solid #999;
	color: #000;
}

.modal-wrap.modal-countries .country > .icon {
	display: block;
	width: 84px;
	max-width: 75%;
	margin: 0px auto 10px;
}

.modal-wrap.modal-countries .country > .label {
	display: block;
	width: 100px;
	margin: 16px auto;
	text-align: center;
}

@media all and (max-width:768px) {
	.modal-wrap.modal-countries .article.main {
		margin: 25px auto 30px;
		padding: 0 15px;
	}

	.modal-wrap.modal-countries .country {
		padding-top: 40px;
	}

	.modal-wrap.modal-countries .countries > .row {
		margin: 0 -8px;
	}
	.modal-wrap.modal-countries .countries > .row > div {
		padding: 0 8px;
	}

}






/*.modal-countries .country-image {*/
/*	display: block;*/
/*	margin-left: auto;*/
/*	max-width: 100%;*/
/*	width: 200px;*/
/*	position: absolute;*/
/*	top: 20px;*/
/*	right: 20px;*/
/*	bottom: 20px;*/
/*}*/

/*.modal-countries .country-image > svg {*/
/*	max-height: 100%;*/
/*	top: 50%;*/
/*	position: relative;*/
/*	transform: translateY(-50%);*/
/*}*/

/*.modal-countries .article {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 0;*/
/*	right: 0;*/
/*	padding: 0 25px;*/
/*	transform: translateY(-50%);*/
/*	font-size: 1.1rem;*/
/*	width: 500px;*/
/*	max-width: 100%;*/
/*}*/

/*@media all and (max-width:768px) {*/
/*	.modal-countries .actions .button.discrete {*/
/*		font-size: 1rem !important;*/
/*	}*/
/*}*/






.country-image svg,
.country-image svg path {
	fill: #CCCCCC;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
}

.confirmation-wrap {
	display: block;
	position: relative;
	margin-top: 35px
}

.confirmation-wrap .request-wrap {
	padding: 0;
	overflow: visible
}

.confirmation-wrap .request-wrap .request-form {
	display: block;
	padding: 0;
	border-radius: 0;
	background: none;
	overflow: visible
}

.confirmation-wrap .request-wrap .form-set .field {
	padding-left: 280px
}

.confirmation-wrap .request-wrap .form-set-actions {
	text-align: right;
	margin-top: 18px
}

.confirmation-wrap .request-wrap .form-set-actions .button {
	margin: 10px 0 0 7px
}

.confirmation-wrap .request-alert-wrap {
	margin: 0
}

.confirmation-wrap .request-alert-wrap .alert {
	font-size: 17px;
	padding: 26px 30px;
	margin: 50px 0 15px
}

.confirmation-wrap .request-alert-wrap .alert h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px
}

.confirmation-wrap .confirmation-set {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .05);
	box-shadow: 0 0 8px rgba(0, 0, 0, .05);
	margin-bottom: -1px
}

.confirmation-wrap .confirmation-set:nth-child(5) {
	z-index: 21
}

.confirmation-wrap .confirmation-set:nth-child(4) {
	z-index: 22
}

.confirmation-wrap .confirmation-set:nth-child(3) {
	z-index: 23
}

.confirmation-wrap .confirmation-set:nth-child(2) {
	z-index: 24
}

.confirmation-wrap .confirmation-set:nth-child(1) {
	z-index: 25
}

.confirmation-wrap .confirmation-set .set-title {
	display: block;
	position: relative;
	min-height: 78px;
	padding: 28px 70px 28px 30px
}

.confirmation-wrap .confirmation-set .set-title>h3 {
	font-size: 21px;
	color: #b3b9c1;
	margin: 0
}

.confirmation-wrap .confirmation-set.active .set-title>h3 {
	color: #636363
}

.confirmation-wrap .confirmation-set h3.subtitle {
	font-size: 21px;
	color: #636363
}

.confirmation-wrap .confirmation-set .set-title>.icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border-radius: 999px;
	background: #f7f7f7;
	border: 2px solid #eaeaea;
	font-size: 30px;
	font-weight: 600;
	padding: 4px 0;
	line-height: 1.4em;
	position: absolute;
	top: 18px;
	right: 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.confirmation-wrap .confirmation-set.active .set-title>.icon {
	top: 23px;
	background: #0d9a42;
	border-color: #0d9a42
}

.confirmation-wrap .confirmation-set.complete .set-title>.icon,
.confirmation-wrap.limit-reached .confirmation-set .set-title>.icon {
	background: var(--theme-gray-text);
	border-color: #636363
}

.confirmation-wrap .confirmation-set .set-title>.icon:after {
	content: ' ';
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
.confirmation-wrap .confirmation-set.complete .set-title>.icon:after,
.confirmation-wrap.limit-reached .confirmation-set .set-title>.icon:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}


html:not(.webp) .confirmation-wrap .confirmation-set .set-title>.icon:after {
	background-image: url(/images/icon-check-2.png);
}
html.webp .confirmation-wrap .confirmation-set .set-title>.icon:after {
	background-image: url(/images/icon-check-2.webp);
}


html:not(.webp) .confirmation-wrap .confirmation-set.complete .set-title>.icon:after,
html:not(.webp) .confirmation-wrap.limit-reached .confirmation-set .set-title>.icon:after {
	background-image: url(/images/icon-check.png);
}
html.webp .confirmation-wrap .confirmation-set.complete .set-title>.icon:after,
html.webp .confirmation-wrap.limit-reached .confirmation-set .set-title>.icon:after {
	background-image: url(/images/icon-check.webp);
}




.confirmation-wrap .confirmation-set .set-title>.icon>span {
	display: inline-block;
	color: #284970;
	font-size: 28px;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	margin-left: 1px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.confirmation-wrap .confirmation-set .set-title>.icon.small>span {
	font-size: 21px;
	letter-spacing: -.5px
}

.confirmation-wrap .confirmation-set.active .set-title>.icon>span {
	color: #fff
}

.confirmation-wrap .confirmation-set.complete .set-title>.icon>span,
.confirmation-wrap.limit-reached .confirmation-set .set-title>.icon>span {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.confirmation-wrap .confirmation-set .set-content {
	padding: 0 30px 25px
}

.confirmation-wrap .confirmation-set .set-content .form-set {
	padding: 0!important
}

body.regions {
	display: block;
	background: #efefef;
	height: 100%
}

.progress-items {
	display: block;
	position: relative
}

.progress-items ul {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}

.progress-items ul>li.item {
	display: block;
	position: relative;
	border: 2px solid #f2f2f2;
	border-right: 0!important;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	padding: 13px 18px 14px 60px;
	margin-bottom: 8px
}

.progress-items ul>li.item.active {
	background: #f2f2f2;
	font-weight: 600
}

.progress-items ul>li.item .step {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	padding: 6px;
	width: 34px;
	height: 34px;
	font-weight: 700;
	text-align: center;
	border-radius: 25px;
	position: absolute;
	top: 9px;
	left: 10px
}

.progress-items ul>li.item.active .step {
	color: #fff;
	background: #000!important
}

.progress-items ul>li.item.complete .step {
	color: #fff;
	background: #1fb415!important;
	border-bottom: 2px solid #168f09;
	padding-bottom: 4px
}

.progress-items ul>li.item .name {
	display: inline-block;
	vertical-align: middle
}

.helping {
	display: inline-block;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	position: absolute;
	right: -10px;
	top: -2px;
	z-index: 10
}

.helping .icon {
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	text-align: center;
	border: 1px solid #1f1f1f;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: .4
}

.helping.active .icon,
.helping:hover .icon,
.helping:focus .icon {
	opacity: 1
}

.helping .icon>img {
	display: inline-block;
	vertical-align: -1px;
	width: 12px
}

.helping .popup {
	display: block;
	background: #fff;
	width: 290px;
	max-width: 70vw;
	padding: 15px 18px;
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 10;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1)
}

.helping.active .popup,
.helping:hover .popup,
.helping:focus .popup {
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1)
}

.helping .popup>strong {
	display: block;
	position: relative;
	margin: 0 0 5px
}

.helping .popup>p {
	display: block;
	position: relative;
	white-space: normal;
	margin: 0
}

.field.full .helping {
	display: inline-block;
	-ms-transform: none;
	transform: none;
	-webkit-transform: none;
	position: absolute;
	right: 0;
	top: -4px
}

.field.full .helping .popup {
	display: block;
	left: auto;
	top: -2px;
	right: 30px;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0
}




/* Important Wrapper */
.important-wrapper {
	display: block;
	position: relative;
	background: #d00000;
	padding: 30px 0;
	color: #fff;
}
.important-wrapper .alert {
	display: block;
	position: relative;
	margin: 0;
}
.important-wrapper .alert > p {
	font-size: 1.05rem;
	font-weight: 500;
	margin: 20px 0 0;
}



.request-alert-wrap .alert.alert-success {
	padding: 35px;
}
.request-alert-wrap .alert.alert-success img {
	margin-top: 30px;
}





/* Modal Table */
.modal-wrap .modal-screen.has-actions .screen {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	max-height: 70vh;
}
.modal-wrap .modal-screen.has-actions .actions {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	background-color: #fff;
	padding: 25px 0 25px;
}
.modal-wrap .modal-screen .actions.center {
	text-align: center !important;
}
.modal-wrap .modal-screen .actions.justify {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}
.modal-wrap .modal-screen .actions .button.large {
	padding: 18px 28px;
	font-size: 1.05rem;
}

.modal-table {
	display: block;
	position: relative;
}
.modal-table table {
	width: 100%;
}
.modal-table table tr td {
	white-space: normal;
}
.modal-table table tr td strong {
	display: block;
}
.modal-table table tr td span {
	display: block;
}
.modal-table table tr td.col-alert {
	vertical-align: middle;
	padding: 0;
}
.modal-table table tr td.col-alert .alert {
	display: inline-block;
	margin: 0;
}

.modal-table table tr td.col-sticker {
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
.modal-table table tr td.col-sticker img {
	display: inline-block;
	margin: 0;
}
.modal-table table tr td.col-sticker img.mobile {
	display: none;
}
.modal-table table tr td.col-sticker i.icon.status {
	position: absolute;
	left: 15px;
	bottom: 0px;
}

.modal-table table tr td.col-status {
	vertical-align: middle;
	text-align: center;
}
.modal-table table tr td.col-status img {
	display: inline-block;
	width: 32px;
	margin: 0;
}

.modal-table table tr td img.sticker {
	width: 128px;
}

.modal-table table tbody tr td {
	padding: 15px 0;
}
.modal-table table tbody tr:not(:first-child) {
	border-top: 1px solid #000;

}






/* Status Order Segment */
.status-segment {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #eeeeee;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 25px;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding-right: 190px;
	min-height: 190px;
}
.status-segment .status-indicator {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 128px;
	height: 128px;
}
.status-segment .status-progress-bar,
.status-segment .status-progress-bar > .status-progress {
	height: 4px;
}
.status-segment .status-progress-bar {
	position: absolute;
	left: 0; right: 0;
	bottom: 0; z-index: 35;
	background: #e9e9e9;
}
.status-segment .status-progress-bar > .status-progress {
	display: inline-block;
	vertical-align: top;
	background: #2F8DB1;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.status-segment.is-success .status-progress-bar > .status-progress {
	width: 100% !important;
	background: #b7d43c;
}

.status-segment .status-icon {
	display: block;
	position: absolute;
	top: 0; right: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 128px;
	height: 128px;
}
.status-segment .status-icon::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0; left: 0;
	right: 0; bottom: 0;
	z-index: 35;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.status-segment .status-icon.status-loader {
	-webkit-animation: infinite linear rotate_main 2s;
	animation: infinite linear rotate_main 2s;
}
.status-segment .status-icon.status-loader::after {
	background-size: 86px;
}
.status-segment .status-icon.status-failed::after {
	background-size: 64px;
}
.status-segment .status-icon.status-success::after {
	background-size: 64px;
}


html:not(.webp) .status-segment .status-icon.status-loader::after {
	background-image:url('/images/status-loader.png');
}
html:not(.webp) .status-segment .status-icon.status-failed::after {
	background-image:url('/images/status-failed.png');
}
html:not(.webp) .status-segment .status-icon.status-success::after {
	background-image:url('/images/status-success.png');
}


html.webp .status-segment .status-icon.status-loader::after {
	background-image:url('/images/status-loader.webp');
}
html.webp .status-segment .status-icon.status-failed::after {
	background-image:url('/images/status-failed.webp');
}
html.webp .status-segment .status-icon.status-success::after {
	background-image:url('/images/status-success.webp');
}



.status-segment:not(.is-loading) .status-icon.status-loader { display: none; }
.status-segment:not(.is-failed) .status-icon.status-failed { display: none; }
.status-segment:not(.is-success) .status-icon.status-success { display: none; }

.status-segment:not(.is-loading) .status-article .status-loading { display: none; }
.status-segment:not(.is-failed) .status-article .status-failed { display: none; }
.status-segment:not(.is-success) .status-article .status-success { display: none; }

.status-segment .alert {
	padding: 20px 22px 22px;
	max-width: 100%;
	width: 680px;
	margin: 0;
}
.status-segment .alert h2,
.status-segment .alert h3 {
	margin-bottom: 12px;
}
.status-segment .alert p:not(:last-child) {
	margin-bottom: 10px;
}










/* Images */

.image-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.image-wrap.top {
	margin-top: 30px;
}
.image-wrap.bottom {
	margin-bottom: 30px;
}
.image-wrap .image,
.image-wrap .image-inner {
	display: block;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-wrap .image.contain,
.image-wrap .image-inner.contain {
	background-size: contain;
}
.image-wrap .image-inner {
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
	right: 0; bottom: 0;
	z-index: 5;
}
.image-wrap .image > img {
	width: 100%;
	height: auto;
}
body.ready .image-wrap {
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.image-wrap.stretch > .image,
.image-wrap.stretch > .image-inner {
	width: 100%;
	height: 100%;
}
.image-wrap.rounded > .image,
.image-wrap.rounded > .image-inner {
	border-radius: 10px;
}
.image-wrap.max-large {
	max-height: 400px;
}


.image-wrap.small {
	height: 150px;
}
.image-wrap.medium {
	height: 200px;
}
.image-wrap.large {
	height: 400px;
}





/* Articles */

.article,
.article-wrap {
	position: relative;
	max-width: 100%;
}

.article-wrap.centered {
	margin-left: auto;
	margin-right: auto;
}

.article-wrap.bottom {
	margin-bottom: 60px;
}
.article-wrap.top {
	margin-top: 60px;
}
.article-wrap.has-right {
	padding-right: 33.333%;
}
.article-wrap > .side-wrap,
.article-wrap > .image-wrap {
	width: 33.333%;
}
.article-wrap.has-exact.has-right {
	padding-right: 380px;
}
.article-wrap.has-exact > .side-wrap,
.article-wrap.has-exact > .image-wrap {
	width: 380px;
}

.image-wrap.height-exact,
.article-wrap.has-exact.height-exact > .side-wrap,
.article-wrap.has-exact.height-exact > .image-wrap {
	height: 380px;
}
.article-wrap.has-exact.height-exact {
	min-height: 380px;
}

.article-wrap > .side-wrap,
.article-wrap > .image-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
}

.article-wrap > .image-wrap.offset-top {
	top: 50px;
}

.article-wrap > .image-wrap > .image {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.article-wrap.has-right > .side-wrap,
.article-wrap.has-right > .image-wrap {
	right: 0;
	padding-left: 30px;
}

.article.article-md,
.article-wrap.article-md {
	width: 720px;
}






/* Block: Article */

.row-blocks > div {
	padding-bottom: 30px;
}

.block-article {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	max-width: 100%;
}
.block-article.shadow {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.block-article.grey {
	background-color: #efefef
}

.block-article.full {
	height: 100%;
}

.block-article.overflow {
	overflow: hidden;
}

.block-article .image-wrap {
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	z-index: 25;
}

.block-article .image-wrap.limited > .image {
	width: 180px;
	max-width: 100%;
	max-height: 180px;
	margin: 0 auto;
}

.block-article .image-wrap:not(:first-child) {
	margin-top: 20px;
}
.block-article h2 {
	font-size: 1.55rem;
}
.block-article h2:last-child {
	margin-bottom: 0;
}
.block-article .article.bottom {
	margin-bottom: 20px;
}

.block-article .article.has-buttons .button {
	margin: 0;
	width: 100%;
}

.block-article .buttons {
	position: relative;
	margin-top: -10px;
	z-index: 25;
}
.block-article .buttons > div {
	padding-top: 10px;
}

.block-article.is-blog h2 {
	font-size: 1.25rem;
}

.block-article.top {
	margin-top: 30px;
}

.block-article.bottom {
	margin-bottom: 30px;
}

.block-article.is-cta h2 {
	font-size: 18px;
}

.block-article.is-cta .cta-flag {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
}

.block-article.is-cta .cta-flag > img {
	display: inline-block;
}

.block-article.is-cta .cta-flag:not(.cta-block):not(:last-child) {
	margin-right: 10px;
}

.block-article.is-cta .cta-flag.cta-block {
	display: block;
	text-align: left;
}

.block-article.is-cta .cta-flag.cta-block:not(:last-child) {
	margin-bottom: 6px;
}

.block-article.is-cta .cta-flag.cta-block > span {
	display: inline-block;
}

.block-article.is-cta .cta-flag.cta-block > img {
	width: 32px;
	margin-right: 6px;
}







/* Block Background */

.block-article > .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.block-article > .background > svg {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.block-article > .background::before {
	content: ' ';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	z-index: 3;
	background: #fff;
	border-radius: 6px;
}













@media all and (max-width:1199px) {



	.steps-wrap .row {
		margin: 0 -30px
	}
	.steps-wrap .row>div {
		padding: 0 30px
	}
	.steps-wrap .step-wrap:not(.step-1):before {
		left: -30px
	}
	.steps-wrap .step-item .content {
		padding-left: 0;
		padding-top: 90px
	}
	.steps-wrap .step-item .content {
		padding-left: 5px;
		padding-top: 0
	}
	.request-wrap {
		padding-right: 260px
	}
	.request-wrap .request-explanation {
		width: 260px;
		padding-left: 25px
	}
	.request-wrap .request-form .form-set .field {
		padding-left: 245px
	}

	.scene-wrapper .scene-article h1 {
		font-size: 30px
	}
	.scene-wrapper:after {
		width: 45%
	}
	.notice-wrap .notice-item {
		padding-left: 65px
	}
	.notice-wrap .notice-item>.icon {
		width: 48px;
		height: 48px;
		z-index: 10
	}
	.notice-wrap .notice-item.notice-delivery>.icon {
		width: 50px;
		height: 50px
	}
	.notice-wrap .notice-item.notice-service>.icon {
		width: 52px;
		height: 52px
	}
	.notice-wrap .notice-item>article>h2 {
		font-size: 1.15em
	}


	.request-wrap .request-form .form-set .field.inline label:not(.checkbox):not(.checkbox) {
		max-width: 200px;
		line-height: 1.1em;
	}



}

@media all and (max-width:991px) {






	/* Articles */
	.article-wrap.has-exact.has-right {
		padding-right: 300px;
	}
	.article-wrap.has-exact > .side-wrap,
	.article-wrap.has-exact > .image-wrap {
		width: 300px;
	}
	.image-wrap.height-exact,
	.article-wrap.has-exact.height-exact > .side-wrap,
	.article-wrap.has-exact.height-exact > .image-wrap {
		height: 300px;
	}
	.article-wrap.has-exact.height-exact {
		min-height: 300px;
	}







	body:not(.no-space) {
		padding-top: 157px;
	}

	.background-wrapper {
		min-height: 710px
	}
	.background-wrapper .background-content .content-form .field {
		margin-bottom: 15px;
		padding-left: 0
	}
	.background-wrapper .background-content .content-form .field label {
		position: static;
		margin-bottom: 5px
	}
	.progress-wrapper ul li {
		width: 110px
	}
	.request-wrap {
		padding-right: 0
	}
	.request-wrap .request-explanation {
		width: 100%;
		padding-left: 0;
		position: static;
		margin: 0 0 20px
	}
	.request-wrap .request-explanation {
		background: #fff;
		margin: 0 0 -10px;
		padding: 0 25px 0;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		z-index: 20
	}
	.request-wrap .request-explanation .explanation-wrap {
		padding: 23px 0 5px
	}
	.request-wrap .request-explanation .explanation {
		display: none;
		width: 300px;
		margin-top: -10px;
		padding: 15px 18px 3px;
		position: absolute;
		top: 0;
		left: 40px;
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-webkit-transition: 0s!important;
		-o-transition: 0s!important;
		transition: 0s!important;
		z-index: 50
	}
	.request-wrap .request-form .form-set {
		padding: 30px 35px 25px
	}
	.request-wrapper .request-status.status-paid {
		padding-left: 50px
	}
	.request-wrapper .request-status.status-paid::before {
		display: none
	}
	.request-wrapper .request-explanation .payment-methods-wrap {
		display: none
	}
	.request-wrapper .payment-methods-wrap.mobile {
		display: block
	}
	.steps-wrap .row {
		margin: 0 -8px
	}
	.steps-wrap .row>div {
		padding: 0 8px
	}
	.steps-wrap .step-item {
		padding: 58px 20px 15px
	}
	.steps-wrap .step-item .image {
		width: 115px
	}
	.steps-wrap .step-wrap:not(.step-1):before {
		display: none
	}

	/*.steps-wrap .step-wrap.step-3 .step-item .image > svg,*/
	/*.steps-wrap .step-wrap.step-3 .step-item .image > img {*/
	/*	margin-top: 10px;*/
	/*	margin-left: 6px;*/
	/*	width: 72px*/
	/*}*/

	.scene-wrapper:before {
		width: 100%
	}
	.scene-wrapper:after {
		display: none
	}
	.scene-wrapper .scene-aside {
		position: relative;
		padding: 30px 0 0
	}
	.scene-wrapper .scene-aside:before {
		content: ' ';
		display: inline-block;
		position: absolute;
		top: -200px;
		right: -500px;
		bottom: -40px;
		left: -500px;
		background: #beb298;
		z-index: 1
	}
	.scene-wrapper .scene-aside>* {
		position: relative;
		z-index: 10
	}
	.scene-wrapper .scene-content {
		padding-bottom: 45px;
		padding-top: 30px;
	}
	.scene-wrapper .scene-content>.container {
		position: relative;
		-ms-transform: none;
		transform: none;
		-webkit-transform: none;
		top: 0
	}
	.scene-wrapper .scene-form {
		margin-bottom: 30px
	}
	.scene-wrapper .scene-aside .payment-methods {
		margin-bottom: 80px
	}
	.notice-wrapper {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto
	}
	.notice-wrap {
		padding: 30px 0
	}
	.notice-wrap .notice-item.notice-intelligence {
		margin-top: 30px
	}
	.notice-wrap .notice-item.notice-intelligence:before {
		display: none!important
	}
	.call-action-wrapper .call-to-action .article-wrap .row {
		margin: 0 -15px
	}
	.call-action-wrapper .call-to-action .article-wrap .row>div {
		padding: 0 15px
	}

	.news-wrap .more {
		margin-top: 25px
	}


	.footer-wrapper .row:not(.normal) {
		margin: 0 -15px
	}
	.footer-wrapper .row:not(.normal)>div {
		padding: 0 15px
	}
	.menu-wrapper {
		margin-top: -10px
	}
	.menu-wrapper ul>li>.button {
		margin: 0 0 -6px!important;
		z-index: 15
	}
	.menu-wrapper ul>li:last-child {
		position: absolute;
		right: 15px;
		bottom: -50px;
		bottom: -22px;
		background: #fff;
		padding: 9px 10px;
		border-radius: 5px;
		border: 1px solid #efefef;
		border-bottom: 2px solid #efefef;
		border-top: 0;
		border: 0
	}
	.menu-wrapper ul>li:last-child:before {
		content: ' ';
		display: inline-block;
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		height: 37px;
		background: #fff;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		z-index: 1
	}
	body.scrolled .menu-wrapper ul>li:last-child:before {
		height: 27px
	}
	.news-wrapper .news-detail .image {
		width: 100%;
		max-height: 300px;
		margin: 0 auto 20px
	}
	.confirmation-wrap .request-alert-wrap .alert {
		font-size: 15px
	}
	.confirmation-wrap .request-alert-wrap .alert h2 {
		font-size: 25px
	}
	.request-wrapper .timer-wrap .timer {
		top: 4px
	}

	.menu-wrapper {
		padding: 0;
		margin-top: 0;
		text-align: left
	}
	.menu-wrapper .menu-wrap {
		display: none
	}
	.menu-wrapper ul {
		white-space: normal
	}
	.menu-wrapper ul>li {
		display: block
	}
	.menu-wrapper ul>li:first-child {
		padding-top: 10px
	}
	.menu-wrapper ul>li:last-child {
		padding-bottom: 10px
	}
	.menu-wrapper ul>li:last-child {
		position: relative;
		right: auto;
		bottom: auto;
		padding: 12px 0 16px;
		border: none!important
	}
	.menu-wrapper ul>li:last-child:before {
		display: none
	}
	.menu-wrapper ul>li>a:not(.button) {
		display: inline-block;
		padding: 7px 5px
	}
	.menu-wrapper ul>li>.button {
		margin: 10px 0 0 0
	}
	.menu-wrapper ul>li .dropdown,
	.menu-wrapper ul>li:hover .dropdown,
	.menu-wrapper ul>li:focus .dropdown {
		display: block;
		position: static;
		-ms-transform: none;
		transform: none;
		-webkit-transform: none;
		border: 0
	}
	.menu-wrapper ul>li .dropdown ul {
		padding: 0;
		margin: 0
	}
	.menu-wrapper ul>li .dropdown ul>li {
		padding: 0!important
	}
	.menu-wrapper ul>li .dropdown ul>li>a {
		padding: 7px 5px
	}



	/* Tables */
	.tables.benefits th.status,
	.tables.benefits td.status {
		white-space: normal;
		padding-left: 0;
		padding-right: 0;
		width: 95px;
	}



	/*.tables.benefits th.status,*/
	/*.tables.benefits th.status > strong {*/
	/*	font-size: 1rem;*/
	/*	font-weight: 500;*/
	/*}*/





	/* Modal Table */
	.modal-wrap .modal-screen.medium.large {
		max-width: 100%;
	}
	.modal-table {
		display: block;
		position: relative;
	}
	.modal-table table,
	.modal-table table thead,
	.modal-table table tbody,
	.modal-table table tr,
	.modal-table table th,
	.modal-table table td {
		display: block;
	}
	.modal-table table tr td.col-alert {
		margin-bottom: 20px;
	}
	.modal-table table tr td.col-sticker {
		display: inline-block;
		vertical-align: top;
		padding-top: 0 !important;
		max-width: 45%;
	}
	.modal-table table tr td.col-sticker img.mobile {
		display: inline-block !important;
	}
	.modal-table table tr td.col-sticker img.status-icon {
		margin-top: 15px;
		width: 32px;
	}
	.modal-table table tr td.col-status {
		display: inline-block;
		vertical-align: top;
		padding-top: 0 !important;
	}
	.modal-wrap .modal-screen.has-actions .request-form {
		margin-bottom: 0 !important;
	}
	.modal-table table tr td.col-status {
		display: none !important;
	}
	.tables.benefits tbody td.description {
		padding-left: 15px;
		padding-right: 15px;
	}

	.modal-table table tr td.col-alert.floating {
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal-table table tr td.col-sticker.to-right {
		display: block;
		margin-left: auto;
	}







}


@media all and (max-height:800px) and (max-width:991px) {


	.modal-table table tr:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
		display: none;
	}


}




@media all and (max-width:767px) {


	.footer-wrapper {
		padding-bottom: 130px !important;
	}



	/* Article Wrap */

	.article-wrap.bottom {
		margin-bottom: 40px;
	}

	.article-wrap > .side-wrap,
	.article-wrap > .image-wrap {
		position: relative;
		top: auto;
		bottom: auto;
		width: auto !important;
		height: 250px;
	}
	.article-wrap > .image-wrap.offset-top {
		margin-top: 30px;
		top: auto;
	}
	.article-wrap.has-right > .side-wrap,
	.article-wrap.has-right > .image-wrap {
		padding-left: 0 !important;
	}
	.article-wrap.has-right {
		padding-right: 0 !important;
	}




	.payment-methods-wrap article ul>li {
		background: rgba(0, 0, 0, .75)
	}
	.payment-methods-wrap article ul>li:last-child {
		display: none
	}

	html:not(.webp) .payment-methods-wrap article ul>li:before {
		background-image: url(/images/icon-check.png)
	}
	html.webp .payment-methods-wrap article ul>li:before {
		background-image: url(/images/icon-check.webp)
	}

	.request-wrapper .timer-wrap {
		position: static;
		padding-right: 0
	}
	.confirmation-wrap .request-alert-wrap .alert h2 {
		font-size: 24px;
		padding-right: 115px
	}
	.confirmation-wrap .request-alert-wrap .timer-wrap .timer {
		top: 20px;
		right: 12px
	}
	.confirmation-wrap .request-alert-wrap .timer-wrap .timer>span>b {
		width: 58px;
		font-size: 34px;
		padding: 10px 0
	}
	.request-wrapper .request-status.status-paid {
		padding-top: 20px;
		padding-left: 40px
	}
	.request-wrapper .request-status.main h1 {
		font-size: 25px!important;
		line-height: 1.25em
	}
	.request-wrapper .request-status.status-paid .article {
		line-height: 1.6em
	}
	.request-wrapper .request-status .check-form {
		margin-top: 25px!important
	}
	article.content>h1,
	article.content>h2,
	.wrapper .title>h1,
	.wrapper .title>h2,
	.content-wrapper .title>h1,
	.content-wrapper .title>h2 {
		line-height: 1.35em
	}




	.button.side-action {
		display: inline-block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: -200px;
		z-index: 5000;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		opacity: 0;
		margin: 0;
		padding: 20px 15px 15px 15px;
		background: none !important;

		/*background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f1f1f1 30px);*/
		/*background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f1f1f1 30px);*/
		/*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f1f1f1 30px);*/

	}

	.button.side-action .button.summary-button {
		width: 100%;
		margin: 0;
		font-size: 1rem;
		text-align: left;
		padding: 12px 20px;
	}

	.button.side-action .button.summary-button::before {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		margin: 0;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../template_for_de/img/icon-right.svg);
	}



	/*.button.side-action {*/
	/*	display: inline-block;*/
	/*	position: fixed;*/
	/*	left: -200px;*/
	/*	bottom: 10px;*/
	/*	z-index: 5000;*/
	/*	background: none!important;*/
	/*	min-height: 50px;*/
	/*	padding: 0;*/
	/*	-webkit-transition: 0.5s;*/
	/*	transition: 0.5s;*/
	/*	opacity: 0;*/
	/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"*/
	/*}*/
	/*body.scrolled-med .button.side-action {*/
	/*	left: 10px;*/
	/*	opacity: 1;*/
	/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"*/
	/*}*/

	/*.button.side-action:hover,*/
	/*.button.side-action:focus {*/
	/*	background: none!important*/
	/*}*/
	/*.button.turkey.side-action:before {*/
	/*	width: 60px;*/
	/*	height: 60px;*/
	/*	background-size: 60px*/
	/*}*/
	/*.button.turkey.side-action:hover:before {*/
	/*	left: -25px*/
	/*}*/
	/*.button.turkey.side-action>span {*/
	/*	display: inline-block;*/
	/*	background: #1fb356;*/
	/*	font-size: 14px;*/
	/*	padding: 8px 10px 9px 30px!important;*/
	/*	width: 165px;*/
	/*	line-height: 1.2em;*/
	/*	border-radius: 0 5px 5px 0;*/
	/*	-moz-border-radius: 0 5px 5px 0;*/
	/*	-webkit-border-radius: 0 5px 5px 0*/
	/*}*/




	.news-wrapper .news-detail .image {
		width: 400px;
		max-width: 100%;
		margin: 0 auto 20px
	}

	.background-wrapper {
		min-height: 0;
		height: auto
	}
	.background-wrapper .background-content {
		position: relative;
		top: 0;
		padding: 180px 0 50px
	}
	.background-wrapper .background-content .content-wrap {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.background-wrapper .background-content .content-form-wrap {
		margin-bottom: 30px
	}
	.background-wrapper .background-content .content-form {
		padding: 20px;
		width: 100%
	}
	.background-wrapper .background-content .content-form .message {
		font-size: 16px;
		padding: 12px 0;
		margin: 5px 0 20px
	}
	.background-wrapper .background-content .content-usp ul b {
		font-size: 16px
	}
	.footer-wrapper .footer-copyright span.divider {
		display: none
	}
	.footer-wrapper .footer-copyright span.links {
		display: block;
		margin-top: 5px
	}
	.wrapper,
	.content-wrapper {
		padding: 15px 0
	}

	.content-wrapper {
		padding: 40px 0
	}
	.content-wrapper .title {
		margin-bottom: 30px
	}
	.content-wrapper .title .label {
		padding: 6px 9px
	}
	.steps-wrap .step-wrap {
		height: auto
	}
	.steps-wrap .step-wrap:not(.step-1) {
		margin-top: 60px
	}
	.steps-wrap .step-wrap:not(.step-1):before {
		left: 50%;
		top: -30px;
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
		transform: translateX(-50%) translateY(-50%) rotate(90deg)
	}
	.reviews-wrap .review-item {
		height: auto;
		margin-bottom: 25px;
		text-align: center
	}
	.reviews-wrap .review-item .score {
		font-size: 24px;
		min-width: 45px
	}
	.reviews-wrap .more {
		margin-top: 15px
	}
	.tabs-wrap {
		margin-top: 20px
	}
	.tabs-wrap .tabs-head {
		margin-bottom: 5px
	}
	.tabs-wrap .tabs-head .item {
		border-radius: 4px;
		margin: 0 0 5px 0;
		width: 100%
	}
	.tabs-wrap .tabs-body {
		padding: 20px 20px 5px
	}
	.request-wrap .request-form .form-set {
		padding: 25px 28px
	}
	.request-wrap .request-actions {
		padding: 25px
	}
	.request-wrap .request-form .form-set h2 {
		margin-bottom: 12px
	}
	.request-wrap .request-form .form-set .field {
		padding-left: 0!important;
		margin-top: 15px
	}
	.request-wrap .request-form .form-set .field label:not(.checkbox) {
		position: relative;
		margin-bottom: 4px;
		width: 100%;
		top: auto;
		left: auto
	}
	.request-wrap .request-form .form-set .field>label:not(.checkbox)>i.icon {
		margin-top: -3px
	}
	.request-wrap .request-explanation .explanation-wrap {
		position: static
	}
	.request-wrap .request-explanation .explanation {
		left: 10px;
		width: 275px;
		width: 300px;
		margin-top: 65px
	}
	.request-wrap .request-explanation .explanation-wrap.forced:not(.active) .explanation {
		opacity: 0;
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform: scaleY(0)
	}
	.request-wrapper .request-article {
		display: none
	}
	.request-wrap .request-form .form-set .field.inline label:not(.checkbox):not(.checkbox) {
		max-width: calc(100% - 32px);
		line-height: 1.5em;
	}
	.modal-wrap .container {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.modal-wrap .modal-screen.minimal {
		max-width: 100%;
		top: auto;
		-ms-transform: none;
		transform: none;
		-webkit-transform: none
	}
	.modal-wrap .modal-screen .actions {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fff;
		padding: 0 15px 15px;
		text-align: right
	}
	.modal-wrap .modal-screen .actions.justify {
		display: block;
	}
	.modal-wrap .modal-screen {
		display: block;
		position: relative;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		overflow: hidden;
		max-width: 100%
	}
	.modal-wrap .modal-screen .actions .button:not(.auto) {
		width: 100%
	}
	.modal-wrap .modal-screen .screen {
		padding: 15px
	}
	.modal-wrap .modal-screen .request-form {
		padding: 0
	}
	.modal-wrap .modal-screen .request-form .alert {
		margin-bottom: 15px
	}
	.modal-wrap .modal-close {
		top: 0;
		right: 0;
		background-size: 24px;
		background-color: #fff;
		border-radius: 0 0 0 19px;
		overflow: hidden
	}


	html:not(.webp) .modal-wrap .modal-close {
		background-image: url(/images/icon-close-red.png);
	}
	html.webp .modal-wrap .modal-close {
		background-image: url(/images/icon-close-red.webp);
	}


	.background-wrapper .background-content .content-form .payment-methods {
		margin: 20px -4px 0
	}
	.progress-wrapper {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		text-align: center;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
	body.scrolled .progress-wrapper {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}
	.progress-wrapper ul:before {
		background: #eaeaea
	}
	.progress-wrapper ul {
		white-space: nowrap
	}
	.progress-wrapper ul li {
		width: 80px
	}
	.progress-wrapper ul li:not(.active) span.name {
		display: none
	}

	.scene-wrapper .scene-form>.form-content {
		padding: 20px 20px 16px
	}
	.scene-wrapper .scene-form>.form-content .field {
		padding-left: 0
	}
	.scene-wrapper .scene-form>.form-content .field label {
		position: static;
		margin-bottom: 5px
	}
	.scene-wrapper .scene-form>.form-header {
		padding: 16px 9px 14px
	}
	.notice-wrap .row {
		margin: 0 -12px
	}
	.notice-wrap .row>div {
		padding: 0 12px
	}
	.notice-wrap .row>div:not(:first-child) .notice-item:before {
		left: -16px
	}





	.news-wrap .news-item.has-image {
		padding-top: 220px;
		padding-left: 25px
	}
	.news-wrap .news-item>.image {
		width: auto;
		max-width: 100%;
		height: 180px;
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: auto
	}




	.call-action-wrapper .call-to-action>.montitle>.subtitle {
		font-size: 18px
	}





	.steps-wrap {
		margin-top: 40px
	}
	.steps-wrap .step-wrap:not(.step-1) {
		margin-top: 45px
	}

	/*.steps-wrap .step-wrap.step-3 .step-item .image > svg,*/
	/*.steps-wrap .step-wrap.step-3 .step-item .image > img {*/
	/*	margin-top: 17px;*/
	/*	margin-left: 6px;*/
	/*	width: 74px*/
	/*}*/




	.table-wrap .table thead th {
		padding: 12px 15px
	}
	.table-wrap .table.minimal td {
		padding: 7px 14px 7px
	}
	.request-wrap .request-form .form-set .field label:not(.checkbox) {
		position: relative!important;
		margin-bottom: 4px!important;
		width: 100%!important;
		top: auto!important;
		left: auto!important
	}
	.request-alert-wrap .alert.alert-success {
		padding: 25px;
	}



	/* Important Wrapper */
	.important-wrapper {
		padding: 30px 0;
	}
	.important-wrapper .alert > p {
		font-size: 0.95rem;
		font-weight: 500;
		margin: 20px 0 0;
	}
	.important-wrapper .alert > h1 {
		font-size: 24px;
	}



	/* Status Page */
	.status-segment {
		padding: 0px;
	}
	.status-segment .status-indicator {
		position: relative;
		top: auto;
		right: auto;
		margin: 0px auto;
	}
	.status-segment .alert {
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
		padding-bottom: 28px !important;
		border-radius: 0px;
	}
	.status-segment .alert h2,
	.status-segment .alert h3 {
		font-size: 18px !important;
		line-height: 1.2em;
	}





}


@media all and (max-width:575px) {

	body {
		font-size: 14px;
	}


	.banner-wrap .banner-article > .article h1,
	.banner-wrap .banner-article > .article h2 {
		font-size: 1.5rem;
	}




	body:not(.no-space) {
		padding-top: 127px;
	}

	.tables.benefits th.status > strong {
		font-size: 0.8rem;
		width: 60px;
	}


	.modal-wrap .modal-screen.medium .search {
		top: 15px;
		left: 15px;
		right: 15px
	}
	.modal-wrap .modal-screen.medium.maps .modal-close {
		top: 82px;
		right: 15px;
		border-radius: 999px;
		-moz-border-radius: 999px;
		-webkit-border-radius: 999px
	}
	.modal-wrap .modal-screen.medium .results {
		width: auto;
		left: 0;
		right: 0;
		padding-bottom: 50px
	}
	.modal-wrap .modal-screen.medium .results .field {
		padding: 0;
		margin: 0 0 10px;
		max-height: 3em;
		overflow: hidden
	}
	.modal-wrap .modal-screen.medium .results .field label.label {
		position: static;
		display: block;
		margin: 0
	}
	.modal-wrap .modal-screen.medium .results .actions {
		right: 15px;
		padding: 0
	}
	.modal-wrap .modal-screen .screen.minimal {
		padding: 0;
	}

	.benefits-wrap.in-modal .tables.benefits thead th {
		padding-bottom: 5px;
	}
	.benefits-wrap.in-modal .tables.benefits th.status > strong {
		font-size: 0.7rem;
	}
	.benefits-wrap.in-modal .tables.benefits th.status,
	.benefits-wrap.in-modal .tables.benefits td.status {
		width: auto;
		white-space: nowrap;
		padding-left: 7px;
		padding-right: 7px;
	}
	.benefits-wrap.in-modal .tables.benefits tbody td {
		font-size: 0.85rem;
	}
	.benefits-wrap.in-modal .tables.benefits tbody td.description strong {

	}
	.modal-table table tr td.col-alert.floating {
		position: static;
	}
	.benefits-wrap.in-modal .tables.benefits td.status i.icon {
		-webkit-transform: scale(0.85);
		-ms-transform: scale(0.85);
		transform: scale(0.85);
	}


	.request-wrapper .request-status .check-form {
		margin: 35px 0 -65px;
		text-align: center
	}
	.request-wrapper .request-status .check-form .button {
		display: inline-block;
		position: relative;
		margin: 0
	}
	.request-wrapper .request-status.status-paid {
		padding-left: 35px
	}
	.request-wrapper .request-status.status-paid h1 {
		padding-right: 40px
	}
	.confirmation-wrap .request-alert-wrap .alert h2 {
		font-size: 22px;
		padding-right: 0
	}
	.confirmation-wrap .request-alert-wrap .timer-wrap .timer {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 20px auto 0;
		width: 140px
	}
	hr.divider {
		margin: 20px 0
	}
	.wrapper,
	.content-wrapper {
		padding: 10px 0;
		padding: 25px 0 15px
	}



	.button.turkey:hover:before {
		left: -20px
	}
	.menu-wrapper ul>li:last-child {
		padding: 12px 0 17px
	}

	.footer-wrapper {
		padding: 35px 0 30px
	}
	.footer-wrapper .footer-block {
		margin-bottom: 30px
	}
	.footer-wrapper hr.divider {
		margin: -2px 0
	}
	.scene-wrapper .scene-content {
		padding-top: 15px
	}
	.scene-wrapper .scene-article {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 20px
	}
	.scene-wrapper .scene-article h1 {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 10px
	}
	.scene-wrapper .scene-form {
		margin-bottom: 55px
	}
	.scene-wrapper .scene-form>.form-header {
		font-size: 15px
	}
	.scene-wrapper .scene-form>.form-content .actions {
		margin: 25px 0 5px
	}

	.scene-wrapper .scene-aside {
		padding: 15px 0 0
	}
	.scene-wrapper .scene-aside h2 {
		font-size: 24px
	}
	.notice-wrap {
		padding: 7px 0
	}
	.notice-wrap .notice-item {
		padding-left: 60px;
		margin: 20px 0!important;
		height: auto
	}
	.notice-wrap .notice-item.notice-intelligence {
		margin-top: 0
	}
	.notice-wrap .notice-item>.icon {
		width: 44px;
		height: 44px
	}
	.notice-wrap .notice-item.notice-delivery>.icon {
		width: 42px;
		height: 42px
	}
	.notice-wrap .notice-item.notice-service>.icon {
		width: 46px;
		height: 46px
	}
	.notice-wrap .notice-item>article>h2 {
		font-size: 1.12em
	}
	.notice-wrap .notice-item.notice-intelligence:before {
		display: block!important
	}
	.notice-wrap .row>div:not(:first-child) .notice-item:before {
		width: auto;
		height: 2px;
		top: -21px;
		right: 5px;
		left: 5px;
		bottom: auto
	}
	.steps-wrap {
		margin-top: 50px
	}
	.news-wrap .more {
		margin-top: 22px
	}




	.call-action-wrapper .call-to-action>.montitle {
		margin-bottom: 25px
	}
	.call-action-wrapper .call-to-action>.montitle>h2 {
		line-height: 1.15em
	}
	.call-action-wrapper .call-to-action>.montitle>.subtitle {
		font-size: 17px;
		margin: 20px 0 0
	}
	.call-action-wrapper .call-to-action .article-wrap .article-intro {
		font-size: 15px;
		padding: 5px 0;
		margin-bottom: 15px
	}
	.call-action-wrapper .call-to-action .article-wrap .article-left>p:last-child {
		margin-bottom: 0
	}




	.scene-wrapper .scene-form .field.field-email {
		display: none
	}
	.request-wrap .request-form .form-set {
		padding: 25px 20px
	}
	.request-wrap .request-actions {
		text-align: left;
		white-space: nowrap
	}
	.request-wrap .request-actions .button:not(.back) {
		font-size: 11pt;
		margin: 0 0 0 0;
		width: auto;
		float: right
	}
	.request-wrap .request-actions .button.back {
		font-size: 11pt;
		margin: 0 7px 0 0;
		width: auto;
		float: none
	}
	.request-wrap .request-form .form-set .field.actions .button {
		font-size: 10.5pt
	}
	.request-wrapper .request-status.status-paid .article br {
		display: none
	}
}

@media all and (max-width:410px) {
	.button.turkey>span {
		padding: 0!important
	}
}

@media only screen and (max-width:575px) and (max-height:680px) {
	.scene-wrapper .scene-form .field.field-email {
		display: none
	}
}




@media all and (max-width: 440px) {
	.header-usp .usp-trustpilot-widget {
		.trust-widget {
			margin-left: 0px;
		}
	}
}




@media all and (min-width:575px) {
	.visible-xs { display: none !important; }
}
@media all and (max-width:575px) {
	.visible-xs { display: block !important; }
	.visible-xs.xs-flex { display: flex !important; }
	.visible-xs.xs-inline-flex { display: inline-flex !important; }
	.hidden-xs { display: none !important; }
}
@media all and (max-width:767px) {
	.hidden-sm { display: none !important; }
}




