*{
	font-family: 'Open Sans', sans-serif;
}

*,
*:before, 
*:after{
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
}
figure img, 
figure video, 
figure object, 
figure embed {
	display:block;
	max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fixed{
	position: fixed;
}
.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.clear:after,
.container:after,
.wrapper:after
 {
    clear: both;
}
/* IE6/7 support */
.clear,
.container,
.wrapper {
    *zoom: 1;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-left-5{
	padding-left: 5px;
}
.padding-left-4{
	padding-left: 4px;
}
.padding-right-zero{
	padding-right: 0;
}
.padding-right-5{
	padding-right: 5px;
}
.padding-all-zero{
	padding: 0;
}
.vertical-middle{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gorizontal-center{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.middle-center{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
input:focus, input:active,
textarea:focus, textarea:active{
	outline: none;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}



body{
	/*font-family: "Times New Roman", Times, serif; */
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	color: #000;
	background: #ebebeb;
    overflow-x: hidden;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.top-header{
	background: #1d6c8d;
	padding: 15px 0;
}
ul.top-menu{
	list-style-type: none;
	margin: 0;
	margin-right: 55px;
	float: left;
}
ul.top-menu:before{
	content: '';
	display: table;
	clear: both;
}	
ul.top-menu > li{
	float: left;
	margin-right: 13px;
}	
ul.top-menu > li:last-child{
	margin-right: 0;
}
ul.top-menu > li > a{
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}	
ul.top-menu > li > a:hover{
	text-decoration-color: #fff;
}	

.header-data{
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding-left: 24px;
	margin-right: 185px;	
}
.header-data:before{
	content: '';
	width: 16px;
	height: 16px;
	/*background: url(../img/calendar.svg) no-repeat center center;*/
	background: url(../img/calendar.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -2px;
}	
.header-soc{
	float: left;
}
.header-soc > a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	-webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
.header-soc > a:hover{
	opacity: 0.75;
}	
.header-soc > a:last-child{
	margin-right: 0;
}	
.header-soc > a > img{
	display: block;
	width: 15px;
}
.header-control{
	float: right;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;	
}
.header-control > a{
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}
.header-control > a:hover{
	text-decoration-color: #fff;
}




.navbar-header {
    float: none;
    margin-bottom: 18px;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-top: -15px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.sub-menu > li > a {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
}
.sub-menu > li > a:hover {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
	text-decoration:underline;
}
.nav li:hover > .sub-menu { display: block;}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    margin-right: 0px;
}
.navbar-brand > img {
    display: inline-block;
    vertical-align: top;
    height: 75px;
    margin-right: 20px;
}
.navbar-brand > div{
	padding: 8px 0;
	display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    color: #1C6382;
    text-transform: uppercase;
}
.navbar-brand > div > span{
	display: block;
    font-size: 28px;
    line-height: 32px;
    color: #1C6382;
    text-transform: uppercase;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: transparent;
}

.navbar {
	border-radius: 0;
    position: relative;
    min-height: 30px;
    margin-bottom: 0px;
    border: 0;
    padding: 23px 0;
    padding-bottom: 0;
}
.navbar-default .navbar-nav > li{
	margin-right: 0px;
}



.navbar-default .navbar-nav > li > a {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
    padding: 5px 12px;
	margin-right:0px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .4s;
    -o-transition: border-color .4s;
    -moz-transition: border-color .4s;
    transition: border-color .4s;
}
.navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > li > a:hover{
	color: #000;
	border-color: #1d6c8d;
}
.navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > li.active > a{
	color: #000;
	border-color: #1d6c8d;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active  > a{
    color: #000;
    background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #1d6c8d;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active  > a:hover{
    color: #000;
    background-color: transparent;
}
.navbar-m{
	padding: 0px 0;
	margin-right: 115px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
}




.navbar-right {
    float: right !important;
    margin-right: 0;
    padding: 0px 0;
	margin-top:10px;
}

.navbar-default .navbar-nav > li.header-search{
	padding: 20px 0;
	position: relative;
	margin-right: 45px;
	margin-top:40px;
}

.header-search-btn{
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../img/lupa.svg) no-repeat center center;
	background-size: 16px 16px;
}
.header-search-btn.active{
	background: url(../img/btn-close.png) no-repeat center center;
	background-size: 14px 14px;
}
.form-search{
	display: none;
	position: absolute;
	right: 0px;
	bottom: 100%;
	width: 200px;
}
.form-search .form-group{
	position: relative;
	margin-bottom: 0;
}

.form-search .btn{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    border: 0;
    border-radius: 0px;
    height: 34px;
    width: 34px;
    background: url(../img/lupa.svg) no-repeat center center;
    background-size: 16px 16px;
}
.form-search .form-control{
	padding-right: 38px;
}

.navbar-default .navbar-nav > li.header-question > div > a {
    display: block;
    width: 96px;
    position: relative;
    margin-top: -78px;
}
.navbar-default .navbar-nav > li.header-question > div > a > img{
	display: block;
}	
.navbar-default .navbar-nav > li.header-question > div > a > span{
	display: block;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #1C6382;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}
.navbar-default .navbar-nav > li.header-question > div > a:hover > span{
	text-decoration-color: #1C6382;
}
	

.bot-header{
	background: #fff;
}





header .caret{
	margin-top: -4px;
}






@media (max-width: 1199px){
.frame_blc_video{width: 100%; height: 400px;}
.container_correct{ padding-right:80px;}
.container_correct .btn { white-space: nowrap;}
p.content_p {

	margin: 5px 30px 5px 0px;

}
p.content_p_b {

	margin: 5px 30px 5px 0px;

}
.navbar-default .navbar-nav > li.header-search {
    padding: 20px 0;
    position: relative;
    margin-right: 20px;
}
.header-data {
    margin-right: 130px;
}

}

@media (max-width: 991px){
.container_correct{ padding-right:80px;}
.container_correct .btn { white-space: nowrap;}
p.content_p {

	margin: 5px 30px 5px 0px;

}
p.content_p_b {

	margin: 5px 30px 5px 0px;

}

.navbar-default .navbar-nav > li > a {
    font-size: 11px;
    line-height: 16px;
    padding: 8px 6px;
}  
header .caret{
	margin-top: -4px;
	margin-left: 0;
}
.navbar-default .navbar-nav > li.header-search {
    padding: 7px 0;
    position: relative;
    margin-right: 20px;
}
.navbar-brand > img {
    margin-right: 15px;
}
.navbar-default .navbar-nav > li.header-question > div > a > span {
    font-size: 11px;
    line-height: 14px;
}    
.navbar-default .navbar-nav > li.header-question > div > a {
    display: block;
    width: 76px;
    position: relative;
    margin-top: -80px;
}

ul.top-menu {
    list-style-type: none;
    margin: 0;
    margin-right: 30px;
    float: left;
}
.header-data {
    margin-right: 20px;
}

}

@media (min-width: 320px){
.frame_blc_video{width: 100%; height: 170px;}
.container_correct{ padding-right:0px;}
.container_correct .btn { white-space: normal;}
p.content_p {

	margin: 5px 0px 5px 0px;

}
p.content_p_b {

	margin: 5px 0px 5px 0px;

}
}
@media (min-width: 480px){
.frame_blc_video{width: 100%; height: 300px;}
.container_correct .btn { white-space: normal;}
.gnoma {padding:0 20px 0 25px;}
}
@media (min-width: 576px){
.container_correct{ padding-right:0px;}
.container_correct .btn { white-space: normal;}

.frame_blc_video{width: 100%; height: 340px;}
p.content_p {

	margin: 5px 0px 5px 0px;

}
p.content_p_b {

	margin: 5px 0px 5px 0px;

}
.gnoma {padding:0 20px 0 25px;}
}

@media (min-width: 767px){
.container_correct{ padding-right:80px;}
.frame_blc_video{width: 100%; height: 340px;}
p.content_p {

	margin: 5px 10px 5px 0px;

}
p.content_p_b {

	margin: 5px 10px 5px 0px;

}
.gnoma {padding:0 50px 0 25px;}
}
@media (min-width: 900px){
.container_correct{ padding-right:80px;}
.frame_blc_video{width: 100%; height: 400px;}
p.content_p {

	margin: 5px 10px 5px 0px;

}
.gnoma {padding:0 50px 0 25px;}
p.content_p_b {

	margin: 5px 10px 5px 0px;

}
}
@media (max-width: 767px){
.container_correct{ padding-right:0px;}
p.content_p {

	margin: 5px 0px 5px 0px;

}
.gnoma {padding:0 20px 0 25px;}
p.content_p_b {

	margin: 5px 0px 5px 0px;

}

ul.top-menu, .header-data{
	display: none;
}
	.navbar-collapse {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100vh !important;
	    z-index: 99999;
	    padding-right: 0px;
	    padding-left: 0px;
	    overflow-x: hidden;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    margin-top: 0px;
	    border-radius: 0;
		background: #fff;

	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.collapse.in {
	    display: block !important;
	}
	.navbar-collapse.collapse {
	    height: 100vh !important;
	    opacity: 0;
	    -webkit-transition: opacity 0.3s;
	    -o-transition: opacity 0.3s;
	    transition: opacity 0.3s;
	}
	.navbar-collapse.collapsing {
		opacity: 0;
	}
	.navbar-collapse.collapse.in {
	    opacity: 1;
	    -webkit-transition: opacity 0.3s;
	    -o-transition: opacity 0.3s;
	    transition: opacity 0.3s;
	}
	.navbar-m-t {
	    display: table;
	    width: 100%;
	    height: 100vh;
	}
	.navbar-m {
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    margin: 0;
	    float: none;
	    width: 100%;
	}

	.navbar-brand > img {
	    height: 40px;
	    margin-right: 2px;
	}
.navbar-brand > div {
    padding: 0px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 20px;
    color: #1C6382;
    text-transform: uppercase;
    /* width: 210px; */
}	
.navbar-brand > div > span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #1C6382;
    text-transform: uppercase;
}

	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 0px;
	    margin-top: 3px;
	    margin-right: 0;
	    margin-bottom: 3px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.navbar-default .navbar-toggle {
	    border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #000;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: transparent;
	}


	.menuclose {
	    display: block;
	    position: absolute;
	    z-index: 2;
	    right: 15px;
	    top: 15px;
	    cursor: pointer;
	    width: 30px;
	    height: 30px;
	}
	.menuclose:before{
		content: '';
		width: 100%;
		height: 2px;
		background: #000;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		left: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menuclose:after{
		content: '';
		width: 100%;
		height: 2px;
		background: #000;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		left: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar-default .navbar-nav.navbar-right{
		margin: 0;
		float: left;
	}
	.navbar-default .navbar-nav.navbar-right > li{
		float: left;
	}	
	.navbar-default .navbar-nav > li {
	    margin-right: 0px;
	}	
	.navbar-default .navbar-nav.navbar-right {
	    padding: 0px 0;
	}
	.navbar-m > li{
		padding: 0 15px;
	}
	.navbar-default .navbar-nav > li > a {
	    font-size: 14px;
	    line-height: 18px;
	    padding: 5px 7px;
	    display: inline-block;
	    vertical-align: top;
	}
	.navbar-right {
	    margin-right: 0px;
	    float: none !important;
	    margin-left: 15px;
	    text-align: center;
	}
	.navbar-default .navbar-nav.navbar-right > li{
		float: none;
		display: inline-block;
	}
	.navbar-brand {
	    margin-right: 0;
	    padding: 0px 0;
	    padding-bottom: 0;
	}

	.navbar-default .navbar-nav > li.header-search {
	    padding: 7px 0;
	    position: relative;
	    margin-right: 0px;
	}
	.header-search-btn{
		display: none;
	}
	.form-search {
	    display: block !important;
	    position: static;
	    right: auto;
	    bottom: auto;
	    width: 290px;
	    /*margin: 0 auto;*/
		margin: 10px auto 0 auto;
	}
	.navbar-header {
	    float: none;
	    margin-bottom: 0;
	}
	.navbar {
	    padding: 15px 0;
	}
	.top-header {
	    padding: 10px 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #000;
	    text-align: center;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	    padding: 5px 5px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 16px;
	}

.sub-menu {
    position: inherit;
    top: 100%;
    left: 0;
	float:inherit;
    z-index: 1000;
    display: block;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;

    -webkit-box-shadow: none;
    box-shadow: none;
}

}











/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-GRIEND~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-friend{
	padding: 13px 0;
}
.b-friend-box > div{
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	background: #1f6b8b;
	padding: 5px 10px;
	position: relative;
	margin-right: 20px;
}
.b-friend-box > div:after {
    content: '';
    border: 13px solid transparent;
    border-left: 5px solid #1f6b8b;
    position: absolute;
    left: 100%;
    top: 0;
}

.b-friend-box > ul{
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	margin: 0;
}
.b-friend-box > ul > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
}	
.b-friend-box > ul > li:after{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #1f6b8b;
	position: absolute;
	right: -14px;
	top: 50%;
	margin-top: -2px;
}	
.b-friend-box > ul > li:last-child{
	margin-right: 0;
}
.b-friend-box > ul > li:last-child:after{
	content: none;
}	
.b-friend-box > ul > li > a{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #1f6b8b;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}	
.b-friend-box > ul > li > a:hover{
    text-decoration-color: #1C6382;
}


@media (max-width: 1199px){


}



@media (max-width: 991px){

}


@media (max-width: 767px){



}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~BLOCK-MAIN~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-main{
	margin-bottom: 25px;
}
.b-main-box{
	position: relative;
	background: #fff;
}
.b-main-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-main-left{
	float: left;
	width: 66%;
}
.b-main-right{
	float: left;
	width: 34%;
	padding: 0px 20px 0;
}
.frame_blc{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:0px;
  height:0;
}
.frame_blc iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.b-main-title{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}
.b-main-title span{
	font-weight: 400;
}	

.b-main-posts > .b-main-post:last-child{
	margin-bottom: 0;
}	
.b-main-post{
	position: relative;
	margin-bottom: 21px;
}
.b-main-post:after{
	content: '';
	display: table;
	clear: both;
}
.b-main-post-img{
	width: 37%;
	float: left;
}
.b-main-post-text{
	width: 63%;
	float: left;
	padding-left: 18px;
}
media (min-width: 320px){
.frame_blc_video{width: 100%; height: 170px;}
}
@media (min-width: 576px){
.b-main-post-img > a{
	height: 130px;
}
}
@media (min-width: 768px){
.b-main-post-img > a{
	height: 130px;
}
}
@media (min-width: 900px){
.b-main-post-img > a{
	height: 73px;
}
}
.b-main-post-img > a{
	display: block;
	overflow: hidden;
}
.b-main-post-img > a > img{
	display: block;
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: contain;
}
.b-main-post-text a{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;	
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}
/*
.b-main-post-text > a:first-child{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	color: #878785;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.b-main-post-text > a:last-child{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;	
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}
*/
.b-main-post-text > a:last-child:hover{
	    text-decoration-color: #000;
}	

.b-main-box-share{
	background: #fff;
	padding-top: 11px;
	padding-bottom: 8px;
}	
.b-main-box-share-l{
	width: 66%;
	text-align: center;
	padding: 0 15px;
}
.b-main-box-share-text{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #1f6b8b;
	padding-top: 8px;
}


@media (max-width: 1199px){

	.b-main-post-text {
	    width: 63%;
	    float: left;
	    padding-left: 15px;
	}
	.b-main-post-text > a:first-child {
	    font-size: 14px;
	    line-height: 18px;
	    margin-bottom: 6px;
	}
	.b-main-post-text > a:last-child {
	    font-size: 14px;
	    line-height: 18px;
	}
	.b-main-post {
	    position: relative;
	    margin-bottom: 20px;
	}


}


@media (max-width: 991px){

	.b-main-left {
	    float: none;
	    width: 100%;
	}
	.b-main-right {
	    float: none;
	    width: 100%;
	    padding: 10px 15px;
	}
	.b-main-posts{
		position: relative;
		margin: 0 -7px;
	}
	.b-main-posts:after{
		content: '';
		display: table;
		clear: both;
	}
	.b-main-post{
		/*float: left;
		width: 33.3333%;
		padding: 0 7px;*/
	    float: none;
	    width: 100%;
	    padding: 0px;		
	}
	.b-main-post-text {
	    width: 63%;
	    float: left;
	    padding-left: 10px;
	}
	.b-main-post-text > a:first-child {
	    font-size: 14px;
	    line-height: 16px;
	    margin-bottom: 2px;
	}
	.b-main-post-text > a:last-child {
	    font-size: 14px;
	    line-height: 18px;
	}
	.b-main-box-share-l {
	    width: 100%;
	    text-align: center;
	    padding: 0 15px;
	}
	.b-main-box-share {
	    background: #fff;
	    padding-top: 0px;
	    padding-bottom: 8px;
	}
	.b-main-post {
	    position: relative;
	    margin-bottom: 15px;
	}


}


@media (max-width: 767px){

	.b-main-posts {
	    position: relative;
	    margin: 0px;
	}
	.b-main-post {
	    float: none;
	    width: 100%;
	    padding: 0px;
	}

	.b-main-post-text > a:last-child {
	    font-size: 14px;
	    line-height: 20px;
	}
	.b-main-post-text > a:first-child {
	    font-size: 14px;
	    line-height: 18px;
	    margin-bottom: 0px;
	}
	.b-friend-box > div {
	    margin-bottom: 10px;
	}
	.b-friend-box > ul {
	    display: inline-block;
	    vertical-align: middle;
	    list-style-type: none;
	    margin: 0;
	    margin-bottom: 10px;
	}
	.b-friend {
	    padding: 20px 0;
	    padding-bottom: 10px;
	}

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-articles{
	margin-bottom: 25px;
}
.b-articles-box{
	position: relative;
	margin: 0 -2px;
}
.b-articles-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-articles-item.b-articles-item-big{
	width: 42%;
}
.b-articles-item{
	width: 29%;
	float: left;
	padding: 2px;
}
.b-articles-item.b-articles-item-big > a{
	height: 440px;
}	
.b-articles-item > a{
	display: block;
	position: relative;
	height: 218px;
	background: #1d6c8d;
	overflow: hidden;
	-webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.b-articles-item > a:hover{
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}


.b-articles-item > a > img{
	display: block;
	width: 100%;
}
.b-articles-item > a > div{	
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #1d6c8d;
	padding: 12px 17px;
}	
.b-articles-item > a > div > span{	
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 6px;
}	
.b-articles-item > a > div > p{	
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0;
}

@media (max-width: 1199px){

	.b-articles-item > a {
	    height: 198px;
	}
	.b-articles-item.b-articles-item-big > a {
	    height: 400px;
	}

}


@media (max-width: 991px){

	.b-articles-item.b-articles-item-big {
	    width: 100%;
	}
	.b-articles-item {
	    width: 50%;
	    float: left;
	    padding: 2px;
	}
	.b-articles-item.b-articles-item-big > a {
	    height: 440px;
	}
	.b-articles-item > a {
	    height: 218px;
	}

}


@media (max-width: 767px){

	.b-articles-box {
	    position: relative;
	    margin: 0px;
	}
	.b-articles-item.b-articles-item-big {
	    width: 100%;
	}
	.b-articles-item {
	    width: 100%;
	    float: none;
	    padding: 2px 0;
	}
	.b-articles-item > a > div {
	    position: static;
	    left: auto;
	    bottom: auto;
	    width: 100%;
	    background: #1d6c8d;
	    padding: 12px 17px;
	}
	.b-articles-item.b-articles-item-big > a {
	    height: auto;
	}
	.b-articles-item > a {
	    height: auto;
	}

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-notes~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-notes{
	margin-bottom: 25px;
	margin-top: 25px;
}

.b-notes-box{
	position: relative;
	background: #fff;
	padding: 15px 0;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	display: flex;
}
.b-notes-box > div{
	position: relative;
	padding-left: 20px;
	/*padding-right: 200px;	*/
}

.b-notes-box	> div > a{
	display: inline-block;
	vertical-align: top;
	background: #1d6c8d;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 4px;
	padding: 7px 12px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.b-notes-box	> div  > a:hover{
	-webkit-box-shadow: 0 0 15px 0 #1d6c8d;
	box-shadow: 0 0 15px 0 #1d6c8d;
}

.b-notes-box2{
	position: relative;
	background: #fff;
	padding: 15px 0;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	display: flex;
}
.b-notes-box2 > div{
	position: relative;
	padding-left: 20px;
	padding-right: 200px;	
}

.b-notes-box2	> div > a{
	display: inline-block;
	vertical-align: top;
	background: #1d6c8d;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 4px;
	padding: 7px 12px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.b-notes-box2	> div  > a:hover{
	-webkit-box-shadow: 0 0 15px 0 #1d6c8d;
	box-shadow: 0 0 15px 0 #1d6c8d;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-BROTHERS~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-brothers{
	margin-top:25px;
	margin-bottom: 25px;
}

.b-brothers-box{
	position: relative;
	background: #fff;
	padding: 15px 0;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.b-brothers-box > div{
	position: relative;
	padding-left: 60px;
	padding-right: 200px;	
}
.b-brothers-box > div:before {
    content: '';
    background: url(../img/zo.svg) no-repeat center center;
    background-size: contain;
    height: 70px;
    width: 50px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -35px;
}
.b-brothers-box	> div > a{
	display: inline-block;
	vertical-align: top;
	background: #337ab7;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 4px;
	padding: 7px 12px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.b-brothers-box	> div  > a:hover{
	-webkit-box-shadow: 0 0 15px 0 #1d6c8d;
	box-shadow: 0 0 15px 0 #1d6c8d;
}	

.b-triangle{
	position: relative;
}
.b-triangle:before{
	content: '';
    border: 3px solid transparent; 
    border-bottom: 3px solid #1d6c8d; 
    border-left: 3px solid #1d6c8d;
    position: absolute;
    left: 0;
    bottom: 0;	
}





@media (max-width: 1199px){


}


@media (max-width: 991px){


}


@media (max-width: 767px){

	.b-brothers-box > div > a, .b-notes-box2 > div > a{
		display: block;
		width: 150px;
		text-align: center;
		position: static;
		right: auto;
		top: auto;
		margin-top: 10px;
	}	
	.b-brothers-box, .b-notes-box2{
		padding-right: 15px;
	}
	.b-brothers-box, .b-notes-box2 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.b-brothers-box > div, .b-notes-box2 > div{
		padding-left: 60px;
		padding-right: 15px;	
	}	

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-nav-public{
	/*margin-bottom: 10px;*/
}
.b-nav-public-box{
	background: #fff;
	position: relative;
	padding: 20px 20px;
}
.b-nav-public-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-nav-public-box > span{
	display: block;
	float: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
}
.b-nav-public-box > ul{
	float: left;
	list-style-type: none;
	margin-bottom: 0;
	position: relative;
}
.b-nav-public-box > ul > li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.b-nav-public-box > ul > li:last-child{
	margin-right: 0;
}	
.b-nav-public-box > ul > li > a{	
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	color: #919390;
	text-transform: uppercase;
	-webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}	
.b-nav-public-box > ul > li.active > a, .b-nav-public-box > ul > li > a:hover{
	color: #464845;
	text-decoration:underline;
	

}	
.b-nav-public-box > ul > li.active a{

	font-weight:bold;

}

@media (max-width: 1199px){


}


@media (max-width: 991px){

	.b-nav-public-box > span {
	    display: block;
	    float: none;
	    text-align: center;
	    margin-bottom: 10px;
	    font-size: 16px;
	    line-height: 22px;
	    font-weight: 700;
	    color: #000;
	}
	.b-nav-public-box > ul {
	    float: none;
	    text-align: center;
	    list-style-type: none;
	    margin-bottom: 0;
	    position: relative;
	}
	.b-nav-public-box > ul > li {
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 15px;
	}

}


@media (max-width: 767px){



}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~BLOCK-VIDEOPUBLICS~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-videopublics-box{
	position: relative;
	background: #fff;
	padding: 10px 10px;
	/*margin-bottom: 10px;*/
}
.b-videopublics-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-videopublics-item{
	float: left;
	width: 25%;
	padding: 25px 10px;
}
.b-videopublics-item-img{
	margin-bottom: 20px;
}
.b-videopublics-item-img > a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 147px;
	-webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.b-videopublics-item-img > a:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}	
.b-videopublics-item-img > a > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}	
.b-videopublics-item-text > a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}
.b-videopublics-item-text > a:hover{
	text-decoration-color: #000;
}	
.b-videopublics-item-text > div{
	padding-top: 6px;
	font-size: 12px;
	line-height: 18px;
	color: #8a888d;
	text-transform: uppercase;	
}
.b-videopublics-item-text > div data{
	padding-right: 10px;
	margin-right: 8px;
	border-right: 1px solid #ececec;
	display: inline-block;
	vertical-align: top;
}	
.b-videopublics-item-text > div span{
	position: relative;
	padding-left: 17px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	max-width: 49%;
	white-space: nowrap;
	text-overflow: ellipsis;
}	
.b-videopublics-item-text > div span:before{
	content: '';
	width: 12px;
	height: 12px;
	background: url(../img/edit.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	opacity: 0.8;
}
.b-videopublics-btn{
	margin-bottom: 10px;
}	
.b-videopublics-btn > a{
	display: block;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 15px;
	-webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.b-videopublics-btn > a:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}













@media (max-width: 1199px){

.b-videopublics-item-img > a {
    height: 154px;
}
.b-videopublics-item {
    float: left;
    width: 25%;
    padding: 20px 10px;
}

}


@media (max-width: 991px){

.b-videopublics-item {
    float: left;
    width: 50%;
    padding: 15px 10px;
}
.b-videopublics-item-img > a {
    height: 180px;
}
.b-videopublics-item-img {
    margin-bottom: 10px;
}

}


@media (max-width: 767px){

.b-videopublics-item {
    float: none;
    width: 100%;
    padding: 15px 10px;
}
.b-videopublics-item-img > a {
    height: auto;
}

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~BLOCK-LIBRERY~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-librery{
	margin-bottom: 25px;
}
.b-librery-title{
	background: #fff;
	padding: 15px 20px;
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    /*margin-bottom: 10px;*/
}
.b-librery-box{
	background: #fff;
	padding: 25px 20px;
	padding-left: 40px;
	/*margin-bottom: 10px;*/
}
.b-librery-box2{
	background: #fff;
	padding: 25px 20px;
	padding-left: 20px;
	/*margin-bottom: 10px;*/
}
.b-librery-line{
	position: relative;
	padding: 12px 0;
	padding-left: 12px;
	padding-right: 40px;
	border-bottom: 1px dashed #ebebeb;
    font-size: 18px;
    line-height: 22px;
    color: #6e706f;	
}
.b-librery-box > .b-librery-line:last-child{
	border-bottom: 0;
}
.b-librery-line:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/book.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: -22px;
	top: 50%;
	margin-top: -10px;
}	
.b-librery-line > a{
	color: #fc3b12;
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}	
.b-librery-line > a:hover{
	text-decoration-color: #fc3b12;
}	


@media (max-width: 1199px){


}


@media (max-width: 991px){


}


@media (max-width: 767px){

	.b-librery-line {
	    position: relative;
	    padding: 12px 0;
	    padding-left: 12px;
	    padding-right: 0px;
	    font-size: 14px;
	    line-height: 20px;
	    color: #6e706f;
	}
	.b-librery-box {
	    padding: 15px 15px;
	    padding-left: 30px;
	    margin-bottom: 10px;
	}
	.b-librery-line:before {
	    left: -17px;
	}

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-GALLERY~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-gallery{
	background: #202125;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.b-gallery-title{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	padding: 3px 15px;
	margin-bottom: 20px;
}
.b-gallery-box{
	position: relative;
	margin-bottom: 20px;
}
.b-gallery-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-gallery-item{
	float: left;
	width: 25%;
}
.b-gallery-item.b-gallery-item-big{
	width: 50%;
}
.b-gallery-item.b-gallery-item-big > a{
	height: 440px;
}	
.b-gallery-item > a{
	display: block;
	height: 220px;	
	overflow: hidden;
}
.b-gallery-item > a > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}	

.b-gallery .b-videopublics-btn > a{
	color: #fff;
	background: #202125;
}



@media (max-width: 1199px){


}


@media (max-width: 991px){

	.b-gallery-item.b-gallery-item-big > a{
		height: 280px;
	}	
	.b-gallery-item > a{
		display: block;
		height: 140px;	
		overflow: hidden;
	}

}


@media (max-width: 575px){

	.b-gallery-item.b-gallery-item-big {
	    width: 100%;
	}
	.b-gallery-item{
		width: 50%;
	}

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

footer{
	background: #1d6c8d;
	padding: 35px 0;
}
.footer-title{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.footer-line{
	padding: 15px 0;
	border-bottom: 1px dashed #fff;
}
.footer-line > a{
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s;
}
.footer-line > a:hover{
	text-decoration-color: #fff;
}	

.footer-soc > a{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 10px;
}
.footer-soc > a > img{
	display: block;
	width: 109px;
}	

@media (max-width: 1199px){


}


@media (max-width: 991px){


}


@media (max-width: 767px){

.footer-line {
    padding: 10px 0;
    border-bottom: 1px dashed #fff;
}
.footer-title{
	padding-top: 30px;
}
footer {
    padding: 35px 0;
    padding-top: 0;
}

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-videopublics-nav{
	background: #fff;
    padding: 15px 20px;
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

.cl_pagenavi {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
	vertical-align: top;
}
.cl_pagenavi b{
	display: inline-block;
	vertical-align: top;	
	padding: 2px 0;
}
.cl_pagenavi a {
	display: inline-block;
	vertical-align: top;
    color: #333333;
    border: 1px solid #333333;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color: #FFFFFF;
    text-decoration: none;
}
.cl_pagenavi .begin, .cl_pagenavi .end {
    border: none;
    background-color: transparent;
    font-size: 14px;
}
.cl_pagenavi span.begin, .cl_pagenavi span.end {
	color: #AAAAAA;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-flex;
	height: 24px;
}
.cl_pagenavi a:hover {
    text-decoration: none;
    color: #333333;
    font-weight: normal;
}
.cl_pagenavi .cl_current {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #1E6C8D;
    border: 1px solid #333333;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.cl_pagenavi .begin_, .cl_pagenavi .end_ {
    border: none;
    background-color: transparent;
    color: #AAAAAA;
    font-size: 14px;
}


.b-comment-title .b-librery-title{
	color: #1f6b8b;
}
.b-comment-title{
	margin-bottom: 15px;
}

.b-article-box{
	background: #fff;
	padding: 25px 30px;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}
.b-article-box p{
	margin-bottom: 22px;
}	
.b-article-box i{
	display: block;
	text-align: right;
}	

.b-article-box blockquote {
    padding: 20px 20px;
    display: block;
    margin: 0px;
    margin-top: 60px;
    font-size: inherit;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #f5f5f5;
}

.b-article-hidden{
	display: none;
	padding-top: 40px;
}
.b-article-hidden > span{
	display: block;
	text-align: center;
	color: #a80604;
	margin-bottom: 30px;
	font-weight: 700;
}
.gnoma_link_for_content,
.b-article-hidden-btn{
	text-align: center;
	padding-top: 30px;
}
.gnoma_link_for_content > a,
.b-article-hidden-btn > span{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	color: #fff !important;
	background: #337ab7;
	border-color:#204d74;
	border-radius: 4px;
	padding: 6px 12px;
	border: 1px solid #46b8dc;
	cursor: pointer;
	-webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.gnoma_link_for_content > a > span{
	color: #fff !important;
}
.gnoma_link_for_content > a:hover,
.b-article-hidden-btn > span:hover {
    -webkit-box-shadow: 0 0 15px 0 #5bc0de;
    box-shadow: 0 0 15px 0 #5bc0de;
}
.gnoma_signature {
	text-align: right;
	margin-top: 20px;
}

.gnoma_resume {
	padding: 20px 20px;
	display: block;
	margin: 0px;
	margin-top: 60px;
	font-size: inherit;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #f5f5f5 !important;
}
.header_page {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.title_question {
	font-size: 20px;
}

.title_question a {
	border-bottom: 1px solid;
	color: #1d6c8d;
}

.title_question a:hover {
	border-bottom: 1px solid transparent;
}

.b-question-item-text .excerpt {margin-top: 10px;font-size: 16px;}

.b-question-item-text {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1d6c8d;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.b-question-item-text .more_link a {
	border-bottom: 1px solid;
	color: #1d6c8d;
}

.b-question-item-text .more_link span {
	font-weight: bold;
}

.title_question span {font-style: italic;font-size: 16px;}

.title_question span.date {
	font-size: 14px;
}

.b-question-item-text .more_link a:hover {
	border-bottom-color: transparent;
}

.question_wrap {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.date_page {
	text-align: center;
}

.question {
	margin: 20px;
	padding: 20px;
	line-height: 150%;
	border: 1px solid #1d6c8d;
}
.rules {
	background: #fff;
	padding: 20px 20px;
	margin-bottom: 10px;
}
div#prav1 {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.head_answer {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1d6c8d;
}

.answer {
	margin: 20px;
	padding: 20px;
	line-height: 150%;
	border: 1px solid #1d6c8d;
}

ol.commentlist {
	/*list-style-type: none;*/
	background: #fff;
	padding: 20px;
}
p.comment-form-comment>label {
	display: block;
}

p.comment-form-comment textarea {
	width: 100%;
	resize: none;
	border: 1px solid #aaa;
	background: #f3f3f3;
	margin: 10px 0 20px;
}
.wrap {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
p.content_p {
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 15px;
	/*margin: 5px 30px 5px 0px;*/
	text-align: justify;
	/*text-indent: 30px;*/
	line-height: 150%;
}
p.content_p_b {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	/*margin: 5px 30px 5px 0px;*/
	text-align: justify;
	/*text-indent: 30px;*/
	line-height: 150%;
}
table.donation_form {
	background: #1E6C8D;
	border: 0px solid #FF0000;
	border-collapse: collapse;
}
p.content_p_i_r {
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	margin: 5px 30px 5px 30px;
	text-align: right;
	text-indent: 30px;
	line-height: 150%;
}
p.pravila_p2 {
	color: #000000;
	font-weight: normal;
	font-size: 15px;
	margin: 3px 70px 2px 70px;
	text-align: justify;
	text-indent: 50px;
	line-height: 150%;
}
.default_p{
	text-align: justify;
	text-indent: 30px;
	line-height: 150%;
	color: #000000;
	font-weight: normal;
	font-size: 15px;
}
p.pravila_p1 {
	color: #000000;
	font-weight: normal;
	font-size: 15px;
	margin: 12px 70px 5px 70px;
	text-align: justify;
	text-indent: 30px;
	line-height: 150%;
}
p.form-allowed-tags {
	display: none;
}
@media (min-width: 320px){
li.comment ul.children .comment {
	list-style-type: none;
	margin-left: 0;
	margin-top: 20px;
	background: #eeeeee;
	padding: 10px;
}
}
@media (min-width: 900px){
li.comment ul.children .comment {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 20px;
	background: #eeeeee;
	padding: 10px;
}
}
@media (min-width: 1200px){
li.comment ul.children .comment {
	list-style-type: none;
	margin-left: 40px;
	margin-top: 20px;
	background: #eeeeee;
	padding: 10px;
}
}

input#submit {
	display: inline-block;
	vertical-align: top;
	background: #1d6c8d;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 4px;
	padding: 7px 12px;
	-webkit-transition: box-shadow .4s;
	-o-transition: box-shadow .4s;
	-moz-transition: box-shadow .4s;
	border: 0;
	transition: box-shadow .4s;
}
.comment-author.vcard {
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

.comment-author.vcard img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.comment-meta.commentmetadata {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.reply a {
	color: #888;
	text-decoration: underline;
}

li.comment {
	border: 1px solid #ccc;
	margin-bottom: 0;
	padding: 15px;
	margin-bottom:5px;
}
.b-article{
	margin-bottom: 40px;
}


@media (max-width: 1199px){


}


@media (max-width: 991px){


}


@media (max-width: 767px){

.b-article-box {
    background: #fff;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.b-article-box blockquote {
    padding: 15px 15px;
    display: block;
    margin: 0px;
    margin-top: 30px;
    font-size: inherit;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #f5f5f5;
}
.b-article-box p{
	margin-bottom: 14px;
}

}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



@media (max-width: 1199px){


}


@media (max-width: 991px){


}


@media (max-width: 767px){



}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~MODALS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.modal-title{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.modal-wind{
	display: none;
	width: 320px;
}
.fancybox-content{
	padding: 30px;
	border-radius: 3px;
	    background: #070A0C;
}
.fancybox-slide--html .modal-wind .fancybox-close-small {
    padding: 0px;
}
.modal-wind .fancybox-button{
	width: 30px;
	height: 30px;
}

.modal-wind.modal-wind-politic{
	width: 700px;
}

.modal-wind .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 17px 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #424242;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.05);
}
.modal-wind .btn {
    display: block;
    width: 100%;
    padding: 17px 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #D3362D;
    border: 0px solid transparent;
    border-radius: 3px;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.modal-wind .btn:hover {
	    -webkit-box-shadow: 0 0 20px 0 rgba(211,54,45,0.7);
    box-shadow: 0 0 20px 0 rgba(211,54,45,0.7);
}
.fancybox-is-open .fancybox-bg {
    opacity: .97;
}
.modal-text{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}


input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	background: #1d6c8d;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 4px;
	padding: 7px 12px;
	position: static;
	right: 30px;
	border: 0;
	top: 50%;
	margin-top: -17px;
	-webkit-transition: box-shadow .4s;
	-o-transition: box-shadow .4s;
	-moz-transition: box-shadow .4s;
	transition: box-shadow .4s;
}

@media (max-width: 767px){

	.modal-wind{
		width: 290px;
	}
	.modal-wind.modal-wind-politic{
		width: 100%;
	}
	.modal-text{
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
	}
	.fancybox-content.modal-wind-politic{
		padding: 30px 15px;
	}	


}


.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.in_w-50>a {
	display: block;
	width: 49%;
	margin-bottom: 25px;
}

.in_w-50>a>img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.in_w-50>a {
	display: block;
	text-align: center;
	background: #1d6c8d;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.content_page img {
	max-width: 100%;
}

/*.b-main-post+*/
.b-main-post+.b-main-post+.b-main-post+.b-main-post+.b-main-post+.b-main-post {
	display: none;
}

div#wrap_index_page {}

div#wrap_index_page {
	max-width: 1170px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.rubrika_title_ov {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

div#wrap_index_page a {
	color: #1d6c8d;
	text-decoration: none;
	border-bottom: 1px solid #1d6c8d;
}

.cl_pagenavi>* {
	/*background: transparent !important;*/
}

.cl_pagenavi .cl_current {
	color: #fff;
}
.cl_pagenavi .cl_current {
	background-color:#1d6c8d;
}
.cl_pagenavi a {
	background: #fff !important;
}

div#wrap_index_page a.end {
	background: transparent !important;
	border-bottom: 0 !important;
}

div#wrap_index_page .shortpost_loop_ov {
	border-bottom: 0;
	padding: 25px !important;
	margin-bottom: 15px;
	background: #fff;
}

div#wrap_index_page .shortpost_loop_ov .shortpost_loop_title_ov {
	font-size: 20px;
	margin-bottom: 20px;
}

div#wrap_index_page a:hover {
	border-bottom: 0;
}

.shortpost_loop_col_for_question {
	margin-bottom: 20px;
}div#sub_rubrics td {
	 padding: 0 0 8px 0;
 }

h1.common {
	font-size: 25px;
	text-align: center;
}

h2.answer {
	font-size: 25px;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.question_single {
	text-align: left;
	border: 1px solid #1d6c8d;
	padding: 15px;
}

.answer_single {
	text-align: left;
	border: 1px solid #1d6c8d;
	padding: 15px;
}

.metki {
	border: 1px solid #1d6c8d;
	padding: 15px;
}

a.post-edit-link {
	margin-bottom: 35px;
	display: block;
	border: 0 !important;
}

.answer_single ~ center b {
	margin-bottom: 20px;
	display: block;
}

.name_home_video.b-main-title {
	background: #fff;
	padding: 15px;
	margin-bottom: 0;
}

.gnoma_width {
	margin: 10px auto 0px  auto;
	font-family: arial;
	text-align: justify;
	max-width: 1140px;
	line-height: 18pt;
}

a[name="gnoma_title"] {
	color: #850708;
}

.gnoma_title {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 17px;
	font-size: 17pt;
	font-weight: bold;
}

.gnoma_begin {
	margin-top: 0px;
	margin-bottom: 21px;
	padding: 12px 17px 12px 17px;
	text-align: justify;
	/*font-family: times;*/
	font-size: 12pt;
	color: #000000;
	background: #FFFFFF;
	border: 2px groove black;
	border-radius: 12px;
}

.gnoma_signature {
	margin-top: 6px;
	margin-bottom: 3px;
	text-align: right;
	font-style: italic;
}

.gnoma_resume {
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 21px;
	font-family: times;
	background-color: #4A515B !important;
	font-size: 17pt;
	padding: 10px 12px 12px 12px;
	border: 2px groove black;
	border-radius: 12px;
	color: #FFFFFF;
}

.propoved_width {
	background: #fff;
	padding: 15px;
	margin-bottom: 25px;
}

.propoved_header {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}

.propoved_content {
	display: none;
}

.propoved_header + a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #1f6b8b;
}

.propoved_header + a.open + .propoved_content {
	display: block;
}

.propoved_content {
	font-size: 0;
	padding: 15px 0;
}

.propoved_content p.content_p {
	margin: 0 0 10px 0;
}
.gnoma_link_for_content {
	text-align: left;
	font-family: arial;
	margin: 0px 0px 12px 0px;
	font-size: 12pt;
}

.gnoma_text_gelb {
	background-color: #FFFF99;
}

table.donation_form {
	/*width: 700px;*/
	max-width: 100%;
	font-size: 20px;
}

table.donation_form input {height: 30px;}

table.donation_form * {
	font-size: 16px !important;
}

div#showSlovo_OD>p {
	/*padding-left: 500px;*/
}

.header-search-btn {
    display: none;
}

.tag_cloud a:hover {
	text-decoration: underline;
	color: #1d6c8d;
}

.frame_blc+table {
	/* border: 1px solid #000; */
	width: 377px;
	margin: 5px auto;
}

.b-main-left {
	border: 0px solid #1d6c8d;
}

.b-videopublics-box .gnoma_begin {
	display: none;
}

.b-videopublics-box .gnoma_link_for_content {
	display: none;
}

.b-videopublics-box a[name="gnoma_title"] {
	display: none;
}

.b-videopublics-box  div#m1m {
	display: none;
}

.b-videopublics-box p.gnoma_content_title {
	display: none;
}
.b-videopublics-box .gnoma_resume {
	padding: 5px 12px 7px 12px;
	border: 2px groove #999999;
	border-radius: 10px;
	font-size: 12pt !important;
	color: #000000 !important;
	background: #fff !important;
	text-align: left;
	/*white-space: nowrap;
	max-width: 100%;
	overflow: hidden;*/
	/*text-overflow: ellipsis;*/
 }

.b-videopublics-box td.shortpost_loop_title a {
	color: #960808 !important;
	text-decoration: underline;
}

td#shortpost_image img {
	width: 100%;
}

td#shortpost_image a {
	width: 120px;
	height: 90px;
	display: block;
	margin-right: 20px;
}

form#support_form {
	max-width: 500px;
	margin: 0 auto;
}

.comment-author.vcard cite {
	font-style: normal;
}

.comment-author.vcard span.says {
	font-size: 0;
}

.frame_blc + table td {
	text-align: center;
}
.citata{ padding: 10px 10px 10px 10px; font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; line-height: 150%;}
.obyav {
    position: relative;
    background:#fff;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 24px;
	color: #000;

}
.div_none{ display:none;}

ul.infoline {
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
	text-align: center;
   }
   ul.infoline li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
   }
ul.infoline2 {
    margin: 0; /* Обнуляем значение отступов */
    padding: 1px; /* Значение полей */
	text-align: center;
   }
   ul.infoline2 li {
    display: inline; /* Отображать как строчный элемент */
	margin: 2px;
    padding: 1px; /* Поля вокруг текста */
	line-height:25px;
   }   
   
.content img { margin:5px;}   

/* Стили для формы */
.form_box {
	width: 300px;
	margin: 0;
}
.form_box label {
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	display: block;
}
.form_box input {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 14px;
	color: #444444;
	padding: 7px 7px 8px;
	width: 250px;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.form_box textarea {
	display: block;
	border: 2px solid #cfcfcf;
	font-size: 14px;
	color: #444444;
	padding: 7px 7px 8px;
	width: 570px;
	height: 200px
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.form_box input:focus {
	outline: none;
	border-color: #07a6e6;
}
.form_box .btn_submit {
	border: none;
	width: 180px;
	text-align: center;
	background: #07a6e6;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	height: 35px;
	line-height: 28px;
	padding: 0;
}
.form_box .btn_submit:hover {
	background: #009ac2;
}
.form_box .btn_submit:active {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}
.form_box .btn_submit.disabled,
.form_box .btn_submit.disabled:hover {
	background: #afdde6;
	cursor: default;
}

svg{color:#fff;}
.link { text-decoration:underline !important;}
.link:hover { text-decoration: none !important;}
.navbar-default .navbar-nav .menu-item-103224  a{ color:#7f0000 !important;}






/* POPUP Соглашение */

/* базовый контейнер, фон затемнения*/
#agreement-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

/* модальный блок */
.agreement-popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* заголовки в модальном блоке */
.agreement-popup p {
    line-height: 150%;
}

.agreement-popup a {
	color: #1d6c8d;
	text-decoration: underline;
}

/* кнопка закрытия */
.agreement-popup .agreement-popup__close {
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;



	display: inline-block;
    vertical-align: top;
    background: #337ab7;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    padding: 7px 12px;


}


/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

/* POPUP Соглашение КОНЕЦ */