/* Global =================================================================== */
.red {
    font-size: 180px !important;
}
html, body{
    width: 100%;
    height: 100%;
}
 
body {
    background: #fff;
    margin:0;
    padding:0;
    font-family: "Sans";
}
input:focus {
	outline: none;
} 
textarea:focus {
	outline: none;
} 
/*fonts*/
@font-face {
    font-family: "Sans";
    src: url("../fonts/sourcesanspro.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2Regular";
    src: url("../fonts/exo2.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2Reg";
    src: url("../fonts/exo2regular.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "SansSemi";
    src: url("../fonts/sourcesansprosemibold.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2RegCond";
    src: url("../fonts/exo2regularcondensed.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2Medium";
    src: url("../fonts/exo2medium.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2Light";
    src: url("../fonts/exo2light.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2Bold";
    src: url("../fonts/exo2bold.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2Semibold";
    src: url("../fonts/exo2semibold.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Exo2Black";
    src: url("../fonts/exo2semibold.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "exo2blackcondensed";
    src: url("../fonts/exo2blackcondensed.ttf") format("truetype");
    font-style: normal;
}

/* Wrapper ================================================================== */

#layout{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Header =================================================================== */
header .border {
    display: inline-block;
    height: 46px;
    top: 0px;
    width: 1px;
    background: #e0e0e0;
    right: 40px;
    position: absolute;
}
header{
    /*height: 224px;*/
    line-height: 50px;
    padding: 0px;
    background: #fff;
}
header .top {
    margin-bottom: 25px;
}
header .bottom nav ul li a {
    color: #717171;
}
.clear {
    clear: both;
}
header #logo a{
    display: block;
    float: left;
    width: 292px;
    height: 68px;
    background: url("../images/logo.png") no-repeat left center;
    background-size: 220px;
}
header .soc_icons a {
    padding: 0px 5px;
    color: #777777;
    font-size: 16px;
}
header .search_form {
    float: right;
    position: absolute;
    right: -11.5%;
    height: 46px;
    top: 0;
}
header .header .about {
    float: right;
    height: 15px;
    padding: 25px 0px;
}
header .header .about .light {
font-size: 14px;
color: #2c2c2c;
position: relative;
top: -10px;
}
header .header .about .bold {
    display:block;
    line-height: 0px;
    font-family: "Exo2Semibold";
    font-size: 15px;
    color: #2c2c2c;
}
header .header .about .time i {
    background: url(/templates/default/images/clock.svg) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 25px;
    position: absolute;
    left: -30px;
    top: -5px;
}
header .header .about .phone i {
    background: url(/templates/default/images/phone.svg) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 25px;
    position: absolute;
    left: -30px;
    top: -5px;
}
header .bottom {
    border-top: 1px solid #E0E0E0;
    margin-top: 33px;
    border-bottom: 1px solid #E0E0E0;
}
.a-s-t {
color: #fff !important;
}
.a-s-t:hover {
color: #fff !important;
}

.owl-carousel .item .block .title {
    display: inline-block;
    float: left;
    background: #F02830;
    padding: 45px 30px;
    padding-right: 30px;
    font-family: "Exo2Semibold";
    color: #fff;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 40px;
    width: 200px;
}
.owl-carousel .item .block .descr a:hover {
color: #F02830;
}
.skroy {
    display: none;
}
.owl-carousel .item .block .descr a i {
    color: #F02830;
    position: relative;
    font-size: 18px;
    top: 1px;
    left: 2px;
}
.owl-carousel .item .block .descr a {
    display: block;
    padding-top: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: "Exo2Semibold";
    color: #2C2C2C;
    font-size: 16px;
}
.owl-carousel .item .block .descr {
    display: inline-block;
    width: 330px;
    background: #fff;
    padding: 50px 30px;
    font-size: 16px;
    padding-bottom: 80px;
}
.owl-carousel .item .block {
    position: absolute;
    z-index: 99;
    width: 655px;
    top: 280px;
    left: 20%;
}
.owl-carousel .item {
    position: relative;
}
.owl-carousel .item .overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.10);
z-index: 9;
}
header .bottom nav .menu > li:first-child {
    border-left: 1px solid #e0e0e0;
}
header .bottom nav .menu > li:hover a {
   color: #F52B33;
}
header .bottom nav .menu > li {
    border-right: 1px solid #e0e0e0;
    transition: .3s;
}
header .bottom nav .menu > li:hover:before {
    content: '';
    height: 2px;
    width: 90%;
    background: #F52B33;
    top: -1px;
    position: absolute;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
header .bottom nav .menu > li:before {
    content: '';
    height: 0px;
    width: 20px;
    transition: all .3s;
    background: #E0E0E0;
    top: -1px;
    position: relative;
    display: block;
    margin-top: -2px;
}
header .bottom .menu .item {
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Exo2Semibold";
    color: #2C2C2C;
}
header .header .about .adres i {
    background: url(/templates/default/images/adres.svg) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 25px;
    position: absolute;
    left: 45px;
    top: -5px;
}
header .header .about .phone {
    display: inline-block;
    position: relative;
}
header .header .about .time {
    display: inline-block;
    position: relative;
    padding-right: 75px;
}
header .header .about .adres {
    display: inline-block;
    position: relative;
    padding-left: 75px;
}
header .search_form i:hover {
    background: url(/templates/default/images/search-hover.svg) no-repeat;
    background-size: 15px;
}
header .search_form i {
    font-size: 16px;
    z-index: 9;
    color: #777777;
    height: 15px;
    transition: .3s;
    cursor: pointer;
    background: url(/templates/default/images/search.svg) no-repeat;
    width: 15px;
    background-size: 15px;
    position: relative;
    top: 3px;
}
header .soc_icons a:hover {
color: #F02830;
}
header .soc_icons {
    padding-left: 105px;
    display: inline-block;
}
header .search_form:hover .in_search {
    visibility: visible;
    opacity: 1;
}
.fix {

}
/* Header Navigation ======================================================== */
header #layout .top nav ul li a {
    color: #717171;
    font-family: "Exo2Reg";
    font-size: 18px;
    padding: 0px 11.5px;
    transition: .3s;
}
header .header {
    margin-top: 27px;
}
header #layout .top nav ul li a:hover {
    color: #fff;
    background: #F02830;
}
header .search_form .in_search input {
padding: 13px 10px;
border: 3px solid #f02830;
}
header .search_form .in_search {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -46px;
    width: 115%;
    right: 205px;
    transition: .3s;
}
header #layout .top nav .home {
    float: left;
}
header #layout .top nav .home object {
    background: #F02830;
    padding: 10px;
}
    nav .home:hover i {
    background: #F02830 !important;
    color: #fff !important;
    }
header .top .home i {
    padding: 14px 11px;
    transition: .3s;
    background: #ffffff;
    color: #71757e;
    font-size: 18px;
}
.slider_main {
    height: 600   
}
.ru {
    padding-left: 85px;
    padding-right: 10px;
    color: #727272;
    font-family: "Exo2Bold";
    font-size: 18px;
    text-decoration: none;
}
.rays_list .f_title {
    padding-bottom: 15px;
}
.ru:hover {
color: #f42b33;
}
.multilang_block .active {
color: #f42b33; 
}
.en:hover {
color: #f42b33;
}
.en {
    text-decoration: none;
    font-family: "Exo2Bold";
    font-size: 18px;
    color: #727272;
}
#Capa_1 {
    fill: #fff;
}
header #layout .top nav {
    border-bottom: 1px solid #E0E0E0;
    height: 46px;
    line-height: 46px;
}
header #layout .top nav ul {
    height: 46px;
    line-height: 46px;
}
header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    float:right;
    position: relative;
    z-index: 15;
    height: 46px;
    line-height: 46px;
    padding-top:10px;
}

