body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}
/* Styles for the flex layout based tabs */
amp-selector[role=tablist].tabs-with-flex {
	display: flex;
	flex-wrap: wrap
}

amp-selector[role=tablist].tabs-with-flex [role=tab] {
	flex-grow: 1;
	text-align: center;
	padding: var(--space-1)
}

amp-selector[role=tablist].tabs-with-flex [role=tab][selected] {
	outline: none;
	border-bottom: 2px solid var(--color-primary)
}

amp-selector[role=tablist].tabs-with-flex [role=tabpanel] {
	display: none;
	width: 100%;
	order: 1;
	padding: var(--space-4)
}

amp-selector[role=tablist].tabs-with-flex [role=tab][selected]+[role=tabpanel] {
	display: block
}

amp-selector[role=tablist].tabs-with-selector {
	display: flex
}

amp-selector[role=tablist].tabs-with-selector [role=tab][selected] {
	outline: none;
	border-bottom: 2px solid var(--color-primary)
}

amp-selector[role=tablist].tabs-with-selector {
	display: flex;
	margin-bottom: 20px;
	overflow-x: auto
}

amp-selector.tabpanels [role=tabpanel] {
	display: none;
	padding: var(--space-4)
}

amp-selector.tabpanels [role=tabpanel][selected] {
	outline: none;
	display: block
}

amp-selector[role=tablist] [role=tab][selected]+[role=tabpanel] {
	display: block
}

.tabs-with-btn {
	height: 48px;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	border: 1px solid #333948;
	border-radius: 12px;
	color: #C3C8D5;
	width: auto;
	padding: 0 24px;
	margin: 0 4px
}

.tabs-with-btn span {
	margin-left: 10px
}

.tabs-with-btn[selected] {
	    background: linear-gradient(to right, #2a1241 0%, #94be39 100%);
    box-shadow: inset 0 0 2px 1px #94c825, 0 2px 16px 0 rgba(249, 216, 82, 0.36);
    color: #fff;
}
.tabs-with-btn[selected] svg path {
    fill: #fff;
}
.tabs-with-btn[selected] svg path {
	fill: #fff
}

.h100 {
	height: 100%
}

a {
	color: inherit
}

ul,
li,
ol {
	list-style: none
}

ul,
li,
ol,
button,
figure {
	padding: 0;
	margin: 0
}

input,
button,
textarea,
select {
	font: inherit
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	text-decoration: none;
	color: inherit
}

button {
	-webkit-appearance: none;
	-moz-appearance: none
}

button:focus,
a:focus {
	outline: none
}

* {
	box-sizing: border-box
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-40 {
	margin-bottom: 40px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-20 {
	margin-right: 20px
}

.mr-30 {
	margin-right: 30px
}

.ml-0 {
	margin-left: 0
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-40 {
	padding-bottom: 40px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-30 {
	padding-top: 30px
}

.pt-40 {
	padding-top: 40px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-30 {
	padding-left: 30px
}

.pl-40 {
	padding-left: 30px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-30 {
	padding-right: 30px
}

.pr-40 {
	padding-right: 40px
}

.p-10 {
	padding: 10px
}

.p-15 {
	padding: 15px
}

.p-20 {
	padding: 20px
}

.p-30 {
	padding: 30px
}

.p-40 {
	padding: 40px
}

.margin-left-auto {
	margin-left: auto
}

.margin-right-auto {
	margin-right: auto
}

.text-center {
	text-align: center
}

.grid-row {
	margin: 0 -3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.grid-col-2 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66%;
	flex: 0 0 16.66%;
	max-width: 16.66%;
	width: 16.66%;
	position: relative
}

.grid-col-3 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
	position: relative
}

.grid-col-4 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	width: 33.33%;
	position: relative
}

.grid-col-5 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66%;
	flex: 0 0 41.66%;
	max-width: 41.66%;
	width: 41.66%;
	position: relative
}

.grid-col-6 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	position: relative
}

.grid-col-7 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33%;
	flex: 0 0 58.33%;
	max-width: 58.33%;
	width: 58.33%;
	position: relative
}

.grid-col-8 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66%;
	flex: 0 0 66.66%;
	max-width: 66.66%;
	width: 66.66%;
	position: relative
}

.grid-col-9 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	width: 75%;
	position: relative
}

