/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--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;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* USER STYLES */


.top {
	display: block;
}

.top__wrapp {
	display: block;
}



.main_block {
	display: block;
	margin: 0px auto;
}



.logo {
	display: block;
	max-width: 600px;
	margin: 0px auto;
}

.logo > a {
	display: block;
	padding: 40px 0px;
}

.logo > a > img {
	display: block;
}



.info_block {
	display: block;
	background-color: rgba(155, 192, 219, 0.2);
	padding: 20px;
	color: #fff;
	box-shadow: 0px 0px 3px rgba(7, 19, 36, 0.7);
	text-shadow: 0px 0px 3px rgba(7, 19, 36, 0.7);
}

.info_block__wrapp {
	display: block;
	text-align: center;
	margin: 20px auto;
}

.info_block__wrapp > h1 {
	display: block;
	text-transform: uppercase;
	font-size: 28px;
	margin: 10px auto;
	font-weight: 700;
}

.info_block__wrapp > h1 > span {
	display: block;
	font-size: 42px;
	color: #ff3e20;
	font-weight: 700;
}

.info_block__wrapp > h2 {
	display: block;
	font-size: 16px;
	margin: 10px auto;
	max-width: 340px;
}



.representative {
	display: block;
	margin-top: 60px;
}

.representative__block {
	display: block;
	margin-bottom: 40px;
	padding: 0px 20px;
}

.representative__block.opt_mark {
	display: block;
	background-color: rgba(155, 192, 219, 0.2);
	padding: 40px 20px;
	box-shadow: 0px 0px 3px rgba(7, 19, 36, 0.7);
}

.representative__block__wrapp {
	display: block;
	max-width: 560px;
	margin: 0px auto;
}


.representative__block ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.representative__block ul > li {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}

.representative__block ul > li:last-child {
	margin-bottom: 0px;
}

.representative__block ul > li > a {
	display: table;
	position: relative;
	border: 1px solid #fff;
	border-radius: 3px;;
	overflow: auto;
	color: #fff;
	text-decoration: none;
	min-height: 120px;
	width: 100%;
	background-color: rgba(41, 52, 68, 0.7);
	box-shadow: 0px 0px 3px rgba(7, 19, 36, 0.7);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.representative__block.social_mark ul > li > a {
	min-height: 80px !important;
}

.representative__block ul > li > a > div {
	display: table-cell;
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	height: 100%;
	width: 120px;
}


.representative__block ul > li > a:hover {
	color: #293443;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}



.representative__block ul > li > a > span {
	display: table-cell;
	position: relative;
	padding: 10px 10px 10px 25px;
	vertical-align: middle;
	text-align: justify;
}

.representative__block ul > li > a > div > i {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #293443;
	font-size: 40px;
}

.representative__block ul > li > a > span > p {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

.representative__block.social_mark ul > li > a > span > p {
	margin-bottom: 0px;
}

.representative__block ul > li > a > span > em {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	max-width: 90%;
}



.representative__block.opt_mark .representative__block__wrapp > h2 {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0px auto;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.representative__block.opt_mark .representative__block__wrapp > h3 {
	display: block;
	font-size: 16px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin-bottom: 45px;
}

.representative__block ul > li > div {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
}

.representative__block ul > li > div > div {
	display: block;
	float: left;
	width: 50%;
	padding: 0px 10px;
	box-sizing: border-box;
}

.representative__block ul > li > div > div > a {
	display: table;
	position: relative;
	border: 1px solid #0695c4;
	border-radius: 3px;;
	overflow: auto;
	color: #fff;
	text-decoration: none;
	min-height: 60px;
	width: 100%;
	background-color: rgba(6, 149, 196, 0.7);
	box-shadow: 0px 0px 3px rgba(7, 19, 36, 0.7);
	margin-bottom: 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.representative__block ul > li > div > div > a:hover {
	border: 1px solid #046f93;
	background-color: rgba(4, 111, 147, 0.7);
	box-shadow: 0px 0px 3px rgba(7, 19, 36, 0.7);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.representative__block ul > li > div > div > a > div {
	display: table-cell;
	position: relative;
	background-color: #0695c4;
	height: 100%;
	width: 60px;
}

.representative__block ul > li > div > div > a > div > i {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
}

.representative__block ul > li > div > div > a > span {
	display: table-cell;
	position: relative;
	padding: 10px 10px 10px 25px;
	vertical-align: middle;
	text-align: justify;
}

.representative__block ul > li > em {
	display: block;
}



.footer {
	display: block;
	padding: 20px 0;
	background-color: rgba(3, 4, 4, 0.7);
	box-shadow: 0px 0px 3px rgba(7, 19, 36, 0.7);
}

.footer__wrapp {
	display: block;
	padding: 0px 20px;
	text-align: center;
	color: #ccc;
	font-size: 16px;
}

.footer__wrapp > span {
	display: block;
}

.footer__wrapp > em {
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-top: 5px;
}

.footer__wrapp > em > a {
	display: inline-block;
	color: #ccc;
}
