@font-face {
    font-family: 'MPLUSRounded1c';
    font-style: normal;
    font-weight: 200;
    src: local('MPLUSRounded1c'), local('MPLUSRounded1c'),
        url(../images/fonts/MPLUSRounded1c-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'MPLUSRounded1c';
    font-style: normal;
    font-weight: 400;
    src: local('MPLUSRounded1c'), local('MPLUSRounded1c'),
        url(../images/fonts/MPLUSRounded1c-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'MPLUSRounded1c';
    font-style: normal;
    font-weight: bold;
    src: local('MPLUSRounded1c'), local('MPLUSRounded1c'),
        url(../images/fonts/MPLUSRounded1c-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'MPLUSRounded1c';
    font-style: normal;
    font-weight: 600;
    src: local('MPLUSRounded1c'), local('MPLUSRounded1c'),
    url(../images/fonts/MPLUSRounded1c-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'MPLUSRounded1c';
    font-style: normal;
    font-weight: 700;
    src: local('MPLUSRounded1c'), local('MPLUSRounded1c'),
    url(../images/fonts/MPLUSRounded1c-ExtraBold.ttf) format('truetype');
}
@font-face {
    font-family: 'MPLUSRounded1c';
    font-style: normal;
    font-weight: 900;
    src: local('MPLUSRounded1c'), local('MPLUSRounded1c'),
        url(../images/fonts/MPLUSRounded1c-Black.ttf) format('truetype');
}

body {
    text-align:center;
    line-height: 0;
}
.main-container {
    background:white;
    display:inline-block;
    /*max-width:1200px;*/
    width:100%;
    overflow:hidden;
    min-height:100%;
    margin:0;
    position:relative;
    line-height:1.2em;
    box-shadow: 0 0 20px rgba(255,255,255,0.4);
}


.mb-menu {display:none;}

.menu-main.stick .logo span:nth-child(2) {font-size:14px; margin-top:-3px;}
.menu-main.stick .logo img {width:27px;}
.menu-main.stick.show {}
.menu-main.stick {
    position: fixed;
    top:0;
    background:white;
}
.menu-main.stick a {
    color:black;
}
.menu-main-margin {height:60px;}
.menu-main .side-left,
.menu-main .side-right {
    vertical-align: middle;
}
.menu-main .side-right {
    padding-left:30px !important;
}
.menu-main {
    background:rgba(0,0,0,0.8);
    position:fixed;
    z-index:100;
    height:60px;
    transition: top 300ms;
    box-shadow: 0 10px 0 rgba(0,0,0,0.3);
    width:100%;
    transition: all 300ms;
}
.menu-right {
    text-align: left;
    border-left:1px solid #b9bfc2;
    height:25px;
    margin-top:-3px;
    position: relative;
}
.menu-right .ico {
    cursor: pointer;
}
.menu-right .pad {
    padding-left:20px !important;
}

.menu-cont .pc-menu {
    display: block;
    text-align: justify;
    text-align-last: justify;
    word-spacing: 2.7em;
}
.menu-cont a.sel:hover,
.menu-cont a.sel {
    border-radius: 20px;
    border:1px solid #555;
    padding:10px 30px;
    margin:0 -30px;
}

.menu-cont a:hover {color:#d40000;}
.menu-cont a {
    color:white;
    display: inline-block;
    text-decoration: none;
    font-size:18px;
    padding:16px 0;
    word-spacing: normal;
    font-weight: bold;
}

.menu-cont .menu-left a:hover {color:#d40000;}
.menu-cont .menu-left a {
    color:black;
}

.menu-cont {
    height:60px;
    line-height: 60px;
}
.menu-main .menu-subs a:hover {color:#d40000;}
.menu-main .menu-subs a.sel,
.menu-main .menu-subs a {
    display: block;
    text-decoration: none;
    padding:8px 30px 8px 15px;
    margin:0;
    line-height: 1.2em;
    border:none;
    background:none;
    text-align: left;
    text-align-last: left;
    color:black;
}
.menu-subs.hover {
    padding-top:7px;
    padding-bottom:7px;
    max-height:400px;
}
.menu-subs {
    overflow: hidden;
    display:inline-block;
    padding-top:0;
    padding-bottom:0;
    position: absolute;
    max-height:0;
    padding:0 0;
    margin:60px 0 0 -15px;
    background:#fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 0;
    transition: all 300ms;
}

.menu-cont a.more-menu-item {
    display: none;
}

.map-cont {height:500px; background:#f9f6ed;}

.strokes {
    margin-top:30px;
    margin-bottom:20px;
}
.stroke:hover {
    color:black;
    text-shadow: 0 1px 2px white;
}
.stroke {
    background:url() no-repeat 50% 50%;
    background-size:100% 100%;
    display: block;
    padding:15px 25px;
    text-decoration: none;
    color:black;
    font-weight: 500;
    font-size:17px;
    text-align: center;
}

.bread-cont span {}
.bread-cont a:hover {color:#d40000;}
.bread-cont a {color:#68744c;}
.bread-cont {
    background:#d5d9cb;
    color:#808080;
    padding:15px 0 15px;
    font-size:14px;
}
.content > .bread {margin-top:-15px; margin-bottom:15px;}

.content.minheight {min-height: 600px;}
.content {
    padding-bottom:30px;
}
.content p.text-center {text-align:center;}
.content p {text-align: justify;}
.content table.hidden {
    margin:10px 0 15px;
}
.content table.hidden td {
    padding:0 10px 5px 0;
}

.ico.red {
    border-radius:16px;
    width:32px;
    height:32px;
    display: inline-block;
    background-position: 50% 50%;
    background-color:#d40000;
    margin-right:0;
}

.socials {margin-top:-3px;}
.socials i {margin-left:3px}


.top {
    background:url(../images/design/back.png) no-repeat 50% 50%;
    background-size:cover;
    background-attachment: fixed;
    padding-top:60px;
}
.top .row {
    min-height:50vh;
    padding-bottom: 5vh
}
.top .row .col {height:100%;}

.logo {
    height:50vh;
    display: block;
    background:url(../images/design/logo.png) no-repeat 0% 65%;
    background-size:auto 70%;
}

.top-short.top .lg-cont {
    margin-top:70px;
    padding:14px 60px;
}
.top-short.top .lg-title {
    margin-bottom:0;
    font-size:28px;
    text-align: center;
}
.top-short.top .logo {
    background-size:auto 80%;
    height:100%;
}
.top-short.top .row {
    min-height: 0;
    height:200px;
}
.top-short.top .row {
    padding-bottom: 0;
}

.lg-date {
    
}
.lg-title {
    font:35px Lobster;
    margin-bottom: 30px;
}
.lg-cont {
    background:white;
    padding:30px 100px;
    border-radius: 50px;
    text-align: left;
    margin-top:10vh;
    box-shadow: 0 5px 0 rgba(0,0,0,0.2);
}
.lg-step {
    margin-bottom: 30px;
}
.lg-date {
    font-weight: bold;
    font-size:20px;
    margin-bottom: 10px;
    margin-left:-15px;
    padding-left:10px;
    border-left:5px solid #DB2363;
}

.work-hours {
    color:white;
}
.grey {color:#4d4d4d;}
.copyright .darkback {
    background:rgba(0,0,0,0.3);
    padding:20px 0;
}
.copyright {
    background:url(../images/design/back.png) no-repeat 50% 50%;
    background-size:cover;
    background-attachment: fixed;
    font-size:13px;
    margin: 3rem 0 1rem;
}

.komitet {
    background:url(../images/design/komitet.png) no-repeat 0 50%;
    background-size:auto 100%;
    padding-left:70px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}

.copyright .socials {
    margin-bottom: 10px;
}
.copyright .logo img {
    height:40px;
}
.copyright .logo-text {
    font-size:11px;
    line-height: 1.3em;
}

.loader {
    background:white;
    margin:15px 0;
    padding:15px 0;
    text-align: center;
    border-radius: 3px;
    box-shadow:inset 0 1px 4px rgba(0,0,0,0.1);
}
.loader span {
    display: inline-block;
    background:white url(../images/design/loader.gif) no-repeat 10px 50%;
    padding-left:28px;
    padding:5px 10px 5px 38px;
    border-radius: 15px;
}

.popup-back.show {
    opacity:1;
}
.popup-back {
    transition:opacity 300ms;
    opacity:0;
    display:none;
    position:fixed;
    background:rgba(0,0,0,0.5);
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 100;
}

.popup-cont.show {
    opacity:1;
}
.popup-cont > * {
    margin:0 15px;
    padding:0;
}
.popup-cont > table.report {margin:15px 0;}
.popup-cont p {margin:10px 0;}
.popup-cont input {
    width:100%;
    box-sizing: border-box;
    margin:0;
}
.popup-cont h3 i {
    cursor:pointer;
    margin-top:10px;
}
.popup-cont h3 {
    border-bottom:1px solid #ccc;
    padding:0 0 10px;
    margin:0 0 5px;
    text-align: left;
}
.popup-cont {
    transition:opacity 300ms;
    opacity:0;
    display:none;
    background:white;
    border-radius:3px;
    box-shadow:0 1px 10px rgba(0,0,0,0.7);
    position:fixed;
    left:50%;
    margin-left:-150px;
    padding:10px 0 5px;
    width:300px;
    top:30%;
    z-index: 101;
}
.popup-cont.wide {
    width:60%;
    margin-left:-30%;
    margin-top:10%;
    top:0;
    padding-left:15px;
    padding-right:15px;
    position:absolute;
}

.review-frm {
    margin-top:5px;
    padding:10px 15px;
    background:#ececec;
    border-bottom:2px solid #ddd;
    display:none;
}

.review-frm td {vertical-align: middle; padding-right: 10px;}
.review-frm button,
.review-frm textarea,
.review-frm input {
    width:100%;
    margin:10px 0;
}
.review-frm textarea {height:200px;}

.photos {
    margin-top:40px;
    margin-bottom:20px;
}
.photos .img {
    width:100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 1rem;
}
.photos .img img {display:none;}

.subparts-list .img {
    display: block;
    width:auto;
    height:150px;
    border-radius: 5px;
}
.subparts-list .title {
    display: block;
    margin:10px 0 20px;
    text-align: center;
    text-decoration: none;
    font-size:20px;
}
.subparts-list.sl-list {
    font-size:17px;
}
.subparts-list.sl-list li {
    padding:4px 0;
}
.subparts-list.sl-round .img-cont {
    text-align: center;
}
.subparts-list.sl-round .img {
    display: inline-block;
    max-width:300px;
    width:100%;
    border-radius: 50%;
}

.ir-static .col {
    margin-bottom: 15px;
}

.ires-back {
    background:#dee1e3;
}
.ires {}
.ires .item {}
.ires .item > div {display:flex;}
.ires .item span {
    display:inline-flex;
    align-items:center;
}
.ires .item a {color:black; text-decoration: none;}
.ires .item span:nth-child(1) {
    height:100px;
}
.ires .item span:nth-child(2) {
    padding:3px 10px;
}


.side-left,
.side-right {
    display: inline-block;
    vertical-align: top;
    width:70%;
    text-align: left;
}
.side-left {}
.side-right {width:30%;}
.side-right.pad {padding-left:0;}
.side-left.pad {padding-right:30px;}

.partners {
    
}

.mb-popup-menu.show {
    left:0;
}
.mb-popup-menu {
    display:none;
    position: fixed;
    background:white;
    left:-450px;
    top:0;
    bottom:0;
    min-width: 320px;
    max-width: 450px;
    padding:5px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 800;
    overflow: auto;
    transition: all 300ms;
}
.mb-popup-menu .shift a {
    font-weight: 300;
    padding:5px 0;
}
.mb-popup-menu .shift {
    padding-left:20px;
}
.mb-popup-menu .arrow-down {
    display: none;
}
.mb-popup-menu .close {
    position: absolute;
    right:20px;
    top:15px;
    cursor: pointer;
}

.bottom-contacts {
    background:#a4ad8e;
    padding:20px 0;
    color:white;
    font-size:13px;
}
.bottom-contacts .row .col {vertical-align: middle;}
.bottom-contacts .phone {
    font:24px MPLUSRounded1c;
    padding-bottom: 15px;
    display: inline-block;
}
.bottom-contacts .email {
    display: inline-block;
    margin:5px 0;
    font-size:14px;
}
.bottom-contacts .email a {
    color:white;
    margin-left:3px;
    display: inline-block;
    margin-right:10px;
}
.bottom-contacts .address {
    display: inline-block;
    margin-top:10px;
}

.twister .tw-round-left,
.twister .tw-round-right {display: none;}

.twister {
    margin-bottom: 30px;
}
.tw-round {bottom:-25px;}
.tw-round-pages span {
    margin:0 11px;
}

.block.events {
    border-top:4px solid #dee1e3;
    margin-top:35px;
}

.news-general {
    margin-bottom: 5px;
}
.ng-item .img {
    width:100%;
}
.ei-info {
    padding-top:10px;
}
.ei-date {
    float:right;
    background:#e6e0e6;
    font-weight: bold;
    font-size:12px;
    padding:5px 15px;
    border-radius: 14px;
    margin:0 0 5px 10px;
}
.ei-name {
    font:200 17px MPLUSRounded1c;
    letter-spacing: 0.08em;
}
.ei-name a {
    text-decoration: none;
    color:black;
}
.ei-desc {
    font-size:14px;
    color:#4d4d4d;
    margin:15px 0;
}

.news-date {
    background:#e6e0e6;
    font-weight: bold;
    font-size:14px;
    padding:5px 15px;
    border-radius: 14px;
    margin-bottom:10px;
    display: inline-block;
}

.dc-download-cont {
    position: absolute;
    right:0;
}

.documents.wide {
    margin:0 -20px;
}
.documents.wide .item {
    width:50%;
    display:inline-block;
    vertical-align: top;
    padding-right:20px;
}
.documents .item {
    position: relative;
    margin-bottom:40px;
    padding:3px 40px 0 42px;
    min-height: 50px;
}
.documents .item .title {margin:0px 0 7px; font-size:20px;}
.documents .item .title .right {margin-top:-3px;}
.documents .item .title a:last-child {
    text-decoration: none;
    color:black;
}
.documents .item > .ico {
    background-color: #ececec;
    position: absolute;
    left:0;
    top:0;    
}
.documents {padding-top:20px;}

.pages a,
.pages b {
    display: inline-block;
    padding:2px 5px;
}
.pages b {background:#eee;}
.pages {
    margin:10px 0 20px;
    color:#777;
    font-size:16px;
}
.pages.months {
    margin-top:-10px;
    font-size:14px;
}

.instawidget-cont {
    margin-top:15px;
    margin-bottom:25px;
    height:310px;
}

.gphotos .item .img  img {
    display:none;
}
.gphotos .item .img {
    width:100%;
}
.gphotos .item {
    
}
.ad-link.sel {
    border-bottom: 4px solid #ED003B;
}
.ad-link i {
    display: inline-block;
    width:85px;
    height:85px;
    margin:20px 0 0;
    background:url() no-repeat 50% 50%;
    background-size:85px auto;
}
.ad-link i.ad-icon-0 {background-image:url(../images/design/ad-about.png);}
.ad-link i.ad-icon-1 {background-image:url(../images/design/ad-clubs.png);}
.ad-link i.ad-icon-2 {background-image:url(../images/design/ad-signin.png);}
.ad-link {
    border-radius: 82px;
    height:164px;
    background:white;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color:black;
}
.ad-logo {
    width:230px;
}
.ad-back {
    background:url(../images/design/ad-back.png) no-repeat 50% 50%;
    background-size:100% 100%;
    padding:40px 0 50px;
}
.menu-ad {
    padding:20px 0;
}
.ad-container .top {
    background:url(../images/design/ad-back.png) no-repeat 50% 50%;
    background-size:100% 100%;
}
.ad-container .top .cont .row {
    background:none;
}
.ad-container .logo-text {color:white;}
.ad-logo-top {
    height:135px;
    margin-top:-20px;
}
.ad-logo-top img {
    height:100%;
}

.ff-head {
    background: rgba(255,255,255,0.4);
}
.feedback-form {
    background:url(../images/design/back0.png) no-repeat 50% 50%;
    background-size:cover;
}
.feedback-form input {
    margin-bottom:10px;
}
.feedback-form textarea {
    padding:15px 20px;
    margin-bottom:15px;
    height:150px;
}
.ff-head .h1 {
    margin-bottom:15px;
}

.people-item {margin-bottom: 10px;}
.pl-name {
    font-size:16px;
    margin-bottom: 5px;
}

.accord {}
.accord-title .arrow {
    margin:1px 0 0 15px;
    transition: all 300ms;
}
.accord-title {
    font:300 23px MPLUSRounded1c;
    margin:20px 0 15px;
    cursor: pointer;
}
.accord-level-1 {
    padding-left:40px;
    margin-left:15px;
    border-left:2px solid #eee;
}
.accord-level-1 .accord-title {
    font-size:21px;
}
.accord-content {
    max-height: 1200px;
    transition: all 300ms;
    overflow: hidden;
}

.accord.hide .arrow {
    transform: rotate(90deg);
}
.accord.hide .accord-content {
    max-height: 0;
}


.comment .img {
    float:left;
    margin-left:-100px;
    border-radius: 50%;
    width:80px;
    height:80px;
}
.comment {
    margin-bottom:20px;
    padding-left:100px;
}
.comment .theme {
    font-size:20px;
}
.comment .author {
    margin:8px 0 0;
    font-size:12px;
}
.comment .desc {
    font-style: italic;
    margin:8px 0 0;
}


.menu-cont a.mb-special {
    display: none;
}
.mb-special .ico.glasses {
    width:32px;
    height:25px;
    background-size: 32px auto;
    margin-left:10px;
}

.video-cont {
    
}

.video-block {
    background:black;
    padding:20px 0;
}



.top .lg-cont .komitet {
    font-size:14px;
    color:black;
    text-shadow: none;
    padding-left:80px;
    margin-top:20px;
    font-weight: 400;
}
.top .komitet {
    padding-left:90px;
    color:white;
    margin-top:50px;
    text-shadow: 0 2px 0 rgba(0,0,0,0.5);
    font-size:16px;
}

.phone {
    margin-top:15px;
    font-size:16px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.menu-main.stick .ico.menu {
    background-position: 100% 0;
}


.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 55px;
}
.center-container .center {

}