/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Template: reboot
Author: WPShop.ru
Author URI: https://wpshop.ru/
Description: Новая многоцелевая тема от команды WPShop.ru. 11 встроенных модулей, конструктор главной страницы, SEO-оптимизация и моментальная скорость загрузки.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.4.5.1732531684
Updated: 2024-11-25 13:48:04

*/
.site-header {
	box-shadow:none;
}
.site-content {
    background: #090f1e;
}
.top-menu ul li>a:hover {
    color: #f7fc1b;
}
.site-logotype {
    width: 200px;
}
.site-header .header__btns {
    display: flex;
    margin: -20px 0;
	min-width: 166px;
}
.site-header .header__btns a{
	text-transform: uppercase;
    padding: 30px;
    text-decoration: none;
	min-width: 160px;
	font-size: 15px;
    font-weight: 700;
	text-align: center;
}
.site-header .btn__red {
    background: #f8cb4c;
	color: #1b1b1b;
}
.btn__red:hover {
	background: #fedb7a;
}
.site-header a.btn__white {
    background: #fff;
	color: #090f1e;
}
.site-header a.btn__white:hover {
	background: #fedb7a;
}
.info__box {
    background: linear-gradient(90deg, #1d273e, #11182a);
    padding: 60px 40px 30px;
    border-radius: 30px;
}
.info__box::before {
    background-image: linear-gradient(90deg, #f8cb4c, #b94123);
    background-size: 200% auto;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    content: "";
    display: block;
    height: 4px;
    left: 25px;
    position: absolute;
    right: 25px;
    top: 0;
}
.info__list{
    background: linear-gradient(90deg, #1d273e, #11182a);
    padding: 20px !important;
}
.table-of-contents {
    background: transparent;
}
.table-of-contents__hide {
    color: #f8cb4c;
	text-transform: uppercase;
}
.entry-content .table-of-contents ol li a {
    color: #fff;
	text-transform: uppercase;
}
.table-of-contents ol li:before {
    display: none;
}
/*.table-of-contents ol .level-1 {
    display: none;
}*/
.table-of-contents ol .level-2,
.table-of-contents ol .level-3,
.table-of-contents ol .level-4 {
	margin-left: 0;
}
.scrolltop {
	opacity:.75;
}
.scrolltop:before {
    font-size: 1.5rem;
}
.entry-content .uagb-buttons__wrap .bonus__btn.wp-block-button {
    width: 100%;
	margin-bottom: 0;
}
.bonus__info .uagb-ifb-title-wrap {
    text-align: center;
}
.info__list {
    margin-bottom: 0;
    padding-left: 20px;
}
.btn__skew a {
    transform: skewX(-20deg);
}
.btn__skew a .uagb-button__link {
	transform: skewX(20deg);
}
.table__decor table {
    border: 0;
}
.table__decor table td {
    border: 0;
}
.table__decor table tr:nth-child(2n+1) {
    background: #1B1B1B;
}
.main__btn a{
	box-shadow: 0px 0px 15px 0px rgba(248,203,76,.6) !important;
}
@media(max-width:991px){
	.removed-link {
		color: #000;
	}
	.decor__list {
		margin-bottom: 20px;
	}
	.bonus__info .uagb-ifb-title-wrap {
		text-align: left;
	}

	.humburger {
		left: auto;
		right: 20px;
	}

	.site-header .header__btns a {
		text-transform: uppercase;
		padding: 15px 20px;
		font-size: 14px;
		min-width:100px;
	}
	.site-header .header__btns {
		display: flex;
		margin: 0;
		min-width: 166px;
	}
}
@media(max-width:767px){
	.site-branding {
		display: none;
	}
	.header-html-1{
		margin-top: 0;
	}
	.bonus__info .uagb-ifb-title-wrap {
		text-align: center;
	}
}
@media(max-width:576px){
	.bonus__info .uagb-ifb-title-wrap {
		text-align: left;
		margin-left:20px;
	}
	.info__box {
		padding: 40px 30px 15px;
	}
}
