/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	background-color: #000
}

details, main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	color: #f7ad3c;
	text-decoration: none;
	display: inline-block
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
	max-width: 100%
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio], legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after, .clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.menu-wrap a {
	color: #fff
}

.menu-wrap a:focus, .menu-wrap a:hover {
	color: #24bb9d
}

.close-button, .menu-button {
	border: 0;
	background: 0 0;
	color: transparent;
	outline: 0
}

.menu-button {
	position: fixed;
	right: 0;
	z-index: 1000;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	text-indent: 2.5em;
	font-size: 1.5em;
	display: none
}

.menu-button::before {
	position: absolute;
	top: .5em;
	right: .5em;
	bottom: .5em;
	left: .5em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ce1127), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #ce1127), color-stop(60%, #ce1127), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #ce1127));
	background: -o-linear-gradient(#ce1127 20%, transparent 20%, transparent 40%, #ce1127 40%, #ce1127 60%, transparent 60%, transparent 80%, #ce1127 80%);
	background: linear-gradient(#e48900 20%, transparent 20%, transparent 40%, #e48900 40%, #e48900 60%, transparent 60%, transparent 80%, #e48900 80%);
	content: ""
}

.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: .75em
}

.close-button::after, .close-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	background: #ce1127
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.menu-wrap {
	position: fixed;
	overflow-y: auto;
	z-index: 1001;
	width: 300px;
	background: #373a47;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(-320px, 0, 0);
	transform: translate3d(-320px, 0, 0);
	-webkit-transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.menu-wrap i {
	margin-right: 20px
}

.icon-list, .menu, .menu-wrap {
	height: 100%
}

.icon-list, .icon-list a {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0s .4s;
	-o-transition: transform 0s .4s;
	transition: transform 0s .4s;
	transition: transform 0s .4s, -webkit-transform 0s .4s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.icon-list a {
	display: block;
	padding: .8em;
	-webkit-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0)
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0, 1000px, 0);
	transform: translate3d(0, 1000px, 0)
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0, 1500px, 0);
	transform: translate3d(0, 1500px, 0)
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0, 2500px, 0);
	transform: translate3d(0, 2500px, 0)
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0)
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 700
}

.show-menu .content::before, .show-menu .icon-list, .show-menu .icon-list a, .show-menu .menu-wrap {
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.show-menu .icon-list, .show-menu .icon-list a, .show-menu .menu-wrap {
	-webkit-transition: -webkit-transform .8s;
	-o-transition: transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s
}

.show-menu .icon-list a {
	-webkit-transition-duration: .9s;
	-o-transition-duration: .9s;
	transition-duration: .9s
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px
}

ul, ul li {
	margin: 0;
	padding: 0
}

.header {
	background: #000;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10;
	height: 87px;
	width: 100%
}

.logo-wrapper {
	position: absolute;
	display: table;
	width: 100%
}

.logo-wrapper .logo-cell {
	display: table-cell;
	vertical-align: bottom
}

.logo-wrapper a {
	position: relative;
	z-index: 10
}

.logo-wrapper .logo-link {
	margin: 0;
	left: 150px;
	display: inline-block;
	width: auto
}

.logo--footer img, .logo-wrapper .logo-link .logo-image {
	margin-top: 10px;
	margin-right: 8px;
	height: 64px;
	width: 179px
}

.banner, .header-icons {
	position: relative;
	margin: 0 auto
}

.header-icons {
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.header-icons, .main-banner {
	max-width: 100%
}

.header-buttons {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	height: 43px;
	display: table;
	border-spacing: 15px 0
}

.header-buttons .btn {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	border-radius: 2px;
	font-size: 17px
}

.header-buttons .join, .header-buttons .login {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	font: 400 20px/20px Lato-Regular, sans-serif;
	text-transform: capitalize;
	cursor: pointer
}

.header-buttons .login {
	border: 2px solid #fff;
	background: 0 0;
	color: #fff
}

.header-buttons .btn {
	width: 140px;
	padding: 0 5px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.header-buttons .login:hover {
	background: #fff;
	color: #000
}

.header-buttons .join {
	border: 2px solid #ff6a00;
	color: #000;
	background: #ffcb00
}

.header-buttons .join:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #ce1127
}

.header .main-nav-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #111;
	border-top: solid 1px #343434
}

.header .main-nav-wrapper .main-nav {
	margin-left: 6em
}

.header .main-nav-wrapper .main-nav li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	text-transform: capitalize;
	padding: .7em 2em;
	font: 400 20px/24px Lato-Light, sans-serif;
	position: relative;
	margin-right: 1em
}

