@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700,900&subset=cyrillic');

* {
	margin:0;
	padding:0;
        word-wrap: break-word;
}


/*ol, ul {list-style: none;}*/
ol, ul {
    margin-left: 20px;
    padding-left: 20px;
}
li {
    padding-bottom: 10px;
}
section ol, section ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
section li,
header li {
    padding-bottom: 0;
}
.about-block img {
  display: block;
  max-width: 100%;
  height: auto!important;
}
.about-block ol, .about-block ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style: initial;
}

.about-block li {
    padding-bottom: 10px;
}
.programm-list .status {
    font-size: 14px;
    color: #333;
}

.programm-list li ol, .programm-list li ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style: initial;
}
.programm-list li li {
    padding-bottom: 10px;
}

:focus {	outline: 0;}
::-webkit-input-placeholder{text-indent: 0px;   transition: text-indent 0.3s ease;font-family: inherit;}
::-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;font-family: inherit;}/* Firefox 19+ */
:-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;font-family: inherit;}/* Firefox 18- */
:-ms-input-placeholder{ text-indent: 0px;   transition: text-indent 0.3s ease;font-family: inherit;}
:focus::-webkit-input-placeholder{ text-indent: -500px; transition: text-indent 0.3s ease;}
:focus::-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder{ text-indent: -500px;   transition: text-indent 0.3s ease;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
label, input:not([type="checkbox"]), 
input:not([type="radio"]) , button{
	-webkit-appearance:none;
	font-family: inherit;
}
label, input[type="submit"], button{cursor:pointer;}
*/
img{border: none;}
html{font-size: 100%;}

body{
	font: 400 16px/19px 'Roboto', sans-serif;
	background: #fff;
	color: #000;
}
h1.slider-title{
	margin: 21px 0;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
        color: white;
}
@media (max-width: 767px) {
    h1.slider-title{
	font-size: 32px;
    }
}
h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 25px 0 25px;
    color: #2060a8;
    text-transform: none;
}
h2{
    font-size: 26px;
}
section h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 45px 0 42px;
    color: #2060a8;
}
h2.slider-title{
	margin: 21px 0;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
        color: inherit;
}
@media (max-width: 767px) {
    h2.slider-title{
	font-size: 32px;
    }
}
h3 {
    font-size: 20px;
}
.title-middle{
	font-weight: 500;
	color: #028f8a;
	margin: 34px 0 23px;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}

