@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=cyrillic';
@font-face {
    font-family: 'Kazmann';
    src: url('../fonts/Kazmann-Sans.woff') format('woff'),
         url('../fonts/Kazmann-Sans.ttf') format('truetype'),
         url('../fonts/Kazmann-Sans.svg#Kazmann-Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-webkit-input-placeholder {color:#545454;}
::-moz-placeholder          {color:#545454;}/* Firefox 19+ */
:-moz-placeholder           {color:#545454;}/* Firefox 18- */
:-ms-input-placeholder      {color:#545454;}
.relative{
    position: relative;
}
#page .text img{
	float:left;
}
.ybutton{
    line-height: 38px;
    background-color: #f2cb12;
    border: 2px solid #ffe04e;
    border-radius: 21px;
    box-shadow: 0 5px 18.1px 1px rgba(0, 0, 0, 0.84);
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    outline: none;
    padding: 0px 44px;
    text-decoration: none;
}
.ybutton:hover{
    text-decoration: none;
	color: #000;
	transition: 0.3s;
	background: #ffe04e
}
.gbutton{
    line-height: 38px;
    background-color: #fff;
    border: 2px solid #b2d179;
    border-radius: 21px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    outline: none;
    padding: 0px 44px;
    text-decoration: none;
    transition: 0.3s;
}
.gbutton:hover{
    color: #fff;
    background-color: #b2d179;
    text-decoration: none;
}
.block_title{
    color: #000;
    font-family: Kazmann;
    font-size: 56px;
    line-height: 78px;
    position: relative;
    margin-bottom: 10px;
}
.block_title:before{
    content: '';
    width: 115px;
    height: 1px;
    background-color: #a5c669;
    display: block;
    position: absolute;
    top: 36px;
    right: 100%;
    margin-right: 30px;
}
.block_title.white{
    color: #fff;
}
.block_title.white:before{
    background-color: #fff;
}
h1{
    color: #000;
    font-family: Kazmann;
    font-size: 56px;
    line-height: 78px;
}
body{
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
header{
    padding: 12px 0px 0px;
    min-height: 410px;
}
header.main{
    background: url('../images/bg.png') no-repeat top center;
    min-height: 690px;
}
header.main .right .lang a{
    color: #fff;
}
header.main .right .tel{
    color: #fff;
}
header.main .right .tel a{
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.form_search{
	margin: 20px 0px;
}
.form_search input[type=text]{
	border: 1px solid #ccc;
    box-shadow: none;
}
.form_search button{
	background: #505456;
    border: none;
    height: 34px;
}

header.contacts{
    background: url('../images/contacts_bg.png') no-repeat bottom center;
}
header.about{
    background: url('../images/about_bg.png') no-repeat bottom center;
    min-height: 450px;
}
header .right{
    text-align: right;
}
header .right .lang{
    display: inline-block;
    vertical-align: top;
    padding-top: 23px;
}
header .right .lang a{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin: 0px 5px;
}
header .right .tel{
    color: #000;
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    margin-left: 20px;
    padding-top: 20px;
}
header .right .tel a{
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dashed #000;
}
header .right .tel a:hover{
    border-bottom: 1px dashed rgba(0,0,0,0);
}
header .menu{
    padding: 0px;
    margin: 30px 0px;
}
header .menu li{
    display: inline-block;
    position: relative;
    padding: 0px 30px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 21px;
}
header .menu li:after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #f2cb12;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -5px;
    border-radius: 50%;
}
header .menu li a{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    line-height: 42px;
    text-decoration: underline;
}
header .menu li:hover{
    background-color: #f2cb12;
    border: 2px solid #ffe04e;
    box-shadow: 0 5px 18.1px 1px rgba(0, 0, 0, 0.23);
    transition: 0.3s;
}
header .menu li:hover a{
    text-decoration: none;
}
header .menu li:hover:after{
    display: none;
}
header .menu li.active{
    background-color: #f2cb12;
    border: 2px solid #ffe04e;
    box-shadow: 0 5px 18.1px 1px rgba(0, 0, 0, 0.23);
}
header .menu li ul{
	display: none;
}
header .menu li ul li{
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
}
header .menu li ul li a{
	color: black;
	font-size: 13px;
	font-weight: 400;
	line-height: 36px;
	text-transform: inherit;
	line-height: 30px;
}

header .dropp:hover ul{
	display: block;
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 0px;
	margin-left: -30px;
	background: url('../images/new_ico_menu.png') no-repeat;
	width: 187px;
	height: 201px;
	padding: 0;
    padding-top: 30px;
	text-align: center;
}
header .menu li.dropp li:after{
	display:none;
}
header .menu li.active a{
    text-decoration: none;
}
header .menu li.active:after{
    display: none;
}
header .text_main{
    padding: 46px 0px
}
header .text_main .title{
    text-shadow: 0 0 23px #000;
    color: #fff;
    font-family: Kazmann;
    font-size: 77px;
    line-height: 63px;
    /*font-size: 85px;*/
    /*line-height: 78px;*/
    /*text-transform: uppercase;*/
}
header .text_main p{
    text-shadow: 0 0 28.7px #000;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0px;
	position: relative;
    margin-top: -40px;
}
header .social{
}
header .social a.fb{
	line-height: 25px;
	background: #506ca7 url('../images/ico_fb.png') no-repeat 13px 6px;
	border-radius: 12px;
	padding: 0px 18px 0px 30px;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
	transition: .3s;
}
header .social a.fb:hover{
	background: #445c8f  url('../images/ico_fb.png') no-repeat 13px 6px;	
}
header .social a.yt{
	line-height: 25px;
	background: #e63f34 url('../images/ico_yt.png') no-repeat 10px 5px;
	border-radius: 12px;
	padding: 0px 18px 0px 35px;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
	transition: .3s;
}
header .social a.yt:hover{
	background: #cc382e  url('../images/ico_yt.png') no-repeat 10px 5px;	
}
#main_about{
    background: url('../images/bg2.png') no-repeat bottom center;
    min-height: 550px;
}
#main_about p{
    line-height: 24px;
    max-width: 506px;
    margin-bottom: 20px;
}
#main_programm{
    margin-bottom: 30px;
}
#main_programm .container{
    max-width: 880px;
}
#main_programm .items{
	padding-top:40px;
}
#main_programm .item{
    margin-bottom: 20px;
	text-align: center;
}
#main_programm .item a.link{
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px;
}
#main_programm .item a.link:hover{
	text-decoration: none;
}
#main_programm .item p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0px;
    padding-right: 15px;
}
#main_programm .item a.gbutton{
    border: 2px solid #b2d179;
    background: none;
    color: #000;
}
#main_programm .item a.gbutton:hover{
	background: #b2d179;
	color: #fff;
	border: 2px solid #b2d179;
}

