@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Light/OpenSansLight.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('../fonts/OpenSans-Light/OpenSansLight.eot?#iefix') format("embedded-opentype"),
		url('../fonts/OpenSans-Light/OpenSansLight.woff') format("woff"), 
		url('../fonts/OpenSans-Light/OpenSansLight.woff2') format("woff2"), 
		url('../fonts/OpenSans-Light/OpenSansLight.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular/OpenSansRegular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/OpenSans-Regular/OpenSansRegular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/OpenSans-Regular/OpenSansRegular.woff') format("woff"), 
		url('../fonts/OpenSans-Regular/OpenSansRegular.woff2') format("woff2"), 
		url('../fonts/OpenSans-Regular/OpenSansRegular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold/OpenSansBold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('../fonts/OpenSans-Bold/OpenSansBold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/OpenSans-Bold/OpenSansBold.woff') format("woff"), 
		url('../fonts/OpenSans-Bold/OpenSansBold.woff2') format("woff2"), 
		url('../fonts/OpenSans-Bold/OpenSansBold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-ExtraBold/OpenSansExtraBold.eot');
	src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'),
		url('../fonts/OpenSans-ExtraBold/OpenSansExtraBold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/OpenSans-ExtraBold/OpenSansExtraBold.woff') format("woff"), 
		url('../fonts/OpenSans-ExtraBold/OpenSansExtraBold.woff2') format("woff2"), 
		url('../fonts/OpenSans-ExtraBold/OpenSansExtraBold.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Regular/RobotoCondensedRegular.eot');
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'),
		url('../fonts/RobotoCondensed-Regular/RobotoCondensedRegular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/RobotoCondensed-Regular/RobotoCondensedRegular.woff') format("woff"), 
		url('../fonts/RobotoCondensed-Regular/RobotoCondensedRegular.woff2') format("woff2"), 
		url('../fonts/RobotoCondensed-Regular/RobotoCondensedRegular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../fonts/RobotoCondensed-Bold/RobotoCondensedBold.eot');
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
		url('../fonts/RobotoCondensed-Bold/RobotoCondensedBold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/RobotoCondensed-Bold/RobotoCondensedBold.woff') format("woff"), 
		url('../fonts/RobotoCondensed-Bold/RobotoCondensedBold.woff2') format("woff2"), 
		url('../fonts/RobotoCondensed-Bold/RobotoCondensedBold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Roboto-Light/roboto-300.eot'); 
	src: local('Roboto Light'), local('Roboto-Light'),
		 url('../fonts/Roboto-Light/roboto-300.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/Roboto-Light/roboto-300.woff2') format('woff2'), 
		 url('../fonts/Roboto-Light/roboto-300.woff') format('woff'), 
		 url('../fonts/Roboto-Light/roboto-300.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular/roboto-regular.eot');
	src: local('Roboto Regular'), local('Roboto-Regular'),
		url('../fonts/Roboto-Regular/roboto-regular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/Roboto-Regular/roboto-regular.woff') format("woff"), 
		url('../fonts/Roboto-Regular/roboto-regular.woff2') format("woff2"), 
		url('../fonts/Roboto-Regular/roboto-regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Roboto-Bold/roboto-700.eot'); 
	src: local('Roboto Bold'), local('Roboto-Bold'),
		 url('../fonts/Roboto-Bold/roboto-700.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/Roboto-Bold/roboto-700.woff2') format('woff2'), 
		 url('../fonts/Roboto-Bold/roboto-700.woff') format('woff'), 
		 url('../fonts/Roboto-Bold/roboto-700.ttf') format('truetype');
}

body {
	width: 100%;
    height: auto;
    background: #0f2d2f;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 300;
    color: #fff;
    overflow-x: hidden;
}

p, li {
	font: inherit;
	line-height: 1.7;
}

p + p,
li + li {
	margin-top: 15px;
}

ol {
	margin-top: 35px;    
	margin-bottom: 10px;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	position: relative;
	padding-left: 30px;
	line-height: 1.24;
}

ol > li {
	counter-increment: ol;
}

ol > li:before {
	content: counter(ol);
	display: inline-block;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 800;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0px;
}

ul > li:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 10px;
}

nav ul > li:before {
	display: none;
}

nav ul,
nav ul > li {
	margin-top: 0;
	padding-left: 0;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	color: #fff;
}

h1, h2, h3 {
	font-family: 'Roboto Condensed';
}

h1 {
	font-size: 40px;
	font-weight: 700;
}

h2 {
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 15px;
}

h4 {
	font-weight: 600;
	font-size: 19px;
	line-height: 1;
}