.menu1 {
    background-color: #fff;
    z-index: 1000;
}
.container.menu1 header {
    padding-top: 0;
}
@media (min-width: 768px) {
    .menu1.fixed {
        position: fixed;
        top: 0px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .menu1.fixed > header {
        border-bottom: 2px solid #007773;
        width: 100%;
        padding-top: 0px;
    }
    .menu1.fixed > header > div {
        margin-top: 0;
    }
}

/* btn */
.btn{
	border-radius: 0;
	font: 400 18px 'Roboto Condensed', sans-serif;
	color: #fff;
	height: 56px;
	vertical-align: middle;
	text-align: center;
	padding: 3px 15px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #016de6;
	width: 226px;
	border: 1px solid #016de6;
	display: flex;
	-webkit-align-items: center;
	white-space: normal;
	position: relative;
	align-items: center;
	justify-content:center;
}
.btn:hover, .btn:focus{
	background: #0155b4;
	border-color: #0155b4;
	color: #fff;
}
.btn-normal{
	display: inline-block;
	padding: 11px 49px 15px;
	width: auto;
	font-family: "Roboto";
	height: auto;
}
.btn-transparent{
	background: none;
	color: #2060a8;
}
.btn-transparent:before{
	pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 0;
    bottom: 0;
    background: #016de6;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.btn-transparent:hover:before{
	width: 100%;
	height: 100%;
}
.btn-transparent:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
    border-bottom-color: #016de6;
    border-left-color: #016de6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-transparent span{position: relative;}
.btn-transparent:hover, .btn-transparent:focus{
	background: none;
}
.btn-white{
	color: #fff;
	border-color: #fff;
}
.btn-white:hover, .btn-white:focus{
	border-color: #fff;
}

/* header */
header{
	padding-top: 14px;
}
.logo{padding-left: 1px;}
address{
	color: #00165f;
	position: relative;
	padding: 6px 0 0 18px;
	line-height: 20px;;
}
header address .sprites{
	position: absolute;
	top: 9px;
	left: 2px;
}
.contacts p{
	position: relative;
	margin-bottom: 0;
}
header .contacts p{padding-left: 24px;}
.contacts .sprites{
	position: absolute;
	top: 2px;
	left: 0;
}
header .contacts .sprites{left: 0;}

header .login-block {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 6px;
}
@media (max-width: 767px) {
    header .login-block-mobile {
        display: inline-block;
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 21px;
        margin-left: 25px;
        position: absolute;
        right: 60px;
    }
    header .login-block-mobile i {
        color: #333;
    }
}

.contacts .sprites.i-email{top: 5px;}
.contacts a{color: #00165f;}
.contacts{padding-top:20px;}
.language{
	text-align: right;
	white-space: nowrap;
        margin-bottom: 0;
	/*padding-top: 6px;*/
}
@media (max-width: 991px) {
    .language {
        /*float: right;*/
        margin-bottom: 10px;
        margin-left: 0px;
        padding-left: 0px;
    }
}
.language li{
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.language a{
	color: #2060a8;
	text-decoration: underline;
}
.language a:hover, .language .active a{
	text-decoration: none;
	color: #02c3bc;
}
.wrap-social-list{
	margin: 12px 0 0;
	background: #2060a8;
	padding: 0 3% 0 1.4%;
}
.social-list{
	float: right;
	margin: 0;
}
.social-list li{
	display: inline-block;
	vertical-align: top;
}
.social-list a:hover{background-color: #02c3bc;}
.phone{
	float: left;
	padding-top: 10px;
}
.phone .i-phone-white{margin: -5px 8px 0 -5px;}
.phone a{color: #fff;}

/* navogation */
nav .navbar-nav>li>a{
	color: #00165f;
	border-bottom: 2px solid transparent;
	line-height: 17px;
}
nav .navbar-nav>li>a:hover, .navbar-nav>li.active>a, 
nav .navbar-nav>li>a:focus{
	border-color: #008681;
	color: #008681;
	background: none;
}
#navbar{
	padding: 0;
	overflow: hidden;
	float: left;
}
#navbar .navbar-nav>li>a{
	color: #fff;
	line-height: 19px;
	padding: 9px 19px;
}
#navbar .navbar-nav>li>a:hover, #navbar .navbar-nav>li.active>a, 
#navbar .navbar-nav>li>a:focus{
	color: #fff;
	background: none;
	background: #02c3bc;
}
.navbar-toggle{
	clear: both;
	margin: 0px -10px 0px;
}
.navbar-toggle .icon-bar{
	width: 27px;
	height: 3px;
	background: #2060a8;
}
.navbar-toggle .icon-bar+.icon-bar{margin-top: 3px;}

/* slider-home */

.slider-home.top {
    margin-top: 30px;
}
.slider-home .slick-slide{
	min-height: 378px;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	padding: 59px 15px 19px 15px;
	font-size: 24px;
	line-height: 26px;
}
.slider-home .slick-slide img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}
/*
.slider-home .slick-slide:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 100;
}
*/
/*
.slider-home .slider-text {
    z-index: 1000;
    //position: absolute;
    width: 100%;
    text-align: center;
    //padding: 79px 15px;
    font-size: 24px;
    line-height: 26px;
    left: 0;
}
*/
.slider-text ul {
    margin-left: 0;
    padding-left: 0;
}
.slider-home .date{
    font: 700 24px 'Roboto Condensed', sans-serif;
    color: #fff;
}
.slider-title:after{
	content: "";
	display: block;
	width: 67px;
	height: 4px;
	background: #fff;
	margin: 18px auto 0;
}
.button-list{
	text-align:center;
	margin-top: 50px;
        margin-left: 0;
        padding-left: 0;
}
.button-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 18px;
}
.slick-arrow{
	background: url(../images/sprites.png) 0 -150px no-repeat;
	border: none;
	font-size: 0;
	width: 12px;
	height: 23px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	z-index: 5;
}
.slick-arrow.slick-next{
	background-position: -25px -150px;
	left: auto;
	right: 10px;
}
.slick-arrow:hover{opacity: 0.8;}

/* news */
.news-block{
	margin-bottom: 48px;
	padding: 0 10px;
        /*word-wrap: break-word;*/
}
.news-block:before{
	content: "";
	display: block;
	width: 55px;
	height: 4px;
	background: #007773;
	margin-bottom: 12px;
}
#anchor_news {
    margin-bottom: 60px;
}

