html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 1.375;
    font-size: 16px;
    padding-top: 100px;

    /*display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    min-height: 100vh;
    height: 1px;*/
}
h1, .h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}
h2, .h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}
h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 11px;
}
.content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
p a{color:#135A9E;}
*, *:hover, *:focus {
    outline: none !important;
}
blockquote {
    padding: 0 30px 0 70px;
    font-style: italic;
    margin: 0;
    line-height: 1.5em;
    border-left: 2px solid #000;
    padding-left: 18px;
    margin-top: 28px;
    margin-bottom: 28px;
}
.gray {
    opacity: 0.5;
}
.black {
    color: #000 !important;
}
.white {
    color: #fff;
}
.pink {
    color: #E9728A;
}
.lightgray {
    opacity: 0.32;
}
.green {
    color: #54A128;
}
.green-bg {
    background-color: #54A128;
}
.orange {
    color: #F9AD1C;
}
.orange-bg {
    background-color: #F9AD1C;
}
.blue {
    color: #18A0FB;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-32 {
    font-size: 32px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-88 {
    font-size: 88px;
}
.strong,
.weight-700 {
    font-weight: 700;
}
.weight-600 {
    font-weight: 600;
}
.weight-500 {
    font-weight: 500;
}
.weight-400 {
    font-weight: 400;
}
.weight-100 {
    font-weight: 100;
}
.font-italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.inset {
    max-width: 100%;
    height: auto;
}
.socnet {
    align-items: center;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}
.socnet > a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    width: 32px;
    height: 32px;
    border-radius: 18px;
    color: #fff !important;
    text-align: center;
    line-height: 34px;
    margin: 4px;
    font-size: 16px;
    color: #fff;
}
/*
.socnet > a.m {
    background-color: #3b5998;
}
.socnet > a.f {
    background-color: #3b5998;
}
.socnet > a.v {
    background-color: #4c6c91;
}
.socnet > a.o {
    background-color: #f68634;
}
.socnet > a.t {
    background-color: #55acee;
}
.socnet > a.i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.socnet > a.tg {background-color: #0088cc;}
.socnet > a.y {background-color: #ff0000;}
.socnet > a.l {background-color: #0077b5;}
.socnet > a.p {background-color: #bd081c;}
.socnet > a.r {background-color: #ff4500;}
*/
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    bottom: -20px;
    flex-wrap: wrap;
    height: 8px;
    overflow: hidden;
}
.slick-dots > li {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #EC008C 0.1%, #EC008C 15.81%, #125A9E 100.03%);
    margin: 0 4px;
    border-radius: 5px;
}
.slick-dots > li > button {
    text-indent: -9999px;
    background: #ffffff;
    width: 6px;
    border: none;
    margin: 0;
    height: 6px;
    border-radius: 10px;
    font-size: 0;
    display: block;
    padding: 0;
    cursor: pointer;
}
.slick-dots > li.slick-active > button {
    background: transparent;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    background: transparent;
    height: 48px;
    width: 48px;
    margin-top: -24px;
    border: none;
    z-index: 9;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 30px;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);*/
    outline: none !important;
}
.dark-theme .slick-prev.slick-arrow,
.dark-theme .slick-next.slick-arrow {
    background: rgba(0,0,0,0.2);
}
.slick-prev.slick-arrow {
    left: -30px;
}
.slick-next.slick-arrow {
    right: -30px;
}
.slick-prev.slick-arrow:after,
.slick-next.slick-arrow:after {
    content: '';
    display: block;
    border-left: 3px solid rgba(0, 0, 0, 0.16);
    border-top: 3px solid rgba(0, 0, 0, 0.16);;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.slick-prev.slick-arrow:after {
    transform: rotate(315deg);
}
.slick-next.slick-arrow:after {
    transform: rotate(135deg);
}

[class*=border-] {
    border-color: rgba(0,0,0,0.16) !important;
}
.gray-bg {
    background: #f6f6f6;
}
.gray-area {
    border-radius: 16px;
    background: #f6f6f6;
}
.white-bg {
    background: #FFFFFF;
}
.bx-breadcrumb {
    /*display: flex;
    flex-wrap: nowrap;
    */
    padding: 23px 0 26px;
    font-size: 12px;
    font-weight: 500;
}
.bx-breadcrumb-item {
    margin-right: 5px;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    display: inline;
}
.bx-breadcrumb-item > a,
.bx-breadcrumb-item > i {
    opacity: 0.5;
    white-space: nowrap;
}
/*.ymaps-layers-pane{
    filter: grayscale(100%);
    filter: url(/img/filters.svg#grayscale);
    -webkit-filter: grayscale(1);
}
.ymaps-point-overlay > ymaps > .ymaps-image-with-content {
    background-image: url(/images/ico-map-point.png) !important;
}*/

.btn-light {
    background-color: #fff;
    border-color: #EBEBEB;
}
.white .btn-light {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}
.btn-lightgray {
    color: #2C69DE;
    background: #EBEBEB;
    border-color: #EBEBEB;
}
.form-control {
    border-color: #EBEBEB;
}

.header-search-form {
    width: 32px;
    height: 32px;
    position: relative;
}
.header-search-text {
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: none !important;
    z-index: 1;
    background-clip: padding-box !important;
}
.header-search-submit {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 3px;
    border: none;
    background: none;
}
.header-search-text,
.header-search-submit {
    -webkit-transition: all 0.3s ease-out ;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out ;
    transition: all 0.3s ease-out ;
}
.header-search-text:focus {
    left: -260px;
    width: 292px;
    background: #fff !important;
}
.header-search-text:focus + .header-search-submit,
.header-search-submit:focus {
    z-index: 2;
}
/***************************************************************************************************/
header {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: visible;
}
.logo-link {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 158px;
    height: 158px;
    border-radius: 100%;
    position: relative;
    display: block;
    padding: 16px 15px;
}
.logo-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    height: 100px;
    background: #fff;
}
.logo-link > img {
    position: relative;
	width: 128px;
	height: auto;
}
@media screen and (max-width:991px) {
	.logo-link {
		width: 95px;
		height: 95px;
	}
	.logo-link > img {
		width: 64px;
	}
}
@media screen and (max-width:576px) {
	header { height: 120px!important;}
}
.header-menu {
    padding: 0;
    margin: 0 -12px;
    display: flex;
    align-items: center;
}
.header-menu > a {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.5;
    color: #000000;
    display: block;
    padding: 0 12px;
    border-right: 0.5px dashed rgba(0,0,0,1);
    height: 18px;
}
.header-menu > a:hover {
    opacity: 1;
    border-right: 0.5px dashed rgba(0,0,0,0.5);
}
.header-menu > a.active {
    font-size: 16px;
    color: #54A128;
    font-weight: bold;
    opacity: 1;
    border-right: 0.5px dashed rgba(0,0,0,0.5);
}
.header-menu > a:last-child {
    border-right: none;
}
.index-block-1-item {
    height: 297px;
    color: #fff !important;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    padding: 3px 20px !important;
}
.index-block-1-item:nth-child(1) {
    background-image: linear-gradient(180deg, rgba(52, 51, 51, 0) 54%, #308839 91%), url(/images/index-block-1-1.jpg);
}
.index-block-1-item:nth-child(2) {
    background-image: linear-gradient(180deg, rgba(52, 51, 51, 0) 54%, #308839 91%), url(/images/index-block-1-2.jpg);
}
.index-block-1-item:nth-child(3) {
    background-image: linear-gradient(180deg, rgba(52, 51, 51, 0) 54%, #308839 91%), url(/images/index-block-1-3.jpg);
}
.index-block-1-item:nth-child(4) {
    background-image: linear-gradient(180deg, rgba(52, 51, 51, 0) 54%, #308839 91%), url(/images/index-block-1-4.jpg);
}
.index-block-1-item:nth-child(5) {
    background-image: linear-gradient(180deg, rgba(52, 51, 51, 0) 54%, #308839 91%), url(/images/index-block-1-5.jpg);
}
.white-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px 6px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
}
.index-block-2-wb {
    background: url(/images/corner-lt.png) left top, url(/images/corner-rb.png) right bottom #fff;
    background-repeat: no-repeat;
}
.video-item-img {
    display: block;
    margin-bottom: 6px;
    box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    max-width: 100%;
}
.index-block-4-wb {
    background: url(/images/corner-rt.png) right top, url(/images/corner-lb.png) left bottom #fff;
    background-repeat: no-repeat;
}
.fscreen-popup {
    width: 100vw;
    height: 99vh;
    margin: 0;
    padding: 0 !important;
    overflow: auto;
}
.article-top {
    height: 624px;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.article-top:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.article-top h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    margin: 0;
    position: relative;
    z-index: 2;
}
.article-content {
    font-size: 18px;
    line-height: 28px;
    padding-top: 75px;
    padding-bottom: 380px;
    background: url(/images/corner-lt-big.png) left top, url(/images/corner-rb-big.png) right bottom, url(/images/logo-big.png) right top, url(/images/corner-lb-big.png) left bottom #fff;
    background-repeat: no-repeat;
}
.article-content h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2em;
}
.article-content a {
    color: #0904FF;
}
.article-content > .container {
    padding-right: 200px;
}
.fancybox-close-small:after {
    font: 36px/32px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #fff;
}
.popup-video {
    width: 1280px;
    max-width: 90%;
}
.fancybox-slide.fscreen-wrap:before {
    display: none;
}








