html {
	box-sizing: border-box;
    font-size: 10px;
}
*, *::before, *::after {
	box-sizing: inherit;
	outline: none;
}
body {
	font-family: 'Tahoma', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: inherit;
	line-height: 1;
}
img {
	box-sizing: content-box;
	width: 100%;
	height: auto;
	border: none;
}
a {
	color: inherit;
	border: none;
}
input, textarea, option, select, button {
	border: none;
	font-family: inherit;
	line-height: 1;
}
button {
	cursor: pointer;
}
audio {
    display: block;
    width: 100%;
}
.container {
	position: relative;
	width: 1190px;
	margin: 0 auto;
	padding: 0 15px;
}
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
}
.clearfix::after {
	clear: both;
}
.title {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid #21836c;
    font-family: 'Arial';
    font-size: 2.8rem;
    color: #343636;
}
.mlink {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    font-size: 1.5rem;
    color: #6c6e6d;
}
.mlink:hover {
    color: #000;
}
.back {
    text-align: right;
    margin: 15px 0 0;
}
.back .link {
    display: inline-block;
    padding: 7px 10px;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid #214f46;
    background: #214f46;
}
.map {
    min-height: 400px;
    margin: 15px 0 0;
    background: #aaa;
}
.error {
    text-align: center;
}
.error .t1 {
    margin: 40px 0 50px;
    font-size: 10rem;
    font-weight: bold;
}
.error .t2 {
    margin: 0;
    font-size: 3rem;
}

/*================================================================================ HEADER */
.header {
    background: url(/usertpl/i/header-bg.jpg) no-repeat center / cover;
}
.header .hwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.header .hwrap .hleft,
.header .hwrap .hright {
    display: flex;
    flex-wrap: wrap;
    width: 580px;
}
.header .hwrap .hleft {
    justify-content: flex-start;
    align-items: center;
}
.header .hwrap .hright {
    justify-content: flex-end;
    align-items: flex-end;
}
.header .logo {
    display: block;
    margin: 0 28px 0 0;
}
.header .logo img {
    display: block;
    width: 142px;
}
.header .text {
    width: 410px;
    color: #0a3c32;
}
.header .text .t1 {
	margin: 0 0 5px;
	font-size: 1rem;
	text-transform: uppercase;
    line-height: 1.1;
}
.header .text .t2 {
	margin: 0 0 5px;
	font-size: 2.4rem;
}
.header .text .t3 {
	margin: 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-transform: uppercase;
}
.header .lang .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
    padding: 0 15px;
    font-size: 1.3rem;
    color: #575656;
    text-align: center;
    text-decoration: none;
    line-height: 2.4rem;
    background: #fff;
}

.menu {
    padding: 15px;
    background: #214f46;
}
.menu .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.menu .item {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    border-left: 2px solid #216c5a;
}
.menu .item:last-child {
    border-right: 2px solid #216c5a;
}
.menu .link {
    display: block;
    padding: 0 18px;
    font-size: 1.9rem;
    color: #fff;
    text-decoration: none;
    line-height: 2.3rem;
}
.menu .link:hover {
    opacity: .7;
}

    /*================================================================================== MAIN */
.main {
    background: url(/usertpl/i/body-bg.jpg) center / cover;
}
.main .mwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
}
.main .mwrap .mleft,
.main .mwrap .mright {
    width: 270px;
}
.main .mwrap .mcenter {
    width: 580px;
    margin: 0 20px;
}

.slider {
    min-height: 380px;
    background: #000;
}
.slider .item {
    display: block;
    height: 410px;
    padding: 15px 0;
    text-decoration: none;
    background: linear-gradient(150deg, #0b241f 0%,#2fc09e 100%);
}
.slider .item > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.slider .left {
    width: 570px;
    margin: 0 20px 0 0;
}
.slider .img {
    width: 570px;
    height: 380px;
    background: no-repeat center / cover;
}
.slider .text {
    margin: 0 0 20px;
    font-size: 2.9rem;
    color: #fff;
    line-height: 1.3;
}
.slider .link {
    display: inline-block;
    padding: 10px 15px 10px 50px;
    border-radius: 3px;
    font-size: 1.5rem;
    color: #124237;
    text-decoration: none;
    line-height: 2.1rem;
    background: #e5e5e5 url(/usertpl/i/side-menu-link-current.png) no-repeat 14px center;
}
.slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 588px;
    font-size: 0;
    text-align: center;
}
.slider .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 12px;
    border: 2px solid #000;
    margin: 0 3.5px;
    background: #000;
}
.slider .owl-dot.active {
    background: #fff;
}