/* about */
.about{
	/*background: url(../images/bg-about.jpg) 50% 0 no-repeat;*/
        background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
        margin-top: 50px;
}
.about-block{
	background: rgba(255,255,255,0.93);
	position: relative;
	padding: 1px 26px 27px;
}
.about-block h2{margin: 20px 0 23px;}
.about-block p{margin-bottom: 5px;}

/* speakers */
.wrap-speakers{
	font-size: 0;
}
.wrap-speakers>div{
	display: inline-block;
	vertical-align: top;
	float: none;
}
.speaker-block{
	margin-bottom: 40px;
	font-size: 16px;
	padding-top: 2px;
}
.wrap-speakers .name{
    margin: 15px 1px 5px;
    font-size: 22px;
    line-height: 24px;
    color: #007773;
    font-weight: 500;
}
@media (max-width: 768px) {
    .wrap-speakers .name{
        font-size: 20px;
    }
}
.wrap-speakers .name a{
    color: #007773;
}
.wrap-speakers .name a:hover, 
.wrap-speakers .name a:active {
    text-decoration: none;
    color: #00514e;
}
.wrap-speakers .name:after{
	content: "";
	display: block;
	height: 1px;
	width: 98px;
	margin-top: 7px;
	background: #000;
}

/* wrap-programm */
.wrap-programm{
    margin-top: 15px;
}
.wrap-programm:before{
	content: "";
	display: block;
	/*border-bottom: 1px solid #c2e4e3;*/
	/*border-top: 1px solid #1b9a95;*/
	margin: 6px 0 -15px;
}
.tab-heading{
	border-bottom: 3px solid #00716d;
	padding-top: 6px;
}
.tab-heading .button-list.more-day{
	float: right;
	margin: 0;
}
.tab-heading .button-list li{margin: 0 8px 15px;}
.tab-heading .button-list .btn{width: 218px;}
.nav-tabs{
	border: none;
	float: left;
}
.nav-tabs>li{margin: 0 35px 0 0;}
.nav-tabs>li>a{
	margin: 0;
	text-align: center;
	font-size: 18px;
	color: #2060a8;
	border: none;
	border-radius: 0;
	padding: 2px 34px 7px;
}
.nav-tabs>li>a b, .programm-title b{
	display: block;
	font-size: 30px;
	color: #028f8a;
}
.nav-tabs>li>a b:after, .programm-title b:after{
	content: "";
	display: block;
	width: 32px;
	height: 4px;
	background: #028f8a;
	margin: -1px auto 4px;
}
.programm-title b:after{margin: 4px auto;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
	color: #fff;
	background: #028f8a url(../images/bg-tab.png) 0 0;
	-webkit-background-size: auto 100%;
	border: none;
	background-size: auto 100%;
}
.nav-tabs>li.active>a b, .nav-tabs>li.active>a:hover b, 
.nav-tabs>li.active>a:focus b, .nav>li>a:hover b, .nav>li>a:focus b{color: #fff;}
.nav-tabs>li.active>a b:after, .nav-tabs>li.active>a:hover b:after, 
.nav-tabs>li.active>a:focus b:after, .nav>li>a:hover b:after, .nav>li>a:focus b:after{
	 background: #fff;
}
.nav.nav-tabs.hidden {
    display: none;
}
.programm-title.hidden {
    display: none;
}
.programm-title{
	font-size: 18px;
	color: #2060a8;
	text-align: center;
	margin: 60px 0 20px;
	display: none;
	line-height: 32px;
}
.programm-list{
	margin: 35px 0;
	max-width: 960px;
	font-size: 18px;
	position: relative;
	line-height: 21px;
}
.programm-list li.active a {
    color: #02c3bc;
    /*font-weight: bold;*/
}
.programm-list:before{
	content: "";
	display: block;
	width: 1px;
	top: 10px;
	bottom: 10px;
	position: absolute;
	background: #2060a8;
	left: 68px;
}
.programm-list > li{
	position: relative;
	margin-bottom: 33px;
	padding-left: 126px;
}
.programm-list li:before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	width: 17px;
	height: 17px;
	left: 60px;
	outline: 4px solid #fff;
	background: #2060a8;
	border: 1px solid #2060a8;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow:         inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
}
.programm-list .time{
	position: absolute;
	left: 1px;
	top: 2px;
}