#main_news{
    background: #97c763  url('../images/programm_bg.png') no-repeat bottom center;
    padding-bottom: 160px;
}
#main_news .container{
    max-width: 880px;
}
#main_news .items{}
#main_news .items .item{
    position: relative;
    padding-right: 10px;
}
#main_news .items .item .img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 83px;
    height: 83px;
    overflow: hidden;
    border-radius: 50%;
}
#main_news .items .item .img img{
    width: 85px;
}
#main_news .items .item .text{
    margin-left: 100px;
}
#main_news .items .item .text a{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
}
#main_news .items .item .text a:hover{
	text-decoration: none;
}
#main_news .items .item .text .date{
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
}
#main_news .items .item .text p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#main_partners{
    margin-bottom: 30px;
}
#main_partners .container{
    max-width: 880px;
}
#main_partners a.item{
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #b2d179;
    border-radius: 5px;
    height: 118px;
    line-height: 118px;
    text-align: center;
    margin: 0px 10px;
	cursor:pointer;
}
#main_partners a.item img{
    max-width: 110px;
}

#main_map{
    height: 600px;
    position: relative;
}
#main_map:before{
    content: '';
    display: block;
    background: url('../images/map_top_bg.png') no-repeat;
    height: 171px;
    width: 100%;
    position: absolute;
    top: -1px;
    z-index: 1;
}
#main_map:after{
    content: '';
    display: block;
    background: url('../images/map_bot_bg.png') no-repeat;
    height: 171px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}

#main_map .container{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 170px;
}
#main_map .container .block{
    position: absolute;
    margin-left: 50px;
    width: 306px;
    height: 311px;
    background-color: #fff;
    border-radius: 153px;
    box-shadow: 0 8px 33px rgba(0, 0, 0, 0.2);
    text-align: center;
}

