/*
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;
	justify-content: center;
}
.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;
	transform: skewX(-20deg);
}
.site-header .header__btns a span{
	display: block;
	transform: skewX(20deg);
}
.site-header .btn__red {
    background: linear-gradient(to bottom, #065637 50%, #51cf58 100%);
	color: #fff;
}
.btn__red:hover {
	background: #51cf58;
}
.site-header a.btn__white {
    background: #fff;
	color: #090f1e;
}
.site-header a.btn__white:hover {
	background: #51cf58;
}
.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;
	background: linear-gradient(to bottom, #EDC289 30%, #8E6942 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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 .wp-block-button__link {
	transition: all 0.2s ease-in;
	min-width: 230px;
}
.main__btn .wp-block-button__link:hover{
	transform: scale(1.1);
}
.footer-info {
	text-align: center;
}
.site-footer {
	padding-top: 0 !important;
}
.entry-content p {
	margin: 0 !important;
}
@media(max-width:991px){
	.humburger {
		display: none;
	}
	.removed-link {
		color: #000;
	}
	.decor__list {
		margin-bottom: 20px;
	}
	.bonus__info .uagb-ifb-title-wrap {
		text-align: left;
	}
}
@media(max-width:767px){
	.site-branding {
		display: none;
	}
	.header-html-1{
		margin-top: 0;
	}
	.site-header .header__btns a {
		text-transform: uppercase;
		padding: 15px 30px;
	}
	.humburger {
		left: auto;
		right: 20px;
		top: 15px;
	}
	.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;
	}
}
@media(max-width:380px){
	.site-header .header__btns a {
		padding: 15px 20px;
	}
}