
/* Fonts */
	/*
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-weight: 500;
	font-weight: 600;
	font-weight: 700;
	*/
/* Fonts */

/* Core */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #EFEAF5;
}
*, *::before, *::after {
    /*font-family: "Montserrat", sans-serif;*/
    /*-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #EFEAF5;*/
}
section {
    /*padding-top: 70px;*/
}

body{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size:16px;
    overflow-x: hidden;
	background-color: #0E0B12;
}
input{
	outline:none !important;
}





.link-style{
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
    display: inline-flex;
    justify-content: center;	
	text-decoration-line: underline;
	color: #1BB3B3;
	width: 100%;
}
.link-style:hover{
	text-decoration-line: none;	
	color: #1BB3B3;
}
.center{
	text-align:center;
}
.left{
    text-align: left;
}
img {
    max-width: 100%;
}
a{
    color: #ffb602;
}

/* Core */






/* Aside */

aside{
    position: fixed;	
    left: 0;
    top: 0;
    width: 256px;
    height: 100vh;
    z-index: 2;
	background-color: #0E0B12;
}
.sidebar{
	padding:12px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo img{
    width: 112px;	
}

.sidebar__select-game{
    padding: 28px 17px;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.select-game img {
    width: 11px;
    height: 11px;
	margin-left:11px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.select-game{
    color: #866109;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.04em;
	cursor: pointer;
}
.select-game:hover img{
    /*transform: rotate(180deg);*/
}
.select-game__item{
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-game__item img{
	max-width:38px;
	margin-right:11px;
}

/* Menu */

.sidebar__menu {
    width: 100%;
}

.sidebar__menu nav li {
    position: relative;
    border-top: 1px solid rgba(255, 182, 0, 0.14);
    -webkit-transition: all 0.4;
    -o-transition: all 0.4;
    transition: all 0.4;
    width: 100%;
	
}
.sidebar__menu nav li a.nav-link, .sidebar__menu nav .dropdown-menu li a  {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 45px;
    max-width: 100%;
    padding: 5px 20px 5px 65px !important;
    background-image: none;
	color: #EFEAF5 !important;
    border-radius: 0 0 20px 0;
    background-color: #140F1A;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sidebar__menu nav li a::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    background-size: 34px;
    position: absolute;
    left: 20px;
    top: 5px;
	border: 0px;
	margin:0;
}
.menu-item1::after, .item-mounts::after{
    background-image: url(../images/menu-wow-mounts.svg);
}
.menu-item2::after, .item-reputation::after{
    background-image: url(../images/menu-torghast-tower.svg);
}
.menu-item3::after{
    background-image: url(../images/menu-shuttle.svg);
}
.menu-item4::after, .item-raid::after{
    background-image: url(../images/menu-raid-boost.svg);
}
.menu-item5::after{
    background-image: url(../images/menu-mythic.svg);
}
.menu-item6::after, .item-leveling::after{
    background-image: url(../images/menu-leveling.svg);
}
.menu-item7::after, .item-professions::after{
    background-image: url(../images/menu-gladiator.svg);
}

.menu-item8::after{
    background-image: url(../images/menu-castle-nathria.svg);
}
.menu-item9::after, .item-pvp::after{
    background-image: url(../images/menu-PVP.svg);
}
.menu-item10::after{
    background-image: url(../images/menu-WoW-classic.svg);
}
.nav-link:hover::after{
    filter: invert(12%) sepia(54%) saturate(3769%) hue-rotate(3deg) brightness(103%) contrast(108%);	
}
.nav-item.dropdown:hover .nav-link::after{
    filter: invert(12%) sepia(54%) saturate(3769%) hue-rotate(3deg) brightness(103%) contrast(108%);	
}
.sidebar__menu nav .navbar-nav {
    flex-direction: row;
    width: 100%;
    margin: 0;
    flex-direction: column;
    padding-bottom: 50px;
}
.sidebar__menu nav li .dropdown-menu {
    width: 100%;
    padding: 0;
    background-color: transparent;
    margin: 0;
    font-size: 0;
	border: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;	
}
.sidebar__menu nav li .dropdown-menu.show{
	font-size: 14px;
}
.sidebar__menu nav li .dropdown-menu li a::after{
	display:none;
}
.sidebar__menu nav li .dropdown-menu li a{
    background-color: #140F1A;
    border-radius: 0;
}
.sidebar__menu nav li .dropdown-menu li a:hover{
    color: #ffb602 !important;
}
.sidebar__menu nav li .dropdown-menu.show li a{
	background: #1A1225;
}
.sidebar__menu nav li .dropdown-menu li:last-child{
    border-radius: 0 0 20px 0;
}
.sidebar__menu nav li a.nav-link.show{
	background: #1A1225;
    border-radius: 0;	
}
.sidebar__menu nav li .dropdown-menu li {
    border-top: 0;
}
.nav-item__mob-drop img{
    transform: rotate(180deg);
    width: 8px;
}
.nav-item__mob-drop.rotate img{
    transform: rotate(0deg);	
}
	
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .nav-item__mob-drop img{     transform: rotate(0deg);  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; font-size: 14px; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
.nav-item__mob-drop {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 21px;
    height: 45px;
	/*display:none;*/
}
.dropdown_item_show .nav-link::after {
    filter: invert(12%) sepia(54%) saturate(3769%) hue-rotate(3deg) brightness(103%) contrast(108%);
}
















/* Menu */




/* Aside */


/* Header */

section.main {
    padding-left: 256px;
}


header{
	padding:11px 0px;
	z-index: 2;
}
.header-top{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;	
    align-items: center;
}
.header-trustpilot-title{
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
    display: flex;
    align-items: center;
}
.header-trustpilot{
	text-decoration:none;
}
.trustpilot-stars{
	margin-left:5px;
}
.trustpilot-stars span:before{
	content:"";
    background-position: center;
    background-size: cover;
	background-image:url(../images/trust-star.svg);	
	width:18px;
	height:18px;
	display: inline-block;
    margin-left: 5px;
}
.header-trustpilot-raiting{
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	margin-top:5px;
}
.header-search form{
	position:relative;
}
.header-search input[type=text]{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 120px 12px 16px;
	background: #1A1225;
	border-radius: 15px;
    border: 0px;
	width:372px;
	max-width:100%;
	font-size: 16px;
	line-height: 140%;
}
.header-search input[type=text]::-webkit-input-placeholder{
	opacity: 0.5;
}
.header-search input[type=text]::-moz-placeholder {
	opacity: 0.5;
}
.header-search__btn{
	background: #443754;
	border-radius: 15px;
    border: 0px;
}
.header-search__btn{
	content:"";
    background-position: center;
    background-size: cover;
	background-image:url(../images/search.svg);	
	width:22px;
	height:21px;
	display: inline-block;
    padding: 12px 54px;
    background-size: 22px;
    background-repeat: no-repeat;
	height:48px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.header-search__btn:hover{
	opacity: 0.8;
}

.header-soc__title{
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
}
.header-soc__block{
	display: flex;
	flex-direction: row;
	align-items: center;
	width:108px;
	margin-top: 7px;
}
.header-soc__block a:before{
	content:"";
    background-position: center;
    background-size: cover;
	width:25px;
	height:25px;
	display: inline-block;
    margin-left: 16px;
	background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}	
.header-soc__block a:first-child:before{
    margin-left: 0px;
}

.header-soc__discord:before{
	background-image:url(../images/soc-discord.svg);
    margin: 0 !important;
}
.header-soc__instagram:before{
	background-image:url(../images/soc-instagram.svg);	
}
.header-soc__skype:before{
	background-image:url(../images/soc-skype.svg);	
}
.header-soc__discord:hover:before{
	background-image:url(../images/soc-discord-color.svg);	
}
.header-soc__instagram:hover:before{
	background-image:url(../images/soc-instagram-color.svg);	
}
.header-soc__skype:hover:before{
	background-image:url(../images/soc-skype-color.svg);	
}

.header-currency{
	border-radius: 15px;
	background: #1A1225;
    justify-content: space-between;
	display: flex;
    align-items: center;
}
.header-currency__btn{
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	border-radius: 15px;
	background: #1A1225;
    padding: 13px 16px;
	color: #EFEAF5;
	text-decoration:none;
}
.currency-active{
	background: #8F2323;
	border-radius: 15px;
}
a.header-currency__btn:hover, .header-auth__links a:hover{
	text-decoration:underline;
	color: #EFEAF5;
}
.header-auth__profile{
    background-position: center;
    background-size: cover;
	background-image:url(../images/account-img.svg);	
	width:36px;
	height:36px;
	margin-right:14px;	
}
.header-auth{
    justify-content: space-between;
	display: flex;
    align-items: center;
	padding:0px 20px;
}
.header-auth__links a{
	color: #EFEAF5;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	margin:0px 5px;
}
.header-auth__links{
	font-weight: bold;
}
.header-cart{
    padding: 10px 16px;
    background: #FFB600;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    margin-left: 25px;
	text-decoration:none;
}
.header-cart__icon{
	content:"";
    background-position: center;
    background-size: cover;
	background-image:url(../images/cart.svg);	
	width:28px;
	height:28px;
	display: inline-block;
    margin-right: 5px;	
	position:relative;
    margin-right: 16px;
}
.header-cart div, .header-cart a{
    color: #000000;
}
.header-cart__icon .header-cart__counter{
    background: #8F2323;
    border-radius: 3px;
    font-weight: 400;
    font-size: 6px;
    line-height: 100%;
    color: #FFFFFF;
    width: 11px;
    height: 11px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    right: 0;
    top: auto;
    bottom: -3px;
}
.header-cart__total{
    display: flex;
    align-items: center;
}
.bg-light {
    background-color: transparent !important;
}

/* Header */
/***************************************/
/* banner */

.banner{
    /*
    background-position: center;
    background-size: cover;
	background-image:url(../images/bg-main.jpg);
	padding:150px 0px 30px 0px;	
	*/
}
.btn-style, button.btn-style, .woocommerce button.button{
	background: #FFB600;
	border-radius: 15px;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	color: #161616;
	padding:18px 57px;
	width: auto;
    display: inline-flex;
	text-decoration:none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 0px;
}
.btn-style:hover, .woocommerce button.button:hover{
	background: #FFD600;
	color: #161616;
}
.btn-style:focus, .woocommerce button.button:focus{
	background: #FF8A00;
	color: #161616;
}
.banner-title{
	max-width:750px;
}
.banner-title h1{
	font-weight: 700;
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	color: #EFEAF5;
	margin-bottom:28px;
    min-height: 100px;
    min-height: auto;
    font-size: 40px;
}
.banner-title__desc{
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.04em;
}
.banner-title__link{
	margin-top:40px;
}

.btn-style-transparent{
	color: #FFB600;
	background:transparent;
	padding:14px 63px;
	border:1px solid #FFB600;
}
.btn-style-transparent:hover{
	color: #161616;
	background: #FFB600;
}
.banner-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:60px;
	max-width:770px;
}
.banner-promo__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.12em;
	max-width:280px;
}
.promo-logo{
	width: 27px;
	height: 27px;
    background-position: center;
    background-size: cover;	
	margin-right:13px;
}
.promo-raid-horde{
	background-image:url(../images/raid-horde.svg);	
}
.promo-raid-alliance{
	background-image:url(../images/raid-aliance1.svg);	
}

.banner-promo__time{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.12em;
	padding:8px 12px;
	background: #8F2323;
	border-radius: 5px;
}
.banner-promo__time span{
	margin:0px 7px;
}
.banner .container{
	position:relative;
}
/*.banner .container:before{
	content:"";
    background-position: center;
    background-size: cover;
	background-image:url(../images/banner-img1.png);	
	width:549px;
	height:512px;
	display: inline-block;
	position:absolute;
    top: -100px;
    right: 0;
}*/


/* banner */
/* landing */

.landing{
	margin-top:60px;
    display: flex;
}
.landing-block{
	margin:60px 0px;
    display: inline-block;
    width: 100%;
}
.landing-block__top{
	margin-bottom:60px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.landing-block__title, h4{
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.landing-block__content-row{
    /*padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);*/
}

/*product-item*/

.product-item__content{
	padding: 24px;
	border-left: 1px solid #443754;
	border-right: 1px solid #443754;
	box-sizing: border-box;
	/*border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;*/
}
.product-item{
	text-decoration:none;
}
.product-item__btn {
    margin-top: -15px;
    width: 100%;
    justify-content: center;
    min-height: 44px;
}
.product-item__content{
	font-weight: 600;
	line-height: 140%;
    text-align: center;
}
.product-item__title{
	font-size: 16px;
	min-height:45px;
	min-height: 57px;
	margin-bottom:16px;
}
.product-item__price, .raid-item__price, .product-item__price bdi, .raid-item__price bdi{
	font-size: 24px;
    display: inline-flex;
	align-items: baseline;
	font-weight: 600;
	line-height: 140%;
}
.product-item__price-old, .product-item__price del bdi, .raid-item__price del bdi{
	font-size: 16px;
	text-decoration-line: line-through;
	margin-left:15px;
}
.product-item:hover .product-item__content{
	background: #1A1225;
}
.product-item:hover .product-item__btn{
	color: #161616;
	background: #FFB600;	
}

/*product-item*/

/*raid-item*/

.raid-item{
	border: 1px solid #443754;
	border-radius: 15px;
	position:relative;
	height: 100%;
	padding-bottom: 48px;
}
.raid-item__top{
	padding:10px 25px;
	background: #1A1225;
	border-radius: 15px;
	color
}
.raid-active{
	background: #8F2323;
}

.raid-item__timer{
	font-weight: bold;
	font-size: 32px;
	line-height: 120%;
}
.raid-active .raid-item__date-next{
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-transform: none;
}
.raid-item__date{
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.raid-item__timer{
	margin-top:7px;
}
.raid-item__content{
	padding:26px;
}

.raid-item__title{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	margin-bottom:23px;
	min-height:45px;
}
.raid-item__desc{
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;	
}
.raid-item__desc-text{
	margin-bottom: 12px;
	padding-right: 14px;
	min-height:100px;
}
.raid-item__desc-logo{
	width: 49px;
	height: 68px;
    background-position: center;
    background-size: cover;	
	margin-left:14px;
}
.raid-alliance{
	background-image:url(../images/raid-aliance1.svg);		
}
.raid-horde{
	background-image:url(../images/raid-horde.svg);		
}
ul {
    padding-left: 7px;
    list-style: disc;
    margin: 0;
    margin-left: 17px;
}
.raid-item__price{
	width: 100%;
    justify-content: center;
}
.raid-item__btn {
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 0;
	
}

/*raid-item*/

/*why*/

.why-us-item {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
	padding:10px;
	margin-bottom:60px;
}
.why-us__img img{
	min-width: 106px;
}
.why-us__content{
	margin-left:20px;
}
.why-us__title{
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom:15px;
}
.why-us__content{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
}
.raid-active .raid-item__timer {
    font-size: 30px;
}

/*why*/

/*popular*/

.popular{
    display: inline-flex;
    justify-content: space-between;	
    width: 100%;	
}
.popular-item{
	background: #1A1225;
	border-radius: 15px;
	width:255px;
	padding:28px 10px 47px 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.popular-item__title{
	font-weight: bold;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom:20px;
	min-height:58px;
	display: flex;
	align-items: center;
	text-align: center;

}
.popular-item__img{
	max-width:141px;
}



/*popular*/

/*trustpilot-block*/

.trustpilot-block .landing-block__top {
	justify-content: left;
}
.trustpilot-block .trustpilot-stars {
    margin-left: 43px;
}
.trustpilot-block .landing-block__top .trustpilot-stars span:before{ 
    background-image: url(../images/trust-star-big.svg);
    width: 36px;
    height: 37px;
    margin-left: 15px;    
}
.trustpilot-block__reviews-count{
	border-left: 1px solid #443754;
	margin-left: 32px;
	padding-left: 40px;
	display: inline-flex;
    align-items: baseline;
	
}
.trustpilot-block__reviews-count sub{
	font-size: 12px;
	line-height: 120%;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #257960;
    top: 0;
}
.trustpilot-block__reviews-count__text{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #EFEAF5;
	margin-left: 10px;
}
.trustpilot-block__reviews-count__rating{
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0.12em;
	color: #257960;
}
.trustpilot-slider__item{
	background-color: #1A1225;
    border-radius: 15px;
    padding: 24px;
    min-height: 230px;
}
.trustpilot-slider__item-top-image div{
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background-position: center;
    background-size: cover;
   	margin-right: 20px;
}
.slider__item-top {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.trustpilot-slider__item-top-info{
    display: inline-flex;
    justify-content: space-between;
}
.trustpilot-slider__item-top-rating span{
	background-position: center;
    background-size: cover;
    background-image: url(../images/trust-star-bg.svg);
    height: 20px;
    width: 20px;
    margin-right: 4px;
    display: inline-flex;
}
.trustpilot-slider__item-top {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.trustpilot-slider__item-top-data {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.trustpilot-slider__item-top-date{
	margin-bottom: 3px;
}
.trustpilot-slider__item-bottom{
	padding-top: 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
    max-height: 138px;
    overflow: auto;
}
.tns-outer {
    position: relative;
    padding: 0px 30px !important;
}
.tns-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
.tns-outer button{
	font-size: 0px;
    border: 0px;
    background: transparent;
    background-position: center;
    background-size: cover;
    height: 12px;
    width: 11px;
    background-image: url(../images/slider-btn.svg);
}

.tns-outer button[data-controls="prev"] {
    position: absolute;
    left: 0;
}
.tns-outer button[data-controls="next"] {
    position: absolute;
    right: 0;
    transform: rotate(180deg);
}



/*trustpilot-block*/

/*sly-slider*/

.hsarea {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.hsframe {
  width: 100%;
  height: 100%;
	display: inline-block;
	overflow: hidden;
}
.hsframe ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 100%;
}
.news-item {
	float: left;
	width: 570px; 
	height: 100%;
	margin: 0 48px 0 0;
	padding: 0;
	cursor: pointer;
	/*border: 1px solid green;*/
	text-align: center;
	background: #1A1225;
}

/* Scrollbar */

.hsscrollbar .hshandle .hsmousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

.hsscrollbar .hshandle {
	width: 33px;
    height: 33px;
    background: #FFB600;
	border-radius: 7px;
	cursor: pointer;
    position: absolute;
    margin-top: -14px;
}

.hsscrollbar {
    margin: 0 0 1em 0;
    height: 5px;
    line-height: 0;
    background: #443754;
    box-shadow: 6px 6px 6px rgb(0 0 0 / 12%);
    border-radius: 15px;
    margin-top: 60px;
}
/*-- content style --*/
.srch-photo {
	height: 194px;
}

.srch-text {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	text-align: center;
}
.news-item__image{
	height: 295px;
    background-size: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news-item__content{
	padding: 14px 33px 30px 33px;
	text-align: left;
}

.news-item{
	background: #1A1225;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.12);
	border-radius: 15px;
}
.news-item__date{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #EFEAF5;
	opacity: 0.5;
	margin-bottom: 14px;
}
.news-item__title{
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #EFEAF5;
	margin-bottom: 14px;
}
.news-item__desc{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #F9F9F9;

}
.news-item__desc a{
	color: #FFB600;
	text-decoration: underline;
}
.news-item__desc a:hover{
	text-decoration: none;	
}

/*sly-slider*/

/* faq */


.accordion-button::after {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-left: auto;
    content: "";
    background-image: url(../images/faq-btn.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    transition: transform .2s ease-in-out;
    transform: rotate(180deg);
    position: absolute;
    right: 35px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-btn.svg);
    transform: rotate(0deg);
    position: absolute;
    right: 35px;
}
.accordion-button, .accordion-item:first-of-type .accordion-button{
	background: #1A1225;
	border-radius: 15px;
	padding: 35px;
	padding-right: 180px;
	color: #EFEAF5;
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.accordion-item, .accordion-item:first-of-type, .accordion-item:last-of-type {
    background: #1A1225;
    border: 0px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.accordion-item:last-of-type .accordion-collapse, .accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 15px;	
}
.accordion-item:first-of-type{
	border-radius: 15px;
}
.accordion-button:not(.collapsed) {
    background: #1A1225;
    color: #EFEAF5;
    box-shadow: none;
}
.accordion-body {
    padding: 0px 180px 38px 38px;
    font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-body p{
	margin-bottom: 0;
}

/* faq */

/* process */


.process-bar:before{
	content: "";
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed #EFEAF5;
    z-index: -1;
	width: 100%;
    left: 0;
    top: -50%;
    border-bottom: 1px dashed #EFEAF5;
    border-left: none;
    z-index: -1;
}
.process-bar {
	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: absolute;
    left: 0;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    position: relative;
    width: 93%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    left: 0;
}
.process-bar span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    background-color: #443754;
}
.process-bar span:first-of-type, .process-bar span:last-child {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #FFB600;
}

.process-block .process-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; 
}
.process-block .process-item:nth-child(odd) {
    margin-right: 1%;
}
.process-block .process-item:nth-child(even) {
    margin-right: 1%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.process-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.process-item__index {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    margin-right: 20px;
}
.process-item__content-title {
    text-transform: uppercase;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 10px;
}
.process-item__content-desc {
    font-size: 12px;
    line-height: 160%;
}


/* process */

/* about */


.about__content {
    position: relative;
    max-height: 205px;
    overflow: hidden;
    line-height: 150%;
    padding-bottom: 20px;
}
.about__content::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#161616), to(rgba(22, 22, 22, 0)));
    background: -o-linear-gradient(top, #161616 0%, rgba(22, 22, 22, 0) 100%);
    background: linear-gradient(180deg, #161616 0%, rgba(22, 22, 22, 0) 100%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.btn-style-full{
	width: 100%;
    background-color: #443754;
    font-weight: 600;
    color: #fff;
    justify-content: center;
}
.btn-style-full:hover, .btn-style-full:focus{
	background: #FFB600;
	color: #000000;
}
.about__content p:last-child {
	margin-bottom: 40px;
}
.about_block[data-open="true"] .about__content::after{
	display: none;
}


/* about */

/* newsletter */

.newsletter{

}
.newsletter-left{
	max-width: 844px;
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.newsletter-title{
	font-weight: 700;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #EFEAF5;
	margin-bottom: 60px;
}
form input[type="email"],form input[type="text"],form input[type="tel"], textarea, form input[type="password"], .wc-stripe-elements-field, .wc-stripe-iban-element-field{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: 2;
	padding: 13px 16px;
	background-color: #1A1225;
    border-radius: 15px;
    line-height: 140%;
    border: 0px;
    width: 100%;
}

.wpcf7-submit{
    order: 2;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 9px;
    padding-right: 9px;
    width: 200px;
    justify-content: center;
    position: absolute;
    border: 0;
    right: 0;
}
.newsletter form{
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #1A1225;
    border-radius: 15px;
    position: relative;*/
}
.newsletter-form{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    width: 100%;
    background-color: #1A1225;
    border-radius: 15px;
    position: relative;
}
.newsletter-right{
	width: 30%;
    max-width: 560px;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter-right img{
	border-radius: 15px;
}
.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
}


/* newsletter */

/* footer */

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-top, .footer-bottom{
	padding: 60px 0px;
}
.footer-top{
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #EFEAF5;
}

.footer__info {
    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;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 35%;
    margin-left: 130px;   
}
.footer__menu a {
    /*text-align: center;
    width: 100%;
    font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #EFEAF5;
	text-decoration: none;*/
}
.footer__menu ul li{
	list-style: none;
	margin: 0px 12px;
}
.footer__menu ul{
    display: inline-flex;
    padding: 0;
    margin: 0;

}
.footer__payment-metods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.footer__payment-metods span{
    margin-right: 18px;
}
.footer__line{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #443754;
	-webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 20px;
}
.footer__policy {
    width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding-right: 256px;
    align-items: center;
}
.footer__policy ul li {
    margin: 0;
    position: relative;
}
.footer__policy a {
    padding-left: 8px;
}
.footer__policy li:first-child a{
    padding-right: 10px;
    padding-left: 0px;
}
.footer__policy li:first-child:after{
	content: "";
    width: 2px;
    height: calc( 100% - 8px);
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 4px;
}
.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 159px;
}
.footer__logo img{
    width: 159px;	
}


/* footer */

/* mix */

.button-group button{
	color: #000;

}
.grid-raids .col-lg-3{
	/*width: 25%;*/
	transition: 0.4s;
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    height: auto;
    transition: opacity 0.5s, background-color 0.25s linear, border-color 0.25s linear;
}
.filters{
	display: inline-flex;
	margin-bottom: 60px;
}
.filters .ui-group{
	background: #1A1225;
	border-radius: 15px;
	margin-right: 50px;
}
button.button{
	padding: 0px 21px;
    min-width: 86px;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
	color: #EFEAF5;
    background: transparent;
    border: 0px;
}
button.button.is-checked, button.button:hover{
    background: #8F2323;
	border-radius: 15px;
}


/* mix */

.popular-hidden, .mob__logo{
	display: none;
}

.currency_eu span{
	font-size: 0px;
	line-height: 100%;
}
.mob_menu_btn{
	display: none;
	background-size: 24px;
}
.close_mob{
	width: 24px;
    height: 24px;
    background-image: url(../images/menu_close.svg);	
}
.open_mob{
	width: 24px;
    height: 20px;
    background-image: url(../images/menu_open.svg);	
}
.display-copy{
	display: none;
}
.tooltip-block .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #443854;
    color: #ffb601;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 128%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 14px;
    border: 1px solid #0f0b13;
}
.tooltip-block .tooltiptext:after {
	content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #443854 transparent transparent;
   /* transform: rotate(180deg); */
}
.tooltip-block {
    position: relative;
}
a.tooltip-block {
    cursor: pointer;
}
.tooltip-block:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.wow {
    opacity: 0;
}
.animate_ok {
    opacity: 1;
}



/* landing */


/* page */



.banner-cat {
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg-dungeon.jpg);
    padding: 70px 0px 100px 0px;
    padding: 70px 0px 10px 0px;
    padding: 30px 0px 10px 0px;
}
.banner-page{
    background-position: center;
    background-size: cover;
    padding: 40px 0px 100px 0px;	
}
.breadcrumbs{
	margin-bottom: 55px;
    margin-bottom: 15px;
    display: inline-flex;
}
.banner-cat .breadcrumbs {
    margin-bottom: 15px;
}
.banner-cat + .landing{
    margin-top: 0px;
}
.banner-cat + .landing .landing-block{
	margin-bottom: 0;
}
.breadcrumbs a, .breadcrumbs>div{ 
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #EFEAF5;
    display: inline-flex;
    text-decoration: none;
}
.breadcrumb-item, .breadcrumbs .last{
	color: rgba(239, 234, 245, 0.5) !important;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs span{
	margin: 0px 10px;
	line-height: 16px;
}
.landing-block .product-item, .grid-raids .col-lg-3{
	margin-bottom: 60px;
}
.hot-offers-block, .raids-index{
    margin-bottom: -60px;
    margin-bottom: 0;
}
.landing-block__content.landing-block__content-row{
	margin-bottom: -60px;
}
.landing-block__title-min{
	font-weight: 700;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.raid-date_title{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
}
.raid-date_items{

}
.raid-date_item{
    padding: 10px;
    background: #1A1225;
    border-radius: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 10px 20px;
}
.raid-icon{
	margin-left: 15px;
	width: 33px;
    height: 45.7px;
    background-position: center;
    background-size: cover;
    margin-left: 14px;
}
.raid-date_list {
    display: inline-flex;
    align-items: center;
    margin-bottom: 120px;
}
.raid-date_i{
	font-size: 40px;
	line-height: 100%;
	font-weight: 700;
}

.banner-raid{
    background-image: url(../images/bg-raids.jpg);	
}

/* page */

/* product */

.banner-product{
	background-position: center;
    background-size: cover;
    background-image: url(../images/bg-product.jpg);
    padding: 70px 0px 30px 0px;
    padding: 30px 0px 30px 0px;
}
.banner-product + .landing{
    margin-top: 0;
}
.banner-price{
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;	
	padding: 11px 0px 30px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-price-new{
}
.banner-price-old{
	font-size: 16px;
	text-decoration-line: line-through;
	margin-left: 14px;
}
.product-card__info{
    max-width: 521px;
    width: 100%;
    position: absolute;
    right: 0;
    top: -280px;
    /*top: -200px;*/
    background: #1A1225;
    border-radius: 15px;
}
.product-card__info_top{
	padding: 40px 60px;
}
.product-card__info_title{
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.product-card__info_name{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 27px;
}
.product-card{
	/*display: inline-flex;*/
    width: 100%;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-card form{
	display: inline-flex;
    width: 100%;
}
.product-card form.variations_form {
    flex-wrap: wrap;
    margin-top: -68px;
    margin-top: 20px;
    display: block;
}
.landing-block__left{
    width: 50%;	
    min-height: 300px;
    min-height: 200px;
}
.product-card__info_price{
	margin: 12px 0px 64px 0px;
	margin: 12px 0px 12px 0px;
	padding-right: 36px;
}
.product-card__info_price>div{
	padding: 10px 29px 10px 46px;
	border: 1px solid #443754;
	box-sizing: border-box;
	border-radius: 0px 0px 20px 0px;
	width: 100%;
}
.product-card__info_btns .btn-style{
	width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 67px;
    margin-top: 8px;
}
.banner-product .banner-title {
    max-width: 50%;
}
.form-switch .form-check-input {
    background-color: transparent;
    border: 1px solid #EFEAF5;
}
.form-check-input:checked[type=checkbox]{
    border: 1px solid #FFB600 !important;
}

.form-switch .form-check-input, .form-switch .form-check-input:focus, .form-switch .form-check-input:active {
    width: 78px!important;
    height: 33px;
    margin-left: 0;
    border-color: #fff;
    background-image: url(../images/checkbox-clear.svg);
}
.form-switch .form-check-input:checked {
    background-position: right center;
   background-image: url(../images/checkbox-checked.svg); 
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.form-switch {
    padding-left: 0;
}
.form-switch {
    padding-left: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: 1;
    max-width: 461px;
}
label.form-check-label {
	width: 100% !important;
    display: inline-flex !important;
    justify-content: space-between;
    margin-left: 24px;
    font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	position: relative;
    cursor: pointer;
}
.form-switch .form-check-input{
    cursor: pointer;
}
label.form-check-label span{
    background-color: #0f0a12;
    padding-right: 27px;
}
label.form-check-label b{
    background-color: #0f0a12;
    padding-left: 27px;
}
label.form-check-label:before{
    content: "";
    width: 90%;
    top: 50%;
    height: 1px;
    background: #443754;
    position: absolute;
    left: 5%;
    z-index: -1;
}
.product-card__options{
	margin-top: 42px;
}
.product-card__options .form-check.form-switch{
	margin: 12px 0px;
}


/* product */

/* cart */

.banner-cart{
	background-image: url(../images/bg-cart.jpg);	
	padding: 50px 0px 90px 0px;
}
.cart-block__content{
	padding: 40px 60px;
	background: #1A1225;
	border-radius: 15px;
	width: 100%;
}
.cart-block__content__title{
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 27px;
}
.cart-block__product_item{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
}
.cart-block__content{
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.cart-block__center{
	line-height: 140%;
}
.cart-block__content .product-card__info_price{
    width: 485px;
    padding: 0;
    margin: 0;
}
.product-card__full-price{
	font-weight: 600;
	padding-left: 20px;
}
.product-card__info_price>div{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.cart-block__content .product-card__info_price>div{
	background: #443754;
	margin-bottom: 1px;
}
.cart-block__form_line{
	margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.cart-block__form_line .form-switch{
    max-width: inherit;
	justify-content: flex-end;
    margin-left: 20px;
}
.clear-switch label.form-check-label:before{
	display: none;
}
.form-switches{
    display: inline-flex;
    justify-content: center;
    padding-top: 32px;
}
.clear-switch label.form-check-label{
    width: auto;	
}
.clear-switch label.form-check-label span{
	padding: 0;
}
.cart-block__form_title{
	margin-bottom: 8px;
	font-weight: 600;
	line-height: 140%;
}
textarea:focus, textarea:focus-visible {
	outline: none;
}
.btn_100{
    width: 100% !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.cart-block__total{
    display: inline-flex;
    justify-content: flex-end;
}
.default-check {
    padding: 0;
}
.order-total{
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;
	padding-left: 16px;
}

.default-check label.form-check-label:before{
	display: none;
}
.cart-block__total_line{
	border-top: 1px solid #393939;
	padding: 24px 0px;
	margin: 0;
}
.default-check .form-check-input ~ .form-check-label::after, .cart-block__total_line .woocommerce-input-wrapper label::after  {
    position: absolute;
    top: 3px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.default-check .form-check-input, .privacy label input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.default-check .form-check-input:checked ~ .form-check-label::after, .privacy.woocommerce-validated label::after {
    background-image: url(../images/default-check.svg);
}
.default-check .form-check-input ~ .form-check-label::before, .cart-block__total_line .woocommerce-input-wrapper label::before{
    position: absolute;
    top: 3px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transprent;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #EFEAF5;
	box-sizing: border-box;
	border-radius: 5px;
}
.default-check .form-check-input:checked ~ .form-check-label::before, .privacy.woocommerce-validated label::before{
  background-color: #FFB600!important;
}
.default-check .form-check-input:checked:focus ~ .form-check-label::before, .privacy.woocommerce-validated label::before {
  box-shadow: none;
}
.default-check .form-check-input:focus ~ .form-check-label::before, .privacy.woocommerce-validated label::before {
  box-shadow: none;
}
.default-check .form-check-input:active ~ .form-check-label::before, .privacy.woocommerce-validated label::before{
  background-color: #FFB600; 
}
.cart-block__form_payment{
	flex-direction: column;
    align-items: flex-start;
}
.cart-block__form_payments_list{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.btn.btn-outline-success{
    width: 100%;
    /*height: 100%;	*/
}
.btn-check+.btn-outline-success{
	border: 1px solid #443754;
	outline: none!important;
	box-shadow: none!important;
	color: #fff;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
}
.btn-check:checked+.btn-outline-success, .btn-check+.btn-outline-success:hover{
	background: #443754;
	border: 1px solid #443754;
	color: #fff;
}
.cart-block__form_payments_item {
    width: 100%;
    margin: 0px 8px;
}
.cart-block__form_payments_item label{
	font-weight: 700;
	font-size: 11px;
	line-height: 100%;
	text-transform: uppercase;
    padding: 24px;
}
.cart-block__form_payments_list{
	margin-left: -8px;
	margin-right: -8px;
}



/* cart */

/* contacts */

.banner-contacts{
	background-image: url(../images/bg-contacts.jpg);	
	padding: 50px 0px 90px 0px;	
}

.contacts__soc-list{
	margin-bottom: 120px;
}
.contacts__soc-list a{
   font-size: 0px !important;
}
.contacts__soc-list a:before{
	content:"";
    background-position: center;
    background-size: cover;
	width:112px;
	height:112px;
	display: inline-block;
    margin-left: 100px;
	background-size: 112px;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}	
.contacts__soc-list a:first-child:before{
    margin-left: 0px;
}

.contacts-soc__discord:before{
	background-image:url(../images/soc-discord-big.svg);
    margin: 0 !important;
}
.contacts-soc__instagram:before{
	background-image:url(../images/soc-instagram.svg);	
}
.contacts-soc__skype:before{
	background-image:url(../images/soc-skype.svg);	
}
.contacts-soc__discord:hover:before{
	background-image:url(../images/soc-discord-color.svg);	
}
.contacts-soc__instagram:hover:before{
	background-image:url(../images/soc-instagram-color.svg);	
}
.contacts-soc__skype:hover:before{
	background-image:url(../images/soc-skype-color.svg);	
}


/* contacts */

/* faq */

.banner-faq{
	background-image: url(../images/bg-faq.jpg);
}

/* faq */

/* news */

.banner-search{
	background-image: url(../images/bg-search.jpg);	
}

.news-element-line{
	background: #1A1225;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.12);
	border-radius: 15px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.news-element-line .news-item__image{
	max-width: 571px;
    width: 100%;
    height: 284px;
}
.news-element-line .news-item__content{
	width: 100%;
}
.news-element-line .news-item__date{
    text-align: right;
}
.news-element-line .news-item__content {
    padding: 24px 13px 30px 90px;
}
.news-element-line .news-item__title{
    min-height: 70px;
    max-width: 70%;
}
.news-element-line .news-item__desc {
    max-width: 80%;
}

.news-element-line {
	margin-bottom: 60px;
}
.news-element-line .news-item__date {
    margin-bottom: 0;
}

/* news */

/* privacy */

.banner-privacy{
    background-image: url(../images/bg-privacy.jpg);
}
.content-big, .content-big p{
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
}
.content-big p, .content-big .landing-block__title, .content-big h4{
	margin-bottom: 50px;
}
.h3{

}

/* privacy */

/* 404 */

.page-404{
	font-weight: 700;
	font-size: 427.174px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
}
.banner-404{
    background-image: url(../images/bg-404.jpg);
    padding-top: 180px;	
}
.banner-404 .container:before {
    content: "";
    background-position: center;
    background-size: cover;
    background-image: url(../images/banner-img-404.png);
    width: 462px;
    height: 801px;
    display: inline-block;
    position: absolute;
    top: 100px;
    right: 0;
}







/* 404 */


/* WP */

.woocs-style-1-dropdown{
    max-height: 50px
}
.product-card__info_price p.price{
	margin: 0;
}
.woocs_price_code{
    display: inline-flex;
    /*flex-direction: row-reverse;*/
}
.woocs_price_code del{
    font-size: 16px;
    text-decoration-line: line-through;
    margin: 0px 14px;
}
.product-item .woocs_price_code{
    align-items: center;
    justify-content: center;
    display: flex;
}
.woocs_price_code ins{
	text-decoration: none;
}
.product-card__info_price del{
	display: none;
}
.product-card__info .quantity, .reset_variations, .product-card .quantity{
	display: none !important;
}
.tc-price-wrap {
    padding-right: 0 !important;
    padding-left: 27px;
    font-weight: bolder;
}
.tm-extra-product-options .tc-active .tc-label-wrap{
    background-color: #0f0a12 !important;
    font-weight: normal;	
}
.woocommerce-variation.single_variation{
    /*display: none !important;*/
}
.variation-label{
	font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.product select{
    background: transparent;
    width: 100%;
    margin: 10px 0px 30px 0px;
    border-radius: 15px;
    padding: 15px;
    outline: none !important;
}
.tc-extra-product-options .tc-row .tc-container{
    margin-left: 15px;
    margin-left: 25px;
}
.single_variation_wrap{
	width: 100%;
}
.product-card__full-price .woocommerce-Price-amount.amount bdi{
    font-size: 1.5em;
    font-weight: 700;
}
.variation-value {
	 max-width: 434px;
}
.variation-epo .woocommerce-variation.single_variation {
    display: none !important;
}
form.variations_form .variations{
	width: 100%;
}
.woo_amc_open.right-bottom-fixed {
    display: none;
}
.js_header_cart{
	cursor: pointer;
}
.header-cart .woocommerce-Price-amount.amount bdi, .header-cart .woocommerce-Price-amount.amount bdi span {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}
.added_to_cart{
    border-radius: 15px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-flex;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #FFB600;
    background: transparent;
    padding: 14px 63px;
    border: 1px solid #FFB600;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 67px;
    margin-top: 8px;
}
.added_to_cart:hover {
    color: #161616;
    background: #FFB600;
}

.btn-style.loading{
    position: relative;
    font-size: 0;	
	line-height: 14px;
}
.btn-style.loading::after {
  content: "";
  position: absolute;
    width: 35px;
    height: 35px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #1a1225;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}
.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.onsale{
    position: absolute;	
}
.product-item .added_to_cart{
    max-height: 44px;
}
a.woocommerce-loop-product__link {
    text-decoration: none;
}
.product-item.sale .woocs_price_code {
    flex-direction: row-reverse;
}
.product-item .product-item__img{
	position: relative;
}
.product-item .product-item__img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-item .product-item__img img{
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center; 
}
.product-item .woocs_price_code {
    min-height: 42px;
}
.disabled.wc-variation-is-unavailable{
    display: none;
}
.woocommerce-variation-availability{
    text-align: center;	
}
.stock.out-of-stock{
    color: #ffb602;
}
.woo_amc_container_wrap .woo_amc_container {
    background-color: #0E0B12;
}
.woo_amc_container_wrap .woo_amc_footer {
    background: #443754;
    text-decoration: none;
}
.woo_amc_container_wrap .woo_amc_head {
    background: #443754;
}
.woo_amc_container_side .woo_amc_center {
    color: #fff;
}
.woo_amc_container_wrap .woo_amc_item_wrap {
    color: #ffffff;
    font-size: 16px;
    border-radius: 15px;
    padding: 10px;
    background: #1A1225;
    border: 0px;
}
.woo_amc_container_wrap .woo_amc_item_title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #FFF;
}
.woo_amc_container_wrap .woo_amc_item_quanity_wrap {
    /*display: none;*/
}
.woo_amc_item_price_wrap, .woo_amc_item_dop {
    font-size: 12px;
}
.woo_amc_container_side .woo_amc_center {
    max-width: 90%;
}
.woo_amc_close line, .woo_amc_item_delete line, .woo_amc_item_quanity_minus line, .woo_amc_item_quanity_plus line{
    stroke: #FFB600 !important;
}
.hot-offers-block .btn-show-more{
	display: none;
}
.hot-offers-block .landing-block{
	margin-bottom: 0;
}

.woocommerce-info, .woocommerce-error, .woocommerce-message{
    font-size: 14px;
    border: 0px;
    background: #1a1225;
    color: #fff;	
}
.woocommerce-error, .woocommerce-message{
	border-top: 1px solid;
    border-top-color: #b81c23;	
}
.woocommerce-message{
    border-top-color: #8fae1b;
}
.woocommerce-info::before{
	display: none;
}
.woocommerce-info a.showcoupon {
    color: #ffb602;
}
.product-card__full-price dl, .product-card__full-price dd, .product-card__full-price dd p{
	margin: 0;
}
.cart-block__product_item .tc-epo-metadata.variation{
	display: none;
}
.product-card__info_price__options .product-card__full-price{
    /*width: 100%;*/
}
.shop_table.woocommerce-checkout-review-order-table .product-card__info_price>div {
    padding: 10px 20px 10px 20px;
}
.product-card__info_price__options span{
	min-width: 150px;
}
.shop_table.woocommerce-checkout-review-order-table{
    margin-bottom: 60px;
}
.cart-block__form_payments_list .payment_box{
    display: none !important;
}
.cart-block__product_item .tm-cart-edit-options{
    display: none !important;
}
.cart-block__form_payments_list  input[type="radio"]:checked ~ .payment_box{
    display: block !important;
}

.woocommerce form .form-row {
    width: 49%;
	margin-bottom: 32px;
}
.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;	
}
.woocommerce form .form-row label {
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 140%;
}
.woocommerce-additional-fields .form-row.notes{
    width: 100%;	
}
.woocommerce-additional-fields textarea{
	min-height: 200px;
}
.woocommerce-billing-fields__field-wrapper .form-switches{
	padding: 0;
}
.cart-block__total_line .woocommerce-input-wrapper label{
	width: 100% !important;
    display: inline-flex !important;
    justify-content: space-between;
    margin-left: 24px;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 140%;
    position: relative;
    cursor: pointer;
    justify-content: flex-start;
}
.woocommerce form .form-check.default-check .form-row {
    width: 100%;
    margin: 0;
}
.landing-block .grid-raids.archive-raids .col-lg-3:last-child {
    display: block;
}
.raid-item__btn{

}
.raid-item__btn.added{
	opacity: 0;
}
.raid-item .added_to_cart, .raid-item__btn.loading{
    height: 48px;
    position: absolute;
    bottom: 0;	
}
form{
    position: relative;
}
form br{
	display: none;
}
.btn-style:disabled{
    opacity: 0.5;	
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    left: 0;
}
.newsletter-form .wpcf7-not-valid-tip {
    padding-left: 16px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    border-width: 1px;
    text-align: center;
}
.personal-block .woocommerce form .form-row {
    width: 100%;
}
.personal-block .woocommerce form .form-row label {
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 140%;
    font-size: 16px;
}
.personal-block .content-big p{
	font-size: 16px;
	margin-bottom: 20px;
}


.account_menu{
	border-radius: 15px;
	background: #1A1225;
    justify-content: space-between;
	display: flex;
    align-items: center;
    display: inline-flex;
    margin-bottom: 120px;
}
.account_menu__btn a{
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	border-radius: 15px;
	background: #1A1225;
    padding: 13px 16px;
	color: #EFEAF5;
	text-decoration:none;
	display: block;
	min-width: 200px;
    text-align: center;
}
.account_menu__btn.is-active a{
	background: #8F2323;
	border-radius: 15px;
}
.account_menu__btn:hover a{
	text-decoration:underline;
	color: #EFEAF5;
}
.mark, mark {
    background-color: #443754;
}
.orders_info{
	display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.personal-block .woocommerce form .account_info-block .form-row {
    width: 49%;
}
.account_info-block{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;	
}
.personal-block .woocommerce form .account_password-block .form-row {
    width: 49%;
}
.account_password-block legend {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 30px 0px;
}
.personal-block .woocommerce form .clear {
    display: none;
}
.account_password-block .woocommerce-Button.button{
	width: 100%;
    justify-content: center;
    margin-top: 10px;
}
.account_orders-list {
    border-bottom: 1px solid #443754;
    margin-bottom: 30px;
}
.trustpilot-slider__item-bottom p{
	margin: 0;
}
.btn-show-more{
	cursor: pointer;
}
.tc-cell.tc-col.tc-element-container {
    padding: 0;
}
.tm-extra-product-options-select label{
    max-width: 300px !important;
}
.tm-extra-product-options-select select{
    margin-bottom: 10px;
}
.tm-element-ul-radio{
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;   
}
.cpf-type-radio .tc-cell.tc-col.tc-element-container ul {
    flex-direction: row !important;
}
.tm-element-ul-radio li{
    width: initial !important;
    flex: none !important;
    margin-right: 0px !important;
    text-align: center;
}
.tm-element-ul-radio li label{
    text-align: center;
    background: transparent;
    border: 1px solid #7a59ff !important;
    
    border-radius: 15px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #161616;
    display: inline-flex;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 0px;
    cursor:pointer;
    padding: 10px !important;
    justify-content: center !important;
    width: 100%  !important;
}
.tm-element-ul-radio li .tc-price-wrap{
    display:none;  
}
.tm-element-ul-radio li label{
    width: 100%;
}
.tm-element-ul-radio li label input{
    display:none;    
}

.tm-extra-product-options .tm-element-ul-radio li span, .tm-extra-product-options .tm-element-ul-radio .tc-active .tc-label-wrap{
    background: transparent !important;
    color: #7a59ff  !important;
    cursor:pointer;
    padding:0;
}
.tm-element-ul-radio li.tc-active label{
    background: #7a59ff;
}
.tm-extra-product-options .tm-element-ul-radio li.tc-active span, .tm-extra-product-options .tm-element-ul-radio .tc-active .tc-label-wrap{
    color: #000 !important;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label{
    padding:0 !important;
}
.tc-extra-product-options .tc-row .tc-container.cpf-type-radio {
    /*margin-left: 20px;*/
}
.tc-tooltip {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
}
.tc-element-container>ul{
    display: block;  
}
.product-card-gallery-item a{
    background-position: center;
    background-size: cover;
    width:150px;
    height:100px;
    display: block;
    cursor:pointer;
}
.product-card-gallery{
    max-width: 50%;
    display: inline-flex;
    width: 100%;
    justify-content: flex-start; 
   	margin-top: 20px;
   	flex-wrap: wrap;   
}
.product-card-gallery-item{
    margin: 0px 10px 10px 0px;   
}
body.compensate-for-scrollbar {
    overflow: auto !important;
}
.product-card-gallery-item__video{
    position:relative;
}
/*.product-card-gallery-item__video:before{
    content:"";
    width:100%;
    height:100%;
    background: #1a122578;
    display: block;
    position: absolute;
    top: 0;   
}*/
.product-card-gallery-item__video .youtube_btn{
    content:"";
    background-image: url(../images/youtube.svg);   
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    transition:0.4s;
    cursor:pointer;
}
.product-card-gallery-item__video a{
    cursor:default;
    opacity: 0.5;
}
.product-card-gallery-item__video .youtube_btn:hover{
    transform: scale(1.1);       
}
.payment_box {
    padding-top: 20px;
}
.payment_box p{
    font-size: 12px;	
}
.woocommerce form .payment_box .form-row label {
    line-height: 100%;
    padding: 0;
}
.woocommerce form #stripe-payment-data .form-row {
    margin-bottom: 0;
}
.woocommerce form #stripe-payment-data .form-row-wide{
	width: 100%;
}
.woocommerce form #stripe-payment-data .form-row.woocommerce-SavedPaymentMethods-saveNew{
    display: none !important;	
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
    padding: 13px 16px;
    background-color: #1A1225;
    border-radius: 15px;
    line-height: 140%;
    border: 0px;
}
.form-row.mcc_currency{
	width: 100% !important;
}
.cart-block__form_payments_item [class^="mcc-"] {
    font-size: 11px;
    margin: 0px 2px;
    margin-left: 5px;
}
.mycryptocheckout.online_payment_instructions {

    background: #0f0a12;
}
.raid-date_item.hide{
	display: none;
}
.select2-search { background-color: #1A1225; }
.select2-search input { background-color: #1A1225; }
.select2-results { background-color: #1A1225; }
.select2-container--default .select2-selection--single{
	background: transparent;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    outline: none !important;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50%;
    margin-top: -13px;	
}
.value.variation-value, .cpf-type-select {
    margin-top: 10px;
    margin-bottom: 10px;
}
.select2-container--default .select2-results__option--selected {
    background-color: #443754;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #FFB600;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 20px;
}
.about__content h4{
	text-transform: none;
    font-size: 1.5rem; 
    letter-spacing: initial;
}
.payment_method_stripe label.btn-outline-success:before, .payment_method_cod label.btn-outline-success:before{
	content: "";
	position: absolute;
	right: 3px;
	top: 50%;
	background-image: url(../images/png-mastercard.png);   
    background-position: center;
    background-size: cover;
	width: 120px;
    height: 48px;
    display: block;
    margin-top: -24px;
}
.payment_method_cod label.btn-outline-success:before{
	background-image: url(../images/png-paypal.png);   	
	width: 158px;
}
.cart-block__form_payments_item [class^="mcc-"] {
    font-size: 35px;
}
.mcc_currency_icons {
    position: absolute;
    right: 3px;
}
.select-game__list{
    position: absolute;
    background: #1a1225;
    left: 0;
    z-index: 1;
    padding: 10px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 48px;
    display: none;	
   	border: 2px solid #443754;
}
.js_show{
    display: flex;
}
.select_clicked img {
    transform: rotate(180deg);
}
.select-game__list .select-game__item{
    margin: 0;
    padding: 10px 0px;
    cursor: pointer;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.select-game__list .select-game__item:hover{
    background: #443754;
}
.hide_menu{
	display: none;
}
.show_menu{
	display: flex;
}

.about__content h1, .about__content h2, .about__content h3, .about__content h4, .about__content h5, .about__content h6 {
    margin: 15px 0px;
}
.tc-cell.tc-col.tc-element-container ul{
    flex-direction: column;
}
.tc-extra-product-options .tc-row .tc-container {
    max-width: 85%;
}
.noui-horizontal .noui-tooltip {
    background: #ffb602;
}
.noui-touch-area {
    background: #ffb602;
    border-radius: 14px;
}
.noui-connect {
    background: #ffb602;
}
.tm-range-picker.pips {
    margin-left: 0px;
}
.noui-handle:hover::before{
    display: none !important;
}
.cart-block__total_coupon{
	display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 30px;
}
.cart-block__total_coupon .cart-block__total{
    flex-direction: column;
    align-items: flex-end;
}
.cart-block__total_coupon .order-total__item{
	width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.woocommerce-remove-coupon{
	font-size: 14px;
    margin-left: 10px;
}
.woocommerce-info{
	padding-left: 30px;
}
.woocommerce form.checkout_coupon{
    border: 1px solid #443754;
}
.order-total__item_span .coupon-text{
	padding-right: 10px;
}
#tidio-chat iframe{
    bottom: 70px !important;
}
.about__content ul{
	margin-left: 30px;
}
em{
    margin: 15px 0px;
    display: block;
}
.about__content h3{
    border-bottom: 1px solid #ffb602;
    max-width: max-content;
}
.about__content ol{
    margin-left: 30px;
    padding-left: 18px;
}
select option {
    background-color: #1A1225;
    font-weight: bold;
    color: #fff;
}
select option::selection{
	background-color: #FFB600;
    color: #161616;
}


/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.test{
    margin: 20px;
    background: red;
    padding: 10px;
    z-index: 1000;
    position: relative;
    max-width: 100px;
}
body{
	height: 100%;
    width: 100%;
    overflow: auto;
}
/*////////////////*/

.go-top {
    position: fixed;
    bottom: 170px;
    right: 36px;
    padding: 0;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    border-radius: 15px;
    z-index: 1000000;
}
.go-top:after {
    display: inline-block;
    content: url(../images/choose.svg);
    background-color: #443754;
    padding: 10px 15px;
    color: #6a6e7c;
    bottom: 10px;
    font-size: 13px;
    transform: rotate(180deg) !important;
   	transition: all .4s linear;
}

.go-top:hover:after  {
	transition: all .4s linear;
	background: #FFB600; 
}
.labels{
    position: absolute;
    top: 0;
    z-index: 1;	
}
.labels>div{
    background: #8F2323;
    border-radius: 0px 13.7755px 13.7755px 0px;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #EFEAF5;
    margin-bottom: 3px;
}
.labels{
	margin-top: 10px;	
}
.labels>div:nth-child(2){
    background: #277926;
}
.labels>div:nth-child(3){
    background: #f6931a;
}
.apple_google{
	position: relative;
    background: #000;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px #343433;
    cursor: pointer;
}
.apple_google:before{
    content: "";
    display: block;
    background-image: url(../images/apple_goole_pay.png);
    width: 300px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    position: relative;
    margin-left: -150px;
}
.apple_google:hover{
	opacity: 0.8;
}
.payment_method_eh_stripe_checkout{
	display: none;
}
.landing_banner .landing-block{
    margin-top: 20px;	
}
.landing-block_description{
	margin-top: 20px;
}
.cpf-type-radio ul{
    display: inline-flex;
    width: 100%;
}

.tm-extra-product-options .tm-element-ul-radio li.tc-active span, .tm-extra-product-options .tm-element-ul-radio .tc-active .tc-label-wrap{
    color: #fff !important;	
}



/* <!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->  */

/* WP */





















/*
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
*/









/*************** media ***************/

/* NEW */

@media (min-width: 320px){
.container {
    max-width: 314px;
}
}

@media (min-width: 768px){
.container {
    max-width: 506px;
}
}

@media (min-width: 991px){
.container {
    max-width: 740px;
}
}


@media (min-width: 1350px){
.container {
    max-width: 1056px;
}
.why-us .col-lg-4{
    flex: 0 0 auto;
    width: 50%;
}
}

@media (min-width: 1620px){
.container {
	max-width: 1248px;
}

}

@media (min-width: 1800px){
.container {
    max-width: 1542px;
}
}




/*
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}
.navbar {
    padding: 0;
}
.col-lg-20{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}	



}
*/


@media (min-width: 768px){

}






/*************** media ***************/

/******************  1800px  ******************/

@media (max-width: 1800px){

.header-search input[type=text] {
    width: 302px;
}
.header-search__btn {
    padding: 12px 40px;
}
.header-auth {
    padding: 0px;
}
.header-auth__links {
    display: flex;
    flex-direction: column;
}
.header-auth__links span{
	display: none;
}
.header-auth__profile {
    margin-right: 7px;
}
.header-cart {
    margin-left: 0;
}
.raid-item__top {
    padding: 10px 20px;
}
.raid-item__timer {
    font-size: 27px;
}
ul {
    padding-left: 12px;
    margin: 0;
}
.raid-item__content {
    padding: 20px;
}
.raid-active.raid-item__top {
    padding: 10px 10px;
}
.raid-item__desc-logo {
    min-width: 36px;
    height: 55px;
    margin: 0;
}
.popular-item {
    width: 19%;
}
.news-item {
    width: 390px;
    margin: 0 27px 0 0;
}
.news-item__content {
    padding: 14px 20px 30px 20px;
    text-align: left;
}
.accordion-button, .accordion-item:first-of-type .accordion-button {
    padding: 30px;
    padding-right: 150px;
}
.accordion-body {
    padding: 0px 150px 38px 30px;
}
.process-block .process-item:nth-child(odd) {
    margin-right: 15%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.process-block .process-item:nth-child(even){
    margin-left: 15%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.newsletter-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.newsletter-right {
    max-width: 289px;
}
.newsletter-left {
    max-width: 820px;
}
.footer__info {
    margin-left: 0;
}
.footer__policy{
    padding-right: 0;
}
.process-bar {
	width: 87%;
}
.news-element-line .news-item__image {
    max-width: 458px;
    background-position: center;
}
.news-element-line .news-item__content {
    padding: 24px 13px 30px 70px;
}
.product-item__price, .raid-item__price, .product-item__price bdi, .raid-item__price ins bdi {
    font-size: 20px;
}
.product-item__price del bdi{
    font-size: 14px;
}
.product-item .woocs_price_code {
    min-height: 36px;
}




}


/******************  1620px  ******************/

@media (max-width: 1620px){

.header-search input[type=text] {
    width: 252px;
}


.header-trustpilot-title{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.trustpilot-stars span:first-child:before{
    margin-left: 0;
}
.trustpilot-stars {
    margin-left: 0;
    margin-top: 5px;
}
.header-trustpilot-raiting {
    font-weight: 400;
    font-size: 9.1623px;
    line-height: 100%;
}
.header-soc__block a {
    display: flex;
}

.header-currency__btn {
    padding: 13px 10px;
    min-width: 58px;
    text-align: center;
}
.header-auth__links a {
    font-size: 14px;
    margin: 0;
    line-height: 16px;
}
.banner .container:before {
    width: 400px;
    height: 375px;
    top: -50px;
}
.banner-promo .btn-style-transparent {
    justify-content: center;
    min-width: 240px;
    padding: 14px;
}
.landing-block__btn{
	justify-content: center;
    min-width: 240px;
    padding: 14px;
}
.landing-block .hot-offers-block .product-item:last-child{
	display: none;
}
.landing-block .grid-raids .col-lg-3:nth-child(4){
	display: none;
}
.landing-block .product-item, .landing-block .grid-raids .col-lg-3{
	width: 33.3%;
}
.popular-item__img {
    max-width: 87px;
}
.popular-item__title {
    font-size: 19px;
}
.trustpilot-slider__item {
    padding: 21px;
}
.trustpilot-slider__item-top-data {
    font-size: 14.2596px;
}
.trustpilot-slider__item-top-image div {
    width: 42px;
    height: 42px;
    margin-right: 15px;
}
.trustpilot-slider__item-top-rating span {
    height: 17px;
    width: 17px;
}
.tns-outer {
    padding: 0px 20px !important;
}
.news-item {
    width: 502px;
}
.process-block .process-item {
    max-width: 18%;
}
.newsletter-left {
    max-width: 599px;
}
.newsletter-right {
    max-width: 319px;
}
.footer__info {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    max-width: 50%;
}
.footer__payment-metods {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer__menu.footer__policy {
    max-width: 350px;
    align-items: flex-start;
}
.footer__menu ul {
    padding: 0;
}
.sidebar {
    height: 100vh;
}
.sidebar__menu {
    overflow-y: auto;
}
.cart-block__content .product-card__info_price {
    width: 300px;
  	width: 400px;
}
.cart-block__content {
    padding: 20px 30px;
}
.news-element-line .news-item__image {
    max-width: 386px;
}
.news-element-line .news-item__content {
    padding: 24px 13px 30px 66px;
}
.news-element-line .news-item__title{
    max-width: 80%;
}
.news-element-line .news-item__desc {
    max-width: 90%;
}
.banner-404 .container:before {
    width: 300px;
    height: 601px;
    top: 150px;
}



}





/******************  1350px  ******************/


@media (max-width: 1350px){

.header-trustpilot{	
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
}
.header-search{
	 -webkit-box-ordinal-group: 2;
    -ms-flex-order: 0;
    order: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    margin-top: 20px;
}
.header-soc{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 0;
    order: 6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.header-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-soc__block {
    margin-top: 0;
    margin-left: 12px;
}
.header-search input[type=text] {
    padding: 10px 100px 10px 16px;
}
input.header-search__btn {
    height: 42px;
    padding: 10px 40px;
}
.banner .container:before{
	display: none;
}
.banner {
    padding: 40px 0px 30px 0px;
}
.landing-block .product-item:last-child, .landing-block .grid-raids .col-lg-3:last-child{
    display: block;
}
.landing-block .product-item, .landing-block .grid-raids .col-lg-3 {
    width: 50%;
    margin-bottom: 60px;
}
.hot-offers-block, .landing-block .grid-raids{
    margin-bottom: -60px;
}
.why-us .col-lg-4 {
    width: 50%;
}
.why-us__img img {
    min-width: 55px;
    width: 55px;
}
.why-us__desc {
    font-size: 12px;
    line-height: 140%;
}
.why-us__title {
    font-size: 12px;
    margin-bottom: 8px;
}
.popular-hidden{
	display: block;
	padding: 10px;
}
.popular {
    flex-flow: wrap;
}
.popular-item {
    width: 32%;
    margin-bottom: 2%;
}
.popular-item .popular-item__title {
    height: 100%;
    margin: 0;
}
.trustpilot-block .landing-block__top {
    flex-flow: wrap;
}
.trustpilot-block .landing-block__title {
    width: 100%;
    margin-bottom: 40px;
}
.trustpilot-block .trustpilot-stars {
    margin-left: 0;
}
.trustpilot-block .landing-block__top .trustpilot-stars span:before {
    width: 23px;
    height: 23px;
}
.trustpilot-block .landing-block__top .trustpilot-stars span:first-child:before {
    margin-left: 0px;
}
.trustpilot-block__reviews-count__rating {
    font-size: 32px;
}
.trustpilot-block__reviews-count sub {
    font-size: 10px;
}
.trustpilot-block__reviews-count__text {
    font-size: 13px;
}
.news-item {
    width: 344px;
}
.accordion-button, .accordion-item:first-of-type .accordion-button {
    padding: 30px 85px 30px 12px;
}
.accordion-body {
    padding: 0px 85px 38px 12px;
}
.process-block .process-item {
    max-width: 18%;
    display: flex;
    padding-right: 15px;
    margin-bottom: 60px;
}
.process-block .process-item:nth-child(odd) {
    margin-right: 55%;
}
.process-block .process-item:nth-child(even) {
    margin-left: 55%;
}
.process-bar {
    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: absolute;
    left: 0;
    top: 0;
    margin-top: 4%;
    height: 87%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.process-bar:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed #EFEAF5;
    z-index: -1;
    border-bottom: 0px;
}
.process-block .process-item {
    max-width: 40%;
}
.process-bar:before{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed #EFEAF5;
    z-index: -1;
}
.process-block .process-item:nth-child(even) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 0;
}
.process-block {
    margin-bottom: -60px;
}
.newsletter-left {
    max-width: 100%;
}
.newsletter-right{
	display: none;
}
.footer__info ul{
    flex-flow: wrap;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;	
}
.footer__info {
    max-width: 40%;
}
.footer__menu.footer__policy ul{
    flex-wrap: wrap;
    max-width: 55%;
}
.footer__menu.footer__policy {

}
.footer__policy a {
    padding-left: 0;
}
.footer__payment-metods{
	max-width: 254px;
	justify-content: flex-start;
}
.process-bar:before {
    max-width: 50px;
}
.header-soc__block a:before {
    margin-left: 12px;
}
.product-card__info {
    max-width: 100%;
    position: relative;
    margin: 0;
    top: 0;
}
.product-card {
    flex-direction: column;
}
.form-switch {
    max-width: 100%;
}
.landing-block__left {
    width: 100%;
    min-height: auto;
    margin-bottom: 60px;
}
.product-card__info_top {
    padding: 20px;
}
.banner-product .banner-title {
    max-width: 100%;
}
.cart-block__content {
    flex-direction: column;
}
.cart-block__content>div{
	width: 100%;
	margin-bottom: 20px;
}
.cart-block__content .product-card__info_price {
    width: 100%;
}
.cart-block__form_payments_list {
    flex-wrap: wrap;
}
.cart-block__form_payments_item {
    width: 47%;
    margin-bottom: 16px;
}
.cart-block__form_contacts .col-md-6{
	width: 100%;
}
.news-elements{
    display: inline-flex;
    flex-flow: wrap;
    justify-content: space-between;

}
.news-element-line {
    flex-direction: column;
    width: 48%;
}
.news-element-line .news-item__image {
    max-width: 100%;
    max-height: 174px;
}
.news-element-line .news-item__content {
    padding: 20px;
}
.news-element-line .news-item__date {
    margin-bottom: 25px;
    text-align: left;
}
.news-element-line .news-item__title, .news-element-line .news-item__desc {
    max-width: 100%;
}
.news-element-line .news-item__title {
    font-size: 20px;
}
.news-item__desc {
    font-size: 14px;
}
.banner-404 {
    padding-top: 70px;
    position: relative;
}
.page-404 {
    font-size: 162.22px;
}
.banner-404 .container:before {
    width: 185px;
    height: 350px;
    top: 45px;
    right: 30px;
}






}





/******************  991px  ******************/


@media (max-width: 991px){

.header-auth__links{
	display: none;
}

.currency_eu{
	font-size: 0;
}
.currency_eu span{
    font-size: 14px;
}
.header-currency__btn {
    padding: 13px 8px;
    min-width: 42px;
    text-align: center;
}
.header-auth__profile {
    margin-right: 0;
}
.header-search input[type=text] {
    padding: 5px 100px 4px 16px;
}
input.header-search__btn {
    height: 31px;
    width: 75px;
    padding: 5px;
}
.header-soc__block {
    width: auto;
}
.header-soc__block a:before {
    width: 22px;
    height: 22px;
}
.header-search, .header-soc {
    margin-top: 14px;
}
.banner-title h1 {
    margin-bottom: 40px;
}
.banner-promo {
    margin-top: 72px;
}
.banner-promo {
    align-items: flex-start;
    margin-top: 72px;
    max-width: 100%;
    flex-direction: column;
}
.promo-logo {
    margin-right: 20px;
}
.banner-promo__title, .banner-promo__time{
    margin-bottom: 20px;	
}
.banner-promo .btn-style-transparent {
    min-width: 265px;
}
.landing-block__btn {
    min-width: 120px;
    font-size: 12px;
    text-align: center;
}
.product-item__price {
    font-size: 16.7013px;
}
.product-item__price-old {
    font-size: 11.1342px;
}
.product-item__btn {
    font-size: 8.35064px;
    padding: 10px;
}
.product-item__content {
    margin-bottom: -10px;
}
.filters {
    width: 100%;
    flex-direction: column;
}
.filters .ui-group{
    align-self: flex-start;
}
.filters .ui-group:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
/*.col-raid-active{
	width: 100% !important;
}
.landing-block .grid-raids .col-lg-3 {
    width: 48%;
}
*/
.trustpilot-slider__item-top-image div {
    width: 28px;
    height: 28px;
    margin-right: 11px;
}
.trustpilot-slider__item-top-data {
    font-size: 9.5447px;
}
.trustpilot-slider__item-top-rating span {
    height: 11px;
    width: 11px;
}
.trustpilot-slider__item {
    padding: 21px 14px;
}
.trustpilot-slider__item-bottom {
    max-height: 178px;
}
.news-item {
    width: 234px;
}
.news-item__image {
    height: 174px;
}
.news-item {
    margin: 0 12px 0 0;
}
.news-item__title {
    font-size: 11.6633px;
}
.news-item__date {
    font-size: 7.46453px;
}
.news-item__desc {
    font-size: 14px;
}
.footer__menu.footer__policy, .footer__menu.footer__payment-metods{
    max-width: 50%;
}
.footer__menu.footer__policy ul {
    max-width: 80%;
}
.wow {
    opacity: 1 !important;
}
.cart-block__form_payments_item {
    width: 46%;
}
.cart-block__form_title{
	font-size: 14px;
}
.cart-block__total_line {
    flex-direction: column;
    align-items: flex-start;
}
.cart-block__total {
    margin-top: 8px;
}
.contacts__soc-list a:before {
    width: 69px;
    height: 69px;
    margin-left: 50px;
    background-size: 69px;
}
.contacts__soc-list {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.contacts__form .cart-block__form_line {
    margin-bottom: 0;
}
.contacts__form .cart-block__form_line .col-lg-6{
    margin-bottom: 16px;
}
.landing-block__top-support{
    justify-content: center;	
}
.news-element-line .news-item__title {
    min-height: 30px;
    font-size: 12px;
}
.news-element-line .news-item__desc {
    color: #EFEAF5;
}
.banner-title h1 {
    min-height: auto;
}
.banner-page {
    padding: 40px 0px 40px 0px;
}
.content-big, .content-big p {
    font-size: 14px;
}





}









@media (max-width: 767px){

.mob_menu_btn, .mob__logo{
	display: block;
}
.close_mob{
    flex: none;
}
section.main {
    padding-left: 0;
}
aside{
	position: fixed;
    right: 100%;
    left: auto;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    background-color: #0E0B12;
}
.sidebar__menu nav .navbar-nav {
    width: 100%;
    overflow-y: auto;
}
.sidebar {
    height: 100vh;
}
.sidebar__menu {
    width: 100%;
    overflow-y: auto;
}
.mob__logo .logo img {
    width: 59px;
}
.header-trustpilot{
	display: none;
}
.header-currency__btn {
    font-size: 8.75px;
}
.currency_eu {
    font-size: 0;
}
.currency_eu span {
    font-size: 8.75px;
}
.header-currency__btn {
    padding: 8px 3px;
    min-width: 25px;
}
.header-auth__profile {
    width: 32px;
    height: 32px;
}
.header-cart {
    font-size: 9.25px;
    padding: 5px
}
.header-cart__icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.header-cart__counter{
	display: none;
}
.header-search input[type=text] {
    padding: 3px 100px 2px 16px;
    line-height: 14px;
}
.header-search{
    width: 100%;
    align-items: center;
   	display: none;
}
.header-search form {
    max-width: 252px;
}
input.header-search__btn {
    height: 24.5px;
}
.header-soc{
    position: absolute;
    right: 0;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0E0B12;
    z-index: 1;
}
.header-top{
    /*position: relative;*/
}
.header-soc{
	flex-direction: column-reverse;
    top: 110px;
    position: absolute;
	right: -25px;
    background: #0E0B12;
    padding: 8px;
    border-radius: 10px 10px 0px 0px;
    transform: rotate(270deg);
    align-items: center;
    margin: 0;
}
.header-soc__title {
	font-size: 10.0926px;
    margin-top: 6px;
    text-align: cente

}
.header-soc__block{
    margin-top: 0;
    margin-left: 0;
}
.header-soc__block a:before{
    margin-left: 0;
}
.header-soc__block a {
    transform: rotate(90deg);
    margin-left: 10px;
}
.header-soc__block a:first-child{
	margin: 0;
}
.main{
	margin-top: 54px;
}
.header-currency__btn, .currency-active {
    border-radius: 8px;
}
.banner-title h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 100%;
}
.banner {
    padding: 25px 0px 30px 0px;
}
.banner-title__link {
    margin-top: 30px;
    width: 100%;
    content: center;
}
.banner-promo {
    margin-top: 50px;
    align-items: center;
}
.landing-block {
    margin: 35px 0px;
}
.landing {
    margin-top: 35px;
}
.landing-block__title {
    font-size: 25px;
}
.landing-block__top .landing-block__btn{
	display: none;
}
.landing-block .product-item, .landing-block .grid-raids .col-lg-3 {
    width: 100%;
    margin-bottom: 50px;
}
.product-item__btn {
    padding: 15px 10px;
    font-size: 10.5455px;
}
.filters button.button {
    padding: 0px 15px;
    min-width: 40px;
    line-height: 25px;
    font-size: 8.99957px;
}
.why-us-item {
    padding: 0;
}
.why-us .col-lg-4 {
    width: 100%;
}
.why-us__desc {
    font-size: 8.29781px;
}
.why-us__content {
    margin-left: 10px;
}
.why-us-item {
    margin-bottom: 20px;
    max-width: 250px;
}
.popular-item {
    width: 48%;
    margin-bottom: 4%;
}
.popular-item__title {
    font-size: 14.4488px;
}
.trustpilot-block .landing-block__title {
    width: 100%;
    margin-bottom: 0;
}
.trustpilot-stars {
    margin: 10px 0px;
}
.trustpilot-block__reviews-count {
    border-left: 0px;
    margin-left: 0;
    padding-left: 0;
}
.landing-block__top {
    margin-bottom: 50px;
}
.accordion-button, .accordion-item:first-of-type .accordion-button {
    padding: 30px 50px 30px 8px;
    font-size: 18px;
}
.accordion-body {
    padding: 0px 50px 30px 8px;
    font-size: 14px;
}
.accordion-button:not(.collapsed)::after , .accordion-button::after {
    right: 15px;
}
.process-bar:before{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed #EFEAF5;
    z-index: -1;
}
.process-bar {
    width: 30px;
    margin-top: 8%;
}
.process-block .process-item:nth-child(odd), .process-block .process-item:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-left: 65px;
}
.newsletter-title {
    font-size: 25px;
}
.newsletter form input{
    max-width: 100%;	
}
.newsletter .wpcf7-submit {
    width: 90px;
}
.footer-bottom {
    flex-direction: column;
}
.footer__info {
    max-width: 100%;
    align-items: center;
}
.footer__info ul {
    flex-flow: no-wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer__info {
    max-width: 100%;
}
.footer__menu ul li {
    margin: 7.5px 0px;
}
.footer__info{
	margin-top: 30px;
}
.footer__payment-metods {
    -ms-flex-order: 5;
    order: 5;
}
.footer__menu.footer__policy, .footer__menu.footer__payment-metods {
    max-width: 100%;
}
.footer__policy{
	margin-top: 20px;
}
.footer__policy li:first-child:after{
	display: none;
}
.footer__policy ul li {
    margin: 3px 0px;
}
.footer__menu.footer__policy ul {
    max-width: 100%;
    justify-content: center;
}
.close_mob {
    position: absolute;
    margin-top: 4px;
}
.sidebar__logo {
    margin-top: -10px;
}

.product-card__info_price>div {
    padding: 10px;
}
.cart-block__product_item, .cart-block__center, .cart-block__content .product-card__info_price>div {
    font-size: 8.91667px;
}
.cart-block__content__title{
    font-size: 18px;	
}
.cart-block__form_payments_item {
    width: 100%;
    margin: 0px;
    margin-bottom: 8px;
}
.cart-block__form_payments_list {
    margin: 0;
}
.cart-block__form_payments_item {
    max-width: 231px;
}
.cart-block__form_line .col-md-6{
	padding-bottom: 8px;
}
.form-switches{
    padding-top: 0;
}
.cart-block__form_line {
    margin-bottom: 16px;
}
.cart-block__form_line .col-md-6 {
    flex-direction: column;
    align-items: flex-start;
}
.clear-switch label.form-check-label {
    font-size: 10px;
}
.cart-block__form_line .form-switch {
    margin-left: 0;
    margin-top: 8px;
}
.contacts__soc-list a:before {
    width: 50px;
    height: 50px;
    margin-left: 36px;
    background-size: 50px;
}
.contacts__soc-list {
    margin-bottom: 70px;
}
.landing-block__title-min {
    font-size: 25px;
}
.news-element-line {
    margin-bottom: 40px;
    width: 100%;
}
.banner-404 .container:before {
    width: 140px;
    height: 245px;
}

/*	
.header-top {
    flex-direction: column;
}
.header-nav-logo {
    justify-content: space-between;
}

.header-phone {
    margin-top: 20px;
}
.slide {
    padding: 100px 0px;
}
.slider-title {
    font-size: 35px;
}
.slider-title-big {
    font-size: 47px;
}
.slider-info {
    font-size: 16px;
}
.left-slide {
    padding-left: 15px;
}
.slider-title-count {
    font-family: "UniviaPro";
    font-size: 35px;
	line-height:45px;
}
.navbar-collapse{
    top: 58px;
}
.brands .col-md-2 img {
    max-width: 300px;
}
.about-aside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 40px;
}
.about-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-title {
    font-size: 30px;
}
.section-right {
    width: 100%;
    display: block;
}
.section-right .link-blue {
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.slider-count-catalog {
    margin-top: 10px;
}
.catalog-advantages_item {
    text-align: center;
}
.catalog-advantages__title {
    margin-top: 5px;
}
.catalog-advantages__text {
    margin-top: 5px;
}
.tehnic .col-lg-20 {
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
}
.seo-text-side {
    border: 0;
    padding: 0;
}
.seo-text-center {
    padding-right: 0;
}
.tehnic .col-lg-20 {
    padding: 15px;
}
.card-btns, .card-info {
    flex-direction: column;
}
.card-btns>a{
	margin-bottom:10px;
}
.small-desc {
    max-width: 100%;
    width: 100%;
}
.card-links {
    width: 100%;
    margin: 20px 0;
}*/

}

@media (max-width: 576px){

.tehnic .col-lg-4, .tehnic .col-lg-20, .tehnic .col-lg-3 {
    border-right: 1px solid #cdcdcd;
}
.map-info {
    background: #fff;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    box-shadow: 0px 20px 30px rgba(44, 81, 123, 0.05);
    color: #333;
    opacity: 0;
    display: block;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
	top:auto;
	width:100%;
}
.map-wrap {
    display: -webkit-box;
    padding-top: 130px;
}
.card-block-tabs .nav-item {
    font-size: 14px;
    padding: 8px;
}
.catalog-brands .col-lg-2 {
    line-height: 50px;
    padding: 5px;
}

.catalog-brands .nav-tabs .nav-item {
    border-right: 0;
}
.banner-404 .container:before {
    width: 115px;
    height: 200px;
    top: 45px;
    right: 0px;
}
.page-404 {
    font-size: 97px;
}



}