#main_map .container .block .title{
    color: #000;
    font-family: Kazmann;
    font-size: 50px;
    position: relative;
    line-height: 78px;
    padding-top: 50px;
}
#main_map .container .block .title:after{
    content: '';
    width: 33px;
    height: 2px;
    background-color: #a5c669;
    display: block;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
}
#main_map .container .block .tel{
    color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin: 15px 0px 10px;
}
#main_map .container .block a.mail{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    display: inline-block;
    margin-bottom: 10px;
}
#main_map .container .block a.mail:hover{
    border-bottom: 1px dashed #fff;
}
#main_map .container .block p{
    line-height: 21px;
    font-weight: 600;
    color: #3e3e3e;
}
footer{
    padding-bottom: 50px;
}
footer .menu{
    padding: 0px;
    margin: 20px 0px 40px ;
}
footer .menu li{
    display: inline-block;
    position: relative;
    padding: 0px 30px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 21px;
}
footer .menu li:after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #b2d179;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -5px;
    border-radius: 50%;
}
footer .menu li a{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    line-height: 42px;
    text-decoration: underline;
}
footer .menu li:hover{
    background-color: #f2cb12;
    border: 2px solid #ffe04e;
    box-shadow: 0 5px 18.1px 1px rgba(0, 0, 0, 0.23);
    transition: 0.3s;
}
footer .menu li:hover a{
    text-decoration: none;
}
footer .menu li:hover:after{
    display: none;
}
footer .menu li.active{
    background-color: #f2cb12;
    border: 2px solid #ffe04e;
    box-shadow: 0 5px 18.1px 1px rgba(0, 0, 0, 0.23);
}
footer .menu li.active a{
    text-decoration: none;
}
footer .menu li.active:after{
    display: none;
}
footer .tel{
    text-align: center;
    color: #525557;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    padding-top: 19px;
}
footer .tel a{
    color: #525557;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dashed #525557;
}
footer .tel a:hover{
    border-bottom: 1px dashed #fff;
}
footer a.copy{
    display: block;
    float: right;
    margin-top: 23px;
}
.blur {
    -webkit-filter: blur(14px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    height: 40px;
    background: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
}

#content{}
#content .contact{}
#content .contact .tel{
    color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    background: url('../images/ico_tel.png') no-repeat left center;
    padding-left: 40px;
    margin-bottom: 15px;
}
#content .contact .mail{
    background: url('../images/ico_mail.png') no-repeat 3px 5px;
    padding-left: 40px;
    margin-bottom: 15px;
}
#content .contact .mail a{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
#content .contact .mail a:hover{
    border-bottom: 1px dashed #fff;
}
#content .contact .map{
    background: url('../images/ico_map.png') no-repeat 5px 0px;
    padding-left: 40px;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}

#news{}
#news .container{
    max-width: 880px;
}
#news .item{
    padding-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
#news .item:hover{
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.27);
}
#news .item img{
    max-width: 100%;
    width: 100%;
}
#news .item .title{
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    display: inline-block;
    margin: 20px 0px 10px;
    padding: 0px 20px 0px 20px;
}
#news .item .date{
    color: #b3b3b3;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
}
#news .item p{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0px 20px 0px 20px;
}
#news .item a.gbutton{
    display: block;
    text-align: center;
    margin: 0px 20px;
}
#news a.more{
    line-height: 38px;
    background-color: #b2d179;
    border: 2px solid #b2d179;
    border-radius: 21px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 30px;
}
#news a.more:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

#about{}
#about p{
    line-height: 24px;
}
#about .container{
    max-width: 880px;
}
#about.block1{
    background: #97c763 url('../images/programm_bg.png') no-repeat bottom center;
    padding-bottom: 160px;
}
#about.block1 p{
    color: #fff;
    line-height: 24px;
}
#about .items{
    margin: 30px 0px;
}
#about .items .item{
    padding-left: 55px;
    display: inline-block;
	vertical-align: top;
    width: 48%;
    margin-bottom: 20px;
}
#about .items .item .title{
    color: #000;
    font-family: Kazmann;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
}
#about .items .item p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
#about .items .item.ico1{
    background: url('../images/about_ico_1.png') no-repeat top left;
}
#about .items .item.ico2{
    background: url('../images/about_ico_2.png') no-repeat top left;
}
#about .items .item.ico3{
    background: url('../images/about_ico_3.png') no-repeat 5px 0px;
}
#about .items .item.ico4{
    background: url('../images/about_ico_4.png') no-repeat 5px 0px;
}
#about .items .item.ico5{
    background: url('../images/about_ico_5.png') no-repeat top left;
}
#about .items .item.ico6{
    background: url('../images/about_ico_6.png') no-repeat 10px 0px;
}

