@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700,900&subset=cyrillic');

body{ width: 100%; }

.albom_tpl {
    margin-bottom: 30px;
    text-align: center;
}
.albom_img {
    margin-bottom: 20px;
}
.albom_img a{
	display: inline-block;
	position: relative;
}
.albom_img a:after{
	background: #840c28;
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
}
.albom_img a:before{
	content: '\f064';
	font-family: 'fontAwesome';
    font-size: 30px;
    color: #fff;
    line-height: 1;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.albom_img:hover a:after{
	opacity: 0.6;
}
.albom_img:hover a:before{
	opacity: 1;
}
.albom_title a{
	font-size: 20px;
	color:#000;
	font-family: "DroidSerifBold";
	text-decoration: none;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.albom_title a:hover{
	color: #840c28;
}
.photo_tpl {
    margin-bottom: 25px;
}

.photo_tpl a {
    display: inline-block;
    position: relative;
}

.photo_tpl a:after {
    content: '\f00e';
    font-family: 'fontAwesome';
    font-size: 50px;
    color: #fff;
    line-height: 1;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.photo_tpl a:before {
    background: #840c28;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
}

.photo_tpl:hover a:after {
    opacity: 1;
}

.photo_tpl:hover a:before {
    opacity: 0.6;
}


body {
    font-family: "Exo 2";
}
/*header block*/

.top__block {
    background-color: #d4af7a;
    color: #fff;
    padding-bottom: 6px;
    padding-top: 5px;
}
.head__email, .head__address  {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px; 
    color: #fff; 
}
.head__email:before {
    content: "";
    display: inline-block;
    background-image: url(../img/email.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 8px;
}
.head__address:before {
    content: "";
    display: inline-block;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 4px;
}
.head__fone_1:before {
    content: "";
    display: inline-block;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 3px;
}
.head__fone_2:before {
    content: "";
    display: inline-block;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 3px;
}
.head__fone_1, .head__fone_2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.head_a {
    text-decoration: none;
    color: #fff;
}
.head_a:hover {
    text-decoration: none;
    color: #fff;
}
.head__text_p {
    color: #d4af7a;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.0;
    padding-top: 0;
    padding-bottom: 0;
}

.head_block{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*nav block*/

.nav__menu{ background-color: #50b009; }

@media (max-width: 991.98px) { .nav__menu{ padding-top: 10px; padding-bottom: 10px; } }


.nav__menu nav {
    background-color: #50b009;
    padding: 0 !important;
}
.nav__menu nav a.nav-link{ 
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
}

.nav__menu .nav-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; 
}
.nav__menu .nav-item.active .nav-link,
.nav__menu .nav-link:hover {
    background-color: #45960a;
    color: #fff;
}
.nav__menu .navbar-toggler {
    background-color: #ccc;
}
/*content block*/
.content {
    background: url(../img/fone_content.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}


/*-- SIDEBAR ---*/

.home .block__sidebar{  margin-top: -250px;  }

.aside{
    margin-bottom: 20px;
}

.aside > form,
.aside > div,
.block__sidebar { 
    max-width: 100%;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1); 
}

.nav_title{
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #50b009;
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
}

.nav-link_sid{
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}
.menu {
    background-color: #50b009;
    color: #fff!important; 
}
.nav-item_sid {
    background: #f9f9f9;
}
.nav-item_sid:nth-child(2n) {
    background: #eaeaea;
}
.nav-item_sid.active,
.nav-item_sid:hover {
    background-color: #50b009;
    color: white;
}
.nav-item_sid.active > .nav-link_sid,
.nav-link_sid:hover {
    color: #fff;
}

/* MAIN */

main {margin-top: 20px; }

.content__head_h1 {
    color: #d4af7a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
}
.content__text_p {
    font-size: 15px;
    font-weight: 400;
}
.content__button {
    text-align: center;
}
.aside .form-inline {
    height: 47px;
    padding-top: 25px;
    /*box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);*/
    position: relative;
    top: 25px;
}
.aside .form-control {
    padding: .375rem 1rem;
    position: relative;
    top: -13px;
    left: 7px;
}
.btn-outline-success {
    /* color: #28a745; */
    background-color: #d4af7a;
    background-image: none;
    /* border-color: #28a745; */
    height: 47px;
    width: 44px;
    border-color: #d4af7a;
    position: relative;
    right: 11px;
    outline: none;
    background-image: url(../img/find.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    right: -2px;
    top: -13px;
}
.form-control {
    height: 47px;
}
@media (min-width: 576px)
.mr-sm-2, .mx-sm-2 {
    margin-right: 0.1rem!important;
}
btn-outline-success:after {
    content: "";
    display: block;
    background-image: url(../img/find.png);
    height: 20px;
    width: 20px;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #d4af7a;
    border-color: #d4af7a;
    outline: none;
}
.block__bs_link {
    margin-top: 50px;
    margin-left: 6px;
    overflow: hidden;
    max-width: 100%;
}
.block__bs_link img{
    /*max-width: 100%;*/
    width: 100%;
}

.block__bs_link a{}
/*empty block*/
.empty {
   height: 489px;
   background-position: 50% 0%;
   position: relative;
}
.empty_bg{
    background-image: url(../img/top_img_bg.png);
    position: absolute;
    width: 100%;
    height: 305px;
    bottom: 0;
    left: 0;
}

/*tips block*/
.tips {
    background: url(../img/fone_real.png);
    background-repeat: no-repeat;
    background-size: 100% 93%;
    background-position: 100% 100%;
    background-color: #f1f1f1;
}
.tips__head {
    padding-top: 150px;
    padding-bottom: 45px;
}
.content__head{
    margin-top: 20px;
}

.tips__head h1 {
    color: #50b009;
    font-weight: 700;
    line-height: 24px;
}
@media (min-width: 576px) { .tips__head { font-size: 60px; } }
@media (max-width: 575.98px)  { .tips__head { font-size: 40px; } }

.tips__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 227px;
    /*max-width: 255px;*/
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
}
.tips__item1 {
    background-image: url(../img/1.png);
}
.tips__item2 {
    background-image: url(../img/2.png);
    max-width: 540px;
}
.tips__item3 {
    background-image: url(../img/3.png);
}
.tips__item4 {
    background-image: url(../img/4.png);
}
.tips__item5 {
    background-image: url(../img/5.png);
}
.tips__item6 {
    background-image: url(../img/6.png);
    max-width: 540px;
}
.tips__item7 {
    background-image: url(../img/7.png);
}
.tips__item8 {
    background-image: url(../img/8.png);
}
.tips__item9 {
    background-image: url(../img/9.png);
}
.tips__item10 {
    background-image: url(../img/10.png);
}
.tips__item_h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    z-index: 100;
}
.tips_link{ transition: .25s; }
.tips__item_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(51, 51, 51, 0.48);
    transition: .25s;
    opacity: 0.75;
}
.tips_link:hover .tips__item_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(88, 152, 40, 0.54);
    transition: .25s;
    opacity: 0.75;
}


/*footer block*/
.footer {
    background: url(../img/fone_footer.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    padding-top: 130px;
}
.footer__head_h1 {
    color: #50b009;
    font-size: 60px;
    font-weight: 700;
    line-height: 24px;
}
.footer__head {
    /*padding-top: 130px;*/
    padding-bottom: 60px;
}
.footer__a:hover, 
.footer__a {
    color: #000;
}
.footer__email:before {
    content: "";
    display: inline-block;
    background-image: url(../img/foot_email.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 8px;
}
.footer__address:before {
    content: "";
    display: inline-block;
    background-image: url(../img/foot_map.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 4px;
}
.footer__fone_1:before {
    content: "";
    display: inline-block;
    background-image: url(../img/foot_phone.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 3px;
}
.footer__fone_2:before {
    content: "";
    display: inline-block;
    background-image: url(../img/foot_phone.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: relative;
    top: 3px;
}
.footer__email, .footer__address {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
}
.footer__fone_1, .footer__fone_2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
}
.foot__left {
    font-size: 14px;
    font-weight: 400;
}
.foot__left_a {
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    color: #50b009;
    display: block;
    padding-bottom: 53px;
}
.foot__left_a:hover {
    text-decoration: none;
    color: #50b009;
}
.block__logo_oren_img {
        width: 100%;
    }
@media (max-width: 450px) {
    .form-inline .form-control {
       max-width: 84%;
    }
}
@media (min-width: 320px) and (max-width: 450px) {
    .form-inline .form-control {
        max-width: 84%;
    }
 }
@media (max-width: 576px) { 
    .content__text_p {
        text-align: center;
    }
    .tips__item {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .block__logo_right {
        padding-bottom: 15px;
    }
    .block_logo_left {
        padding-top: 15px;
    }
    .block__logo_oren_img {
        width: 50%;
        display: block;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .footer__head, .block__logo_right, 
    .foot__left, .foot__left_a, .footer__address,
    .footer__email, .footer__fone_1, .footer__fone_2,
     .logo__rang {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .form-inline .form-control {
        max-width: 78%;
    }
 }
@media (min-width: 576px) { 
    .form-inline .form-control {
        width: 76%;
    }
    .content__text_p {
        text-align: center;
    }
    .tips__item {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .block__logo_oren_img {
        width: 50%;
        display: block;
        margin: 0 auto;
        /*margin-bottom: 15px;*/
    }
    .block__logo_oren{
        margin-bottom: 15px;
    }
    .block__logo_right {
        padding-bottom: 15px;
    }
    .block_logo_left {
        padding-top: 15px;
    }
    .form-inline .form-control {
        width: 91%;
    }
 }

@media (min-width: 768px) { 
    .block__logo_oren_img {
        width: 100%;
    }
    .tips__item_h3 {
        font-size: 22px;
    }
    .block_logo_left {
    padding-top: 0px;
    }
    .form-inline .form-control {
        width: 78%;
    }
 }

@media (min-width: 992px) { 
    .head__fone_1, .head__fone_2 {
        font-size: 13px;
    }
    .tips__item_h3 {
        font-size: 29px;
    }
    .content__text_p {
        text-align: justify;
        font-size: 15px;
    }
    .form-inline .form-control {
        width: 78%;
    }
 }

@media (min-width: 1200px) { 
    
.form-inline .form-control {
        width: 82%;
    }

 }


.breadcrumb{
    background-color: #50b009;
}

.breadcrumb a {
    color: white;
    margin-right: 5px;
}

.breadcrumb > span{
    margin-left: 10px;
}

/*galery block*/
.galery__head_h1 {
    color: #50b009;    
    font-weight: 700;
}
@media (min-width: 576px) { .galery__head_h1 { font-size: 60px; } }
@media (max-width: 575.98px)  { .galery__head_h1 { font-size: 40px; } }


.gallery_header{
    padding-top: 0;
    padding-bottom: 50px;
}

#gallery_start{
    background-color: #f1f1f1;
}

.gallery_slide{
    width: 100%;
    margin: 0;
    padding: 0;
}

.gallery_slide_item > div{
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery_slide_item div{
    width: 100%;
    height: 350px;
}

.tips_end{
    background-image: url('../img/bg_tips_end.png');
    height: 126px;
    width: 100%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.slick-prev, .slick-next{
    z-index: 1;    
}
.slick-prev:before, .slick-next:before{
    font-family: 'FontAwesome';
    font-size: 72px;
    transition: .25s;
    opacity: 1;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
    color: #50b009;
}

.slick-prev{ left: 25px;}
.slick-next{ right: 45px;}

.slick-prev:before{ content: "\f053";}
.slick-next:before{ content: "\f054";}

#start_main_block{
    padding-bottom: 30px;
}

.news_block_wrapper{ 
    text-align: center;
}

.news_block_main{
    overflow: hidden;
    margin-bottom: 10px;
}

.news_block_main img{
    max-width: 100%;
}

.news_block_main a{
    text-decoration: none;
    color: black;
    transition: .25s;
}

.news_block_main a:hover{
    color: #777;
    filter: brightness(.8);
}

.show_all a,
.previous_next_links a{
    color: black;
}

.photo_cat_images img{
    max-width: 100%;
}
.albom_title{
    line-height: 1.2;
}

.photo_tpl img{
    max-width: 100%;
}

h2.block_header{
    margin-bottom: 20px;
}
.button.solid,
.faq_form .input_submit_btn{
    border: none;
    background-color: #50b009;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    transition: .25s;
}
.button.solid:hover,
.faq_form .input_submit_btn:hover{
    background-color: #45960a;
}

.faq_block{
    background-color: #eaeaea;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.faq_block .date{
    font-size: 12px;
    color: #444;
}

.faq_question{
    display: table;
    width: 100%;
    cursor: pointer;
}

.faq_question_anons{
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.faq_question .fa{
    display: table-cell;
    vertical-align: top;
    font-size: 50px;
    padding-left: 25px;
}

.faq_answer{
    display: none;
    margin-top: 15px;
    padding-left: 0 !important;
}

.faq_question_name{ font-weight: bold; }

.video_item{ 
    margin-bottom: 30px; 
    overflow: hidden;
}

.video_item iframe{ max-width: 100%;}

.video_anons{ 
    line-height: 1.2; 
    /*padding: 0 30px;*/
}

.yamap{
    height: 550px;
}
.special_ability{
    position: fixed;
    right: 10px;
    top: 10%;
}
.special_ability button{
    border: none;
    padding: 50px;
    border-radius: 50%;
    background-color: rgba(85, 140, 246, .7);
    background-image: url('../img/glaz.png');
    background-position: center;
    background-repeat:no-repeat;
    cursor: pointer;
}