.programm-list.year {
    margin-top: 50px;
    margin-bottom: 50px;
}
.programm-list.year:before{
    display: none;
}
.programm-list.year li{
    font-size: 36px;
    /*color: #02c3bc;*/
}
.programm-list.year li:before{
    display: none;
}

.programm-list.left:before{
    left: 18px;
}
.programm-list.left li:before{
    left: 10px;
}
.programm-list.left > li{
    padding-left: 45px;
}

.programm-list.big:before{
    left: 268px;
}
.programm-list.big li:before{
    left: 260px;
}
.programm-list.big li{
    padding-left: 295px;
}
.programm-list.big .time{
    text-align: right;
    width: 250px;
}


/* sponsors */
.sponsors{
	background: #285c6b url(../images/bg-sponsors.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding: 1px 0 58px;
	margin: 67px 0 0;
}
.sponsors-slider{
    padding: 0 20px;
}

/*
.sponsors-slider img {
    background-color: #fff;
    
    padding: 10px;
        max-width: 165px;
    max-height: 120px;
}
*/
/*
.sponsors-slider img {
    vertical-align: middle;
    background-color: #fff;
}
*/
.sponsors h2{
	color: #fff;
	margin: 23px 0 47px;
}

#anchor_sponsors .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#anchor_sponsors .frame {
    height: 150px;      /* equals max image height */
    width: 190px;
    white-space: nowrap;
    
    text-align: center; 
    margin: 1em 0;
}
#anchor_sponsors .sponsors-slider__item {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 150px;
    max-width: 190px;
    display: inline-block;
}


#anchor_partners .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#anchor_partners .frame {
    height: 90px;      /* equals max image height */
    width: 130px;
    white-space: nowrap;
    
    text-align: center; 
    margin: 1em 0;
}
#anchor_partners .partners-slider__item {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 90px;
    max-width: 130px;
    display: inline-block;
}





/* parnters */
.partners-list{text-align: center;}
.partners-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
}
.partners-slider{
	padding: 0 20px;
	margin-bottom: 65px;
}
.partners-slider img {
    max-width: 130px;
    max-height: 90px;
}
.partners-slider .slick-arrow{background-position: -50px -150px;}
.partners-slider .slick-arrow.slick-prev{background-position: -50px -150px;}
.partners-slider .slick-arrow.slick-next{background-position: -75px -150px;}

.sponsors-slider img {
    max-width: 190px;
    max-height: 150px;
}
.sponsors-slider .slick-arrow{background-position: -50px -150px;}
.sponsors-slider .slick-arrow.slick-prev{background-position: -50px -150px;}
.sponsors-slider .slick-arrow.slick-next{background-position: -75px -150px;}

.slick-track {
    margin: 0 auto;
}

/* contacts */
.wrap-contacts{position: relative;}
.map{
	border-top: 1px solid #1b9a95;
	height: 466px;
        background-color: #eee;
}
.map iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.contacts-block{padding-bottom: 31px;}
.contacts-block h2{margin: 10px 0 51px;}
.contacts-list{
	font-size: 18px;
	margin: 20px 0 0 3.5%;
	padding-bottom: 1px;
}
.contacts-list li{margin-bottom: 44px;}
.contacts-block .button-list{margin: 0;padding-top: 1px;;}

/* footer */
.footer{
    /*background: #2060a8;*/
    color: #fff;
    /*padding: 5px 0;*/
    background: #2060a8;
    margin-top: 25px;
    /*padding: 6px 0;*/
}
.footer .row > div{
    padding: 15px 0;
}


.footer .contacts a, .footer address{color: #fff;}
/*.copyright{padding-top: 10px;}*/
.footer address{
	padding: 0;
	margin: 0 0 0;
}
.footer .contacts{
    padding-top: 0;
}
.footer .contacts p{padding-left: 14px;}
.footer .contacts p .sprites{left: -15px;}
.footer .contacts p .sprites.i-email-white{top: 6px;}

.subscribe h2 {
    color: #2060a8;
    text-align: center;
    margin-bottom: 20px;
}
.subscribe form {
    padding: 15px 0 0 0;
    background: url(../images/mail-string.png) center 15px repeat-x;
}
.subscribe {
    background-color: #fff;
}
.subscribe .form-inline {
    padding: 30px 0;
}
.subscribe .form-control {
    height: 36px;
    border-radius: 0;
}
.subscribe .btn {
    height: 36px;
}
.subscribe p {
    font-size: 85%;
    margin-bottom: 5px;
}
#subscribe_success,
#subscribe_error {
    margin-top: 10px;
    display: none;
}