#programs{
	padding-bottom: 20px;
}
#programs .container{
    max-width: 880px;
}
#programs .items{}
#programs .item{
    text-align: center;
    padding: 0px 10px;
    padding-bottom: 44px;
    border-radius: 9px;
    cursor: pointer;
}
#programs .item:hover{
    box-shadow: 0 0 23px #d4d4d4;
}
#programs .item .img{
    line-height: 154px;
}
#programs .item .title{
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
}
#programs .item p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0px;
}



#gallery{}
#gallery .container{
    max-width: 880px;
}
#gallery .item{
    padding-bottom: 25px;
    margin-bottom: 20px;
}
#gallery .item img{
    max-width: 100%;
	height: 190px;
    width: 100%;
}
#gallery .item .title{
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    display: inline-block;
    margin: 20px 0px 10px;
    padding: 0px 20px 0px 20px;
}
#gallery .item .title:hover{
    text-decoration: none;
}
#gallery .item .date{
    color: #b3b3b3;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
}
#gallery .item a.gbutton{
    display: block;
    text-align: center;
    margin: 0px 0px;
}
#gallery a.more{
    line-height: 38px;
    background-color: #b2d179;
    border: 2px solid #b2d179;
    border-radius: 21px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 30px;
}
#gallery a.more:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

#content .members_div{}
#faq{
	display:none;
}
#content .members_div h2{
    color: #000;
    font-family: Kazmann;
    font-size: 41px;
}
#content .members_div h3{
    color: #000;
    font-family: Kazmann;
    font-size: 36px;
}
#gmap div.name{
	font-size: 27px;
    padding: 0px;
    margin: 0px;
	color: #000;
    font-family: Kazmann;
    font-size: 36px;
}
#content .members_div h4{
    color: #000;
    font-family: Kazmann;
    font-size: 30px;
}
#content .members_div p{
    line-height: 24px;
}
#content .members_div .cont{
    text-align: center;
    margin: 20px 0px 20px;
}
#content .members_div .cont>div{
    display: inline-block;
    margin-right: 20px;
}

#content .members_div .tel{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    background: url('../images/ico_tel.png') no-repeat left center;
    padding-left: 40px;
    margin-bottom: 15px;
    float: left;
}
#content .members_div .mail{
    background: url('../images/ico_mail.png') no-repeat 3px 5px;
    padding-left: 40px;
    margin-bottom: 15px;
}
#content .members_div .mail a{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
#content .members_div .mail a:hover{
    border-bottom: 1px dashed #fff;
}
#content .members_div .map{
    background: url('../images/ico_map.png') no-repeat 5px 0px;
    padding-left: 40px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
    float: right;
}
#content.members{}
#content.members .container{
    max-width: 880px;
}
#content.members .city{
    margin-top: 30px;
}
#content.members .city .title{
    color: #000;
    font-family: Kazmann;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
#content.members .city .subtitle{
	color: #000;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}
#content.members .city ul{
    padding: 0px;
    margin-bottom: 10px;
}
#content.members .city ul li{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    list-style: none;
    padding-left: 25px;
	line-height: 22px;
	margin-bottom:15px;
}


#content.members .city ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #a5c669;
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    border-radius: 50%;
}


#page h1{
	line-height: 41px;
	margin-bottom: 40px;
}
#page h2{
    color: #000;
    font-family: Kazmann;
    font-size: 41px;
}
#page h3{
    color: #000;
    font-family: Kazmann;
    font-size: 36px;
}
#page h4{
    color: #000;
    font-family: Kazmann;
    font-size: 30px;
}

#page img {
	max-width:100%;
	margin: 0px 10px 10px;
}

.accordion {
  margin: 20px 0px;
}
.accordion dt, .accordion dd {
    line-height: 42px;
    background-color: #fff;
    border: 2px solid #b2d179;
    margin-bottom: 10px;
    padding-left: 43px;
}
.accordion dt {
    background: url('../images/ico_plus.png') no-repeat 15px 12px;
}