header .menu .item{
}

header .menu > li {
    float: left;
    padding-left:5px;
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
}

header .menu > li > a:hover {
    color:#FFF;
}

header .menu > li.active > a { color:#F5CF53; }
header .menu > li.active > a:hover { color:#F5CF53; }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    height:50px;
    padding: 0;
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    position: relative; z-index: 5; float: left;
    height: 50px;
    line-height: 50px;
}

nav .menu .item{

}

nav .menu > li {
    float: left;
}

nav .menu > li:first-child {
    background:none;
}

nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color:#FFF;
    text-decoration: none;
}

nav .menu > li > a:hover {

}

nav .menu > li.active > a {
    background: #f02830 !important;
    color: #fff !important;
}
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #DAE9FA;
    background-color: #f9f9f9;
    color: #000;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }

/* Body ===================================================================== */

#body{
}

/* Breadcrumbs ============================================================== */

#breadcrumbs { 
    margin: 0px;
    background: transparent;
    height: 85px;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 50px;
}

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
}

#breadcrumbs ul li {
    height:32px; 
    float:left;
    font-size:13px;
    color:#2c3e50;
}

#breadcrumbs ul li a {
    color:#2C2C2C;
}
#breadcrumbs ul li a:hover {
    color:#F52B33;
    text-decoration: none;
}
#breadcrumbs .left {
    float: left;
    color: #2C2C2C;
    font-family: "Exo2bold";
    font-size: 25px;
       width: 740px;
}
#breadcrumbs .right {
    float: right;
    padding-top: 35px;
}
#breadcrumbs ul li.sep {
    margin:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat left center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}

/* Section ================================================================== */

#body section{
    float:left;
}

#body section article {
    background:#FFF;
    margin-bottom: 10px;
}

#body section h1{
    margin-bottom: 20px;
    color:#34495e;
}

#body section h1 .parent_title{
    font-size:16px;
}

/* Sidebar ================================================================== */

#body aside{
    float:right;
    width:240px;
    margin-bottom: 10px;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li { margin:0; padding:0; list-style: none; }

#body aside .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu ,
#body aside .menu li ul {
    padding:0;
    background:#FFF;
}

#body aside .menu{
    margin:-15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}

/*#body aside .menu li:hover > a,
#body aside .menu li.active > a { color:#FFF; }*/

#body aside .menu li:first-child {
}

#body aside .menu li:last-child {
    border-bottom: none;
}

#body aside .menu li:hover > ul {
    visibility: visible;
}

#body aside .menu li.active:hover {
}

aside .menu .item{
    background: url("../images/icons/item.png") no-repeat 10px center;
}

#body aside .menu li.active .item {
    color:#000;
}

#body aside .menu li.hover a {
}

#body aside .menu a,
#body aside .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:4px 10px;
    padding-left:36px;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

footer{
    background: #333333;
    color: #fff;
    clear:both;
}

footer ul, footer li {
    margin: 0; padding: 0; list-style: none;
}

footer ul {
}

footer ul li {
    line-height: 60px;
    display: inline-block;
    margin-right: 15px;
}

footer ul li:last-child { margin:0; }


footer a { color:#fff; }
footer a:hover { color:#ecf0f1; }

footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }

/* Footer SQL Debug ======================================================== */

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}
#sql_queries .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
#sql_queries .red_query {
    color: #c0392b;
}
#sql_queries .green_query {
    color: #27ae60;
}

/* Footer Navigation ======================================================== */

footer #nav {
    float:right;
    margin-right: 0;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}

/* Media Queries ============================================================ */

@media screen and (max-width: 980px) {
    #body section { width:100% !important; }
    #body aside {
        float: none !important;
        overflow: hidden;
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
    nav { padding:5px; height:auto; }
    nav .menu { display:none; }
    nav select { display: block; }
}

@media screen and (max-width: 640px) {
    .content_item .ft_images .first_type_images:first-child {
        float: none;
        clear: both;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }
	.sezam {
	display: block !important;
}
    .filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even){
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_item .ft_images .first_type_images:first-child > img {
        width: 100%;
    }
    header #logo { margin: 0 auto; overflow:hidden; width:200px; }
    header .menu { display:none; }
    .tabs-menu ul { display:none; }
    .tabs-menu select { display:block !important; }
    .widget > .title { font-size:14px !important; }
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
}

