@font-face {
		src: url("../fonts/Montserrat-Regular.ttf");
		font-family: 'Montserrat';
		font-weight: 400;
}
@font-face {
		src: url("../fonts/Montserrat-Black.ttf");
		font-family: 'Montserrat';
		font-weight: 900;
}
@font-face {
		src: url("../fonts/Montserrat-BlackItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 900;
}
@font-face {
		src: url("../fonts/Montserrat-Bold.ttf");
		font-family: 'Montserrat';
		font-weight: 700;
}
@font-face {
		src: url("../fonts/Montserrat-BoldItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 700;
}
@font-face {
		src: url("../fonts/Montserrat-ExtraBold.ttf");
		font-family: 'Montserrat';
		font-weight: 800;
}
@font-face {
		src: url("../fonts/Montserrat-ExtraBoldItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 800;
}
@font-face {
		src: url("../fonts/Montserrat-ExtraLight.ttf");
		font-family: 'Montserrat';
		font-weight: 200;
}
@font-face {
		src: url("../fonts/Montserrat-ExtraLightItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 200;
}
@font-face {
		src: url("../fonts/Montserrat-Italic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 400;
}
@font-face {
		src: url("../fonts/Montserrat-Light.ttf");
		font-family: 'Montserrat';
		font-weight: 300;
}
@font-face {
		src: url("../fonts/Montserrat-LightItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 300;
}
@font-face {
		src: url("../fonts/Montserrat-Medium.ttf");
		font-family: 'Montserrat';
		font-weight: 500;
}
@font-face {
		src: url("../fonts/Montserrat-MediumItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 500;
}
@font-face {
		src: url("../fonts/Montserrat-SemiBold.ttf");
		font-family: 'Montserrat';
		font-weight: 600;
}
@font-face {
		src: url("../fonts/Montserrat-SemiBoldItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 600;
}
@font-face {
		src: url("../fonts/Montserrat-Thin.ttf");
		font-family: 'Montserrat';
		font-weight: 100;
}
@font-face {
		src: url("../fonts/Montserrat-ThinItalic.ttf");
		font-family: 'Montserrat-Italic';
		font-weight: 100;
}
html {
	min-height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	min-width: 320px;
	background-color: #fff;	
}
img {
	max-width: 100%;
	height: auto !important;
	border: none;
	border-radius: 15px;
}
a {
	text-decoration: none;

}

h4 {
	font-size: 1.5rem;
	color: #03989E;
	padding: 10px;
}

section {
	padding: 70px 0 0 0;
}
tbody, td, tfoot, th, thead, tr {
	border-color: #03989E;
    border-style: dashed;
    border-width: 2px;
}
hr:not([size]) {
	height: 5px;
	margin: 1rem 0;
    background: linear-gradient(to right, #03989e 0%,#d6468a 100%);
    /* color: inherit; */
    /* background-color: currentColor; */
    border: 0;
    opacity: .30;
}

ul { 
    list-style-type: square;
}

/*header*/
.main-header {
	position: fixed;
	background: -moz-linear-gradient(left, #03989e 0%, #d6468a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #03989e 0%,#d6468a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #03989e 0%,#d6468a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	height: 40vh;
	min-height: 300px;
}
.navbar {
	background-color: inherit;
	height: 70px;
}
.navbar-brand {
	margin-left: 1rem;
	vertical-align:middle;
}
.navbar-brand img {
	/*height: 50px;*/
	max-width: 195px;
}

.mgo-navbar-nav a {
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	text-transform:uppercase;
}
.mgo-navbar-nav a::after {
	content: '';
	display: block;
	width: 100%;
	background-color: #fff;
	height: 1px;
	transform: scale(0);
	transition: all .3s;
}
.mgo-navbar-nav a:hover::after {
	transform: scale(1);
}
.mgo-navbar-nav a:hover {
	color: #fff!important;
}
.mgo-navbar-nav a:visited {
	color: #fff!important;
}
.navbar-toggler {
	color: #fff;
	font-weight: 200;
}
/*=================section-top-block================*/
.top-post {
	position: relative;
	padding-bottom: 20px;
}
.top-post {
	background-color: #fff;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}
.top-post-item {
	margin: 80px 10px 40px 15px;
}
.first-item {
	align-items: center!important;
}

/*.top-post-item .top-post-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}*/
/*.top-post-img {
	margin-left: 20px;
	object-fit: cover;
	max-width: 500px!important;
	max-height: 280px!important;
	overflow: hidden;
}
.top-post-img img {
	width: 100%;
	height: auto;
}*/
.top-post-img {
	position: relative;
	margin-left: 20px;
	max-width: 600px!important;
	object-fit: contain;
	overflow: hidden;
	border-radius: 15px;
}
.top-post-img::after {
	display: block;
	content: '';
	padding-bottom: 56.25%;
}
.top-post-img img {
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: auto;
}

.top-post-img:hover {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
	transform: translateY(-10px);
	z-index: 1;
	border-radius: 15px;
}
.top-post-tag {
	margin: 10px 0 0 30px;
}
.top-post-tag a{
	font-size: 14px;
	font-family: 'Montserrat-Italic';
	font-weight: 400;
	color: #03989E;
	/*text-transform: uppercase;*/
	text-decoration: none;
}
.top-post-title {
	margin: 20px 0 15px 0;
} 
.top-post-title a {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.top-post-title a:hover {
	color: #d6468a;
}
.top-post-desc {
	margin-left: 30px;
}
.top-post-desc p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
.section-title {
	margin: 30px 0 15px 30px;
}
.section-title h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	color: #03989E;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
}
.section-title-1 {
	margin: 10px 0 15px 30px;
}
.section-title-1 h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	color: #03989E;
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 0 10px 10px;
}
.section-title-2 {
	margin: 50px 0 15px 30px;
}
.section-title-2 h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	color: #03989E;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 20px;
}
.section-title-2 {
	margin: 0 0 15px 30px;
}
.top-post-news {
	background: #E7F3F9;
	margin: 10px 20px 30px 5px;
	border-radius: 0 0 15px 15px;
}
.top-post-news::before {
	display: block;
	height: 3px;
	background: linear-gradient(to right, #03989e 0%,#d6468a 100%);
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	margin: auto;
}
.news-item {
	margin: 10px 20px 20px 20px;
}
.news-item-date {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	color: #000;
	opacity: 60%;
}
.news-item-title {
	margin-top: 10px;
}
.news-item-title a {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.news-item-title a:hover{
	color: #d6468a;
}
/*.news-link a{
	display: inline;
}*/
.news-link {
	margin-top: -15px 10px 0 0;

}
.news-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.news-link {
	color: #03989E;
	padding: 5px 20px 15px 0;
}
.news-link a {
	font-size: 19px;
	line-height: 1.2;
	font-weight: 600;
	color: #03989E;
	text-decoration: none;
}
.news-link a {
	margin-right: 5px;
}
.second-post-item {
	margin: 30px 0 40px 15px;
}
.second-post-item-2{
	margin: 30px 0 40px 10px;
}
/*.second-post-img {
	margin-left: 20px;
	max-width: 340px!important;
	max-height: 190px!important;
	overflow: hidden;
}*/
.second-post-img {
	position: relative;
	margin-left: 20px;
	max-width: 500px!important;
	/*max-height: 190px!important;*/
	object-fit: contain;
	overflow: hidden;
	border-radius: 15px;
}
.second-post-img::after {
	display: block;
	content: '';
	padding-bottom: 56.25%;
}	
/*.second-post-img img {
	width: 100%;
}*/
.second-post-img img {
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: auto;
}
.second-post-img:hover {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
	transform: translateY(-10px);
	z-index: 1;
	border-radius: 15px;
}
.second-post-tag {
	margin: 10px 0 0 30px;
}
.second-post-tag a{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat-Italic';
	color: #03989E;
	/*text-transform: uppercase;*/
	text-decoration: none;
}
.second-post-title {
	margin: 20px 0 15px 0;
} 
.second-post-title a {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.second-post-title a:hover {
	color: #d6468a;
}
.second-post-desc {
	margin-left: 30px;
}
.second-post-desc p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
.banner-top-240x400{
	margin: 30px 20px 30px 30px;
	position: relative;
	text-align: center;
	max-width: 300px;
}
.third-post-item{
	margin: 10px 10px 40px 15px;
}
.third-post-item-2{
	margin: 10px 25px 40px 0;
}
.fourth-new-post {
	background: #E7F3F9;
	margin: 0 10px 30px 25px;
	border-radius: 0 0 15px 15px;
}
.fourth-new-post::before {
	display: block;
	height: 3px;
	background: linear-gradient(to right, #03989e 0%,#d6468a 100%);
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	margin: auto;
}
.top-anonce-item .anonce-link{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.top-anonce-item .anonce-link {
	color: #03989E;
}
.top-anonce-item .anonce-link a {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #03989E;
	text-decoration: none;
}
.top-anonce-item .anonce-link a {
	margin-right: 5px;
}
.fourth-top-item {
	margin: 50px 25px 40px 0;
}
.fourth-top-item-1 {
	margin: 80px 25px 5px 0;
}
.fifth-top-news-item-1 {
	margin: 20px 0 40px 15px;
}
.fifth-top-news-item-2 {
	margin: 20px 0 40px 10px;
}
.fifth-top-news-item-3 {
	margin-bottom: 20px;
}
.banner-top-240x400-2 {
	margin: 20px 20px 30px 30px;
	position: relative;
	text-align: center;
	max-width: 300px;
}
.sixth-top-item-0 {
	margin: 10px 10px 40px 15px;
}
.sixth-top-item {
	margin: 60px 10px 40px 15px;
}
.sixth-top-item-1 {
	margin: 10px 25px 40px 0;
}
.sixth-new-item-2 {
	margin: 20px 20px 40px 5px;
	background: #E7F3F9;
}
.sixth-new-item-2::before {
	display: block;
	height: 3px;
	background-color: #03989E;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	margin: auto;
}
.seven-post-item {
	margin: 10px 10px 40px 15px;
}
.seven-post-item-1 {
	margin: 60px 25px 4px 0;
}
.seven-post-item-2 {
	margin: 10px 25px 40px 0;
}
.eighth-post-item {
	margin: 20px 0 40px 15px;
}
.eighth-post-item-2{
	margin: 20px 5px 40px 5px;
}
.eighth-post-item-3 {
	margin: 20px 10px 40px 0;
}
.nine-post-item {
	margin: 20px 10px 40px 15px;
}
.nine-post-item-1 {
	margin: 20px 25px 40px 0;
}
.ten-post-item-1 {
	margin: 80px 0 40px 15px;
}
.ten-post-item-2 {
	margin: 50px 0 40px 5px;
}
.ten-post-item-3 {
	margin: 20px 5px 40px 0;
}
/*=======================section-article======================*/
.top-post-item-right {
 	margin: 10px 25px 40px 0;
}
.section-title-section {
	margin: 30px 0 10px 20px;
}
.section-title-section a {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	color: #03989E;
	text-transform: uppercase;
	text-decoration: none;
}
.banner-top-240x400-3 {
	margin: 40px 20px 30px 30px;
	position: relative;
	text-align: center;
	max-width: 300px;
	max-height: 600px;
}
.more-block {
    text-align: center;
    margin: 20px 0 30px 0;
    clear: both;
    position: relative;
    /*top: -10px;*/
}
.more-block-news {
	text-align: center;
    margin: 50px 0 30px 0;
    clear: both;
    position: relative;
}
.more-btn {
    display: block;
    box-sizing: border-box;
    height: 45px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #D6468A;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 25%);
    margin: auto;
    padding: 0 60px 0 60px;
    border-radius: 10px

}
.more-btn p {
	font-family: Montserrat SemiBold, tahoma, arial;
    font-size: 19px;
    color: #03989E;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.more-btn img {
	position: relative;
    top: 8px;
    right: -7px;
    margin-left: 0px;
}
 .more-btn:hover {
	transform: translateY(-10px);
	z-index: 1;
}
.banner-hr-6 {
	margin: 40px auto 30px auto;
	position: relative;
	text-align: center;
	width: 80%;
	height: 80%;
}
.read-more {
	background: #E7F3F9;
	margin: 20px 25px 60px 25px;
	border-radius: 0 0 15px 15px;
}
.read-more-btn:hover {
	transform: translateY(-10px);
	z-index: 1;
}
.read-more::before {
	display: block;
	height: 3px;
	background-color: #03989E;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	margin: auto;
}
.top-anonce-item {
	margin-top: 50px;
}
.top-anonce-item h3 {
	font-size: 22px;
}
.news-item-read-more {
	margin: 10px 5px 0 30px;
}
/*=======================section-news=========================*/
.news-post {
	position: relative;
}
.news-post {
	background-color: #fff;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}
.news-post-noimg {
	margin: 30px 10px 5px 40px;
}
.news-post-wimg {
	margin: 30px 0 5px 10px;
}
.news-post-img {
	position: relative;
	margin: 30px 0 10px 20px;
	object-fit: contain;
	overflow: hidden;
	border-radius: 15px;
}
.news-post-img::after {
	display: block;
	content: '';
	padding-bottom: 56.25%;
}
.news-post-img img {
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: auto;
}
.news-post-date {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    opacity: 60%;
    /*display: inline-block;*/
}
.news-post-title {
	margin: 10px 0 15px 0;
}
.news-post-title a {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.news-post-desc {
	font-size: 17px;
	line-height: 1.2;
}
.news-post-tag {
	margin: -10px 0 0 0;
}
.news-post-tag a{
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #03989E;
}
.news-post-noimg:after {
	display: block;
	height: 2px;
	background: linear-gradient(to right, #03989e 0%,#d6468a 100%);
	opacity: 30%;
	content: '';
	position: relative;
	width: 100%;
	top: 20px;
	margin: auto;
}
.news-post-wimg:after {
	display: block;
	height: 2px;
	background: linear-gradient(to right, #03989e 0%,#d6468a 100%);
	opacity: 30%;
	content: '';
	position: relative;
	width: 100%;
	top: 20px;
	margin: auto;
}
/*=======================full-new=============================*/
.full-new {
	position: relative;
}
.full-new {
	background-color: #fff; 
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
	padding-bottom: 10px;
	border-radius: 20px;
}
.title-full-new h1{
	margin: 30px 0 10px 40px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
}
.full-new-info {
	margin: 30px 0 10px 0;
	padding: 0 0 0 20px ;
	border-left: 4px solid #03989E;
	width: 100%;
}
.section-name h2{
	font-size: 19px;
	font-weight: 700;
	text-transform:uppercase;
}
.full-new-date p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.full-new-tag a{
	display: inline;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #03989E;
}
.full-new-item {
	margin: 10px 0 30px 5px;
}
.full-new-top-img {
	position: relative;
	max-width: 1000px!important;
	object-fit: contain;
	overflow: hidden;
	border-radius: 15px;
}
.full-new-top-noimg {
	margin: 30px 10px 5px 40px;
}
.full-new-top-img::after {
	display: block;
	content: '';
	padding-bottom: 56.25%;
}
.full-new-top-img img {
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: auto;
}
.img-copyr p{
	float: right;
	font-size: 12px;
	margin-bottom: 0;;
}
.full-new-top-subtitle {
	margin: 25px 0 10px 70px;
	font-size: 18px;
	line-height: 1.22;
	font-weight: 500;
	font-style: italic;
}
.full-new-top-shar {
	width: 100%;
	display: inline-flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 5px;
}

.full-new-top-shar h5{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	padding-left: 30px;
}
.full-new-content {
	padding: 10px 0 0 20px;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.3;
}
.full-new-content p {
	margin-bottom: 0;
	padding: 10px 0 10px 0;
}
.full-new-content a{
	text-decoration: none;
	color: #03989E;
}
.full-new-content a:hover {
	color: #d6468a;
}
.full-new-content li {
	margin-bottom: 0;
	padding: 10px 10px 10px 10px;
}
.full-new-content h2, h3 {
	margin: 35px 0 5px 30px;
}
.top-content-blockquote {
	display: inline-block;
	border-top: 4px solid #03989E;
	margin-bottom: 20px;
}
.top-content-blockquote h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
}
.top-content-blockquote img {
	float: left;
}
.top-content-blockquote p {
	position: relative;
	font-size: 19px;
	font-style: italic;
	padding: 10px 0 0 200px;
}
.full-new a{
	text-decoration: none;
}
.full-new a:hover {
	color: #d6468a;
}
.content-blockquote {
	display: block;
	border-left: 4px solid #03989E;
	margin: 30px 0 40px 40px;
}
.content-blockquote p {
	position: relative;
	font-size: 19px;
	font-style: italic;
	padding: 0 10px 0 30px;
}
.top-content {
	display: block;
	border-left: 4px solid #d6468a;
	margin: 20px 0 20px 40px;
	background: rgba(3, 152, 158, 0.15);
	border-radius: 10px;
}
.top-content p {
	position: relative;
	font-size: 19px;
	font-style: normal;
	padding: 10px 10px 10px 30px;
}
.content-background {
	background-color: beige; 
	padding: 20px 20px 20px 30px;
	margin: 30px 0 30px 0;
	border-radius: 15px;
}
.photo-new-content {
	max-width: 100%;
	height: auto!important;
	margin-bottom: 20px;
}
/*.new-still-block {
	display: block;
	border-top: 3px solid #03989E;
	max-width: 240px;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}
.img-still-block  {
	position: relative;
	max-width: 340px;
	object-fit: contain;
	overflow: hidden;
}
.img-still-block::after {
	display: block;
	content: '';
	padding-bottom: 56.25%;
}
.img-still-block img {
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: auto;
}
.img-still-block img {
	padding-top: 3px;
	max-width: 100%;
}*/
.new-still-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    border: 1px solid #03989E;
    border-top: 3px solid #03989E;
    border-radius: 10px;
    background-color: aliceblue;
    margin: 20px;
}
.new-still-block p{
	position: absolute;
    margin: 0 10px 0 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 0.5rem;
    top: -1rem;
    left: 1rem;
    background-color: #fff;
}
.new-still-block img {
	position: relative;
    margin: 20px 0 20px 20px;
    width: 25%;
    border-radius: 10px;
}
.new-still-block h5{
	position: relative;
    padding: 30px 10px 20px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    width: 70%;
}
.still-title {
	float: right;
	display: inline;
	color: #03989E;
	margin-bottom: 10px;
}
.still-title a:hover{
	color: #d6468a;
}
.still-title h5 {
	font: Montserrat SemiBold sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #03989E;
	text-transform: uppercase;
}
.still-title:before {
	display: block;
	height: 1px;
	background-color: #03989E;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	top: -3px;
	margin: auto;
}
.banner-full-new-240x400 {
	/*margin-top: 30px;*/
	position: sticky;
	top: 0;
	/*display: flex;
	flex-wrap: wrap;
	justify-content:center;
	/*align-items: flex-start;*/
}
.banner-hr-7 {
	margin: 40px auto 30px auto;
	position: relative;
	z-index: 0;
	text-align: center;
	width: 95%;
	height: 95%;
}
.news-age {
    float: right;
    margin: 5px 30px 20px;
}
.video-responsive {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
margin-bottom: 30px;
height:0;
overflow:hidden;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
position: absolute; top: 0; left: 0;
width: 100%;
height: 100%; 
}
/*.banner-top-240x400{
	min-width: 240px;
	height: 600 px;
}*/
.carousel-indicators [data-bs-target]{
	background-color: #03989E;
	height: 5px;
}

.table-wrap {
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .table-wrap {
    overflow-y: scroll;
  }
}

/*=======================subscription=====================*/
.subscription {
    margin: 10px 0 40px 40px;
}
.subscription img {
	width: 30px;
	margin-left: 7px;
}
.subscription a {
	text-decoration: none;
    color: #03989E;
}
.subscription p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	font-style: italic;
	color: #d6468a;
}

/*=======================review===========================*/

.section-title-review {
	margin: 20px 0 10px 20px;
}

.section-title-review h1 {
	margin: 30px 0 10px 40px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
    text-decoration: none;
}

.section-title-review h3 {
	font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #03989E;
    /*text-transform: uppercase;*/
    text-decoration: none;
}
.read-all-review {
	display: flex;
    margin: 30px 0 30px 0;
    clear: both;
    position: relative;
}
.read-all-review a {
	font-family: Montserrat SemiBold, tahoma, arial;
    font-size: 17px;
    color: #03989E;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
}
.read-all-reviews {
	display: flex;
    float: right;
    margin: 30px 40px 30px 0;
    clear: both;
    position: relative;
}
.read-all-reviews a {
	font-family: Montserrat SemiBold, tahoma, arial;
    font-size: 17px;
    color: #03989E;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.btn-review {
	display: block;
    box-sizing: border-box;
    height: 45px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #03989E;
    border-radius: 10px;
    margin: auto;
    padding: 0 20px 0 20px;
}
.btn-review a:hover {
	color: #d6468a;
}
.post-item-review {
	margin: 20px 0 40px 20px;
}
.post-img-review {
	position: relative;
    /*margin: 0 15px 0 0;*/
    max-width: 500px!important;
    max-height: 190px!important; 
    object-fit: contain;
    overflow: hidden;
}

.post-img-review::after {
	display: block;
	content: '';
	padding-bottom: 56.25%;
}

.post-img-review img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.post-title-review {
	margin: 20px 0 15px 0;
}
.post-title-review a {
	font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.post-item-review-1 {
	margin: 20px 0 40px 0;

}
.full-review {
	padding: 10px 0 0 40px;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.22;
}

.related-news-review {
	box-sizing: border-box;
    border: 1px solid rgba(3, 152, 158, 0.3);
    border-top: 3px solid #03989E;
    margin: 0 30px 30px 30px;
}
.scroll-review {
	position: relative;
	z-index: 0;
	background-color: beige;
	border-radius: 15px;
}

/*======================slider-swiper=====================*/
.slider {
	position: relative;
    z-index: 0;
    margin-bottom: 20px;
}
.swiper-container {
	max-width: 96%;
	height: auto;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
.swiper-container1 {
	max-width: 96%;
	height: auto;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
.swiper-wrapper {
	position: relative;
	z-index: 0;
}
.swiper-button {
    position: absolute;
    right: 50px;
    margin-top: -70px;
    width: 100px;
    height: auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.swiper-buttons {
	position: relative;
	width: 80%;
	margin: 0 auto -65px auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.swiper-buttons-prev, .swiper-buttons-next {
	position: relative;
    width: 30px;
    height: 30px;
    z-index: 3;
    /*background: #fff;
    box-shadow: 0 8px 16pxrgba(180,180,180,.25);*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #D6468A;
    border-radius: 50%;
    outline: 0;*/
}
.btn-slider {
	width: 20px;
	height: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
	margin: 0 auto 5px auto;
}
.swiper-pagination {
	position: relative;
	z-index: 0;
}
.scroll-full-new {
	position: relative;
    z-index: 0;
}
/*=======================foto slider======================*/
.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	object-fit: cover;
}
/*=======================related news=====================*/
.related-news {
	box-sizing: border-box;
	border: 1px solid rgba(3, 152, 158, 0.3);
    border-radius: 10px;
	border-top: 3px solid #03989E;
	margin: 100px 30px 30px 30px;
}
.related-news-title h3{
    font-size: 19px;
    font-weight: 700;
    color: #03989E;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px 20px 20px 20px;
}
.related-news-item {
	margin: 10px 20px 20px 20px;
}

/*=======================feedback==========================*/
.all-feedback {
	position: relative;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
}
.feedback {
	background: #E7F3F9;
	margin: 40px 100px 60px 100px;
}

.feedback:before {
	display: block;
	height: 3px;
	background-color: #D6468A;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	margin: auto;
}
.question-feedback {
	padding: 40px 0 0 60px;
}
.question-feedback p{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	/* identical to box height, or 110% */
	color: #656A6C;
}
.title-feedback {
	padding: 10px 0 0 60px;
}
.title-feedback h5 {
	text-transform:uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #03989E;
}
.feedback-form {
	margin: 10px 60px 10px 60px;
}

.form-label {
	padding-top: 20px;
}
.form-control{
	padding-top: 10px;
}
.attache-feedback {
	padding: 0 0 0 60px;
}
.btn-feedback {
	margin: 0 0 40px 60px;
	color: #fff;
    background-color: #D6468A;
    border-color: #D6468A;
    border-radius: 0;
}
.btn-feedback:hover {
    color: #fff;
}
.capcha-feedback {
	margin-right: 60px;
}
.capcha-feedback p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #656A6C;
}
.question-feedback-messenger:before {
	display: block;
	height: 1px;
	background-color: #656A6C;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	margin: auto;
	top: -10px;
}
.question-feedback-messenger {
	padding: 0 60px 20px 60px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #656A6C;
}
/*=======================searh=============================*/
.search-rounded{
	padding: 20px 0 40px 0;
}
.input-group-text {
	background-color: #03989E;
	color: #fff;
}
/*======================feedback-full-new===================*/
.feedback-full-new {
	background: #E7F3F9;
	margin: 20px 0 30px 20px;
	border-radius: 0 0 15px 15px;
}
.feedback-full-new:before {
	display: block;
	height: 3px;
	background-color: #D6468A;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	margin: auto;
}
.question-feedback-full-new {
	padding: 20px 30px 10px 40px;
}
.question-feedback-full-new p{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	/* identical to box height, or 110% */
	color: #656A6C;
}
.btn-fedback-new {
	margin: 0 auto 20px auto;
	color: #fff;
    background-color: #03989E;
    border-color: #03989E;
    border-radius: 0;
    text-transform: uppercase;
    width: 50%;
    border-radius: 10px;
}

.btn-fedback-new p {
	font-family: Montserrat SemiBold, tahoma, arial;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;    
    padding: 10px 30px 10px 30px;
}

.feedback-form-new {
	margin: 10px 10px 10px 10px
}
.form-label-new {
	padding-top: 5px;
}
.attache-feedback-new {
	padding: 0 0 0 30px;
}
.btn-feedback-modal {
	margin: 0 0 20px 30px;
	color: #fff;
    background-color: #D6468A;
    border-color: #D6468A;
    border-radius: 0;
}
.capcha-feedback-modal {
	margin: 0 10px 0 30px;
}
.capcha-feedback-modal p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #656A6C;
}
.feedback-messenger {
	padding: 0 20px 20px 40px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #656A6C;
}

/*=======================read-more-block======================*/
.rm-full-new-content {
	padding: 10px 0 0 20px;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.22;
	overflow: hidden;
	position: relative;
	height: 240px;
}
.rm-full-new-content:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1.2em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
}
.rm-full-new-content p {
	margin-bottom: 0;
	padding-bottom: 20px;
}
.rm-full-new-content a {
	text-decoration: none;
	color: #03989E;
}
.rm-full-new-content a:hover {
	color: #d6468a;
}
.read-more-block {
	text-align: center;
    margin: 20px 0 10px 0;
    clear: both;
    position: relative;
}
.read-more-btn {
	display: block;
    box-sizing: border-box;
    height: 45px;
    width: 90%;
    cursor: pointer;
    background-color: #d6468a;
    border: 2px solid #D6468A;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 25%);
    margin: 30px auto 50px auto;
    /*padding: 0 60px 0 60px;*/
    border-radius: 10px;
}
.read-more-btn p {
	font-family: Montserrat SemiBold, tahoma, arial;
    font-size: 19px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; 
    margin-bottom: 0;
}
.read-more-btn p:hover {
	color: #fff;
}
.banner-hr-10 {
	margin: 40px auto 30px auto;
	position: relative;
	z-index: 0;
	text-align: center;
	width: 95%;
	height: 95%;
}
    
/*=======================footer=============================*/
.footer {
	background: linear-gradient(to right, #03989e 0%,#d6468a 101%) center no-repeat;
	width: 100%;
	/*height: 100vh;*/
	/*padding: 30 px 10 px 10px 10px;*/
	position: relative;
	z-index: 1!important;
}
.footer h5 {
	padding:10px 0 0 10px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height:22px;
}
.footer-col {
	padding: 30px 30px 0 20px;
}
.footer-logo {
	padding: 20px 0 20px 30px;
}
.footer-logo img {
	height: 80px;
}
.footer-logo:after {
	display: block;
	height: 1px;
	background-color: #fff;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	top: 20px;
	margin: auto;
}
.footer-brand {
	padding: 20px 0 20px 20px;
}
.footer-brand-item {
	padding: 20px 0 20px 20px;
}
/*.footer-col h5 {
	padding:10px 0 0 10px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height:22px;
}*/
.footer-col ul {
	list-style: none;
	padding: 20px 0 0 10px;
}
.footer-col ul li a {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.footer-col a:hover {
	color: #ffe8f1;
}
.footer-col .age {
	padding: 20px 0 20px 30px;
}
.footer-col .age img {
	height: 50px;
}
.counter {
	float: right;
	padding: 20px 0 20px 30px;
}


/*.footer-section-title h5 {
	padding:10px 0 0 10px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height:22px;
}*/
.footer-section-title:after {
	display: block;
	height: 1px;
	background-color: #fff;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	top: 5px;
	margin: auto;
}
.footer-tag-title:after {
	display: block;
	height: 1px;
	background-color: #fff;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	top: 5px;
	margin: auto;
}
.footer-tag-item li{
	display: inline;
	margin-left: 10px;
}
.footer-social-title:after {
	display: block;
	height: 1px;
	background-color: #fff;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	top: 5px;
	margin: auto;
}
.footer-social-icons {
	padding: 20px 20px 0 0 ;
	margin-bottom: 30px;
}
.footer-social-icons img {
	margin: 0 0 10px 10px;
}
.footer-social-icons img:hover {
	transform: translateY(-3px);
	z-index: 1;
}
.footer-channel-title:after {
	display: block;
	height: 1px;
	background-color: #fff;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	top: 5px;
	margin: auto;
}
.footer-channel-icons {
	margin-bottom: 20px;

} 
/*.footer-channel-icons a {
	padding-top:20px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height:22px;
	text-decoration: none;

}*/
.footer-channel-icons img {
	display: block;
	padding-top: 20px;
	width: 180px;

}
.footer-copyriting  {
	padding:40px 30px 0 30px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height:22px;
} 
.footer-copyriting .copyriting {
	padding-top: 10px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;

}
.footer-copyriting:before {
	display: block;
	height: 1px;
	background-color: #fff;
	opacity: 80%;
	content: '';
	position: relative;
	width: 100%;
	top: -20px;
	margin: auto;
}

/*================yandex-rtb===============*/
.yandex_rtb_banner {
	position: relative;
	margin: 10px 0 10px 0;
	z-index: 0;
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	.navbar {height: 6vh; padding-top:2rem;}
	.mgo-navbar-nav a {font-weight:font-size: 14px;}
	.section-title h3 {font-size: 24px;line-height: 1.2;}
	.top-post-tag a {font-size: 12px;}
	.top-post-title {margin: 0 0 15px 0;}
	.top-post-title a {font-size: 22px;line-height: 1.2;}
	.top-post-desc p {font-size: 16px;line-height: 1.2;}
	.second-post-title a {font-size: 18px;line-height: 1.2;}
	.second-post-desc p {font-size: 14px;line-height: 1.2;}
	.post-item-review {margin: 20px 0 40px 0;}

}
@media only screen and (max-width : 1023px){
	.navbar{height: 6vh;padding-top: 2rem;}
}


@media only screen and (max-width : 992px) {
	
}
@media only screen and (max-width : 991px) {
	.main-header {position: fixed;height: 10vh;min-height: 60px;z-index: 1; border-radius: 0 0 15px 15px;}
	.navbar{height: 6vh;padding-top: 0.7rem;}
	.navbar-brand {padding-top: 0;}
	.navbar-brand img {width: 154px;}
	.navbar-collapse {background:linear-gradient(to right, #03989e 0%,#d6468a 101%) center no-repeat;position: relative;
	display: block;z-index: 1030;padding: 0 15px;}
	.navbar-nav .nav-link {margin: auto;padding-top: 10px;}
	/*=======================main==============================*/
	section {padding-top: 60px;}
	.section-title {margin: 40px 0 15px 40px;}
	.section-title h3 {font-size: 20px;line-height: 1.2;}
	.section-title-1 h3 {font-size: 20px;line-height: 1.2;}
	.section-title-2 h3 {font-size: 20px;line-height: 1.2;}
	.top-post {position: relative;}
	.top-post {background-color: #fff;box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);}
	.top-post-item {margin: 40px 10px 40px 15px;}
	.top-post-img {margin: 0 0 0 0;}
	.second-post-img {margin: 0 0 0 0;}
	.banner-top-240x400 {display: block; z-index: 0;}
	.banner-top-240x400-2 {display: block; z-index: 0;}
	.banner-top-240x400-3 {display: block; z-index: 0;}
	.banner-hr-6 {display: block; z-index: 0;}
	/*=======================full-new=========================*/
    .full-new {position: relative;}
	.title-full-new h1 {margin: 30px 0 10px 15px; font-size: 30px;} 

	/*=======================feedback==========================*/
	.feedback {margin: 20px 2px 40px 2px;}
	.question-feedback {padding: 20px 10px 0 20px;}
	.question-feedback p {font-size: 18px;line-height: 1.2;}
	.title-feedback {padding:0 0 0 20px;}
	.title-feedback h5 {font-size: 18px;line-height: 1.2;}
	.feedback-form {margin: 10px 10px 10px 10px;}
	.attache-feedback {padding: 0 0 0 20px;}
	.btn-feedback {margin: 0 0 20px 20px;}
	.capcha-feedback {margin: 0 10px 10px 20px;}
	.question-feedback-messenger {padding: 10px 20px 20px 20px; font-size: 16px;line-height: 1.5;}

/*=========================review======================*/
	.section-title-review h3 {font-size: 20px;line-height: 1.2;}
	.top-post-item {margin: 40px 10px 40px 15px;}
	.read-all-review {float: left;}
}	

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.main-header {position: fixed;height: 6vh;min-height:60px;z-index: 1;}
	.navbar {height: 6vh;padding-top: 0.5rem;}
	.navbar-brand {padding-top: 0;margin-left: 1rem;}
	.navbar-brand img {width: 154px;}
	.navbar-collapse {background:linear-gradient(to right, #03989e 0%,#d6468a 101%) center no-repeat;position: relative;
	display: block;z-index: 1030;padding: 0 15px;}
	.top-post {display: block;z-index: 0;}
    .full-new {display: block;z-index: 0;}
	.navbar-nav .nav-link {margin: auto;padding-top: 10px;}
	section {padding-top: 60px;}
	.section-title {margin: 40px 0 15px 40px;}
	.section-title h3 {font-size: 20px;line-height: 1.2;}
	/*=======================main==============================*/
	.top-post-item {margin: 40px 5px 30px 5px;}
	.top-post-tag {margin: 5px 0 0 40px;}
	.top-post-tag a {font-size: 12px;}
	.top-post-title {margin: 0 0 10px 10px;}
	.top-post-title a {font-size: 18px;line-height: 1.2;font-weight: 700;}
	.top-post-desc p {font-size: 16px;line-height: 1.2;}
	.top-post-item-right {margin: 10px 20px 30px 5px;}
	.news-item {margin: 10px 10px 20px 10px;}
	.news-item-date {font-size: 13px;}
	.news-item-title a {font-size: 15px;}
	.news-link a {font-size: 16px;}
	.second-post-item {margin: 0 10px 30px 5px;}
	.second-post-img {margin: 0 0 0 0;}
	.second-post-tag {margin: 5px 0 0 40px;}
	.second-post-tag a {font-size: 12px;line-height: 1.2;}
	.second-post-title {margin: 0 0 10px 10px;}
	.second-post-title a {font-size: 18px;line-height: 1.2;font-weight: 700;}
	.second-post-desc p {font-size: 16px; }
	.second-post-item-2 {margin: 0 20px 30px 0;}
	.banner-top-240x400 {display: none;}
	.third-post-item {margin: 0 0 30px 5px;}
	.third-post-item-2 {margin: 0 20px 30px 0;}
	.top-anonce-item {margin: -30px 0 0 5px;}
	.section-title-1 {margin: 0 0 15px 40px;}
	.fourth-new-post {margin: 0 5px 30px 20px;}
	.fourth-top-news-item {margin: 30px 20px 0 0;}
	.fourth-top-item {margin: 0 25px 40px 0;}
	.fifth-top-news-item-1{margin: 0 0 30px 5px;}
	.fifth-top-news-item-2 {margin: 0 20px 30px 0;}
	.banner-top-240x400-2 {display: none;}
	.banner-top-240x400-3 {display: none;}
	.sixth-top-item {margin: 0 0 30px 5px;}
	.sixth-top-item-1 {margin: 30px 20px 30px 0;}
	.sixth-top-news-item-2 {margin: 30px 20px 0 0;}
	.eighth-post-item {margin: 0 0 40px 15px;}
	.eighth-post-item-2 {margin:0 0 30px 5px;}
	.eighth-post-item-3 {margin: 0 0 40px 15px;}
	.nine-post-item {margin:0 0 30px 5px;}
	.nine-post-item-1 {margin: 30px 20px 30px 0;}
	.more-btn {height: 40px;font-size: 15px;}
	.top-anonce-item {margin: 10px 0 30px 5px;}
/*========================full-new===============================*/
	.title-full-new h1 {font-size: 26px}
	.section-name {display: none;}
	.full-new-tag {display: none;}
	.full-new-info {margin: 0 0 0 20px; border: 0;}
	.full-new-top-subtitle {margin: 25px 0 10px 20px; font-size: 16px;}
	.full-new-top-shar h5 {font-size: 16px}
	.full-new-content {padding: 10px 0 0 0; font-size: 17px}
	.rm-full-new-content {padding: 10px 0 0 0; font-size: 17px}
	.top-content-blockquote {border-top: 2px solid #03989E;}
	.top-content-blockquote h3 {font-size: 17px;}
	.top-content-blockquote p {font-size: 17px; padding: 10px 0 0 140px;}
	.top-content-blockquote img {max-width: 120px; height: auto;}
	.content-blockquote {display: block;border-left: 2px solid #03989E; margin: 0 0 20px 20px;}
	.content-blockquote p {font-size: 17px;}
	.top-content {display: block; border-left: 2px solid #d6468a; margin: 0 0 20px 20px; background: rgba(3, 152, 158, 0.15);}
	.top-content p {font-size: 17px;}
	.new-still-block {border-top: 2px solid #03989E;}
	.new-still-block p {font-size: 15px;}
	.still-title h5 {font-size: 14px;}
	.banner-full-new-240x400 {display: none;}
/*========================section-news===========================*/
	.news-post-noimg {margin: 10px 10px 5px 20px;}
	.news-post-noimg:after {top: 5px;}
	.news-post-wimg {margin: 15px 0 5px 0;}
	.news-post-img {margin: 15px 0 10px 20px;}
	.news-post-title a {font-size: 17px;}
	.news-post-date {font-size: 14px;}
	.news-post-desc {font-size: 14px; line-height: 1.22;}
	.news-post-wimg:after {top: 5px;}

/*=============================feedback=============================*/
	.feedback-full-new {margin: 20px 0 30px 0;}
	.feedback-full-new:before {height: 2px;}
	.question-feedback-full-new p {font-size: 18px;}
	.btn-fedback-new {font-size: 15px;}
	.feedback-messenger {font-size: 17px;}
/*============================review=======================*/
	.read-all-review a {font-size: 14px;}
	.btn-review {height: 35px; padding: 0 5px 0 5px;}
	.swiper-button {margin-top: -65px; right: 30px; width: 90px;}
	.swiper-buttons-prev, .swiper-buttons-next {width: 25px;}
}


@media only screen and (max-width : 576px) {
	.main-header {position: fixed;height: 6vh;min-height: 60px;z-index: 1;}
	.top-post-item {margin: 40px 20px 30px 5px;}
	.top-post-img {margin-left: 5px;}
	.top-post-title a {font-size: 17px;line-height: 1;font-weight: 700;}
	.top-post-desc p {font-size: 15px;line-height: 1.2;}
	.section-title {margin: 10px 0 15px 40px;}
	.top-post-news {margin: 10px 20px 30px 25px;}
	.news-item {margin: 10px 10px 20px 20px;}
	.second-post-item {margin: 10px 20px 30px 5px;}
	.second-post-item-2 {margin: 10px 20px 30px 5px;}
	.second-post-img {margin-left: 5px;}
	.second-post-title a {font-size: 17px;line-height: 1;font-weight: 700;}
	.second-post-desc p {font-size: 15px;line-height: 1.2;}
	.third-post-item {margin: 10px 20px 30px 5px;}
	.third-post-item-2 {margin: 10px 20px 30px 5px;}
	.section-title-1 {margin: 10px 0 15px 40px;}
	.fourth-new-post {margin: 10px 20px 30px 25px;}
	.fourth-top-item {margin: 10px 20px 30px 5px;}
	.fifth-top-news-item-1 {margin: 10px 20px 30px 5px;}
	.fifth-top-news-item-2 {margin: 10px 20px 30px 5px;}
	.sixth-top-item {margin: 10px 20px 30px 5px;}
	.section-title-2 {margin: 10px 0 15px 40px;}
	.sixth-new-item-2 {margin: 10px 20px 30px 25px;}
	.seven-post-item {margin: 10px 20px 30px 5px;}
	.seven-post-item-2 {margin: 10px 20px 30px 5px;}
	.eighth-post-item {margin: 10px 20px 30px 5px;}
	.eighth-post-item-2 {margin: 10px 20px 30px 5px;}
	.eighth-post-item-3 {margin: 10px 20px 30px 5px;}
	.nine-post-item {margin: 10px 20px 30px 5px;}
	.nine-post-item-1 {margin: 10px 20px 30px 5px;}
	.read-more {margin: 10px 20px 30px 25px;}
	.more-btn {height: 40px;font-size: 15px;}
	.read-more-btn p {font-size: 16px;}
/*========================section-news===========================*/
	.news-post-noimg {margin: 10px 20px 5px 20px;}
	.news-post-noimg:after {top: 5px;}
	.news-post-wimg {margin: 10px 20px 10px 20px;}
	.news-post-img {margin: 20px 20px 0 30px;}
	.news-post-title a {font-size: 17px;}
	.news-post-date {font-size: 14px; margin-left: 25px}
	.news-post-desc {font-size: 14px; line-height: 1.22; margin-left: 25px;}
	.news-post-tag {margin-left: 25px;}
	.news-post-wimg:after {top: 5px;}
/*========================full-new===============================*/
	.title-full-new h1 {font-size: 22px}
	.full-new-content h2, h3 {margin: 35px auto 5px auto;}
	.top-content-blockquote img {max-width: 100px; height: auto;}
	.top-content-blockquote p {font-size: 17px; padding: 10px 0 0 120px;}
	.new-still-block {border-top: 2px solid #03989E;}
	.new-still-block h5 {font-size: 16px; font-weight: 500; padding: 30px 10px 20px 10px;}
	.new-still-block p {font-size: 14px; left: 0.1rem;}
	.related-news {margin: 30px 0 30px 0;}

/*===========================review=================*/
	.read-all-review {float: left; margin: 10px 0 10px 20px;}
	.section-title-review {margin: 20px 0 10px 0;}
	.section-title-review h3 {margin: 10px 0 10px 20px;}
	.post-item-review {margin: 15px 5px 30px 5px;}
	.post-item-review-1 {margin: 15px 5px 30px 5px;}
	.post-img-review {margin-left: 5px;}
	.swiper-button {margin-top: -45px; width: 90px;}
	.swiper-buttons-prev, .swiper-buttons-next {width: 25px;}
/*==========================swiper========================*/
	.swiper-buttons {width: 100%;}
	.btn-slider {width: 20px; height: 20px;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.top-post-news {margin: 30px 5px 30px 10px;}
	.second-post-item {margin: 10px 0 0 5px;}
	.top-post-item {margin: 15px 5px 30px 5px;}
	.top-post-item-right {margin: 15px 5px 30px 5px;}
	.second-post-item {margin: 15px 5px 30px 5px;}
	.second-post-item-2 {margin: 15px 5px 30px 5px;}
	.third-post-item {margin: 15px 5px 30px 5px;}
	.third-post-item-2 {margin: 15px 5px 30px 5px;}
	.fourth-new-post {margin: 30px 5px 30px 10px;}
	.fourth-top-item {margin: 15px 5px 30px 5px;}
	.fourth-top-news-item {margin: 15px 5px 30px 5px;}
	.fifth-top-news-item-1 {margin: 15px 5px 30px 5px;}
	.fifth-top-news-item-2 {margin: 15px 5px 30px 5px;}
	.sixth-top-item-1 {margin: 15px 5px 30px 5px;}
	.sixth-new-item-2 {margin: 30px 5px 30px 10px;}
	.seven-post-item {margin: 15px 5px 30px 5px;}
	.seven-post-item-2 {margin: 15px 5px 30px 5px;}
	.eighth-post-item {margin: 15px 5px 30px 5px;}
	.eighth-post-item-2 {margin: 15px 5px 30px 5px;}
	.eighth-post-item-3 {margin: 15px 5px 30px 5px;}
	.nine-post-item {margin: 15px 5px 30px 5px;}
	.nine-post-item-1 {margin: 15px 5px 30px 5px;}
	.ten-post-item-1 {margin: 15px 5px 30px 5px;}
	.ten-post-item-2 {margin: 15px 5px 30px 5px;}
	.ten-post-item-3 {margin: 15px 5px 30px 5px;}
	.read-more {margin: 15px 5px 30px 5px;}
	.top-anonce-item {margin: 10px 0 30px 0;}
	.related-news {margin: 30px 0 30px 0;}
	.banner-top-240x400 {display: block; z-index: 0; max-width: 80%;}
	.banner-top-240x400-2 {display: block; z-index: 0; max-width: 80%;}
	.banner-top-240x400-3 {display: block; z-index: 0; max-width: 80%;}
	.banner-hr-6 {display: block; z-index: 0; max-width: 95%;}
	.banner-hr-7 {display: block; z-index: 0; max-width: 95%;}
	.banner-hr-10 {display: block; z-index: 0; max-width: 95%;}
	.yandex_rtb_banner {display: block; position: relative; z-index: 0;}
	.btn-fedback-new {width: 80%;}
	.btn-fedback-new p {font-size: 15px;}
	.subscription {margin: 30px 0 20px 20px;}
	.subscription p {font-size: 16px;}
	.new-still-block img {margin: 20px; width: 90%;}
	.new-still-block h5 { font-size: 16px; font-weight: 600; padding: 0 5px 20px 20px; width: 100%;}
}

@media only screen and (max-width : 380px) {
	.section {padding-top: 60px;}
/*========================full-new===============================*/
	.title-full-new h1 {font-size: 18px; margin: 30px 0 10px 10px;}
	.full-new-info {margin: 0 0 0 0;}
	.full-new-date p {font-size: 13px;}
	.top-content-blockquote {display: block; position: relative;}
	.top-content-blockquote img {max-width: 240px; height: auto; margin-right: auto!important; margin-left: auto!important;}
	.clear {clear: both;}
	.top-content-blockquote p {font-size: 16px; padding: 10px 0 0 0;}
	.new-still-block {max-width: 160px;}
	.full-new-top-subtitle {margin: 25px 0 10px 20px; font-size: 14px; line-height: 1.4;}
	.full-new-top-shar h5 {font-size: 13px;}
	.full-new-content {padding: 10px 0 0 0; font-size: 16px;}
	.rm-full-new-content {padding: 10px 0 0 0; font-size: 16px;}
	.content-blockquote {display: block; border-left: 1px solid #03989E;margin: 0 0 20px 5px;}
	.content-blockquote p {font-size: 16px; padding: 0 10px 0 15px;}
	.top-content {display: block; border-left: 1px solid #d6468a;margin: 0 0 20px 5px;}
	.top-content p {font-size: 16px; padding: 10px 10px 10px 15px;}
	.new-still-block {max-width: 100%;} 
	.feedback-full-new {margin: 20px 10px 30px 0;}
	.footer-copyriting {margin: 0 10px 0 10px;}
	.new-still-block {margin: 20px 0 20px 0;}
	
}