html {
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

::-moz-selection {
	background-color: #29b5ee;
	color: #fff;
}

::selection {
	background-color: #29b5ee;
	color: #fff;
}

::-moz-selection {
	background-color: #29b5ee;
	color: #fff;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 15px;
}
::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background-color: #c6c4c6;
	outline: 1px solid slategrey;
	border: 3px solid transparent;
	background-clip: content-box;
}
 
::-webkit-scrollbar-track {
	background-color: #fffdff;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1em;
	margin-top: 0;
	word-break: break-word;
	color: #295244;
}

h1 {
	font-size: 4.285rem;
	letter-spacing: 1.8px;
	margin-bottom: 0.24em;
}

h2 {
	font-size: 3.57rem;
	letter-spacing: 1px;
	margin-bottom: 0.36em;
}

h3 {
	font-size: 2.285rem;
	letter-spacing: 0.7px;
	margin-bottom: 0.55em;
}

h4 {
	font-size: 1.857rem;
	letter-spacing: 0.5px;
	margin-bottom: 0.95em;
}

h5 {
	font-size: 1.428rem;
	letter-spacing: 0.5px;
	margin-bottom: 1.26em;
	color: #808080;
        }

h6 {
	font-size: 1rem;
	letter-spacing: 0.5px;
}


@media(max-width:768px){
	h1 {
		font-size: 2.855rem;
		letter-spacing: 1.8px;
		margin-bottom: 0.24em;
	}
	
	h2 {
		font-size: 2.117rem;
		letter-spacing: 1px;
		margin-bottom: 0.36em;
	}
	
	h3 {
		font-size: 1.945rem;
		letter-spacing: 0.7px;
		margin-bottom: 0.55em;
	}
	
	h4 {
		font-size: 1.321rem;
		letter-spacing: 0.5px;
		margin-bottom: 0.95em;
	}
	
	h5 {
		font-size: 1rem;
		letter-spacing: 0.5px;
		margin-bottom: 1.26em;
	}
	
	h6 {
		font-size: 0.950rem;
		letter-spacing: 0.5px;
	}	
}

p{
	text-align:justify;
}

ul{}

ul li{
	line-height:24px;
}


a {
	color: #295244;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #5fa189;
	text-decoration: none;
	-webkit-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
	outline:none;
}

a:focus{
	outline:none;
}

main a[name]:not([href]){
	display: inline-block;
	padding-top: 90px;
	margin-top: -90px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

main > .container a:not(.link):not(.nav-link):visited {
	color:#d7b56d;
}

img[align=left] {
    margin: 5px 5px 5px 0;
}

img[align=right] {
    margin: 5px 0 5px 5px;
}

/*feedback*/
.form.popup {
    position: relative;
    width: auto;
    padding: 12px 20px;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
}

.form .form-header {
}
.form .form-header i {
   width: 54px;
   height: 54px;
   line-height: 54px;
   text-align: center;
   float: left;
   font-size: 36px;
   border-radius: 2px;
   background: #fff;
   color:#c00;
}

.form .form-header .text {
}

.form .form-header .title {
    font-size: 20px;
}

.form.popup .form-body {}

.form.popup .form-footer {
    display: block;
}

.form .form-group input[type="checkbox"] + label:not(.error) {margin-left:10px;vertical-align:top; display: inline;}

.form .form-group .input {
    position: relative;
}

.form .processing_approval+label,
.form .processing_approval+label a {
    font-weight: normal;
    font-size:15px;
}
/* End */

/*fa*/

.fa {
	color: #5fa189;
}

.fa.fa-vk{
	color: #4a76a8;
}

/*preloader*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1001;
}

.preloader i {
	font-size: 70px!important;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
}

/*comma*/
.comma-child > *:after{content: ", ";}
.comma-child > *:last-child:after { content: ""; }