@media screen and (max-width: 480px) {
    footer #nav { display: none !important; }
    #breadcrumbs ul li:last-child {

    }
    h1 {
        font-size: 22px;
    }
    .content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile  {
        width: 100% !important;
    }
    .content_list_item.second .photo, .content_list_item.second .first {
        float: none !important;
        margin-right: 0 !important;
    }
    .content_list.featured .first .ft_caption a {
        font-size: 21px !important;
    }
    .content_list_item .ft_caption .value {
        font-size: 18px !important;
    }
}
.directions {
    padding: 0px 0px;
    width: 100%;
    height: 730px;
    position: relative;
    margin-top: -65px;
    margin-bottom: 50px;
}
.directions .vse {
    position: relative;
    left: 0;
    bottom: 4px;
    text-transform: uppercase;
    text-align: center;
    height: 0px;
}
a {
    color: #2c2c2c;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.directions .vse a {
    color: #2c2c2c;
    font-family: "Exo2Semibold";
    font-size: 16px;
    border-bottom: 1px dashed #2c2c2c;
}
.directions .vse a:hover {
    color: #F52B33;
    border-bottom: 1px dashed #F52B33;
}
.directions #layout {
    
}
.directions #layout .directions-in {
    height: 0px;    
}
.directions #layout .directions-in .widget_content_list {
    position: relative;
    top: -420px;
    z-index: 9;
    overflow: visible;
}
.directions #layout .directions-in .title-sec a {
   color: #fff !important;
}
.directions #layout .directions-in .title-sec a:hover {
   border-bottom: 1px dashed #fff;
}
.directions #layout .directions-in .title-sec {
    text-align: center;
    color: #fff;
    font-family: "Exo2Semibold";
    font-size: 38px;
    position: relative;
    top: 300px;
    left: 40%;
    width: 230px;
    text-transform: uppercase;
    z-index: 999999;
}
.directions #layout .directions-in .bg {
    text-align: center;
}
.directions #layout .directions-in .bg img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.directions #layout .directions-in .item {
    float: left;
    width: 50%;
    overflow: visible;
    margin-bottom: 95px;
}
.directions #layout .directions-in .item .image a {
    z-index: 9999999;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.directions #layout .directions-in .item .image a:before {
    content: '';
    width: 135px;
    height: 135px;
    position: absolute;
    border: 8px solid #fff;
    border-radius: 50%;
    z-index: 99999;
    top: -5px;
    left: -2px;

}
.directions #layout .directions-in .item .image img {
    height: 140px;
    width: 140px;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    border-radius: 50%;
    transition: .3s;
}
.directions #layout .directions-in .item:hover .image img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.directions #layout .directions-in .item .info {
    text-align: right;
}
.directions #layout .directions-in .item:nth-child(1) .image {
    margin-right: 105px;
}
.directions #layout .directions-in .item:nth-child(3) .image {
    margin-right: 105px;
}
.directions #layout .directions-in .item:nth-child(4) .image {
margin-left: 105px;
}
.directions #layout .directions-in .item:nth-child(2) .image {
margin-left: 105px;
}
.directions #layout .directions-in .item:nth-child(1) .image {
float: right;
}
.clear {
    clear: both;
}
.directions #layout .directions-in .item:nth-child(2) .info {
    text-align: left;
    position: relative;
    left: 20px;
}
.directions #layout .directions-in .item .info .title {
    padding-top: 35px;
}
.directions #layout .directions-in .item:nth-child(1) .info {
    position: relative;
    left: -20px;
}
.directions #layout .directions-in .item:nth-child(3) .image {
float: right;
}
.directions #layout .directions-in .item:nth-child(3) .info {
    text-align: right;
    position: relative;
    left: -20px;
}
.directions #layout .directions-in .item:nth-child(4) .info {
    text-align: left;
    position: relative;
    left: 20px;
}
.directions #layout .directions-in .item .info .teaser {
    color: #2c2c2c;
    font-size: 16px;
}
.directions #layout .directions-in .item .info .title a:hover {
 color: #f42b33;
}
.directions #layout .directions-in .item .info .title a {
    color: #2C2C2C;
    font-family: "Exo2Semibold";
    font-size: 38px;
    text-decoration: none !important;
    font-size: 34px;
    text-transform: uppercase;
}
.directions #layout .directions-in .item:nth-child(1) .info .title {
    text-align: right;
}
.directions #layout .directions-in .item:nth-child(2) .info .title {
    text-align: left;
}
.directions #layout .directions-in .item:nth-child(3) .info .title {
    text-align:right;
}
.directions #layout .directions-in .item:nth-child(4) .info .title {
    text-align: left;
}
.directions #layout .directions-in .item .info .details {
    
}
.xadj {
    width: 100%;
}
.xadj .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.xadj .overlay {    
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40) !important;
    z-index: 9;
}
.xadj .item {
    position: relative;
}
.xadj .block {
    height: 300px;
    width: 460px;
    position: absolute;
    background: #fff;
    z-index: 9;
    top: -65px;
}
.xadj .block .title a {
    color: #fff;
    transition: .0s;
    text-decoration: none;
}
.xadj .block .title a:hover {
    border-bottom: 2px dashed #fff;
}
.xadj .block .title {
    padding: 40px 40px;
    background: #F02830;
    color: #fff;
    font-family: "Exo2Semibold";
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.xadj .block .desc span {
    font-size: 14px;
    float: right;
    font-style: normal;
}
.xadj .block .desc {
    padding: 30px 40px;
    font-size: 23px;
    color: #000;
    font-style: italic;
}
.xadj .block .btn {
    padding: 0px 40px;
}

.xadj .block .btn a:hover {
    color: #F02830;
}
.xadj .block .btn a:hover {
color: #F02830;
}
.xadj .block .btn a i {
    color: #F02830;
    position: relative;
    font-size: 18px;
    top: 1px;
    left: 2px;
}
.xadj .block .btn a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Exo2Semibold";
    color: #2C2C2C;
    font-size: 16px;
}
.travel {
    text-align: center;
    width: 100%;
    margin-top: -10px;
    background: #F7F7F7 url(/templates/default/images/about.png) center no-repeat;
    background-size: 45%;
}
.travel #layout {
    background: rgba(247,247,247,0.95);
    width: 900px;
}
.travel #layout .title {
    color: #ef272f;
    font-family: "Exo2Semibold";
    font-size: 30px;
    padding-top: 55px;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.travel #layout .title span {
    font-family: "exo2blackcondensed"
}
.travel #layout .about-in {
    color: #2c2c2c;
    font-size: 16px;
}
.travel #layout .about-in .btn {
    padding-top: 40px;
    padding-bottom: 75px;
}
.travel #layout .about-in .btn a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Exo2Semibold";
    color: #2C2C2C;
    font-size: 16px;
}
.travel #layout .about-in .btn a i {
    color: #F02830;
    position: relative;
    font-size: 18px;
    top: 1px;
    left: 2px;
}
.travel #layout .about-in .btn a:hover {
    color: #F02830;
}
.news {
    background: #fff;
    padding: 70px 0px;
    padding-bottom: 100px;
    width: 100%;
}
.news #layout {

}
.news #layout .title-sec {
    color: #ef272f;
    font-family: "Exo2Semibold";
    font-size: 30px;
    padding-bottom:60px;
    text-align: center;
    text-transform: uppercase;
}
.news #layout .news-in {

}
.news #layout .news-in .item {
    width: 33.333333333333333%;
    overflow: visible;
    float: left;
    cursor: pointer;
}
.news #layout .news-in .item .item-in .details span {
    padding: 5px;
    position: relative;
    top: 5px;
    font-family: "Sans";
}
.news #layout .news-in .item .item-in .details {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    background: #F02830;
    width: 50px;
    color: #fff;
    height: 65px;
    top: -25px;
    z-index: 999;
    left: 35px;
}
.news #layout .news-in .item .item-in {
padding: 0px 15px;
position: relative;
}
.news #layout .news-in .item .image {
    width: 100%;
    overflow: hidden;
    margin: 0px;
}
.news #layout .news-in .item:hover .image img {
    transform: scale(1.050);
}
.news #layout .news-in .item .image img {
    width: 100%;
    margin: 0px;
    height:200px;
    transition: .3s;
}
.news #layout .news-in .item .info {
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 20px 18px;
}
.news #layout .news-in .item .info .title {
    display: block;
    padding-top: 15px;
    clear: both;
    padding-bottom: 5px;
}
.news #layout .news-in .item .info .title a:hover {
color: #F02830
}
.news #layout .news-in .item .info .title a {
    color: #2c2c2c;
    font-family: "Exo2Semibold";
    font-size: 18px;
}
.news #layout .news-in .item .info .teaser {
    color: #2c2c2c;
    font-size: 14px;
}
.news .date {
    font-size: 28px;
}
.news .date span {
    font-size: 14px;
    color: #000;
    background: #fff;
    display: block;
    padding: 2px !important;
    position: relative;
    top: 10px;
}
.news .widget_content_list {
    overflow: visible;
}
.news .vse {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding-top: 18px;
    width: 100%;
}
.news .vse a {
    color: #2c2c2c;
    font-family: "Exo2Semibold";
    font-size: 16px;
    width: auto;
    border-bottom: 1px dashed #2c2c2c;
}
.news .vse a:hover {
    color: #F52B33;
    border-bottom: 1px dashed #F52B33;
}
.rays {
    width: 100%;
    position: relative;
    height: 638px;
}
.rays .bg-map {
    width: 60%;
    position: absolute;
    height: 100%;
    background: url(/templates/default/images/map.png) no-repeat;
}
.rays .bg-red {
    width: 60%;
    left: 50%;
    position: absolute;
    height: 100%;
    background: #CD353B;
    transform: skewX(20deg);
}
body {
    overflow-x: hidden;
}
.rays .title-sec {
    position: absolute;
    font-size: 50px;
    font-family: "Exo2Semibold";
    color: #fff;
    text-transform: uppercase;
    width: 20%;
    top: 60px;
}
.rays .rays-in .widget_content_list {
    position: absolute;
    top: 35px;
    overflow: visible;
    left: 50%;
}
.rays .rays-in .item {
    margin-bottom: 105px;
    overflow: visible;
    clear: both;
}
.rays .rays-in .item:nth-child(1) {
    position: relative;
    left: -28%;
}
.rays .rays-in .item:nth-child(2) {
    position: relative;
    left: -14%;
}
.rays .rays-in .item:nth-child(3) {
        position: relative;
        left: 0%;
}
.rays .rays-in .item .image {
    margin-right: 30px;
}
.rays .rays-in .item .image a:before {
    content: '';
    width: 134px;
    height: 134px;
    position: absolute;
    border: 8px solid #fff;
    border-radius: 50%;
    z-index: 99999;
    top: -3px;
    left: -3px;
}
.rays .rays-in .item .image img {
    height: 140px;
    width: 140px;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    border-radius: 50%;
    transition: .3s;
}
.rays .rays-in .item:hover .image img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.rays .rays-in .item .info {

}
.rays .rays-in .item .info .title {

}
.rays .rays-in .item .info .title a {
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    font-family: "Exo2Semibold";
}
.rays .rays-in .item .info .title a:hover {
border-bottom: 1px dashed #fff;
}
.rays .rays-in .item .info .teaser {
    color: #fff;
    font-size: 16px;
}
.rays .bg-map .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47,47,47,0.85);
}
.rays .bg-map .tochka {
    bottom: -470px;
    position: relative;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    left: 455px;
}
.rays .bg-map .gorod {
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    font-family: "Exo2Semibold";
    position: absolute;
    bottom: 100px;
    left: 34.3%;
}
.rays .bg-map .line1 {
    position: absolute;
    bottom: -68px;
    background: #fff;
    width: 2px;
    height: 490px;
    left: 195px;
    transform: rotate(48deg);
}
.rays .bg-map .line2 {
    position: absolute;
    bottom: -159px;
    background: #fff;
    width: 2px;
    height: 490px;
    left: 240px;
    transform: rotate(72deg);
}
.rays .bg-map .line3 {
    position: absolute;
    bottom: -274px;
    background: #fff;
    width: 2px;
    height: 550px;
    left: 282px;
    transform: rotate(92deg);
}
.rays .relative {

}
/*reviews*/
.rev {
    position: relative;
    width: 100%;
    background: #F7F7F7;
    padding: 60px 0px;
    padding-bottom: 15px;
}
.rev #layout {

}
.rev #layout .rev-in {

}
.rev #layout .sec-title {
    color: #ef272f;
    font-family: "Exo2Semibold";
    font-size: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.rev #layout .rev-in .item {
    overflow: visible;
    padding-top: 5px;
    padding: 0px 10px;
}
.rev #layout .rev-in .item .date {

}
.rev #layout .rev-in .item .name {

}
.rev #layout .rev-in .item .details {

}
.rev .item .vesh {
    background: url(/templates/default/images/vesh.png) no-repeat;
    padding: 22px 20px;
    position: absolute;
    left: 0px;
    top: 20px;
}
.rev .item .info .title {
    margin-bottom: 0px;
    color: #2c2c2c;
    padding-top: 15px;
    font-family: "Exo2Semibold";
    font-size: 16px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.rev .item .info .date {
font-size: 14px;
color: #565656;
font-family: "Exo2Reg";

}
.rev .widget_content_list {
    overflow: visible;
}
.rev .item .teaser {
    position: relative;
    background: #fff;
    padding: 15px 30px;
    padding-left: 55px;
    border: 1px solid #E0E0E0;
    transition: .3s;
}
.rev .item:hover .teaser {
    box-shadow: 0 0 4px rgba(30,15,0,.21);
}
.rev .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #888888;
    transition: .3s;
}
.rev .owl-theme .owl-dots .owl-dot span {
    background: #CBCBCB;
    transition: .3s;
}
.rev .owl-theme .owl-dots .owl-dot:hover span {
    background: #888888;
}
.rev .owl-dots {
    position: absolute;
    top: -55px;
    right: 100px;
}
.rev .vse {
    position: absolute;
    top: 10px;
    right: 0px;
}
.rev .vse a {
    color: #2c2c2c;
    font-family: "Exo2Semibold";
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px dashed #2c2c2c;
}
.rev .vse a:hover {
    border-bottom: 1px dashed #ef272f;
    color: #ef272f;
}
/*instagram*/
.instagram {
    width: 100%;
    text-align:center;
    padding: 60px 0px;
}
.instagram .instagram-in {
font-size: 16px;
}
.instagram .instagram-in a {
    font-size: 16px;
}
.instagram .instagram-in .items .item {
    width: 16.66666666666%;
    float: left;
    font-size: 16px;
}
.instagram .instagram-in .items .item .item-in{
padding: 0px 1px;
}
.instagram .instagram-in .items .item img {
width: 100%;
transition: filter .3s;
}
.instagram .instagram-in .items .item img:hover {
    -webkit-filter: saturate(300%);
    filter: saturate(300%);
}
.instagram .title {
    color: #ef272f;
    font-family: "Exo2Semibold";
    font-size: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.instagram .stats {
    padding-bottom: 15px;
}
.part {
    width: 100%;
    position: relative;
    padding: 10px 0px;
}
.part #layout {

}
.part #layout .text-sec {
    color: #ef272f;
    font-family: "Exo2Semibold";
    font-size: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.part #layout .part-in {
    
}
.part #layout .part-in .partn {
    cursor: pointer;    
}
.part #layout .part-in .partn .item {
    
}
.part #layout .part-in .partn .item img {
    transition: .3s;
}
.part #layout .part-in .partn .item:hover img {
    transform: scale(1.030);
}
.part .owl-dots {
    position: absolute;
    top: -65px;
    right: 0px;
}
.part .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #888888;
}
.part .owl-theme .owl-dots .owl-dot span {
    background: #CFCFCF;
}
.part .owl-theme .owl-dots .owl-dot span:hover {
    background: #888888;
}
::selection {
background: #ef272f; /* Safari */
color: #fff;
}
::-moz-selection {
background: #ef272f; /* Firefox */
color: #fff;
}
/* Ð¡ÐºÑ€Ð¾Ð»Ð»Ð±Ð°Ñ€ */
::-webkit-scrollbar-button {background-image:url('');background-repat:no-repeat;width:10px;height:0px} /*---Ð’Ñ‹ÑÐ¾Ñ‚Ð° Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ð¾Ð² Ð¸ ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð´Ð¾Ñ€Ð¾Ð¶ÐºÐ¸---*/ 
::-webkit-scrollbar-track {background-color:#dfdfdc;} /*---- Ñ„Ð¾Ð½ Ð´Ð¾Ñ€Ð¾Ð¶ÐºÐ¸ ÑÐºÑ€Ð¾Ð»Ð»Ð°---*/ 
::-webkit-scrollbar-thumb {-webkit-border-radius: 0px;border-radius: 0px;background-color: #ef272f;} /*--- Ñ„Ð¾Ð½ ÑÐºÑ€Ð¾Ð»Ð»Ð° Ð¸ ÐµÐ³Ð¾ Ð·Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ñ---*/ 
::-webkit-scrollbar-thumb:hover{background-color:#ef272f;} /*--- ÑÑ‚Ð¾ Ð¾Ñ‚Ð²ÐµÑ‡Ð°ÐµÑ‚ Ð·Ð° Ñ…Ð¾Ð²ÑÑ€ ÑÑ„Ñ„ÐµÐºÑ‚ Ñ„Ð¾Ð½Ð° Ñ…Ð¾Ð²ÐµÑ€Ð° ---*/ 
::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:10px;height:1px} /*---Ñ‚ÑƒÑ‚ Ñ‚Ð¾Ð¶Ðµ ÑˆÐ¸Ñ€Ð¸Ð½Ð°---*/ 
::-webkit-scrollbar{width: 10px;} /*---ÐžÑÐ½Ð¾Ð²Ð½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° ÑÐºÑ€Ð¾Ð»Ð»Ð±Ð°Ñ€Ð°---*/
/* -------- */
.soc {
    position: relative;
    width: 100%;
    background: linear-gradient(to right, #3F648F 50%, #C06102 50%);
}
.soc #layout {

}
.soc #layout .soc-in {

}
.soc #layout .soc-in .item {
width: 20%;
float: left;
    padding: 20px 0px;
text-align: center;
}
.soc #layout .soc-in a {
color: #fff;
    text-transform: uppercase;
}
.soc #layout .soc-in .item .scale {
    transition: all .3s;
}
.soc #layout .soc-in .item:hover .scale {
    transform: scale(1.1);
}
.soc #layout .soc-in .item i {
    font-size: 30px;
    margin-right: 20px;
}
.soc #layout .soc-in .item span {
    position: relative;
    top: -5px;
    font-size: 16px;
    text-transform: uppercase;
}
.soc #layout .soc-in .vk {
    background: #3f648f;
}
.soc #layout .soc-in .fc {
    background: #1952A9;
}
.soc #layout .soc-in .ok {
    background: #F38120;
}
.soc #layout .soc-in .insta {
    background: #BF6102;
}
.soc #layout .soc-in .tw {
    background: #1DA1F2;
}
/*foot*/
.foot {
    width: 100%;
    background: linear-gradient(to right, #F52B33 60%, #fff 40%);
    text-align: center;
}
.foot .red {
    float: left;
    width: 55%;
    padding: 70px 0px;
    color: #fff;
}
.foot .red .podpiska{
    font-size: 20px;
    font-family: "SansSemi";
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 20px;
}
.foot .red .pod {
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-family: "Exo2Semibold";
}
.foot .red .form {
padding-left: 15px;
}
.foot .red .form input {
    padding: 23px 40px;
    font-size: 16px;
    transform: skew(-20deg);
    border: none;
}
.foot .red .form ::-webkit-input-placeholder {transform: skew(20deg);}
.foot .red .form ::-moz-placeholder          {transform: skew(20deg);}/* Firefox 19+ */
.foot .red .form :-moz-placeholder           {transform: skew(20deg);}/* Firefox 18- */
.foot .red .form :-ms-input-placeholder      {transform: skew(20deg);}
.foot .red .form a {
    padding: 20px 40px;
    background: #fff;
    color: #333333;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Exo2bold";
    transform: skew(20deg);
}
.foot .red .form a span {
    transform: skew(20deg);
    display: inline-block;
}
.foot .red .form .btn {
    transform: skew(-20deg);
    position: relative;
    top: 3px;
    padding-left: 15px;
    display: inline-block;
}
.foot .red .form a:hover {
    background: #333333;
    color: #fff;
}
.foot .red .email .icon {
    position: absolute;
    top: 50px;
    right: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 21px 23px;
}
.foot .red .email {
text-align: left;
    float: right;
    padding-top: 60px;
    padding-bottom: 10px;
    position: relative;
    padding-right: 190px;
}
.foot .red .email .mail {
    font-family: "Exo2Semibold";
    text-transform: uppercase;
    font-size: 16px;    
    text-align: right;
}
.foot .red .email .adres {
    font-size: 28px;    
    font-family: "Sans";
}
.foot .red .email svg {
    width: 25px;
}
.foot .red .email svg path {
    
}

.foot .white {
float: right;
text-align: left;
width: 40%;
position: relative;
}
.foot .white .index {
z-index: 9;
position: relative;
    padding: 70px 0px;
}
.foot .white .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -16.0%;
    background: #fff;
    transform: skew(-18deg);
}
.foot .white .vopros {
    font-size: 20px;
    text-transform: uppercase;
    color: #2C2C2C;
    padding-left: 12px;
    font-family: "SansSemi";
    padding-bottom: 20px;
}
.foot .white .nam {
    text-transform: uppercase;
    font-size: 40px;
    margin-left: -4px;
    padding-bottom: 50px;
    font-family: "Exo2Semibold";
    color: #2C2C2C;
}
.foot .white .btn {
    transform: skew(-20deg);
    position: relative;
    top: 0px;
    left: -24px;
    margin-bottom: 80px;
    display: inline-block;
}
.foot .white .tel {
    position: relative;
    padding-bottom: 10px;
    padding-left: 25px;
}
.foot .white .btn a span {
    transform: skew(20deg);
    display: inline-block;
}
.foot .white .btn a {
    padding: 20px 40px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Exo2bold";
    transform: skew(20deg);
}
.foot .white .btn a:hover {
    background: #F52B33;
}
.foot .white .icon {
    position: absolute;
    top: -10px;
    left: -66px;
    border: 2px solid #333;
    border-radius: 50%;
    padding: 21px 23px;
}
.foot .white .icon svg {
    width: 25px;
    height: auto;
}
.foot .white .icon svg path {
    
}
.foot .white .phone {
    font-family: "Exo2Semibold";
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}
.foot .white .number {
    font-size: 28px;    
    font-family: "Sans";
}
.bot .foot {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: -1px;
}
#body .ment {
    margin-bottom: 55px;
}
footer {
    padding-top: 50px;
    padding-bottom: 32px;
    height: 125px;
    margin-top: -3px;
}
footer .menu_f {
text-align: center;
}
footer .menu_f li:last-child {
    border-right: 0px solid #C2C2C2;
}
footer .menu_f li {
    height: auto;
    border-right: 1px solid #C2C2C2;
    line-height: 15px;
    padding-right: 17px;
}
footer .menu_f li a {
    font-size: 16px;
}
footer .menu_f li a:hover {
    border-bottom: 1px dashed #fff;
}
footer .karta {
text-align: center;
padding-top: 20px;
}
footer .karta a {
font-size: 16px;
}
footer .karta a:hover {
    border-bottom: 1px dashed #fff;
}
footer .f_men {
    padding-top: 30px;
}
footer a {
    font-size: 16px;
}
footer ul {
    text-align: center;
}
footer .live:hover {
opacity: 1;
}
footer .live {
    position: relative;
    top: 10px;
    opacity: .6;
    padding-left: 13px;
    padding-right: 22px;
    display: inline-block;
    transition: .3s;
}
footer .tekama {
    opacity: .6;
    position: relative;
    top: 5px;
    display: inline-block;
    transition: .3s;
}
footer .tekama:hover {
    opacity: 1;
}
#copyright a {
color: #ABABAB;
}
#copyright a:hover {
color: #fff;
}
.slider_main .owl-prev {
    transition: .3s;
}
.slider_main .owl-next {
    transition: .3s;
}
.slider_main .owl-prev:hover {
    opacity: .6 !important;
}
.slider_main .owl-next:hover {
    opacity: .6 !important;
}
#google_translate_element {
    display:none;
}
.multilang_block {
    display: inline-block;
}
.licensii_list {

}
.licensii_list .tile .item-in {
        padding-right: 30px !important;
}
.popup_panel {
    display: inline-block;
}
.rev_list {
overflow: visible !important;
}
.rev_list .item {
    position: relative;
    width: 50%;
    margin-bottom: -40px;
    float: left; 
    overflow: visible;
}
.rev_list .item .vesh {
    background: url(/templates/default/images/vesh.png) no-repeat;
    padding: 22px 20px;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 9;
}
.rev_list .item .f_content {
    position: relative;
    background: #fff;
    font-size: 15px;
    padding: 15px 25px;
    padding-left: 55px;
    height: 125px;
    border: 1px solid #E0E0E0;
    transition: .3s;
    overflow: hidden;
}
.rev_list .item .fields {
    padding: 0px 30px;
    padding-left: 0px;
}
.rev_list .item:nth-child(2n) .fields {
    padding-right: 0px;
}
.rev_list .item .title {
    color: #2c2c2c;
    font-family: "Exo2Semibold";
    font-size: 16px;
    text-transform: uppercase;
}
.rev_list .item .date {
    font-size: 14px;
    color: #565656;
    font-family: "Exo2Reg";
}
.pagebar {
    float: right;
}
.pagebar_notice {
    display: none !important;
}
.rev_list .item:hover .f_content {
    box-shadow: 0 0 4px rgba(30,15,0,.21);
}
.news_list {
	width: 104%;
    overflow: visible !important;
    margin-top: 75px !important;
    text-align: left !important;
}
.news_list .item {
    width: 33% !important;
    overflow: visible;
    float: left;
    margin-bottom: 55px !important;
    cursor: pointer;
}
.news_list .item:first-child {

}
.news_list .item:nth-child(4n) {

}
.news_list .item .item-in .details span {
    padding: 5px;
    position: relative;
    top: 5px;
    font-family: "Sans";
}
.skiptranslate {
    display: none !important;
}
body {
    position: static !important;
}
.bot .soc {
    display: inline-block;
}
.news_list .item .item-in .details {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    background: #F02830;
    width: 50px;
    color: #fff;
    height: 65px;
    top: -25px;
    z-index: 999;
    left: 35px;
}
.news_list .item .item-in {
padding-right: 30px;
position: relative;
}
.news_list .item:last-child .item-in {
padding-right: 30px;
}
.news_list .item .image {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    height: 200px;
}
.news_list .item:hover .image img {
    transform: scale(1.050);
}
.news_list .item .image img {
    width: 100%;
    margin: 0px;
    transition: .3s;
}
.news_list .item .info {
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 3px 18px;
    margin-top: -3px;
}
.news_list .item .info .title:hover {
    color: #F02830 !important;
    text-decoration: none !important;
}
.news_list .item .f_teaser {
    margin-bottom: 8px !important;
}
.news_list .item .info .title {
    display: block;
    color: #2C2C2C !important;
    padding-top: 15px;
    clear: both;
    padding-bottom: 0px;
    font-family: "Exo2Semibold";
    font-size: 18px;
}
.news_list .tile .field {
    margin-bottom: 0px;
}
.news_list .item .info .title a:hover {
color: #F02830
}
.news_list .item .info .title a {
    color: #2c2c2c;
    font-family: "Exo2Semibold";
    font-size: 18px;
}
.news_list .item .info .teaser {
    color: #2c2c2c;
    font-size: 14px;
}
.content_item .date {
    font-size: 28px;
}
.content_item .date span {
    font-size: 14px;
    color: #000;
    background: #fff;
    display: block;
    padding: 2px !important;
    position: relative;
    top: 10px;
}
.content_item .details span {
    padding: 5px;
    position: relative;
    top: 3.5px;
    font-family: "Sans";
}
.content_item .details {
    text-align: center;
    text-transform: uppercase;
    background: #F02830;
    width: 50px;
    color: #fff;
    height: 65px;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
    margin-top: 0px;
    border: 1px solid #E0E0E0;
}
#comments_widget {
    width: 100%;
    max-width: 750px;
}
.news_list .date {
    font-size: 28px;
}
.news_list .date span {
    font-size: 14px;
    color: #000;
    background: #fff;
    display: block;
    padding: 2px !important;
    position: relative;
    top: 10px;
}
#comments_widget .rep {
float: right !important;
}
#comments_widget .rep a {
    background: #2C2C2C;
    color: #fff;
    display: block;
    font-family: "Exo2Regular";
    padding: 4px 9px;
}
#comments_widget .rep a:hover {
    background: #F02830;
}
.markItUpHeader {
    display: none;
}
.contacts_page {
    margin-bottom: 30px;
    width: 100%;
}
.contacts_page .item {
    width: 33%;
    float: left;
}
.contacts_page .item:last-child .item-in {
margin-right: 0px;
}
.contacts_page .item .item-in {
    height: 115px;
    background: #F7F7F7;
    border: 1px solid #e0e0e0;
    color: #222;
    margin-right: 30px;
}
.contacts_page .item .icon {
    float: left;
    background: #f02830;
    height: 66px;
    color: #fff;
    font-size: 25px;
    width: 68px;
    text-align: center;
    line-height: 60px;
    margin-top: 25px;
}
.contacts_page .item .info {
    float: right;
    width: 74%;
    margin-top: 21px;
}
.contacts_page .item .info .adres{
    display: block;
    color: #2C2C2C;
    font-family: "Exo2Semibold";
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.contacts_page .item .info .adrs {
    font-size: 18px;
}
.contacts_page .mail .icon {
    font-size: 18px;
}
.contacts_page .tel .icon {
    font-size: 36px;
}
.direct .tile {

}
.direct .tile .item-in {
    padding-right: 30px;
    padding-left: 0px;
    margin-right: -10px;
}
.direct .tile:nth-child(4n) .item-in {
padding-right: 0px;
}
.humburger {
  display: none;
  background-color: rgb(240, 40, 48);
  height: 48px;
  width: 48px;
  float: left;
  cursor: pointer;
  position: relative;
}

.humburger .l1,.humburger .l2,.humburger .l3 {
    position: absolute;
    display: block;
    margin: auto;
    top: 48%;
    left: 25%;
    height: 3px;
    width: 50%;
    background-color: #fff;
    transition: all .2s ease-out;
}
.humburger .l1 {
  top: 33%;
}
.text-menu {
    display: none;
    font-size: 16px;
    position: relative;
    color: #727272;
    font-family: "Exo2Bold";
    font-size: 18px;
    left: 20px;
}
.humburger .l3 {
  top: 63%;
}
.humburger.active .l1 {
  transform: rotate(45deg);
  top: 48%;
}
.humburger.active .l2{
  opacity: 0;
}
.humburger.active .l3 {
  transform: rotate(-45deg);
  top: 48%;
}
#test {
    display: none;
}
.write {
    width: 645px;
    font-family: "Sans";
}
#writeuscnt {
    padding: 0px 45px;
}
.title-f {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #2C2C2C;
    padding-top: 20px;
    font-family: "Exo2Semibold";
    padding-bottom: 28px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px;
}
#writeuscnt .name {
    float: left;
    width: 260px;
    margin-right: 30px;
}
#writeuscnt .name span {
    color: #000;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}
