/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


body{ background: black !important;  color: white !important;}
header, .has-base-background-color{ background: black !important;}
.button {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;}
.vhod a{background: linear-gradient(279deg,#c68c43 -35.75%,#8c4e00 -35.73%,#ffc782 34.6%,#aa722c 106.44%); color: #4b2700; padding: 10px;  border-radius: 5px; text-decoration: none;}
.regis a{background: linear-gradient(285deg,#9aee46 -4.67%,#9e8cae 101.39%);  color: white; padding: 10px;  border-radius: 5px; text-decoration: none;}
.header-ssilka{color: #969cad; box-sizing: border-box; font-weight: 700; font-size: 15px; text-decoration: none;}
h1, h2, h3, h4 {color: #c68c43;}
.wp-container-core-group-is-layout-6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: 1200px;}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 1200px;}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{width: calc(100% / 1 - 1rem);}
table {
  margin: 2rem auto;
  border-collapse: collapse;
}
table thead {
  background-color: #c68c43;
  background: linear-gradient(279deg, #c68c43 -35.75%, #8c4e00 -35.73%, #ffc782 34.6%, #aa722c 106.44%);}
  table th {
  font-weight: bold;
  background-color: #c68c43;
  background: linear-gradient(279deg, #c68c43 -35.75%, #8c4e00 -35.73%, #ffc782 34.6%, #aa722c 106.44%); }

a:where(:not(.wp-element-button)) {text-decoration: none;
	color:white}
.wp-block-spacer{display:none}



/* Часто задаваемые вопросы */
.faq-section input,
    	.faq-section p{
        	display: none;

    	}

    	.faq-section label+p{
        	display: block;    
        	color:#000;
        	font-size: .85em;
        	-webkit-transition: all .45s ease-out;
        	-moz-transition: all .45s ease-out;
        	-ms-transition: all .45s ease-out;
        	-o-transition: all .45s ease-out;
        	transition: all .45s ease-out;
                    	margin: 0 0 2px;   	 
        	/* Обрезаем текст */
        	text-overflow: ellipsis;
        	white-space: nowrap;
        	overflow: hidden;    
                        	 
    	}

    	.faq-section input[type=checkbox]:checked~p{
        	display: block;
        	color: white;
        	font-size: 1em;
                   	margin: 5px 0px 10px;
        	/* Восстанавливаем обрезание текст по умолчанию */
        	text-overflow: clip;
        	white-space: normal;
        	overflow: visible;    

    	}

    	.faq-section label{
        	font-size: 1.2em;
        	cursor: pointer;
        	display: block;
        	position: relative;
        	padding: 7px 10px;
        	font-weight: bold;
        	border: 1px solid #ddd;
        	border-left: 3px solid #888;
        	text-shadow: 0 1px 0 rgba(255,255,255,.5);
        	-webkit-transition: all .45s ease-out;
        	-moz-transition: all .45s ease-out;
        	-ms-transition: all .45s ease-out;
        	-o-transition: all .45s ease-out;
        	transition: all .45s ease-out;       	 
    	}

    	.faq-section label::-moz-selection{ /* Удаляем выделение текста при переключении */
        	background: none;
    	}

    	.faq-section label::selection{
        	background: none;
    	}

    	.faq-section label:hover{
        	/* background: #f5f5f5; */
    	}

    	.faq-section input[type=checkbox]:checked~label{
        	border-color:white;       	 
               	 
        	-moz-box-shadow: 0 0 1px rgba(0,0,0,.4);
        	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
        	box-shadow: 0 0 1px rgba(0,0,0,.4);           	 
    	}

    	.faq-section label::before{
        	content: '';
        	position: absolute;
        	right: 4px;
        	top: 50%;
        	margin-top: -6px;
        	border: 6px solid transparent;
        	border-left-color: inherit;    
    	}

    	.faq-section input[type=checkbox]:checked~label::before{
        	border: 6px solid transparent;
        	border-top-color: inherit;
        	margin-top: -3px;
        	right: 10px;    
    	}
/* конец блока Часто задаваемые вопросы */