.media_order h3 {
    color: #2060a8;
    /*text-align: center;*/
    /*margin-bottom: 20px;*/
}
.media_order {
    background-color: #fff;
}
/*
.media_order .form-inline {
    padding: 30px 0;
}
*/
.media_order input.form-control {
    height: 36px;
    border-radius: 0;
}
.media_order .form-control {
    border-radius: 0;
}
.media_order .btn {
    height: 36px;
}
#media_order_success,
#media_order_error {
    margin-top: 10px;
    display: none;
}




/* sprites */
.sprites{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/sprites.png) 0 0 no-repeat;
}
.contacts-list a {
    color: #000;
}

.i-map{
	background-position: 0 -50px;
	width: 10px;
	height: 14px;
}
.i-map-big{
	background-position: 0 -101px;
	width: 16px;
	height: 22px;
	margin: -8px 11px 0 0;
}
.i-map-white{
	background-position: 0 0;
	width: 10px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: -14px;;;
}
.i-phone{
	background-position: -50px -50px;
	width: 19px;
	height: 17px;
}
.i-phone-big{
	background-position: -50px -100px;
	width: 22px;
	height: 21px;
	margin: -2px 8px 0 -3px;
}
.i-phone-white{
	background-position: -50px 0;
	width: 19px;
	height: 16px;
}
.i-tw{
	background-position: -50px -200px;
	width: 37px;
	height: 37px;
}
.i-email-big{
	background-position: -100px -100px;
	width: 22px;
	height: 14px;
	margin: -2px 8px 0 -3px;
}
.i-email-white{
	background-position: -100px 0;
	width: 19px;
	height: 12px;
}
.i-fb{
	background-position: 0 -200px;
	width: 37px;
	height: 37px;
}
.i-email{
	background-position: -100px -50px;
	width: 19px;
	height: 12px;
}
.i-in{
	background-position: -100px -200px;
	width: 36px;
	height: 37px;
}

#reg_submit,
#reg_close
{
    margin: 0 auto;
}
.events_reg_success {
    margin-top: 15px;
}

#events_reg_modal label {
    font-weight: normal;
}

#events_reg_modal .form-group h5 {
    font-weight: normal;
}


.danger div.danger_alert,
div.danger_alert,
.danger_alert_delete,
.danger_alert_other
{
    color: red;
    font-size: 14px;
    font-weight: normal;
}

.danger > input,
.danger > select,
.danger > textarea
{
    border-color: red;
}
.form-group label {
    position: relative;
}
.form-group.required label:after,
label.required:after {
    content: '*';
    color: red;
    position: absolute;
}
.modal-footer .danger_alert {
    text-align: center;
}

.fotorama {
    margin-bottom: 15px;
}
.fotorama .fotorama__wrap {
    margin: 0 auto;
}

/*****************************
    02 - CONTACT
*****************************/
#contact-form button {
    margin-bottom: 30px !important;
}
.contact-group:not(:last-child) {
    margin-bottom: 15px;
}

.contact-label {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.contact-example {
    font-size: 16px;
    color: #000;
}

.contact-input,
.contact-message {
    background-color: #f5f5f5;
    padding-left: 10px;
    padding: 10px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
}

.contact-input {
    height: 44px;
}

.contact-submit {
    display: block;
    width: 100%;
    background: #95c11f;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    color: #fff;
}
.wrap-contact a {
    color: black;
}
#message_alert_success {
    display: none;
}
#message_alert_danger {
    display: none;
}


.slider-reviews{
    padding: 0 20px;
    margin-bottom: 65px;
}
.slider-reviews .img {
    margin-bottom: 40px;
    position: relative;
}

.slider-reviews .img:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border: 10px solid rgba(255, 2555, 255, .5);*/
}