#writeuscnt .name input {
    height: 40px;
    width: 100%;
    border: 1px solid #DFDFDF;
}
#writeuscnt .mail span {
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
display: block;
}
#writeuscnt .mail {
float: right;
width: 260px;
}
#writeuscnt .mail input {
    height: 40px;
    width: 100%;
    border: 1px solid #DFDFDF;
}
#writeuscnt .mes span {
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}
#writeuscnt .mes {
    margin-top: 25px;
    display: inline-block;
}
#writeuscnt .mes textarea {
    width: 555px;
    height: 125px;
    border: 1px solid #DFDFDF;
}
#writeuscnt .btn {
    margin-bottom: 45px;
    margin-top: 15px;
}
#writeuscnt .btn button{
    display: block;
    width: 100%;
    padding: 10px;
    border: 0px;
    background: #F52B33;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    font-size: 22px;
    transition: .3s;
    font-family: "Exo2Semibold";
    text-transform: uppercase;
}
#writeuscnt .btn button:hover {
background: #222;
}
.xadj-center {
    text-align: center;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 30px;
}
.xadj-center a {
    color: #F02830;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Exo2Bold";
}
.xadj-center a:hover {
color: #333333;
}

.umra {

}
.umra .item {
    width: 25%;
    float: left;
    font-size: 16px;
    text-align: center;
}
.umra .item .item-in {
    border: 1px solid #E0E0E0;
    position: relative;
    float: left;
    width: 90%;
}
.umra .item:last-child .item-in {
    margin-right: 0px;
}
.umra .item-in .title {
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 22px;
    background-color: #ef272f;
    color: #fff;
    font-family: "Exo2Semibold";
}
.umra .item-in .hotel {
    position: relative;
    margin-bottom: 25px;
}
.umra .item-in .hotel .hotel_title {
    text-transform: uppercase;
    font-family: "Exo2Semibold";
    color: #2c2c2c;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.umra .item-in .hotel .hotel1 {
    padding-right: 10px;
    display: inline-block;
}
.umra .item-in .hotel .hotel1 .meka {
    padding-bottom: 5px;
}
.umra .item-in .hotel .hotel1 .star {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c; 
    padding-right: 10px;
}
.umra .item-in .hotel .hr {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 40px;
    background: #E0E0E0;
    top: 60px;
    left: 50%;
}
.umra .item-in .hotel .hotel2 {
    display: inline-block;
}
.umra .item-in .hotel .hotel2 .meka {
    padding-bottom: 5px;
}
.umra .item-in .hotel .hotel2 .star {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c; 
}

