@font-face {
    font-family: "PlumbCondensed";
    src: url('css/fonts/plumbcondensed-regular.eot'),
         url('css/fonts/plumbcondensed-regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PlumbCondensed";
    src: url('css/fonts/plumbcondensed-bold.eot'),
         url('css/fonts/plumbcondensed-bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Trebuchet";
    src: url('css/fonts/trebuchet-ms.eot'),
         url('css/fonts/trebuchet-ms.ttf') format("truetype");
}
@font-face {
    font-family: "Consolas";
    src: url('css/fonts/Consolas.eot'),
         url('css/fonts/Consolas.ttf') format("truetype");
}
@font-face {
    font-family: "Candara";
    src: url('css/fonts/Candara.eot'),
         url('css/fonts/Candara.ttf') format("truetype");
}

hr {
	margin: 35px 0 0;
}

body {
	min-height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

h1 {
	font-size: 36px;
	font-family: "PlumbCondensed";
	color: rgb( 0, 0, 0 );
	text-transform: uppercase;
	line-height: 1.15;
	text-align: left;
}
h2, .title-h2 {
	display: block;
	font-size: 30px;
	font-family: "PlumbCondensed";
	color: rgb( 0, 0, 0 );
	text-transform: uppercase;
	line-height: 1.15;
	text-align: left;
	margin: 20px 0 10px;
}
h3, .title-h3 {
	display: block;
	font-size: 24px;
	font-family: "PlumbCondensed";
	color: rgb( 0, 0, 0 );
	text-transform: uppercase;
	line-height: 1.15;
	text-align: left;
	margin: 20px 0 10px;
}

a {
	-webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}
a:hover,
a:focus {
	color: #005884;
	text-decoration: none;
}

.container.static {
    font-size: 16px;
    font-family: "Trebuchet";
    color: rgb( 36, 36, 36 );
    line-height: 1.5;
    margin-bottom: 25px;
}
.container.static p {
	/*margin: 0;*/
}
.container.static ul,
.container.static ol {
	padding-left: 20px;
}
.title-azure {
	font-size: 36px;
	font-family: "PlumbCondensed";
	color: rgb( 52, 149, 163 );
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.container.static .float-left {
	float: left;
	    margin: 10px 30px 10px 0;
}
.container.static + div + .activity-media-wrap {
	margin: 25px 0;
}
.about-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 35px 0 35px;
}
.about-menu .about-menu-item {
	width: 32%;
}
.about-menu .about-menu-item:hover > div {
	color: #005884;
}
.about-menu .about-menu-item > div {
	font-size: 24px;
	font-family: "PlumbCondensed";
	color: rgb( 36, 36, 36 );
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 10px;
	transition: color 300ms ease-in-out;
}
.contacts-map-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 35px 0 35px;
}
.contacts-map-form .contacts-map {
	flex-grow: 1;
}


.section-header {
	font-size: 30px;
	font-family: "PlumbCondensed";
	color: rgb( 0, 88, 132 );
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 35px;
	padding-left: 40px;
}
.section-header.white {
	color: white;
	text-shadow: 2px 2.5px 0px rgba( 0, 0, 0, .25 );
}

.btn-imetria {
	font-size: 16px;
	font-family: "PlumbCondensed";
	color: rgb( 255, 255, 255 );
	text-transform: uppercase;
	padding: 10px 20px;
    border: 2px solid white;
    border-radius: 25px;
    width: 200px;
    display: block;
    margin: auto;
    text-align: center;
	background-color: transparent;
    -webkit-transition: color 300ms ease-in-out,
    			background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out,
    			background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out,
    			background-color 300ms ease-in-out;
}
.btn-imetria:hover {
	background-color: rgba(255,255,255,.15);
	color: rgb( 178, 205, 218 );
}

header {
	-webkit-box-shadow: 1px 0 9px rgba(0, 0, 0, .65);
	        box-shadow: 1px 0 9px rgba(0, 0, 0, .65);
}
.header-info {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px 25px;
	-webkit-transition: padding 300ms ease-in-out;
	-o-transition: padding 300ms ease-in-out;
	transition: padding 300ms ease-in-out;
	background-color: white;
	position: relative;
	z-index: 10;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f4f4f4;
}
.header-info-column {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header-logo {
	font-size: 12px;
	font-family: "Trebuchet";
	color: rgb( 0, 88, 132 );
	text-transform: uppercase;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 30px;
}
.header-logo a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	text-decoration: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-logo span {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.header-logo img {
	width: 135px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.header-info.fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, .95);
    z-index: 9;
    padding: 10px 25px;
    -webkit-box-shadow: 0px 0 11px rgba(0, 0, 0, .75);
            box-shadow: 0px 0 11px rgba(0, 0, 0, .75);
}
.header-info.fixed .header-logo {
	font-size: 8px;
}
.header-info.fixed .header-logo img {
	width: 75px;
}
.header-info.fixed .header-logo span {
	margin-top: 3px;
}
.header-info.fixed .header-contacts {
	line-height: 1;
}
.header-info.fixed + .header-nav {
	padding-top: 114px;
}
.header-info.fixed .address {
	display: none;
}


.header-search {
	/*padding: 15px;*/
}

.header-contacts {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.header-contacts .address a {
  font-size: 14px;
  font-family: "Trebuchet MS";
  color: rgb( 43, 43, 43 );
  font-weight: bold;
}
.header-contacts .phone a {
  font-size: 27px;
  font-family: "PlumbCondensed";
  color: rgb( 43, 43, 43 );
}
.header-contacts .phone a:hover,
.header-contacts .address a:hover {
	color: #005884;
}
.header-contacts img {
	margin-right: 10px;
}
.header-contacts > div {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: unset;
	-webkit-box-align: unset;
	    -ms-flex-align: unset;
	        align-items: unset;
}
.header-contacts .addresses {
	flex-wrap: wrap;
	text-align: right;
	justify-content: flex-end;
}
.header-contacts .addresses .addresses-col {
	margin-left: 20px;
}
.header-contacts .addresses .address {
	width: 100%;
    max-width: 290px;
}


.header-contacts .addresses .addresses-col .phone {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.header-contacts .addresses .addresses-col .phone .whatsapp {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(/local/templates/imetria/img/whatsapp.png) no-repeat;
	background-size: contain;
	margin-left: 8px;
	border-bottom: none;
}

.header-contacts .addresses .address a {
	border-bottom: 1px dashed rgb( 43, 43, 43 );
}
.header-contacts .addresses .address + .address {
	margin-top: 5px;
}

.page-contacts .addresses {
	flex-wrap: wrap;
	text-align: left;
	justify-content: space-around;
	display: flex;
}
.page-contacts .addresses .addresses-col {
	margin-left: 20px;
	margin-bottom: 20px;
}
.page-contacts .addresses .address {
	width: 100%;
    max-width: 290px;
}


.page-contacts .addresses .addresses-col .phone {
	display: flex;
	align-items: center;
}

.page-contacts .addresses .addresses-col .phone a,
.page-contacts .addresses .addresses-col .address a {
	color: #2b2b2b;
}

.page-contacts .addresses .addresses-col .phone .whatsapp {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url('/local/templates/imetria/img/whatsapp.png') no-repeat;
	background-size: contain;
	margin-left: 8px;
	border-bottom: none;
}

.page-contacts .addresses .address a {
	border-bottom: 1px dashed rgb( 43, 43, 43 );
}
.page-contacts .addresses .address + .address {
	margin-top: 5px;
}

.section-wrap {
	padding: 50px 15px 75px;
}

footer {
	margin-top: auto;
	-webkit-box-shadow: -1px 0 9px rgba(0, 0, 0, .65);
	        box-shadow: -1px 0 9px rgba(0, 0, 0, .65);
	background-color: #f4f4f4;
	border-top: 20px solid #f1f1f1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
}
.footer-info {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 20px;
	font-size: 14px;
  	font-family: "Consolas";
}
.footer-info a {
	color: rgb( 64, 64, 64 );
}
.footer-text {
	margin-bottom: 25px;
}
.footer-info > div:first-child {
	width: 30%;
}
.footer-nav {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 60%;
}
.footer-socials {
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.footer-socials li + li {
	margin-left: 10px;
}
.footer-socials li {
	opacity: .75;
	-webkit-transition: opacity 300ms ease-in-out,
				-webkit-transform 300ms ease-in-out;
	transition: opacity 300ms ease-in-out,
				-webkit-transform 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out,
				transform 300ms ease-in-out;
	transition: opacity 300ms ease-in-out,
				transform 300ms ease-in-out;
	transition: opacity 300ms ease-in-out,
				transform 300ms ease-in-out,
				-webkit-transform 300ms ease-in-out;
}
.footer-socials li:hover {
	opacity: 1;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.footer-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 20px;
	margin-top: 20px;
}
.footer-nav ul {
	list-style: none;
	margin: 0;
}
.footer-nav ul li + li {
	margin-top: 10px;
}

footer .container {
	max-width: 1200px;
	width: 100%;
	padding: 15px;
}
.copyrights_author {
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	    align-self: flex-end;
    font-size: 12px;
    font-family: "Trebuchet";
    color: rgb( 160,160,160 );
    line-height: 1.3;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: .55;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.copyrights_author:hover {
    opacity: 1;
    color: rgb( 160,160,160 );
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}
.copyrights_author img {
    width: 20px;
    margin-left: 5px;
}

.activity-media-wrap {
	background-image: url("/local/templates/imetria/img/media-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0;
	-webkit-box-shadow: -1px 0 9px rgba(0, 0, 0, .65);
	        box-shadow: -1px 0 9px rgba(0, 0, 0, .65);
}
.activity-extra-desc {
	margin-top: 50px;
}
.activity-extra-desc {
  font-size: 16px;
  font-family: "Trebuchet";
  color: rgb( 69, 69, 69 );
  line-height: 1.3;
}
.activity-extra-desc .title-h2 {
  font-size: 36px;
  font-family: "PlumbCondensed";
  color: rgb( 0, 0, 0 );
  text-transform: uppercase;
}
.btn-custom-blue,
.btn-custom-blue:focus {
	font-size: 18px;
	font-family: "PlumbCondensed";
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	text-transform: uppercase;
	background-color: #4e97be;
	border-radius: 7px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}
.btn-custom-blue:hover {
	background-color: #3d7694;
}
.btn-transparent {
	display: block;
	max-width: 220px;
	font-size: 16px;
	font-family: "PlumbCondensed";
	color: rgb( 255, 255, 255 );
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 20px;
	padding: 8px 50px;
	border: 1px solid white;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
	margin: 30px auto 10px;
}
.btn-transparent:hover {
	background-color: rgba( 255, 255, 255, .15 );
}

.title-white {
  font-size: 30px;
  font-family: "PlumbCondensed";
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-transform: uppercase;
}

.text-title:first-child {
	margin-top: 0;
}
.text-title {
	display: block;
    font-size: 22px;
    font-family: "PlumbCondensed";
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
    line-height: 1.15;
    text-align: left;
    margin: 25px 0 5px;
}

.footer-top .header-logo {
	display: flex;
	flex-direction: column;
}
.zoon-widget-comments {
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-top: 15px;
}



@media (max-width: 1200px) {
	.banner-slide .slide-title,
	.banner-slide .slide-title a {
		font-size: 50px;
	}
}

@media (max-width: 1000px) {
	.header-nav {
		display: none;
	}
	.header-info {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		position: initial;
	}
	.header-info > div {
		width: 100%;
	}
	.header-contacts .addresses {
		justify-content: center;
		text-align: center;
	}
	.header-contacts .addresses .address {
		text-align: right;
	}
	.header-logo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.header-contacts {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.header-search {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.header-contacts {
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 20px 0 25px;
	}
	.mobile-nav-icon {
		margin: auto;
	}

	.advantages {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.advantage {
		margin: 0 2%;
	}

	.activity {
		padding: 25px 0 25px 30px;
	}
	.activity-title a {
		font-size: 36px;
		line-height: 1;
	}
	.activity-text,
	.activities-list-menu a {
		font-size: 16px;
	}
	.activity-preview {
		width: 40%;
	}
	.activity-info {
	    width: 55%;
	    margin: 0 auto 0 0;
	}

	.news-list-new {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.news-item-new,
	.news-item-new:nth-child(n + 5) {
		width: 30%;
		margin: 1.5%;
	}
	.banner-slide-content {
		width: 55%;
	}

	.footer-nav {
		width: 65%;
	}

	.contacts-map {
		width: 60%;
	}
	.contacts-form {
		width: 40%;
	}
	header {
		position: relative;
	}

	.header-info {

		padding-bottom: 52px;
	}

	.header-info-column {
		display: block;
	}
	.header-search {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 20px;
	}
}

@media (max-width: 780px) {
	.contacts-map-form {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.contacts-map {
		width: 100%;
		margin-top: 20px;
		order: 1;
	}
	.contacts-form {
		width: 100%;
	}
	.contact-form {
		margin-left: 0;
	}

	.banner-slide-content {
		width: 60%;
		right: initial;
		left: 20%;
	}

	.review-info {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.news-item-new,
	.news-item-new:nth-child(n + 5) {
		width: 45%;
		margin: 2.5%;
	}
	
	.footer-info {
		padding: 0;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-info > div:first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
	}
	.footer-info > .footer-nav {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer-text {
		margin: 20px 0;
	}

	.about-menu .about-menu-item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.container.static .float-left {
		float: none;
		text-align: center;
	}
}

@media (min-width: 601px) and (max-width: 900px) {
	.activity-preview {
		position: absolute;
		top: 15%;
		right: 0;
		pointer-events: none;
		z-index: 0;
		width: 50%;
	}
    .activity-info {
    	width: 100%;
    	text-shadow: 1px 1px 5px rgba(0, 0, 0, .75);
    	z-index: 1;
    	padding-right: 25px;
    }
}


@media (max-width: 650px) {
	.header-contacts .addresses .address {
		text-align: center;
	}

	.footer-top .addresses .address {
		text-align: right;
	}

	.footer-top .header-contacts .addresses {
		justify-content: flex-end;
		text-align: center;
	}

	.footer-top .header-contacts .addresses .addresses-col {
		margin-left: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {


	.banner-top {
		height: 100vh;
	}
	.banner-slide-content {
		width: 100%;
		position: absolute;
		top: 10%;
		left: 0;
		padding: 30px;
	}
	.banner-slide .slide-title,
	.banner-slide .slide-title a {
		font-size: 36px;
		text-align: center;
	}
	.banner-slide-nav {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.banner-slide-nav .read-more {
		margin-bottom: 15px;
	}
	.read-more + .read-all {
		margin-left: 0;
	}
	.banner-top .banner-socials {
		left: 15px;
	}
	.banner-top .slider-nav {
		right: 15px;
	}
	.section-header {
		padding-left: 0;
		text-align: center;
	}

	.section-wrap {
		padding: 50px 15px 50px;
	}

	.advantages {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.activities-list-wrap {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		max-height: initial;
	}
	.activities-list-menu {
		width: 100%;
		padding: 15px;
		max-width: 100%;
	}
	.activities-list-menu > ul {
		max-height: 260px;
		margin-bottom: 35px;
	}
	.activities-list-menu .mCSB_container > li + li {
		margin-top: 15px;
	}
	.activities-list-menu .parent + ul {
		margin: 5px 0;
	}
	.activity {
		padding: 15px;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.activity-info {
		width: 100%;
	}
	.activity-text p + p {
		margin-top: 10px;
	}
	.activity-preview {
		width: 100%;
		margin-top: 15px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.activity-title a {
		font-size: 36px;
		text-align: center;
	}
	.news-detail-wrap .news-detail-img {
		float: none;
		margin: 0;
		width: 100%;
	}


	.news-list-new .news-item-new {
		width: 100%;
		height: 240px;
		margin: auto;
	}
	.news-list-new .news-item-new + .news-item-new {
		margin-top: 20px;
	}
	.news-item-new:nth-child(n + 5) {
		margin-top: 0;
	}

	.review-desc {
		text-align: center;
	}
	
	.footer-top {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0;
	}
	.footer-info {
		padding: 0;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-info > div:first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
	}
	.footer-info > .footer-nav {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.footer-nav ul:first-child {
		width: 100%;
	}
	.footer-nav ul + ul {
		margin-top: 20px;
	}
	.footer-nav ul:last-child {
		margin-left: auto;
	}
	.footer-text {
		margin: 20px 0;
	}
	.footer-bottom {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.copyrights_author {
		-ms-align-self: center;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		margin-top: 20px;
	}


	.breadcrumb {
		padding: 15px 0 0;
	}
	.breadcrumb > li + li:before {
    	padding: 0 5px;
	}
	h2, .title-h2 {
		font-size: 26px;
	}

	.disciplines-list-wrap .title-h2 {
		padding-right: 70px;
	}
	.disciplines-list .slider-nav-left {
	    right: 35px;
	}
	.disciplines-list .slick-arrow {
		top: -45px;
		padding: 5px;
	}
	.activity-text-top,
	.discipline-text,
	.activity-extra-desc > div {
		text-align: justify;
	}

	.price-list {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.price-list-items {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.price-title,
	.price-text {
		text-align: center;
	}
	.price-item {
		width: 100%;
		padding: 35px 15px 35px 15px;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.price-item:nth-child(2) {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.price-info {
		width: 100%;
	}
	.timetable-link {
		text-align: center;
	}

	.footer-top .addresses .address {
		text-align: center;
	}

	.footer-top .header-contacts .addresses {
		justify-content: center;
		text-align: center;
		max-width: 265px;
	}

	.footer-top .header-contacts .addresses .addresses-col {
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.page-contacts .addresses .addresses-col .phone {
		justify-content: center;
		margin-bottom: 20px;
	}
	.header-contacts .addresses .addresses-col {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.header-contacts .addresses .addresses-col .phone {
		justify-content: center;
	}

}


.message-highlight {
	max-width: 400px;
	border: 2px solid #407d95;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 15px auto;
}
.message-highlight__text {
	text-align: center;
	font-size: 17px;
}
.message-highlight__text strong {
	color: #407d95;
}
.message-highlight__link {
	font-size: 18px;
	font-family: "PlumbCondensed";
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #407d95;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 15px 0 0;
	transition: background-color 300ms ease-in-out;
}
.message-highlight__link:hover,
.message-highlight__link:focus {
	background-color: #366679;
	color: rgb( 255, 255, 255 );
}