@import "append.css";
.slick-arrow {
    position: absolute;
    margin-top: -10px;
    background: no-repeat url(/images/slick-arrows.png) transparent;
    height: 19px;
    width: 24px;
    top: 50%;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    padding: 0;
    z-index: 2;
}
.slick-prev {
    left: -20px;
    background-position: left top;
}
.slick-prev:hover {
    background: no-repeat url(/images/slick-arrows.png) transparent;
    background-position: left bottom;
}
.slick-next {
    right: -20px;
    background-position: right top;
}
.slick-next:hover {
    background: no-repeat url(/images/slick-arrows.png) transparent;
    background-position: right bottom;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}

.index-slider-item {
    background: rgba(18, 58, 71, 0.78 );
    padding: 30px 40px 40px;
    margin: 0 7px;
}
a.index-slider-item-name {
    font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: #a9c0c9 !important;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}
a.index-slider-item-name:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}
.index-slider-item-text {
    font-size: 14px ;
    overflow: hidden;
    height: 170px;
}

.index-bilet {
    text-transform: uppercase;
    color: #133a48 !important;
    background: no-repeat url(/images/bg-bilet.png) #fff;
    display: block;
    width: 128px;
    height: 66px;
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    z-index: 4;

    display: none;
}
.index-bilet-off {
    display: none;
}
body.bilet-open .index-bilet-off {
    display: inline;
}
body.bilet-open .index-bilet-on {
    display: none;
}
.index-bilet, .zakaz-bilet {
    top: 135px;
}
.zakaz-bilet {
    background: #09242f;
    padding: 68px 35px 68px 48px;
    position: fixed;
    display: none;
    /*right: -105%;*/
    z-index: 4;
    right: 0px;

    -webkit-transition: right 0.2s ease-out ;
    -moz-transition: right 0.2s ease-out ;
    -o-transition: right 0.2s ease-out ;
    transition: right 0.2s ease-out ;
}

body.bilet-open .zakaz-bilet {
    right: 0;
}
.form-zakaz-bilet {
    display: inline-block;
    width: 410px;
    margin-left: 35px;
    vertical-align: top;
}
.form-title {
    font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}
.form-label {
    font-size: 12px;
    font-weight: bold;
    color: #b0c1c5;
}
.form-input-text {
    width: 100%;
    margin: 8px 0 16px;
    padding: 6px 10px;
    border-width: 1px;
    border-style: solid;
    border-left-color: #c2c1c1;
    border-top-color: #c2c1c1;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -moz-box-shadow: inset 1px 1px 0 #eaeaea;
    -webkit-box-shadow: inset 1px 1px 0 #eaeaea;
    box-shadow: inset 1px 1px 0 #eaeaea;
    background: #fff !important;
    box-sizing: border-box;
}
.form-input-integer-wrap.form-input-text {
    padding: 0;
    height: 30px;
    float: left;
    width: auto;
}
.form-input-text > .form-input-integer {
    float: left;
    width: 46px;
    text-align: center;
    height: 100%;
    border: none;
    padding: 2px 0 0 0;
    box-sizing: border-box;
}
.form-input-integer-inc, .form-input-integer-dec {
    float: left;
    width: 30px;
    color: #09242f;
    text-align: center;
    height: 100%;
    line-height: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.form-input-integer-inc:hover, .form-input-integer-dec:hover {
    color: #09242f;
    text-decoration: none;
}
.form-input-integer-inc {
    border-right: 1px solid #dfdfdf;
}
.form-input-integer-dec {
    border-left: 1px solid #dfdfdf;
}
.form-zakaz-bilet-cnt-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 8px;
}
.form-zakaz-bilet-cnt-area > div {
    align-items: flex-end;
    display: inline-flex;
}
.form-zakaz-bilet-cnt-area > div > span {
    margin: 8px 0 16px;
    padding-left: 15px;
}
.zakaz-price {
    font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}
.zakaz-price > sup {
    text-transform: lowercase;
    font-size: 16px;
}
.form-btn {
    font-family: PFDinTextCondProMediumRegular, Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    padding: 15px 30px;
    border: 1px solid #FFFFFF;
    background: none;
}

body.page-panorama #page {
    background: none !important;
}
.socialm {
   text-align: center;
    position: absolute;
    padding-left: 300px;
    bottom: 5px;
}
#footer .socialm li{
    border: none;
    font-size: 14px
}

