.umra .item-in .mar {
    
}
.umra .item-in .mar .mar-title {
    text-transform: uppercase;
    font-family: "Exo2Semibold";
    color: #2c2c2c;
    font-size: 20px;
    padding-bottom: 15px;
}
.umra .item-in .mar .otb {
    padding-bottom: 5px;
}
.umra .item-in .mar .otb1 {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
    padding-bottom: 20px;
}

.umra .item-in .peresadka {
    
}
.umra .item-in .peresadka .per-title {
    padding-bottom: 5px;
}
.umra .item-in .peresadka .per {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
    padding-bottom: 20px;
}

.umra .item-in .prib {
    
}
.umra .item-in .prib .prib-title {
    padding-bottom: 5px;
}
.umra .item-in .prib .pr {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
    padding-bottom: 15px;
}

.umra .item-in .price {
    text-transform: uppercase;
    color: #f02830;
    font-size: 30px;
    font-family: "Exo2Semibold";
    padding-bottom: 15px;
}

.umra .item-in .podr {
    
}

.umra .item-in .podr a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Exo2Semibold";
    color: #2C2C2C;
    padding: 15px;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
}
.umra .item-in .podr a:hover {
    color: #f02830;
}
.umra .item-in .podr a span {
    color: #f02830;
}


.block {
    color: #2C2C2C;
   font-size: 15px;
    width: 750px;
}
.block .item {
    
}
.block .item .hed {
    border-bottom: 1px solid #E0E0E0;
    padding: 0px 30px;
    line-height: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.block .item .hed .title {
    font-size: 26px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Exo2Semibold";
}
.block .item .hed .title span {
    font-size: 14px;
    font-family: "Exo2Regular";
    text-transform: none;
}
.block .item .hed .price {
    display: inline-block;
    float: right;
    text-transform: uppercase;
    color: #F02830;
    font-size: 26px;
    font-family: "Exo2Semibold";
}
.block .item .gost-title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Exo2Semibold";
padding: 8px 25px;
}

