.svg_question .svg_color {
    fill: none;
    stroke: #646a87;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
.main-content p, .main-content ul {
	margin-bottom: 30px;
    font-weight: 300;
    text-align: left;
    line-height: 23px;
}
.main-content p {
	margin-bottom: 20px;
}
.main-content h2 {
	margin: 40px 0 25px;
}


.main-content {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 8px 10px #000;
    background: url(../images/noise.png) repeat,linear-gradient(#1c2240,#1c2240) padding-box,linear-gradient(180deg,#4d5a85,rgba(70,82,121,0)) border-box;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding: 30px;
}
h1 {
	float: left;
}
.reg-btn {
	float: right;
    margin-top: 12px;
}
.ul-pr li {
	display: block;
    width: 45%;
    float: left;
    line-height: 22px;
}
.ul-pr {
    padding:0;
    list-style: none;
}
.ul-pr li{
    padding:6px 6px 6px 20px;
    position: relative;
}
.ul-pr li:before {
    padding-right:10px;
    font-weight: bold;
    color: #fe284a;
    content: "\2714";
    transition-duration: 0.5s;
    position: absolute;
    left: 0;
}
.ul-pr li:hover:before {
    color: #337AB7;
    content: "\2714";
} 
.reg-btn-center {
	text-align: center;
    margin: 25px 0;
}
.reg-btn-center a {
	display: inline-flex;
}
.soderjanie {
	background: #fff;
    padding: 25px 25px 25px 25px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.soderjanie h2 {
	color: #3a3a3a;
    margin-bottom: 10px;
    margin-top: 0px;
}
.sod-left {
	float: left;
    width: 49%;
}
.sod-right {
	float: left;
    width: 49%;
}
.soderjanie ul {
	margin-bottom: 0px
}
.soderjanie ul li {
	margin: 12px 0;
    position: relative;
    padding-left: 24px;
    
}
.soderjanie ul {
    padding:0;
    list-style: none;
}
.soderjanie ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #fe284a;
    content: "\270F";
    transition-duration: 0.5s;
    position: absolute;
    left: 0;
    top: 1px;
}
.soderjanie ul li:hover:before {
    color: #337EE4;
    content: "\2B07";
   
} 
.strong {
	font-weight: bold;
}
.soderjanie a {
	color: #3a3a3a;
    text-decoration: none;
}
.soderjanie a:hover {
    text-decoration: underline;
}
table tr td {
	padding: 14px;
    background: #fff;
    margin: 1px;
    border: 3px solid #292f49;
    border: 3px solid #292f49;
    color: #3a3a3a;
    vertical-align: middle;
}
.text_spoiler, .text_spoiler h4, .text_spoiler h3, .text_spoiler h2 {
	color: #3a3a3a;
}
.reg-info-text, .reg-info-img, .reg-info-video {
	float: left;
    width: 33%;
}
.reg-info-img {
	text-align: center;
}
.reg-info-img img {
	width: 75%;
}
.title_spoiler a {
	color: #3a3a3a;
    font-size: 18px;
}
.title_spoiler img {
	margin-right: 6px !important;
}
h3 {
    font-size: 22px;
}
h4 {
	line-height: 23px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.video1 {
    height: 500px;
}
.vid-min  {
    height: 280px;
}
.vid-min2 {
    height: 339px;
}
.vid-min3 {
    height: 280px;
    width: 80%;
    float: right;
}
.info-balans-left, .info-balans-right {
	float: left;
    width: 50%;
}
.info-balans ul, .turnir, .text_spoiler ul {
    padding:0;
    list-style: none;
}
.info-balans ul li, .turnir li, .text_spoiler ul li {
    padding:6px;
}
.info-balans ul li:before, .turnir li:before, .text_spoiler ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #fe284a;
    content: "\2714";
    transition-duration: 0.5s;
}
.info-balans ul li:hover:before, .turnir li:hover:before, .text_spoiler ul li:hover:before {
    color: #337AB7;
    content: "\2714";
} 
.info-balans-right {
	text-align: right;
}
.info-balans-right img {
	width: 80%;
}
.info-balans-right a.button_register {
	float: right;
}
.info-status-left {
	float: left;
    width: 50%;
}
.info-status-right {
	float: left;
    width: 50%;
}
.btn-center {
	text-align: center;
    margin: 30px;
}
.btn-center a {
    display: inline-flex;
}
.title_spoiler {
    padding: 15px 10px;
    margin-top: 10px;
}
.info-assortiment-left, .info-assortiment-right {
	float: left;
    width: 50%;
}
html {
  scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */ 
}
.div-border {
	width: 100%;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 50px;
}
@media (max-width:860px) {
    h1 {
    	width: 100%;
        text-align: center;
        font-size: 40px;
        margin-bottom: 10px;
    }
    .reg-btn {
    	width: 100%;
        text-align: center;
        margin: 10px 0 40px;
    }
    .reg-btn a {
    	width: auto;
        line-height: 30px;
        display: inline-block;
        
    }
    .btn_help {
    	display: none;
    }
    .ul-pr li {
        width: 100%;
    }	
    .sod-left, .sod-right {
    	float: none;
        width: 96%;
    }
    .reg-info-text, .reg-info-img {
        width: 49%;
    }
    .reg-info-video {
        width: 100%;
        margin-top: 30px;
    }
    .info-balans-left, .info-balans-right, .info-status-left, .info-status-right, .info-assortiment-left, .info-assortiment-right {
    	width: 100%;       	
    }
    .info-balans-right, .info-status-right {
        text-align: center;	
    }
    .info-balans-right a.button_register {
        float: none;
        margin: 0 auto;
    }
    .info-balans-right img {
    	max-width: 60% !important;
    }
    .video1 {
        height: 400px;
    }
    
    
}
@media (max-width:500px) {
    h1 {
        font-size: 30px;
    }
    .main-content {	
    	padding: 15px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .ul-pr li {
        width: auto;
    }	
    .soderjanie {
        padding: 10px 15px 10px 15px;
    }
    .reg-info-text, .reg-info-img, .reg-info-video {
        width: 100%;
    }
    .reg-info-img {
    	margin-top: 30px;
    }
    .reg-info-text a {
    	margin: 0 auto;
    }
    .reg-info-img img {
        width: 100%;
    }
    .info-balans-right a.button_register {
        font-size: 10px;
    }
    .info-balans-right img {
    	max-width: 90% !important;
    }
    .title_spoiler a {
        font-size: 14px;
    }
    .video1 {
        height: 350px;
    }
    
}
.com_content .text {
	background: #fff;
    padding: 20px 20px 5px 20px;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #333;
}
.rating-com {
	float: right;
}
.name {
	float: left;
}