body{
	font-size: 17px;
}

a{
	color: #0079b6;
}

.header-nav nav .topmenu .submenu_in {
	left: 100%;
}

.footer-list li{
	width: 100%;
}

ul{
	color: initial;
}

.btn_green{
	background-color: #639e10;
    color: white;
    display: inline-block;
    padding: 14px;
    margin-top: 20px;
	transition: all 0.3s;
}    

.capt_line{
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
}


#form-requestmessages.success{
	text-align: center;
}

.btn_green:hover{
	color: white;
	background-color: #436a0b;
}

ul.topmenu li.has_submenu:nth-child(6) i,
ul.topmenu li.has_submenu:nth-child(4) i,
ul.topmenu li.has_submenu:nth-child(3) i{
	height: 40px;
	top: 0;
	display: table;
	vertical-align: middle;
}

.header-nav nav .topmenu li.has_submenu:nth-child(6):hover .submenu,
.header-nav nav .topmenu li.has_submenu:nth-child(4):hover .submenu,
.header-nav nav .topmenu li.has_submenu:nth-child(3):hover .submenu{
	margin-top: 15px;
}

.flaticon-007-caret-down:before {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

p em{
	font-style: italic;
	text-decoration: none;
}

.has_submenu_in a i:before{
	content: "\e00e";
}

.childs_bock_head{
	margin-top: 30px;
}

.childs_bock_head h2{
	margin-bottom: 5px;
}

.childs_bock .text{
	text-align: center;
}

.childs_bock a{
	text-decoration: none;
}

.books_ltl img{
	float: left;
}

.books_ltl p{
	display: inline-block;
}

.books_ltl p a{
	float: left;
}

.childs_bock{
	margin-top: 30px;
}

.childs_bock .text{
	margin: 0;
}	

#search1{
	width: 100%;
}

#search1 table p input[type='checkbox']{
	margin-right: 7px;
	margin-left: 30px;
	position: relative;
	top: 2px;
	
}

.search_result{
	width: 100%;
}

.pager{
	margin: 15px 0;
}

.pager a{
		border: 1px solid #639e10;
	width: 40px;
	display: inline-block;
	text-align: center;
	padding: 9px 0;
	color: #639e10;
}

.active_link_pager{
	color: white !important;
	background-color: #639e10;
	font-weight: 700;
}

.auth_ico{
	background-image: url(/template/img/man-ico.png);
	width: 17px;
	height: 20px;
	background-position: center;
	background-size: cover;
	left: 0px;
	top: -1px;
	position: relative;
}

.logout_ico{
	background-image: url(/template/img/logout.png);
	width: 17px;
	height: 20px;
	background-position: center;
	background-size: cover;
	left: 0px;
	top: -1px;
	position: relative;
}

.ftp_ico{
	background-image: url(/template/img/ftp-icon.png);
	width: 17px;
	height: 20px;
	background-position: center;
	background-size: cover;
	left: 0px;
	top: -1px;
	position: relative;
}

.files_frame{
	width: 100%;
	border: none;
	height: 500px;
}
#form-requestmessages.success,
#form-messages.success{
    background-color: #e7ffe7;
    padding: 20px;
    margin-bottom: 10px;    
}

#form-requestmessages.error,
#form-messages.error{
    background-color: #ffe7e7;
    padding: 20px;
    margin-bottom: 10px;
}

#form-requestmessages.error ul,
#form-messages.error ul{
    list-style: initial;
    padding-left: 20px;
}

#contact-form{
    transition: all 0.3s;
}

.success_form{
    overflow: hidden;
    height: 0;
}

.mainslider .caption_wrap {
	text-align: center;
}

.submenu.quad_mnu{
	display: flex !important;
	flex-wrap: wrap;
	min-width: 910px;
	max-height: 300px;
	flex-direction: column;
}

.submenu.quad_mnu li{
	width: calc( ( 100% - 40px ) / 3 );
}

a {
    color: #0079b6;
}





.social_ico_container{
    display: flex;
}

.social_ico_container a{
    background-position: 50%;
    width: 43px;
    height: 43px;
	margin-right: 9px;
	border-radius: 50%;
	background-position: 50%;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
}

a.social_ico__ok{
    background-image: url(/_img/socials/ok.png);
    background-color: #ee8208;
	background-size: 60%;
}

a.social_ico__vk{
    background-image: url(/_img/socials/vk.png);
    background-color: #0077ff;
	background-size: 60%;
}

a.social_ico__rt{
	background-image: url(/_img/socials/ru.png);
    background-color: #001935;
	background-size: 40%;
	background-position-x: 14px;
}

a.social_ico__tg{
	background-image: url(/_img/socials/tg.png);
    background-color: #22a0dc;
	background-size: 60%;
	background-position-x: 7px;
}
a.social_ico__max{
	background-image: url(/_img/socials/max.png);
    background-color: #22a0dc;
	background-size: 100%;
	/*background-position-x: 7px;*/
}

.row_5{
	display: flex;
}

.row_5 .way{
	width: 20%;
}

.row_5 .circle_way{
	width: 200px;
	height: 200px;
}

.row_5 .circle_way img{
	width: 100%;
	height: auto;
	padding: 40px;
}

.actual-section ul.nav.nav-tabs li{
	width: 100%;
	
}

.agreement_c{
	display: flex;
	gap: 9px;
}

.agreement_c input{
	width: initial;
	box-shadow: none;
}

.agreement_c span{
	font-size: 14px;
}

@media(max-width: 1200px){
	.row_5 .circle_way{
		width: 140px;
		height: 140px;
	}
	
	.row_5 .circle_way img{
		padding: 0;
	}
}

@media(max-width: 768px){
	.row_5 .circle_way{
		width: 90px;
		height: 90px;
	}
	
	.row_5 .way{
		width: 50%;
		padding: 5px;
	}
	
	.row_5{
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.circle_way .green{
		display: none;
	}
    
	

}