.header .main-nav-wrapper .main-nav li:hover {
	background: #ce1127
}

.main {
	margin-top: 140px
}

.main__banner a, .main__banner a img {
	width: 100%
}

.main__content h1, .main__description h2 {
	text-align: center
}

.main__content ul {
	padding-left: 30px
}

table, table td {
	border-color: #f1f1f1
}

.std-table, table {
	border-collapse: collapse
}

table {
	border-spacing: 0;
	width: 100%
}

.std-table {
	margin: 15px auto
}

table td {
	font-size: 14px;
	padding: 10px
}

.std-table td {
	border: 1px solid #626262;
	padding: 10px;
	font-size: 15px;
	word-break: break-word
}

.promo_code_block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
	border-radius: 5px;
	margin-bottom: 25px;
	background-color: #fff
}

.promo_code_block .promo_first_block {
	min-height: 215px;
	height: auto;
	width: 27%;
	border-right: 1px solid rgba(0, 0, 0, .12);
	position: relative
}

.promo_code_block .promo_first_block>span {
	text-align: center;
	width: 100%;
	display: block
}

.promo_code_block .promo_first_block .promo_first_title {
	margin-top: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #212121
}

.promo_code_block .promo_first_block .promo_first_summ {
	margin-top: 5px;
	font-size: 24px;
	line-height: 28px;
	color: #bb0a0a
}

.promo_code_block .promo_first_block .promo_first_date {
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: rgba(0, 0, 0, .38)
}

.promo_code_block .promo_first_block .promo_first_button {
	width: 140px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background: #e0b305;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 22px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	cursor: pointer
}

.promo_code_block .promo_second_block {
	width: 73%;
	padding: 10px 10px 10px 20px;
	position: relative
}

.promo_code_block .promo_second_block .promo_second_title {
	font-size: 16px;
	font-weight: 700;
	color: #000
}

.promo_code_block .promo_second_block .promo_second_desc {
	font-size: 14px;
	margin-top: 20px
}

.promo_code_block .promo_second_block .promo_second_desc p {
	margin-top: 0;
	color: #212121;
	font-size: 15px;
	font-weight: 400;
	line-height: 157%
}

.td-bc-logo-L {
	background: url(../images/logo.jpg) center 0 no-repeat
}

.td-bc-logo {
	background-size: contain;
	display: block;
	height: 45px;
	width: 100px;
	cursor: default;
	margin: 0 auto
}

.promo_code_block .promo_second_block .td-bc-logo {
	position: absolute;
	border-radius: 5px;
	top: 8px;
	right: 8px;
	cursor: pointer
}

.footer-payments {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background: #000
}

.icon-payment-mastercard {
	background-position: -522px -224px;
	width: 50px;
	height: 30px
}

.icon-payment-mastercard, .icon-payment-visa {
	background-image: url(../images/sprite.png)
}

.footer-payments, .footer-secure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.icon-payment-visa {
	background-position: -522px -315px;
	width: 45px;
	height: 29px
}

.icon-payment-alfabank, .icon-payment-apple-pay, .icon-payment-privatbank, .icon-payment-qiwi {
	background-image: url(../images/sprite.png);
	background-position: -522px -132px;
	width: 52px;
	height: 32px
}

.icon-payment-privatbank {
	background-position: -165px -321px;
	width: 132px;
	height: 25px
}

.footer-secure {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 15px 0;
	background-color: #000
}

.icon-secure-2, .icon-secure-3 {
	background-image: url(../images/sprite.png);
	background-position: -364px -219px;
	width: 99px;
	height: 38px
}

.icon-secure-3 {
	background-position: -283px -362px;
	width: 95px;
	height: 35px
}