.accordion dt a, .accordion dd a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: block;
    outline: none;
}
.accordion dd {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    top: -20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-tabs.nav-justified{
    border: 2px solid #b2d179;
    border-radius: 21px;
    overflow: hidden;
}
.nav-tabs.nav-justified li{
    border: none;
}
.nav-tabs.nav-justified li a{
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover{
    border: none;
    background-color: #b2d179;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 42px;
    outline: none;
}
.nav-tabs.nav-justified > .active{
    background-color: #b2d179;

}
.nav-tabs.nav-justified li:hover{
    background-color: #b2d179;
}
.nav-tabs.nav-justified li:hover a{
    border: none;
    background-color: #b2d179;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 42px;
    outline: none;
}

.nav-tabs.nav-justified > li > a{
    border: none;
}

#page{
	color: #000;
}




.pc{
    display: initial;
}
.mobile{
    display: none;
}
.mmenu{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    background: url('../images/mmenu.png') no-repeat left center;
    padding-left: 25px;
    position: relative;
    top: 0px;
}
.moloko{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -200px;
}


.slick-dots{
	padding: 0px;
	position: absolute;
	right: 0px;
	top: -50px;
}
.slick-dots li{
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	float:left;
	list-style: none;
	border-radius:50%;
	margin: 0px 5px;
}
.slick-dots li:hover{
	background: #fff;
	cursor: pointer;
}
.slick-dots li.slick-active{
	background: #fff;
}
.slick-dots li button{
	display: none;
}
#main_programm  .slick-dots li{
	border: 1px solid #97c763;
}
#main_programm  .slick-dots li:hover{
	background: #97c763;
}
#main_programm  .slick-dots li.slick-active{
	background: #97c763;
}


.modals{	
	width: 320px;
	padding:30px 30px;
}
.modals .title{
	font-family: Kazmann;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
	margin-bottom: 20px;
    text-align: left;

}
.modals label{
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
	color: #000;
	text-align: left;
	display: block;
}
.modals label.error{
    color: #f00;
    font-size: 13px;
    line-height: 24px;
    margin: 0px;
    margin-bottom: -5px;
}
.modals .button{
    background: #dd5554;
    color: #fff;
    outline: none;
    margin-top: 10px;
}
.modals .button:hover{
	background: #bd4847;
}
.modals input[type=text] {
    height: 45px;
    color: #000;
    line-height: 45px;
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 2px solid #b2d179;
    border-radius: 0px;
    width: 100%;
    outline: none;
    padding-left: 0px;
    font-weight: 300;
    font-size: 20px;
}
.modals input[type=text]:focus{
	box-shadow:none;
}
.modals textarea {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
	padding:5px;
    border: none;
    background: none;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    outline: none;
  box-sizing: border-box;
  max-height: 145px; /* optional, but recommended */
  min-height: 45px;
  overflow-x: hidden;
}
.modals small {
    display: block;
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
	text-align: left;
}
.modals .line {
    max-width: 399px;
    margin-bottom: 20px;
}
.modals input[type=text]:focus{
	box-shadow:none;
}
p.titi{
    text-align: left;
    font-size: 18px;
    margin: 10px 0px 0px;
}
.modals .to_pay{
	font-size: 26px;
    color: #000;

}
	
.gallery_index{}
.item_title_g{
    margin-bottom: 30px;
    margin-top: 20px;
}
.item_title_g a{
    color: black;
    font-family: Kazmann;
    font-size: 43px;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 2px solid #000;
}
#gallery.gallery_index .item .title{
    font-size: 13px;
    padding-left: 0;
    line-height: 18px;
    margin-top: 15px;
}
#gallery .item a.video{
    position: relative;
    display: block;
}
#gallery .item a.video:before{
    content: '';
    width: 126px;
    height: 126px;
    background-color: white;
    background: url('../images/new_ico_play.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -63px;
}
#gallery .item a.video.video2:before{
	margin-top: 25px; 
}
#gallery .item .date.count{
    padding-left: 0px;
    background: url('../images/new_ico_photo.png') no-repeat 0px 4px;
    padding-left: 20px;
}
#gallery .item .date.count span{
    padding-right: 10px;
}
#gallery .item .date.time{
    padding-left: 0px;
    background: url('../images/new_ico_time.png') no-repeat 0px 4px;
    padding-left: 20px;
}
#gallery .item .date.time span{
    padding-right: 10px;
}
#gallery.gallery_index .item{
    margin-bottom: 0px;
}
#gallery.gallery_index .item a.gbutton{
    display: block;
    width: 100%;
    margin: 0;
}
p.gde{
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: -10px;
}
#gallery.gallery_index.zmi .item .title{
    font-size: 15px;
}
#gallery.gallery_index.video .item .title{
    font-size: 15px;
}
	