.block .item .left {
display: inline-block;
    padding: 0px 25px;
}
.block .item .left .hr1 {
    
}
.block .item .left .hr1:before {
    content: '';
    width: 1px;
    height: 165px;
    position: absolute;
    background: #E0E0E0;
    left: 50%;
}
.block .item .left .hr1 .mek {
    padding-bottom: 15px;
}
.block .item .left .hr1 .mek span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
}
.block .item .left .hr1 .zas span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
}
.block .item .left .hr1 .zas {
display: inline-block;
margin-right: 75px;
padding-bottom: 10px
}
.block .item .left .hr1 .viezd {
display: inline-block;
}
.block .item .left .hr1 .viezd span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
}
.block .item .left .hr1 .ot_os {
    
}
.block .item .left .mars {
    
}
.block .item .left .mars .mars-title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Exo2Semibold";
    padding: 20px 0px;  
}
.block .item .left .mars .mars-mars:before {
    content: '';
    width: 1px;
    height: 35px;
    padding-top: 5px;
    position: absolute;
    background: #E0E0E0;
    left: 50%;
}
.block .item .left .mars .mars-mars span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
}
.block .item .left .usu {
    
}
.block .item .left .usu .usu-title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Exo2Semibold";
    padding: 20px 0px;   
}
.block .item .left .usu .usu-usu:before {
    content: '';
    width: 1px;
    height: 125px;
    position: absolute;
    background: #E0E0E0;
    left: 50%;
}
.usu-usu ul {
    padding-top: 5px;
        width: 300px;
}