.grid-col-10 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33%;
	flex: 0 0 83.33%;
	max-width: 83.33%;
	width: 83.33%;
	position: relative
}

.grid-col-12 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	position: relative
}

.grid-col-20 {
	padding: 0 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 20%;
	position: relative
}

.no-gutters>[class*="grid-col"] {
	padding-right: 0;
	padding-left: 0
}

.grid-row.no-gutters {
	margin: 0
}

.grid-row.gutter-10 {
	margin: 0 -5px
}

.grid-row.gutter-10>[class^="grid-col"] {
	padding: 0 5px
}

.grid-row.gutter-20 {
	margin: 0 -10px
}

.grid-row.gutter-20>[class^="grid-col"] {
	padding: 0 10px
}

.grid-row.gutter-40 {
	margin: 0 -20px
}

.grid-row.gutter-40>[class^="grid-col"] {
	padding: 0 20px
}

.d-inline-block {
	display: inline-block
}

.d-flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.d-flex-center {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.d-flex-center-between {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.flex-wrap {
	flex-wrap: wrap
}

.align-items-center {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.justify-content-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center
}

.justify-content-between {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.relative {
	position: relative
}

.overflow-hidden {
	overflow: hidden
}

.overflow-y-auto {
	overflow-y: auto
}

body {
	background-color: #191c24;
	font-family: "Albert Sans", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 0
}

.amp-container {
	width: 100%;
	position: relative;
	padding: 0 15px;
	margin: 0 auto
}

.amp-header {
	width: 100%;
	height: 56px;
	    background: #20003f;
	position: relative;
	z-index: 10
}
.i-amphtml-layout-size-defined .i-amphtml-fill-content{
	border-radius: 8px;
}
.amp-header-inner {
	height: 56px
}

.site-logo {
	width: 132px;
height: 40px;
	display: flex;
	align-items: center;
	    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    border-radius: 8px;
}

.language {
	position: relative;
	cursor: pointer
}

.language-display {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333948;
	border-radius: 8px
}

.language-dropdown {
	position: absolute;
	top: 40px;
	left: 0;
	width: 48px;
	background: #333948;
	border-radius: 0 0 8px 8px;
	padding: 8px 0;
	opacity: 0;
	transition: .3s;
	pointer-events: none
}

.language-item {
	padding: 8px 16px
}

.language:hover .language-dropdown {
	opacity: 1;
	pointer-events: inherit
}

.slider-wrapper {
	position: relative
}

.page-logo {
	position: absolute;
	left: 0px;
}

.amp-mobile-slider {
	position: relative;
	z-index: 1
}

.amp-desktop-slider {
	position: relative;
	z-index: 1
}

.site-buttons {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 20px;
	display: flex;
	padding: 0 15px
}

.site-buttons.desktop {
	display: none
}

.site-btn {
	    background: linear-gradient(to right, #2a1241 0%, #94be39 100%);
    box-shadow: inset 0 0 2px 1px #94c825, 0 2px 16px 0 rgba(249, 216, 82, 0.36);
    color: #fff;
    border-radius: 8px;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    max-width: 190px;
    padding: 0 15px;
	margin-right: 10px
}

.site-btn.type-2 {
	background: linear-gradient(to right, #ae384f 0%, #961d3b 100%);
    box-shadow: inset 0 0 2px 1px #c92f5e, 0 2px 16px 0 rgba(209, 255, 111, 0.36);
	margin-right: 0
}

.site-btn span:first-child {
	margin-left: 8px
}
.site-btn svg path {
    fill: #fff;
}
.main-container {
	padding-top: 30px
}

.menu-frame {
	overflow-x: auto;
	background:linear-gradient(179.99998deg, #400e7d 0%, #222630 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px
}

.top-menu li {
	position: relative;
	flex: 0 0 112px;
	height: 104px;
	border-right: 1px solid rgba(255, 255, 255, 0.08)
}

.top-menu li:last-child {
	border-right: none
}

.top-menu>li>a {
	display: flex;
	height: 104px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}

.top-menu li a:hover {
	background: linear-gradient(179.99998deg, #222630 0%, #222630 100%)
}

.top-menu-name {
	margin-top: 8px;
	margin-bottom: 5px
}

.top-menu-text {
	font-size: 12px;
	color: #C3C8D5
}

.page-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 1.5
}

.color-primary {
	color: #b6f334;
}

.section-title {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px;
	color: #29324C
}

.preference-box {
	background: linear-gradient(179.99998deg, #400e7d 0%, #222630 100%);
	box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	position: relative;
	padding: 20px 16px;
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.preference-box:after {
	content: "";
	background: url(../images/prefences.png) no-repeat right top;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 88px;
	height: 28px;
	zoom: .8
}

.preference-icon {
	height: 40px;
	position: relative;
	overflow: hidden;
	zoom: .8
}

.preference-box .title {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 8px
}

.preference-box .text {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.7;
	color: #C3C8D5
}

.preference-info {
	flex: 1
}

.preference-frame {
	margin-bottom: 32px
}

.section-img {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 20px
}

.section-content {
	margin-bottom: 30px
}

.section-info {
	position: relative;
	z-index: 2
}

.section-primary-title {
	font-size: 20px;
	margin-top: 0;
	line-height: 1.7
}

.section-text {
	font-weight: 400;
	font-size: 16px;
	color: #DBDEE6;
	line-height: 1.7
}

.section-tool {
	margin-top: 15px
}

.tabs-with-selector-wrapper {
	padding: 30px 0;
	border-top: 1px solid #333948;
	border-bottom: 1px solid #333948;
	margin-bottom: 30px
}

.carousel-slider .amp-carousel-button-prev {
	background: #FFF url(../images/carousel-prev.png) no-repeat center center;
	border: 1px solid #E6E6E8;
	border-radius: 8px;
	width: 36px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.carousel-slider .amp-carousel-button-next {
	background: #FFF url(../images/carousel-next.png) no-repeat center center;
	border: 1px solid #E6E6E8;
	border-radius: 8px;
	width: 36px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.carousel-slider .amp-carousel-button.amp-disabled {
	clip: inherit;
	clip-path: inherit;
	-webkit-clip-path: inherit;
	border: 1px solid #E6E6E8;
	border-radius: 8px;
	width: 36px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

.slide-item {
	position: relative;
	margin-left: 20px
}

.slide-img {
	height: 134px;
	position: relative;
	z-index: 1
}

.slide-text {
	height: 66px;
	padding-top: 12px;
	z-index: 2;
	position: relative;
	color: #A0A7BB;
	font-size: 12px;
	text-align: center
}

.slide-name {
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.base-btn {
	height: 52px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	background: #191C24;
	border: 2px solid #333948;
	border-radius: 8px;
	color: #C3C8D5
}

.base-btn span {
	margin-left: 10px
}

.base-btn+.base-btn {
	margin-left: 8px
}

.base-btn.selected,
.base-btn:hover {
	    background: linear-gradient(to right, #2a1241 0%, #94be39 100%);
    box-shadow: inset 0 0 2px 1px #94c825,
    color: #fff;
}

.base-btn.selected svg path,
.base-btn:hover svg path {
	fill: #fff
}

.bottom-seperate {
	width: 100%;
	border-bottom: 1px solid #333948;
	margin-bottom: 20px
}

.contact-us {
	background: linear-gradient(179.99998deg, #333948 0%, #222630 100%);
	box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 24px;
	color: #DBDEE6;
	font-size: 14px;
	line-height: 24px
}

.contact-us-icon {
	margin-right: 15px
}

.contact-us-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px
}

.contact-us a {
	color: #f35f67;
	font-weight: 700
}

.payment-slider-wrapper {
	background: #08090C;
	border-radius: 0 0 8px 8px;
	height: 60px;
	padding-top: 12px;
	position: relative
}

.payment-slider-wrapper:after {
	content: "";
	background: linear-gradient(89.99999deg, rgba(8, 9, 12, 0.00) 0%, #08090C 100%);
	position: absolute;
	width: 50px;
	height: 60px;
	right: 90px;
	top: 0;
	z-index: 10
}

#paymentSlider {
	padding-right: 90px
}

.payment-slide {
	display: flex;
	align-items: center;
	padding-left: 15px
}

.payment-slide span {
	margin-left: 10px;
	color: #DBDEE6;
	font-size: 12px
}

.amp-carousel-button:focus {
	outline: none
}

.payment-slider-wrapper .amp-carousel-button {
	background: #191C24;
	border-radius: 8px;
	width: 32px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center
}

.payment-slider-wrapper .amp-carousel-button-prev {
	left: inherit;
	right: 58px;
	background: #191C24 url(../images/payment-left-arrow.png) no-repeat center center
}

.payment-slider-wrapper .amp-carousel-button-next {
	right: 20px;
	background: #191C24 url(../images/payment-right-arrow.png) no-repeat center center
}

.payment-slider-wrapper amp-carousel .amp-carousel-button.amp-disabled {
	width: 32px;
	height: 28px;
	clip: inherit;
	clip-path: inherit
}

.site-footer {
	margin-top: 30px;
	    background: #111318;
}

.copyright {
	line-height: 1.7;
	margin-bottom: 15px
}

.footer-logo {
	margin-bottom: 20px
}

.footer-logo amp-img {
	width: 271px;
	height: 75px
}
.footer-logo {
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    border-radius: 8px;
    max-width: 140px;
}
.footer-social {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	margin-bottom: 20px
}

.footer-social-btn {
	background: #222630;
	border-radius: 8px;
	width: 56px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 4px
}

.footer-menu-title {
	height: 52px;
	padding-top: 15px;
	border-bottom: 1px solid #222630;
	border-top: 1px solid #222630;
	background-color: transparent;
	padding-right: 0;
	border-right: none;
	border-left: none;
	color: #D1FF6F;
	font-size: 18px;
	display: flex;
	align-items: center;
	position: relative
}

.footer-menu-title:after {
	content: "";
	border: solid #ABB2C4;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 15px
}

.footer-menu-dropdown {
	padding: 10px 0
}

.footer-menu-link {
	display: flex;
	align-items: center;
	height: 26px;
	margin: 5px 0;
	color: #CFD3DD;
}

.footer-menu-link:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #ABB2C4;
	display: block;
	margin-right: 16px
}

.footer-text {
	color: #A0A7BB;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 25px
}

.footer-inner {
	color: #CFD3DD;
	font-size: 14px;
	padding: 15px 0
}

.footer-licence {
	margin-bottom: 20px
}

.bottom-slider-wrapper {
	border-top: 1px solid #222630;
	padding: 25px 0
}

.for-desktop {
	display: none
}

.amp-desktop-slider {
	display: none
}

.mb_10 {
	margin-bottom: 10px
}

@media (min-width: 640px) {
	.preference-box-frame {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
		row-gap: 10px
	}
}

@media (min-width: 992px) {

	.amp-header,
	.amp-header-inner {
		height: 72px
	}

	.site-buttons {
		width: auto;
		left: 10%;
		bottom: 30px;
		top: inherit;
		display: flex
	}

	.site-btn {
		margin-bottom: 0;
		margin-right: 8px
	}

	.language {
		margin-right: 8px
	}

	.category-menu {
		overflow-x: inherit
	}

	.section-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		margin-bottom: 50px;
		position: relative
	}

	.section-content.right .section-img {
		order: 2
	}

	.section-content.right {
		text-align: end
	}

	.section-content.right .section-tool {
		justify-content: end
	}

	.preference-box .title {
		font-size: 18px
	}

	.preference-box .info {
		font-size: 14px
	}

	.preference-box {
		display: block;
		padding: 24px
	}

	.preference-icon {
		height: 70px;
		zoom: 1
	}

	.preference-box:after {
		zoom: 1
	}

	.preference-box-frame {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		column-gap: 20px
	}

	.amp-desktop-slider {
		display: block
	}

	.amp-mobile-slider {
		display: none
	}

	.banner-frame {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px
	}

	.d-lg-flex {
		display: -ms-flexbox;
		display: flex
	}

	.footer-inner {
		justify-content: space-between;
		border-bottom: 1px solid #222630;
		margin-bottom: 25px
	}

	.footer-logo {
		margin-bottom: 40px
	}

	.footer-text {
		padding-left: 25px
	}

	.footer-second {
		width: 70%
	}

	.footer-licence-wrapper {
		display: flex
	}

	.menu-frame {
		display: block;
		overflow-x: inherit;
	}

	.top-menu li {
		flex: 1
	}

	.for-desktop {
		display: block
	}

	.for-mobile {
		display: none
	}

	.contact-us {
		font-size: 16px
	}

	.contact-us-title {
		font-size: 24px
	}

	.bottom-seperate {
		margin-bottom: 30px
	}

	.payment-slide span {
		font-size: 14px
	}

	amp-selector[role=tablist].tabs-with-selector {
		justify-content: center;
		overflow-x: unset
	}

	.section-img {
		margin-bottom: 0
	}

	.payment-slider-wrapper {
		padding-left: 20px
	}

	.footer-desktop-menu {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr
	}

	.footer-desktop-menu .footer-menu-title {
		height: 52px;
		border-bottom: 1px solid #222630;
		        color: #b7f335;
		font-size: 18px;
		display: flex;
		align-items: center;
		position: relative
	}

	.footer-desktop-menu .footer-menu-title:after {
		display: none
	}

}

@media (min-width: 1200px) {
	.amp-container {
		max-width: 1200px
	}

	.ft-holder {
		margin-top: 20px
	}

	.page-title {
		font-size: 28px
	}

	.related-line {
		background: url(../images/related.png) no-repeat center top;
		height: 24px;
		width: 100%
	}

	.site-buttons.desktop {
		display: flex;
	}
}

@media (min-width: 1330px) {
	.amp-container {
		max-width: 1330px
	}

	.site-buttons {
		width: auto;
		left: calc((100% - 1050px) / 2);
		bottom: 30px
	}

	.section-content {
		column-gap: 40px
	}
}

@media (min-width: 1420px) {
	.amp-container {
		max-width: 1420px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0
	}

	.site-buttons {
		width: auto;
		left: calc((100% - 1420px) / 2);
		bottom: 30px
	}
}

@media (min-width: 1600px) {
	.amp-desktop-slider {
		margin: 0
	}
}

@media (max-width: 992px) {
	.amp-header .site-btn {
		height: 28px;
		font-size: 12px;
		width: auto;
		margin-left: 8px;
		margin-bottom: 0;
		margin-right: 0;
		max-width: inherit;
		padding: 0 10px
	}

	.amp-header .site-btn .for-mobile {
		margin-right: 5px;
		margin-left: 0
	}

	.language {
		display: none
	}
}
@media (max-width: 992px) {
.i-amphtml-layout-size-defined .i-amphtml-fill-content {
    object-fit: cover;
    object-position: left;
}
a.site-logo {
    width: 143px;
}
}