.footer-payments .icon, .footer-payments .strawberry-sidebar .st-achivement .dress-off:after, .footer-payments .strawberry-view .dress-off:after, .footer-secure .icon, .footer-secure .strawberry-sidebar .st-achivement .dress-off:after, .footer-secure .strawberry-view .dress-off:after, .strawberry-sidebar .st-achivement .footer-payments .dress-off:after, .strawberry-sidebar .st-achivement .footer-secure .dress-off:after, .strawberry-view .footer-payments .dress-off:after, .strawberry-view .footer-secure .dress-off:after {
	-ms-flex-item-align: center;
	align-self: center
}

.footer-secure .icon, .footer-secure .strawberry-sidebar .st-achivement .dress-off:after, .footer-secure .strawberry-view .dress-off:after, .strawberry-sidebar .st-achivement .footer-secure .dress-off:after, .strawberry-view .footer-secure .dress-off:after {
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .6;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .6s ease;
	margin: 0 15px
}

.footer-secure .icon:hover, .footer-secure .strawberry-sidebar .st-achivement .dress-off:hover:after, .footer-secure .strawberry-view .dress-off:hover:after, .strawberry-sidebar .st-achivement .footer-secure .dress-off:hover:after, .strawberry-view .footer-secure .dress-off:hover:after {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

.icon-secure-4 {
	background-position: 0 -440px;
	width: 85px;
	height: 36px
}

.icon-secure-4, .icon-secure-5, .icon-secure-6 {
	background-image: url(../images/sprite.png)
}

.icon-secure-5 {
	background-position: -473px -219px;
	width: 32px;
	height: 35px
}

.icon-secure-6 {
	background-position: 0 -486px;
	width: 30px;
	height: 30px
}

.site-footer {
	padding: 30px 0
}

.footer-copyright-wrapper, .footer__logo {
	text-align: center
}

.logo--footer {
	margin: 0;
	left: 150px;
	display: inline-block;
	width: auto
}

@media (max-width:1120px) {
	.header .header__inner .header__login form, .header .header__inner .menu__list, .header__btn {
		display: none
	}

	.header .header__inner .header__login {
		border: 0
	}

	.menu-button, .menu__list {
		display: block
	}

	.menu__list li+li {
		padding: 0
	}

	.menu-button {
		top: 18px
	}

	.menu-wrap {
		background: #000;
		top: 0
	}

	.mb-header__login {
		display: block;
		border: 0
	}

	.mb-header__login input {
		width: 100%
	}

	.mb-header__login a {
		margin: 0
	}

	.mb-header__login .register__btn a {
		margin-right: 0
	}

	.mb-header__login .login__btn a {
		margin: 10px 0
	}

	.main__wrapper {
		display: block
	}

	.main-nav-wrapper {
		display: none
	}

	.header-buttons {
		margin-right: 35px
	}

	.main {
		margin-top: 85px
	}

	.logo-wrapper .logo-link .logo-image {
		width: 120px;
		height: 30px;
		margin-top: 30px;
	}

	.logo-wrapper .logo-link {
		left: 10px
	}

	.promo_code_block {
		display: block
	}

	.promo_code_block .promo_first_block {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.promo_code_block .promo_first_block .promo_first_button {
		bottom: 45px
	}

	.promo_code_block .promo_second_block {
		width: auto
	}

	.promo_code_block .promo_second_block .promo_second_title {
		text-align: center
	}

	.promo_code_block .promo_second_block .promo_second_desc {
		text-align: center;
		padding-bottom: 30px
	}

	.promo_code_block .promo_second_block .td-bc-logo {
		top: auto;
		right: auto;
		bottom: -8px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 10px
	}
}

@media (max-width:500px) {
	.header-buttons .btn {
		font-size: 12px;
		width: 80px
	}
}

@media (max-width:374px) {
	.header-buttons .login {
		display: none
	}
}

.table-scroll {
	padding-bottom: 10px;
	overflow: scroll;

}

@media screen and (min-width: 568px) {
	.table-scroll {
		padding-bottom: 0;
		overflow: unset;
	}
}

.table-scroll::-webkit-scrollbar {
	width: 100%;
	height: 6px;
	background: #fff;
	border-radius: 100px;
}

.table-scroll::-webkit-scrollbar-thumb {
	background: orange;
	border-radius: 100px;
}