.block .item .right {
    display: inline-block;
    float: right;  
    padding: 0px 30px;
    /*padding-right: 110px;*/
}
.block .item .right {
    
}
.block .item .right .mek {
    padding-bottom: 15px;
}
.block .item .right .mek span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c; 
}
.block .item .right .zas {
display: inline-block;
margin-right: 75px;
padding-bottom: 10px;
}
.block .item .right .zas span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c; 
}
.block .item .right .viezd {
display: inline-block;
}
.block .item .right .viezd span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;  
}
.block .item .right .ot_os {
    
}
.block .item .right .mars {
    
}
.block .item .lright .mars .mars-title {
    
}
.block .item .right .mars .mars-mars {
    padding-top: 64px;
}
.block .item .right .mars .mars-mars span {
    font-size: 20px;
    font-family: "Exo2SemiBold";
    color: #2c2c2c;
}
.block .item .right .usu {
    padding-top: 64px;
}
.block .item .right .usu .usu-title {
    
}
.block .item .right .usu .usu-usu {
    
}
.block .item .desc {
    border-top: 1px solid #e0e0e0;
    padding: 15px 30px;
    font-size: 14px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.block li:before {
    content: '';
    width: 10px;
    height: 10px;
    left: -20px;
    top: 5px;
    position: absolute;
    border-radius: 50%;
    background: #f03530;
}
.block li {
    position: relative;
}
.slider_main .owl-carousel {
    max-height: 600px;
    overflow: hidden;
}

.fixed {
    position: fixed!important;
    width: 100%;
    top: 0px;
    z-index: 999999999;

}
.fixed .popup_panel {
    display: none;
}
.fixed .soc_icons {
    display: none;
}
.fixed .border {
    display: none;
}
.fixed .search_form {
    display: none;
}
.fixed #logo a {
    display: block;
    float: left;
    width: 292px;
    height: 68px;
    background: url(../images/logo.png) no-repeat left center;
    background-size: 150px;
}
.fixed-body {

}
.fixed-top {
    margin-top: -72px;
}
.fixed-nav {
    margin-left: 50.4px;
}
.fixed-bottom {
    margin-top: 0px !important
}
.none-menu {
    display: none;
    transition: all .3s;
    opacity: 0;
}
.fixed-menu ul {
    display: none;
    position: absolute;
    height: auto;
    background: #f02830;
    width: 200px;
}
.fixed-menu ul li {
    display: block;
    float: none !important;
}
.fixed-menu ul li a {
    color: #fff !important;
}
.fixed-menu {
    display: inline-block !important;
    opacity: 1;
    float: left;
}
nav {
    transition: all .3s;
}

