@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap&subset=cyrillic,cyrillic-ext');
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border: red 3px solid;
}
body input:required:valid,
body textarea:required:valid {
	border: green 3px solid;
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}

.top_header {
/*	background-color: #2960b5;
	margin-bottom: 30px;*/
}
.header_topline {
	background-color: #103369;
	padding: 15px 0;
	color: #fff;
}
.logo a {
	float: left;
	color: #D1E5DF;
	font-family: "Lobster", cursive;
	font-size: 42px;
	padding-top: 5px;
/*	padding: 30px 0;	*/
	text-align: center;
}
.top_contacts {
	display: inline-block;
	float: right;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.5;
	padding: 0 15px;
	text-align: center;
}
.top_contacts a {
    color: #fff;
}
.sider_container img {
	max-width: 100%;
}
.sider_container {
	position: relative;
}

.next_button, .prev_button {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 10em;
	color: rgba(16, 51, 105, 0.5);
	cursor: pointer;
	font-size: 46px;
	padding: 0 18px;
	position: absolute;
	top: 40%;
	z-index: 10;
}
.next_button {
	right: 20px;
}
.prev_button {
	left: 20px;
}



.top_mnu {
	text-align: center;
	margin-top: 30px;
}
.top_mnu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}
.top_mnu li {
	display: inline-block;
	max-width: 24%;
	height: auto;
	border: #5592A1 2px solid;
	border-radius: 20px;
	text-align: center;
	background-color: #D1E5DF;

}
.top_mnu li:hover {
	background-color: #FAF2DC;
}
.top_mnu li:active {
	background-color: #FAF2CC;
}
.col-4 {
	max-width: 100%;
	height: auto;
}
.blog_item img {
	float: left;
}

.blog_item p {
    text-indent: 2em;
    margin-top: 0;
    text-align: justify;
}
.blog_item ul.ul_disc {
	list-style-type: disc;
}
h1 {
	color: #3B6670;
	text-transform: uppercase;
	text-align: center;
	font-family: "RobotoCondensedLight";
/*	padding: 16px 0;*/
}
h2 {
    color: #3B6670;
    text-transform: uppercase;
    text-align: center;
    font-family: "RobotoCondensedLight";
	font-size: 1.5em;
}
.caps_red {
	color: #DB6C0F;
    text-transform: uppercase;
    text-align: center;
    font-family: "RobotoCondensedLight";
	font-size: 2em;
}
.sertificate {
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h3 {
	text-align: center;
	font-family: "RobotoCondensedLight";
}
h4 {
    font-size: 1.17em;;
    font-weight: bold;
    color: #DB6C0F;
    text-align: center;
/*    padding-bottom: 9px;*/
}
h5 {
	font-size: 1em;
    font-weight: bold;
	font-family: "RobotoRegular";
    color: #000;
    text-align: justify;
	margin-bottom: 5px;
}
.red_hr {
    height: 1px;
    border-bottom: 1px dotted #DB6C0F;
    clear: both;
    margin-bottom: 3px;
}
.blog_item b {
    color: #DB6C0F;
}
.tab_price {
	/*border: 2px solid white;*/
    width: 100%;
    margin: auto;
    padding: 0;
    word-wrap: break-word;
    background: #D1E5DF;
    font-size: 18px;
}
.tab_price td, th {
	padding: 10px;
    text-align: center;
    font-family: "RobotoCondensedRegular"
}

.tab_price tr.even {
	background: #FAF2DC;
}
.tab_serv {
    width: auto;
    margin: auto;
    padding: 0;
    word-wrap: break-word;
    background: #D1E5DF;
    font-size: 18px;
}
.tab_serv td, th {
	padding: 10px;
    text-align: center;
    font-family: "RobotoCondensedRegular"
}
.tab_serv tr.even {
	background: #FAF2DC;
}
.p_center {
	text-align: center;
}
.blog_item ul {
	list-style-type: none;
	padding: 10px;
}
.sertificate img {
    max-width: 48%;
    height: auto;
	float: inherit;
}
.right_aside {
	padding: 15px 20px;
	border-radius: 20px;
	background-color: #FAF2DC;
	margin-top: 30px;
	text-align: justify;
}
.right_aside p {
	text-indent: 2em;
	margin-top: 0;
}
.right_aside b {
	color: #DB6C0F;
}
.button {
    background-color: #103369;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
}
.button:hover {
	background-color: #104269;
}
.button:active {
	background-color: #102469;
}
.hidden {
	display: none;
}
.pop_form input[type="text"] {
    display: block;
    line-height: 24px;
    margin: 0 auto 12px;
    width: 90%;
    border: #999 3px solid;
}
.pop_form textarea {
    display: block;
    height: 100px;
    margin: 0 auto 12px;
    width: 90%;
    border: #999 3px solid;
}
.pop_form .button {
	margin: 20px auto 0;
}
.pop_form h3 {
    margin: 10px auto 15px;
    text-align: center;
    font-weight: normal;
    font-family: "RobotoRegular";
    text-transform: uppercase;
}
.pop_form h4 {
	margin: 10px 20px;
	font-size: 1em;
    font-weight: normal;
	font-family: "RobotoRegular";
    color: #DB6C0F;
    text-align: justify;
}
.pop_form h5 {
	margin: 10px 20px;
	font-size: 1em;
    font-weight: bold;
	font-family: "RobotoRegular";
    color: #000;
    text-align: justify;
}
.main-foot {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    background-color: #103369;
    margin-top: 30px;
}
.footer_contacts {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 25px;
	padding: 0 15px;
	text-align: center;
}
.container-fluid a {
    color: #fff;
    line-height: 2;
}

.gototop {
	bottom: 25px;
	background-color: #E0E0E0;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #103369;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    right: 5%;
    z-index: 12;
    position: fixed;/*??. ??*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: 0.5;/*???????*/
    display: none;/*????, ? ????? Jquery*/
    -moz-box-shadow:
    1px 6px 5px rgba(000,000,000,0.5);
    -webkit-box-shadow:
    1px 6px 5px rgba(000,000,000,0.5);
    box-shadow:
    1px 4px 5px rgba(000,000,000,0.5);
}
.gototop:hover{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;/*? ??? ? ??????*/
}