/* NEW ftownred: #e51a4b; */
/* ftownred: #BE0016; */
.redcolor {color: #e51a4b;}
.redbackground {background: #e51a4b; color: #fff;}
.graybackground {background: #f8f8f8; color: #777;}
.redbackground {background: #e51a4b; color: #fff;}
.darkgraybackground {background: #777; color: #f8f8f8;}

body {
    font-family: 'Open Sans', sans-serif !important;
    background: url(../img/back.jpg) no-repeat center center fixed;
}
.menuwarning{
    font-size: 12px;
    background: red;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: white;
    position: absolute;
    left: 65px;
    top: 10px;
}
.noprice {
    position: relative;
    font-size: 30px;
}
.noprice:before {
    border-bottom: 5px solid black;
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    transform: rotate(-7deg);
}
textarea {
    resize: none;
}
.slogan {
    top: -25px;
}
.row {
    margin-top: 15px;
}
.main {
    margin-top: 0 !important;
}
.center {
    text-align: center;
    text-align: -webkit-center;
}
.left {
    text-align: left;
}
.up {
    text-transform: uppercase;
}
clear {
    float: none;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 10px;
}
.map {
    margin: 15px 0;
}
.pic {
    width: 100%;
    padding: 0 !important;
}
.col-sm-5ths .col-sm-8 p {
    font-size: 12px;
}
.btn-danger {
    background-color: #e51a4b !important;
    color: #fff !important;
}
.btn-danger:hover {
    background-color: #cf0018 !important;
    color: #fff !important;
}
hr {
    margin-top: 10px !important;
}
.nav li a, .adress {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13.7px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777 !important;
}
.nav>li>a.lmenu_new {background-color: #a0a0a0; color: #fff !important;}
.nav>li>a.lmenu_new:hover {background-color: #a0a0a0; color: #e51a4b !important;}
.nav>li.active>a.lmenu_new:hover {background-color: #a0a0a0; color: #ccc !important;}
.nav .active a {
    background-color: #e51a4b !important;
    color: #fff !important;
}
.navbar-header {
    padding-right: 0 !important;
}
.navbar-brand {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.navbar-brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 73px;
}
.navbar-toggle {
    float: left !important;
}
.adress {
    padding: 5px 0;
    display: block;
    float: right;
}
.adress .phone {
    font-size: 18px;
    margin: -15px 0 0;
}
.breadcrumb>li+li:before {
    content: "\00bb" !important;
}
h0 {
    font-size: 50px;
}
h0, h1, h2, h3, h4, h5 {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 700 !important;
}
p {
    text-align: justify;
    text-indent: 0px;
}
p a {
    color: #000 !important;
    border-bottom: 1px solid #e51a4b;
    font-weight: 700;
}
p a:hover, p a:focus {
    color: #e51a4b !important;
    border-bottom: 1px solid #e51a4b;
    text-decoration: none;
}
a {
    color: #e51a4b !important;
}
.content {
    background: #fff;
    padding: 70px 15px 20px;
    min-height: calc(100vh - 111px) !important;
}
footer {
    background: #777;
    position: relative;
    margin-top: 0 !important;
    z-index: 100;
}
.breadcrumb {
    font-size: 10px;
    font-weight: 700;
}
.pagetitleblock {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.pagetitleblock .icon {
    display: block;
    float: left;
    margin-right: 15px;
}
.pagetitleblock .pagetitle {
    text-transform: uppercase;
    font-size: 30px !important;
}
.pagetitleblock .longtitle {
    margin-top: 5px !important;
}
.uslugi {
    margin: 10px 10px 50px 200px !important;
}
.uslugi a img {
    padding: 10px;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.uslugi a img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.block .hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.block a {
    color: #000 !important;
    text-decoration: none !important;
}
.block title {
    display: block;
    width: 100%;
    background: #e51a4b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 3px 0;
}
.block img {
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.block:hover img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.block p {
    display: inline-block;
    margin-top: 5px;
    text-indent: 0;
}
.feedback {
    margin-top: 30px;
}
.feedback textarea {
    height: 83px !important;
    resize: none;
}
.feedback h3, .feedback p {
    margin: 0;
}

.collective {
    height: 430px;
}
.collective .name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.collective .dolznost {
    text-align: center;
    margin-bottom: 5px;
}
.collective .mail {
    display: block;
    text-align: center;
}
.redsticker .stickertitle {
    position: absolute;
    display: block;
    text-align: center;
    top: 0;
    width: 90px;
    font-family: 'Open Sans Condensed';
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.redsticker .stickertext {
    position: absolute;
    top: 40px;
    left: 35px;
    font-family: 'Open Sans Condensed';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #000;
}

.tickets-row .content {
    padding: 0;
}
.ticket-meta {
    padding: 5px 0 !important;
    background: #eee;
}
.otzuv p {
    text-align: justify;
}
.otzuv .row {
    margin-top: 25px;
}
.otzuv .title, .news .title {
    text-transform: uppercase;
}
.otzuv .foto, .news .foto {
    float: left;
    margin: 0 25px 15px 0;
}
.otzuv_carousel {
    margin-bottom: 50px !important;
    padding: 0 15px 15px !important;
}
.otzuv_carousel .flex-viewport {
    height: 190px;    
}
.otzuv_carousel .flex-control-nav {
    position: absolute;
    margin-top: 20px;
}
.pagination>.active>a {
    background-color: #e51a4b !important;
    color: #fff !important;
    border: none;
}
.poverhnost {
    background: #777;
    border: #ccc 3px solid;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 5px;
    height: 80px;
    width: 25%;
    cursor: pointer;
}
.poverhnost:hover {
    background: #eee;
    color: #000;
    border: #ccc 3px solid;
}
.poverhnost_info {
    background: #fff;
    border: #ccc 3px solid;
    color: #777;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    cursor: not-allowed;
}
.lift_inside_table {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.lift_inside_table .col-xs-6 {
    margin-bottom: 7px;
}
.paket1, .paket2, .paket3, .paket4, .paket5, .paket6, .paket7, .paket8 {
    font-size: 14px;
}
.paket {
    font-size: 14px !important;
    margin-top: 3px;
}
.paket1 {background: #63c3d1 !important;}
.paket2 {background: #332982 !important;}
.paket3 {background: #0082cd !important;}
.paket4 {background: #b0cc20 !important;}
.paket5 {background: #df3892 !important;}
.paket6 {background: #ed6a43 !important;}
.paket7 {background: #ffcc01 !important;}
.paket8 {background: #e20c3f !important;}
.clip {
    width: 100%;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.userinfo {
    height: 50px;
}
.userinfo img {
    width: 50px;
}
.userinfo .loginLogin {
    margin-top: -20px;
}
.portfolio {
    display: block;
}
.portfolio .col-sm-6:hover {
    text-decoration: none !important;
}
.portfolio .icon, .portfolio .name img {
    vertical-align: top;
}
.portfolio .name {
    display: inline-block;
    margin-left: 10px;
}
.portfolio .name p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    margin-top: -53px;
}
.portfolio .foto {
    margin: 10px 0 15px 0;
    width: 100%;
    height: 180px;
}
.stripe_history {
    display: block;
    width: 100%;
    margin: 30px 0;
}
.stripe_history .up {
    margin-bottom: 10px;
}
.stripe_history .down {
    margin-top: 0;
}
.stripe_history .up .redsticker_history {
    display: inline-block;
    position: relative;
    margin-right: 33px;
}
.stripe_history .down .redsticker_history {
    display: inline-block;
    position: relative;
    margin-left: 33px;
}
.stripe_history .up .redsticker_history img, .stripe_history .down .redsticker_history img {
    width: 65px;
}
.stripe_history .up .redsticker_history .stickertitle_history {
    position: absolute;
    margin-top: -43px;
    display: block;
    text-align: center;
    width: 70px;
    font-family: 'Open Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.stripe_history .down .redsticker_history .stickertitle_history {
    position: absolute;
    margin-top: -32px;
    display: block;
    text-align: center;
    width: 70px;
    font-family: 'Open Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.stripe_history .line {
    height: 3px;
    background: #777;
    position: relative;
    margin-top: -10px;
}
.stickertitle_history {
    position: absolute;
    margin-top: -53px;
    display: block;
    text-align: center;
    width: 90px;
    font-family: 'Open Sans Condensed';
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.social {
    display: block;
}
.social p {
    font-weight: 700;
}
.social i {
    font-size: 30px;
    color: #ccc;
    margin: 10px 15px;
}
.embed-responsive-item {
    padding-bottom: 30px;
}
#interview .btn-group-justified .btn.active {background-color: #980000; border-color: #980000; color: #fff;}

.callback {
    font-size: 30px;
    color: #fff;
    background-color: #e51a4b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 70px;
    padding: 5px 0 0 12px;
    cursor: pointer;
    animation: blinker 2s linear infinite;
}

/*
.hybrid {
    height: 70px;
}
.ha-icon {
    visibility: hidden;
    text-indent: 0 !important;
    font-family: 'FontAwesome';
    font-size: 37px;
}
.facebook:before {
    content: '\f09a'; 
    visibility: visible;
    display: inline-block;
}
.google:before {
    content: '\f0d5'; 
    visibility: visible;
    display: inline-block;
}
.twitter:before {
    content: '\f099'; 
    visibility: visible;
    display: inline-block;
}
.vkontakte:before {
    content: '\f189'; 
    visibility: visible;
    display: inline-block;
}
.yandex:before {
    content: '\f189'; 
    visibility: visible;
    display: inline-block;
}
*/

.audio {margin: 10px 0;}
.audio > audio {width: 100%;}
audio::-internal-media-controls-download-button {display:none;}
audio::-webkit-media-controls-enclosure {overflow:hidden;}
audio::-webkit-media-controls-panel {width: calc(100% + 30px); /* Adjust as needed */}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none !important;
    text-align:left;
    margin-right:-4px;
    vertical-align: top;
}

/* sm */
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .pagetitleblock .icon {
        margin-right: 10px;
    }
    .pagetitleblock .pagetitle {
        font-size: 30px !important;
        padding-top: 7px;
        margin-top: 0;
    }
    .navbar-header {
        width: 70px !important;
    }
    .navbar-brand {
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
        width: 70px;
    }
    .navbar-brand img {
        display: block;
        margin-left: 0;
        width: 50px;
    }
    .navbar-nav {
        margin-left: 15px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    .uslugi {
        margin: 10px 10px 50px 100px !important;
    }
    .callback {
        display: none;
    }
}

/* xs */
@media screen and (max-width: 500px) and (orientation: portrait) {
    .pagetitleblock .icon {
        margin-right: 10px;
    }
    .pagetitleblock .pagetitle {
        font-size: 18px;
        padding-top: 10px;
        margin-top: 0;
    }
    h1 {
        font-size: 22px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px !important;
    }
    hr {
        margin: 10px 0 !important;
    }
    .uslugi {
        margin: 10px !important;
    }
    .uslugi a img {
        padding: 0;
        margin-bottom: 15px;
    }
    .navbar-brand {
        text-align: center;
        margin: 0 !important;
        width: 70px;
    }
    .navbar-brand img {
        display: inline-block;
        margin: 5px 0;
        width: 40px;
    }
    .collective {
        height: 360px;
    }
    .otzuv img, .news img {
        float: none !important;
        width: 100%;
        height: auto;
        margin: 0 25px 15px 0;
    }

    .ticket-meta {
        font-size: 10px;
    }
    .userinfo {
        height: 30px;
        margin-bottom: 50px;
    }
    .userinfo img {
        width: 50px;
    }
    .userinfo .loginLogin {
    }
    .contact_foto .col-xs-3 {
        width: 50% !important;
        height: 410px;
    }
    .contact_foto h4 {
        font-size: 12px !important;
    }
    .callback {
        display: none;
    }

}
@media screen and (max-width: 768px) and (orientation: landscape) {
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    .navbar-brand {
        text-align: center;
        margin: 0 !important;
        width: 70px;
    }
    .navbar-brand img {
        display: inline-block;
        margin: 5px 0;
        width: 40px;
    }
    .uslugi {
        margin: 50px !important;
    }
    .uslugi .col-xs-4 {
    }
    .collective {
        width: 33.3% !important;
        height: 400px;
    }
    .collective .col-xs-3 {
        width: 25% !important;
    }
    .contact_foto h4 {
        font-size: 12px !important;
    }
    .callback {
        display: none;
    }
}

/* animation */

@keyframes blinker {  
  50% { opacity: 0; }
}

.tit {
    display: block;
    width: 100%;
    background: #e51a4b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 3px 0;
}
/* end animation */