header .top {
    transition: all .3s;
}
.osn {
    padding-left: 15px;
    font-size: 16px;
}
.humburger1 {
  background-color: #f02830;
  height: 50.5px;
  width: 50px;
  position: relative;
  float: left;
  cursor: pointer;

}
.humburger1 .l1, .humburger1 .l2, .humburger1 .l3 {
  position: absolute;
  display: block;
  margin: auto;
  top: 47%;
    left: 27%;
    height: 3px;
    width: 40%;
  background-color: #fff;
  transition: all .2s ease-out;
}
.humburger1 .l1 {
  top: 32%;
}
.humburger1 .l3 {
  top: 64%;
}
.humburger1.active .l1 {
  transform: rotate(45deg);
  top: 48%;
}
.humburger1.active .l2{
  opacity: 0;
}
.humburger1.active .l3 {
  transform: rotate(-45deg);
  top: 48%;
}
.fixed-menu-ul {
    display: inline-block !important;
}
.phone a:hover span {
    color: #f02830 !important;
} 
.tel a:hover {
    color: #f02830 !important;
} 
.test {
    color: red;
    padding-left: 10px;
}
.rev_button {
    position: absolute;
    z-index: 9;
    top: -105px;
    right: 150px;
}
.rev_button a {
    color: #2c2c2c;
    font-family: "Exo2Semibold";
    font-size: 16px;
    width: auto;
    text-transform: uppercase;
    border-bottom: 1px dashed #2c2c2c;
}
.rev_button a:hover {
    color: #f02830;
    border-bottom: 1px dashed #f02830;
}

.feedform form{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    grid-gap: 10px;
    padding: 10px;
}
.feedform form input[type="text"]{
    padding: 10px;
}
.feedform form input[type="submit"]{
    padding: 10px;
    width: 100px;
    display: grid;
    justify-self: center;
    background: #ef272f;
    font-size: 15px;
    color: #fff;
    border: none;
    transition: 0.3s;
}
.feedform form input[type="submit"]:hover{
    background: #1DA1F2;
    transition: 0.3s;
}