/*  LEFT  */
.audio {
    margin: 0 0 20px;
}
.side-menu {
    margin: 0 0 15px;
    padding: 18px;
    color: #fff;
    background: linear-gradient(150deg, #0b241f 0%,#2fc09e 100%);
}
.side-menu .item {
    margin: 0 0 5px;
}
.side-menu .item:last-child {
    margin: 0;
}
.side-menu .link {
    display: block;
    padding: 10px 10px 10px 50px;
    border-radius: 3px;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 2.1rem;
    background: url(/usertpl/i/side-menu-link.png) no-repeat 14px center;
}
.side-menu .link.current,
.side-menu .link:hover {
    color: #124237;
    background: #e5e5e5 url(/usertpl/i/side-menu-link-current.png) no-repeat 14px center;
}
.blocks .item {
    display: block;
    margin: 0 0 15px;
    padding: 15px 15px 15px 70px;
    border: 1px solid transparent;
    font-size: 1.6rem;
    color: #228870;
    text-decoration: none;
    line-height: 1.8rem;
    background: no-repeat 20px center;
    background-color: #dbd9d9;
}
.blocks .item:hover {
    background-color: #bbb;
}
.index-left {
    margin: 0 0 30px;
}
.counters {
    padding: 35px;
    background: #f7f7f7;
}

/*  CENTER  */
.articles {
    margin: 0 0 30px;
}
.news .more {
    text-align: right;
}
.partners .article-data {
    padding: 25px 0 40px;
}

/*  RIGHT  */


/*============================================================================== SECTIONS */
/*================================================================================= NODES */
.article-wrap {
    border-top: 1px dashed #e5e5e5;
}
.article-node {
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.article-node .caption {
    display: inline;
    font-size: 1.7rem;
    color: #175849;
    line-height: 2rem;
    text-decoration: none;
}
.article-node .caption:hover {
    text-decoration: underline;
}
.article-node .more {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    padding: 0 15px;
    border: 1px solid transparent;
    font-size: 1.5rem;
    color: #6c6e6d;
    line-height: 2.5rem;
    background: #e5e5e5;
}
.article-node .more:hover {
    background: #d0cece;
}
.article-data .content {
    font-size: 1.5rem;
    color: #5c5d5d;
    line-height: 1.8rem;
}

.news-wrap {
    border-top: 1px dashed #e5e5e5;
}
.news-node {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.news-node .img {
    display: block;
    flex: 0 0 auto;
    width: 175px;
    height: 122px;
    margin: 0 15px 0 0;
    border: 1px solid #b5b4b4;
    background: no-repeat center / cover;
    box-shadow: inset 0 0 0 3px #fff;
}
.news-node .img:hover {
    box-shadow: none;
}
.news-node .caption {
    display: inline;
    font-size: 1.7rem;
    color: #175849;
    line-height: 2rem;
    text-decoration: none;
}
.news-node .caption:hover {
    text-decoration: underline;
}
.news-node .date {
    margin: 0 0 10px;
    font-size: 1.5rem;
    color: #969696;
}
.news-node .more {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    padding: 0 15px;
    border: 1px solid transparent;
    font-size: 1.5rem;
    color: #6c6e6d;
    line-height: 2.5rem;
    background: #e5e5e5;
}
.news-node .more:hover {
    background: #d0cece;
}
.news-data .img {
    width: 100%;
    height: 380px;
    margin: 0 0 20px;
    background: no-repeat center / cover;
}
.news-data .content {
    font-size: 1.5rem;
    color: #5c5d5d;
    line-height: 1.8rem;
}

.file-wrap {
    border-top: 1px dashed #e5e5e5;
}
.file-node {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.file-node .download {
    flex-shrink: 0;
    margin: 0 15px 0 0;
    padding: 0 15px;
    border: 1px solid transparent;
    font-size: 1.5rem;
    color: #6c6e6d;
    line-height: 2.5rem;
    background: #e5e5e5;
}
.file-node .download:hover {
    background: #d0cece;
}
.file-node .caption {
    width: 100%;
    margin: 0;
    font-size: 1.7rem;
    color: #175849;
    line-height: 2rem;
    text-decoration: none;
}
.file-node .date {
    font-weight: bold;
    color: #a2a2a2;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 0 0;
    border-bottom: 1px dashed #e5e5e5;
}
.gallery-node {
    display: block;
    width: 180px;
    height: 122px;
    margin: 0 20px 15px 0;
    border: 1px solid #b5b4b4;
    background: no-repeat center / cover;
    box-shadow: inset 0 0 0 3px #fff;
}
.gallery-node:nth-child(3n) {
    margin: 0 0 15px;
}
.gallery-node:hover {
    box-shadow: none;
}

/*=========================================================================== WAY, PAGING */
.paging {
    margin: 15px 0 0;
    font-size: 0;
    text-align: center;
}
.paging .page {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 7px 10px;
    border: 1px solid #214f46;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #214f46;
}
.paging .page.active {
    font-weight: normal;
    color: #214f46;
    background: #fff;
}


/*================================================================================ FOOTER */
.footer {
    padding: 35px 0 20px;
    font-size: 1.3rem;
    color: #2a3711;
    line-height: 1.6rem;
    background: #e8e8e8;
}
.footer .fwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer .block {
    margin: 0 35px 15px 0;
}
.footer .block:last-child {
    margin: 0 0 15px auto;
    text-align: right;
}
.footer a {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

/* ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ */
.sv-panel {
    display: none;
    padding: 20px 25px 25px;
    background: #333;
    color: #fff;
}
.sv-panel .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sv-panel .block {
    text-align: center;
}
.sv-panel .caption {
    margin: 0 0 20px;
    font-size: 1.8rem;
    font-weight: bold;
}
.sv-panel .option {
    font-size: 1.6rem;
}
.sv-panel .option .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7.5px;
    cursor: pointer;
}
.sv-panel .size .item,
.sv-panel .color .item,
.sv-panel .image .item {
    width: 50px;
    height: 50px;
}
.sv-panel .spacing .item {
    width: 100px;
    height: 50px;
}

.sv-toggle {
    width: 100%;
    text-align: right;
}
.sv-toggle .block {
    margin: 0 0 20px;
    padding: 0 20px;
    color: #000;
    cursor: pointer;
}
.sv-toggle span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sv-toggle img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin: 0 0 0 20px;
}
#sv-yes {
    display: inline-block;
}
#sv-no {
    display: none;
}