/* USER VARIABLES SECTION */

:root {
	--accent: green;
	--text: #333;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: roboto-st, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: italic; }
@font-face { src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: normal; }
@font-face { src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: italic; }

/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #8b816d;
	background-color: #EEF2E6;
}

/* USER STYLES */

::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
    }
    
    ::-webkit-scrollbar-track {
    background-color:#eeedec
    }
    
    ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#406343;
    }
    
    ::-webkit-scrollbar-thumb:hover{
    background-color:#a2fa00;
    }
    
    ::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
    }
    
    ::-webkit-scrollbar{
    width: 8px;
    }

.logo {
	padding-left: 20px;
}

.text {
		font-size: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}

.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}


.video_container {
	max-width: 1200px;
	margin: 20px auto 100px auto;
}


/* Стили для видео */

.video-block {
	margin-bottom: 20px;
	max-width: 560px;
	max-height: 350px;
	margin: 20px auto;
}

.video h2 {
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
}

.video hr {
	margin: 20px auto 50px auto;
	border-width: 3px;
	border-color: #2579bf;
	width: 340px;
}


.youtube {
	width: 100%; 
	height: 315px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 0 !important;
}

.youtube .play {
    background: url(../images/youtube-play-btn.png) no-repeat; 
    background-position: 0 -33px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 33px;
    width: 45px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
 
.youtube:hover .play {
    background-position: 0 0;
}

/* FOOTER */

.bottom_line {
	margin-top: 80px;
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.soc_link {
	text-decoration: none;
	color: #8b816d;
}

.soc_link:hover {
	color: #ffa000;
}

.bottom_item {
	width: 30px;
	margin: 10px;
}

.bottom_item img {
	width: 100%;
	height: auto;
	max-height: 50px;
	fill: #8b816d;
}

.bottom-year {

	border-top: 3px solid #406343;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto 20px auto;
}