.slider-reviews img {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.slider-reviews .slick-arrow{background-position: -50px -150px;}
.slider-reviews .slick-arrow.slick-prev{background-position: -50px -150px;}
.slider-reviews .slick-arrow.slick-next{background-position: -75px -150px;}

.slider-reviews .title{
    text-align: center;
    
}
.slider-reviews .name{
	/*margin: 27px 1px 8px;*/
	font-size: 24px;
	line-height: 1.2px;
	color: #007773;
	font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
}
.slider-reviews .position{
    font-size: 18px;
}
.slider-reviews .position:after{
	content: "";
	display: block;
	height: 1px;
	width: 98px;
	margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
	background: #000;
}

section.gallery {
    margin-bottom: 50px;
}




/* .news --------------------------------------------------------------------*/
.news {
    position: relative;
    display: block;
    padding-top: 50px;
}
.news .title {
    margin-bottom: 35px;
}
.news .info-link {
    margin-top: 4px;
}

.newsBox {
    position: relative;
    display: block;
    text-align: center;
    /*border-top: 1px solid #70331f;*/
    /*border-bottom: 1px solid #70331f;*/
    padding-bottom: 23px;
    margin-bottom: 30px;
}
.newsBox__img {
    position: relative;
    display: block;
}
.newsBox__img > img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.newsBox__name {
    position: relative;
    display: flex;
    min-height: 72px;
    /*padding: 2px 20px 0px 20px;*/
    text-align: center;
}
.newsBox__name a {
    position: relative;
    display: inline;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /*color: #70331f;*/
    text-decoration: none;
    margin: 0 auto;
}
.newsBox__name a:hover {
    text-decoration: underline;
    color: #007773;
}
.newsBox__name h2 {
    font-size: 20px;
    color: #007773;
}
.newsBox__name h3 {
    color: #007773;
}




.newsBox__text {
    position: relative;
    display: block;
    /*min-height: 101px;*/
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding-bottom: 15px;
    /*padding: 0px 30px 0px 20px;*/
}
/*
.newsBox__text p {
    position: relative;
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}
*/



.newsBox__info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /*padding: 0px 30px 0px 20px;*/
}
.newsBox__info > i {
    position: relative;
    float: left;
    font-size: 16px;
    /*color: #70331f;*/
    font-style: normal;
}
.newsBox__info > a {
    position: relative;
    float: right;
    font-size: 16px;
    /*color: #70331f;*/
    text-decoration: underline;
}
.newsBox__info > a:hover {
    text-decoration: none;
}
.news-block-info {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}
.news-block-info .news-block:before {
    display: none;
}
.news-block-info li {
    display: inline-block;
}
.news-block-info li.splitter {
    color: #ccc;
    padding: 0 5px;
}
.news-block-info .news-block {
    margin-bottom: 50px;
}
.news-block-info .news-block h4 {
    text-align: center;
    font-size: 20px;
}

/*--------------------------------------------------
        [Back To Top]
----------------------------------------------------*/
#back-to-top {
    color: #fff;
    border: 1px solid #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: #2060a8;
    right: 10px !important;
    bottom: 10px !important;
    /*border-radius: 3px !important;*/
    position: fixed;
    display: none;
    cursor: pointer;
}
#back-to-top:after {
    top: 4px;
    left: 8px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

#back-to-top:hover {
    /*border: 1px solid #f8897c;*/
    /*
    color: #fff;
    background: #2060a8;
    transition: all 0.3s ease-in-out;
    */
    opacity: .8;
}


.search {
    min-height: 400px;
}
.search-menu {
    display: none !important;
}
/*
input.gsc-input {
  padding-left: 48px !important;
  text-indent: 0px !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/
.btn.all_events_button {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 15px 20px;
}
.btn.all_events_button i {
    margin-left: 10px;
}

.btn-small {
    height: 36px;
    width: 100%;
}

.loginModal__link {
    margin: 10px 0;
}
.btn.btn-default {
    color: #333;
    background-color: #ccc;
    border-color: #fff;
}

.form-control {
    height: 36px;
    border-radius: 0;
}

.register,
.recover {
    min-height: 400px;
}
@media (max-width: 767px) {
    .register {
        min-height: 0;
    }
}
#register-submit,
#recover-submit {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.profile select:disabled,
.profile input:disabled {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
}

.profile__mobile-menu {
    display: flex;
    justify-content: center;
}
.profile__mobile-menu a {
    margin: 0 5px;
}

#personal-submit {
    display: inline-block;
}
#personal-cancel {
    display: inline-flex;
}

.profile {
    min-height: 500px;
}

#password-submit {
    display: inline-block;
    width: 150px;
}
#password-cancel {
    display: inline-flex;
    width: 100px;
}

#personal-exit {
    margin-top: 25px;
}