h5 {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
}

.wrapper {
	max-width: 1140px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.btn {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.section-btn {
	min-width: 200px;
	background-color: #2daf55;
	font-size: 20px;
	padding: 20px 0;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.section-btn:hover {
	-moz-transform: scale(1.04); 
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

/* ___________________HEADER______________________ */
.header {
	background-color: #054146;
	padding: 15px 0;
}

.header__item {
	display: inline-block;
	vertical-align: middle;
}

.header__logo {
	margin: 0 calc(50% - 75px - 270px) 0 calc(50% - 75px - 88px);
}

.header__logo img{
	width: 150px
}

.header__bonus {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

.header__bonus:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 30px;
	margin-right: 15px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.5%22%20height%3D%2230%22%20viewBox%3D%220%200%2018.5%2030%22%3E%0A%20%20%0A%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M433.394%2C76.587V74.92a1.235%2C1.235%2C0%2C0%2C0-.729-1.125l5.591-13.3h-5.587l-3.144%2C7.915-3.675-7.915h-6.106L426.3%2C73.968a1.232%2C1.232%2C0%2C0%2C0-.449.952v1.667A7.467%2C7.467%2C0%2C1%2C0%2C433.394%2C76.587Zm-0.877-1.738a0.412%2C0.412%2C0%2C0%2C1%2C.007.071v1.23a7.489%2C7.489%2C0%2C0%2C0-5.8%2C0V74.92a0.412%2C0.412%2C0%2C0%2C1%2C.007-0.071h5.79Zm-0.069-.149a0.375%2C0.375%2C0%2C0%2C1%2C.069.148Zm-2.826%2C14.4a6.07%2C6.07%2C0%2C1%2C1%2C6.067-6.07A6.075%2C6.075%2C0%2C0%2C1%2C429.622%2C89.105Zm0.016-11.09-1.654%2C2.655-3.042.726%2C2.013%2C2.394L426.7%2C86.908l2.9-1.175%2C2.887%2C1.2-0.222-3.12%2C2.035-2.375-3.035-.753Z%22%20transform%3D%22translate(-419.75%20-60.5)%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header__bonus:hover {
	color: #ffe749;
}

.header__bonus:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.5%22%20height%3D%2230%22%20viewBox%3D%220%200%2018.5%2030%22%3E%0A%20%20%0A%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23ffe749%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Shape_6_copy%22%20data-name%3D%22Shape%206%20copy%22%20class%3D%22cls-1%22%20d%3D%22M430.394%2C41.587V39.92a1.235%2C1.235%2C0%2C0%2C0-.729-1.125l5.591-13.3h-5.587l-3.144%2C7.915-3.675-7.915h-6.106L423.3%2C38.968a1.232%2C1.232%2C0%2C0%2C0-.449.952v1.667A7.467%2C7.467%2C0%2C1%2C0%2C430.394%2C41.587Zm-0.877-1.738a0.412%2C0.412%2C0%2C0%2C1%2C.007.071v1.23a7.489%2C7.489%2C0%2C0%2C0-5.8%2C0V39.92a0.412%2C0.412%2C0%2C0%2C1%2C.007-0.071h5.79Zm-0.069-.149a0.375%2C0.375%2C0%2C0%2C1%2C.069.148Zm-2.826%2C14.4a6.07%2C6.07%2C0%2C1%2C1%2C6.067-6.07A6.075%2C6.075%2C0%2C0%2C1%2C426.622%2C54.105Zm0.016-11.09-1.654%2C2.654-3.042.726%2C2.013%2C2.394L423.7%2C51.908l2.9-1.175%2C2.887%2C1.2-0.222-3.12%2C2.035-2.375-3.035-.753Z%22%20transform%3D%22translate(-416.75%20-25.5)%22%2F%3E%3C%2Fsvg%3E");
}

.header__btn {
	min-width: 120px;
	padding: 13px 0;
}

.header__btn:hover {
	background-color: #ffe749;
}

.header__signup {
	background-color: #2daf55;
	margin-right: 15px;
}

.header__login {
	background-color: #0ea7b5;
}

/* _______________MAIN-BANNER_________________ */

.main-banner {
	padding: 30px 0 80px;
	background: url('../img/mainBaner.jpg') no-repeat center center / cover;
	position: relative;
}

.main-banner__text {
	font-size: 20px;
	margin-bottom: 20px;
}

.main-banner__btn {
	margin-top: 4vh;
}

/* _________________MENU_____________________ */

.main-menu {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.main-menu__item {
	display: inline-block;
	width: 20%;
	text-align: center;
	border-right: 1px solid #0ea7b5;
}

.main-menu__item:first-child {
	border-left: 1px solid #0ea7b5;
}

.main-menu__item + .main-menu__item {
	margin-left: -4px;
}

.main-menu__link {
	font-family: 'Roboto Condensed', 'Arial', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding: 15px 0;
	background-color: rgba(8, 106, 115, .5);
}

.main-menu__link:hover {
	background-color: rgba(45, 175, 85, .5);
}

.main-menu__link:before {
	content: '';
	display: inline-block;
	background-image: url('../img/spritesheet.png');
	background-repeat: no-repeat;
	height: 31px;
	background-color: transparent;
	vertical-align: middle;
	margin-right: 20px;
}

.main-menu__item:first-child .main-menu__link:before {
	background-position: -1px -1px;
	width: 30px;
} 

.main-menu__item:nth-child(2) .main-menu__link:before {
	background-position: -33px -1px;
	width: 30px;
} 

.main-menu__item:nth-child(3) .main-menu__link:before {
	background-position: -97px -1px;
	width: 34px;
} 

.main-menu__item:nth-child(4) .main-menu__link:before {
	background-position: -65px -1px;
	width: 30px;
} 

.main-menu__item:nth-child(5) .main-menu__link:before {
	background-position: -227px -1px;
	width: 46px;
} 

.btn-mobile {
	display: none;
}

/* __________________CONTENT-TOP__________________*/

.content-top {
	padding: 50px 0;
}

/* _________________BONUS-BANNER__________________ */

.bonus-banner__box {
	background: #054146 url('../img/22.jpg') no-repeat center center / cover;
	padding: 9vh 0  8vh;
	text-align: center;
}

.bonus-banner__top {
	font-size: 60px;
	color: #ff4949;
}

.bonus-banner_size_s {
	font-size: 45px;
}

.bonus-banner__bottom {
	font-size: 40px;
	color: #2daf55;
}

.bonus-banner_transf_n {
	text-transform: none;
}

.bonus-banner__btn {
	margin-top: 15px;
}

/* _________________BONUS-STEPS___________________ */

.bonus-steps {
	padding: 30px 0 50px;
}

.bonus-steps__list {
	margin-top: 0;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-steps__item {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33%;
}

.bonus-steps__item + .bonus-steps__item {
	margin-top: 0;
}

.bonus-steps__item:last-child {
	line-height: 1;
}

.bonus-steps__item:before {
	background-image: url('../img/spritesheet.png');
	background-repeat: no-repeat;
	background-color: transparent;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.bonus-steps__item:first-child:before {
	background-position: -227px -34px;
	width: 44px;
	height: 41px;
}

.bonus-steps__item:nth-child(2):before {
	background-position: -227px -77px;
	width: 41px;
	height: 41px;
}

.bonus-steps__item:last-child:before {
	background-position: -95px -120px;
	width: 39px;
	height: 41px;
}

.bonus-steps__item:nth-child(-n+2):after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url('../img/spritesheet.png');
	background-repeat: no-repeat;
	width: 92px;
	height: 111px;
	margin: 0;
	position: relative;
}

.bonus-steps__item:first-child:after {
	background-position: -1px -34px;
}

.bonus-steps__item:nth-child(2):after {
	background-position: -133px -1px;
}

/* _______________CONTENT-MIDDLE__________________ */

.content-middle {
	padding: 50px 0;
}

.content-middle p  {
	font-family: 'Roboto', 'Arial', sans-serif;
}

/* __________________MAIN-LISTS___________________ */

.content__btn {
	margin-top: 50px;
}

/* _______________CONTENT-BOTTOM__________________  */

.content-bottom {
	padding: 50px 0 0;
}

/* ___________________RATING______________________ */

.rating {
	padding: 30px 0 0;
}

.rating__box {
	width: 100%;
	margin-top: 30px;
}

.rating__row {
	padding: 9px 100px 9px 30px;
	position: relative;
}

.rating__row:nth-child(odd) {
	background-color: #234042;
}

.rating__row-item {
	display: inline-block;
	vertical-align: middle;
}

.rating__title {
	width: 30%;
}

.rating__star-box {
	width: 68%;
	text-align: right;
}

.rating__star {
	display: inline-block;
	width: 33px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.44%22%20height%3D%2230%22%20viewBox%3D%220%200%2031.44%2030%22%3E%0A%20%20%0A%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23f6ff00%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Shape_7_copy_6%22%20data-name%3D%22Shape%207%20copy%206%22%20class%3D%22cls-1%22%20d%3D%22M1236.37%2C2709.84l-9.75-3.91-9.68%2C4.07%2C0.71-10.48-6.87-7.96%2C10.19-2.57%2C5.43-9%2C5.59%2C8.9%2C10.23%2C2.4-6.73%2C8.07Z%22%20transform%3D%22translate(-1210.78%20-2680)%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}

.rating__star + .rating__star {
	margin-left: 1vw;
}

.rating__star.disactive {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.44%22%20height%3D%2231%22%20viewBox%3D%220%200%2032.44%2031%22%3E%0A%20%20%0A%3Cdefs%3E%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23f6ff00%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Shape_7_copy_10%22%20data-name%3D%22Shape%207%20copy%2010%22%20class%3D%22cls-1%22%20d%3D%22M1389.37%2C2760.84l-9.75-3.91-9.68%2C4.07%2C0.71-10.48-6.87-7.96%2C10.19-2.57%2C5.43-9%2C5.59%2C8.9%2C10.23%2C2.4-6.73%2C8.07Z%22%20transform%3D%22translate(-1363.28%20-2730.5)%22%2F%3E%3C%2Fsvg%3E");
}

.rating__text {
	font-weight: 800;
	font-size: 19px;
	position: absolute;
	right: 20px;
	top: 15px;
	margin: auto;
}

/* _____________________FAQ_______________________ */
.faq {
	padding: 50px 0 70px;
}

.faq__title {
	margin-bottom: 45px;
}

.faq__box {
	padding-left: 15px;
}

.faq__box + .faq__box {
	margin-top: 55px;
}

.faq__box-title {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
}

.faq__box-title:before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 4px solid #29a051;
	border-right: 4px solid #29a051;
	-moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.faq__box-title:hover:before {
	border-bottom-color: #0ea7b5;
	border-right-color: #0ea7b5;
}

.faq__box-title.show.faq__box-title:before {
	-moz-transform: rotate(-135deg); 
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.faq__box-text {
	padding: 25px 45px 0px 30px;
	display: none;
}

/* __________________MAIN-BG______________________ */

.main {
	background: url('../img/mainBg.png') no-repeat 0% 100% / 100%;
}

/* ____________________FOOTER_____________________ */
.footer {
	background-color: #000;
	padding: 50px 0;
}

.footer__logo {
	display: block;
	margin-bottom: 30px;
}

.footer__logo img {
	width: 25%;
}

.footer__text {
	color: rgba(255, 255, 255, .75);
}

.footer__copy {
	margin-top: 40px;
	color: #2daf55;
}


/* ______________________BTN-UP___________________ */
.btn-up {
	display: none;
	width: 50px;
	height: 50px;
	background-color: #2daf55;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position: fixed;
	right: 5%;
	bottom: 25%;
	opacity: .6;
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 8px 8px 8px rgba(0,0,0,.2);
	-ms-box-shadow: 8px 8px 8px rgba(0,0,0,.2);
	-o-box-shadow: 8px 8px 8px rgba(0,0,0,.2);
	box-shadow: 8px 8px 8px rgba(0,0,0,.2);
}

.btn-up:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 42%;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.btn-up:hover {
	background-color: #0ea7b5;
	opacity: 1;
}

/* BONUS-PAGE */

.bonus-page .main-banner {
	padding: 2vh 0 24vh;
}

.bonus-page .main-banner__text {
	margin-bottom: 8vh;
}

.bonus-page .rating {
	padding-top: 50px;
}

/* _______________BREADCRUMBS__________________ */
.breadcrumbs {
	margin-bottom: 3vh;
	font-size: 15px;
	text-transform: uppercase;
}

.breadcrumbs__link {
	color: #fff;
	font-weight: 400;
}

.breadcrumbs__link:hover {
	color: #0ea7b5;
}

.breadcrumbs__title {
	color: #fff;
	font-weight: 700;
}

.breadcrumbs__separate {
	display: inline-block;
	width: 2px;
	height: 18px;
	background-color: #fff;
	vertical-align: middle;
	margin: 0 20px;
}
/* _________________BONUS-BOX__________________ */

.bonus__box:nth-child(odd) {
	background-color: #054146;
}

.bonus__box {
	padding: 35px 0;
}

.bonus__item {
	display: inline-block;
	vertical-align: middle;
}

.bonus__item-text {
	width: 65%;
	text-align: center;
	padding: 0 10px;
}

.bonus__title {
	margin-bottom: 25px;
}

.bonus__btn {
	margin-top: 25px;
	padding: 15px 0;
}

.bonus__item-img {
	width: 32%;
}

.bonus__item-img img {
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
}