/* Large desktop */
@media (min-width: 1200px) {
	.accordion dt, .accordion dd{
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.accordion dt{
		background: url('../images/ico_plus.png') no-repeat 15px 13px;
	}
	header .menu{
		display:table;
		width: 100%;
	}
	header .menu li{
		display:table-cell;
		text-align: center;
	}

}
@media (min-width: 980px) and (max-width: 1199px){
	header .menu li{
		padding: 0px 16px;
	}
	header .text_main .title{
		font-size: 70px;
	}
	footer .menu li{
		padding: 0px 16px;
	}
	#main_map::after{
		background: url('../images/map_bot_bg.png') no-repeat -360px 0px;
	}
	.moloko{
		left: -300px;
	}
	.accordion dt, .accordion dd{
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.accordion dt{
		background: url('../images/ico_plus.png') no-repeat 15px 13px;
	}
	header .dropp:hover ul{
		margin-left: -50px;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    header .right .lang{
        padding-top: 0px;
    }
	.form_search{
		    position: absolute;
    top: -25px;
    right: -186px;
    width: 197px;
	}
    header .menu li::after{
        display: none;
    }
    header .menu li{
        padding: 0px 6px;
    }
    header .menu li a{
        font-size: 12px;
        line-height: 30px;
    }
    header .text_main .title{
        font-size: 49px;
        line-height: 48px;
        margin-top: 20px;
    }
    .block_title::before{
        display: none;
    }
    #main_programm .item p{
        min-height: 120px;
    }
    footer .menu li::after{
        display: none;
    }
    footer .menu li{
        padding: 0px 6px;
    }
    footer .menu li a{
        font-size: 12px;
        line-height: 30px;
    }
    footer .tel{
        padding-top: 10px;
    }
    .moloko {
        position: absolute;
        left: -80px;
        right: inherit;
        margin: 0px auto;
        top: -200px;
    }
	#main_map::after{
		background: url('../images/map_bot_bg.png') no-repeat left -380px bottom;
	}
	#content .members_div .tel{
		font-size: 12px;
		display: block!important;
		text-align: left;
		float:none;
	}
	#content .members_div .mail{
		font-size: 12px;
		display: block!important;
		text-align: left;
		float:none;		
	}
	#content .members_div .mail a{
		font-size: 12px;
	}
	#content .members_div .map{
		font-size: 12px;
		display: block!important;
		text-align: left;
		float:none;		
	}
	.accordion dt, .accordion dd{
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.accordion dt{
		background: url('../images/ico_plus.png') no-repeat 15px 13px;
	}
	header .dropp:hover ul{
		margin-left: -60px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.form_search{
		display:none;
	}
    .pc{
        display: none;
    }
    .mobile{
        display: initial;
    }
    header .text_main .title{
        font-size: 49px;
        line-height: 48px;
        margin-top: 20px;
    }
    .block_title::before{
        display: none;
    }
    #main_map .container .block{
        margin-left: 0px;
        left: 5px;
    }
    footer .menu{
        display: block;
    }
    footer .menu li{
        display: block;
        text-align: center;
    }
    footer .menu li:after{
        display: none;
    }
    footer{
        text-align: center;
    }
    footer .tel{
        font-size: 23px;
    }
    footer .tel a{
        font-size: 12px;
    }
    footer a.copy{
        float: none;
    }
    header .right .lang a{
        color: #000!important;
    }
    header .menu{
        display: none;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 0px;
        width: 100%;
        z-index: 1;
    }
    header .menu:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 23px;
        margin-left: -8px;
        width: 0; height: 0;
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
    header .menu li{
        display: block;
        text-align: center;
        border-radius: 0;
    }
    header .menu li::after{
        display: none;
    }
    header .logo{
        position: absolute;
        width: 168px;
        left: 0px;
        right: 0px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    header .right .tel{
        display: block;
        position: absolute;
        top: 150px;
        margin: 0 auto;
        color: #525557;
        width: 95%;
        text-align: center;
    }
    header .right .tel a{
        color: #525557;
    }
    header .text_main{
        margin-top: 160px;
    }
    header .text_main{
        text-align: center;
    }
    footer .menu li a{
        font-size: 13px;
        line-height: 38px;
    }
    #main_news .items .item .text a{
        font-size: 16px;
    }
    #main_news .items .item .text p{
        font-size: 13px;
    }
    #main_programm .item{
        margin-bottom: 35px;
    }
    .moloko {
        position: relative;
        max-width: 100%;
        top: -120px;
        margin-bottom: -90px;
    }
    h1{
        text-align: center;
    }
    #about .items .item{
        width: 100%;
        display: block;
        text-align: center;
        padding: 0px;
        padding-top: 50px;
        margin-bottom: 30px;
    }
    #about .items .item.ico1{
        background: url('../images/about_ico_1.png') no-repeat top center;
    }
    #about .items .item.ico2{
        background: url('../images/about_ico_2.png') no-repeat top center;
    }
    #about .items .item.ico3{
        background: url('../images/about_ico_3.png') no-repeat  top center;
    }
    #about .items .item.ico4{
        background: url('../images/about_ico_4.png') no-repeat  top center;
    }
    #about .items .item.ico5{
        background: url('../images/about_ico_5.png') no-repeat  top center;
    }
    #about .items .item.ico6{
        background: url('../images/about_ico_6.png') no-repeat  top center;
    }
    #about{
        text-align: center;
    }
    header.about{
        min-height: 380px;
    }
    .nav-tabs.nav-justified{
        display: none;
    }
    .tab-content > .tab-pane{
        display: block;
    }
    #content .members_div .cont>div{
        display: block;
        float: none;
        text-align: left;
    }
	header.main {
		background: url('../images/bg3.png') no-repeat top center;
		min-height: 690px;
	}
	#main_map::after{
		background: url('../images/map_bot_bg.png') no-repeat left -380px bottom;
	}
	.accordion dt, .accordion dd{
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.accordion dt{
		background: url('../images/ico_plus.png') no-repeat 15px 13px;
	}
	header .social {
		max-width: 200px;
		float: right;
		position: absolute;
		right: 20px;
		z-index:1;
	}
	
	header .dropp:hover ul{
		display: block;
		background: #f5f5f5;
		width: 100%;
		position: inherit;
		top: 0px;
		margin: 0px;
		height: inherit;
		padding: 0px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	header .social{
		top: -10px;
		right: 0;
	}
	header .social a{
		width: 33px;
		height: 33px;
		overflow:hidden;
		padding: 0px!important;
		color: rgba(0,0,0,0)!important;
	}
	header .social a.fb{
		background: #506ca7 url(../images/ico_fb.png) no-repeat center center;
		border-radius: 50%;
	}
	header .social a.yt{
		background: #e63f34  url(../images/ico_yt.png) no-repeat center center;
		border-radius: 50%;
	}
    header .logo{
        position: absolute;
        width: 168px;
        left: 0px;
        right: 0px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    header .right .tel{
        display: block;
        position: absolute;
        top: 150px;
        margin: 0 auto;
        color: #525557;
    }
    header .right .tel a{
        color: #525557;
    }
    header .text_main{
        margin-top: 160px;
    }
    header .text_main .title{
        font-size: 43px;
    }
    header .text_main{
        text-align: center;
    }
    .block_title{
        text-align: center;
    }
    #main_about{
        text-align: center;
        background: none;
        margin-bottom: 30px;
    }
    #main_about .gbutton{
        text-align: center;
        display: block;
    }
    #main_programm{
        text-align: center;
    }
	#main_map::after {
		background: url('../images/map_bot_bg.png') no-repeat left 0px bottom;
	}
	.block_title{
		line-height: 50px;
		font-size: 52px;
	}
	#content .members_div h2{
		font-size:37px;
	}
	#content.members .city ul li{
		line-height: 22px;
		margin-bottom:5px;
	}
	#content.members .city ul li::before{
		top: 7px;
		height: 8px;
	}
	.accordion dt, .accordion dd{
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.accordion dt{
		background: url('../images/ico_plus.png') no-repeat 15px 13px;
	}
}

.members_div#maps{
	height: 300px;
}